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.50 by root, Sun Feb 13 08:56:27 2005 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL TIC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
250ac_help="$ac_help 471ac_subst_files='MCOMMON'
251 --enable-slipwheeling enable slip wheel scrolling (requires previous) *"
252ac_help="$ac_help
253 --enable-old-selection enable v2.20 (& prior) mouse selection style support*"
254ac_help="$ac_help
255 --disable-new-selection disable new mouse (xterm) selection style support"
256ac_help="$ac_help
257 --enable-dmalloc enable Gray Watson's malloc - for debugging use"
258ac_help="$ac_help
259 --enable-dlmalloc enable Doug Lea's malloc - for production use
260 NOTE: enable only one malloc package"
261ac_help="$ac_help
262 --enable-smart-resize enable smart growth/shrink behaviour"
263ac_help="$ac_help
264 --enable-256-color enable 256-color support"
265ac_help="$ac_help
266 --enable-cursor-blink enable blinking cursor *"
267ac_help="$ac_help
268 --enable-pointer-blank enable pointer blank when typing or inactive pointer*"
269ac_help="$ac_help
270 --with-term=NAME set the terminal to NAME (default \"xterm\")"
271ac_help="$ac_help
272 --with-terminfo=PATH set the path to the terminfo tree to PATH"
273ac_help="$ac_help
274 --with-x use the X Window System"
275ac_help="$ac_help
276 --with-xpm-includes=DIR use XPM includes in DIR"
277ac_help="$ac_help
278 --with-xpm-library=DIR use XPM library in DIR"
279ac_help="$ac_help
280 --with-xpm use XPM"
281 472
282# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help=
475ac_init_version=false
283# The variables have the same names as the options, with 476# The variables have the same names as the options, with
284# dashes changed to underlines. 477# dashes changed to underlines.
285build=NONE 478cache_file=/dev/null
286cache_file=./config.cache
287exec_prefix=NONE 479exec_prefix=NONE
288host=NONE
289no_create= 480no_create=
290nonopt=NONE
291no_recursion= 481no_recursion=
292prefix=NONE 482prefix=NONE
293program_prefix=NONE 483program_prefix=NONE
294program_suffix=NONE 484program_suffix=NONE
295program_transform_name=s,x,x, 485program_transform_name=s,x,x,
296silent= 486silent=
297site= 487site=
298srcdir= 488srcdir=
299target=NONE
300verbose= 489verbose=
301x_includes=NONE 490x_includes=NONE
302x_libraries=NONE 491x_libraries=NONE
492
493# Installation directory options.
494# These are left unexpanded so users can "make install exec_prefix=/foo"
495# and all the variables that are supposed to be based on exec_prefix
496# by default will actually change.
497# Use braces instead of parens because sh, perl, etc. also accept them.
303bindir='${exec_prefix}/bin' 498bindir='${exec_prefix}/bin'
304sbindir='${exec_prefix}/sbin' 499sbindir='${exec_prefix}/sbin'
305libexecdir='${exec_prefix}/libexec' 500libexecdir='${exec_prefix}/libexec'
306datadir='${prefix}/share' 501datadir='${prefix}/share'
307sysconfdir='${prefix}/etc' 502sysconfdir='${prefix}/etc'
311includedir='${prefix}/include' 506includedir='${prefix}/include'
312oldincludedir='/usr/include' 507oldincludedir='/usr/include'
313infodir='${prefix}/info' 508infodir='${prefix}/info'
314mandir='${prefix}/man' 509mandir='${prefix}/man'
315 510
316# Initialize some other variables.
317subdirs=
318MFLAGS= MAKEFLAGS=
319SHELL=${CONFIG_SHELL-/bin/sh}
320# Maximum number of lines to put in a shell here document.
321ac_max_here_lines=12
322
323ac_prev= 511ac_prev=
324for ac_option 512for ac_option
325do 513do
326
327 # If the previous option needs an argument, assign it. 514 # If the previous option needs an argument, assign it.
328 if test -n "$ac_prev"; then 515 if test -n "$ac_prev"; then
329 eval "$ac_prev=\$ac_option" 516 eval "$ac_prev=\$ac_option"
330 ac_prev= 517 ac_prev=
331 continue 518 continue
332 fi 519 fi
333 520
334 case "$ac_option" in 521 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
335 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
336 *) ac_optarg= ;;
337 esac
338 522
339 # Accept the important Cygnus configure options, so we can diagnose typos. 523 # Accept the important Cygnus configure options, so we can diagnose typos.
340 524
341 case "$ac_option" in 525 case $ac_option in
342 526
343 -bindir | --bindir | --bindi | --bind | --bin | --bi) 527 -bindir | --bindir | --bindi | --bind | --bin | --bi)
344 ac_prev=bindir ;; 528 ac_prev=bindir ;;
345 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 529 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
346 bindir="$ac_optarg" ;; 530 bindir=$ac_optarg ;;
347 531
348 -build | --build | --buil | --bui | --bu) 532 -build | --build | --buil | --bui | --bu)
349 ac_prev=build ;; 533 ac_prev=build_alias ;;
350 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 534 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
351 build="$ac_optarg" ;; 535 build_alias=$ac_optarg ;;
352 536
353 -cache-file | --cache-file | --cache-fil | --cache-fi \ 537 -cache-file | --cache-file | --cache-fil | --cache-fi \
354 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 538 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
355 ac_prev=cache_file ;; 539 ac_prev=cache_file ;;
356 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 540 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
357 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 541 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
358 cache_file="$ac_optarg" ;; 542 cache_file=$ac_optarg ;;
543
544 --config-cache | -C)
545 cache_file=config.cache ;;
359 546
360 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 547 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
361 ac_prev=datadir ;; 548 ac_prev=datadir ;;
362 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 549 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
363 | --da=*) 550 | --da=*)
364 datadir="$ac_optarg" ;; 551 datadir=$ac_optarg ;;
365 552
366 -disable-* | --disable-*) 553 -disable-* | --disable-*)
367 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` 554 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
368 # Reject names that are not valid shell variable names. 555 # Reject names that are not valid shell variable names.
369 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then 556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
370 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
371 fi 558 { (exit 1); exit 1; }; }
372 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 559 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
373 eval "enable_${ac_feature}=no" ;; 560 eval "enable_$ac_feature=no" ;;
374 561
375 -enable-* | --enable-*) 562 -enable-* | --enable-*)
376 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` 563 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
377 # Reject names that are not valid shell variable names. 564 # Reject names that are not valid shell variable names.
378 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then 565 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
379 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 566 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
380 fi 567 { (exit 1); exit 1; }; }
381 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 568 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
382 case "$ac_option" in 569 case $ac_option in
383 *=*) ;; 570 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
384 *) ac_optarg=yes ;; 571 *) ac_optarg=yes ;;
385 esac 572 esac
386 eval "enable_${ac_feature}='$ac_optarg'" ;; 573 eval "enable_$ac_feature='$ac_optarg'" ;;
387 574
388 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 575 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
389 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 576 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
390 | --exec | --exe | --ex) 577 | --exec | --exe | --ex)
391 ac_prev=exec_prefix ;; 578 ac_prev=exec_prefix ;;
392 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 579 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
393 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 580 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
394 | --exec=* | --exe=* | --ex=*) 581 | --exec=* | --exe=* | --ex=*)
395 exec_prefix="$ac_optarg" ;; 582 exec_prefix=$ac_optarg ;;
396 583
397 -gas | --gas | --ga | --g) 584 -gas | --gas | --ga | --g)
398 # Obsolete; use --with-gas. 585 # Obsolete; use --with-gas.
399 with_gas=yes ;; 586 with_gas=yes ;;
400 587
401 -help | --help | --hel | --he) 588 -help | --help | --hel | --he | -h)
402 # Omit some internal or obsolete options to make the list less imposing. 589 ac_init_help=long ;;
403 # This message is too long to be a string in the A/UX 3.1 sh. 590 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
404 cat << EOF 591 ac_init_help=recursive ;;
405Usage: configure [options] [host] 592 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
406Options: [defaults in brackets after descriptions] 593 ac_init_help=short ;;
407Configuration:
408 --cache-file=FILE cache test results in FILE
409 --help print this message
410 --no-create do not create output files
411 --quiet, --silent do not print \`checking...' messages
412 --version print the version of autoconf that created configure
413Directory and file names:
414 --prefix=PREFIX install architecture-independent files in PREFIX
415 [$ac_default_prefix]
416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
417 [same as prefix]
418 --bindir=DIR user executables in DIR [EPREFIX/bin]
419 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
420 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
421 --datadir=DIR read-only architecture-independent data in DIR
422 [PREFIX/share]
423 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
424 --sharedstatedir=DIR modifiable architecture-independent data in DIR
425 [PREFIX/com]
426 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
427 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
428 --includedir=DIR C header files in DIR [PREFIX/include]
429 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
430 --infodir=DIR info documentation in DIR [PREFIX/info]
431 --mandir=DIR man documentation in DIR [PREFIX/man]
432 --srcdir=DIR find the sources in DIR [configure dir or ..]
433 --program-prefix=PREFIX prepend PREFIX to installed program names
434 --program-suffix=SUFFIX append SUFFIX to installed program names
435 --program-transform-name=PROGRAM
436 run sed PROGRAM on installed program names
437EOF
438 cat << EOF
439Host type:
440 --build=BUILD configure for building on BUILD [BUILD=HOST]
441 --host=HOST configure for HOST [guessed]
442 --target=TARGET configure for TARGET [TARGET=HOST]
443Features and packages:
444 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
445 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
446 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
447 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
448 --x-includes=DIR X include files are in DIR
449 --x-libraries=DIR X library files are in DIR
450EOF
451 if test -n "$ac_help"; then
452 echo "--enable and --with options recognized:$ac_help"
453 fi
454 exit 0 ;;
455 594
456 -host | --host | --hos | --ho) 595 -host | --host | --hos | --ho)
457 ac_prev=host ;; 596 ac_prev=host_alias ;;
458 -host=* | --host=* | --hos=* | --ho=*) 597 -host=* | --host=* | --hos=* | --ho=*)
459 host="$ac_optarg" ;; 598 host_alias=$ac_optarg ;;
460 599
461 -includedir | --includedir | --includedi | --included | --include \ 600 -includedir | --includedir | --includedi | --included | --include \
462 | --includ | --inclu | --incl | --inc) 601 | --includ | --inclu | --incl | --inc)
463 ac_prev=includedir ;; 602 ac_prev=includedir ;;
464 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 603 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
465 | --includ=* | --inclu=* | --incl=* | --inc=*) 604 | --includ=* | --inclu=* | --incl=* | --inc=*)
466 includedir="$ac_optarg" ;; 605 includedir=$ac_optarg ;;
467 606
468 -infodir | --infodir | --infodi | --infod | --info | --inf) 607 -infodir | --infodir | --infodi | --infod | --info | --inf)
469 ac_prev=infodir ;; 608 ac_prev=infodir ;;
470 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 609 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
471 infodir="$ac_optarg" ;; 610 infodir=$ac_optarg ;;
472 611
473 -libdir | --libdir | --libdi | --libd) 612 -libdir | --libdir | --libdi | --libd)
474 ac_prev=libdir ;; 613 ac_prev=libdir ;;
475 -libdir=* | --libdir=* | --libdi=* | --libd=*) 614 -libdir=* | --libdir=* | --libdi=* | --libd=*)
476 libdir="$ac_optarg" ;; 615 libdir=$ac_optarg ;;
477 616
478 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 617 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
479 | --libexe | --libex | --libe) 618 | --libexe | --libex | --libe)
480 ac_prev=libexecdir ;; 619 ac_prev=libexecdir ;;
481 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 620 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
482 | --libexe=* | --libex=* | --libe=*) 621 | --libexe=* | --libex=* | --libe=*)
483 libexecdir="$ac_optarg" ;; 622 libexecdir=$ac_optarg ;;
484 623
485 -localstatedir | --localstatedir | --localstatedi | --localstated \ 624 -localstatedir | --localstatedir | --localstatedi | --localstated \
486 | --localstate | --localstat | --localsta | --localst \ 625 | --localstate | --localstat | --localsta | --localst \
487 | --locals | --local | --loca | --loc | --lo) 626 | --locals | --local | --loca | --loc | --lo)
488 ac_prev=localstatedir ;; 627 ac_prev=localstatedir ;;
489 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 628 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
490 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 629 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
491 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 630 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
492 localstatedir="$ac_optarg" ;; 631 localstatedir=$ac_optarg ;;
493 632
494 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 633 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
495 ac_prev=mandir ;; 634 ac_prev=mandir ;;
496 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 635 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
497 mandir="$ac_optarg" ;; 636 mandir=$ac_optarg ;;
498 637
499 -nfp | --nfp | --nf) 638 -nfp | --nfp | --nf)
500 # Obsolete; use --without-fp. 639 # Obsolete; use --without-fp.
501 with_fp=no ;; 640 with_fp=no ;;
502 641
503 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 642 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
504 | --no-cr | --no-c) 643 | --no-cr | --no-c | -n)
505 no_create=yes ;; 644 no_create=yes ;;
506 645
507 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 646 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
508 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 647 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
509 no_recursion=yes ;; 648 no_recursion=yes ;;
513 | --oldin | --oldi | --old | --ol | --o) 652 | --oldin | --oldi | --old | --ol | --o)
514 ac_prev=oldincludedir ;; 653 ac_prev=oldincludedir ;;
515 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 654 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
516 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 655 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
517 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 656 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
518 oldincludedir="$ac_optarg" ;; 657 oldincludedir=$ac_optarg ;;
519 658
520 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 659 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
521 ac_prev=prefix ;; 660 ac_prev=prefix ;;
522 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 661 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
523 prefix="$ac_optarg" ;; 662 prefix=$ac_optarg ;;
524 663
525 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 664 -program-prefix | --program-prefix | --program-prefi | --program-pref \
526 | --program-pre | --program-pr | --program-p) 665 | --program-pre | --program-pr | --program-p)
527 ac_prev=program_prefix ;; 666 ac_prev=program_prefix ;;
528 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 667 -program-prefix=* | --program-prefix=* | --program-prefi=* \
529 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 668 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
530 program_prefix="$ac_optarg" ;; 669 program_prefix=$ac_optarg ;;
531 670
532 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 671 -program-suffix | --program-suffix | --program-suffi | --program-suff \
533 | --program-suf | --program-su | --program-s) 672 | --program-suf | --program-su | --program-s)
534 ac_prev=program_suffix ;; 673 ac_prev=program_suffix ;;
535 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 674 -program-suffix=* | --program-suffix=* | --program-suffi=* \
536 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 675 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
537 program_suffix="$ac_optarg" ;; 676 program_suffix=$ac_optarg ;;
538 677
539 -program-transform-name | --program-transform-name \ 678 -program-transform-name | --program-transform-name \
540 | --program-transform-nam | --program-transform-na \ 679 | --program-transform-nam | --program-transform-na \
541 | --program-transform-n | --program-transform- \ 680 | --program-transform-n | --program-transform- \
542 | --program-transform | --program-transfor \ 681 | --program-transform | --program-transfor \
549 | --program-transform-n=* | --program-transform-=* \ 688 | --program-transform-n=* | --program-transform-=* \
550 | --program-transform=* | --program-transfor=* \ 689 | --program-transform=* | --program-transfor=* \
551 | --program-transfo=* | --program-transf=* \ 690 | --program-transfo=* | --program-transf=* \
552 | --program-trans=* | --program-tran=* \ 691 | --program-trans=* | --program-tran=* \
553 | --progr-tra=* | --program-tr=* | --program-t=*) 692 | --progr-tra=* | --program-tr=* | --program-t=*)
554 program_transform_name="$ac_optarg" ;; 693 program_transform_name=$ac_optarg ;;
555 694
556 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 695 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
557 | -silent | --silent | --silen | --sile | --sil) 696 | -silent | --silent | --silen | --sile | --sil)
558 silent=yes ;; 697 silent=yes ;;
559 698
560 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 699 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
561 ac_prev=sbindir ;; 700 ac_prev=sbindir ;;
562 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 701 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
563 | --sbi=* | --sb=*) 702 | --sbi=* | --sb=*)
564 sbindir="$ac_optarg" ;; 703 sbindir=$ac_optarg ;;
565 704
566 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 705 -sharedstatedir | --sharedstatedir | --sharedstatedi \
567 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 706 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
568 | --sharedst | --shareds | --shared | --share | --shar \ 707 | --sharedst | --shareds | --shared | --share | --shar \
569 | --sha | --sh) 708 | --sha | --sh)
570 ac_prev=sharedstatedir ;; 709 ac_prev=sharedstatedir ;;
571 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 710 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
572 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 711 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
573 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 712 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
574 | --sha=* | --sh=*) 713 | --sha=* | --sh=*)
575 sharedstatedir="$ac_optarg" ;; 714 sharedstatedir=$ac_optarg ;;
576 715
577 -site | --site | --sit) 716 -site | --site | --sit)
578 ac_prev=site ;; 717 ac_prev=site ;;
579 -site=* | --site=* | --sit=*) 718 -site=* | --site=* | --sit=*)
580 site="$ac_optarg" ;; 719 site=$ac_optarg ;;
581 720
582 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 721 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
583 ac_prev=srcdir ;; 722 ac_prev=srcdir ;;
584 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 723 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
585 srcdir="$ac_optarg" ;; 724 srcdir=$ac_optarg ;;
586 725
587 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 726 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
588 | --syscon | --sysco | --sysc | --sys | --sy) 727 | --syscon | --sysco | --sysc | --sys | --sy)
589 ac_prev=sysconfdir ;; 728 ac_prev=sysconfdir ;;
590 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 729 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
591 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 730 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
592 sysconfdir="$ac_optarg" ;; 731 sysconfdir=$ac_optarg ;;
593 732
594 -target | --target | --targe | --targ | --tar | --ta | --t) 733 -target | --target | --targe | --targ | --tar | --ta | --t)
595 ac_prev=target ;; 734 ac_prev=target_alias ;;
596 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 735 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
597 target="$ac_optarg" ;; 736 target_alias=$ac_optarg ;;
598 737
599 -v | -verbose | --verbose | --verbos | --verbo | --verb) 738 -v | -verbose | --verbose | --verbos | --verbo | --verb)
600 verbose=yes ;; 739 verbose=yes ;;
601 740
602 -version | --version | --versio | --versi | --vers) 741 -version | --version | --versio | --versi | --vers | -V)
603 echo "configure generated by autoconf version 2.13" 742 ac_init_version=: ;;
604 exit 0 ;;
605 743
606 -with-* | --with-*) 744 -with-* | --with-*)
607 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` 745 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
608 # Reject names that are not valid shell variable names. 746 # Reject names that are not valid shell variable names.
609 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then 747 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
610 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 748 { echo "$as_me: error: invalid package name: $ac_package" >&2
611 fi 749 { (exit 1); exit 1; }; }
612 ac_package=`echo $ac_package| sed 's/-/_/g'` 750 ac_package=`echo $ac_package| sed 's/-/_/g'`
613 case "$ac_option" in 751 case $ac_option in
614 *=*) ;; 752 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
615 *) ac_optarg=yes ;; 753 *) ac_optarg=yes ;;
616 esac 754 esac
617 eval "with_${ac_package}='$ac_optarg'" ;; 755 eval "with_$ac_package='$ac_optarg'" ;;
618 756
619 -without-* | --without-*) 757 -without-* | --without-*)
620 ac_package=`echo $ac_option|sed -e 's/-*without-//'` 758 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
621 # Reject names that are not valid shell variable names. 759 # Reject names that are not valid shell variable names.
622 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then 760 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
623 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 761 { echo "$as_me: error: invalid package name: $ac_package" >&2
624 fi 762 { (exit 1); exit 1; }; }
625 ac_package=`echo $ac_package| sed 's/-/_/g'` 763 ac_package=`echo $ac_package | sed 's/-/_/g'`
626 eval "with_${ac_package}=no" ;; 764 eval "with_$ac_package=no" ;;
627 765
628 --x) 766 --x)
629 # Obsolete; use --with-x. 767 # Obsolete; use --with-x.
630 with_x=yes ;; 768 with_x=yes ;;
631 769
632 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 770 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
633 | --x-incl | --x-inc | --x-in | --x-i) 771 | --x-incl | --x-inc | --x-in | --x-i)
634 ac_prev=x_includes ;; 772 ac_prev=x_includes ;;
635 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 773 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
636 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 774 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
637 x_includes="$ac_optarg" ;; 775 x_includes=$ac_optarg ;;
638 776
639 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 777 -x-libraries | --x-libraries | --x-librarie | --x-librari \
640 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 778 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
641 ac_prev=x_libraries ;; 779 ac_prev=x_libraries ;;
642 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 780 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
643 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 781 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
644 x_libraries="$ac_optarg" ;; 782 x_libraries=$ac_optarg ;;
645 783
646 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } 784 -*) { echo "$as_me: error: unrecognized option: $ac_option
785Try \`$0 --help' for more information." >&2
786 { (exit 1); exit 1; }; }
647 ;; 787 ;;
648 788
789 *=*)
790 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
791 # Reject names that are not valid shell variable names.
792 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
793 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
794 { (exit 1); exit 1; }; }
795 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
796 eval "$ac_envvar='$ac_optarg'"
797 export $ac_envvar ;;
798
649 *) 799 *)
650 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then 800 # FIXME: should be removed in autoconf 3.0.
651 echo "configure: warning: $ac_option: invalid host type" 1>&2 801 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
652 fi 802 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
653 if test "x$nonopt" != xNONE; then 803 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
654 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } 804 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
655 fi
656 nonopt="$ac_option"
657 ;; 805 ;;
658 806
659 esac 807 esac
660done 808done
661 809
662if test -n "$ac_prev"; then 810if test -n "$ac_prev"; then
663 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } 811 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
812 { echo "$as_me: error: missing argument to $ac_option" >&2
813 { (exit 1); exit 1; }; }
664fi 814fi
665 815
666trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 816# Be sure to have absolute paths.
667 817for ac_var in exec_prefix prefix
668# File descriptor usage:
669# 0 standard input
670# 1 file creation
671# 2 errors and warnings
672# 3 some systems may open it to /dev/tty
673# 4 used on the Kubota Titan
674# 6 checking for... messages and results
675# 5 compiler messages saved in config.log
676if test "$silent" = yes; then
677 exec 6>/dev/null
678else
679 exec 6>&1
680fi
681exec 5>./config.log
682
683echo "\
684This file contains any messages produced by compilers while
685running configure, to aid debugging if configure makes a mistake.
686" 1>&5
687
688# Strip out --no-create and --no-recursion so they do not pile up.
689# Also quote any args containing shell metacharacters.
690ac_configure_args=
691for ac_arg
692do 818do
819 eval ac_val=$`echo $ac_var`
693 case "$ac_arg" in 820 case $ac_val in
694 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 821 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
695 | --no-cr | --no-c) ;; 822 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
696 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 823 { (exit 1); exit 1; }; };;
697 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
698 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
699 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
700 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
701 esac 824 esac
702done 825done
703 826
704# NLS nuisances. 827# Be sure to have absolute paths.
705# Only set these to C if already set. These must not be set unconditionally 828for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
706# because not all systems understand e.g. LANG=C (notably SCO). 829 localstatedir libdir includedir oldincludedir infodir mandir
707# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! 830do
708# Non-C LC_CTYPE values break the ctype check. 831 eval ac_val=$`echo $ac_var`
709if test "${LANG+set}" = set; then LANG=C; export LANG; fi 832 case $ac_val in
710if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi 833 [\\/$]* | ?:[\\/]* ) ;;
711if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi 834 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
712if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi 835 { (exit 1); exit 1; }; };;
836 esac
837done
713 838
714# confdefs.h avoids OS command line length limits that DEFS can exceed. 839# There might be people who depend on the old broken behavior: `$host'
715rm -rf conftest* confdefs.h 840# used to hold the argument of --host etc.
716# AIX cpp loses on an empty file, so make sure it contains at least a newline. 841# FIXME: To remove some day.
717echo > confdefs.h 842build=$build_alias
843host=$host_alias
844target=$target_alias
718 845
719# A filename unique to this package, relative to the directory that 846# FIXME: To remove some day.
720# configure is in, which we can look for to find out if srcdir is correct. 847if test "x$host_alias" != x; then
721ac_unique_file=src/feature.h 848 if test "x$build_alias" = x; then
849 cross_compiling=maybe
850 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
851 If a cross compiler is detected then cross compile mode will be used." >&2
852 elif test "x$build_alias" != "x$host_alias"; then
853 cross_compiling=yes
854 fi
855fi
856
857ac_tool_prefix=
858test -n "$host_alias" && ac_tool_prefix=$host_alias-
859
860test "$silent" = yes && exec 6>/dev/null
861
722 862
723# Find the source files, if location was not specified. 863# Find the source files, if location was not specified.
724if test -z "$srcdir"; then 864if test -z "$srcdir"; then
725 ac_srcdir_defaulted=yes 865 ac_srcdir_defaulted=yes
726 # Try the directory containing this script, then its parent. 866 # Try the directory containing this script, then its parent.
727 ac_prog=$0 867 ac_confdir=`(dirname "$0") 2>/dev/null ||
728 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` 868$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
729 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. 869 X"$0" : 'X\(//\)[^/]' \| \
870 X"$0" : 'X\(//\)$' \| \
871 X"$0" : 'X\(/\)' \| \
872 . : '\(.\)' 2>/dev/null ||
873echo X"$0" |
874 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
875 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
876 /^X\(\/\/\)$/{ s//\1/; q; }
877 /^X\(\/\).*/{ s//\1/; q; }
878 s/.*/./; q'`
730 srcdir=$ac_confdir 879 srcdir=$ac_confdir
731 if test ! -r $srcdir/$ac_unique_file; then 880 if test ! -r $srcdir/$ac_unique_file; then
732 srcdir=.. 881 srcdir=..
733 fi 882 fi
734else 883else
735 ac_srcdir_defaulted=no 884 ac_srcdir_defaulted=no
736fi 885fi
737if test ! -r $srcdir/$ac_unique_file; then 886if test ! -r $srcdir/$ac_unique_file; then
738 if test "$ac_srcdir_defaulted" = yes; then 887 if test "$ac_srcdir_defaulted" = yes; then
739 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } 888 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
889 { (exit 1); exit 1; }; }
740 else 890 else
741 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } 891 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
892 { (exit 1); exit 1; }; }
742 fi 893 fi
743fi 894fi
895(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
896 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
897 { (exit 1); exit 1; }; }
744srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` 898srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
899ac_env_build_alias_set=${build_alias+set}
900ac_env_build_alias_value=$build_alias
901ac_cv_env_build_alias_set=${build_alias+set}
902ac_cv_env_build_alias_value=$build_alias
903ac_env_host_alias_set=${host_alias+set}
904ac_env_host_alias_value=$host_alias
905ac_cv_env_host_alias_set=${host_alias+set}
906ac_cv_env_host_alias_value=$host_alias
907ac_env_target_alias_set=${target_alias+set}
908ac_env_target_alias_value=$target_alias
909ac_cv_env_target_alias_set=${target_alias+set}
910ac_cv_env_target_alias_value=$target_alias
911ac_env_CC_set=${CC+set}
912ac_env_CC_value=$CC
913ac_cv_env_CC_set=${CC+set}
914ac_cv_env_CC_value=$CC
915ac_env_CFLAGS_set=${CFLAGS+set}
916ac_env_CFLAGS_value=$CFLAGS
917ac_cv_env_CFLAGS_set=${CFLAGS+set}
918ac_cv_env_CFLAGS_value=$CFLAGS
919ac_env_LDFLAGS_set=${LDFLAGS+set}
920ac_env_LDFLAGS_value=$LDFLAGS
921ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
922ac_cv_env_LDFLAGS_value=$LDFLAGS
923ac_env_CPPFLAGS_set=${CPPFLAGS+set}
924ac_env_CPPFLAGS_value=$CPPFLAGS
925ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
926ac_cv_env_CPPFLAGS_value=$CPPFLAGS
927ac_env_CXX_set=${CXX+set}
928ac_env_CXX_value=$CXX
929ac_cv_env_CXX_set=${CXX+set}
930ac_cv_env_CXX_value=$CXX
931ac_env_CXXFLAGS_set=${CXXFLAGS+set}
932ac_env_CXXFLAGS_value=$CXXFLAGS
933ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
934ac_cv_env_CXXFLAGS_value=$CXXFLAGS
935ac_env_CPP_set=${CPP+set}
936ac_env_CPP_value=$CPP
937ac_cv_env_CPP_set=${CPP+set}
938ac_cv_env_CPP_value=$CPP
939ac_env_CXXCPP_set=${CXXCPP+set}
940ac_env_CXXCPP_value=$CXXCPP
941ac_cv_env_CXXCPP_set=${CXXCPP+set}
942ac_cv_env_CXXCPP_value=$CXXCPP
745 943
944#
945# Report the --help message.
946#
947if test "$ac_init_help" = "long"; then
948 # Omit some internal or obsolete options to make the list less imposing.
949 # This message is too long to be a string in the A/UX 3.1 sh.
950 cat <<_ACEOF
951\`configure' configures this package to adapt to many kinds of systems.
952
953Usage: $0 [OPTION]... [VAR=VALUE]...
954
955To assign environment variables (e.g., CC, CFLAGS...), specify them as
956VAR=VALUE. See below for descriptions of some of the useful variables.
957
958Defaults for the options are specified in brackets.
959
960Configuration:
961 -h, --help display this help and exit
962 --help=short display options specific to this package
963 --help=recursive display the short help of all the included packages
964 -V, --version display version information and exit
965 -q, --quiet, --silent do not print \`checking...' messages
966 --cache-file=FILE cache test results in FILE [disabled]
967 -C, --config-cache alias for \`--cache-file=config.cache'
968 -n, --no-create do not create output files
969 --srcdir=DIR find the sources in DIR [configure dir or \`..']
970
971_ACEOF
972
973 cat <<_ACEOF
974Installation directories:
975 --prefix=PREFIX install architecture-independent files in PREFIX
976 [$ac_default_prefix]
977 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
978 [PREFIX]
979
980By default, \`make install' will install all the files in
981\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
982an installation prefix other than \`$ac_default_prefix' using \`--prefix',
983for instance \`--prefix=\$HOME'.
984
985For better control, use the options below.
986
987Fine tuning of the installation directories:
988 --bindir=DIR user executables [EPREFIX/bin]
989 --sbindir=DIR system admin executables [EPREFIX/sbin]
990 --libexecdir=DIR program executables [EPREFIX/libexec]
991 --datadir=DIR read-only architecture-independent data [PREFIX/share]
992 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
993 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
994 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
995 --libdir=DIR object code libraries [EPREFIX/lib]
996 --includedir=DIR C header files [PREFIX/include]
997 --oldincludedir=DIR C header files for non-gcc [/usr/include]
998 --infodir=DIR info documentation [PREFIX/info]
999 --mandir=DIR man documentation [PREFIX/man]
1000_ACEOF
1001
1002 cat <<\_ACEOF
1003
1004X features:
1005 --x-includes=DIR X include files are in DIR
1006 --x-libraries=DIR X library files are in DIR
1007
1008Program names:
1009 --program-prefix=PREFIX prepend PREFIX to installed program names
1010 --program-suffix=SUFFIX append SUFFIX to installed program names
1011 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1012
1013System types:
1014 --build=BUILD configure for building on BUILD [guessed]
1015 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1016_ACEOF
1017fi
1018
1019if test -n "$ac_init_help"; then
1020
1021 cat <<\_ACEOF
1022
1023Optional Features:
1024 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1026 --enable-shared=PKGS build shared libraries default=no
1027 --enable-static=PKGS build static libraries default=yes
1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1029 --disable-libtool-lock avoid locking (might break parallel builds)
1030 --enable-everything enable standard non-multichoice features
1031 NOTE: this option is order dependent
1032 NOTE: automatically enabled with --enable-shared
1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1035 --enable-xft enable xft support on systems that have it
1036 --enable-font-styles enable bold and italic support
1037 --enable-utmp enable utmp (utmpx) support
1038 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1039 --enable-lastlog enable lastlog support (requires --enable-utmp)
1040 --enable-xpm-background enable XPM background pixmaps
1041 --enable-transparency enable transparent backgrounds
1042 --enable-tinting enable tinting of transparent bg
1043 --enable-fading enable colors fading when off focus
1044 --enable-menubar enable menubar
1045 --enable-rxvt-scroll enable rxvt style scrollbar
1046 --enable-next-scroll enable NeXT style scrollbar
1047 --enable-xterm-scroll enable Xterm style scrollbar
1048 --enable-plain-scroll enable plain style scrollbar
1049 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1050 --enable-xim XIM (X Input Method) protocol support
1051 --enable-ttygid enable tty setting to group named "tty"
1052 --disable-backspace-key disable handling of the backspace key
1053 --disable-delete-key disable handling of the delete key
1054 --disable-resources disable all resource checking
1055 --enable-xgetdefault enable resources via X instead of our small version
1056 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1057 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1058 --enable-strings enable some replacement system functions
1059 --disable-swapscreen disable swap screen support
1060 --enable-iso14755 enable support for extended ISO 14755 modes
1061 --enable-frills enable support for rarely used features
1062 --enable-24bit enable support for using 24bit visuals if available
1063 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1064 --enable-selectionscrolling enable scrolling during selections
1065 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1066 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1067 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1068 --enable-dlmalloc enable Doug Lea's malloc - for production use
1069 NOTE: enable only one malloc package
1070 --enable-smart-resize enable smart growth/shrink behaviour
1071 --enable-cursor-blink enable blinking cursor
1072 --enable-text-blink enable blinking text
1073 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1074
1075Optional Packages:
1076 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1077 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1078 --with-gnu-ld assume the C compiler uses GNU ld default=no
1079 --with-pic try to use only PIC/non-PIC objects default=use both
1080 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1081 --with-res-name=NAME use this as default resource name (default: urxvt)
1082 --with-res-class=CLASS use this as the resource class (default: URxvt)
1083 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1084 --with-term=NAME set the terminal to NAME (default: rxvt)
1085 --with-terminfo=PATH set the path to the terminfo tree to PATH
1086 --with-x use the X Window System
1087 --with-xpm-includes=DIR use XPM includes in DIR
1088 --with-xpm-library=DIR use XPM library in DIR
1089 --with-xpm use XPM
1090
1091Some influential environment variables:
1092 CC C compiler command
1093 CFLAGS C compiler flags
1094 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1095 nonstandard directory <lib dir>
1096 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1097 headers in a nonstandard directory <include dir>
1098 CXX C++ compiler command
1099 CXXFLAGS C++ compiler flags
1100 CPP C preprocessor
1101 CXXCPP C++ preprocessor
1102
1103Use these variables to override the choices made by `configure' or to help
1104it to find libraries and programs with nonstandard names/locations.
1105
1106_ACEOF
1107fi
1108
1109if test "$ac_init_help" = "recursive"; then
1110 # If there are subdirs, report their specific --help.
1111 ac_popdir=`pwd`
1112 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1113 test -d $ac_dir || continue
1114 ac_builddir=.
1115
1116if test "$ac_dir" != .; then
1117 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1118 # A "../" for each directory in $ac_dir_suffix.
1119 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1120else
1121 ac_dir_suffix= ac_top_builddir=
1122fi
1123
1124case $srcdir in
1125 .) # No --srcdir option. We are building in place.
1126 ac_srcdir=.
1127 if test -z "$ac_top_builddir"; then
1128 ac_top_srcdir=.
1129 else
1130 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1131 fi ;;
1132 [\\/]* | ?:[\\/]* ) # Absolute path.
1133 ac_srcdir=$srcdir$ac_dir_suffix;
1134 ac_top_srcdir=$srcdir ;;
1135 *) # Relative path.
1136 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1137 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1138esac
1139
1140# Do not use `cd foo && pwd` to compute absolute paths, because
1141# the directories may not exist.
1142case `pwd` in
1143.) ac_abs_builddir="$ac_dir";;
1144*)
1145 case "$ac_dir" in
1146 .) ac_abs_builddir=`pwd`;;
1147 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1148 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1149 esac;;
1150esac
1151case $ac_abs_builddir in
1152.) ac_abs_top_builddir=${ac_top_builddir}.;;
1153*)
1154 case ${ac_top_builddir}. in
1155 .) ac_abs_top_builddir=$ac_abs_builddir;;
1156 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1157 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1158 esac;;
1159esac
1160case $ac_abs_builddir in
1161.) ac_abs_srcdir=$ac_srcdir;;
1162*)
1163 case $ac_srcdir in
1164 .) ac_abs_srcdir=$ac_abs_builddir;;
1165 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1166 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1167 esac;;
1168esac
1169case $ac_abs_builddir in
1170.) ac_abs_top_srcdir=$ac_top_srcdir;;
1171*)
1172 case $ac_top_srcdir in
1173 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1174 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1175 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1176 esac;;
1177esac
1178
1179 cd $ac_dir
1180 # Check for guested configure; otherwise get Cygnus style configure.
1181 if test -f $ac_srcdir/configure.gnu; then
1182 echo
1183 $SHELL $ac_srcdir/configure.gnu --help=recursive
1184 elif test -f $ac_srcdir/configure; then
1185 echo
1186 $SHELL $ac_srcdir/configure --help=recursive
1187 elif test -f $ac_srcdir/configure.ac ||
1188 test -f $ac_srcdir/configure.in; then
1189 echo
1190 $ac_configure --help
1191 else
1192 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1193 fi
1194 cd "$ac_popdir"
1195 done
1196fi
1197
1198test -n "$ac_init_help" && exit 0
1199if $ac_init_version; then
1200 cat <<\_ACEOF
1201
1202Copyright (C) 2003 Free Software Foundation, Inc.
1203This configure script is free software; the Free Software Foundation
1204gives unlimited permission to copy, distribute and modify it.
1205_ACEOF
1206 exit 0
1207fi
1208exec 5>config.log
1209cat >&5 <<_ACEOF
1210This file contains any messages produced by compilers while
1211running configure, to aid debugging if configure makes a mistake.
1212
1213It was created by $as_me, which was
1214generated by GNU Autoconf 2.59. Invocation command line was
1215
1216 $ $0 $@
1217
1218_ACEOF
1219{
1220cat <<_ASUNAME
1221## --------- ##
1222## Platform. ##
1223## --------- ##
1224
1225hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1226uname -m = `(uname -m) 2>/dev/null || echo unknown`
1227uname -r = `(uname -r) 2>/dev/null || echo unknown`
1228uname -s = `(uname -s) 2>/dev/null || echo unknown`
1229uname -v = `(uname -v) 2>/dev/null || echo unknown`
1230
1231/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1232/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1233
1234/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1235/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1236/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1237hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1238/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1239/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1240/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1241
1242_ASUNAME
1243
1244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1245for as_dir in $PATH
1246do
1247 IFS=$as_save_IFS
1248 test -z "$as_dir" && as_dir=.
1249 echo "PATH: $as_dir"
1250done
1251
1252} >&5
1253
1254cat >&5 <<_ACEOF
1255
1256
1257## ----------- ##
1258## Core tests. ##
1259## ----------- ##
1260
1261_ACEOF
1262
1263
1264# Keep a trace of the command line.
1265# Strip out --no-create and --no-recursion so they do not pile up.
1266# Strip out --silent because we don't want to record it for future runs.
1267# Also quote any args containing shell meta-characters.
1268# Make two passes to allow for proper duplicate-argument suppression.
1269ac_configure_args=
1270ac_configure_args0=
1271ac_configure_args1=
1272ac_sep=
1273ac_must_keep_next=false
1274for ac_pass in 1 2
1275do
1276 for ac_arg
1277 do
1278 case $ac_arg in
1279 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1280 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1281 | -silent | --silent | --silen | --sile | --sil)
1282 continue ;;
1283 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1284 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1285 esac
1286 case $ac_pass in
1287 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1288 2)
1289 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1290 if test $ac_must_keep_next = true; then
1291 ac_must_keep_next=false # Got value, back to normal.
1292 else
1293 case $ac_arg in
1294 *=* | --config-cache | -C | -disable-* | --disable-* \
1295 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1296 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1297 | -with-* | --with-* | -without-* | --without-* | --x)
1298 case "$ac_configure_args0 " in
1299 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1300 esac
1301 ;;
1302 -* ) ac_must_keep_next=true ;;
1303 esac
1304 fi
1305 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1306 # Get rid of the leading space.
1307 ac_sep=" "
1308 ;;
1309 esac
1310 done
1311done
1312$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1313$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1314
1315# When interrupted or exit'd, cleanup temporary files, and complete
1316# config.log. We remove comments because anyway the quotes in there
1317# would cause problems or look ugly.
1318# WARNING: Be sure not to use single quotes in there, as some shells,
1319# such as our DU 5.0 friend, will then `close' the trap.
1320trap 'exit_status=$?
1321 # Save into config.log some information that might help in debugging.
1322 {
1323 echo
1324
1325 cat <<\_ASBOX
1326## ---------------- ##
1327## Cache variables. ##
1328## ---------------- ##
1329_ASBOX
1330 echo
1331 # The following way of writing the cache mishandles newlines in values,
1332{
1333 (set) 2>&1 |
1334 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1335 *ac_space=\ *)
1336 sed -n \
1337 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1338 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1339 ;;
1340 *)
1341 sed -n \
1342 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1343 ;;
1344 esac;
1345}
1346 echo
1347
1348 cat <<\_ASBOX
1349## ----------------- ##
1350## Output variables. ##
1351## ----------------- ##
1352_ASBOX
1353 echo
1354 for ac_var in $ac_subst_vars
1355 do
1356 eval ac_val=$`echo $ac_var`
1357 echo "$ac_var='"'"'$ac_val'"'"'"
1358 done | sort
1359 echo
1360
1361 if test -n "$ac_subst_files"; then
1362 cat <<\_ASBOX
1363## ------------- ##
1364## Output files. ##
1365## ------------- ##
1366_ASBOX
1367 echo
1368 for ac_var in $ac_subst_files
1369 do
1370 eval ac_val=$`echo $ac_var`
1371 echo "$ac_var='"'"'$ac_val'"'"'"
1372 done | sort
1373 echo
1374 fi
1375
1376 if test -s confdefs.h; then
1377 cat <<\_ASBOX
1378## ----------- ##
1379## confdefs.h. ##
1380## ----------- ##
1381_ASBOX
1382 echo
1383 sed "/^$/d" confdefs.h | sort
1384 echo
1385 fi
1386 test "$ac_signal" != 0 &&
1387 echo "$as_me: caught signal $ac_signal"
1388 echo "$as_me: exit $exit_status"
1389 } >&5
1390 rm -f core *.core &&
1391 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1392 exit $exit_status
1393 ' 0
1394for ac_signal in 1 2 13 15; do
1395 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1396done
1397ac_signal=0
1398
1399# confdefs.h avoids OS command line length limits that DEFS can exceed.
1400rm -rf conftest* confdefs.h
1401# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1402echo >confdefs.h
1403
1404# Predefined preprocessor variables.
1405
1406cat >>confdefs.h <<_ACEOF
1407#define PACKAGE_NAME "$PACKAGE_NAME"
1408_ACEOF
1409
1410
1411cat >>confdefs.h <<_ACEOF
1412#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1413_ACEOF
1414
1415
1416cat >>confdefs.h <<_ACEOF
1417#define PACKAGE_VERSION "$PACKAGE_VERSION"
1418_ACEOF
1419
1420
1421cat >>confdefs.h <<_ACEOF
1422#define PACKAGE_STRING "$PACKAGE_STRING"
1423_ACEOF
1424
1425
1426cat >>confdefs.h <<_ACEOF
1427#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1428_ACEOF
1429
1430
1431# Let the site file select an alternate cache file if it wants to.
746# Prefer explicitly selected file to automatically selected ones. 1432# Prefer explicitly selected file to automatically selected ones.
747if test -z "$CONFIG_SITE"; then 1433if test -z "$CONFIG_SITE"; then
748 if test "x$prefix" != xNONE; then 1434 if test "x$prefix" != xNONE; then
749 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1435 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
750 else 1436 else
751 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1437 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
752 fi 1438 fi
753fi 1439fi
754for ac_site_file in $CONFIG_SITE; do 1440for ac_site_file in $CONFIG_SITE; do
755 if test -r "$ac_site_file"; then 1441 if test -r "$ac_site_file"; then
1442 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
756 echo "loading site script $ac_site_file" 1443echo "$as_me: loading site script $ac_site_file" >&6;}
1444 sed 's/^/| /' "$ac_site_file" >&5
757 . "$ac_site_file" 1445 . "$ac_site_file"
758 fi 1446 fi
759done 1447done
760 1448
761if test -r "$cache_file"; then 1449if test -r "$cache_file"; then
1450 # Some versions of bash will fail to source /dev/null (special
1451 # files actually), so we avoid doing that.
1452 if test -f "$cache_file"; then
1453 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
762 echo "loading cache $cache_file" 1454echo "$as_me: loading cache $cache_file" >&6;}
763 . $cache_file 1455 case $cache_file in
1456 [\\/]* | ?:[\\/]* ) . $cache_file;;
1457 *) . ./$cache_file;;
1458 esac
1459 fi
764else 1460else
1461 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
765 echo "creating cache $cache_file" 1462echo "$as_me: creating cache $cache_file" >&6;}
766 > $cache_file 1463 >$cache_file
1464fi
1465
1466# Check that the precious variables saved in the cache have kept the same
1467# value.
1468ac_cache_corrupted=false
1469for ac_var in `(set) 2>&1 |
1470 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1471 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1472 eval ac_new_set=\$ac_env_${ac_var}_set
1473 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1474 eval ac_new_val="\$ac_env_${ac_var}_value"
1475 case $ac_old_set,$ac_new_set in
1476 set,)
1477 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1478echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1479 ac_cache_corrupted=: ;;
1480 ,set)
1481 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1482echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1483 ac_cache_corrupted=: ;;
1484 ,);;
1485 *)
1486 if test "x$ac_old_val" != "x$ac_new_val"; then
1487 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1488echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1489 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1490echo "$as_me: former value: $ac_old_val" >&2;}
1491 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1492echo "$as_me: current value: $ac_new_val" >&2;}
1493 ac_cache_corrupted=:
1494 fi;;
1495 esac
1496 # Pass precious variables to config.status.
1497 if test "$ac_new_set" = set; then
1498 case $ac_new_val in
1499 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1500 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1501 *) ac_arg=$ac_var=$ac_new_val ;;
1502 esac
1503 case " $ac_configure_args " in
1504 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1505 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1506 esac
1507 fi
1508done
1509if $ac_cache_corrupted; then
1510 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1511echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1512 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1513echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1514 { (exit 1); exit 1; }; }
767fi 1515fi
768 1516
769ac_ext=c 1517ac_ext=c
770# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
771ac_cpp='$CPP $CPPFLAGS' 1518ac_cpp='$CPP $CPPFLAGS'
772ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1519ac_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' 1520ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
774cross_compiling=$ac_cv_prog_cc_cross 1521ac_compiler_gnu=$ac_cv_c_compiler_gnu
775 1522
776ac_exeext= 1523
777ac_objext=o 1524
778if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 1525
779 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 1526
780 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 1527
781 ac_n= ac_c=' 1528
782' ac_t=' ' 1529
783 else 1530
784 ac_n=-n ac_c= ac_t= 1531
785 fi 1532
786else 1533
787 ac_n= ac_c='\c' ac_t= 1534
788fi 1535
1536
1537
1538
1539
789 1540
790 1541
791ac_aux_dir= 1542ac_aux_dir=
792for ac_dir in autoconf $srcdir/autoconf; do 1543for ac_dir in autoconf $srcdir/autoconf; do
793 if test -f $ac_dir/install-sh; then 1544 if test -f $ac_dir/install-sh; then
796 break 1547 break
797 elif test -f $ac_dir/install.sh; then 1548 elif test -f $ac_dir/install.sh; then
798 ac_aux_dir=$ac_dir 1549 ac_aux_dir=$ac_dir
799 ac_install_sh="$ac_aux_dir/install.sh -c" 1550 ac_install_sh="$ac_aux_dir/install.sh -c"
800 break 1551 break
1552 elif test -f $ac_dir/shtool; then
1553 ac_aux_dir=$ac_dir
1554 ac_install_sh="$ac_aux_dir/shtool install -c"
1555 break
801 fi 1556 fi
802done 1557done
803if test -z "$ac_aux_dir"; then 1558if test -z "$ac_aux_dir"; then
1559 { { 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; } 1560echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1561 { (exit 1); exit 1; }; }
805fi 1562fi
806ac_config_guess=$ac_aux_dir/config.guess 1563ac_config_guess="$SHELL $ac_aux_dir/config.guess"
807ac_config_sub=$ac_aux_dir/config.sub 1564ac_config_sub="$SHELL $ac_aux_dir/config.sub"
808ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 1565ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1566
1567 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1568
1569
1570# Make sure we can run config.sub.
1571$ac_config_sub sun4 >/dev/null 2>&1 ||
1572 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1573echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1574 { (exit 1); exit 1; }; }
1575
1576echo "$as_me:$LINENO: checking build system type" >&5
1577echo $ECHO_N "checking build system type... $ECHO_C" >&6
1578if test "${ac_cv_build+set}" = set; then
1579 echo $ECHO_N "(cached) $ECHO_C" >&6
1580else
1581 ac_cv_build_alias=$build_alias
1582test -z "$ac_cv_build_alias" &&
1583 ac_cv_build_alias=`$ac_config_guess`
1584test -z "$ac_cv_build_alias" &&
1585 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1586echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1587 { (exit 1); exit 1; }; }
1588ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1589 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1590echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1591 { (exit 1); exit 1; }; }
1592
1593fi
1594echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1595echo "${ECHO_T}$ac_cv_build" >&6
1596build=$ac_cv_build
1597build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1598build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1599build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1600
1601
1602echo "$as_me:$LINENO: checking host system type" >&5
1603echo $ECHO_N "checking host system type... $ECHO_C" >&6
1604if test "${ac_cv_host+set}" = set; then
1605 echo $ECHO_N "(cached) $ECHO_C" >&6
1606else
1607 ac_cv_host_alias=$host_alias
1608test -z "$ac_cv_host_alias" &&
1609 ac_cv_host_alias=$ac_cv_build_alias
1610ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1611 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1612echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1613 { (exit 1); exit 1; }; }
1614
1615fi
1616echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1617echo "${ECHO_T}$ac_cv_host" >&6
1618host=$ac_cv_host
1619host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1620host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1621host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
809 1622
810 1623
811 1624
812VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1625VERSION=`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` 1626DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
816echo "" 1629echo ""
817echo "configuring for rxvt $VERSION" 1630echo "configuring for rxvt $VERSION"
818echo "" 1631echo ""
819 1632
820 1633
1634ac_ext=c
1635ac_cpp='$CPP $CPPFLAGS'
1636ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1637ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1638ac_compiler_gnu=$ac_cv_c_compiler_gnu
1639if test -n "$ac_tool_prefix"; then
821# Extract the first word of "gcc", so it can be a program name with args. 1640 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
822set dummy gcc; ac_word=$2 1641set dummy ${ac_tool_prefix}gcc; ac_word=$2
1642echo "$as_me:$LINENO: checking for $ac_word" >&5
823echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1643echo $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 1644if test "${ac_cv_prog_CC+set}" = set; then
826 echo $ac_n "(cached) $ac_c" 1>&6 1645 echo $ECHO_N "(cached) $ECHO_C" >&6
827else 1646else
828 if test -n "$CC"; then 1647 if test -n "$CC"; then
829 ac_cv_prog_CC="$CC" # Let the user override the test. 1648 ac_cv_prog_CC="$CC" # Let the user override the test.
830else 1649else
831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1650as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
832 ac_dummy="$PATH" 1651for as_dir in $PATH
833 for ac_dir in $ac_dummy; do 1652do
1653 IFS=$as_save_IFS
834 test -z "$ac_dir" && ac_dir=. 1654 test -z "$as_dir" && as_dir=.
835 if test -f $ac_dir/$ac_word; then 1655 for ac_exec_ext in '' $ac_executable_extensions; do
836 ac_cv_prog_CC="gcc" 1656 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1657 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1658 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
837 break 1659 break 2
838 fi 1660 fi
839 done 1661done
840 IFS="$ac_save_ifs" 1662done
1663
841fi 1664fi
842fi 1665fi
843CC="$ac_cv_prog_CC" 1666CC=$ac_cv_prog_CC
844if test -n "$CC"; then 1667if test -n "$CC"; then
845 echo "$ac_t""$CC" 1>&6 1668 echo "$as_me:$LINENO: result: $CC" >&5
1669echo "${ECHO_T}$CC" >&6
846else 1670else
847 echo "$ac_t""no" 1>&6 1671 echo "$as_me:$LINENO: result: no" >&5
1672echo "${ECHO_T}no" >&6
848fi 1673fi
849 1674
1675fi
1676if test -z "$ac_cv_prog_CC"; then
1677 ac_ct_CC=$CC
1678 # Extract the first word of "gcc", so it can be a program name with args.
1679set dummy gcc; ac_word=$2
1680echo "$as_me:$LINENO: checking for $ac_word" >&5
1681echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1682if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1683 echo $ECHO_N "(cached) $ECHO_C" >&6
1684else
1685 if test -n "$ac_ct_CC"; then
1686 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1687else
1688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1689for as_dir in $PATH
1690do
1691 IFS=$as_save_IFS
1692 test -z "$as_dir" && as_dir=.
1693 for ac_exec_ext in '' $ac_executable_extensions; do
1694 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1695 ac_cv_prog_ac_ct_CC="gcc"
1696 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1697 break 2
1698 fi
1699done
1700done
1701
1702fi
1703fi
1704ac_ct_CC=$ac_cv_prog_ac_ct_CC
1705if test -n "$ac_ct_CC"; then
1706 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1707echo "${ECHO_T}$ac_ct_CC" >&6
1708else
1709 echo "$as_me:$LINENO: result: no" >&5
1710echo "${ECHO_T}no" >&6
1711fi
1712
1713 CC=$ac_ct_CC
1714else
1715 CC="$ac_cv_prog_CC"
1716fi
1717
1718if test -z "$CC"; then
1719 if test -n "$ac_tool_prefix"; then
1720 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1721set dummy ${ac_tool_prefix}cc; ac_word=$2
1722echo "$as_me:$LINENO: checking for $ac_word" >&5
1723echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1724if test "${ac_cv_prog_CC+set}" = set; then
1725 echo $ECHO_N "(cached) $ECHO_C" >&6
1726else
1727 if test -n "$CC"; then
1728 ac_cv_prog_CC="$CC" # Let the user override the test.
1729else
1730as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1731for as_dir in $PATH
1732do
1733 IFS=$as_save_IFS
1734 test -z "$as_dir" && as_dir=.
1735 for ac_exec_ext in '' $ac_executable_extensions; do
1736 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1737 ac_cv_prog_CC="${ac_tool_prefix}cc"
1738 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1739 break 2
1740 fi
1741done
1742done
1743
1744fi
1745fi
1746CC=$ac_cv_prog_CC
1747if test -n "$CC"; then
1748 echo "$as_me:$LINENO: result: $CC" >&5
1749echo "${ECHO_T}$CC" >&6
1750else
1751 echo "$as_me:$LINENO: result: no" >&5
1752echo "${ECHO_T}no" >&6
1753fi
1754
1755fi
1756if test -z "$ac_cv_prog_CC"; then
1757 ac_ct_CC=$CC
1758 # Extract the first word of "cc", so it can be a program name with args.
1759set dummy cc; ac_word=$2
1760echo "$as_me:$LINENO: checking for $ac_word" >&5
1761echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1762if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1763 echo $ECHO_N "(cached) $ECHO_C" >&6
1764else
1765 if test -n "$ac_ct_CC"; then
1766 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1767else
1768as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1769for as_dir in $PATH
1770do
1771 IFS=$as_save_IFS
1772 test -z "$as_dir" && as_dir=.
1773 for ac_exec_ext in '' $ac_executable_extensions; do
1774 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1775 ac_cv_prog_ac_ct_CC="cc"
1776 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1777 break 2
1778 fi
1779done
1780done
1781
1782fi
1783fi
1784ac_ct_CC=$ac_cv_prog_ac_ct_CC
1785if test -n "$ac_ct_CC"; then
1786 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1787echo "${ECHO_T}$ac_ct_CC" >&6
1788else
1789 echo "$as_me:$LINENO: result: no" >&5
1790echo "${ECHO_T}no" >&6
1791fi
1792
1793 CC=$ac_ct_CC
1794else
1795 CC="$ac_cv_prog_CC"
1796fi
1797
1798fi
850if test -z "$CC"; then 1799if test -z "$CC"; then
851 # Extract the first word of "cc", so it can be a program name with args. 1800 # Extract the first word of "cc", so it can be a program name with args.
852set dummy cc; ac_word=$2 1801set dummy cc; ac_word=$2
1802echo "$as_me:$LINENO: checking for $ac_word" >&5
853echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1803echo $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 1804if test "${ac_cv_prog_CC+set}" = set; then
856 echo $ac_n "(cached) $ac_c" 1>&6 1805 echo $ECHO_N "(cached) $ECHO_C" >&6
857else 1806else
858 if test -n "$CC"; then 1807 if test -n "$CC"; then
859 ac_cv_prog_CC="$CC" # Let the user override the test. 1808 ac_cv_prog_CC="$CC" # Let the user override the test.
860else 1809else
861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
862 ac_prog_rejected=no 1810 ac_prog_rejected=no
863 ac_dummy="$PATH" 1811as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
864 for ac_dir in $ac_dummy; do 1812for as_dir in $PATH
1813do
1814 IFS=$as_save_IFS
865 test -z "$ac_dir" && ac_dir=. 1815 test -z "$as_dir" && as_dir=.
866 if test -f $ac_dir/$ac_word; then 1816 for ac_exec_ext in '' $ac_executable_extensions; do
1817 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
867 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1818 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
868 ac_prog_rejected=yes 1819 ac_prog_rejected=yes
869 continue 1820 continue
870 fi 1821 fi
871 ac_cv_prog_CC="cc" 1822 ac_cv_prog_CC="cc"
1823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
872 break 1824 break 2
873 fi 1825 fi
874 done 1826done
875 IFS="$ac_save_ifs" 1827done
1828
876if test $ac_prog_rejected = yes; then 1829if test $ac_prog_rejected = yes; then
877 # We found a bogon in the path, so make sure we never use it. 1830 # We found a bogon in the path, so make sure we never use it.
878 set dummy $ac_cv_prog_CC 1831 set dummy $ac_cv_prog_CC
879 shift 1832 shift
880 if test $# -gt 0; then 1833 if test $# != 0; then
881 # We chose a different compiler from the bogus one. 1834 # We chose a different compiler from the bogus one.
882 # However, it has the same basename, so the bogon will be chosen 1835 # 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. 1836 # first if we set CC to just the basename; use the full file name.
884 shift 1837 shift
885 set dummy "$ac_dir/$ac_word" "$@" 1838 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
886 shift
887 ac_cv_prog_CC="$@"
888 fi 1839 fi
889fi 1840fi
890fi 1841fi
891fi 1842fi
892CC="$ac_cv_prog_CC" 1843CC=$ac_cv_prog_CC
893if test -n "$CC"; then 1844if test -n "$CC"; then
894 echo "$ac_t""$CC" 1>&6 1845 echo "$as_me:$LINENO: result: $CC" >&5
1846echo "${ECHO_T}$CC" >&6
895else 1847else
896 echo "$ac_t""no" 1>&6 1848 echo "$as_me:$LINENO: result: no" >&5
1849echo "${ECHO_T}no" >&6
897fi 1850fi
898 1851
1852fi
899 if test -z "$CC"; then 1853if test -z "$CC"; then
900 case "`uname -s`" in 1854 if test -n "$ac_tool_prefix"; then
901 *win32* | *WIN32*) 1855 for ac_prog in cl
1856 do
902 # Extract the first word of "cl", so it can be a program name with args. 1857 # 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 1858set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1859echo "$as_me:$LINENO: checking for $ac_word" >&5
904echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1860echo $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 1861if test "${ac_cv_prog_CC+set}" = set; then
907 echo $ac_n "(cached) $ac_c" 1>&6 1862 echo $ECHO_N "(cached) $ECHO_C" >&6
908else 1863else
909 if test -n "$CC"; then 1864 if test -n "$CC"; then
910 ac_cv_prog_CC="$CC" # Let the user override the test. 1865 ac_cv_prog_CC="$CC" # Let the user override the test.
911else 1866else
912 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
913 ac_dummy="$PATH" 1868for as_dir in $PATH
914 for ac_dir in $ac_dummy; do 1869do
1870 IFS=$as_save_IFS
915 test -z "$ac_dir" && ac_dir=. 1871 test -z "$as_dir" && as_dir=.
916 if test -f $ac_dir/$ac_word; then 1872 for ac_exec_ext in '' $ac_executable_extensions; do
917 ac_cv_prog_CC="cl" 1873 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1874 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1875 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
918 break 1876 break 2
1877 fi
1878done
1879done
1880
1881fi
1882fi
1883CC=$ac_cv_prog_CC
1884if test -n "$CC"; then
1885 echo "$as_me:$LINENO: result: $CC" >&5
1886echo "${ECHO_T}$CC" >&6
1887else
1888 echo "$as_me:$LINENO: result: no" >&5
1889echo "${ECHO_T}no" >&6
1890fi
1891
1892 test -n "$CC" && break
1893 done
1894fi
1895if test -z "$CC"; then
1896 ac_ct_CC=$CC
1897 for ac_prog in cl
1898do
1899 # Extract the first word of "$ac_prog", so it can be a program name with args.
1900set dummy $ac_prog; ac_word=$2
1901echo "$as_me:$LINENO: checking for $ac_word" >&5
1902echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1903if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1904 echo $ECHO_N "(cached) $ECHO_C" >&6
1905else
1906 if test -n "$ac_ct_CC"; then
1907 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1908else
1909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1910for as_dir in $PATH
1911do
1912 IFS=$as_save_IFS
1913 test -z "$as_dir" && as_dir=.
1914 for ac_exec_ext in '' $ac_executable_extensions; do
1915 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1916 ac_cv_prog_ac_ct_CC="$ac_prog"
1917 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1918 break 2
1919 fi
1920done
1921done
1922
1923fi
1924fi
1925ac_ct_CC=$ac_cv_prog_ac_ct_CC
1926if test -n "$ac_ct_CC"; then
1927 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1928echo "${ECHO_T}$ac_ct_CC" >&6
1929else
1930 echo "$as_me:$LINENO: result: no" >&5
1931echo "${ECHO_T}no" >&6
1932fi
1933
1934 test -n "$ac_ct_CC" && break
1935done
1936
1937 CC=$ac_ct_CC
1938fi
1939
1940fi
1941
1942
1943test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1944See \`config.log' for more details." >&5
1945echo "$as_me: error: no acceptable C compiler found in \$PATH
1946See \`config.log' for more details." >&2;}
1947 { (exit 1); exit 1; }; }
1948
1949# Provide some information about the compiler.
1950echo "$as_me:$LINENO:" \
1951 "checking for C compiler version" >&5
1952ac_compiler=`set X $ac_compile; echo $2`
1953{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1954 (eval $ac_compiler --version </dev/null >&5) 2>&5
1955 ac_status=$?
1956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1957 (exit $ac_status); }
1958{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1959 (eval $ac_compiler -v </dev/null >&5) 2>&5
1960 ac_status=$?
1961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1962 (exit $ac_status); }
1963{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1964 (eval $ac_compiler -V </dev/null >&5) 2>&5
1965 ac_status=$?
1966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1967 (exit $ac_status); }
1968
1969cat >conftest.$ac_ext <<_ACEOF
1970/* confdefs.h. */
1971_ACEOF
1972cat confdefs.h >>conftest.$ac_ext
1973cat >>conftest.$ac_ext <<_ACEOF
1974/* end confdefs.h. */
1975
1976int
1977main ()
1978{
1979
1980 ;
1981 return 0;
1982}
1983_ACEOF
1984ac_clean_files_save=$ac_clean_files
1985ac_clean_files="$ac_clean_files a.out a.exe b.out"
1986# Try to create an executable without -o first, disregard a.out.
1987# It will help us diagnose broken compilers, and finding out an intuition
1988# of exeext.
1989echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1990echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1991ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1992if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1993 (eval $ac_link_default) 2>&5
1994 ac_status=$?
1995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1996 (exit $ac_status); }; then
1997 # Find the output, starting from the most likely. This scheme is
1998# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1999# resort.
2000
2001# Be careful to initialize this variable, since it used to be cached.
2002# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2003ac_cv_exeext=
2004# b.out is created by i960 compilers.
2005for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2006do
2007 test -f "$ac_file" || continue
2008 case $ac_file in
2009 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2010 ;;
2011 conftest.$ac_ext )
2012 # This is the source file.
2013 ;;
2014 [ab].out )
2015 # We found the default executable, but exeext='' is most
2016 # certainly right.
2017 break;;
2018 *.* )
2019 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2020 # FIXME: I believe we export ac_cv_exeext for Libtool,
2021 # but it would be cool to find out if it's true. Does anybody
2022 # maintain Libtool? --akim.
2023 export ac_cv_exeext
2024 break;;
2025 * )
2026 break;;
2027 esac
2028done
2029else
2030 echo "$as_me: failed program was:" >&5
2031sed 's/^/| /' conftest.$ac_ext >&5
2032
2033{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2034See \`config.log' for more details." >&5
2035echo "$as_me: error: C compiler cannot create executables
2036See \`config.log' for more details." >&2;}
2037 { (exit 77); exit 77; }; }
2038fi
2039
2040ac_exeext=$ac_cv_exeext
2041echo "$as_me:$LINENO: result: $ac_file" >&5
2042echo "${ECHO_T}$ac_file" >&6
2043
2044# Check the compiler produces executables we can run. If not, either
2045# the compiler is broken, or we cross compile.
2046echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2047echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2048# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2049# If not cross compiling, check that we can run a simple program.
2050if test "$cross_compiling" != yes; then
2051 if { ac_try='./$ac_file'
2052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2053 (eval $ac_try) 2>&5
2054 ac_status=$?
2055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2056 (exit $ac_status); }; }; then
2057 cross_compiling=no
2058 else
2059 if test "$cross_compiling" = maybe; then
2060 cross_compiling=yes
2061 else
2062 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2063If you meant to cross compile, use \`--host'.
2064See \`config.log' for more details." >&5
2065echo "$as_me: error: cannot run C compiled programs.
2066If you meant to cross compile, use \`--host'.
2067See \`config.log' for more details." >&2;}
2068 { (exit 1); exit 1; }; }
919 fi 2069 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 2070 fi
933 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
934fi 2071fi
2072echo "$as_me:$LINENO: result: yes" >&5
2073echo "${ECHO_T}yes" >&6
935 2074
936echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2075rm -f a.out a.exe conftest$ac_cv_exeext b.out
937echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2076ac_clean_files=$ac_clean_files_save
2077# Check the compiler produces executables we can run. If not, either
2078# the compiler is broken, or we cross compile.
2079echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2080echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2081echo "$as_me:$LINENO: result: $cross_compiling" >&5
2082echo "${ECHO_T}$cross_compiling" >&6
938 2083
939ac_ext=c 2084echo "$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. 2085echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
941ac_cpp='$CPP $CPPFLAGS' 2086if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2087 (eval $ac_link) 2>&5
943ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2088 ac_status=$?
944cross_compiling=$ac_cv_prog_cc_cross 2089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2090 (exit $ac_status); }; then
2091 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2092# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2093# work properly (i.e., refer to `conftest.exe'), while it won't with
2094# `rm'.
2095for ac_file in conftest.exe conftest conftest.*; do
2096 test -f "$ac_file" || continue
2097 case $ac_file in
2098 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2099 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2100 export ac_cv_exeext
2101 break;;
2102 * ) break;;
2103 esac
2104done
2105else
2106 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2107See \`config.log' for more details." >&5
2108echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2109See \`config.log' for more details." >&2;}
2110 { (exit 1); exit 1; }; }
2111fi
945 2112
2113rm -f conftest$ac_cv_exeext
2114echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2115echo "${ECHO_T}$ac_cv_exeext" >&6
2116
2117rm -f conftest.$ac_ext
2118EXEEXT=$ac_cv_exeext
2119ac_exeext=$EXEEXT
2120echo "$as_me:$LINENO: checking for suffix of object files" >&5
2121echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2122if test "${ac_cv_objext+set}" = set; then
2123 echo $ECHO_N "(cached) $ECHO_C" >&6
2124else
2125 cat >conftest.$ac_ext <<_ACEOF
2126/* confdefs.h. */
2127_ACEOF
2128cat confdefs.h >>conftest.$ac_ext
946cat > conftest.$ac_ext << EOF 2129cat >>conftest.$ac_ext <<_ACEOF
2130/* end confdefs.h. */
947 2131
948#line 949 "configure" 2132int
949#include "confdefs.h" 2133main ()
2134{
950 2135
951main(){return(0);} 2136 ;
952EOF 2137 return 0;
953if { (eval echo configure:954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2138}
954 ac_cv_prog_cc_works=yes 2139_ACEOF
955 # If we can't run a trivial program, we are probably using a cross compiler. 2140rm -f conftest.o conftest.obj
956 if (./conftest; exit) 2>/dev/null; then 2141if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
957 ac_cv_prog_cc_cross=no 2142 (eval $ac_compile) 2>&5
2143 ac_status=$?
2144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2145 (exit $ac_status); }; then
2146 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2147 case $ac_file in
2148 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2149 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2150 break;;
2151 esac
2152done
958 else 2153else
959 ac_cv_prog_cc_cross=yes
960 fi
961else
962 echo "configure: failed program was:" >&5 2154 echo "$as_me: failed program was:" >&5
963 cat conftest.$ac_ext >&5 2155sed '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 2156
974echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 2157{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
975if test $ac_cv_prog_cc_works = no; then 2158See \`config.log' for more details." >&5
976 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 2159echo "$as_me: error: cannot compute suffix of object files: cannot compile
2160See \`config.log' for more details." >&2;}
2161 { (exit 1); exit 1; }; }
977fi 2162fi
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 2163
2164rm -f conftest.$ac_cv_objext conftest.$ac_ext
2165fi
2166echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2167echo "${ECHO_T}$ac_cv_objext" >&6
2168OBJEXT=$ac_cv_objext
2169ac_objext=$OBJEXT
2170echo "$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 2171echo $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 2172if 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 2173 echo $ECHO_N "(cached) $ECHO_C" >&6
987else 2174else
988 cat > conftest.c <<EOF 2175 cat >conftest.$ac_ext <<_ACEOF
2176/* confdefs.h. */
2177_ACEOF
2178cat confdefs.h >>conftest.$ac_ext
2179cat >>conftest.$ac_ext <<_ACEOF
2180/* end confdefs.h. */
2181
2182int
2183main ()
2184{
989#ifdef __GNUC__ 2185#ifndef __GNUC__
990 yes; 2186 choke me
991#endif 2187#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 2188
1000echo "$ac_t""$ac_cv_prog_gcc" 1>&6 2189 ;
1001 2190 return 0;
1002if test $ac_cv_prog_gcc = yes; then 2191}
1003 GCC=yes 2192_ACEOF
2193rm -f conftest.$ac_objext
2194if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2195 (eval $ac_compile) 2>conftest.er1
2196 ac_status=$?
2197 grep -v '^ *+' conftest.er1 >conftest.err
2198 rm -f conftest.er1
2199 cat conftest.err >&5
2200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2201 (exit $ac_status); } &&
2202 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2204 (eval $ac_try) 2>&5
2205 ac_status=$?
2206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2207 (exit $ac_status); }; } &&
2208 { ac_try='test -s conftest.$ac_objext'
2209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2210 (eval $ac_try) 2>&5
2211 ac_status=$?
2212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2213 (exit $ac_status); }; }; then
2214 ac_compiler_gnu=yes
1004else 2215else
1005 GCC= 2216 echo "$as_me: failed program was:" >&5
1006fi 2217sed 's/^/| /' conftest.$ac_ext >&5
1007 2218
2219ac_compiler_gnu=no
2220fi
2221rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2222ac_cv_c_compiler_gnu=$ac_compiler_gnu
2223
2224fi
2225echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2226echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2227GCC=`test $ac_compiler_gnu = yes && echo yes`
1008ac_test_CFLAGS="${CFLAGS+set}" 2228ac_test_CFLAGS=${CFLAGS+set}
1009ac_save_CFLAGS="$CFLAGS" 2229ac_save_CFLAGS=$CFLAGS
1010CFLAGS= 2230CFLAGS="-g"
2231echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1011echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2232echo $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 2233if test "${ac_cv_prog_cc_g+set}" = set; then
1014 echo $ac_n "(cached) $ac_c" 1>&6 2234 echo $ECHO_N "(cached) $ECHO_C" >&6
1015else 2235else
1016 echo 'void f(){}' > conftest.c 2236 cat >conftest.$ac_ext <<_ACEOF
1017if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 2237/* confdefs.h. */
2238_ACEOF
2239cat confdefs.h >>conftest.$ac_ext
2240cat >>conftest.$ac_ext <<_ACEOF
2241/* end confdefs.h. */
2242
2243int
2244main ()
2245{
2246
2247 ;
2248 return 0;
2249}
2250_ACEOF
2251rm -f conftest.$ac_objext
2252if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2253 (eval $ac_compile) 2>conftest.er1
2254 ac_status=$?
2255 grep -v '^ *+' conftest.er1 >conftest.err
2256 rm -f conftest.er1
2257 cat conftest.err >&5
2258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2259 (exit $ac_status); } &&
2260 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2262 (eval $ac_try) 2>&5
2263 ac_status=$?
2264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2265 (exit $ac_status); }; } &&
2266 { ac_try='test -s conftest.$ac_objext'
2267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2268 (eval $ac_try) 2>&5
2269 ac_status=$?
2270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2271 (exit $ac_status); }; }; then
1018 ac_cv_prog_cc_g=yes 2272 ac_cv_prog_cc_g=yes
1019else 2273else
2274 echo "$as_me: failed program was:" >&5
2275sed 's/^/| /' conftest.$ac_ext >&5
2276
1020 ac_cv_prog_cc_g=no 2277ac_cv_prog_cc_g=no
1021fi 2278fi
1022rm -f conftest* 2279rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1023
1024fi 2280fi
1025 2281echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1026echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 2282echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1027if test "$ac_test_CFLAGS" = set; then 2283if test "$ac_test_CFLAGS" = set; then
1028 CFLAGS="$ac_save_CFLAGS" 2284 CFLAGS=$ac_save_CFLAGS
1029elif test $ac_cv_prog_cc_g = yes; then 2285elif test $ac_cv_prog_cc_g = yes; then
1030 if test "$GCC" = yes; then 2286 if test "$GCC" = yes; then
1031 CFLAGS="-g -O2" 2287 CFLAGS="-g -O2"
1032 else 2288 else
1033 CFLAGS="-g" 2289 CFLAGS="-g"
1037 CFLAGS="-O2" 2293 CFLAGS="-O2"
1038 else 2294 else
1039 CFLAGS= 2295 CFLAGS=
1040 fi 2296 fi
1041fi 2297fi
2298echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2299echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2300if test "${ac_cv_prog_cc_stdc+set}" = set; then
2301 echo $ECHO_N "(cached) $ECHO_C" >&6
2302else
2303 ac_cv_prog_cc_stdc=no
2304ac_save_CC=$CC
2305cat >conftest.$ac_ext <<_ACEOF
2306/* confdefs.h. */
2307_ACEOF
2308cat confdefs.h >>conftest.$ac_ext
2309cat >>conftest.$ac_ext <<_ACEOF
2310/* end confdefs.h. */
2311#include <stdarg.h>
2312#include <stdio.h>
2313#include <sys/types.h>
2314#include <sys/stat.h>
2315/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2316struct buf { int x; };
2317FILE * (*rcsopen) (struct buf *, struct stat *, int);
2318static char *e (p, i)
2319 char **p;
2320 int i;
2321{
2322 return p[i];
2323}
2324static char *f (char * (*g) (char **, int), char **p, ...)
2325{
2326 char *s;
2327 va_list v;
2328 va_start (v,p);
2329 s = g (p, va_arg (v,int));
2330 va_end (v);
2331 return s;
2332}
1042 2333
1043for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 2334/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2335 function prototypes and stuff, but not '\xHH' hex character constants.
2336 These don't provoke an error unfortunately, instead are silently treated
2337 as 'x'. The following induces an error, until -std1 is added to get
2338 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2339 array size at least. It's necessary to write '\x00'==0 to get something
2340 that's true only with -std1. */
2341int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2342
2343int test (int i, double x);
2344struct s1 {int (*f) (int a);};
2345struct s2 {int (*f) (double a);};
2346int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2347int argc;
2348char **argv;
2349int
2350main ()
2351{
2352return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2353 ;
2354 return 0;
2355}
2356_ACEOF
2357# Don't try gcc -ansi; that turns off useful extensions and
2358# breaks some systems' header files.
2359# AIX -qlanglvl=ansi
2360# Ultrix and OSF/1 -std1
2361# HP-UX 10.20 and later -Ae
2362# HP-UX older versions -Aa -D_HPUX_SOURCE
2363# SVR4 -Xc -D__EXTENSIONS__
2364for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1044do 2365do
2366 CC="$ac_save_CC $ac_arg"
2367 rm -f conftest.$ac_objext
2368if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2369 (eval $ac_compile) 2>conftest.er1
2370 ac_status=$?
2371 grep -v '^ *+' conftest.er1 >conftest.err
2372 rm -f conftest.er1
2373 cat conftest.err >&5
2374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2375 (exit $ac_status); } &&
2376 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2378 (eval $ac_try) 2>&5
2379 ac_status=$?
2380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2381 (exit $ac_status); }; } &&
2382 { ac_try='test -s conftest.$ac_objext'
2383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2384 (eval $ac_try) 2>&5
2385 ac_status=$?
2386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2387 (exit $ac_status); }; }; then
2388 ac_cv_prog_cc_stdc=$ac_arg
2389break
2390else
2391 echo "$as_me: failed program was:" >&5
2392sed 's/^/| /' conftest.$ac_ext >&5
2393
2394fi
2395rm -f conftest.err conftest.$ac_objext
2396done
2397rm -f conftest.$ac_ext conftest.$ac_objext
2398CC=$ac_save_CC
2399
2400fi
2401
2402case "x$ac_cv_prog_cc_stdc" in
2403 x|xno)
2404 echo "$as_me:$LINENO: result: none needed" >&5
2405echo "${ECHO_T}none needed" >&6 ;;
2406 *)
2407 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2408echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2409 CC="$CC $ac_cv_prog_cc_stdc" ;;
2410esac
2411
2412# Some people use a C++ compiler to compile C. Since we use `exit',
2413# in C++ we need to declare it. In case someone uses the same compiler
2414# for both compiling C and C++ we need to have the C++ compiler decide
2415# the declaration of exit, since it's the most demanding environment.
2416cat >conftest.$ac_ext <<_ACEOF
2417#ifndef __cplusplus
2418 choke me
2419#endif
2420_ACEOF
2421rm -f conftest.$ac_objext
2422if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2423 (eval $ac_compile) 2>conftest.er1
2424 ac_status=$?
2425 grep -v '^ *+' conftest.er1 >conftest.err
2426 rm -f conftest.er1
2427 cat conftest.err >&5
2428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2429 (exit $ac_status); } &&
2430 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2432 (eval $ac_try) 2>&5
2433 ac_status=$?
2434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2435 (exit $ac_status); }; } &&
2436 { ac_try='test -s conftest.$ac_objext'
2437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2438 (eval $ac_try) 2>&5
2439 ac_status=$?
2440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2441 (exit $ac_status); }; }; then
2442 for ac_declaration in \
2443 '' \
2444 'extern "C" void std::exit (int) throw (); using std::exit;' \
2445 'extern "C" void std::exit (int); using std::exit;' \
2446 'extern "C" void exit (int) throw ();' \
2447 'extern "C" void exit (int);' \
2448 'void exit (int);'
2449do
2450 cat >conftest.$ac_ext <<_ACEOF
2451/* confdefs.h. */
2452_ACEOF
2453cat confdefs.h >>conftest.$ac_ext
2454cat >>conftest.$ac_ext <<_ACEOF
2455/* end confdefs.h. */
2456$ac_declaration
2457#include <stdlib.h>
2458int
2459main ()
2460{
2461exit (42);
2462 ;
2463 return 0;
2464}
2465_ACEOF
2466rm -f conftest.$ac_objext
2467if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2468 (eval $ac_compile) 2>conftest.er1
2469 ac_status=$?
2470 grep -v '^ *+' conftest.er1 >conftest.err
2471 rm -f conftest.er1
2472 cat conftest.err >&5
2473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2474 (exit $ac_status); } &&
2475 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2477 (eval $ac_try) 2>&5
2478 ac_status=$?
2479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2480 (exit $ac_status); }; } &&
2481 { ac_try='test -s conftest.$ac_objext'
2482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2483 (eval $ac_try) 2>&5
2484 ac_status=$?
2485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2486 (exit $ac_status); }; }; then
2487 :
2488else
2489 echo "$as_me: failed program was:" >&5
2490sed 's/^/| /' conftest.$ac_ext >&5
2491
2492continue
2493fi
2494rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2495 cat >conftest.$ac_ext <<_ACEOF
2496/* confdefs.h. */
2497_ACEOF
2498cat confdefs.h >>conftest.$ac_ext
2499cat >>conftest.$ac_ext <<_ACEOF
2500/* end confdefs.h. */
2501$ac_declaration
2502int
2503main ()
2504{
2505exit (42);
2506 ;
2507 return 0;
2508}
2509_ACEOF
2510rm -f conftest.$ac_objext
2511if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2512 (eval $ac_compile) 2>conftest.er1
2513 ac_status=$?
2514 grep -v '^ *+' conftest.er1 >conftest.err
2515 rm -f conftest.er1
2516 cat conftest.err >&5
2517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2518 (exit $ac_status); } &&
2519 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2521 (eval $ac_try) 2>&5
2522 ac_status=$?
2523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2524 (exit $ac_status); }; } &&
2525 { ac_try='test -s conftest.$ac_objext'
2526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2527 (eval $ac_try) 2>&5
2528 ac_status=$?
2529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2530 (exit $ac_status); }; }; then
2531 break
2532else
2533 echo "$as_me: failed program was:" >&5
2534sed 's/^/| /' conftest.$ac_ext >&5
2535
2536fi
2537rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2538done
2539rm -f conftest*
2540if test -n "$ac_declaration"; then
2541 echo '#ifdef __cplusplus' >>confdefs.h
2542 echo $ac_declaration >>confdefs.h
2543 echo '#endif' >>confdefs.h
2544fi
2545
2546else
2547 echo "$as_me: failed program was:" >&5
2548sed 's/^/| /' conftest.$ac_ext >&5
2549
2550fi
2551rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2552ac_ext=c
2553ac_cpp='$CPP $CPPFLAGS'
2554ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2555ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2556ac_compiler_gnu=$ac_cv_c_compiler_gnu
2557
2558ac_ext=cc
2559ac_cpp='$CXXCPP $CPPFLAGS'
2560ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2561ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2562ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2563if test -n "$ac_tool_prefix"; then
2564 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2565 do
1045# Extract the first word of "$ac_prog", so it can be a program name with args. 2566 # 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 2567set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2568echo "$as_me:$LINENO: checking for $ac_word" >&5
1047echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2569echo $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 2570if test "${ac_cv_prog_CXX+set}" = set; then
1050 echo $ac_n "(cached) $ac_c" 1>&6 2571 echo $ECHO_N "(cached) $ECHO_C" >&6
1051else 2572else
1052 if test -n "$CXX"; then 2573 if test -n "$CXX"; then
1053 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2574 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1054else 2575else
1055 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1056 ac_dummy="$PATH" 2577for as_dir in $PATH
1057 for ac_dir in $ac_dummy; do 2578do
2579 IFS=$as_save_IFS
1058 test -z "$ac_dir" && ac_dir=. 2580 test -z "$as_dir" && as_dir=.
1059 if test -f $ac_dir/$ac_word; then 2581 for ac_exec_ext in '' $ac_executable_extensions; do
2582 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1060 ac_cv_prog_CXX="$ac_prog" 2583 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1061 break 2585 break 2
1062 fi 2586 fi
2587done
2588done
2589
2590fi
2591fi
2592CXX=$ac_cv_prog_CXX
2593if test -n "$CXX"; then
2594 echo "$as_me:$LINENO: result: $CXX" >&5
2595echo "${ECHO_T}$CXX" >&6
2596else
2597 echo "$as_me:$LINENO: result: no" >&5
2598echo "${ECHO_T}no" >&6
2599fi
2600
2601 test -n "$CXX" && break
1063 done 2602 done
1064 IFS="$ac_save_ifs"
1065fi 2603fi
1066fi
1067CXX="$ac_cv_prog_CXX"
1068if test -n "$CXX"; then 2604if test -z "$CXX"; then
1069 echo "$ac_t""$CXX" 1>&6 2605 ac_ct_CXX=$CXX
2606 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2607do
2608 # Extract the first word of "$ac_prog", so it can be a program name with args.
2609set dummy $ac_prog; ac_word=$2
2610echo "$as_me:$LINENO: checking for $ac_word" >&5
2611echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2612if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2613 echo $ECHO_N "(cached) $ECHO_C" >&6
1070else 2614else
1071 echo "$ac_t""no" 1>&6 2615 if test -n "$ac_ct_CXX"; then
1072fi 2616 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1073 2617else
1074test -n "$CXX" && break 2618as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619for as_dir in $PATH
2620do
2621 IFS=$as_save_IFS
2622 test -z "$as_dir" && as_dir=.
2623 for ac_exec_ext in '' $ac_executable_extensions; do
2624 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2625 ac_cv_prog_ac_ct_CXX="$ac_prog"
2626 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 break 2
2628 fi
1075done 2629done
2630done
2631
2632fi
2633fi
2634ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2635if test -n "$ac_ct_CXX"; then
2636 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2637echo "${ECHO_T}$ac_ct_CXX" >&6
2638else
2639 echo "$as_me:$LINENO: result: no" >&5
2640echo "${ECHO_T}no" >&6
2641fi
2642
2643 test -n "$ac_ct_CXX" && break
2644done
1076test -n "$CXX" || CXX="gcc" 2645test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1077 2646
2647 CXX=$ac_ct_CXX
2648fi
1078 2649
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 2650
1082ac_ext=C 2651# Provide some information about the compiler.
1083# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2652echo "$as_me:$LINENO:" \
1084ac_cpp='$CXXCPP $CPPFLAGS' 2653 "checking for C++ compiler version" >&5
1085ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2654ac_compiler=`set X $ac_compile; echo $2`
1086ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2655{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1087cross_compiling=$ac_cv_prog_cxx_cross 2656 (eval $ac_compiler --version </dev/null >&5) 2>&5
2657 ac_status=$?
2658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2659 (exit $ac_status); }
2660{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2661 (eval $ac_compiler -v </dev/null >&5) 2>&5
2662 ac_status=$?
2663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664 (exit $ac_status); }
2665{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2666 (eval $ac_compiler -V </dev/null >&5) 2>&5
2667 ac_status=$?
2668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2669 (exit $ac_status); }
1088 2670
2671echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2672echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2673if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2674 echo $ECHO_N "(cached) $ECHO_C" >&6
2675else
2676 cat >conftest.$ac_ext <<_ACEOF
2677/* confdefs.h. */
2678_ACEOF
2679cat confdefs.h >>conftest.$ac_ext
1089cat > conftest.$ac_ext << EOF 2680cat >>conftest.$ac_ext <<_ACEOF
2681/* end confdefs.h. */
1090 2682
1091#line 1092 "configure" 2683int
1092#include "confdefs.h" 2684main ()
1093 2685{
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__ 2686#ifndef __GNUC__
1133 yes; 2687 choke me
1134#endif 2688#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 2689
1143echo "$ac_t""$ac_cv_prog_gxx" 1>&6 2690 ;
1144 2691 return 0;
1145if test $ac_cv_prog_gxx = yes; then 2692}
1146 GXX=yes 2693_ACEOF
2694rm -f conftest.$ac_objext
2695if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2696 (eval $ac_compile) 2>conftest.er1
2697 ac_status=$?
2698 grep -v '^ *+' conftest.er1 >conftest.err
2699 rm -f conftest.er1
2700 cat conftest.err >&5
2701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2702 (exit $ac_status); } &&
2703 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2705 (eval $ac_try) 2>&5
2706 ac_status=$?
2707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2708 (exit $ac_status); }; } &&
2709 { ac_try='test -s conftest.$ac_objext'
2710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2711 (eval $ac_try) 2>&5
2712 ac_status=$?
2713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2714 (exit $ac_status); }; }; then
2715 ac_compiler_gnu=yes
1147else 2716else
1148 GXX= 2717 echo "$as_me: failed program was:" >&5
1149fi 2718sed 's/^/| /' conftest.$ac_ext >&5
1150 2719
2720ac_compiler_gnu=no
2721fi
2722rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2723ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2724
2725fi
2726echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2727echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2728GXX=`test $ac_compiler_gnu = yes && echo yes`
1151ac_test_CXXFLAGS="${CXXFLAGS+set}" 2729ac_test_CXXFLAGS=${CXXFLAGS+set}
1152ac_save_CXXFLAGS="$CXXFLAGS" 2730ac_save_CXXFLAGS=$CXXFLAGS
1153CXXFLAGS= 2731CXXFLAGS="-g"
2732echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
1154echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 2733echo $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 2734if test "${ac_cv_prog_cxx_g+set}" = set; then
1157 echo $ac_n "(cached) $ac_c" 1>&6 2735 echo $ECHO_N "(cached) $ECHO_C" >&6
1158else 2736else
1159 echo 'void f(){}' > conftest.cc 2737 cat >conftest.$ac_ext <<_ACEOF
1160if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then 2738/* confdefs.h. */
2739_ACEOF
2740cat confdefs.h >>conftest.$ac_ext
2741cat >>conftest.$ac_ext <<_ACEOF
2742/* end confdefs.h. */
2743
2744int
2745main ()
2746{
2747
2748 ;
2749 return 0;
2750}
2751_ACEOF
2752rm -f conftest.$ac_objext
2753if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2754 (eval $ac_compile) 2>conftest.er1
2755 ac_status=$?
2756 grep -v '^ *+' conftest.er1 >conftest.err
2757 rm -f conftest.er1
2758 cat conftest.err >&5
2759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2760 (exit $ac_status); } &&
2761 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2763 (eval $ac_try) 2>&5
2764 ac_status=$?
2765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2766 (exit $ac_status); }; } &&
2767 { ac_try='test -s conftest.$ac_objext'
2768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2769 (eval $ac_try) 2>&5
2770 ac_status=$?
2771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2772 (exit $ac_status); }; }; then
1161 ac_cv_prog_cxx_g=yes 2773 ac_cv_prog_cxx_g=yes
1162else 2774else
2775 echo "$as_me: failed program was:" >&5
2776sed 's/^/| /' conftest.$ac_ext >&5
2777
1163 ac_cv_prog_cxx_g=no 2778ac_cv_prog_cxx_g=no
1164fi 2779fi
1165rm -f conftest* 2780rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1166
1167fi 2781fi
1168 2782echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
1169echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 2783echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
1170if test "$ac_test_CXXFLAGS" = set; then 2784if test "$ac_test_CXXFLAGS" = set; then
1171 CXXFLAGS="$ac_save_CXXFLAGS" 2785 CXXFLAGS=$ac_save_CXXFLAGS
1172elif test $ac_cv_prog_cxx_g = yes; then 2786elif test $ac_cv_prog_cxx_g = yes; then
1173 if test "$GXX" = yes; then 2787 if test "$GXX" = yes; then
1174 CXXFLAGS="-g -O2" 2788 CXXFLAGS="-g -O2"
1175 else 2789 else
1176 CXXFLAGS="-g" 2790 CXXFLAGS="-g"
1180 CXXFLAGS="-O2" 2794 CXXFLAGS="-O2"
1181 else 2795 else
1182 CXXFLAGS= 2796 CXXFLAGS=
1183 fi 2797 fi
1184fi 2798fi
2799for ac_declaration in \
2800 '' \
2801 'extern "C" void std::exit (int) throw (); using std::exit;' \
2802 'extern "C" void std::exit (int); using std::exit;' \
2803 'extern "C" void exit (int) throw ();' \
2804 'extern "C" void exit (int);' \
2805 'void exit (int);'
2806do
2807 cat >conftest.$ac_ext <<_ACEOF
2808/* confdefs.h. */
2809_ACEOF
2810cat confdefs.h >>conftest.$ac_ext
2811cat >>conftest.$ac_ext <<_ACEOF
2812/* end confdefs.h. */
2813$ac_declaration
2814#include <stdlib.h>
2815int
2816main ()
2817{
2818exit (42);
2819 ;
2820 return 0;
2821}
2822_ACEOF
2823rm -f conftest.$ac_objext
2824if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2825 (eval $ac_compile) 2>conftest.er1
2826 ac_status=$?
2827 grep -v '^ *+' conftest.er1 >conftest.err
2828 rm -f conftest.er1
2829 cat conftest.err >&5
2830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2831 (exit $ac_status); } &&
2832 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2834 (eval $ac_try) 2>&5
2835 ac_status=$?
2836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2837 (exit $ac_status); }; } &&
2838 { ac_try='test -s conftest.$ac_objext'
2839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2840 (eval $ac_try) 2>&5
2841 ac_status=$?
2842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2843 (exit $ac_status); }; }; then
2844 :
2845else
2846 echo "$as_me: failed program was:" >&5
2847sed 's/^/| /' conftest.$ac_ext >&5
1185 2848
2849continue
2850fi
2851rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2852 cat >conftest.$ac_ext <<_ACEOF
2853/* confdefs.h. */
2854_ACEOF
2855cat confdefs.h >>conftest.$ac_ext
2856cat >>conftest.$ac_ext <<_ACEOF
2857/* end confdefs.h. */
2858$ac_declaration
2859int
2860main ()
2861{
2862exit (42);
2863 ;
2864 return 0;
2865}
2866_ACEOF
2867rm -f conftest.$ac_objext
2868if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2869 (eval $ac_compile) 2>conftest.er1
2870 ac_status=$?
2871 grep -v '^ *+' conftest.er1 >conftest.err
2872 rm -f conftest.er1
2873 cat conftest.err >&5
2874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2875 (exit $ac_status); } &&
2876 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2878 (eval $ac_try) 2>&5
2879 ac_status=$?
2880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2881 (exit $ac_status); }; } &&
2882 { ac_try='test -s conftest.$ac_objext'
2883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2884 (eval $ac_try) 2>&5
2885 ac_status=$?
2886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2887 (exit $ac_status); }; }; then
2888 break
2889else
2890 echo "$as_me: failed program was:" >&5
2891sed 's/^/| /' conftest.$ac_ext >&5
2892
2893fi
2894rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2895done
2896rm -f conftest*
2897if test -n "$ac_declaration"; then
2898 echo '#ifdef __cplusplus' >>confdefs.h
2899 echo $ac_declaration >>confdefs.h
2900 echo '#endif' >>confdefs.h
2901fi
2902
2903ac_ext=c
2904ac_cpp='$CPP $CPPFLAGS'
2905ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2906ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2907ac_compiler_gnu=$ac_cv_c_compiler_gnu
2908
2909ac_ext=c
2910ac_cpp='$CPP $CPPFLAGS'
2911ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2912ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2913ac_compiler_gnu=$ac_cv_c_compiler_gnu
2914echo "$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 2915echo $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. 2916# On Suns, sometimes $CPP names a directory.
1189if test -n "$CPP" && test -d "$CPP"; then 2917if test -n "$CPP" && test -d "$CPP"; then
1190 CPP= 2918 CPP=
1191fi 2919fi
1192if test -z "$CPP"; then 2920if test -z "$CPP"; then
1193if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 2921 if test "${ac_cv_prog_CPP+set}" = set; then
1194 echo $ac_n "(cached) $ac_c" 1>&6 2922 echo $ECHO_N "(cached) $ECHO_C" >&6
1195else 2923else
1196 # This must be in double quotes, not single quotes, because CPP may get 2924 # Double quotes because CPP needs to be expanded
1197 # substituted into the Makefile and "${CC-cc}" will confuse make. 2925 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1198 CPP="${CC-cc} -E" 2926 do
2927 ac_preproc_ok=false
2928for ac_c_preproc_warn_flag in '' yes
2929do
2930 # Use a header file that comes with gcc, so configuring glibc
2931 # with a fresh cross-compiler works.
2932 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2933 # <limits.h> exists even on freestanding compilers.
1199 # On the NeXT, cc -E runs the code through the compiler's parser, 2934 # On the NeXT, cc -E runs the code through the compiler's parser,
1200 # not just through cpp. 2935 # not just through cpp. "Syntax error" is here to catch this case.
1201 cat > conftest.$ac_ext <<EOF 2936 cat >conftest.$ac_ext <<_ACEOF
1202#line 1203 "configure" 2937/* confdefs.h. */
1203#include "confdefs.h" 2938_ACEOF
2939cat confdefs.h >>conftest.$ac_ext
2940cat >>conftest.$ac_ext <<_ACEOF
2941/* end confdefs.h. */
2942#ifdef __STDC__
2943# include <limits.h>
2944#else
1204#include <assert.h> 2945# include <assert.h>
1205Syntax Error 2946#endif
1206EOF 2947 Syntax error
1207ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2948_ACEOF
1208{ (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2949if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1209ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2950 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2951 ac_status=$?
2952 grep -v '^ *+' conftest.er1 >conftest.err
2953 rm -f conftest.er1
2954 cat conftest.err >&5
2955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2956 (exit $ac_status); } >/dev/null; then
2957 if test -s conftest.err; then
2958 ac_cpp_err=$ac_c_preproc_warn_flag
2959 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2960 else
2961 ac_cpp_err=
2962 fi
2963else
2964 ac_cpp_err=yes
2965fi
1210if test -z "$ac_err"; then 2966if test -z "$ac_cpp_err"; then
1211 : 2967 :
1212else 2968else
1213 echo "$ac_err" >&5
1214 echo "configure: failed program was:" >&5 2969 echo "$as_me: failed program was:" >&5
1215 cat conftest.$ac_ext >&5 2970sed 's/^/| /' conftest.$ac_ext >&5
1216 rm -rf conftest* 2971
1217 CPP="${CC-cc} -E -traditional-cpp" 2972 # Broken: fails on valid input.
2973continue
2974fi
2975rm -f conftest.err conftest.$ac_ext
2976
2977 # OK, works on sane cases. Now check whether non-existent headers
2978 # can be detected and how.
1218 cat > conftest.$ac_ext <<EOF 2979 cat >conftest.$ac_ext <<_ACEOF
1219#line 1220 "configure" 2980/* confdefs.h. */
1220#include "confdefs.h" 2981_ACEOF
2982cat confdefs.h >>conftest.$ac_ext
2983cat >>conftest.$ac_ext <<_ACEOF
2984/* end confdefs.h. */
2985#include <ac_nonexistent.h>
2986_ACEOF
2987if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2988 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2989 ac_status=$?
2990 grep -v '^ *+' conftest.er1 >conftest.err
2991 rm -f conftest.er1
2992 cat conftest.err >&5
2993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2994 (exit $ac_status); } >/dev/null; then
2995 if test -s conftest.err; then
2996 ac_cpp_err=$ac_c_preproc_warn_flag
2997 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2998 else
2999 ac_cpp_err=
3000 fi
3001else
3002 ac_cpp_err=yes
3003fi
3004if test -z "$ac_cpp_err"; then
3005 # Broken: success on invalid input.
3006continue
3007else
3008 echo "$as_me: failed program was:" >&5
3009sed 's/^/| /' conftest.$ac_ext >&5
3010
3011 # Passes both tests.
3012ac_preproc_ok=:
3013break
3014fi
3015rm -f conftest.err conftest.$ac_ext
3016
3017done
3018# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3019rm -f conftest.err conftest.$ac_ext
3020if $ac_preproc_ok; then
3021 break
3022fi
3023
3024 done
3025 ac_cv_prog_CPP=$CPP
3026
3027fi
3028 CPP=$ac_cv_prog_CPP
3029else
3030 ac_cv_prog_CPP=$CPP
3031fi
3032echo "$as_me:$LINENO: result: $CPP" >&5
3033echo "${ECHO_T}$CPP" >&6
3034ac_preproc_ok=false
3035for ac_c_preproc_warn_flag in '' yes
3036do
3037 # Use a header file that comes with gcc, so configuring glibc
3038 # with a fresh cross-compiler works.
3039 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3040 # <limits.h> exists even on freestanding compilers.
3041 # On the NeXT, cc -E runs the code through the compiler's parser,
3042 # not just through cpp. "Syntax error" is here to catch this case.
3043 cat >conftest.$ac_ext <<_ACEOF
3044/* confdefs.h. */
3045_ACEOF
3046cat confdefs.h >>conftest.$ac_ext
3047cat >>conftest.$ac_ext <<_ACEOF
3048/* end confdefs.h. */
3049#ifdef __STDC__
3050# include <limits.h>
3051#else
1221#include <assert.h> 3052# include <assert.h>
1222Syntax Error 3053#endif
1223EOF 3054 Syntax error
1224ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3055_ACEOF
1225{ (eval echo configure:1226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3056if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1226ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3057 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3058 ac_status=$?
3059 grep -v '^ *+' conftest.er1 >conftest.err
3060 rm -f conftest.er1
3061 cat conftest.err >&5
3062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3063 (exit $ac_status); } >/dev/null; then
3064 if test -s conftest.err; then
3065 ac_cpp_err=$ac_c_preproc_warn_flag
3066 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3067 else
3068 ac_cpp_err=
3069 fi
3070else
3071 ac_cpp_err=yes
3072fi
1227if test -z "$ac_err"; then 3073if test -z "$ac_cpp_err"; then
1228 : 3074 :
1229else 3075else
1230 echo "$ac_err" >&5
1231 echo "configure: failed program was:" >&5 3076 echo "$as_me: failed program was:" >&5
1232 cat conftest.$ac_ext >&5 3077sed 's/^/| /' conftest.$ac_ext >&5
1233 rm -rf conftest* 3078
1234 CPP="${CC-cc} -nologo -E" 3079 # Broken: fails on valid input.
3080continue
3081fi
3082rm -f conftest.err conftest.$ac_ext
3083
3084 # OK, works on sane cases. Now check whether non-existent headers
3085 # can be detected and how.
1235 cat > conftest.$ac_ext <<EOF 3086 cat >conftest.$ac_ext <<_ACEOF
1236#line 1237 "configure" 3087/* confdefs.h. */
1237#include "confdefs.h" 3088_ACEOF
1238#include <assert.h> 3089cat confdefs.h >>conftest.$ac_ext
1239Syntax Error 3090cat >>conftest.$ac_ext <<_ACEOF
1240EOF 3091/* end confdefs.h. */
1241ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3092#include <ac_nonexistent.h>
1242{ (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3093_ACEOF
1243ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3094if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3095 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3096 ac_status=$?
3097 grep -v '^ *+' conftest.er1 >conftest.err
3098 rm -f conftest.er1
3099 cat conftest.err >&5
3100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3101 (exit $ac_status); } >/dev/null; then
3102 if test -s conftest.err; then
3103 ac_cpp_err=$ac_c_preproc_warn_flag
3104 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3105 else
3106 ac_cpp_err=
3107 fi
3108else
3109 ac_cpp_err=yes
3110fi
1244if test -z "$ac_err"; then 3111if test -z "$ac_cpp_err"; then
3112 # Broken: success on invalid input.
3113continue
3114else
3115 echo "$as_me: failed program was:" >&5
3116sed 's/^/| /' conftest.$ac_ext >&5
3117
3118 # Passes both tests.
3119ac_preproc_ok=:
3120break
3121fi
3122rm -f conftest.err conftest.$ac_ext
3123
3124done
3125# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3126rm -f conftest.err conftest.$ac_ext
3127if $ac_preproc_ok; then
1245 : 3128 :
1246else 3129else
1247 echo "$ac_err" >&5 3130 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1248 echo "configure: failed program was:" >&5 3131See \`config.log' for more details." >&5
1249 cat conftest.$ac_ext >&5 3132echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1250 rm -rf conftest* 3133See \`config.log' for more details." >&2;}
1251 CPP=/lib/cpp 3134 { (exit 1); exit 1; }; }
1252fi 3135fi
1253rm -f conftest* 3136
1254fi 3137ac_ext=c
1255rm -f conftest* 3138ac_cpp='$CPP $CPPFLAGS'
1256fi 3139ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257rm -f conftest* 3140ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258 ac_cv_prog_CPP="$CPP" 3141ac_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 3142
1266# Find a good install program. We prefer a C program (faster), 3143# 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 3144# so one script is as good as another. But avoid the broken or
1268# incompatible versions: 3145# incompatible versions:
1269# SysV /etc/install, /usr/sbin/install 3146# SysV /etc/install, /usr/sbin/install
1270# SunOS /usr/etc/install 3147# SunOS /usr/etc/install
1271# IRIX /sbin/install 3148# IRIX /sbin/install
1272# AIX /bin/install 3149# AIX /bin/install
3150# AmigaOS /C/install, which installs bootblocks on floppy discs
1273# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3151# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1274# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3152# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1275# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3153# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3154# OS/2's system install, which has a completely different semantic
1276# ./install, which can be erroneously created by make from ./install.sh. 3155# ./install, which can be erroneously created by make from ./install.sh.
3156echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1277echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 3157echo $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 3158if test -z "$INSTALL"; then
1280if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 3159if test "${ac_cv_path_install+set}" = set; then
1281 echo $ac_n "(cached) $ac_c" 1>&6 3160 echo $ECHO_N "(cached) $ECHO_C" >&6
1282else 3161else
1283 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 3162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1284 for ac_dir in $PATH; do 3163for as_dir in $PATH
3164do
3165 IFS=$as_save_IFS
3166 test -z "$as_dir" && as_dir=.
1285 # Account for people who put trailing slashes in PATH elements. 3167 # Account for people who put trailing slashes in PATH elements.
1286 case "$ac_dir/" in 3168case $as_dir/ in
3169 ./ | .// | /cC/* | \
1287 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 3170 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3171 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3172 /usr/ucb/* ) ;;
1288 *) 3173 *)
1289 # OSF1 and SCO ODT 3.0 have their own names for install. 3174 # 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 3175 # Don't use installbsd from OSF since it installs stuff as root
1291 # by default. 3176 # by default.
1292 for ac_prog in ginstall scoinst install; do 3177 for ac_prog in ginstall scoinst install; do
1293 if test -f $ac_dir/$ac_prog; then 3178 for ac_exec_ext in '' $ac_executable_extensions; do
3179 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1294 if test $ac_prog = install && 3180 if test $ac_prog = install &&
1295 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 3181 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1296 # AIX install. It has an incompatible calling convention. 3182 # AIX install. It has an incompatible calling convention.
1297 : 3183 :
3184 elif test $ac_prog = install &&
3185 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3186 # program-specific install script used by HP pwplus--don't use.
3187 :
1298 else 3188 else
1299 ac_cv_path_install="$ac_dir/$ac_prog -c" 3189 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1300 break 2 3190 break 3
1301 fi 3191 fi
1302 fi 3192 fi
1303 done 3193 done
1304 ;;
1305 esac
1306 done 3194 done
1307 IFS="$ac_save_IFS" 3195 ;;
3196esac
3197done
3198
1308 3199
1309fi 3200fi
1310 if test "${ac_cv_path_install+set}" = set; then 3201 if test "${ac_cv_path_install+set}" = set; then
1311 INSTALL="$ac_cv_path_install" 3202 INSTALL=$ac_cv_path_install
1312 else 3203 else
1313 # As a last resort, use the slow shell script. We don't cache a 3204 # 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 3205 # path for INSTALL within a source directory, because that will
1315 # break other packages using the cache if that directory is 3206 # break other packages using the cache if that directory is
1316 # removed, or if the path is relative. 3207 # removed, or if the path is relative.
1317 INSTALL="$ac_install_sh" 3208 INSTALL=$ac_install_sh
1318 fi 3209 fi
1319fi 3210fi
3211echo "$as_me:$LINENO: result: $INSTALL" >&5
1320echo "$ac_t""$INSTALL" 1>&6 3212echo "${ECHO_T}$INSTALL" >&6
1321 3213
1322# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3214# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1323# It thinks the first close brace ends the variable substitution. 3215# It thinks the first close brace ends the variable substitution.
1324test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3216test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1325 3217
1326test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 3218test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1327 3219
1328test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3220test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1329 3221
1330for ac_prog in mawk gawk nawk awk 3222for ac_prog in gawk mawk nawk awk
1331do 3223do
1332# Extract the first word of "$ac_prog", so it can be a program name with args. 3224 # Extract the first word of "$ac_prog", so it can be a program name with args.
1333set dummy $ac_prog; ac_word=$2 3225set dummy $ac_prog; ac_word=$2
3226echo "$as_me:$LINENO: checking for $ac_word" >&5
1334echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3227echo $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 3228if test "${ac_cv_prog_AWK+set}" = set; then
1337 echo $ac_n "(cached) $ac_c" 1>&6 3229 echo $ECHO_N "(cached) $ECHO_C" >&6
1338else 3230else
1339 if test -n "$AWK"; then 3231 if test -n "$AWK"; then
1340 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3232 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1341else 3233else
1342 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1343 ac_dummy="$PATH" 3235for as_dir in $PATH
1344 for ac_dir in $ac_dummy; do 3236do
3237 IFS=$as_save_IFS
1345 test -z "$ac_dir" && ac_dir=. 3238 test -z "$as_dir" && as_dir=.
1346 if test -f $ac_dir/$ac_word; then 3239 for ac_exec_ext in '' $ac_executable_extensions; do
3240 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1347 ac_cv_prog_AWK="$ac_prog" 3241 ac_cv_prog_AWK="$ac_prog"
3242 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1348 break 3243 break 2
3244 fi
3245done
3246done
3247
3248fi
3249fi
3250AWK=$ac_cv_prog_AWK
3251if test -n "$AWK"; then
3252 echo "$as_me:$LINENO: result: $AWK" >&5
3253echo "${ECHO_T}$AWK" >&6
3254else
3255 echo "$as_me:$LINENO: result: no" >&5
3256echo "${ECHO_T}no" >&6
3257fi
3258
3259 test -n "$AWK" && break
3260done
3261
3262
3263ac_ext=c
3264ac_cpp='$CPP $CPPFLAGS'
3265ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3266ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3267ac_compiler_gnu=$ac_cv_c_compiler_gnu
3268
3269
3270if test -z "$orig_CXXFLAGS"; then
3271 CXXFLAGS='-O'
3272 if test x$GCC = xyes && test "x$GXX" = xyes; then
3273 CXXFLAGS="-g -O3"
3274 fi
3275 CFLAGS="$CXXFLAGS"
3276fi
3277
3278LINKER="$CXX"
3279if test x$GCC = xyes && test x$GXX = xyes; then
3280
3281echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3282echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3283if test "${ac_cv_lib_supcpp_main+set}" = set; then
3284 echo $ECHO_N "(cached) $ECHO_C" >&6
3285else
3286 ac_check_lib_save_LIBS=$LIBS
3287LIBS="-lsupc++ $LIBS"
3288cat >conftest.$ac_ext <<_ACEOF
3289/* confdefs.h. */
3290_ACEOF
3291cat confdefs.h >>conftest.$ac_ext
3292cat >>conftest.$ac_ext <<_ACEOF
3293/* end confdefs.h. */
3294
3295
3296int
3297main ()
3298{
3299main ();
3300 ;
3301 return 0;
3302}
3303_ACEOF
3304rm -f conftest.$ac_objext conftest$ac_exeext
3305if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3306 (eval $ac_link) 2>conftest.er1
3307 ac_status=$?
3308 grep -v '^ *+' conftest.er1 >conftest.err
3309 rm -f conftest.er1
3310 cat conftest.err >&5
3311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3312 (exit $ac_status); } &&
3313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3315 (eval $ac_try) 2>&5
3316 ac_status=$?
3317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3318 (exit $ac_status); }; } &&
3319 { ac_try='test -s conftest$ac_exeext'
3320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3321 (eval $ac_try) 2>&5
3322 ac_status=$?
3323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3324 (exit $ac_status); }; }; then
3325 ac_cv_lib_supcpp_main=yes
3326else
3327 echo "$as_me: failed program was:" >&5
3328sed 's/^/| /' conftest.$ac_ext >&5
3329
3330ac_cv_lib_supcpp_main=no
3331fi
3332rm -f conftest.err conftest.$ac_objext \
3333 conftest$ac_exeext conftest.$ac_ext
3334LIBS=$ac_check_lib_save_LIBS
3335fi
3336echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3337echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3338if test $ac_cv_lib_supcpp_main = yes; then
3339
3340 LINKER="$CC"
3341 LIBS="$LIBS -lsupc++"
3342
3343fi
3344
3345fi
3346LINKER=$LINKER
3347
3348
3349
3350cat >>confdefs.h <<\_ACEOF
3351#define _GNU_SOURCE 1
3352_ACEOF
3353
3354
3355case $host in
3356 *-*-solaris* )
3357
3358cat >>confdefs.h <<\_ACEOF
3359#define _XOPEN_SOURCE_EXTENDED 1
3360_ACEOF
3361
3362
3363cat >>confdefs.h <<\_ACEOF
3364#define _XOPEN_SOURCE 2
3365_ACEOF
3366
3367
3368cat >>confdefs.h <<\_ACEOF
3369#define __EXTENSIONS__ 1
3370_ACEOF
3371
3372 ;;
3373esac
3374
3375
3376ac_ext=cc
3377ac_cpp='$CXXCPP $CPPFLAGS'
3378ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3379ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3380ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3381
3382
3383
3384ac_ext=cc
3385ac_cpp='$CXXCPP $CPPFLAGS'
3386ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3387ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3388ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3389echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3390echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3391if test -z "$CXXCPP"; then
3392 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3393 echo $ECHO_N "(cached) $ECHO_C" >&6
3394else
3395 # Double quotes because CXXCPP needs to be expanded
3396 for CXXCPP in "$CXX -E" "/lib/cpp"
3397 do
3398 ac_preproc_ok=false
3399for ac_cxx_preproc_warn_flag in '' yes
3400do
3401 # Use a header file that comes with gcc, so configuring glibc
3402 # with a fresh cross-compiler works.
3403 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3404 # <limits.h> exists even on freestanding compilers.
3405 # On the NeXT, cc -E runs the code through the compiler's parser,
3406 # not just through cpp. "Syntax error" is here to catch this case.
3407 cat >conftest.$ac_ext <<_ACEOF
3408/* confdefs.h. */
3409_ACEOF
3410cat confdefs.h >>conftest.$ac_ext
3411cat >>conftest.$ac_ext <<_ACEOF
3412/* end confdefs.h. */
3413#ifdef __STDC__
3414# include <limits.h>
3415#else
3416# include <assert.h>
3417#endif
3418 Syntax error
3419_ACEOF
3420if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3421 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3422 ac_status=$?
3423 grep -v '^ *+' conftest.er1 >conftest.err
3424 rm -f conftest.er1
3425 cat conftest.err >&5
3426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3427 (exit $ac_status); } >/dev/null; then
3428 if test -s conftest.err; then
3429 ac_cpp_err=$ac_cxx_preproc_warn_flag
3430 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3431 else
3432 ac_cpp_err=
3433 fi
3434else
3435 ac_cpp_err=yes
3436fi
3437if test -z "$ac_cpp_err"; then
3438 :
3439else
3440 echo "$as_me: failed program was:" >&5
3441sed 's/^/| /' conftest.$ac_ext >&5
3442
3443 # Broken: fails on valid input.
3444continue
3445fi
3446rm -f conftest.err conftest.$ac_ext
3447
3448 # OK, works on sane cases. Now check whether non-existent headers
3449 # can be detected and how.
3450 cat >conftest.$ac_ext <<_ACEOF
3451/* confdefs.h. */
3452_ACEOF
3453cat confdefs.h >>conftest.$ac_ext
3454cat >>conftest.$ac_ext <<_ACEOF
3455/* end confdefs.h. */
3456#include <ac_nonexistent.h>
3457_ACEOF
3458if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3459 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3460 ac_status=$?
3461 grep -v '^ *+' conftest.er1 >conftest.err
3462 rm -f conftest.er1
3463 cat conftest.err >&5
3464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465 (exit $ac_status); } >/dev/null; then
3466 if test -s conftest.err; then
3467 ac_cpp_err=$ac_cxx_preproc_warn_flag
3468 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3469 else
3470 ac_cpp_err=
3471 fi
3472else
3473 ac_cpp_err=yes
3474fi
3475if test -z "$ac_cpp_err"; then
3476 # Broken: success on invalid input.
3477continue
3478else
3479 echo "$as_me: failed program was:" >&5
3480sed 's/^/| /' conftest.$ac_ext >&5
3481
3482 # Passes both tests.
3483ac_preproc_ok=:
3484break
3485fi
3486rm -f conftest.err conftest.$ac_ext
3487
3488done
3489# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3490rm -f conftest.err conftest.$ac_ext
3491if $ac_preproc_ok; then
3492 break
3493fi
3494
3495 done
3496 ac_cv_prog_CXXCPP=$CXXCPP
3497
3498fi
3499 CXXCPP=$ac_cv_prog_CXXCPP
3500else
3501 ac_cv_prog_CXXCPP=$CXXCPP
3502fi
3503echo "$as_me:$LINENO: result: $CXXCPP" >&5
3504echo "${ECHO_T}$CXXCPP" >&6
3505ac_preproc_ok=false
3506for ac_cxx_preproc_warn_flag in '' yes
3507do
3508 # Use a header file that comes with gcc, so configuring glibc
3509 # with a fresh cross-compiler works.
3510 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3511 # <limits.h> exists even on freestanding compilers.
3512 # On the NeXT, cc -E runs the code through the compiler's parser,
3513 # not just through cpp. "Syntax error" is here to catch this case.
3514 cat >conftest.$ac_ext <<_ACEOF
3515/* confdefs.h. */
3516_ACEOF
3517cat confdefs.h >>conftest.$ac_ext
3518cat >>conftest.$ac_ext <<_ACEOF
3519/* end confdefs.h. */
3520#ifdef __STDC__
3521# include <limits.h>
3522#else
3523# include <assert.h>
3524#endif
3525 Syntax error
3526_ACEOF
3527if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3528 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } >/dev/null; then
3535 if test -s conftest.err; then
3536 ac_cpp_err=$ac_cxx_preproc_warn_flag
3537 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3538 else
3539 ac_cpp_err=
3540 fi
3541else
3542 ac_cpp_err=yes
3543fi
3544if test -z "$ac_cpp_err"; then
3545 :
3546else
3547 echo "$as_me: failed program was:" >&5
3548sed 's/^/| /' conftest.$ac_ext >&5
3549
3550 # Broken: fails on valid input.
3551continue
3552fi
3553rm -f conftest.err conftest.$ac_ext
3554
3555 # OK, works on sane cases. Now check whether non-existent headers
3556 # can be detected and how.
3557 cat >conftest.$ac_ext <<_ACEOF
3558/* confdefs.h. */
3559_ACEOF
3560cat confdefs.h >>conftest.$ac_ext
3561cat >>conftest.$ac_ext <<_ACEOF
3562/* end confdefs.h. */
3563#include <ac_nonexistent.h>
3564_ACEOF
3565if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3566 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3567 ac_status=$?
3568 grep -v '^ *+' conftest.er1 >conftest.err
3569 rm -f conftest.er1
3570 cat conftest.err >&5
3571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3572 (exit $ac_status); } >/dev/null; then
3573 if test -s conftest.err; then
3574 ac_cpp_err=$ac_cxx_preproc_warn_flag
3575 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3576 else
3577 ac_cpp_err=
3578 fi
3579else
3580 ac_cpp_err=yes
3581fi
3582if test -z "$ac_cpp_err"; then
3583 # Broken: success on invalid input.
3584continue
3585else
3586 echo "$as_me: failed program was:" >&5
3587sed 's/^/| /' conftest.$ac_ext >&5
3588
3589 # Passes both tests.
3590ac_preproc_ok=:
3591break
3592fi
3593rm -f conftest.err conftest.$ac_ext
3594
3595done
3596# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3597rm -f conftest.err conftest.$ac_ext
3598if $ac_preproc_ok; then
3599 :
3600else
3601 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3602See \`config.log' for more details." >&5
3603echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3604See \`config.log' for more details." >&2;}
3605 { (exit 1); exit 1; }; }
3606fi
3607
3608ac_ext=cc
3609ac_cpp='$CXXCPP $CPPFLAGS'
3610ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3611ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3612ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3613
3614
3615echo "$as_me:$LINENO: checking for egrep" >&5
3616echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3617if test "${ac_cv_prog_egrep+set}" = set; then
3618 echo $ECHO_N "(cached) $ECHO_C" >&6
3619else
3620 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3621 then ac_cv_prog_egrep='grep -E'
3622 else ac_cv_prog_egrep='egrep'
1349 fi 3623 fi
1350 done
1351 IFS="$ac_save_ifs"
1352fi 3624fi
1353fi 3625echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1354AWK="$ac_cv_prog_AWK" 3626echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1355if test -n "$AWK"; then 3627 EGREP=$ac_cv_prog_egrep
1356 echo "$ac_t""$AWK" 1>&6
1357else
1358 echo "$ac_t""no" 1>&6
1359fi
1360 3628
1361test -n "$AWK" && break
1362done
1363 3629
1364 3630
3631echo "$as_me:$LINENO: checking for AIX" >&5
1365echo $ac_n "checking for AIX""... $ac_c" 1>&6 3632echo $ECHO_N "checking for AIX... $ECHO_C" >&6
1366echo "configure:1367: checking for AIX" >&5
1367cat > conftest.$ac_ext <<EOF 3633cat >conftest.$ac_ext <<_ACEOF
1368#line 1369 "configure" 3634/* confdefs.h. */
1369#include "confdefs.h" 3635_ACEOF
3636cat confdefs.h >>conftest.$ac_ext
3637cat >>conftest.$ac_ext <<_ACEOF
3638/* end confdefs.h. */
1370#ifdef _AIX 3639#ifdef _AIX
1371 yes 3640 yes
1372#endif 3641#endif
1373 3642
1374EOF 3643_ACEOF
1375if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3644if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1376 egrep "yes" >/dev/null 2>&1; then 3645 $EGREP "yes" >/dev/null 2>&1; then
1377 rm -rf conftest* 3646 echo "$as_me:$LINENO: result: yes" >&5
1378 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF 3647echo "${ECHO_T}yes" >&6
3648cat >>confdefs.h <<\_ACEOF
1379#define _ALL_SOURCE 1 3649#define _ALL_SOURCE 1
1380EOF 3650_ACEOF
1381 3651
1382else 3652else
1383 rm -rf conftest* 3653 echo "$as_me:$LINENO: result: no" >&5
1384 echo "$ac_t""no" 1>&6 3654echo "${ECHO_T}no" >&6
1385fi 3655fi
1386rm -f conftest* 3656rm -f conftest*
1387 3657
1388 3658
1389echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 3659echo "$as_me:$LINENO: checking for library containing strerror" >&5
1390echo "configure:1391: checking for POSIXized ISC" >&5 3660echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
1391if test -d /etc/conf/kconfig.d && 3661if test "${ac_cv_search_strerror+set}" = set; then
1392 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 3662 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 3663else
1403 CC="$CC -Xp" 3664 ac_func_search_save_LIBS=$LIBS
1404 fi 3665ac_cv_search_strerror=no
3666cat >conftest.$ac_ext <<_ACEOF
3667/* confdefs.h. */
3668_ACEOF
3669cat confdefs.h >>conftest.$ac_ext
3670cat >>conftest.$ac_ext <<_ACEOF
3671/* end confdefs.h. */
3672
3673/* Override any gcc2 internal prototype to avoid an error. */
3674#ifdef __cplusplus
3675extern "C"
3676#endif
3677/* We use char because int might match the return type of a gcc2
3678 builtin and then its argument prototype would still apply. */
3679char strerror ();
3680int
3681main ()
3682{
3683strerror ();
3684 ;
3685 return 0;
3686}
3687_ACEOF
3688rm -f conftest.$ac_objext conftest$ac_exeext
3689if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3690 (eval $ac_link) 2>conftest.er1
3691 ac_status=$?
3692 grep -v '^ *+' conftest.er1 >conftest.err
3693 rm -f conftest.er1
3694 cat conftest.err >&5
3695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3696 (exit $ac_status); } &&
3697 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3699 (eval $ac_try) 2>&5
3700 ac_status=$?
3701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3702 (exit $ac_status); }; } &&
3703 { ac_try='test -s conftest$ac_exeext'
3704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3705 (eval $ac_try) 2>&5
3706 ac_status=$?
3707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3708 (exit $ac_status); }; }; then
3709 ac_cv_search_strerror="none required"
1405else 3710else
1406 echo "$ac_t""no" 1>&6 3711 echo "$as_me: failed program was:" >&5
1407 ISC= 3712sed 's/^/| /' conftest.$ac_ext >&5
3713
3714fi
3715rm -f conftest.err conftest.$ac_objext \
3716 conftest$ac_exeext conftest.$ac_ext
3717if test "$ac_cv_search_strerror" = no; then
3718 for ac_lib in cposix; do
3719 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3720 cat >conftest.$ac_ext <<_ACEOF
3721/* confdefs.h. */
3722_ACEOF
3723cat confdefs.h >>conftest.$ac_ext
3724cat >>conftest.$ac_ext <<_ACEOF
3725/* end confdefs.h. */
3726
3727/* Override any gcc2 internal prototype to avoid an error. */
3728#ifdef __cplusplus
3729extern "C"
3730#endif
3731/* We use char because int might match the return type of a gcc2
3732 builtin and then its argument prototype would still apply. */
3733char strerror ();
3734int
3735main ()
3736{
3737strerror ();
3738 ;
3739 return 0;
3740}
3741_ACEOF
3742rm -f conftest.$ac_objext conftest$ac_exeext
3743if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3744 (eval $ac_link) 2>conftest.er1
3745 ac_status=$?
3746 grep -v '^ *+' conftest.er1 >conftest.err
3747 rm -f conftest.er1
3748 cat conftest.err >&5
3749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3750 (exit $ac_status); } &&
3751 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3753 (eval $ac_try) 2>&5
3754 ac_status=$?
3755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3756 (exit $ac_status); }; } &&
3757 { ac_try='test -s conftest$ac_exeext'
3758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3759 (eval $ac_try) 2>&5
3760 ac_status=$?
3761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3762 (exit $ac_status); }; }; then
3763 ac_cv_search_strerror="-l$ac_lib"
3764break
3765else
3766 echo "$as_me: failed program was:" >&5
3767sed 's/^/| /' conftest.$ac_ext >&5
3768
3769fi
3770rm -f conftest.err conftest.$ac_objext \
3771 conftest$ac_exeext conftest.$ac_ext
3772 done
3773fi
3774LIBS=$ac_func_search_save_LIBS
3775fi
3776echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3777echo "${ECHO_T}$ac_cv_search_strerror" >&6
3778if test "$ac_cv_search_strerror" != no; then
3779 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3780
3781fi
3782
3783
3784echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3785echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3786if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3787 echo $ECHO_N "(cached) $ECHO_C" >&6
3788else
3789 ac_check_lib_save_LIBS=$LIBS
3790LIBS="-lxpg4 $LIBS"
3791cat >conftest.$ac_ext <<_ACEOF
3792/* confdefs.h. */
3793_ACEOF
3794cat confdefs.h >>conftest.$ac_ext
3795cat >>conftest.$ac_ext <<_ACEOF
3796/* end confdefs.h. */
3797
3798/* Override any gcc2 internal prototype to avoid an error. */
3799#ifdef __cplusplus
3800extern "C"
3801#endif
3802/* We use char because int might match the return type of a gcc2
3803 builtin and then its argument prototype would still apply. */
3804char setlocale ();
3805int
3806main ()
3807{
3808setlocale ();
3809 ;
3810 return 0;
3811}
3812_ACEOF
3813rm -f conftest.$ac_objext conftest$ac_exeext
3814if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3815 (eval $ac_link) 2>conftest.er1
3816 ac_status=$?
3817 grep -v '^ *+' conftest.er1 >conftest.err
3818 rm -f conftest.er1
3819 cat conftest.err >&5
3820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3821 (exit $ac_status); } &&
3822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3824 (eval $ac_try) 2>&5
3825 ac_status=$?
3826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3827 (exit $ac_status); }; } &&
3828 { ac_try='test -s conftest$ac_exeext'
3829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3830 (eval $ac_try) 2>&5
3831 ac_status=$?
3832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3833 (exit $ac_status); }; }; then
3834 ac_cv_lib_xpg4_setlocale=yes
3835else
3836 echo "$as_me: failed program was:" >&5
3837sed 's/^/| /' conftest.$ac_ext >&5
3838
3839ac_cv_lib_xpg4_setlocale=no
3840fi
3841rm -f conftest.err conftest.$ac_objext \
3842 conftest$ac_exeext conftest.$ac_ext
3843LIBS=$ac_check_lib_save_LIBS
3844fi
3845echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3846echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3847if test $ac_cv_lib_xpg4_setlocale = yes; then
3848 LIBS="$LIBS -lxpg4"
3849fi
3850
3851
3852echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3853echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3854if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3855 echo $ECHO_N "(cached) $ECHO_C" >&6
3856else
3857 ac_check_lib_save_LIBS=$LIBS
3858LIBS="-lnsl $LIBS"
3859cat >conftest.$ac_ext <<_ACEOF
3860/* confdefs.h. */
3861_ACEOF
3862cat confdefs.h >>conftest.$ac_ext
3863cat >>conftest.$ac_ext <<_ACEOF
3864/* end confdefs.h. */
3865
3866/* Override any gcc2 internal prototype to avoid an error. */
3867#ifdef __cplusplus
3868extern "C"
3869#endif
3870/* We use char because int might match the return type of a gcc2
3871 builtin and then its argument prototype would still apply. */
3872char gethostbyname ();
3873int
3874main ()
3875{
3876gethostbyname ();
3877 ;
3878 return 0;
3879}
3880_ACEOF
3881rm -f conftest.$ac_objext conftest$ac_exeext
3882if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3883 (eval $ac_link) 2>conftest.er1
3884 ac_status=$?
3885 grep -v '^ *+' conftest.er1 >conftest.err
3886 rm -f conftest.er1
3887 cat conftest.err >&5
3888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3889 (exit $ac_status); } &&
3890 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3892 (eval $ac_try) 2>&5
3893 ac_status=$?
3894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3895 (exit $ac_status); }; } &&
3896 { ac_try='test -s conftest$ac_exeext'
3897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3898 (eval $ac_try) 2>&5
3899 ac_status=$?
3900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3901 (exit $ac_status); }; }; then
3902 ac_cv_lib_nsl_gethostbyname=yes
3903else
3904 echo "$as_me: failed program was:" >&5
3905sed 's/^/| /' conftest.$ac_ext >&5
3906
3907ac_cv_lib_nsl_gethostbyname=no
3908fi
3909rm -f conftest.err conftest.$ac_objext \
3910 conftest$ac_exeext conftest.$ac_ext
3911LIBS=$ac_check_lib_save_LIBS
3912fi
3913echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3914echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3915if test $ac_cv_lib_nsl_gethostbyname = yes; then
3916 LIBS="$LIBS -lnsl"
3917fi
3918
3919echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3920echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3921if test "${ac_cv_lib_socket_socket+set}" = set; then
3922 echo $ECHO_N "(cached) $ECHO_C" >&6
3923else
3924 ac_check_lib_save_LIBS=$LIBS
3925LIBS="-lsocket $LIBS"
3926cat >conftest.$ac_ext <<_ACEOF
3927/* confdefs.h. */
3928_ACEOF
3929cat confdefs.h >>conftest.$ac_ext
3930cat >>conftest.$ac_ext <<_ACEOF
3931/* end confdefs.h. */
3932
3933/* Override any gcc2 internal prototype to avoid an error. */
3934#ifdef __cplusplus
3935extern "C"
3936#endif
3937/* We use char because int might match the return type of a gcc2
3938 builtin and then its argument prototype would still apply. */
3939char socket ();
3940int
3941main ()
3942{
3943socket ();
3944 ;
3945 return 0;
3946}
3947_ACEOF
3948rm -f conftest.$ac_objext conftest$ac_exeext
3949if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3950 (eval $ac_link) 2>conftest.er1
3951 ac_status=$?
3952 grep -v '^ *+' conftest.er1 >conftest.err
3953 rm -f conftest.er1
3954 cat conftest.err >&5
3955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3956 (exit $ac_status); } &&
3957 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3959 (eval $ac_try) 2>&5
3960 ac_status=$?
3961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3962 (exit $ac_status); }; } &&
3963 { ac_try='test -s conftest$ac_exeext'
3964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3965 (eval $ac_try) 2>&5
3966 ac_status=$?
3967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3968 (exit $ac_status); }; }; then
3969 ac_cv_lib_socket_socket=yes
3970else
3971 echo "$as_me: failed program was:" >&5
3972sed 's/^/| /' conftest.$ac_ext >&5
3973
3974ac_cv_lib_socket_socket=no
3975fi
3976rm -f conftest.err conftest.$ac_objext \
3977 conftest$ac_exeext conftest.$ac_ext
3978LIBS=$ac_check_lib_save_LIBS
3979fi
3980echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3981echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3982if test $ac_cv_lib_socket_socket = yes; then
3983 LIBS="$LIBS -lsocket"
1408fi 3984fi
1409 3985
1410 3986
1411# Check whether --enable-shared or --disable-shared was given. 3987# Check whether --enable-shared or --disable-shared was given.
1412if test "${enable_shared+set}" = set; then 3988if test "${enable_shared+set}" = set; then
1427 IFS="$ac_save_ifs" 4003 IFS="$ac_save_ifs"
1428 ;; 4004 ;;
1429esac 4005esac
1430else 4006else
1431 enable_shared=no 4007 enable_shared=no
1432fi
1433# Check whether --enable-static or --disable-static was given. 4008fi; # Check whether --enable-static or --disable-static was given.
1434if test "${enable_static+set}" = set; then 4009if test "${enable_static+set}" = set; then
1435 enableval="$enable_static" 4010 enableval="$enable_static"
1436 p=${PACKAGE-default} 4011 p=${PACKAGE-default}
1437case "$enableval" in 4012case "$enableval" in
1438yes) enable_static=yes ;; 4013yes) enable_static=yes ;;
1449 IFS="$ac_save_ifs" 4024 IFS="$ac_save_ifs"
1450 ;; 4025 ;;
1451esac 4026esac
1452else 4027else
1453 enable_static=yes 4028 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. 4029fi; # Check whether --enable-fast-install or --disable-fast-install was given.
1518if test "${enable_fast_install+set}" = set; then 4030if test "${enable_fast_install+set}" = set; then
1519 enableval="$enable_fast_install" 4031 enableval="$enable_fast_install"
1520 p=${PACKAGE-default} 4032 p=${PACKAGE-default}
1521case "$enableval" in 4033case "$enableval" in
1522yes) enable_fast_install=yes ;; 4034yes) enable_fast_install=yes ;;
1533 IFS="$ac_save_ifs" 4045 IFS="$ac_save_ifs"
1534 ;; 4046 ;;
1535esac 4047esac
1536else 4048else
1537 enable_fast_install=yes 4049 enable_fast_install=yes
1538fi 4050fi;
1539
1540
1541# Make sure we can run config.sub.
1542if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1543else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1544fi
1545
1546echo $ac_n "checking host system type""... $ac_c" 1>&6
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
1568echo "configure:1569: checking build system type" >&5
1569
1570build_alias=$build
1571case "$build_alias" in
1572NONE)
1573 case $nonopt in
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/'`
1581build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1582build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1583echo "$ac_t""$build" 1>&6
1584 4051
1585# Check whether --with-gnu-ld or --without-gnu-ld was given. 4052# Check whether --with-gnu-ld or --without-gnu-ld was given.
1586if test "${with_gnu_ld+set}" = set; then 4053if test "${with_gnu_ld+set}" = set; then
1587 withval="$with_gnu_ld" 4054 withval="$with_gnu_ld"
1588 test "$withval" = no || with_gnu_ld=yes 4055 test "$withval" = no || with_gnu_ld=yes
1589else 4056else
1590 with_gnu_ld=no 4057 with_gnu_ld=no
1591fi 4058fi;
1592
1593ac_prog=ld 4059ac_prog=ld
1594if test "$GCC" = yes; then 4060if test "$GCC" = yes; then
1595 # Check if gcc -print-prog-name=ld gives a path. 4061 # Check if gcc -print-prog-name=ld gives a path.
4062 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 4063echo $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 4064 case $host in
1599 *-*-mingw*) 4065 *-*-mingw*)
1600 # gcc leaves a trailing carriage return which upsets mingw 4066 # gcc leaves a trailing carriage return which upsets mingw
1601 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 4067 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1602 *) 4068 *)
1621 # If it is relative, then search for the first ld in PATH. 4087 # If it is relative, then search for the first ld in PATH.
1622 with_gnu_ld=unknown 4088 with_gnu_ld=unknown
1623 ;; 4089 ;;
1624 esac 4090 esac
1625elif test "$with_gnu_ld" = yes; then 4091elif test "$with_gnu_ld" = yes; then
4092 echo "$as_me:$LINENO: checking for GNU ld" >&5
1626 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 4093echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
1627echo "configure:1628: checking for GNU ld" >&5
1628else 4094else
4095 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
1629 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 4096echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
1630echo "configure:1631: checking for non-GNU ld" >&5
1631fi 4097fi
1632if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 4098if test "${lt_cv_path_LD+set}" = set; then
1633 echo $ac_n "(cached) $ac_c" 1>&6 4099 echo $ECHO_N "(cached) $ECHO_C" >&6
1634else 4100else
1635 if test -z "$LD"; then 4101 if test -z "$LD"; then
1636 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 4102 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1637 for ac_dir in $PATH; do 4103 for ac_dir in $PATH; do
1638 test -z "$ac_dir" && ac_dir=. 4104 test -z "$ac_dir" && ac_dir=.
1654fi 4120fi
1655fi 4121fi
1656 4122
1657LD="$lt_cv_path_LD" 4123LD="$lt_cv_path_LD"
1658if test -n "$LD"; then 4124if test -n "$LD"; then
1659 echo "$ac_t""$LD" 1>&6 4125 echo "$as_me:$LINENO: result: $LD" >&5
4126echo "${ECHO_T}$LD" >&6
1660else 4127else
1661 echo "$ac_t""no" 1>&6 4128 echo "$as_me:$LINENO: result: no" >&5
4129echo "${ECHO_T}no" >&6
1662fi 4130fi
1663test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 4131test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4132echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4133 { (exit 1); exit 1; }; }
4134echo "$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 4135echo $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 4136if test "${lt_cv_prog_gnu_ld+set}" = set; then
1667 echo $ac_n "(cached) $ac_c" 1>&6 4137 echo $ECHO_N "(cached) $ECHO_C" >&6
1668else 4138else
1669 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 4139 # 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 4140if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1671 lt_cv_prog_gnu_ld=yes 4141 lt_cv_prog_gnu_ld=yes
1672else 4142else
1673 lt_cv_prog_gnu_ld=no 4143 lt_cv_prog_gnu_ld=no
1674fi 4144fi
1675fi 4145fi
1676 4146echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
1677echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 4147echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
1678with_gnu_ld=$lt_cv_prog_gnu_ld 4148with_gnu_ld=$lt_cv_prog_gnu_ld
1679 4149
1680 4150
4151echo "$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 4152echo $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 4153if test "${lt_cv_ld_reload_flag+set}" = set; then
1684 echo $ac_n "(cached) $ac_c" 1>&6 4154 echo $ECHO_N "(cached) $ECHO_C" >&6
1685else 4155else
1686 lt_cv_ld_reload_flag='-r' 4156 lt_cv_ld_reload_flag='-r'
1687fi 4157fi
1688 4158echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
1689echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6 4159echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
1690reload_flag=$lt_cv_ld_reload_flag 4160reload_flag=$lt_cv_ld_reload_flag
1691test -n "$reload_flag" && reload_flag=" $reload_flag" 4161test -n "$reload_flag" && reload_flag=" $reload_flag"
1692 4162
4163echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
1693echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 4164echo $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 4165if test "${lt_cv_path_NM+set}" = set; then
1696 echo $ac_n "(cached) $ac_c" 1>&6 4166 echo $ECHO_N "(cached) $ECHO_C" >&6
1697else 4167else
1698 if test -n "$NM"; then 4168 if test -n "$NM"; then
1699 # Let the user override the test. 4169 # Let the user override the test.
1700 lt_cv_path_NM="$NM" 4170 lt_cv_path_NM="$NM"
1701else 4171else
1724 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 4194 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1725fi 4195fi
1726fi 4196fi
1727 4197
1728NM="$lt_cv_path_NM" 4198NM="$lt_cv_path_NM"
1729echo "$ac_t""$NM" 1>&6 4199echo "$as_me:$LINENO: result: $NM" >&5
4200echo "${ECHO_T}$NM" >&6
1730 4201
4202echo "$as_me:$LINENO: checking whether ln -s works" >&5
1731echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 4203echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1732echo "configure:1733: checking whether ln -s works" >&5 4204LN_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 4205if test "$LN_S" = "ln -s"; then
1747 echo "$ac_t""yes" 1>&6 4206 echo "$as_me:$LINENO: result: yes" >&5
4207echo "${ECHO_T}yes" >&6
1748else 4208else
1749 echo "$ac_t""no" 1>&6 4209 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4210echo "${ECHO_T}no, using $LN_S" >&6
1750fi 4211fi
1751 4212
4213echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
1752echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 4214echo $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 4215if test "${lt_cv_deplibs_check_method+set}" = set; then
1755 echo $ac_n "(cached) $ac_c" 1>&6 4216 echo $ECHO_N "(cached) $ECHO_C" >&6
1756else 4217else
1757 lt_cv_file_magic_cmd='$MAGIC_CMD' 4218 lt_cv_file_magic_cmd='$MAGIC_CMD'
1758lt_cv_file_magic_test_file= 4219lt_cv_file_magic_test_file=
1759lt_cv_deplibs_check_method='unknown' 4220lt_cv_deplibs_check_method='unknown'
1760# Need to set the preceding variable on all platforms that support 4221# Need to set the preceding variable on all platforms that support
1906 esac 4367 esac
1907 ;; 4368 ;;
1908esac 4369esac
1909 4370
1910fi 4371fi
1911 4372echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
1912echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6 4373echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
1913file_magic_cmd=$lt_cv_file_magic_cmd 4374file_magic_cmd=$lt_cv_file_magic_cmd
1914deplibs_check_method=$lt_cv_deplibs_check_method 4375deplibs_check_method=$lt_cv_deplibs_check_method
1915 4376
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 4377
1936echo "$ac_t""$ac_cv_objext" 1>&6
1937OBJEXT=$ac_cv_objext
1938ac_objext=$ac_cv_objext
1939 4378
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 4379
1979 4380
1980 4381
1981 4382
1982# Check for command to grab the raw symbol name followed by C symbol from nm. 4383# Check for command to grab the raw symbol name followed by C symbol from nm.
4384echo "$as_me:$LINENO: checking command to parse $NM output" >&5
1983echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 4385echo $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 4386if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
1986 echo $ac_n "(cached) $ac_c" 1>&6 4387 echo $ECHO_N "(cached) $ECHO_C" >&6
1987else 4388else
1988 4389
1989# These are sane defaults that work on at least a few old systems. 4390# These are sane defaults that work on at least a few old systems.
1990# [They come from Ultrix. What could be older than Ultrix?!! ;)] 4391# [They come from Ultrix. What could be older than Ultrix?!! ;)]
1991 4392
1992# Character class describing NM global symbol codes. 4393# Character class describing NM global symbol codes.
1993symcode='[BCDEGRST]' 4394symcode='[BCDEGRST]'
2055} 4456}
2056#endif 4457#endif
2057main(){nm_test_var='a';nm_test_func();return(0);} 4458main(){nm_test_var='a';nm_test_func();return(0);}
2058EOF 4459EOF
2059 4460
2060 if { (eval echo configure:2061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4462 (eval $ac_compile) 2>&5
4463 ac_status=$?
4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4465 (exit $ac_status); }; then
2061 # Now try to grab the symbols. 4466 # Now try to grab the symbols.
2062 nlist=conftest.nm 4467 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 4468 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4469 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4470 ac_status=$?
4471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); } && test -s "$nlist"; then
2064 # Try sorting and uniquifying the output. 4473 # Try sorting and uniquifying the output.
2065 if sort "$nlist" | uniq > "$nlist"T; then 4474 if sort "$nlist" | uniq > "$nlist"T; then
2066 mv -f "$nlist"T "$nlist" 4475 mv -f "$nlist"T "$nlist"
2067 else 4476 else
2068 rm -f "$nlist"T 4477 rm -f "$nlist"T
2109 mv conftest.$ac_objext conftstm.$ac_objext 4518 mv conftest.$ac_objext conftstm.$ac_objext
2110 save_LIBS="$LIBS" 4519 save_LIBS="$LIBS"
2111 save_CFLAGS="$CFLAGS" 4520 save_CFLAGS="$CFLAGS"
2112 LIBS="conftstm.$ac_objext" 4521 LIBS="conftstm.$ac_objext"
2113 CFLAGS="$CFLAGS$no_builtin_flag" 4522 CFLAGS="$CFLAGS$no_builtin_flag"
2114 if { (eval echo configure:2115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4523 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4524 (eval $ac_link) 2>&5
4525 ac_status=$?
4526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4527 (exit $ac_status); } && test -s conftest; then
2115 pipe_works=yes 4528 pipe_works=yes
2116 fi 4529 fi
2117 LIBS="$save_LIBS" 4530 LIBS="$save_LIBS"
2118 CFLAGS="$save_CFLAGS" 4531 CFLAGS="$save_CFLAGS"
2119 else 4532 else
2146 global_symbol_to_cdecl= 4559 global_symbol_to_cdecl=
2147else 4560else
2148 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl" 4561 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
2149fi 4562fi
2150if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then 4563if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
2151 echo "$ac_t""failed" 1>&6 4564 echo "$as_me:$LINENO: result: failed" >&5
4565echo "${ECHO_T}failed" >&6
4566else
4567 echo "$as_me:$LINENO: result: ok" >&5
4568echo "${ECHO_T}ok" >&6
4569fi
4570
4571echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4572echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4573if test "${ac_cv_header_stdc+set}" = set; then
4574 echo $ECHO_N "(cached) $ECHO_C" >&6
4575else
4576 cat >conftest.$ac_ext <<_ACEOF
4577/* confdefs.h. */
4578_ACEOF
4579cat confdefs.h >>conftest.$ac_ext
4580cat >>conftest.$ac_ext <<_ACEOF
4581/* end confdefs.h. */
4582#include <stdlib.h>
4583#include <stdarg.h>
4584#include <string.h>
4585#include <float.h>
4586
4587int
4588main ()
4589{
4590
4591 ;
4592 return 0;
4593}
4594_ACEOF
4595rm -f conftest.$ac_objext
4596if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4597 (eval $ac_compile) 2>conftest.er1
4598 ac_status=$?
4599 grep -v '^ *+' conftest.er1 >conftest.err
4600 rm -f conftest.er1
4601 cat conftest.err >&5
4602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4603 (exit $ac_status); } &&
4604 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4606 (eval $ac_try) 2>&5
4607 ac_status=$?
4608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4609 (exit $ac_status); }; } &&
4610 { ac_try='test -s conftest.$ac_objext'
4611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4612 (eval $ac_try) 2>&5
4613 ac_status=$?
4614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615 (exit $ac_status); }; }; then
4616 ac_cv_header_stdc=yes
4617else
4618 echo "$as_me: failed program was:" >&5
4619sed 's/^/| /' conftest.$ac_ext >&5
4620
4621ac_cv_header_stdc=no
4622fi
4623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4624
4625if test $ac_cv_header_stdc = yes; then
4626 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4627 cat >conftest.$ac_ext <<_ACEOF
4628/* confdefs.h. */
4629_ACEOF
4630cat confdefs.h >>conftest.$ac_ext
4631cat >>conftest.$ac_ext <<_ACEOF
4632/* end confdefs.h. */
4633#include <string.h>
4634
4635_ACEOF
4636if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4637 $EGREP "memchr" >/dev/null 2>&1; then
4638 :
4639else
4640 ac_cv_header_stdc=no
4641fi
4642rm -f conftest*
4643
4644fi
4645
4646if test $ac_cv_header_stdc = yes; then
4647 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4648 cat >conftest.$ac_ext <<_ACEOF
4649/* confdefs.h. */
4650_ACEOF
4651cat confdefs.h >>conftest.$ac_ext
4652cat >>conftest.$ac_ext <<_ACEOF
4653/* end confdefs.h. */
4654#include <stdlib.h>
4655
4656_ACEOF
4657if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4658 $EGREP "free" >/dev/null 2>&1; then
4659 :
4660else
4661 ac_cv_header_stdc=no
4662fi
4663rm -f conftest*
4664
4665fi
4666
4667if test $ac_cv_header_stdc = yes; then
4668 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4669 if test "$cross_compiling" = yes; then
4670 :
4671else
4672 cat >conftest.$ac_ext <<_ACEOF
4673/* confdefs.h. */
4674_ACEOF
4675cat confdefs.h >>conftest.$ac_ext
4676cat >>conftest.$ac_ext <<_ACEOF
4677/* end confdefs.h. */
4678#include <ctype.h>
4679#if ((' ' & 0x0FF) == 0x020)
4680# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4681# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2152else 4682#else
2153 echo "$ac_t""ok" 1>&6 4683# define ISLOWER(c) \
2154fi 4684 (('a' <= (c) && (c) <= 'i') \
4685 || ('j' <= (c) && (c) <= 'r') \
4686 || ('s' <= (c) && (c) <= 'z'))
4687# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4688#endif
2155 4689
2156for ac_hdr in dlfcn.h 4690#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4691int
4692main ()
4693{
4694 int i;
4695 for (i = 0; i < 256; i++)
4696 if (XOR (islower (i), ISLOWER (i))
4697 || toupper (i) != TOUPPER (i))
4698 exit(2);
4699 exit (0);
4700}
4701_ACEOF
4702rm -f conftest$ac_exeext
4703if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4704 (eval $ac_link) 2>&5
4705 ac_status=$?
4706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4707 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4709 (eval $ac_try) 2>&5
4710 ac_status=$?
4711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4712 (exit $ac_status); }; }; then
4713 :
4714else
4715 echo "$as_me: program exited with status $ac_status" >&5
4716echo "$as_me: failed program was:" >&5
4717sed 's/^/| /' conftest.$ac_ext >&5
4718
4719( exit $ac_status )
4720ac_cv_header_stdc=no
4721fi
4722rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4723fi
4724fi
4725fi
4726echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4727echo "${ECHO_T}$ac_cv_header_stdc" >&6
4728if test $ac_cv_header_stdc = yes; then
4729
4730cat >>confdefs.h <<\_ACEOF
4731#define STDC_HEADERS 1
4732_ACEOF
4733
4734fi
4735
4736# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4747 inttypes.h stdint.h unistd.h
2157do 4748do
2158ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4749as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4750echo "$as_me:$LINENO: checking for $ac_header" >&5
2159echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2160echo "configure:2161: checking for $ac_hdr" >&5 4752if 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 4753 echo $ECHO_N "(cached) $ECHO_C" >&6
2163else 4754else
2164 cat > conftest.$ac_ext <<EOF 4755 cat >conftest.$ac_ext <<_ACEOF
2165#line 2166 "configure" 4756/* confdefs.h. */
2166#include "confdefs.h" 4757_ACEOF
4758cat confdefs.h >>conftest.$ac_ext
4759cat >>conftest.$ac_ext <<_ACEOF
4760/* end confdefs.h. */
4761$ac_includes_default
4762
2167#include <$ac_hdr> 4763#include <$ac_header>
2168EOF 4764_ACEOF
2169ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4765rm -f conftest.$ac_objext
2170{ (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4766if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4767 (eval $ac_compile) 2>conftest.er1
4768 ac_status=$?
4769 grep -v '^ *+' conftest.er1 >conftest.err
4770 rm -f conftest.er1
4771 cat conftest.err >&5
4772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4773 (exit $ac_status); } &&
4774 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4776 (eval $ac_try) 2>&5
4777 ac_status=$?
4778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4779 (exit $ac_status); }; } &&
4780 { ac_try='test -s conftest.$ac_objext'
4781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4782 (eval $ac_try) 2>&5
4783 ac_status=$?
4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4785 (exit $ac_status); }; }; then
4786 eval "$as_ac_Header=yes"
4787else
4788 echo "$as_me: failed program was:" >&5
4789sed 's/^/| /' conftest.$ac_ext >&5
4790
4791eval "$as_ac_Header=no"
4792fi
4793rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4794fi
4795echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4796echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4797if test `eval echo '${'$as_ac_Header'}'` = yes; then
4798 cat >>confdefs.h <<_ACEOF
4799#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4800_ACEOF
4801
4802fi
4803
4804done
4805
4806
4807
4808for ac_header in dlfcn.h
4809do
4810as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4811if eval "test \"\${$as_ac_Header+set}\" = set"; then
4812 echo "$as_me:$LINENO: checking for $ac_header" >&5
4813echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4814if eval "test \"\${$as_ac_Header+set}\" = set"; then
4815 echo $ECHO_N "(cached) $ECHO_C" >&6
4816fi
4817echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4818echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4819else
4820 # Is the header compilable?
4821echo "$as_me:$LINENO: checking $ac_header usability" >&5
4822echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4823cat >conftest.$ac_ext <<_ACEOF
4824/* confdefs.h. */
4825_ACEOF
4826cat confdefs.h >>conftest.$ac_ext
4827cat >>conftest.$ac_ext <<_ACEOF
4828/* end confdefs.h. */
4829$ac_includes_default
4830#include <$ac_header>
4831_ACEOF
4832rm -f conftest.$ac_objext
4833if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4834 (eval $ac_compile) 2>conftest.er1
4835 ac_status=$?
4836 grep -v '^ *+' conftest.er1 >conftest.err
4837 rm -f conftest.er1
4838 cat conftest.err >&5
4839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4840 (exit $ac_status); } &&
4841 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4843 (eval $ac_try) 2>&5
4844 ac_status=$?
4845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4846 (exit $ac_status); }; } &&
4847 { ac_try='test -s conftest.$ac_objext'
4848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4849 (eval $ac_try) 2>&5
4850 ac_status=$?
4851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4852 (exit $ac_status); }; }; then
4853 ac_header_compiler=yes
4854else
4855 echo "$as_me: failed program was:" >&5
4856sed 's/^/| /' conftest.$ac_ext >&5
4857
4858ac_header_compiler=no
4859fi
4860rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4861echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4862echo "${ECHO_T}$ac_header_compiler" >&6
4863
4864# Is the header present?
4865echo "$as_me:$LINENO: checking $ac_header presence" >&5
4866echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4867cat >conftest.$ac_ext <<_ACEOF
4868/* confdefs.h. */
4869_ACEOF
4870cat confdefs.h >>conftest.$ac_ext
4871cat >>conftest.$ac_ext <<_ACEOF
4872/* end confdefs.h. */
4873#include <$ac_header>
4874_ACEOF
4875if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4876 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4877 ac_status=$?
4878 grep -v '^ *+' conftest.er1 >conftest.err
4879 rm -f conftest.er1
4880 cat conftest.err >&5
4881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4882 (exit $ac_status); } >/dev/null; then
4883 if test -s conftest.err; then
4884 ac_cpp_err=$ac_cxx_preproc_warn_flag
4885 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4886 else
4887 ac_cpp_err=
4888 fi
4889else
4890 ac_cpp_err=yes
4891fi
2172if test -z "$ac_err"; then 4892if test -z "$ac_cpp_err"; then
2173 rm -rf conftest* 4893 ac_header_preproc=yes
2174 eval "ac_cv_header_$ac_safe=yes"
2175else 4894else
2176 echo "$ac_err" >&5
2177 echo "configure: failed program was:" >&5 4895 echo "$as_me: failed program was:" >&5
2178 cat conftest.$ac_ext >&5 4896sed 's/^/| /' conftest.$ac_ext >&5
2179 rm -rf conftest* 4897
2180 eval "ac_cv_header_$ac_safe=no" 4898 ac_header_preproc=no
2181fi 4899fi
2182rm -f conftest* 4900rm -f conftest.err conftest.$ac_ext
4901echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4902echo "${ECHO_T}$ac_header_preproc" >&6
4903
4904# So? What about this header?
4905case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4906 yes:no: )
4907 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4908echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4909 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4910echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4911 ac_header_preproc=yes
4912 ;;
4913 no:yes:* )
4914 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4915echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4916 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4917echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4918 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4919echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4920 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4921echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4922 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4923echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4924 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4925echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4926 (
4927 cat <<\_ASBOX
4928## ------------------------------------------ ##
4929## Report this to the AC_PACKAGE_NAME lists. ##
4930## ------------------------------------------ ##
4931_ASBOX
4932 ) |
4933 sed "s/^/$as_me: WARNING: /" >&2
4934 ;;
4935esac
4936echo "$as_me:$LINENO: checking for $ac_header" >&5
4937echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4938if eval "test \"\${$as_ac_Header+set}\" = set"; then
4939 echo $ECHO_N "(cached) $ECHO_C" >&6
4940else
4941 eval "$as_ac_Header=\$ac_header_preproc"
2183fi 4942fi
2184if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4943echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2185 echo "$ac_t""yes" 1>&6 4944echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2186 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 4945
4946fi
4947if test `eval echo '${'$as_ac_Header'}'` = yes; then
2187 cat >> confdefs.h <<EOF 4948 cat >>confdefs.h <<_ACEOF
2188#define $ac_tr_hdr 1 4949#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2189EOF 4950_ACEOF
2190 4951
2191else
2192 echo "$ac_t""no" 1>&6
2193fi 4952fi
4953
2194done 4954done
2195 4955
2196 4956
2197 4957
2198 4958
2199 4959
2200# Only perform the check for file, if the check method requires it 4960# Only perform the check for file, if the check method requires it
2201case "$deplibs_check_method" in 4961case "$deplibs_check_method" in
2202file_magic*) 4962file_magic*)
2203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 4963 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4964 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 4965echo $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 4966if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2207 echo $ac_n "(cached) $ac_c" 1>&6 4967 echo $ECHO_N "(cached) $ECHO_C" >&6
2208else 4968else
2209 case "$MAGIC_CMD" in 4969 case "$MAGIC_CMD" in
2210 /*) 4970 /*)
2211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 4971 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2212 ;; 4972 ;;
2254esac 5014esac
2255fi 5015fi
2256 5016
2257MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 5017MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2258if test -n "$MAGIC_CMD"; then 5018if test -n "$MAGIC_CMD"; then
5019 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2259 echo "$ac_t""$MAGIC_CMD" 1>&6 5020echo "${ECHO_T}$MAGIC_CMD" >&6
2260else 5021else
2261 echo "$ac_t""no" 1>&6 5022 echo "$as_me:$LINENO: result: no" >&5
5023echo "${ECHO_T}no" >&6
2262fi 5024fi
2263 5025
2264if test -z "$lt_cv_path_MAGIC_CMD"; then 5026if test -z "$lt_cv_path_MAGIC_CMD"; then
2265 if test -n "$ac_tool_prefix"; then 5027 if test -n "$ac_tool_prefix"; then
5028 echo "$as_me:$LINENO: checking for file" >&5
2266 echo $ac_n "checking for file""... $ac_c" 1>&6 5029echo $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 5030if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2269 echo $ac_n "(cached) $ac_c" 1>&6 5031 echo $ECHO_N "(cached) $ECHO_C" >&6
2270else 5032else
2271 case "$MAGIC_CMD" in 5033 case "$MAGIC_CMD" in
2272 /*) 5034 /*)
2273 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 5035 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2274 ;; 5036 ;;
2316esac 5078esac
2317fi 5079fi
2318 5080
2319MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 5081MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2320if test -n "$MAGIC_CMD"; then 5082if test -n "$MAGIC_CMD"; then
5083 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2321 echo "$ac_t""$MAGIC_CMD" 1>&6 5084echo "${ECHO_T}$MAGIC_CMD" >&6
2322else 5085else
2323 echo "$ac_t""no" 1>&6 5086 echo "$as_me:$LINENO: result: no" >&5
5087echo "${ECHO_T}no" >&6
2324fi 5088fi
2325 5089
2326 else 5090 else
2327 MAGIC_CMD=: 5091 MAGIC_CMD=:
2328 fi 5092 fi
2330 5094
2331 fi 5095 fi
2332 ;; 5096 ;;
2333esac 5097esac
2334 5098
5099if 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. 5100 # 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 5101set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5102echo "$as_me:$LINENO: checking for $ac_word" >&5
2337echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5103echo $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 5104if test "${ac_cv_prog_RANLIB+set}" = set; then
2340 echo $ac_n "(cached) $ac_c" 1>&6 5105 echo $ECHO_N "(cached) $ECHO_C" >&6
2341else 5106else
2342 if test -n "$RANLIB"; then 5107 if test -n "$RANLIB"; then
2343 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5108 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2344else 5109else
2345 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 ac_dummy="$PATH" 5111for as_dir in $PATH
2347 for ac_dir in $ac_dummy; do 5112do
5113 IFS=$as_save_IFS
2348 test -z "$ac_dir" && ac_dir=. 5114 test -z "$as_dir" && as_dir=.
2349 if test -f $ac_dir/$ac_word; then 5115 for ac_exec_ext in '' $ac_executable_extensions; do
5116 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5117 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5118 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2351 break 5119 break 2
2352 fi 5120 fi
2353 done 5121done
2354 IFS="$ac_save_ifs" 5122done
5123
2355fi 5124fi
2356fi 5125fi
2357RANLIB="$ac_cv_prog_RANLIB" 5126RANLIB=$ac_cv_prog_RANLIB
2358if test -n "$RANLIB"; then 5127if test -n "$RANLIB"; then
2359 echo "$ac_t""$RANLIB" 1>&6 5128 echo "$as_me:$LINENO: result: $RANLIB" >&5
5129echo "${ECHO_T}$RANLIB" >&6
2360else 5130else
2361 echo "$ac_t""no" 1>&6 5131 echo "$as_me:$LINENO: result: no" >&5
5132echo "${ECHO_T}no" >&6
2362fi 5133fi
2363 5134
2364 5135fi
2365if test -z "$ac_cv_prog_RANLIB"; then 5136if test -z "$ac_cv_prog_RANLIB"; then
2366if test -n "$ac_tool_prefix"; then 5137 ac_ct_RANLIB=$RANLIB
2367 # Extract the first word of "ranlib", so it can be a program name with args. 5138 # Extract the first word of "ranlib", so it can be a program name with args.
2368set dummy ranlib; ac_word=$2 5139set dummy ranlib; ac_word=$2
5140echo "$as_me:$LINENO: checking for $ac_word" >&5
2369echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5141echo $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 5142if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2372 echo $ac_n "(cached) $ac_c" 1>&6 5143 echo $ECHO_N "(cached) $ECHO_C" >&6
2373else 5144else
2374 if test -n "$RANLIB"; then 5145 if test -n "$ac_ct_RANLIB"; then
2375 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5146 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2376else 5147else
2377 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378 ac_dummy="$PATH" 5149for as_dir in $PATH
2379 for ac_dir in $ac_dummy; do 5150do
5151 IFS=$as_save_IFS
2380 test -z "$ac_dir" && ac_dir=. 5152 test -z "$as_dir" && as_dir=.
2381 if test -f $ac_dir/$ac_word; then 5153 for ac_exec_ext in '' $ac_executable_extensions; do
5154 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2382 ac_cv_prog_RANLIB="ranlib" 5155 ac_cv_prog_ac_ct_RANLIB="ranlib"
5156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2383 break 5157 break 2
2384 fi 5158 fi
2385 done 5159done
2386 IFS="$ac_save_ifs" 5160done
5161
2387 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 5162 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2388fi 5163fi
2389fi 5164fi
5165ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5166if test -n "$ac_ct_RANLIB"; then
5167 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5168echo "${ECHO_T}$ac_ct_RANLIB" >&6
5169else
5170 echo "$as_me:$LINENO: result: no" >&5
5171echo "${ECHO_T}no" >&6
5172fi
5173
5174 RANLIB=$ac_ct_RANLIB
5175else
2390RANLIB="$ac_cv_prog_RANLIB" 5176 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 5177fi
2396 5178
2397else 5179if 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. 5180 # 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 5181set dummy ${ac_tool_prefix}strip; ac_word=$2
5182echo "$as_me:$LINENO: checking for $ac_word" >&5
2404echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5183echo $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 5184if test "${ac_cv_prog_STRIP+set}" = set; then
2407 echo $ac_n "(cached) $ac_c" 1>&6 5185 echo $ECHO_N "(cached) $ECHO_C" >&6
2408else 5186else
2409 if test -n "$STRIP"; then 5187 if test -n "$STRIP"; then
2410 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5188 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2411else 5189else
2412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 ac_dummy="$PATH" 5191for as_dir in $PATH
2414 for ac_dir in $ac_dummy; do 5192do
5193 IFS=$as_save_IFS
2415 test -z "$ac_dir" && ac_dir=. 5194 test -z "$as_dir" && as_dir=.
2416 if test -f $ac_dir/$ac_word; then 5195 for ac_exec_ext in '' $ac_executable_extensions; do
5196 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 5197 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5198 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 5199 break 2
2419 fi 5200 fi
2420 done 5201done
2421 IFS="$ac_save_ifs" 5202done
5203
2422fi 5204fi
2423fi 5205fi
2424STRIP="$ac_cv_prog_STRIP" 5206STRIP=$ac_cv_prog_STRIP
2425if test -n "$STRIP"; then 5207if test -n "$STRIP"; then
2426 echo "$ac_t""$STRIP" 1>&6 5208 echo "$as_me:$LINENO: result: $STRIP" >&5
5209echo "${ECHO_T}$STRIP" >&6
2427else 5210else
2428 echo "$ac_t""no" 1>&6 5211 echo "$as_me:$LINENO: result: no" >&5
5212echo "${ECHO_T}no" >&6
2429fi 5213fi
2430 5214
2431 5215fi
2432if test -z "$ac_cv_prog_STRIP"; then 5216if test -z "$ac_cv_prog_STRIP"; then
2433if test -n "$ac_tool_prefix"; then 5217 ac_ct_STRIP=$STRIP
2434 # Extract the first word of "strip", so it can be a program name with args. 5218 # Extract the first word of "strip", so it can be a program name with args.
2435set dummy strip; ac_word=$2 5219set dummy strip; ac_word=$2
5220echo "$as_me:$LINENO: checking for $ac_word" >&5
2436echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5221echo $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 5222if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2439 echo $ac_n "(cached) $ac_c" 1>&6 5223 echo $ECHO_N "(cached) $ECHO_C" >&6
2440else 5224else
2441 if test -n "$STRIP"; then 5225 if test -n "$ac_ct_STRIP"; then
2442 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5226 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2443else 5227else
2444 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5228as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 ac_dummy="$PATH" 5229for as_dir in $PATH
2446 for ac_dir in $ac_dummy; do 5230do
5231 IFS=$as_save_IFS
2447 test -z "$ac_dir" && ac_dir=. 5232 test -z "$as_dir" && as_dir=.
2448 if test -f $ac_dir/$ac_word; then 5233 for ac_exec_ext in '' $ac_executable_extensions; do
5234 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2449 ac_cv_prog_STRIP="strip" 5235 ac_cv_prog_ac_ct_STRIP="strip"
5236 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 5237 break 2
2451 fi 5238 fi
2452 done 5239done
2453 IFS="$ac_save_ifs" 5240done
5241
2454 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":" 5242 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2455fi 5243fi
2456fi 5244fi
5245ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5246if test -n "$ac_ct_STRIP"; then
5247 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5248echo "${ECHO_T}$ac_ct_STRIP" >&6
5249else
5250 echo "$as_me:$LINENO: result: no" >&5
5251echo "${ECHO_T}no" >&6
5252fi
5253
5254 STRIP=$ac_ct_STRIP
5255else
2457STRIP="$ac_cv_prog_STRIP" 5256 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 5257fi
2468 5258
2469 5259
2470enable_dlopen=no 5260enable_dlopen=no
2471enable_win32_dll=no 5261enable_win32_dll=no
2472 5262
2473# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 5263# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2474if test "${enable_libtool_lock+set}" = set; then 5264if test "${enable_libtool_lock+set}" = set; then
2475 enableval="$enable_libtool_lock" 5265 enableval="$enable_libtool_lock"
2476 : 5266
2477fi 5267fi;
2478
2479test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 5268test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
2480 5269
2481# Some flags need to be propagated to the compiler or linker for good 5270# Some flags need to be propagated to the compiler or linker for good
2482# libtool support. 5271# libtool support.
2483case "$host" in 5272case "$host" in
2484*-*-irix6*) 5273*-*-irix6*)
2485 # Find out which ABI we are using. 5274 # Find out which ABI we are using.
2486 echo '#line 2487 "configure"' > conftest.$ac_ext 5275 echo '#line 5275 "configure"' > conftest.$ac_ext
2487 if { (eval echo configure:2488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5277 (eval $ac_compile) 2>&5
5278 ac_status=$?
5279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5280 (exit $ac_status); }; then
2488 case "`/usr/bin/file conftest.$ac_objext`" in 5281 case "`/usr/bin/file conftest.$ac_objext`" in
2489 *32-bit*) 5282 *32-bit*)
2490 LD="${LD-ld} -32" 5283 LD="${LD-ld} -32"
2491 ;; 5284 ;;
2492 *N32*) 5285 *N32*)
2502 5295
2503*-*-sco3.2v5*) 5296*-*-sco3.2v5*)
2504 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 5297 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2505 SAVE_CFLAGS="$CFLAGS" 5298 SAVE_CFLAGS="$CFLAGS"
2506 CFLAGS="$CFLAGS -belf" 5299 CFLAGS="$CFLAGS -belf"
5300 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 5301echo $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 5302if test "${lt_cv_cc_needs_belf+set}" = set; then
2510 echo $ac_n "(cached) $ac_c" 1>&6 5303 echo $ECHO_N "(cached) $ECHO_C" >&6
2511else 5304else
2512 5305
5306
2513 ac_ext=c 5307 ac_ext=c
2514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2515ac_cpp='$CPP $CPPFLAGS' 5308ac_cpp='$CPP $CPPFLAGS'
2516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5309ac_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' 5310ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2518cross_compiling=$ac_cv_prog_cc_cross 5311ac_compiler_gnu=$ac_cv_c_compiler_gnu
2519 5312
2520 cat > conftest.$ac_ext <<EOF 5313 cat >conftest.$ac_ext <<_ACEOF
2521#line 2522 "configure" 5314/* confdefs.h. */
2522#include "confdefs.h" 5315_ACEOF
5316cat confdefs.h >>conftest.$ac_ext
5317cat >>conftest.$ac_ext <<_ACEOF
5318/* end confdefs.h. */
2523 5319
2524int main() { 5320int
5321main ()
5322{
2525 5323
5324 ;
2526; return 0; } 5325 return 0;
2527EOF 5326}
2528if { (eval echo configure:2529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5327_ACEOF
5328rm -f conftest.$ac_objext conftest$ac_exeext
5329if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5330 (eval $ac_link) 2>conftest.er1
5331 ac_status=$?
5332 grep -v '^ *+' conftest.er1 >conftest.err
2529 rm -rf conftest* 5333 rm -f conftest.er1
5334 cat conftest.err >&5
5335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5336 (exit $ac_status); } &&
5337 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5339 (eval $ac_try) 2>&5
5340 ac_status=$?
5341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5342 (exit $ac_status); }; } &&
5343 { ac_try='test -s conftest$ac_exeext'
5344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5345 (eval $ac_try) 2>&5
5346 ac_status=$?
5347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5348 (exit $ac_status); }; }; then
2530 lt_cv_cc_needs_belf=yes 5349 lt_cv_cc_needs_belf=yes
2531else 5350else
2532 echo "configure: failed program was:" >&5 5351 echo "$as_me: failed program was:" >&5
2533 cat conftest.$ac_ext >&5 5352sed 's/^/| /' conftest.$ac_ext >&5
2534 rm -rf conftest* 5353
2535 lt_cv_cc_needs_belf=no 5354lt_cv_cc_needs_belf=no
2536fi 5355fi
2537rm -f conftest* 5356rm -f conftest.err conftest.$ac_objext \
5357 conftest$ac_exeext conftest.$ac_ext
2538 ac_ext=c 5358 ac_ext=cc
2539# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2540ac_cpp='$CPP $CPPFLAGS' 5359ac_cpp='$CXXCPP $CPPFLAGS'
2541ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5360ac_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' 5361ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543cross_compiling=$ac_cv_prog_cc_cross 5362ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2544 5363
2545fi 5364fi
2546 5365echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
2547echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 5366echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
2548 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5367 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 5368 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2550 CFLAGS="$SAVE_CFLAGS" 5369 CFLAGS="$SAVE_CFLAGS"
2551 fi 5370 fi
2552 ;; 5371 ;;
2637set dummy $CC 5456set dummy $CC
2638compiler="$2" 5457compiler="$2"
2639 5458
2640## FIXME: this should be a separate macro 5459## FIXME: this should be a separate macro
2641## 5460##
5461echo "$as_me:$LINENO: checking for objdir" >&5
2642echo $ac_n "checking for objdir""... $ac_c" 1>&6 5462echo $ECHO_N "checking for objdir... $ECHO_C" >&6
2643echo "configure:2644: checking for objdir" >&5
2644rm -f .libs 2>/dev/null 5463rm -f .libs 2>/dev/null
2645mkdir .libs 2>/dev/null 5464mkdir .libs 2>/dev/null
2646if test -d .libs; then 5465if test -d .libs; then
2647 objdir=.libs 5466 objdir=.libs
2648else 5467else
2649 # MS-DOS does not allow filenames that begin with a dot. 5468 # MS-DOS does not allow filenames that begin with a dot.
2650 objdir=_libs 5469 objdir=_libs
2651fi 5470fi
2652rmdir .libs 2>/dev/null 5471rmdir .libs 2>/dev/null
5472echo "$as_me:$LINENO: result: $objdir" >&5
2653echo "$ac_t""$objdir" 1>&6 5473echo "${ECHO_T}$objdir" >&6
2654## 5474##
2655## END FIXME 5475## END FIXME
2656 5476
2657 5477
2658## FIXME: this should be a separate macro 5478## FIXME: this should be a separate macro
2659## 5479##
5480
2660# Check whether --with-pic or --without-pic was given. 5481# Check whether --with-pic or --without-pic was given.
2661if test "${with_pic+set}" = set; then 5482if test "${with_pic+set}" = set; then
2662 withval="$with_pic" 5483 withval="$with_pic"
2663 pic_mode="$withval" 5484 pic_mode="$withval"
2664else 5485else
2665 pic_mode=default 5486 pic_mode=default
2666fi 5487fi;
2667
2668test -z "$pic_mode" && pic_mode=default 5488test -z "$pic_mode" && pic_mode=default
2669 5489
2670# We assume here that the value for lt_cv_prog_cc_pic will not be cached 5490# 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 5491# in isolation, and that seeing it set (from the cache) indicates that
2672# the associated values are set (in the cache) correctly too. 5492# the associated values are set (in the cache) correctly too.
5493echo "$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 5494echo $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 5495if test "${lt_cv_prog_cc_pic+set}" = set; then
2676 echo $ac_n "(cached) $ac_c" 1>&6 5496 echo $ECHO_N "(cached) $ECHO_C" >&6
2677else 5497else
2678 lt_cv_prog_cc_pic= 5498 lt_cv_prog_cc_pic=
2679 lt_cv_prog_cc_shlib= 5499 lt_cv_prog_cc_shlib=
2680 lt_cv_prog_cc_wl= 5500 lt_cv_prog_cc_wl=
2681 lt_cv_prog_cc_static= 5501 lt_cv_prog_cc_static=
2804 fi 5624 fi
2805 5625
2806fi 5626fi
2807 5627
2808if test -z "$lt_cv_prog_cc_pic"; then 5628if test -z "$lt_cv_prog_cc_pic"; then
2809 echo "$ac_t""none" 1>&6 5629 echo "$as_me:$LINENO: result: none" >&5
5630echo "${ECHO_T}none" >&6
2810else 5631else
5632 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
2811 echo "$ac_t""$lt_cv_prog_cc_pic" 1>&6 5633echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
2812 5634
2813 # Check to make sure the pic_flag actually works. 5635 # Check to make sure the pic_flag actually works.
5636 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 5637echo $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 5638 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
2817 echo $ac_n "(cached) $ac_c" 1>&6 5639 echo $ECHO_N "(cached) $ECHO_C" >&6
2818else 5640else
2819 save_CFLAGS="$CFLAGS" 5641 save_CFLAGS="$CFLAGS"
2820 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" 5642 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
2821 cat > conftest.$ac_ext <<EOF 5643 cat >conftest.$ac_ext <<_ACEOF
2822#line 2823 "configure" 5644/* confdefs.h. */
2823#include "confdefs.h" 5645_ACEOF
5646cat confdefs.h >>conftest.$ac_ext
5647cat >>conftest.$ac_ext <<_ACEOF
5648/* end confdefs.h. */
2824 5649
2825int main() { 5650int
5651main ()
5652{
2826 5653
5654 ;
2827; return 0; } 5655 return 0;
2828EOF 5656}
2829if { (eval echo configure:2830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5657_ACEOF
5658rm -f conftest.$ac_objext
5659if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5660 (eval $ac_compile) 2>conftest.er1
5661 ac_status=$?
5662 grep -v '^ *+' conftest.er1 >conftest.err
2830 rm -rf conftest* 5663 rm -f conftest.er1
5664 cat conftest.err >&5
5665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5666 (exit $ac_status); } &&
5667 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5669 (eval $ac_try) 2>&5
5670 ac_status=$?
5671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5672 (exit $ac_status); }; } &&
5673 { ac_try='test -s conftest.$ac_objext'
5674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5675 (eval $ac_try) 2>&5
5676 ac_status=$?
5677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5678 (exit $ac_status); }; }; then
2831 case "$host_os" in 5679 case "$host_os" in
2832 hpux9* | hpux10* | hpux11*) 5680 hpux9* | hpux10* | hpux11*)
2833 # On HP-UX, both CC and GCC only warn that PIC is supported... then 5681 # 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 5682 # they create non-PIC objects. So, if there were any warnings, we
2835 # assume that PIC is not supported. 5683 # assume that PIC is not supported.
2841 ;; 5689 ;;
2842 *) 5690 *)
2843 lt_cv_prog_cc_pic_works=yes 5691 lt_cv_prog_cc_pic_works=yes
2844 ;; 5692 ;;
2845 esac 5693 esac
2846 5694
2847else 5695else
2848 echo "configure: failed program was:" >&5 5696 echo "$as_me: failed program was:" >&5
2849 cat conftest.$ac_ext >&5 5697sed 's/^/| /' conftest.$ac_ext >&5
2850 rm -rf conftest* 5698
2851 lt_cv_prog_cc_pic_works=no 5699 lt_cv_prog_cc_pic_works=no
2852 5700
2853fi 5701fi
2854rm -f conftest* 5702rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2855 CFLAGS="$save_CFLAGS" 5703 CFLAGS="$save_CFLAGS"
2856 5704
2857fi 5705fi
2858 5706
2859 5707
2860 if test "X$lt_cv_prog_cc_pic_works" = Xno; then 5708 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
2861 lt_cv_prog_cc_pic= 5709 lt_cv_prog_cc_pic=
2862 lt_cv_prog_cc_can_build_shared=no 5710 lt_cv_prog_cc_can_build_shared=no
2863 else 5711 else
2864 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" 5712 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
2865 fi 5713 fi
2866 5714
5715 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
2867 echo "$ac_t""$lt_cv_prog_cc_pic_works" 1>&6 5716echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
2868fi 5717fi
2869## 5718##
2870## END FIXME 5719## END FIXME
2871 5720
2872# Check for any special shared library compilation flags. 5721# Check for any special shared library compilation flags.
2873if test -n "$lt_cv_prog_cc_shlib"; then 5722if test -n "$lt_cv_prog_cc_shlib"; then
5723 { 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 5724echo "$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 : 5725 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
2876 else 5726 else
5727 { 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 5728echo "$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 5729 lt_cv_prog_cc_can_build_shared=no
2879 fi 5730 fi
2880fi 5731fi
2881 5732
2882## FIXME: this should be a separate macro 5733## FIXME: this should be a separate macro
2883## 5734##
5735echo "$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 5736echo $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 5737if test "${lt_cv_prog_cc_static_works+set}" = set; then
2887 echo $ac_n "(cached) $ac_c" 1>&6 5738 echo $ECHO_N "(cached) $ECHO_C" >&6
2888else 5739else
2889 lt_cv_prog_cc_static_works=no 5740 lt_cv_prog_cc_static_works=no
2890 save_LDFLAGS="$LDFLAGS" 5741 save_LDFLAGS="$LDFLAGS"
2891 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" 5742 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
2892 cat > conftest.$ac_ext <<EOF 5743 cat >conftest.$ac_ext <<_ACEOF
2893#line 2894 "configure" 5744/* confdefs.h. */
2894#include "confdefs.h" 5745_ACEOF
5746cat confdefs.h >>conftest.$ac_ext
5747cat >>conftest.$ac_ext <<_ACEOF
5748/* end confdefs.h. */
2895 5749
2896int main() { 5750int
5751main ()
5752{
2897 5753
5754 ;
2898; return 0; } 5755 return 0;
2899EOF 5756}
2900if { (eval echo configure:2901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5757_ACEOF
5758rm -f conftest.$ac_objext conftest$ac_exeext
5759if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5760 (eval $ac_link) 2>conftest.er1
5761 ac_status=$?
5762 grep -v '^ *+' conftest.er1 >conftest.err
2901 rm -rf conftest* 5763 rm -f conftest.er1
5764 cat conftest.err >&5
5765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5766 (exit $ac_status); } &&
5767 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5769 (eval $ac_try) 2>&5
5770 ac_status=$?
5771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5772 (exit $ac_status); }; } &&
5773 { ac_try='test -s conftest$ac_exeext'
5774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5775 (eval $ac_try) 2>&5
5776 ac_status=$?
5777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5778 (exit $ac_status); }; }; then
2902 lt_cv_prog_cc_static_works=yes 5779 lt_cv_prog_cc_static_works=yes
2903else 5780else
2904 echo "configure: failed program was:" >&5 5781 echo "$as_me: failed program was:" >&5
2905 cat conftest.$ac_ext >&5 5782sed 's/^/| /' conftest.$ac_ext >&5
5783
2906fi 5784fi
2907rm -f conftest* 5785rm -f conftest.err conftest.$ac_objext \
5786 conftest$ac_exeext conftest.$ac_ext
2908 LDFLAGS="$save_LDFLAGS" 5787 LDFLAGS="$save_LDFLAGS"
2909 5788
2910fi 5789fi
2911 5790
2912 5791
2913# Belt *and* braces to stop my trousers falling down: 5792# Belt *and* braces to stop my trousers falling down:
2914test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static= 5793test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5794echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
2915echo "$ac_t""$lt_cv_prog_cc_static_works" 1>&6 5795echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
2916 5796
2917pic_flag="$lt_cv_prog_cc_pic" 5797pic_flag="$lt_cv_prog_cc_pic"
2918special_shlib_compile_flags="$lt_cv_prog_cc_shlib" 5798special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
2919wl="$lt_cv_prog_cc_wl" 5799wl="$lt_cv_prog_cc_wl"
2920link_static_flag="$lt_cv_prog_cc_static" 5800link_static_flag="$lt_cv_prog_cc_static"
2925 5805
2926 5806
2927## FIXME: this should be a separate macro 5807## FIXME: this should be a separate macro
2928## 5808##
2929# Check to see if options -o and -c are simultaneously supported by compiler 5809# Check to see if options -o and -c are simultaneously supported by compiler
5810echo "$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 5811echo $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 5812$rm -r conftest 2>/dev/null
2933mkdir conftest 5813mkdir conftest
2934cd conftest 5814cd conftest
2935echo "int some_variable = 0;" > conftest.$ac_ext 5815echo "int some_variable = 0;" > conftest.$ac_ext
2936mkdir out 5816mkdir out
2941# builds. 5821# builds.
2942chmod -w . 5822chmod -w .
2943save_CFLAGS="$CFLAGS" 5823save_CFLAGS="$CFLAGS"
2944CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5824CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
2945compiler_c_o=no 5825compiler_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 5826if { (eval echo configure:5826: \"$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 5827 # The compiler can only warn and ignore the option if not recognized
2948 # So say no if there are warnings 5828 # So say no if there are warnings
2949 if test -s out/conftest.err; then 5829 if test -s out/conftest.err; then
2950 compiler_c_o=no 5830 compiler_c_o=no
2951 else 5831 else
2954else 5834else
2955 # Append any errors to the config.log. 5835 # Append any errors to the config.log.
2956 cat out/conftest.err 1>&5 5836 cat out/conftest.err 1>&5
2957 compiler_c_o=no 5837 compiler_c_o=no
2958fi 5838fi
5839echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2959echo "$ac_t""$compiler_c_o" 1>&6 5840echo "${ECHO_T}$compiler_c_o" >&6
2960CFLAGS="$save_CFLAGS" 5841CFLAGS="$save_CFLAGS"
2961chmod u+w . 5842chmod u+w .
2962$rm conftest* out/* 5843$rm conftest* out/*
2963rmdir out 5844rmdir out
2964cd .. 5845cd ..
2965rmdir conftest 5846rmdir conftest
2966$rm -r conftest 2>/dev/null 5847$rm -r conftest 2>/dev/null
2967 5848
2968if test x"$compiler_c_o" = x"yes"; then 5849if test x"$compiler_c_o" = x"yes"; then
2969 # Check to see if we can write to a .lo 5850 # Check to see if we can write to a .lo
5851 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 5852echo $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 5853 compiler_o_lo=no
2973 save_CFLAGS="$CFLAGS" 5854 save_CFLAGS="$CFLAGS"
2974 CFLAGS="$CFLAGS -c -o conftest.lo" 5855 CFLAGS="$CFLAGS -c -o conftest.lo"
2975 cat > conftest.$ac_ext <<EOF 5856 cat >conftest.$ac_ext <<_ACEOF
2976#line 2977 "configure" 5857/* confdefs.h. */
2977#include "confdefs.h" 5858_ACEOF
5859cat confdefs.h >>conftest.$ac_ext
5860cat >>conftest.$ac_ext <<_ACEOF
5861/* end confdefs.h. */
2978 5862
2979int main() { 5863int
5864main ()
5865{
2980int some_variable = 0; 5866int some_variable = 0;
5867 ;
2981; return 0; } 5868 return 0;
2982EOF 5869}
2983if { (eval echo configure:2984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5870_ACEOF
5871rm -f conftest.$ac_objext
5872if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5873 (eval $ac_compile) 2>conftest.er1
5874 ac_status=$?
5875 grep -v '^ *+' conftest.er1 >conftest.err
2984 rm -rf conftest* 5876 rm -f conftest.er1
5877 cat conftest.err >&5
5878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5879 (exit $ac_status); } &&
5880 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5882 (eval $ac_try) 2>&5
5883 ac_status=$?
5884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5885 (exit $ac_status); }; } &&
5886 { ac_try='test -s conftest.$ac_objext'
5887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5888 (eval $ac_try) 2>&5
5889 ac_status=$?
5890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5891 (exit $ac_status); }; }; then
2985 # The compiler can only warn and ignore the option if not recognized 5892 # The compiler can only warn and ignore the option if not recognized
2986 # So say no if there are warnings 5893 # So say no if there are warnings
2987 if test -s conftest.err; then 5894 if test -s conftest.err; then
2988 compiler_o_lo=no 5895 compiler_o_lo=no
2989 else 5896 else
2990 compiler_o_lo=yes 5897 compiler_o_lo=yes
2991 fi 5898 fi
2992 5899
2993else 5900else
2994 echo "configure: failed program was:" >&5 5901 echo "$as_me: failed program was:" >&5
2995 cat conftest.$ac_ext >&5 5902sed 's/^/| /' conftest.$ac_ext >&5
5903
2996fi 5904fi
2997rm -f conftest* 5905rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5906 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2998 echo "$ac_t""$compiler_c_o" 1>&6 5907echo "${ECHO_T}$compiler_c_o" >&6
2999 CFLAGS="$save_CFLAGS" 5908 CFLAGS="$save_CFLAGS"
3000else 5909else
3001 compiler_o_lo=no 5910 compiler_o_lo=no
3002fi 5911fi
3003## 5912##
3007## 5916##
3008# Check to see if we can do hard links to lock some files if needed 5917# Check to see if we can do hard links to lock some files if needed
3009hard_links="nottested" 5918hard_links="nottested"
3010if test "$compiler_c_o" = no && test "$need_locks" != no; then 5919if test "$compiler_c_o" = no && test "$need_locks" != no; then
3011 # do not overwrite the value of need_locks provided by the user 5920 # do not overwrite the value of need_locks provided by the user
5921 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 5922echo $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 5923 hard_links=yes
3015 $rm conftest* 5924 $rm conftest*
3016 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5925 ln conftest.a conftest.b 2>/dev/null && hard_links=no
3017 touch conftest.a 5926 touch conftest.a
3018 ln conftest.a conftest.b 2>&5 || hard_links=no 5927 ln conftest.a conftest.b 2>&5 || hard_links=no
3019 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5928 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5929 echo "$as_me:$LINENO: result: $hard_links" >&5
3020 echo "$ac_t""$hard_links" 1>&6 5930echo "${ECHO_T}$hard_links" >&6
3021 if test "$hard_links" = no; then 5931 if test "$hard_links" = no; then
5932 { 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 5933echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
3023 need_locks=warn 5934 need_locks=warn
3024 fi 5935 fi
3025else 5936else
3026 need_locks=no 5937 need_locks=no
3027fi 5938fi
3030 5941
3031## FIXME: this should be a separate macro 5942## FIXME: this should be a separate macro
3032## 5943##
3033if test "$GCC" = yes; then 5944if test "$GCC" = yes; then
3034 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler 5945 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5946 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 5947echo $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 5948 echo "int some_variable = 0;" > conftest.$ac_ext
3038 save_CFLAGS="$CFLAGS" 5949 save_CFLAGS="$CFLAGS"
3039 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" 5950 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
3040 compiler_rtti_exceptions=no 5951 compiler_rtti_exceptions=no
3041 cat > conftest.$ac_ext <<EOF 5952 cat >conftest.$ac_ext <<_ACEOF
3042#line 3043 "configure" 5953/* confdefs.h. */
3043#include "confdefs.h" 5954_ACEOF
5955cat confdefs.h >>conftest.$ac_ext
5956cat >>conftest.$ac_ext <<_ACEOF
5957/* end confdefs.h. */
3044 5958
3045int main() { 5959int
5960main ()
5961{
3046int some_variable = 0; 5962int some_variable = 0;
5963 ;
3047; return 0; } 5964 return 0;
3048EOF 5965}
3049if { (eval echo configure:3050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5966_ACEOF
5967rm -f conftest.$ac_objext
5968if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5969 (eval $ac_compile) 2>conftest.er1
5970 ac_status=$?
5971 grep -v '^ *+' conftest.er1 >conftest.err
3050 rm -rf conftest* 5972 rm -f conftest.er1
5973 cat conftest.err >&5
5974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5975 (exit $ac_status); } &&
5976 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5978 (eval $ac_try) 2>&5
5979 ac_status=$?
5980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5981 (exit $ac_status); }; } &&
5982 { ac_try='test -s conftest.$ac_objext'
5983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5984 (eval $ac_try) 2>&5
5985 ac_status=$?
5986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5987 (exit $ac_status); }; }; then
3051 # The compiler can only warn and ignore the option if not recognized 5988 # The compiler can only warn and ignore the option if not recognized
3052 # So say no if there are warnings 5989 # So say no if there are warnings
3053 if test -s conftest.err; then 5990 if test -s conftest.err; then
3054 compiler_rtti_exceptions=no 5991 compiler_rtti_exceptions=no
3055 else 5992 else
3056 compiler_rtti_exceptions=yes 5993 compiler_rtti_exceptions=yes
3057 fi 5994 fi
3058 5995
3059else 5996else
3060 echo "configure: failed program was:" >&5 5997 echo "$as_me: failed program was:" >&5
3061 cat conftest.$ac_ext >&5 5998sed 's/^/| /' conftest.$ac_ext >&5
5999
3062fi 6000fi
3063rm -f conftest* 6001rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3064 CFLAGS="$save_CFLAGS" 6002 CFLAGS="$save_CFLAGS"
6003 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
3065 echo "$ac_t""$compiler_rtti_exceptions" 1>&6 6004echo "${ECHO_T}$compiler_rtti_exceptions" >&6
3066 6005
3067 if test "$compiler_rtti_exceptions" = "yes"; then 6006 if test "$compiler_rtti_exceptions" = "yes"; then
3068 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions' 6007 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
3069 else 6008 else
3070 no_builtin_flag=' -fno-builtin' 6009 no_builtin_flag=' -fno-builtin'
3074## END FIXME 6013## END FIXME
3075 6014
3076## FIXME: this should be a separate macro 6015## FIXME: this should be a separate macro
3077## 6016##
3078# See if the linker supports building shared libraries. 6017# See if the linker supports building shared libraries.
6018echo "$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 6019echo $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 6020
3082allow_undefined_flag= 6021allow_undefined_flag=
3083no_undefined_flag= 6022no_undefined_flag=
3084need_lib_prefix=unknown 6023need_lib_prefix=unknown
3085need_version=unknown 6024need_version=unknown
3632 *) 6571 *)
3633 ld_shlibs=no 6572 ld_shlibs=no
3634 ;; 6573 ;;
3635 esac 6574 esac
3636fi 6575fi
6576echo "$as_me:$LINENO: result: $ld_shlibs" >&5
3637echo "$ac_t""$ld_shlibs" 1>&6 6577echo "${ECHO_T}$ld_shlibs" >&6
3638test "$ld_shlibs" = no && can_build_shared=no 6578test "$ld_shlibs" = no && can_build_shared=no
3639## 6579##
3640## END FIXME 6580## END FIXME
3641 6581
3642## FIXME: this should be a separate macro 6582## FIXME: this should be a separate macro
3643## 6583##
3644# Check hardcoding attributes. 6584# Check hardcoding attributes.
6585echo "$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 6586echo $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= 6587hardcode_action=
3648if test -n "$hardcode_libdir_flag_spec" || \ 6588if test -n "$hardcode_libdir_flag_spec" || \
3649 test -n "$runpath_var"; then 6589 test -n "$runpath_var"; then
3650 6590
3651 # We can hardcode non-existant directories. 6591 # We can hardcode non-existant directories.
3664else 6604else
3665 # We cannot hardcode anything, or else we can only hardcode existing 6605 # We cannot hardcode anything, or else we can only hardcode existing
3666 # directories. 6606 # directories.
3667 hardcode_action=unsupported 6607 hardcode_action=unsupported
3668fi 6608fi
6609echo "$as_me:$LINENO: result: $hardcode_action" >&5
3669echo "$ac_t""$hardcode_action" 1>&6 6610echo "${ECHO_T}$hardcode_action" >&6
3670## 6611##
3671## END FIXME 6612## END FIXME
3672 6613
3673## FIXME: this should be a separate macro 6614## FIXME: this should be a separate macro
3674## 6615##
3675striplib= 6616striplib=
3676old_striplib= 6617old_striplib=
6618echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
3677echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6 6619echo $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 6620if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
3680 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 6621 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
3681 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 6622 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
3682 echo "$ac_t""yes" 1>&6 6623 echo "$as_me:$LINENO: result: yes" >&5
6624echo "${ECHO_T}yes" >&6
3683else 6625else
3684 echo "$ac_t""no" 1>&6 6626 echo "$as_me:$LINENO: result: no" >&5
6627echo "${ECHO_T}no" >&6
3685fi 6628fi
3686## 6629##
3687## END FIXME 6630## END FIXME
3688 6631
3689reload_cmds='$LD$reload_flag -o $output$reload_objs' 6632reload_cmds='$LD$reload_flag -o $output$reload_objs'
3690test -z "$deplibs_check_method" && deplibs_check_method=unknown 6633test -z "$deplibs_check_method" && deplibs_check_method=unknown
3691 6634
3692## FIXME: this should be a separate macro 6635## FIXME: this should be a separate macro
3693## 6636##
3694# PORTME Fill in your ld.so characteristics 6637# PORTME Fill in your ld.so characteristics
6638echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
3695echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6 6639echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
3696echo "configure:3697: checking dynamic linker characteristics" >&5
3697library_names_spec= 6640library_names_spec=
3698libname_spec='lib$name' 6641libname_spec='lib$name'
3699soname_spec= 6642soname_spec=
3700postinstall_cmds= 6643postinstall_cmds=
3701postuninstall_cmds= 6644postuninstall_cmds=
4017 6960
4018*) 6961*)
4019 dynamic_linker=no 6962 dynamic_linker=no
4020 ;; 6963 ;;
4021esac 6964esac
6965echo "$as_me:$LINENO: result: $dynamic_linker" >&5
4022echo "$ac_t""$dynamic_linker" 1>&6 6966echo "${ECHO_T}$dynamic_linker" >&6
4023test "$dynamic_linker" = no && can_build_shared=no 6967test "$dynamic_linker" = no && can_build_shared=no
4024## 6968##
4025## END FIXME 6969## END FIXME
4026 6970
4027## FIXME: this should be a separate macro 6971## FIXME: this should be a separate macro
4028## 6972##
4029# Report the final consequences. 6973# Report the final consequences.
6974echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
4030echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6 6975echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
4031echo "configure:4032: checking if libtool supports shared libraries" >&5 6976echo "$as_me:$LINENO: result: $can_build_shared" >&5
4032echo "$ac_t""$can_build_shared" 1>&6 6977echo "${ECHO_T}$can_build_shared" >&6
4033## 6978##
4034## END FIXME 6979## END FIXME
4035 6980
4036if test "$hardcode_action" = relink; then 6981if test "$hardcode_action" = relink; then
4037 # Fast installation is not supported 6982 # Fast installation is not supported
4066 lt_cv_dlopen="LoadLibrary" 7011 lt_cv_dlopen="LoadLibrary"
4067 lt_cv_dlopen_libs= 7012 lt_cv_dlopen_libs=
4068 ;; 7013 ;;
4069 7014
4070 *) 7015 *)
7016 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
4071 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 7017echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
4072echo "configure:4073: checking for dlopen in -ldl" >&5 7018if 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 7019 echo $ECHO_N "(cached) $ECHO_C" >&6
4076else 7020else
4077 ac_save_LIBS="$LIBS" 7021 ac_check_lib_save_LIBS=$LIBS
4078LIBS="-ldl $LIBS" 7022LIBS="-ldl $LIBS"
4079cat > conftest.$ac_ext <<EOF 7023cat >conftest.$ac_ext <<_ACEOF
4080#line 4081 "configure" 7024/* confdefs.h. */
4081#include "confdefs.h" 7025_ACEOF
7026cat confdefs.h >>conftest.$ac_ext
7027cat >>conftest.$ac_ext <<_ACEOF
7028/* end confdefs.h. */
7029
4082/* Override any gcc2 internal prototype to avoid an error. */ 7030/* Override any gcc2 internal prototype to avoid an error. */
7031#ifdef __cplusplus
7032extern "C"
7033#endif
4083/* We use char because int might match the return type of a gcc2 7034/* We use char because int might match the return type of a gcc2
4084 builtin and then its argument prototype would still apply. */ 7035 builtin and then its argument prototype would still apply. */
4085char dlopen(); 7036char dlopen ();
4086 7037int
4087int main() { 7038main ()
7039{
4088dlopen() 7040dlopen ();
7041 ;
4089; return 0; } 7042 return 0;
4090EOF 7043}
4091if { (eval echo configure:4092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7044_ACEOF
7045rm -f conftest.$ac_objext conftest$ac_exeext
7046if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7047 (eval $ac_link) 2>conftest.er1
7048 ac_status=$?
7049 grep -v '^ *+' conftest.er1 >conftest.err
4092 rm -rf conftest* 7050 rm -f conftest.er1
4093 eval "ac_cv_lib_$ac_lib_var=yes" 7051 cat conftest.err >&5
7052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053 (exit $ac_status); } &&
7054 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7056 (eval $ac_try) 2>&5
7057 ac_status=$?
7058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7059 (exit $ac_status); }; } &&
7060 { ac_try='test -s conftest$ac_exeext'
7061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7062 (eval $ac_try) 2>&5
7063 ac_status=$?
7064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7065 (exit $ac_status); }; }; then
7066 ac_cv_lib_dl_dlopen=yes
4094else 7067else
4095 echo "configure: failed program was:" >&5 7068 echo "$as_me: failed program was:" >&5
4096 cat conftest.$ac_ext >&5 7069sed 's/^/| /' conftest.$ac_ext >&5
4097 rm -rf conftest* 7070
4098 eval "ac_cv_lib_$ac_lib_var=no" 7071ac_cv_lib_dl_dlopen=no
4099fi 7072fi
4100rm -f conftest* 7073rm -f conftest.err conftest.$ac_objext \
7074 conftest$ac_exeext conftest.$ac_ext
4101LIBS="$ac_save_LIBS" 7075LIBS=$ac_check_lib_save_LIBS
4102
4103fi 7076fi
4104if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7077echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
4105 echo "$ac_t""yes" 1>&6 7078echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
7079if test $ac_cv_lib_dl_dlopen = yes; then
4106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 7080 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
4107else 7081else
4108 echo "$ac_t""no" 1>&6 7082 echo "$as_me:$LINENO: checking for dlopen" >&5
4109echo $ac_n "checking for dlopen""... $ac_c" 1>&6 7083echo $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 7084if test "${ac_cv_func_dlopen+set}" = set; then
4112 echo $ac_n "(cached) $ac_c" 1>&6 7085 echo $ECHO_N "(cached) $ECHO_C" >&6
4113else 7086else
4114 cat > conftest.$ac_ext <<EOF 7087 cat >conftest.$ac_ext <<_ACEOF
4115#line 4116 "configure" 7088/* confdefs.h. */
4116#include "confdefs.h" 7089_ACEOF
7090cat confdefs.h >>conftest.$ac_ext
7091cat >>conftest.$ac_ext <<_ACEOF
7092/* end confdefs.h. */
7093/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
7094 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7095#define dlopen innocuous_dlopen
7096
4117/* System header to define __stub macros and hopefully few prototypes, 7097/* System header to define __stub macros and hopefully few prototypes,
4118 which can conflict with char dlopen(); below. */ 7098 which can conflict with char dlopen (); below.
7099 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7100 <limits.h> exists even on freestanding compilers. */
7101
7102#ifdef __STDC__
7103# include <limits.h>
7104#else
4119#include <assert.h> 7105# include <assert.h>
7106#endif
7107
7108#undef dlopen
7109
4120/* Override any gcc2 internal prototype to avoid an error. */ 7110/* Override any gcc2 internal prototype to avoid an error. */
7111#ifdef __cplusplus
7112extern "C"
7113{
7114#endif
4121/* 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
4122 builtin and then its argument prototype would still apply. */ 7116 builtin and then its argument prototype would still apply. */
4123char dlopen(); 7117char dlopen ();
4124
4125int main() {
4126
4127/* The GNU C library defines this for functions which it implements 7118/* The GNU C library defines this for functions which it implements
4128 to always fail with ENOSYS. Some functions are actually named 7119 to always fail with ENOSYS. Some functions are actually named
4129 something starting with __ and the normal name is an alias. */ 7120 something starting with __ and the normal name is an alias. */
4130#if defined (__stub_dlopen) || defined (__stub___dlopen) 7121#if defined (__stub_dlopen) || defined (__stub___dlopen)
4131choke me 7122choke me
4132#else 7123#else
4133dlopen(); 7124char (*f) () = dlopen;
4134#endif 7125#endif
7126#ifdef __cplusplus
7127}
7128#endif
4135 7129
7130int
7131main ()
7132{
7133return f != dlopen;
7134 ;
4136; return 0; } 7135 return 0;
4137EOF 7136}
4138if { (eval echo configure:4139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7137_ACEOF
7138rm -f conftest.$ac_objext conftest$ac_exeext
7139if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7140 (eval $ac_link) 2>conftest.er1
7141 ac_status=$?
7142 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -rf conftest* 7143 rm -f conftest.er1
7144 cat conftest.err >&5
7145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7146 (exit $ac_status); } &&
7147 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7149 (eval $ac_try) 2>&5
7150 ac_status=$?
7151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7152 (exit $ac_status); }; } &&
7153 { ac_try='test -s conftest$ac_exeext'
7154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7155 (eval $ac_try) 2>&5
7156 ac_status=$?
7157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7158 (exit $ac_status); }; }; then
4140 eval "ac_cv_func_dlopen=yes" 7159 ac_cv_func_dlopen=yes
4141else 7160else
4142 echo "configure: failed program was:" >&5 7161 echo "$as_me: failed program was:" >&5
4143 cat conftest.$ac_ext >&5 7162sed 's/^/| /' conftest.$ac_ext >&5
4144 rm -rf conftest* 7163
4145 eval "ac_cv_func_dlopen=no" 7164ac_cv_func_dlopen=no
4146fi 7165fi
4147rm -f conftest* 7166rm -f conftest.err conftest.$ac_objext \
7167 conftest$ac_exeext conftest.$ac_ext
4148fi 7168fi
4149 7169echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
7170echo "${ECHO_T}$ac_cv_func_dlopen" >&6
4150if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then 7171if test $ac_cv_func_dlopen = yes; then
4151 echo "$ac_t""yes" 1>&6
4152 lt_cv_dlopen="dlopen" 7172 lt_cv_dlopen="dlopen"
4153else 7173else
4154 echo "$ac_t""no" 1>&6 7174 echo "$as_me:$LINENO: checking for shl_load" >&5
4155echo $ac_n "checking for shl_load""... $ac_c" 1>&6 7175echo $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 7176if test "${ac_cv_func_shl_load+set}" = set; then
4158 echo $ac_n "(cached) $ac_c" 1>&6 7177 echo $ECHO_N "(cached) $ECHO_C" >&6
4159else 7178else
4160 cat > conftest.$ac_ext <<EOF 7179 cat >conftest.$ac_ext <<_ACEOF
4161#line 4162 "configure" 7180/* confdefs.h. */
4162#include "confdefs.h" 7181_ACEOF
7182cat confdefs.h >>conftest.$ac_ext
7183cat >>conftest.$ac_ext <<_ACEOF
7184/* end confdefs.h. */
7185/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
7186 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7187#define shl_load innocuous_shl_load
7188
4163/* System header to define __stub macros and hopefully few prototypes, 7189/* System header to define __stub macros and hopefully few prototypes,
4164 which can conflict with char shl_load(); below. */ 7190 which can conflict with char shl_load (); below.
7191 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7192 <limits.h> exists even on freestanding compilers. */
7193
7194#ifdef __STDC__
7195# include <limits.h>
7196#else
4165#include <assert.h> 7197# include <assert.h>
7198#endif
7199
7200#undef shl_load
7201
4166/* Override any gcc2 internal prototype to avoid an error. */ 7202/* Override any gcc2 internal prototype to avoid an error. */
7203#ifdef __cplusplus
7204extern "C"
7205{
7206#endif
4167/* We use char because int might match the return type of a gcc2 7207/* We use char because int might match the return type of a gcc2
4168 builtin and then its argument prototype would still apply. */ 7208 builtin and then its argument prototype would still apply. */
4169char shl_load(); 7209char shl_load ();
4170
4171int main() {
4172
4173/* The GNU C library defines this for functions which it implements 7210/* The GNU C library defines this for functions which it implements
4174 to always fail with ENOSYS. Some functions are actually named 7211 to always fail with ENOSYS. Some functions are actually named
4175 something starting with __ and the normal name is an alias. */ 7212 something starting with __ and the normal name is an alias. */
4176#if defined (__stub_shl_load) || defined (__stub___shl_load) 7213#if defined (__stub_shl_load) || defined (__stub___shl_load)
4177choke me 7214choke me
4178#else 7215#else
4179shl_load(); 7216char (*f) () = shl_load;
4180#endif 7217#endif
7218#ifdef __cplusplus
7219}
7220#endif
4181 7221
7222int
7223main ()
7224{
7225return f != shl_load;
7226 ;
4182; return 0; } 7227 return 0;
4183EOF 7228}
4184if { (eval echo configure:4185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7229_ACEOF
7230rm -f conftest.$ac_objext conftest$ac_exeext
7231if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7232 (eval $ac_link) 2>conftest.er1
7233 ac_status=$?
7234 grep -v '^ *+' conftest.er1 >conftest.err
4185 rm -rf conftest* 7235 rm -f conftest.er1
7236 cat conftest.err >&5
7237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7238 (exit $ac_status); } &&
7239 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7241 (eval $ac_try) 2>&5
7242 ac_status=$?
7243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7244 (exit $ac_status); }; } &&
7245 { ac_try='test -s conftest$ac_exeext'
7246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7247 (eval $ac_try) 2>&5
7248 ac_status=$?
7249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7250 (exit $ac_status); }; }; then
4186 eval "ac_cv_func_shl_load=yes" 7251 ac_cv_func_shl_load=yes
4187else 7252else
4188 echo "configure: failed program was:" >&5 7253 echo "$as_me: failed program was:" >&5
4189 cat conftest.$ac_ext >&5 7254sed 's/^/| /' conftest.$ac_ext >&5
4190 rm -rf conftest* 7255
4191 eval "ac_cv_func_shl_load=no" 7256ac_cv_func_shl_load=no
4192fi 7257fi
4193rm -f conftest* 7258rm -f conftest.err conftest.$ac_objext \
7259 conftest$ac_exeext conftest.$ac_ext
4194fi 7260fi
4195 7261echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7262echo "${ECHO_T}$ac_cv_func_shl_load" >&6
4196if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then 7263if test $ac_cv_func_shl_load = yes; then
4197 echo "$ac_t""yes" 1>&6
4198 lt_cv_dlopen="shl_load" 7264 lt_cv_dlopen="shl_load"
4199else 7265else
4200 echo "$ac_t""no" 1>&6 7266 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
4201echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 7267echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
4202echo "configure:4203: checking for dlopen in -lsvld" >&5 7268if 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 7269 echo $ECHO_N "(cached) $ECHO_C" >&6
4206else 7270else
4207 ac_save_LIBS="$LIBS" 7271 ac_check_lib_save_LIBS=$LIBS
4208LIBS="-lsvld $LIBS" 7272LIBS="-lsvld $LIBS"
4209cat > conftest.$ac_ext <<EOF 7273cat >conftest.$ac_ext <<_ACEOF
4210#line 4211 "configure" 7274/* confdefs.h. */
4211#include "confdefs.h" 7275_ACEOF
7276cat confdefs.h >>conftest.$ac_ext
7277cat >>conftest.$ac_ext <<_ACEOF
7278/* end confdefs.h. */
7279
4212/* Override any gcc2 internal prototype to avoid an error. */ 7280/* Override any gcc2 internal prototype to avoid an error. */
7281#ifdef __cplusplus
7282extern "C"
7283#endif
4213/* We use char because int might match the return type of a gcc2 7284/* We use char because int might match the return type of a gcc2
4214 builtin and then its argument prototype would still apply. */ 7285 builtin and then its argument prototype would still apply. */
4215char dlopen(); 7286char dlopen ();
4216 7287int
4217int main() { 7288main ()
7289{
4218dlopen() 7290dlopen ();
7291 ;
4219; return 0; } 7292 return 0;
4220EOF 7293}
4221if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7294_ACEOF
7295rm -f conftest.$ac_objext conftest$ac_exeext
7296if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7297 (eval $ac_link) 2>conftest.er1
7298 ac_status=$?
7299 grep -v '^ *+' conftest.er1 >conftest.err
4222 rm -rf conftest* 7300 rm -f conftest.er1
4223 eval "ac_cv_lib_$ac_lib_var=yes" 7301 cat conftest.err >&5
7302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7303 (exit $ac_status); } &&
7304 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7306 (eval $ac_try) 2>&5
7307 ac_status=$?
7308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7309 (exit $ac_status); }; } &&
7310 { ac_try='test -s conftest$ac_exeext'
7311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7312 (eval $ac_try) 2>&5
7313 ac_status=$?
7314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7315 (exit $ac_status); }; }; then
7316 ac_cv_lib_svld_dlopen=yes
4224else 7317else
4225 echo "configure: failed program was:" >&5 7318 echo "$as_me: failed program was:" >&5
4226 cat conftest.$ac_ext >&5 7319sed 's/^/| /' conftest.$ac_ext >&5
4227 rm -rf conftest* 7320
4228 eval "ac_cv_lib_$ac_lib_var=no" 7321ac_cv_lib_svld_dlopen=no
4229fi 7322fi
4230rm -f conftest* 7323rm -f conftest.err conftest.$ac_objext \
7324 conftest$ac_exeext conftest.$ac_ext
4231LIBS="$ac_save_LIBS" 7325LIBS=$ac_check_lib_save_LIBS
4232
4233fi 7326fi
4234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7327echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
4235 echo "$ac_t""yes" 1>&6 7328echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
7329if test $ac_cv_lib_svld_dlopen = yes; then
4236 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 7330 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
4237else 7331else
4238 echo "$ac_t""no" 1>&6 7332 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
4239echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 7333echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
4240echo "configure:4241: checking for shl_load in -ldld" >&5 7334if 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 7335 echo $ECHO_N "(cached) $ECHO_C" >&6
4244else 7336else
4245 ac_save_LIBS="$LIBS" 7337 ac_check_lib_save_LIBS=$LIBS
4246LIBS="-ldld $LIBS" 7338LIBS="-ldld $LIBS"
4247cat > conftest.$ac_ext <<EOF 7339cat >conftest.$ac_ext <<_ACEOF
4248#line 4249 "configure" 7340/* confdefs.h. */
4249#include "confdefs.h" 7341_ACEOF
7342cat confdefs.h >>conftest.$ac_ext
7343cat >>conftest.$ac_ext <<_ACEOF
7344/* end confdefs.h. */
7345
4250/* Override any gcc2 internal prototype to avoid an error. */ 7346/* Override any gcc2 internal prototype to avoid an error. */
7347#ifdef __cplusplus
7348extern "C"
7349#endif
4251/* We use char because int might match the return type of a gcc2 7350/* We use char because int might match the return type of a gcc2
4252 builtin and then its argument prototype would still apply. */ 7351 builtin and then its argument prototype would still apply. */
4253char shl_load(); 7352char shl_load ();
4254 7353int
4255int main() { 7354main ()
7355{
4256shl_load() 7356shl_load ();
7357 ;
4257; return 0; } 7358 return 0;
4258EOF 7359}
4259if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7360_ACEOF
7361rm -f conftest.$ac_objext conftest$ac_exeext
7362if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7363 (eval $ac_link) 2>conftest.er1
7364 ac_status=$?
7365 grep -v '^ *+' conftest.er1 >conftest.err
4260 rm -rf conftest* 7366 rm -f conftest.er1
4261 eval "ac_cv_lib_$ac_lib_var=yes" 7367 cat conftest.err >&5
7368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7369 (exit $ac_status); } &&
7370 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7372 (eval $ac_try) 2>&5
7373 ac_status=$?
7374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7375 (exit $ac_status); }; } &&
7376 { ac_try='test -s conftest$ac_exeext'
7377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7378 (eval $ac_try) 2>&5
7379 ac_status=$?
7380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7381 (exit $ac_status); }; }; then
7382 ac_cv_lib_dld_shl_load=yes
4262else 7383else
4263 echo "configure: failed program was:" >&5 7384 echo "$as_me: failed program was:" >&5
4264 cat conftest.$ac_ext >&5 7385sed 's/^/| /' conftest.$ac_ext >&5
4265 rm -rf conftest* 7386
4266 eval "ac_cv_lib_$ac_lib_var=no" 7387ac_cv_lib_dld_shl_load=no
4267fi 7388fi
4268rm -f conftest* 7389rm -f conftest.err conftest.$ac_objext \
7390 conftest$ac_exeext conftest.$ac_ext
4269LIBS="$ac_save_LIBS" 7391LIBS=$ac_check_lib_save_LIBS
4270
4271fi 7392fi
4272if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7393echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
4273 echo "$ac_t""yes" 1>&6 7394echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
7395if test $ac_cv_lib_dld_shl_load = yes; then
4274 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 7396 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
4275else
4276 echo "$ac_t""no" 1>&6
4277fi 7397fi
4278 7398
4279
4280fi
4281 7399
4282
4283fi 7400fi
4284 7401
4285
4286fi
4287 7402
4288 7403fi
7404
7405
7406fi
7407
7408
4289fi 7409fi
4290 7410
4291 ;; 7411 ;;
4292 esac 7412 esac
4293 7413
4306 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 7426 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
4307 7427
4308 save_LIBS="$LIBS" 7428 save_LIBS="$LIBS"
4309 LIBS="$lt_cv_dlopen_libs $LIBS" 7429 LIBS="$lt_cv_dlopen_libs $LIBS"
4310 7430
7431 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 7432echo $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 7433if test "${lt_cv_dlopen_self+set}" = set; then
4314 echo $ac_n "(cached) $ac_c" 1>&6 7434 echo $ECHO_N "(cached) $ECHO_C" >&6
4315else 7435else
4316 if test "$cross_compiling" = yes; then : 7436 if test "$cross_compiling" = yes; then :
4317 lt_cv_dlopen_self=cross 7437 lt_cv_dlopen_self=cross
4318else 7438else
4319 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7439 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4320 lt_status=$lt_dlunknown 7440 lt_status=$lt_dlunknown
4321 cat > conftest.$ac_ext <<EOF 7441 cat > conftest.$ac_ext <<EOF
4322#line 4323 "configure" 7442#line 7442 "configure"
4323#include "confdefs.h" 7443#include "confdefs.h"
4324 7444
4325#if HAVE_DLFCN_H 7445#if HAVE_DLFCN_H
4326#include <dlfcn.h> 7446#include <dlfcn.h>
4327#endif 7447#endif
4378 } 7498 }
4379 7499
4380 exit (status); 7500 exit (status);
4381} 7501}
4382EOF 7502EOF
4383 if { (eval echo configure:4384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7503 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7504 (eval $ac_link) 2>&5
7505 ac_status=$?
7506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4384 (./conftest; exit; ) 2>/dev/null 7508 (./conftest; exit; ) 2>/dev/null
4385 lt_status=$? 7509 lt_status=$?
4386 case x$lt_status in 7510 case x$lt_status in
4387 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 7511 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
4388 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 7512 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
4393 lt_cv_dlopen_self=no 7517 lt_cv_dlopen_self=no
4394 fi 7518 fi
4395fi 7519fi
4396rm -fr conftest* 7520rm -fr conftest*
4397 7521
4398
4399fi
4400 7522
7523fi
7524echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
4401echo "$ac_t""$lt_cv_dlopen_self" 1>&6 7525echo "${ECHO_T}$lt_cv_dlopen_self" >&6
4402 7526
4403 if test "x$lt_cv_dlopen_self" = xyes; then 7527 if test "x$lt_cv_dlopen_self" = xyes; then
4404 LDFLAGS="$LDFLAGS $link_static_flag" 7528 LDFLAGS="$LDFLAGS $link_static_flag"
7529 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 7530echo $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 7531if test "${lt_cv_dlopen_self_static+set}" = set; then
4408 echo $ac_n "(cached) $ac_c" 1>&6 7532 echo $ECHO_N "(cached) $ECHO_C" >&6
4409else 7533else
4410 if test "$cross_compiling" = yes; then : 7534 if test "$cross_compiling" = yes; then :
4411 lt_cv_dlopen_self_static=cross 7535 lt_cv_dlopen_self_static=cross
4412else 7536else
4413 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7537 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4414 lt_status=$lt_dlunknown 7538 lt_status=$lt_dlunknown
4415 cat > conftest.$ac_ext <<EOF 7539 cat > conftest.$ac_ext <<EOF
4416#line 4417 "configure" 7540#line 7540 "configure"
4417#include "confdefs.h" 7541#include "confdefs.h"
4418 7542
4419#if HAVE_DLFCN_H 7543#if HAVE_DLFCN_H
4420#include <dlfcn.h> 7544#include <dlfcn.h>
4421#endif 7545#endif
4472 } 7596 }
4473 7597
4474 exit (status); 7598 exit (status);
4475} 7599}
4476EOF 7600EOF
4477 if { (eval echo configure:4478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7601 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7602 (eval $ac_link) 2>&5
7603 ac_status=$?
7604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7605 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4478 (./conftest; exit; ) 2>/dev/null 7606 (./conftest; exit; ) 2>/dev/null
4479 lt_status=$? 7607 lt_status=$?
4480 case x$lt_status in 7608 case x$lt_status in
4481 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 7609 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
4482 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 7610 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
4487 lt_cv_dlopen_self_static=no 7615 lt_cv_dlopen_self_static=no
4488 fi 7616 fi
4489fi 7617fi
4490rm -fr conftest* 7618rm -fr conftest*
4491 7619
4492
4493fi
4494 7620
7621fi
7622echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
4495echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6 7623echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
4496 fi 7624 fi
4497 7625
4498 CPPFLAGS="$save_CPPFLAGS" 7626 CPPFLAGS="$save_CPPFLAGS"
4499 LDFLAGS="$save_LDFLAGS" 7627 LDFLAGS="$save_LDFLAGS"
4500 LIBS="$save_LIBS" 7628 LIBS="$save_LIBS"
4522 ;; 7650 ;;
4523 '$CC '*) 7651 '$CC '*)
4524 # Test whether the compiler implicitly links with -lc since on some 7652 # Test whether the compiler implicitly links with -lc since on some
4525 # systems, -lgcc has to come before -lc. If gcc already passes -lc 7653 # systems, -lgcc has to come before -lc. If gcc already passes -lc
4526 # to ld, don't add -lc before -lgcc. 7654 # to ld, don't add -lc before -lgcc.
7655 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 7656echo $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 7657 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
4530 echo $ac_n "(cached) $ac_c" 1>&6 7658 echo $ECHO_N "(cached) $ECHO_C" >&6
4531else 7659else
4532 $rm conftest* 7660 $rm conftest*
4533 echo 'static int dummy;' > conftest.$ac_ext 7661 echo 'static int dummy;' > conftest.$ac_ext
4534 7662
4535 if { (eval echo configure:4536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7664 (eval $ac_compile) 2>&5
7665 ac_status=$?
7666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7667 (exit $ac_status); }; then
4536 soname=conftest 7668 soname=conftest
4537 lib=conftest 7669 lib=conftest
4538 libobjs=conftest.$ac_objext 7670 libobjs=conftest.$ac_objext
4539 deplibs= 7671 deplibs=
4540 wl=$lt_cv_prog_cc_wl 7672 wl=$lt_cv_prog_cc_wl
4543 verstring= 7675 verstring=
4544 output_objdir=. 7676 output_objdir=.
4545 libname=conftest 7677 libname=conftest
4546 save_allow_undefined_flag=$allow_undefined_flag 7678 save_allow_undefined_flag=$allow_undefined_flag
4547 allow_undefined_flag= 7679 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; } 7680 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
7681 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
7682 ac_status=$?
7683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7684 (exit $ac_status); }
4549 then 7685 then
4550 lt_cv_archive_cmds_need_lc=no 7686 lt_cv_archive_cmds_need_lc=no
4551 else 7687 else
4552 lt_cv_archive_cmds_need_lc=yes 7688 lt_cv_archive_cmds_need_lc=yes
4553 fi 7689 fi
4555 else 7691 else
4556 cat conftest.err 1>&5 7692 cat conftest.err 1>&5
4557 fi 7693 fi
4558fi 7694fi
4559 7695
7696 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
4560 echo "$ac_t""$lt_cv_archive_cmds_need_lc" 1>&6 7697echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
4561 ;; 7698 ;;
4562 esac 7699 esac
4563fi 7700fi
4564need_lc=${lt_cv_archive_cmds_need_lc-yes} 7701need_lc=${lt_cv_archive_cmds_need_lc-yes}
4565## 7702##
5129 8266
5130 8267
5131MALLOC_TYPE=S 8268MALLOC_TYPE=S
5132support_addstrings=no 8269support_addstrings=no
5133support_frills=no 8270support_frills=no
5134support_linespace=no
5135support_graphics=no
5136support_inheritpixmap=no 8271support_inheritpixmap=no
8272support_tinting=no
8273support_fading=no
5137support_keepscrolling=no 8274support_keepscrolling=no
5138support_selectionscrolling=no 8275support_selectionscrolling=no
5139support_menubar=no 8276support_menubar=no
5140support_mousewheel=no 8277support_mousewheel=no
5141support_mouseslipwheel=no 8278support_mouseslipwheel=no
5142support_oldselection=no
5143support_utmp=no 8279support_utmp=no
5144support_wtmp=no 8280support_wtmp=no
5145support_lastlog=no 8281support_lastlog=no
5146support_cursor_blink=no 8282support_cursor_blink=no
8283support_text_blink=no
5147support_pointer_blank=no 8284support_pointer_blank=no
5148support_scroll_rxvt=no 8285support_scroll_rxvt=no
5149support_scroll_next=no 8286support_scroll_next=no
5150support_scroll_xterm=no 8287support_scroll_xterm=no
8288support_scroll_plain=no
5151support_xim=no 8289support_xim=no
5152support_xpm=no 8290support_xpm=no
5153support_xft=no 8291support_xft=no
5154support_unicode3=no 8292support_unicode3=no
8293support_combining=no
8294support_8bitctrls=no
8295support_iso14755=no
8296support_styles=no
5155codesets= 8297codesets=
5156 8298
5157 8299
5158if test "x$enable_shared" = xyes; then 8300if test "x$enable_shared" = xyes; then
8301
5159 cat >> confdefs.h <<\EOF 8302cat >>confdefs.h <<\_ACEOF
5160#define LIBRXVT 1 8303#define LIBRXVT 1
5161EOF 8304_ACEOF
5162 8305
5163 INSTALL_LIBRXVT=yes 8306 INSTALL_LIBRXVT=yes
5164fi 8307fi
5165 8308
5166 8309
5168if test "${enable_everything+set}" = set; then 8311if test "${enable_everything+set}" = set; then
5169 enableval="$enable_everything" 8312 enableval="$enable_everything"
5170 if test x$enableval = xyes; then 8313 if test x$enableval = xyes; then
5171 support_24bit=yes 8314 support_24bit=yes
5172 support_frills=yes 8315 support_frills=yes
5173 support_linespace=yes
5174 support_graphics=yes
5175 support_inheritpixmap=yes 8316 support_inheritpixmap=yes
8317 support_tinting=yes
8318 support_fading=yes
5176 support_keepscrolling=yes 8319 support_keepscrolling=yes
5177 support_selectionscrolling=yes 8320 support_selectionscrolling=yes
5178 support_lastlog=yes 8321 support_lastlog=yes
5179 support_menubar=yes 8322 support_menubar=yes
5180 support_mousewheel=yes 8323 support_mousewheel=yes
5181 support_mouseslipwheel=yes 8324 support_mouseslipwheel=yes
5182 support_oldselection=yes
5183 support_cursor_blink=yes 8325 support_cursor_blink=yes
8326 support_text_blink=yes
5184 support_pointer_blank=yes 8327 support_pointer_blank=yes
5185 support_scroll_rxvt=yes 8328 support_scroll_rxvt=yes
5186 support_scroll_next=yes 8329 support_scroll_next=yes
5187 support_scroll_xterm=yes 8330 support_scroll_xterm=yes
8331 support_scroll_plain=yes
5188 support_utmp=yes 8332 support_utmp=yes
5189 support_wtmp=yes 8333 support_wtmp=yes
5190 support_xim=yes 8334 support_xim=yes
5191 support_xpm=yes 8335 support_xpm=yes
5192 support_xft=yes 8336 support_xft=yes
5193 support_unicode3=yes 8337 support_unicode3=yes
8338 support_combining=yes
8339 #support_8bitctrls=yes
8340 support_iso14755=yes
8341 support_styles=yes
5194 codesets=all 8342 codesets=all
5195 fi 8343 fi
5196fi 8344fi;
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 8345
5218# Check whether --enable-unicode3 or --disable-unicode3 was given. 8346# Check whether --enable-unicode3 or --disable-unicode3 was given.
5219if test "${enable_unicode3+set}" = set; then 8347if test "${enable_unicode3+set}" = set; then
5220 enableval="$enable_unicode3" 8348 enableval="$enable_unicode3"
5221 if test x$enableval = xyes; then 8349 if test x$enableval = xyes -o x$enableval = xno; then
5222 support_unicode3=yes 8350 support_unicode3=$enableval
5223 fi 8351 fi
5224fi 8352fi;
5225 8353
8354# Check whether --enable-combining or --disable-combining was given.
8355if test "${enable_combining+set}" = set; then
8356 enableval="$enable_combining"
8357 if test x$enableval = xyes -o x$enableval = xno; then
8358 support_combining=$enableval
8359 fi
8360fi;
5226 8361
5227# Check whether --enable-xft or --disable-xft was given. 8362# Check whether --enable-xft or --disable-xft was given.
5228if test "${enable_xft+set}" = set; then 8363if test "${enable_xft+set}" = set; then
5229 enableval="$enable_xft" 8364 enableval="$enable_xft"
5230 if test x$enableval = xyes; then 8365 if test x$enableval = xyes -o x$enableval = xno; then
5231 support_xft=yes 8366 support_xft=$enableval
5232 fi 8367 fi
5233fi 8368fi;
5234 8369
5235 8370# Check whether --enable-font-styles or --disable-font-styles was given.
5236# Check whether --with-codesets or --without-codesets was given. 8371if test "${enable_font_styles+set}" = set; then
5237if test "${with_codesets+set}" = set; then 8372 enableval="$enable_font_styles"
5238 withval="$with_codesets"
5239 if test x$enableval = xyes; then 8373 if test x$enableval = xyes -o x$enableval = xno; then
5240 codesets="$withval" 8374 support_styles=$enableval
5241 fi 8375 fi
5242fi 8376fi;
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 8377
5258# Check whether --enable-utmp or --disable-utmp was given. 8378# Check whether --enable-utmp or --disable-utmp was given.
5259if test "${enable_utmp+set}" = set; then 8379if test "${enable_utmp+set}" = set; then
5260 enableval="$enable_utmp" 8380 enableval="$enable_utmp"
5261 if test x$enableval = xyes -o x$enableval = xno; then 8381 if test x$enableval = xyes -o x$enableval = xno; then
5262 support_utmp=$enableval 8382 support_utmp=$enableval
5263 fi 8383 fi
5264fi 8384fi;
5265
5266 8385
5267# Check whether --enable-wtmp or --disable-wtmp was given. 8386# Check whether --enable-wtmp or --disable-wtmp was given.
5268if test "${enable_wtmp+set}" = set; then 8387if test "${enable_wtmp+set}" = set; then
5269 enableval="$enable_wtmp" 8388 enableval="$enable_wtmp"
5270 if test x$enableval = xyes -o x$enableval = xno; then 8389 if test x$enableval = xyes -o x$enableval = xno; then
5271 support_wtmp=$enableval 8390 support_wtmp=$enableval
5272 fi 8391 fi
5273fi 8392fi;
5274
5275 8393
5276# Check whether --enable-lastlog or --disable-lastlog was given. 8394# Check whether --enable-lastlog or --disable-lastlog was given.
5277if test "${enable_lastlog+set}" = set; then 8395if test "${enable_lastlog+set}" = set; then
5278 enableval="$enable_lastlog" 8396 enableval="$enable_lastlog"
5279 if test x$enableval = xyes -o x$enableval = xno; then 8397 if test x$enableval = xyes -o x$enableval = xno; then
5280 support_lastlog=$enableval 8398 support_lastlog=$enableval
5281 fi 8399 fi
5282fi 8400fi;
5283
5284 8401
5285# Check whether --enable-xpm-background or --disable-xpm-background was given. 8402# Check whether --enable-xpm-background or --disable-xpm-background was given.
5286if test "${enable_xpm_background+set}" = set; then 8403if test "${enable_xpm_background+set}" = set; then
5287 enableval="$enable_xpm_background" 8404 enableval="$enable_xpm_background"
5288 if test x$enableval = xyes -o x$enableval = xno; then 8405 if test x$enableval = xyes -o x$enableval = xno; then
5289 support_xpm=$enableval 8406 support_xpm=$enableval
5290 fi 8407 fi
5291fi 8408fi;
5292
5293 8409
5294# Check whether --enable-transparency or --disable-transparency was given. 8410# Check whether --enable-transparency or --disable-transparency was given.
5295if test "${enable_transparency+set}" = set; then 8411if test "${enable_transparency+set}" = set; then
5296 enableval="$enable_transparency" 8412 enableval="$enable_transparency"
5297 if test x$enableval = xyes -o x$enableval = xno; then 8413 if test x$enableval = xyes -o x$enableval = xno; then
5298 support_inheritpixmap=$enableval 8414 support_inheritpixmap=$enableval
5299 fi 8415 fi
5300fi 8416fi;
5301 8417
8418# Check whether --enable-tinting or --disable-tinting was given.
8419if test "${enable_tinting+set}" = set; then
8420 enableval="$enable_tinting"
8421 if test x$enableval = xyes -o x$enableval = xno; then
8422 support_tinting=$enableval
8423 fi
8424fi;
8425
8426# Check whether --enable-fading or --disable-fading was given.
8427if test "${enable_fading+set}" = set; then
8428 enableval="$enable_fading"
8429 if test x$enableval = xyes -o x$enableval = xno; then
8430 support_fading=$enableval
8431 fi
8432fi;
5302 8433
5303# Check whether --enable-menubar or --disable-menubar was given. 8434# Check whether --enable-menubar or --disable-menubar was given.
5304if test "${enable_menubar+set}" = set; then 8435if test "${enable_menubar+set}" = set; then
5305 enableval="$enable_menubar" 8436 enableval="$enable_menubar"
5306 if test x$enableval = xyes -o x$enableval = xno; then 8437 if test x$enableval = xyes -o x$enableval = xno; then
5307 support_menubar=$enableval 8438 support_menubar=$enableval
5308 fi 8439 fi
5309fi 8440fi;
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 8441
5321# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8442# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5322if test "${enable_rxvt_scroll+set}" = set; then 8443if test "${enable_rxvt_scroll+set}" = set; then
5323 enableval="$enable_rxvt_scroll" 8444 enableval="$enable_rxvt_scroll"
5324 if test x$enableval = xyes -o x$enableval = xno; then 8445 if test x$enableval = xyes -o x$enableval = xno; then
5325 support_scroll_rxvt=$enableval 8446 support_scroll_rxvt=$enableval
5326 fi 8447 fi
5327fi 8448fi;
5328
5329 8449
5330# Check whether --enable-next-scroll or --disable-next-scroll was given. 8450# Check whether --enable-next-scroll or --disable-next-scroll was given.
5331if test "${enable_next_scroll+set}" = set; then 8451if test "${enable_next_scroll+set}" = set; then
5332 enableval="$enable_next_scroll" 8452 enableval="$enable_next_scroll"
5333 if test x$enableval = xyes -o x$enableval = xno; then 8453 if test x$enableval = xyes -o x$enableval = xno; then
5334 support_scroll_next=$enableval 8454 support_scroll_next=$enableval
5335 fi 8455 fi
5336fi 8456fi;
5337
5338 8457
5339# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8458# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5340if test "${enable_xterm_scroll+set}" = set; then 8459if test "${enable_xterm_scroll+set}" = set; then
5341 enableval="$enable_xterm_scroll" 8460 enableval="$enable_xterm_scroll"
5342 if test x$enableval = xyes -o x$enableval = xno; then 8461 if test x$enableval = xyes -o x$enableval = xno; then
5343 support_scroll_xterm=$enableval 8462 support_scroll_xterm=$enableval
5344 fi 8463 fi
5345fi 8464fi;
5346 8465
8466# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8467if test "${enable_plain_scroll+set}" = set; then
8468 enableval="$enable_plain_scroll"
8469 if test x$enableval = xyes -o x$enableval = xno; then
8470 support_scroll_plain=$enableval
8471 fi
8472fi;
5347 8473
5348# Check whether --enable-half-shadow or --disable-half-shadow was given. 8474# Check whether --enable-half-shadow or --disable-half-shadow was given.
5349if test "${enable_half_shadow+set}" = set; then 8475if test "${enable_half_shadow+set}" = set; then
5350 enableval="$enable_half_shadow" 8476 enableval="$enable_half_shadow"
5351 if test x$enableval = xyes; then 8477 if test x$enableval = xyes; then
8478
5352 cat >> confdefs.h <<\EOF 8479cat >>confdefs.h <<\_ACEOF
5353#define HALFSHADOW 1 8480#define HALFSHADOW 1
5354EOF 8481_ACEOF
5355 8482
5356 fi 8483 fi
5357fi 8484fi;
5358 8485
8486
8487# Check whether --with-codesets or --without-codesets was given.
8488if test "${with_codesets+set}" = set; then
8489 withval="$with_codesets"
8490 codesets="$withval"
8491fi;
5359 8492
5360# Check whether --enable-xim or --disable-xim was given. 8493# Check whether --enable-xim or --disable-xim was given.
5361if test "${enable_xim+set}" = set; then 8494if test "${enable_xim+set}" = set; then
5362 enableval="$enable_xim" 8495 enableval="$enable_xim"
5363 if test x$enableval = xyes -o x$enableval = xno; then 8496 if test x$enableval = xyes -o x$enableval = xno; then
5364 support_xim=$enableval 8497 support_xim=$enableval
5365 fi 8498 fi
5366fi 8499fi;
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 8500
5381# Check whether --enable-ttygid or --disable-ttygid was given. 8501# Check whether --enable-ttygid or --disable-ttygid was given.
5382if test "${enable_ttygid+set}" = set; then 8502if test "${enable_ttygid+set}" = set; then
5383 enableval="$enable_ttygid" 8503 enableval="$enable_ttygid"
5384 if test x$enableval = xyes; then 8504 if test x$enableval = xyes; then
8505
5385 cat >> confdefs.h <<\EOF 8506cat >>confdefs.h <<\_ACEOF
5386#define TTY_GID_SUPPORT 1 8507#define TTY_GID_SUPPORT 1
5387EOF 8508_ACEOF
5388 8509
5389 fi 8510 fi
5390fi 8511fi;
5391
5392 8512
5393# Check whether --enable-backspace-key or --disable-backspace-key was given. 8513# Check whether --enable-backspace-key or --disable-backspace-key was given.
5394if test "${enable_backspace_key+set}" = set; then 8514if test "${enable_backspace_key+set}" = set; then
5395 enableval="$enable_backspace_key" 8515 enableval="$enable_backspace_key"
5396 if test x$enableval = xno; then 8516 if test x$enableval = xno; then
8517
5397 cat >> confdefs.h <<\EOF 8518cat >>confdefs.h <<\_ACEOF
5398#define NO_BACKSPACE_KEY 1 8519#define NO_BACKSPACE_KEY 1
5399EOF 8520_ACEOF
5400 8521
5401 fi 8522 fi
5402fi 8523fi;
5403
5404 8524
5405# Check whether --enable-delete-key or --disable-delete-key was given. 8525# Check whether --enable-delete-key or --disable-delete-key was given.
5406if test "${enable_delete_key+set}" = set; then 8526if test "${enable_delete_key+set}" = set; then
5407 enableval="$enable_delete_key" 8527 enableval="$enable_delete_key"
5408 if test x$enableval = xno; then 8528 if test x$enableval = xno; then
8529
5409 cat >> confdefs.h <<\EOF 8530cat >>confdefs.h <<\_ACEOF
5410#define NO_DELETE_KEY 1 8531#define NO_DELETE_KEY 1
5411EOF 8532_ACEOF
5412 8533
5413 fi 8534 fi
5414fi 8535fi;
5415
5416 8536
5417# Check whether --enable-resources or --disable-resources was given. 8537# Check whether --enable-resources or --disable-resources was given.
5418if test "${enable_resources+set}" = set; then 8538if test "${enable_resources+set}" = set; then
5419 enableval="$enable_resources" 8539 enableval="$enable_resources"
5420 if test x$enableval = xno; then 8540 if test x$enableval = xno; then
8541
5421 cat >> confdefs.h <<\EOF 8542cat >>confdefs.h <<\_ACEOF
5422#define NO_RESOURCES 1 8543#define NO_RESOURCES 1
5423EOF 8544_ACEOF
5424 8545
5425 fi 8546 fi
5426fi 8547fi;
5427
5428 8548
5429# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8549# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5430if test "${enable_xgetdefault+set}" = set; then 8550if test "${enable_xgetdefault+set}" = set; then
5431 enableval="$enable_xgetdefault" 8551 enableval="$enable_xgetdefault"
5432 if test x$enableval = xyes; then 8552 if test x$enableval = xyes; then
8553
5433 cat >> confdefs.h <<\EOF 8554cat >>confdefs.h <<\_ACEOF
5434#define USE_XGETDEFAULT 1 8555#define USE_XGETDEFAULT 1
5435EOF 8556_ACEOF
5436 8557
5437 fi 8558 fi
5438fi 8559fi;
8560
8561# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8562if test "${enable_8bitctrls+set}" = set; then
8563 enableval="$enable_8bitctrls"
8564 if test x$enableval = xyes -o x$enableval = xno; then
8565 support_8bitctrls=$enableval
8566 fi
8567fi;
8568
8569RESFALLBACK=Rxvt
8570# Check whether --enable-fallback or --disable-fallback was given.
8571if test "${enable_fallback+set}" = set; then
8572 enableval="$enable_fallback"
8573
8574 test x$enableval = xyes && enableval=Rxvt
8575 test x$enableval = xno && enableval=
8576 RESFALLBACK="$enableval"
8577
8578fi;
8579
8580if test x$RESFALLBACK != x; then
8581
8582cat >>confdefs.h <<_ACEOF
8583#define RESFALLBACK "$RESFALLBACK"
8584_ACEOF
8585
8586fi
8587
8588RESNAME=urxvt
8589
8590# Check whether --with-res-name or --without-res-name was given.
8591if test "${with_res_name+set}" = set; then
8592 withval="$with_res_name"
8593 RESNAME="$withval"
8594fi;
8595
8596cat >>confdefs.h <<_ACEOF
8597#define RESNAME "$RESNAME"
8598_ACEOF
8599
8600
8601RESCLASS=URxvt
8602
8603# Check whether --with-res-class or --without-res-class was given.
8604if test "${with_res_class+set}" = set; then
8605 withval="$with_res_class"
8606 RESCLASS="$withval"
8607fi;
8608
8609cat >>confdefs.h <<_ACEOF
8610#define RESCLASS "$RESCLASS"
8611_ACEOF
8612
8613
8614RXVTNAME=urxvt
8615
8616# Check whether --with-name or --without-name was given.
8617if test "${with_name+set}" = set; then
8618 withval="$with_name"
8619 RXVTNAME="$withval"
8620fi;
8621
8622cat >>confdefs.h <<_ACEOF
8623#define RXVTNAME "$RXVTNAME"
8624_ACEOF
8625
8626
8627RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
5439 8628
5440 8629
5441# Check whether --enable-strings or --disable-strings was given. 8630# Check whether --enable-strings or --disable-strings was given.
5442if test "${enable_strings+set}" = set; then 8631if test "${enable_strings+set}" = set; then
5443 enableval="$enable_strings" 8632 enableval="$enable_strings"
5444 if test x$enableval = xyes -o x$enableval = xno; then 8633 if test x$enableval = xyes -o x$enableval = xno; then
5445 support_addstrings=$enableval 8634 support_addstrings=$enableval
5446 fi 8635 fi
5447fi 8636fi;
5448
5449 8637
5450# Check whether --enable-swapscreen or --disable-swapscreen was given. 8638# Check whether --enable-swapscreen or --disable-swapscreen was given.
5451if test "${enable_swapscreen+set}" = set; then 8639if test "${enable_swapscreen+set}" = set; then
5452 enableval="$enable_swapscreen" 8640 enableval="$enable_swapscreen"
5453 if test x$enableval = xno; then 8641 if test x$enableval = xno; then
8642
5454 cat >> confdefs.h <<\EOF 8643cat >>confdefs.h <<\_ACEOF
5455#define NO_SECONDARY_SCREEN 1 8644#define NO_SECONDARY_SCREEN 1
5456EOF 8645_ACEOF
5457 8646
5458 fi 8647 fi
5459fi 8648fi;
5460 8649
8650# Check whether --enable-iso14755 or --disable-iso14755 was given.
8651if test "${enable_iso14755+set}" = set; then
8652 enableval="$enable_iso14755"
8653 if test x$enableval = xyes -o x$enableval = xno; then
8654 support_iso14755=$enableval
8655 fi
8656fi;
5461 8657
5462# Check whether --enable-frills or --disable-frills was given. 8658# Check whether --enable-frills or --disable-frills was given.
5463if test "${enable_frills+set}" = set; then 8659if test "${enable_frills+set}" = set; then
5464 enableval="$enable_frills" 8660 enableval="$enable_frills"
5465 if test x$enableval = xyes -o x$enableval = xno; then 8661 if test x$enableval = xyes -o x$enableval = xno; then
5466 support_frills=$enableval 8662 support_frills=$enableval
5467 fi 8663 fi
5468fi 8664fi;
5469
5470
5471# Check whether --enable-linespace or --disable-linespace was given.
5472if test "${enable_linespace+set}" = set; then
5473 enableval="$enable_linespace"
5474 if test x$enableval = xyes -o x$enableval = xno; then
5475 support_linespace=$enableval
5476 fi
5477fi
5478
5479 8665
5480# Check whether --enable-24bit or --disable-24bit was given. 8666# Check whether --enable-24bit or --disable-24bit was given.
5481if test "${enable_24bit+set}" = set; then 8667if test "${enable_24bit+set}" = set; then
5482 enableval="$enable_24bit" 8668 enableval="$enable_24bit"
5483 if test x$enableval = xyes -o x$enableval = xno; then 8669 if test x$enableval = xyes -o x$enableval = xno; then
5484 support_24bit=$enableval 8670 support_24bit=$enableval
5485 fi 8671 fi
5486fi 8672fi;
5487
5488 8673
5489# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8674# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5490if test "${enable_keepscrolling+set}" = set; then 8675if test "${enable_keepscrolling+set}" = set; then
5491 enableval="$enable_keepscrolling" 8676 enableval="$enable_keepscrolling"
5492 if test x$enableval = xyes -o x$enableval = xno; then 8677 if test x$enableval = xyes -o x$enableval = xno; then
5493 support_keepscrolling=$enableval 8678 support_keepscrolling=$enableval
5494 fi 8679 fi
5495fi 8680fi;
5496
5497 8681
5498# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8682# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5499if test "${enable_selectionscrolling+set}" = set; then 8683if test "${enable_selectionscrolling+set}" = set; then
5500 enableval="$enable_selectionscrolling" 8684 enableval="$enable_selectionscrolling"
5501 if test x$enableval = xyes -o x$enableval = xno; then 8685 if test x$enableval = xyes -o x$enableval = xno; then
5502 support_selectionscrolling=$enableval 8686 support_selectionscrolling=$enableval
5503 fi 8687 fi
5504fi 8688fi;
5505
5506 8689
5507# Check whether --enable-mousewheel or --disable-mousewheel was given. 8690# Check whether --enable-mousewheel or --disable-mousewheel was given.
5508if test "${enable_mousewheel+set}" = set; then 8691if test "${enable_mousewheel+set}" = set; then
5509 enableval="$enable_mousewheel" 8692 enableval="$enable_mousewheel"
5510 if test x$enableval = xyes -o x$enableval = xno; then 8693 if test x$enableval = xyes -o x$enableval = xno; then
5511 support_mousewheel=$enableval 8694 support_mousewheel=$enableval
5512 fi 8695 fi
5513fi 8696fi;
5514
5515 8697
5516# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8698# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5517if test "${enable_slipwheeling+set}" = set; then 8699if test "${enable_slipwheeling+set}" = set; then
5518 enableval="$enable_slipwheeling" 8700 enableval="$enable_slipwheeling"
5519 if test x$enableval = xyes -o x$enableval = xno; then 8701 if test x$enableval = xyes -o x$enableval = xno; then
5520 support_mouseslipwheel=$enableval 8702 support_mouseslipwheel=$enableval
5521 fi 8703 fi
5522fi 8704fi;
5523
5524
5525# Check whether --enable-old-selection or --disable-old-selection was given.
5526if test "${enable_old_selection+set}" = set; then
5527 enableval="$enable_old_selection"
5528 if test x$enableval = xyes -o x$enableval = xno; then
5529 support_oldselection=$enableval
5530 fi
5531fi
5532
5533
5534# Check whether --enable-new-selection or --disable-new-selection was given.
5535if test "${enable_new_selection+set}" = set; then
5536 enableval="$enable_new_selection"
5537 if test x$enableval = xno; then
5538 cat >> confdefs.h <<\EOF
5539#define NO_NEW_SELECTION 1
5540EOF
5541
5542 fi
5543fi
5544
5545 8705
5546# Check whether --enable-dmalloc or --disable-dmalloc was given. 8706# Check whether --enable-dmalloc or --disable-dmalloc was given.
5547if test "${enable_dmalloc+set}" = set; then 8707if test "${enable_dmalloc+set}" = set; then
5548 enableval="$enable_dmalloc" 8708 enableval="$enable_dmalloc"
5549 if test x$enableval = xyes; then 8709 if test x$enableval = xyes; then
5550 MALLOC_TYPE=G 8710 MALLOC_TYPE=G
5551 DEBUG=-DDEBUG_MALLOC 8711 DEBUG=-DDEBUG_MALLOC
5552 DLIB="-L/usr/local/lib -ldmalloc" 8712 DLIB="-L/usr/local/lib -ldmalloc"
5553 DINCLUDE=-I/usr/local/include 8713 DINCLUDE=-I/usr/local/include
5554 fi 8714 fi
5555fi 8715fi;
5556
5557 8716
5558# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8717# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5559if test "${enable_dlmalloc+set}" = set; then 8718if test "${enable_dlmalloc+set}" = set; then
5560 enableval="$enable_dlmalloc" 8719 enableval="$enable_dlmalloc"
5561 if test x$enableval = xyes; then 8720 if test x$enableval = xyes; then
5562 MALLOC_TYPE=D 8721 MALLOC_TYPE=D
5563 DEBUG= 8722 DEBUG=
5564 DLIB="-L/usr/local/lib -ldlmalloc" 8723 DLIB="-L/usr/local/lib -ldlmalloc"
5565 DINCLUDE= 8724 DINCLUDE=
5566 fi 8725 fi
5567fi 8726fi;
5568
5569 8727
5570# Check whether --enable-smart-resize or --disable-smart-resize was given. 8728# Check whether --enable-smart-resize or --disable-smart-resize was given.
5571if test "${enable_smart_resize+set}" = set; then 8729if test "${enable_smart_resize+set}" = set; then
5572 enableval="$enable_smart_resize" 8730 enableval="$enable_smart_resize"
5573 if test x$enableval = xyes; then 8731 if test x$enableval = xyes; then
8732
5574 cat >> confdefs.h <<\EOF 8733cat >>confdefs.h <<\_ACEOF
5575#define SMART_RESIZE 1 8734#define SMART_RESIZE 1
5576EOF 8735_ACEOF
5577 8736
5578 fi 8737 fi
5579fi 8738fi;
5580
5581
5582# Check whether --enable-256-color or --disable-256-color was given.
5583if test "${enable_256_color+set}" = set; then
5584 enableval="$enable_256_color"
5585 if test x$enableval = xyes; then
5586 cat >> confdefs.h <<\EOF
5587#define TTY_256COLOR 1
5588EOF
5589
5590 fi
5591fi
5592
5593 8739
5594# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8740# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5595if test "${enable_cursor_blink+set}" = set; then 8741if test "${enable_cursor_blink+set}" = set; then
5596 enableval="$enable_cursor_blink" 8742 enableval="$enable_cursor_blink"
5597 if test x$enableval = xyes -o x$enableval = xno; then 8743 if test x$enableval = xyes -o x$enableval = xno; then
5598 support_cursor_blink=$enableval 8744 support_cursor_blink=$enableval
5599 fi 8745 fi
5600fi 8746fi;
5601 8747
8748# Check whether --enable-text-blink or --disable-text-blink was given.
8749if test "${enable_text_blink+set}" = set; then
8750 enableval="$enable_text_blink"
8751 if test x$enableval = xyes -o x$enableval = xno; then
8752 support_text_blink=$enableval
8753 fi
8754fi;
5602 8755
5603# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8756# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5604if test "${enable_pointer_blank+set}" = set; then 8757if test "${enable_pointer_blank+set}" = set; then
5605 enableval="$enable_pointer_blank" 8758 enableval="$enable_pointer_blank"
5606 if test x$enableval = xyes -o x$enableval = xno; then 8759 if test x$enableval = xyes -o x$enableval = xno; then
5607 support_pointer_blank=$enableval 8760 support_pointer_blank=$enableval
5608 fi 8761 fi
5609fi 8762fi;
5610 8763
5611 8764
5612# Check whether --with-term or --without-term was given. 8765# Check whether --with-term or --without-term was given.
5613if test "${with_term+set}" = set; then 8766if test "${with_term+set}" = set; then
5614 withval="$with_term" 8767 withval="$with_term"
5615 if test x$withval != x; then 8768 if test x$withval != x; then
8769
5616 cat >> confdefs.h <<EOF 8770cat >>confdefs.h <<_ACEOF
5617#define TERMENV "$withval" 8771#define TERMENV "$withval"
5618EOF 8772_ACEOF
5619 term="$withval" 8773 term="$withval"
5620 fi 8774 fi
5621fi 8775fi;
5622 8776
5623 8777
5624# Check whether --with-terminfo or --without-terminfo was given. 8778# Check whether --with-terminfo or --without-terminfo was given.
5625if test "${with_terminfo+set}" = set; then 8779if test "${with_terminfo+set}" = set; then
5626 withval="$with_terminfo" 8780 withval="$with_terminfo"
5627 if test x$withval != x; then 8781 if test x$withval != x; then
8782
5628 cat >> confdefs.h <<EOF 8783cat >>confdefs.h <<_ACEOF
5629#define RXVT_TERMINFO "$withval" 8784#define RXVT_TERMINFO "$withval"
5630EOF 8785_ACEOF
5631 terminfo="$withval" 8786 terminfo="$withval"
5632 fi 8787 fi
5633fi 8788fi;
5634 8789
5635 8790
5636 8791
5637cat >> confdefs.h <<\EOF 8792cat >>confdefs.h <<\_ACEOF
5638#define PROTOTYPES 1 8793#define PROTOTYPES 1
5639EOF 8794_ACEOF
5640 8795
5641
5642if test -z "$CFLAGS"; then
5643 if test -z "$CCOPTS"; then
5644 CCOPTS='-O'
5645 fi
5646 CFLAGS="$CCOPTS"
5647fi
5648 8796
5649# Extract the first word of "mv", so it can be a program name with args. 8797# Extract the first word of "mv", so it can be a program name with args.
5650set dummy mv; ac_word=$2 8798set dummy mv; ac_word=$2
8799echo "$as_me:$LINENO: checking for $ac_word" >&5
5651echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8800echo $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 8801if test "${ac_cv_path_MV+set}" = set; then
5654 echo $ac_n "(cached) $ac_c" 1>&6 8802 echo $ECHO_N "(cached) $ECHO_C" >&6
5655else 8803else
5656 case "$MV" in 8804 case $MV in
5657 /*) 8805 [\\/]* | ?:[\\/]*)
5658 ac_cv_path_MV="$MV" # Let the user override the test with a path. 8806 ac_cv_path_MV="$MV" # Let the user override the test with a path.
5659 ;; 8807 ;;
5660 ?:/*)
5661 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5662 ;;
5663 *) 8808 *)
5664 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5665 ac_dummy="$PATH" 8810for as_dir in $PATH
5666 for ac_dir in $ac_dummy; do 8811do
8812 IFS=$as_save_IFS
5667 test -z "$ac_dir" && ac_dir=. 8813 test -z "$as_dir" && as_dir=.
5668 if test -f $ac_dir/$ac_word; then 8814 for ac_exec_ext in '' $ac_executable_extensions; do
8815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5669 ac_cv_path_MV="$ac_dir/$ac_word" 8816 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
8817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 break 8818 break 2
5671 fi 8819 fi
5672 done 8820done
5673 IFS="$ac_save_ifs" 8821done
8822
5674 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8823 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5675 ;; 8824 ;;
5676esac 8825esac
5677fi 8826fi
5678MV="$ac_cv_path_MV" 8827MV=$ac_cv_path_MV
8828
5679if test -n "$MV"; then 8829if test -n "$MV"; then
5680 echo "$ac_t""$MV" 1>&6 8830 echo "$as_me:$LINENO: result: $MV" >&5
8831echo "${ECHO_T}$MV" >&6
5681else 8832else
5682 echo "$ac_t""no" 1>&6 8833 echo "$as_me:$LINENO: result: no" >&5
8834echo "${ECHO_T}no" >&6
5683fi 8835fi
5684 8836
5685# Extract the first word of "rm", so it can be a program name with args. 8837# Extract the first word of "rm", so it can be a program name with args.
5686set dummy rm; ac_word=$2 8838set dummy rm; ac_word=$2
8839echo "$as_me:$LINENO: checking for $ac_word" >&5
5687echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8840echo $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 8841if test "${ac_cv_path_RM+set}" = set; then
5690 echo $ac_n "(cached) $ac_c" 1>&6 8842 echo $ECHO_N "(cached) $ECHO_C" >&6
5691else 8843else
5692 case "$RM" in 8844 case $RM in
5693 /*) 8845 [\\/]* | ?:[\\/]*)
5694 ac_cv_path_RM="$RM" # Let the user override the test with a path. 8846 ac_cv_path_RM="$RM" # Let the user override the test with a path.
5695 ;; 8847 ;;
5696 ?:/*)
5697 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5698 ;;
5699 *) 8848 *)
5700 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5701 ac_dummy="$PATH" 8850for as_dir in $PATH
5702 for ac_dir in $ac_dummy; do 8851do
8852 IFS=$as_save_IFS
5703 test -z "$ac_dir" && ac_dir=. 8853 test -z "$as_dir" && as_dir=.
5704 if test -f $ac_dir/$ac_word; then 8854 for ac_exec_ext in '' $ac_executable_extensions; do
8855 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5705 ac_cv_path_RM="$ac_dir/$ac_word" 8856 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8857 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5706 break 8858 break 2
5707 fi 8859 fi
5708 done 8860done
5709 IFS="$ac_save_ifs" 8861done
8862
5710 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8863 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5711 ;; 8864 ;;
5712esac 8865esac
5713fi 8866fi
5714RM="$ac_cv_path_RM" 8867RM=$ac_cv_path_RM
8868
5715if test -n "$RM"; then 8869if test -n "$RM"; then
5716 echo "$ac_t""$RM" 1>&6 8870 echo "$as_me:$LINENO: result: $RM" >&5
8871echo "${ECHO_T}$RM" >&6
5717else 8872else
5718 echo "$ac_t""no" 1>&6 8873 echo "$as_me:$LINENO: result: no" >&5
8874echo "${ECHO_T}no" >&6
5719fi 8875fi
5720 8876
5721# Extract the first word of "cp", so it can be a program name with args. 8877# Extract the first word of "cp", so it can be a program name with args.
5722set dummy cp; ac_word=$2 8878set dummy cp; ac_word=$2
8879echo "$as_me:$LINENO: checking for $ac_word" >&5
5723echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8880echo $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 8881if test "${ac_cv_path_CP+set}" = set; then
5726 echo $ac_n "(cached) $ac_c" 1>&6 8882 echo $ECHO_N "(cached) $ECHO_C" >&6
5727else 8883else
5728 case "$CP" in 8884 case $CP in
5729 /*) 8885 [\\/]* | ?:[\\/]*)
5730 ac_cv_path_CP="$CP" # Let the user override the test with a path. 8886 ac_cv_path_CP="$CP" # Let the user override the test with a path.
5731 ;; 8887 ;;
5732 ?:/*)
5733 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5734 ;;
5735 *) 8888 *)
5736 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5737 ac_dummy="$PATH" 8890for as_dir in $PATH
5738 for ac_dir in $ac_dummy; do 8891do
8892 IFS=$as_save_IFS
5739 test -z "$ac_dir" && ac_dir=. 8893 test -z "$as_dir" && as_dir=.
5740 if test -f $ac_dir/$ac_word; then 8894 for ac_exec_ext in '' $ac_executable_extensions; do
8895 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5741 ac_cv_path_CP="$ac_dir/$ac_word" 8896 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
8897 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5742 break 8898 break 2
5743 fi 8899 fi
5744 done 8900done
5745 IFS="$ac_save_ifs" 8901done
8902
5746 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8903 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5747 ;; 8904 ;;
5748esac 8905esac
5749fi 8906fi
5750CP="$ac_cv_path_CP" 8907CP=$ac_cv_path_CP
8908
5751if test -n "$CP"; then 8909if test -n "$CP"; then
5752 echo "$ac_t""$CP" 1>&6 8910 echo "$as_me:$LINENO: result: $CP" >&5
8911echo "${ECHO_T}$CP" >&6
5753else 8912else
5754 echo "$ac_t""no" 1>&6 8913 echo "$as_me:$LINENO: result: no" >&5
8914echo "${ECHO_T}no" >&6
5755fi 8915fi
5756 8916
5757# Extract the first word of "ln", so it can be a program name with args. 8917# Extract the first word of "ln", so it can be a program name with args.
5758set dummy ln; ac_word=$2 8918set dummy ln; ac_word=$2
8919echo "$as_me:$LINENO: checking for $ac_word" >&5
5759echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8920echo $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 8921if test "${ac_cv_path_LN+set}" = set; then
5762 echo $ac_n "(cached) $ac_c" 1>&6 8922 echo $ECHO_N "(cached) $ECHO_C" >&6
5763else 8923else
5764 case "$LN" in 8924 case $LN in
5765 /*) 8925 [\\/]* | ?:[\\/]*)
5766 ac_cv_path_LN="$LN" # Let the user override the test with a path. 8926 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5767 ;; 8927 ;;
5768 ?:/*)
5769 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5770 ;;
5771 *) 8928 *)
5772 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 ac_dummy="$PATH" 8930for as_dir in $PATH
5774 for ac_dir in $ac_dummy; do 8931do
8932 IFS=$as_save_IFS
5775 test -z "$ac_dir" && ac_dir=. 8933 test -z "$as_dir" && as_dir=.
5776 if test -f $ac_dir/$ac_word; then 8934 for ac_exec_ext in '' $ac_executable_extensions; do
8935 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5777 ac_cv_path_LN="$ac_dir/$ac_word" 8936 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
8937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5778 break 8938 break 2
5779 fi 8939 fi
5780 done 8940done
5781 IFS="$ac_save_ifs" 8941done
8942
5782 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8943 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5783 ;; 8944 ;;
5784esac 8945esac
5785fi 8946fi
5786LN="$ac_cv_path_LN" 8947LN=$ac_cv_path_LN
8948
5787if test -n "$LN"; then 8949if test -n "$LN"; then
5788 echo "$ac_t""$LN" 1>&6 8950 echo "$as_me:$LINENO: result: $LN" >&5
8951echo "${ECHO_T}$LN" >&6
5789else 8952else
5790 echo "$ac_t""no" 1>&6 8953 echo "$as_me:$LINENO: result: no" >&5
8954echo "${ECHO_T}no" >&6
5791fi 8955fi
5792 8956
5793# Extract the first word of "sed", so it can be a program name with args. 8957# Extract the first word of "sed", so it can be a program name with args.
5794set dummy sed; ac_word=$2 8958set dummy sed; ac_word=$2
8959echo "$as_me:$LINENO: checking for $ac_word" >&5
5795echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8960echo $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 8961if test "${ac_cv_path_SED+set}" = set; then
5798 echo $ac_n "(cached) $ac_c" 1>&6 8962 echo $ECHO_N "(cached) $ECHO_C" >&6
5799else 8963else
5800 case "$SED" in 8964 case $SED in
5801 /*) 8965 [\\/]* | ?:[\\/]*)
5802 ac_cv_path_SED="$SED" # Let the user override the test with a path. 8966 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5803 ;; 8967 ;;
5804 ?:/*)
5805 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5806 ;;
5807 *) 8968 *)
5808 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 ac_dummy="$PATH" 8970for as_dir in $PATH
5810 for ac_dir in $ac_dummy; do 8971do
8972 IFS=$as_save_IFS
5811 test -z "$ac_dir" && ac_dir=. 8973 test -z "$as_dir" && as_dir=.
5812 if test -f $ac_dir/$ac_word; then 8974 for ac_exec_ext in '' $ac_executable_extensions; do
8975 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5813 ac_cv_path_SED="$ac_dir/$ac_word" 8976 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
8977 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5814 break 8978 break 2
5815 fi 8979 fi
5816 done 8980done
5817 IFS="$ac_save_ifs" 8981done
8982
5818 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8983 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5819 ;; 8984 ;;
5820esac 8985esac
5821fi 8986fi
5822SED="$ac_cv_path_SED" 8987SED=$ac_cv_path_SED
8988
5823if test -n "$SED"; then 8989if test -n "$SED"; then
5824 echo "$ac_t""$SED" 1>&6 8990 echo "$as_me:$LINENO: result: $SED" >&5
8991echo "${ECHO_T}$SED" >&6
5825else 8992else
5826 echo "$ac_t""no" 1>&6 8993 echo "$as_me:$LINENO: result: no" >&5
8994echo "${ECHO_T}no" >&6
5827fi 8995fi
5828 8996
5829# Extract the first word of "echo", so it can be a program name with args. 8997# Extract the first word of "echo", so it can be a program name with args.
5830set dummy echo; ac_word=$2 8998set dummy echo; ac_word=$2
8999echo "$as_me:$LINENO: checking for $ac_word" >&5
5831echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9000echo $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 9001if test "${ac_cv_path_ECHO+set}" = set; then
5834 echo $ac_n "(cached) $ac_c" 1>&6 9002 echo $ECHO_N "(cached) $ECHO_C" >&6
5835else 9003else
5836 case "$ECHO" in 9004 case $ECHO in
5837 /*) 9005 [\\/]* | ?:[\\/]*)
5838 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path. 9006 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5839 ;; 9007 ;;
5840 ?:/*)
5841 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5842 ;;
5843 *) 9008 *)
5844 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5845 ac_dummy="$PATH" 9010for as_dir in $PATH
5846 for ac_dir in $ac_dummy; do 9011do
9012 IFS=$as_save_IFS
5847 test -z "$ac_dir" && ac_dir=. 9013 test -z "$as_dir" && as_dir=.
5848 if test -f $ac_dir/$ac_word; then 9014 for ac_exec_ext in '' $ac_executable_extensions; do
9015 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5849 ac_cv_path_ECHO="$ac_dir/$ac_word" 9016 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
9017 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5850 break 9018 break 2
5851 fi 9019 fi
5852 done 9020done
5853 IFS="$ac_save_ifs" 9021done
9022
5854 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 9023 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5855 ;; 9024 ;;
5856esac 9025esac
5857fi 9026fi
5858ECHO="$ac_cv_path_ECHO" 9027ECHO=$ac_cv_path_ECHO
9028
5859if test -n "$ECHO"; then 9029if test -n "$ECHO"; then
5860 echo "$ac_t""$ECHO" 1>&6 9030 echo "$as_me:$LINENO: result: $ECHO" >&5
9031echo "${ECHO_T}$ECHO" >&6
5861else 9032else
5862 echo "$ac_t""no" 1>&6 9033 echo "$as_me:$LINENO: result: no" >&5
9034echo "${ECHO_T}no" >&6
5863fi 9035fi
5864 9036
5865# Extract the first word of "cmp", so it can be a program name with args. 9037# Extract the first word of "cmp", so it can be a program name with args.
5866set dummy cmp; ac_word=$2 9038set dummy cmp; ac_word=$2
9039echo "$as_me:$LINENO: checking for $ac_word" >&5
5867echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9040echo $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 9041if test "${ac_cv_path_CMP+set}" = set; then
5870 echo $ac_n "(cached) $ac_c" 1>&6 9042 echo $ECHO_N "(cached) $ECHO_C" >&6
5871else 9043else
5872 case "$CMP" in 9044 case $CMP in
5873 /*) 9045 [\\/]* | ?:[\\/]*)
5874 ac_cv_path_CMP="$CMP" # Let the user override the test with a path. 9046 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5875 ;; 9047 ;;
5876 ?:/*)
5877 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5878 ;;
5879 *) 9048 *)
5880 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 ac_dummy="$PATH" 9050for as_dir in $PATH
5882 for ac_dir in $ac_dummy; do 9051do
9052 IFS=$as_save_IFS
5883 test -z "$ac_dir" && ac_dir=. 9053 test -z "$as_dir" && as_dir=.
5884 if test -f $ac_dir/$ac_word; then 9054 for ac_exec_ext in '' $ac_executable_extensions; do
9055 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5885 ac_cv_path_CMP="$ac_dir/$ac_word" 9056 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
9057 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5886 break 9058 break 2
5887 fi 9059 fi
5888 done 9060done
5889 IFS="$ac_save_ifs" 9061done
9062
5890 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 9063 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5891 ;; 9064 ;;
5892esac 9065esac
5893fi 9066fi
5894CMP="$ac_cv_path_CMP" 9067CMP=$ac_cv_path_CMP
9068
5895if test -n "$CMP"; then 9069if test -n "$CMP"; then
5896 echo "$ac_t""$CMP" 1>&6 9070 echo "$as_me:$LINENO: result: $CMP" >&5
9071echo "${ECHO_T}$CMP" >&6
5897else 9072else
5898 echo "$ac_t""no" 1>&6 9073 echo "$as_me:$LINENO: result: no" >&5
9074echo "${ECHO_T}no" >&6
5899fi 9075fi
5900 9076
5901# Extract the first word of "tbl", so it can be a program name with args. 9077# Extract the first word of "tbl", so it can be a program name with args.
5902set dummy tbl; ac_word=$2 9078set dummy tbl; ac_word=$2
9079echo "$as_me:$LINENO: checking for $ac_word" >&5
5903echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9080echo $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 9081if test "${ac_cv_path_TBL+set}" = set; then
5906 echo $ac_n "(cached) $ac_c" 1>&6 9082 echo $ECHO_N "(cached) $ECHO_C" >&6
5907else 9083else
5908 case "$TBL" in 9084 case $TBL in
5909 /*) 9085 [\\/]* | ?:[\\/]*)
5910 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 9086 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5911 ;; 9087 ;;
5912 ?:/*) 9088 *)
9089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9090for as_dir in $PATH
9091do
9092 IFS=$as_save_IFS
9093 test -z "$as_dir" && as_dir=.
9094 for ac_exec_ext in '' $ac_executable_extensions; do
9095 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9096 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
9097 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9098 break 2
9099 fi
9100done
9101done
9102
9103 ;;
9104esac
9105fi
9106TBL=$ac_cv_path_TBL
9107
9108if test -n "$TBL"; then
9109 echo "$as_me:$LINENO: result: $TBL" >&5
9110echo "${ECHO_T}$TBL" >&6
9111else
9112 echo "$as_me:$LINENO: result: no" >&5
9113echo "${ECHO_T}no" >&6
9114fi
9115
9116# Extract the first word of "tic", so it can be a program name with args.
9117set dummy tic; ac_word=$2
9118echo "$as_me:$LINENO: checking for $ac_word" >&5
9119echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9120if test "${ac_cv_path_TIC+set}" = set; then
9121 echo $ECHO_N "(cached) $ECHO_C" >&6
9122else
9123 case $TIC in
9124 [\\/]* | ?:[\\/]*)
5913 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path. 9125 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5914 ;; 9126 ;;
5915 *) 9127 *)
5916 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5917 ac_dummy="$PATH" 9129for as_dir in $PATH
5918 for ac_dir in $ac_dummy; do 9130do
9131 IFS=$as_save_IFS
5919 test -z "$ac_dir" && ac_dir=. 9132 test -z "$as_dir" && as_dir=.
5920 if test -f $ac_dir/$ac_word; then 9133 for ac_exec_ext in '' $ac_executable_extensions; do
9134 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_path_TBL="$ac_dir/$ac_word" 9135 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
9136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 9137 break 2
5923 fi 9138 fi
5924 done 9139done
5925 IFS="$ac_save_ifs" 9140done
9141
5926 ;; 9142 ;;
5927esac 9143esac
5928fi 9144fi
5929TBL="$ac_cv_path_TBL" 9145TIC=$ac_cv_path_TIC
9146
5930if test -n "$TBL"; then 9147if test -n "$TIC"; then
5931 echo "$ac_t""$TBL" 1>&6 9148 echo "$as_me:$LINENO: result: $TIC" >&5
9149echo "${ECHO_T}$TIC" >&6
5932else 9150else
5933 echo "$ac_t""no" 1>&6 9151 echo "$as_me:$LINENO: result: no" >&5
9152echo "${ECHO_T}no" >&6
5934fi 9153fi
5935 9154
5936 9155
5937 9156
5938 9157
5939# If we find X, set shell vars x_includes and x_libraries to the 9158
5940# paths, otherwise set no_x=yes. 9159if test "x$ac_path_x_has_been_run" != xyes; then
5941# Uses ac_ vars as temps to allow command line to override cache and checks. 9160 echo "$as_me:$LINENO: checking for X" >&5
5942# --without-x overrides everything else, but does not touch the cache.
5943echo $ac_n "checking for X""... $ac_c" 1>&6 9161echo $ECHO_N "checking for X... $ECHO_C" >&6
5944echo "configure:5945: checking for X" >&5 9162
9163ac_path_x_has_been_run=yes
5945 9164
5946# Check whether --with-x or --without-x was given. 9165# Check whether --with-x or --without-x was given.
5947if test "${with_x+set}" = set; then 9166if test "${with_x+set}" = set; then
5948 withval="$with_x" 9167 withval="$with_x"
5949 : 9168
5950fi 9169fi;
5951
5952# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 9170# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5953if test "x$with_x" = xno; then 9171if test "x$with_x" = xno; then
5954 # The user explicitly disabled X. 9172 # The user explicitly disabled X.
5955 have_x=disabled 9173 have_x=disabled
5956else 9174else
5957 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then 9175 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5958 # Both variables are already set. 9176 # Both variables are already set.
5959 have_x=yes 9177 have_x=yes
5960 else 9178 else
5961if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 9179 if test "${ac_cv_have_x+set}" = set; then
5962 echo $ac_n "(cached) $ac_c" 1>&6 9180 echo $ECHO_N "(cached) $ECHO_C" >&6
5963else 9181else
5964 # One or both of the vars are not set, and there is no cached value. 9182 # One or both of the vars are not set, and there is no cached value.
5965ac_x_includes=NO ac_x_libraries=NO 9183ac_x_includes=no ac_x_libraries=no
5966rm -fr conftestdir 9184rm -fr conftest.dir
5967if mkdir conftestdir; then 9185if mkdir conftest.dir; then
5968 cd conftestdir 9186 cd conftest.dir
5969 # Make sure to not put "make" in the Imakefile rules, since we grep it out. 9187 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5970 cat > Imakefile <<'EOF' 9188 cat >Imakefile <<'_ACEOF'
5971acfindx: 9189acfindx:
5972 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 9190 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5973EOF 9191_ACEOF
5974 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 9192 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5975 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 9193 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5976 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 9194 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5977 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 9195 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5978 for ac_extension in a so sl; do 9196 for ac_extension in a so sl; do
5979 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 9197 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5980 test -f $ac_im_libdir/libX11.$ac_extension; then 9198 test -f $ac_im_libdir/libX11.$ac_extension; then
5981 ac_im_usrlibdir=$ac_im_libdir; break 9199 ac_im_usrlibdir=$ac_im_libdir; break
5982 fi 9200 fi
5983 done 9201 done
5984 # Screen out bogus values from the imake configuration. They are 9202 # Screen out bogus values from the imake configuration. They are
5985 # bogus both because they are the default anyway, and because 9203 # bogus both because they are the default anyway, and because
5986 # using them would break gcc on systems where it needs fixed includes. 9204 # using them would break gcc on systems where it needs fixed includes.
5987 case "$ac_im_incroot" in 9205 case $ac_im_incroot in
5988 /usr/include) ;; 9206 /usr/include) ;;
5989 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; 9207 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5990 esac 9208 esac
5991 case "$ac_im_usrlibdir" in 9209 case $ac_im_usrlibdir in
5992 /usr/lib | /lib) ;; 9210 /usr/lib | /lib) ;;
5993 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 9211 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5994 esac 9212 esac
5995 fi 9213 fi
5996 cd .. 9214 cd ..
5997 rm -fr conftestdir 9215 rm -fr conftest.dir
5998fi 9216fi
5999 9217
9218# Standard set of common directories for X headers.
9219# Check X11 before X11Rn because it is often a symlink to the current release.
9220ac_x_header_dirs='
9221/usr/X11/include
9222/usr/X11R6/include
9223/usr/X11R5/include
9224/usr/X11R4/include
9225
9226/usr/include/X11
9227/usr/include/X11R6
9228/usr/include/X11R5
9229/usr/include/X11R4
9230
9231/usr/local/X11/include
9232/usr/local/X11R6/include
9233/usr/local/X11R5/include
9234/usr/local/X11R4/include
9235
9236/usr/local/include/X11
9237/usr/local/include/X11R6
9238/usr/local/include/X11R5
9239/usr/local/include/X11R4
9240
9241/usr/X386/include
9242/usr/x386/include
9243/usr/XFree86/include/X11
9244
9245/usr/include
9246/usr/local/include
9247/usr/unsupported/include
9248/usr/athena/include
9249/usr/local/x11r5/include
9250/usr/lpp/Xamples/include
9251
9252/usr/openwin/include
9253/usr/openwin/share/include'
9254
6000if test "$ac_x_includes" = NO; then 9255if test "$ac_x_includes" = no; then
6001 # Guess where to find include files, by looking for this one X11 .h file. 9256 # Guess where to find include files, by looking for a specified header file.
6002 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
6003
6004 # First, try using that file with no special directory specified. 9257 # First, try using that file with no special directory specified.
9258 cat >conftest.$ac_ext <<_ACEOF
9259/* confdefs.h. */
9260_ACEOF
9261cat confdefs.h >>conftest.$ac_ext
6005cat > conftest.$ac_ext <<EOF 9262cat >>conftest.$ac_ext <<_ACEOF
6006#line 6007 "configure" 9263/* end confdefs.h. */
6007#include "confdefs.h" 9264#include <X11/Intrinsic.h>
6008#include <$x_direct_test_include> 9265_ACEOF
6009EOF 9266if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6010ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 9267 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6011{ (eval echo configure:6012: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 9268 ac_status=$?
6012ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 9269 grep -v '^ *+' conftest.er1 >conftest.err
9270 rm -f conftest.er1
9271 cat conftest.err >&5
9272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9273 (exit $ac_status); } >/dev/null; then
9274 if test -s conftest.err; then
9275 ac_cpp_err=$ac_cxx_preproc_warn_flag
9276 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9277 else
9278 ac_cpp_err=
9279 fi
9280else
9281 ac_cpp_err=yes
9282fi
6013if test -z "$ac_err"; then 9283if test -z "$ac_cpp_err"; then
6014 rm -rf conftest*
6015 # We can compile using X headers with no special include directory. 9284 # We can compile using X headers with no special include directory.
6016ac_x_includes= 9285ac_x_includes=
6017else 9286else
6018 echo "$ac_err" >&5
6019 echo "configure: failed program was:" >&5 9287 echo "$as_me: failed program was:" >&5
6020 cat conftest.$ac_ext >&5 9288sed 's/^/| /' conftest.$ac_ext >&5
6021 rm -rf conftest* 9289
6022 # Look for the header file in a standard set of common directories. 9290 for ac_dir in $ac_x_header_dirs; do
6023# Check X11 before X11Rn because it is often a symlink to the current release. 9291 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 9292 ac_x_includes=$ac_dir
6062 break 9293 break
6063 fi 9294 fi
6064 done 9295done
6065fi 9296fi
6066rm -f conftest* 9297rm -f conftest.err conftest.$ac_ext
6067fi # $ac_x_includes = NO 9298fi # $ac_x_includes = no
6068 9299
6069if test "$ac_x_libraries" = NO; then 9300if test "$ac_x_libraries" = no; then
6070 # Check for the libraries. 9301 # 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. 9302 # See if we find them without any special options.
6076 # Don't add to $LIBS permanently. 9303 # Don't add to $LIBS permanently.
6077 ac_save_LIBS="$LIBS" 9304 ac_save_LIBS=$LIBS
6078 LIBS="-l$x_direct_test_library $LIBS" 9305 LIBS="-lXt $LIBS"
9306 cat >conftest.$ac_ext <<_ACEOF
9307/* confdefs.h. */
9308_ACEOF
9309cat confdefs.h >>conftest.$ac_ext
6079cat > conftest.$ac_ext <<EOF 9310cat >>conftest.$ac_ext <<_ACEOF
6080#line 6081 "configure" 9311/* end confdefs.h. */
6081#include "confdefs.h" 9312#include <X11/Intrinsic.h>
6082 9313int
6083int main() { 9314main ()
6084${x_direct_test_function}() 9315{
9316XtMalloc (0)
9317 ;
6085; return 0; } 9318 return 0;
6086EOF 9319}
6087if { (eval echo configure:6088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9320_ACEOF
9321rm -f conftest.$ac_objext conftest$ac_exeext
9322if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9323 (eval $ac_link) 2>conftest.er1
9324 ac_status=$?
9325 grep -v '^ *+' conftest.er1 >conftest.err
6088 rm -rf conftest* 9326 rm -f conftest.er1
9327 cat conftest.err >&5
9328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9329 (exit $ac_status); } &&
9330 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9332 (eval $ac_try) 2>&5
9333 ac_status=$?
9334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9335 (exit $ac_status); }; } &&
9336 { ac_try='test -s conftest$ac_exeext'
9337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9338 (eval $ac_try) 2>&5
9339 ac_status=$?
9340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9341 (exit $ac_status); }; }; then
6089 LIBS="$ac_save_LIBS" 9342 LIBS=$ac_save_LIBS
6090# We can link X programs with no special library path. 9343# We can link X programs with no special library path.
6091ac_x_libraries= 9344ac_x_libraries=
6092else 9345else
6093 echo "configure: failed program was:" >&5 9346 echo "$as_me: failed program was:" >&5
6094 cat conftest.$ac_ext >&5 9347sed 's/^/| /' conftest.$ac_ext >&5
6095 rm -rf conftest* 9348
6096 LIBS="$ac_save_LIBS" 9349LIBS=$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/` \ 9350for 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 9351do
9352 # Don't even attempt the hair of trying to link an X program!
6136 for ac_extension in a so sl; do 9353 for ac_extension in a so sl; do
6137 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9354 if test -r $ac_dir/libXt.$ac_extension; then
6138 ac_x_libraries=$ac_dir 9355 ac_x_libraries=$ac_dir
6139 break 2 9356 break 2
6140 fi 9357 fi
6141 done 9358 done
6142done 9359done
6143fi 9360fi
6144rm -f conftest* 9361rm -f conftest.err conftest.$ac_objext \
9362 conftest$ac_exeext conftest.$ac_ext
6145fi # $ac_x_libraries = NO 9363fi # $ac_x_libraries = no
6146 9364
6147if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9365if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6148 # Didn't find X anywhere. Cache the known absence of X. 9366 # Didn't find X anywhere. Cache the known absence of X.
6149 ac_cv_have_x="have_x=no" 9367 ac_cv_have_x="have_x=no"
6150else 9368else
6151 # Record where we found X for the cache. 9369 # Record where we found X for the cache.
6152 ac_cv_have_x="have_x=yes \ 9370 ac_cv_have_x="have_x=yes \
6153 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 9371 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6154fi 9372fi
6155fi 9373fi
9374
6156 fi 9375 fi
6157 eval "$ac_cv_have_x" 9376 eval "$ac_cv_have_x"
6158fi # $with_x != no 9377fi # $with_x != no
6159 9378
6160if test "$have_x" != yes; then 9379if test "$have_x" != yes; then
6161 echo "$ac_t""$have_x" 1>&6 9380 echo "$as_me:$LINENO: result: $have_x" >&5
9381echo "${ECHO_T}$have_x" >&6
6162 no_x=yes 9382 no_x=yes
6163else 9383else
6164 # If each of the values was on the command line, it overrides each guess. 9384 # 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 9385 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6166 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9386 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6167 # Update the cache value to reflect the command line values. 9387 # Update the cache value to reflect the command line values.
6168 ac_cv_have_x="have_x=yes \ 9388 ac_cv_have_x="have_x=yes \
6169 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9389 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9390 # It might be that x_includes is empty (headers are found in the
9391 # standard search path. Then output the corresponding message
9392 ac_out_x_includes=$x_includes
9393 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9394 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
6170 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 9395echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
6171fi 9396fi
6172 9397
9398fi
6173if test "$no_x" = yes; then 9399if test "$no_x" = yes; then
6174 # Not all programs may use this symbol, but it does not hurt to define it. 9400 # Not all programs may use this symbol, but it does not hurt to define it.
9401
6175 cat >> confdefs.h <<\EOF 9402cat >>confdefs.h <<\_ACEOF
6176#define X_DISPLAY_MISSING 1 9403#define X_DISPLAY_MISSING 1
6177EOF 9404_ACEOF
6178 9405
6179 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9406 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6180else 9407else
6181 if test -n "$x_includes"; then 9408 if test -n "$x_includes"; then
6182 X_CFLAGS="$X_CFLAGS -I$x_includes" 9409 X_CFLAGS="$X_CFLAGS -I$x_includes"
6185 # It would also be nice to do this for all -L options, not just this one. 9412 # It would also be nice to do this for all -L options, not just this one.
6186 if test -n "$x_libraries"; then 9413 if test -n "$x_libraries"; then
6187 X_LIBS="$X_LIBS -L$x_libraries" 9414 X_LIBS="$X_LIBS -L$x_libraries"
6188 # For Solaris; some versions of Sun CC require a space after -R and 9415 # For Solaris; some versions of Sun CC require a space after -R and
6189 # others require no space. Words are not sufficient . . . . 9416 # others require no space. Words are not sufficient . . . .
6190 case "`(uname -sr) 2>/dev/null`" in 9417 case `(uname -sr) 2>/dev/null` in
6191 "SunOS 5"*) 9418 "SunOS 5"*)
9419 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 9420echo $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" 9421 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6195 cat > conftest.$ac_ext <<EOF 9422 cat >conftest.$ac_ext <<_ACEOF
6196#line 6197 "configure" 9423/* confdefs.h. */
6197#include "confdefs.h" 9424_ACEOF
9425cat confdefs.h >>conftest.$ac_ext
9426cat >>conftest.$ac_ext <<_ACEOF
9427/* end confdefs.h. */
6198 9428
6199int main() { 9429int
9430main ()
9431{
6200 9432
9433 ;
6201; return 0; } 9434 return 0;
6202EOF 9435}
6203if { (eval echo configure:6204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9436_ACEOF
9437rm -f conftest.$ac_objext conftest$ac_exeext
9438if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9439 (eval $ac_link) 2>conftest.er1
9440 ac_status=$?
9441 grep -v '^ *+' conftest.er1 >conftest.err
6204 rm -rf conftest* 9442 rm -f conftest.er1
9443 cat conftest.err >&5
9444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9445 (exit $ac_status); } &&
9446 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9448 (eval $ac_try) 2>&5
9449 ac_status=$?
9450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9451 (exit $ac_status); }; } &&
9452 { ac_try='test -s conftest$ac_exeext'
9453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9454 (eval $ac_try) 2>&5
9455 ac_status=$?
9456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9457 (exit $ac_status); }; }; then
6205 ac_R_nospace=yes 9458 ac_R_nospace=yes
6206else 9459else
6207 echo "configure: failed program was:" >&5 9460 echo "$as_me: failed program was:" >&5
6208 cat conftest.$ac_ext >&5 9461sed 's/^/| /' conftest.$ac_ext >&5
6209 rm -rf conftest* 9462
6210 ac_R_nospace=no 9463ac_R_nospace=no
6211fi 9464fi
6212rm -f conftest* 9465rm -f conftest.err conftest.$ac_objext \
9466 conftest$ac_exeext conftest.$ac_ext
6213 if test $ac_R_nospace = yes; then 9467 if test $ac_R_nospace = yes; then
6214 echo "$ac_t""no" 1>&6 9468 echo "$as_me:$LINENO: result: no" >&5
9469echo "${ECHO_T}no" >&6
6215 X_LIBS="$X_LIBS -R$x_libraries" 9470 X_LIBS="$X_LIBS -R$x_libraries"
6216 else 9471 else
6217 LIBS="$ac_xsave_LIBS -R $x_libraries" 9472 LIBS="$ac_xsave_LIBS -R $x_libraries"
6218 cat > conftest.$ac_ext <<EOF 9473 cat >conftest.$ac_ext <<_ACEOF
6219#line 6220 "configure" 9474/* confdefs.h. */
6220#include "confdefs.h" 9475_ACEOF
9476cat confdefs.h >>conftest.$ac_ext
9477cat >>conftest.$ac_ext <<_ACEOF
9478/* end confdefs.h. */
6221 9479
6222int main() { 9480int
9481main ()
9482{
6223 9483
9484 ;
6224; return 0; } 9485 return 0;
6225EOF 9486}
6226if { (eval echo configure:6227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9487_ACEOF
9488rm -f conftest.$ac_objext conftest$ac_exeext
9489if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9490 (eval $ac_link) 2>conftest.er1
9491 ac_status=$?
9492 grep -v '^ *+' conftest.er1 >conftest.err
6227 rm -rf conftest* 9493 rm -f conftest.er1
9494 cat conftest.err >&5
9495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9496 (exit $ac_status); } &&
9497 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9499 (eval $ac_try) 2>&5
9500 ac_status=$?
9501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9502 (exit $ac_status); }; } &&
9503 { ac_try='test -s conftest$ac_exeext'
9504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9505 (eval $ac_try) 2>&5
9506 ac_status=$?
9507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9508 (exit $ac_status); }; }; then
6228 ac_R_space=yes 9509 ac_R_space=yes
6229else 9510else
6230 echo "configure: failed program was:" >&5 9511 echo "$as_me: failed program was:" >&5
6231 cat conftest.$ac_ext >&5 9512sed 's/^/| /' conftest.$ac_ext >&5
6232 rm -rf conftest* 9513
6233 ac_R_space=no 9514ac_R_space=no
6234fi 9515fi
6235rm -f conftest* 9516rm -f conftest.err conftest.$ac_objext \
9517 conftest$ac_exeext conftest.$ac_ext
6236 if test $ac_R_space = yes; then 9518 if test $ac_R_space = yes; then
6237 echo "$ac_t""yes" 1>&6 9519 echo "$as_me:$LINENO: result: yes" >&5
9520echo "${ECHO_T}yes" >&6
6238 X_LIBS="$X_LIBS -R $x_libraries" 9521 X_LIBS="$X_LIBS -R $x_libraries"
6239 else 9522 else
9523 echo "$as_me:$LINENO: result: neither works" >&5
6240 echo "$ac_t""neither works" 1>&6 9524echo "${ECHO_T}neither works" >&6
6241 fi 9525 fi
6242 fi 9526 fi
6243 LIBS="$ac_xsave_LIBS" 9527 LIBS=$ac_xsave_LIBS
6244 esac 9528 esac
6245 fi 9529 fi
6246 9530
6247 # Check for system-dependent libraries X programs must link with. 9531 # Check for system-dependent libraries X programs must link with.
6248 # Do this before checking for the system-independent R6 libraries 9532 # Do this before checking for the system-independent R6 libraries
6249 # (-lICE), since we may need -lsocket or whatever for X linking. 9533 # (-lICE), since we may need -lsocket or whatever for X linking.
6250 9534
6251 if test "$ISC" = yes; then 9535 if test "$ISC" = yes; then
6252 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9536 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6253 else 9537 else
6254 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 9538 # Martyn Johnson says this is needed for Ultrix, if the X
6255 # libraries were built with DECnet support. And karl@cs.umb.edu says 9539 # libraries were built with DECnet support. And Karl Berry says
6256 # the Alpha needs dnet_stub (dnet does not exist). 9540 # the Alpha needs dnet_stub (dnet does not exist).
9541 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9542 cat >conftest.$ac_ext <<_ACEOF
9543/* confdefs.h. */
9544_ACEOF
9545cat confdefs.h >>conftest.$ac_ext
9546cat >>conftest.$ac_ext <<_ACEOF
9547/* end confdefs.h. */
9548
9549/* Override any gcc2 internal prototype to avoid an error. */
9550#ifdef __cplusplus
9551extern "C"
9552#endif
9553/* We use char because int might match the return type of a gcc2
9554 builtin and then its argument prototype would still apply. */
9555char XOpenDisplay ();
9556int
9557main ()
9558{
9559XOpenDisplay ();
9560 ;
9561 return 0;
9562}
9563_ACEOF
9564rm -f conftest.$ac_objext conftest$ac_exeext
9565if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9566 (eval $ac_link) 2>conftest.er1
9567 ac_status=$?
9568 grep -v '^ *+' conftest.er1 >conftest.err
9569 rm -f conftest.er1
9570 cat conftest.err >&5
9571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9572 (exit $ac_status); } &&
9573 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9575 (eval $ac_try) 2>&5
9576 ac_status=$?
9577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9578 (exit $ac_status); }; } &&
9579 { ac_try='test -s conftest$ac_exeext'
9580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9581 (eval $ac_try) 2>&5
9582 ac_status=$?
9583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9584 (exit $ac_status); }; }; then
9585 :
9586else
9587 echo "$as_me: failed program was:" >&5
9588sed 's/^/| /' conftest.$ac_ext >&5
9589
9590echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6257 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 9591echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6258echo "configure:6259: checking for dnet_ntoa in -ldnet" >&5 9592if 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 9593 echo $ECHO_N "(cached) $ECHO_C" >&6
6262else 9594else
6263 ac_save_LIBS="$LIBS" 9595 ac_check_lib_save_LIBS=$LIBS
6264LIBS="-ldnet $LIBS" 9596LIBS="-ldnet $LIBS"
6265cat > conftest.$ac_ext <<EOF 9597cat >conftest.$ac_ext <<_ACEOF
6266#line 6267 "configure" 9598/* confdefs.h. */
6267#include "confdefs.h" 9599_ACEOF
9600cat confdefs.h >>conftest.$ac_ext
9601cat >>conftest.$ac_ext <<_ACEOF
9602/* end confdefs.h. */
9603
6268/* Override any gcc2 internal prototype to avoid an error. */ 9604/* Override any gcc2 internal prototype to avoid an error. */
9605#ifdef __cplusplus
9606extern "C"
9607#endif
6269/* We use char because int might match the return type of a gcc2 9608/* We use char because int might match the return type of a gcc2
6270 builtin and then its argument prototype would still apply. */ 9609 builtin and then its argument prototype would still apply. */
6271char dnet_ntoa(); 9610char dnet_ntoa ();
6272 9611int
6273int main() { 9612main ()
9613{
6274dnet_ntoa() 9614dnet_ntoa ();
9615 ;
6275; return 0; } 9616 return 0;
6276EOF 9617}
6277if { (eval echo configure:6278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9618_ACEOF
9619rm -f conftest.$ac_objext conftest$ac_exeext
9620if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9621 (eval $ac_link) 2>conftest.er1
9622 ac_status=$?
9623 grep -v '^ *+' conftest.er1 >conftest.err
6278 rm -rf conftest* 9624 rm -f conftest.er1
6279 eval "ac_cv_lib_$ac_lib_var=yes" 9625 cat conftest.err >&5
9626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9627 (exit $ac_status); } &&
9628 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9630 (eval $ac_try) 2>&5
9631 ac_status=$?
9632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9633 (exit $ac_status); }; } &&
9634 { ac_try='test -s conftest$ac_exeext'
9635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9636 (eval $ac_try) 2>&5
9637 ac_status=$?
9638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9639 (exit $ac_status); }; }; then
9640 ac_cv_lib_dnet_dnet_ntoa=yes
6280else 9641else
6281 echo "configure: failed program was:" >&5 9642 echo "$as_me: failed program was:" >&5
6282 cat conftest.$ac_ext >&5 9643sed 's/^/| /' conftest.$ac_ext >&5
6283 rm -rf conftest* 9644
6284 eval "ac_cv_lib_$ac_lib_var=no" 9645ac_cv_lib_dnet_dnet_ntoa=no
6285fi 9646fi
6286rm -f conftest* 9647rm -f conftest.err conftest.$ac_objext \
9648 conftest$ac_exeext conftest.$ac_ext
6287LIBS="$ac_save_LIBS" 9649LIBS=$ac_check_lib_save_LIBS
6288
6289fi 9650fi
6290if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9651echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6291 echo "$ac_t""yes" 1>&6 9652echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
9653if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6292 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9654 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6293else
6294 echo "$ac_t""no" 1>&6
6295fi 9655fi
6296 9656
6297 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 9657 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9658 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 9659echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
6299echo "configure:6300: checking for dnet_ntoa in -ldnet_stub" >&5 9660if 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 9661 echo $ECHO_N "(cached) $ECHO_C" >&6
6303else 9662else
6304 ac_save_LIBS="$LIBS" 9663 ac_check_lib_save_LIBS=$LIBS
6305LIBS="-ldnet_stub $LIBS" 9664LIBS="-ldnet_stub $LIBS"
6306cat > conftest.$ac_ext <<EOF 9665cat >conftest.$ac_ext <<_ACEOF
6307#line 6308 "configure" 9666/* confdefs.h. */
6308#include "confdefs.h" 9667_ACEOF
9668cat confdefs.h >>conftest.$ac_ext
9669cat >>conftest.$ac_ext <<_ACEOF
9670/* end confdefs.h. */
9671
6309/* Override any gcc2 internal prototype to avoid an error. */ 9672/* Override any gcc2 internal prototype to avoid an error. */
9673#ifdef __cplusplus
9674extern "C"
9675#endif
6310/* We use char because int might match the return type of a gcc2 9676/* We use char because int might match the return type of a gcc2
6311 builtin and then its argument prototype would still apply. */ 9677 builtin and then its argument prototype would still apply. */
6312char dnet_ntoa(); 9678char dnet_ntoa ();
6313 9679int
6314int main() { 9680main ()
9681{
6315dnet_ntoa() 9682dnet_ntoa ();
9683 ;
6316; return 0; } 9684 return 0;
6317EOF 9685}
6318if { (eval echo configure:6319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9686_ACEOF
9687rm -f conftest.$ac_objext conftest$ac_exeext
9688if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9689 (eval $ac_link) 2>conftest.er1
9690 ac_status=$?
9691 grep -v '^ *+' conftest.er1 >conftest.err
6319 rm -rf conftest* 9692 rm -f conftest.er1
6320 eval "ac_cv_lib_$ac_lib_var=yes" 9693 cat conftest.err >&5
9694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9695 (exit $ac_status); } &&
9696 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9698 (eval $ac_try) 2>&5
9699 ac_status=$?
9700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9701 (exit $ac_status); }; } &&
9702 { ac_try='test -s conftest$ac_exeext'
9703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9704 (eval $ac_try) 2>&5
9705 ac_status=$?
9706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9707 (exit $ac_status); }; }; then
9708 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6321else 9709else
6322 echo "configure: failed program was:" >&5 9710 echo "$as_me: failed program was:" >&5
6323 cat conftest.$ac_ext >&5 9711sed 's/^/| /' conftest.$ac_ext >&5
6324 rm -rf conftest* 9712
6325 eval "ac_cv_lib_$ac_lib_var=no" 9713ac_cv_lib_dnet_stub_dnet_ntoa=no
6326fi 9714fi
6327rm -f conftest* 9715rm -f conftest.err conftest.$ac_objext \
9716 conftest$ac_exeext conftest.$ac_ext
6328LIBS="$ac_save_LIBS" 9717LIBS=$ac_check_lib_save_LIBS
6329
6330fi 9718fi
6331if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9719echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6332 echo "$ac_t""yes" 1>&6 9720echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
9721if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
6333 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9722 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6334else
6335 echo "$ac_t""no" 1>&6
6336fi 9723fi
6337 9724
6338 fi 9725 fi
9726fi
9727rm -f conftest.err conftest.$ac_objext \
9728 conftest$ac_exeext conftest.$ac_ext
9729 LIBS="$ac_xsave_LIBS"
6339 9730
6340 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 9731 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6341 # to get the SysV transport functions. 9732 # to get the SysV transport functions.
6342 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 9733 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6343 # needs -lnsl. 9734 # needs -lnsl.
6344 # The nsl library prevents programs from opening the X display 9735 # The nsl library prevents programs from opening the X display
6345 # on Irix 5.2, according to dickey@clark.net. 9736 # on Irix 5.2, according to T.E. Dickey.
9737 # The functions gethostbyname, getservbyname, and inet_addr are
9738 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9739 echo "$as_me:$LINENO: checking for gethostbyname" >&5
6346 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9740echo $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 9741if test "${ac_cv_func_gethostbyname+set}" = set; then
6349 echo $ac_n "(cached) $ac_c" 1>&6 9742 echo $ECHO_N "(cached) $ECHO_C" >&6
6350else 9743else
6351 cat > conftest.$ac_ext <<EOF 9744 cat >conftest.$ac_ext <<_ACEOF
6352#line 6353 "configure" 9745/* confdefs.h. */
6353#include "confdefs.h" 9746_ACEOF
9747cat confdefs.h >>conftest.$ac_ext
9748cat >>conftest.$ac_ext <<_ACEOF
9749/* end confdefs.h. */
9750/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9751 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9752#define gethostbyname innocuous_gethostbyname
9753
6354/* System header to define __stub macros and hopefully few prototypes, 9754/* System header to define __stub macros and hopefully few prototypes,
6355 which can conflict with char gethostbyname(); below. */ 9755 which can conflict with char gethostbyname (); below.
9756 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9757 <limits.h> exists even on freestanding compilers. */
9758
9759#ifdef __STDC__
9760# include <limits.h>
9761#else
6356#include <assert.h> 9762# include <assert.h>
9763#endif
9764
9765#undef gethostbyname
9766
6357/* Override any gcc2 internal prototype to avoid an error. */ 9767/* Override any gcc2 internal prototype to avoid an error. */
9768#ifdef __cplusplus
9769extern "C"
9770{
9771#endif
6358/* We use char because int might match the return type of a gcc2 9772/* We use char because int might match the return type of a gcc2
6359 builtin and then its argument prototype would still apply. */ 9773 builtin and then its argument prototype would still apply. */
6360char gethostbyname(); 9774char gethostbyname ();
6361
6362int main() {
6363
6364/* The GNU C library defines this for functions which it implements 9775/* The GNU C library defines this for functions which it implements
6365 to always fail with ENOSYS. Some functions are actually named 9776 to always fail with ENOSYS. Some functions are actually named
6366 something starting with __ and the normal name is an alias. */ 9777 something starting with __ and the normal name is an alias. */
6367#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9778#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6368choke me 9779choke me
6369#else 9780#else
6370gethostbyname(); 9781char (*f) () = gethostbyname;
6371#endif 9782#endif
9783#ifdef __cplusplus
9784}
9785#endif
6372 9786
9787int
9788main ()
9789{
9790return f != gethostbyname;
9791 ;
6373; return 0; } 9792 return 0;
6374EOF 9793}
6375if { (eval echo configure:6376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9794_ACEOF
9795rm -f conftest.$ac_objext conftest$ac_exeext
9796if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9797 (eval $ac_link) 2>conftest.er1
9798 ac_status=$?
9799 grep -v '^ *+' conftest.er1 >conftest.err
6376 rm -rf conftest* 9800 rm -f conftest.er1
9801 cat conftest.err >&5
9802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9803 (exit $ac_status); } &&
9804 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9806 (eval $ac_try) 2>&5
9807 ac_status=$?
9808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9809 (exit $ac_status); }; } &&
9810 { ac_try='test -s conftest$ac_exeext'
9811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9812 (eval $ac_try) 2>&5
9813 ac_status=$?
9814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9815 (exit $ac_status); }; }; then
6377 eval "ac_cv_func_gethostbyname=yes" 9816 ac_cv_func_gethostbyname=yes
6378else 9817else
6379 echo "configure: failed program was:" >&5 9818 echo "$as_me: failed program was:" >&5
6380 cat conftest.$ac_ext >&5 9819sed 's/^/| /' conftest.$ac_ext >&5
6381 rm -rf conftest* 9820
6382 eval "ac_cv_func_gethostbyname=no" 9821ac_cv_func_gethostbyname=no
6383fi 9822fi
6384rm -f conftest* 9823rm -f conftest.err conftest.$ac_objext \
9824 conftest$ac_exeext conftest.$ac_ext
6385fi 9825fi
6386 9826echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6387if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9827echo "${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 9828
6394 if test $ac_cv_func_gethostbyname = no; then 9829 if test $ac_cv_func_gethostbyname = no; then
9830 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6395 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9831echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6396echo "configure:6397: checking for gethostbyname in -lnsl" >&5 9832if 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 9833 echo $ECHO_N "(cached) $ECHO_C" >&6
6400else 9834else
6401 ac_save_LIBS="$LIBS" 9835 ac_check_lib_save_LIBS=$LIBS
6402LIBS="-lnsl $LIBS" 9836LIBS="-lnsl $LIBS"
6403cat > conftest.$ac_ext <<EOF 9837cat >conftest.$ac_ext <<_ACEOF
6404#line 6405 "configure" 9838/* confdefs.h. */
6405#include "confdefs.h" 9839_ACEOF
9840cat confdefs.h >>conftest.$ac_ext
9841cat >>conftest.$ac_ext <<_ACEOF
9842/* end confdefs.h. */
9843
6406/* Override any gcc2 internal prototype to avoid an error. */ 9844/* Override any gcc2 internal prototype to avoid an error. */
9845#ifdef __cplusplus
9846extern "C"
9847#endif
6407/* We use char because int might match the return type of a gcc2 9848/* We use char because int might match the return type of a gcc2
6408 builtin and then its argument prototype would still apply. */ 9849 builtin and then its argument prototype would still apply. */
6409char gethostbyname(); 9850char gethostbyname ();
6410 9851int
6411int main() { 9852main ()
9853{
6412gethostbyname() 9854gethostbyname ();
9855 ;
6413; return 0; } 9856 return 0;
6414EOF 9857}
6415if { (eval echo configure:6416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9858_ACEOF
9859rm -f conftest.$ac_objext conftest$ac_exeext
9860if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9861 (eval $ac_link) 2>conftest.er1
9862 ac_status=$?
9863 grep -v '^ *+' conftest.er1 >conftest.err
6416 rm -rf conftest* 9864 rm -f conftest.er1
6417 eval "ac_cv_lib_$ac_lib_var=yes" 9865 cat conftest.err >&5
9866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9867 (exit $ac_status); } &&
9868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9870 (eval $ac_try) 2>&5
9871 ac_status=$?
9872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9873 (exit $ac_status); }; } &&
9874 { ac_try='test -s conftest$ac_exeext'
9875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9876 (eval $ac_try) 2>&5
9877 ac_status=$?
9878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9879 (exit $ac_status); }; }; then
9880 ac_cv_lib_nsl_gethostbyname=yes
6418else 9881else
6419 echo "configure: failed program was:" >&5 9882 echo "$as_me: failed program was:" >&5
6420 cat conftest.$ac_ext >&5 9883sed 's/^/| /' conftest.$ac_ext >&5
6421 rm -rf conftest* 9884
6422 eval "ac_cv_lib_$ac_lib_var=no" 9885ac_cv_lib_nsl_gethostbyname=no
6423fi 9886fi
6424rm -f conftest* 9887rm -f conftest.err conftest.$ac_objext \
9888 conftest$ac_exeext conftest.$ac_ext
6425LIBS="$ac_save_LIBS" 9889LIBS=$ac_check_lib_save_LIBS
6426
6427fi 9890fi
6428if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9891echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6429 echo "$ac_t""yes" 1>&6 9892echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9893if test $ac_cv_lib_nsl_gethostbyname = yes; then
6430 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9894 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6431else
6432 echo "$ac_t""no" 1>&6
6433fi 9895fi
6434 9896
9897 if test $ac_cv_lib_nsl_gethostbyname = no; then
9898 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9899echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
9900if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9901 echo $ECHO_N "(cached) $ECHO_C" >&6
9902else
9903 ac_check_lib_save_LIBS=$LIBS
9904LIBS="-lbsd $LIBS"
9905cat >conftest.$ac_ext <<_ACEOF
9906/* confdefs.h. */
9907_ACEOF
9908cat confdefs.h >>conftest.$ac_ext
9909cat >>conftest.$ac_ext <<_ACEOF
9910/* end confdefs.h. */
9911
9912/* Override any gcc2 internal prototype to avoid an error. */
9913#ifdef __cplusplus
9914extern "C"
9915#endif
9916/* We use char because int might match the return type of a gcc2
9917 builtin and then its argument prototype would still apply. */
9918char gethostbyname ();
9919int
9920main ()
9921{
9922gethostbyname ();
9923 ;
9924 return 0;
9925}
9926_ACEOF
9927rm -f conftest.$ac_objext conftest$ac_exeext
9928if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9929 (eval $ac_link) 2>conftest.er1
9930 ac_status=$?
9931 grep -v '^ *+' conftest.er1 >conftest.err
9932 rm -f conftest.er1
9933 cat conftest.err >&5
9934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9935 (exit $ac_status); } &&
9936 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9938 (eval $ac_try) 2>&5
9939 ac_status=$?
9940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9941 (exit $ac_status); }; } &&
9942 { ac_try='test -s conftest$ac_exeext'
9943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9944 (eval $ac_try) 2>&5
9945 ac_status=$?
9946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9947 (exit $ac_status); }; }; then
9948 ac_cv_lib_bsd_gethostbyname=yes
9949else
9950 echo "$as_me: failed program was:" >&5
9951sed 's/^/| /' conftest.$ac_ext >&5
9952
9953ac_cv_lib_bsd_gethostbyname=no
9954fi
9955rm -f conftest.err conftest.$ac_objext \
9956 conftest$ac_exeext conftest.$ac_ext
9957LIBS=$ac_check_lib_save_LIBS
9958fi
9959echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9960echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
9961if test $ac_cv_lib_bsd_gethostbyname = yes; then
9962 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9963fi
9964
9965 fi
6435 fi 9966 fi
6436 9967
6437 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9968 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6438 # socket/setsockopt and other routines are undefined under SCO ODT 9969 # 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 9970 # 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 9971 # on later versions), says Simon Leinen: it contains gethostby*
6441 # gethostby* variants that don't use the nameserver (or something). 9972 # variants that don't use the name server (or something). -lsocket
6442 # -lsocket must be given before -lnsl if both are needed. 9973 # must be given before -lnsl if both are needed. We assume that
6443 # We assume that if connect needs -lnsl, so does gethostbyname. 9974 # if connect needs -lnsl, so does gethostbyname.
9975 echo "$as_me:$LINENO: checking for connect" >&5
6444 echo $ac_n "checking for connect""... $ac_c" 1>&6 9976echo $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 9977if test "${ac_cv_func_connect+set}" = set; then
6447 echo $ac_n "(cached) $ac_c" 1>&6 9978 echo $ECHO_N "(cached) $ECHO_C" >&6
6448else 9979else
6449 cat > conftest.$ac_ext <<EOF 9980 cat >conftest.$ac_ext <<_ACEOF
6450#line 6451 "configure" 9981/* confdefs.h. */
6451#include "confdefs.h" 9982_ACEOF
9983cat confdefs.h >>conftest.$ac_ext
9984cat >>conftest.$ac_ext <<_ACEOF
9985/* end confdefs.h. */
9986/* Define connect to an innocuous variant, in case <limits.h> declares connect.
9987 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9988#define connect innocuous_connect
9989
6452/* System header to define __stub macros and hopefully few prototypes, 9990/* System header to define __stub macros and hopefully few prototypes,
6453 which can conflict with char connect(); below. */ 9991 which can conflict with char connect (); below.
9992 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9993 <limits.h> exists even on freestanding compilers. */
9994
9995#ifdef __STDC__
9996# include <limits.h>
9997#else
6454#include <assert.h> 9998# include <assert.h>
9999#endif
10000
10001#undef connect
10002
6455/* Override any gcc2 internal prototype to avoid an error. */ 10003/* Override any gcc2 internal prototype to avoid an error. */
10004#ifdef __cplusplus
10005extern "C"
10006{
10007#endif
6456/* We use char because int might match the return type of a gcc2 10008/* We use char because int might match the return type of a gcc2
6457 builtin and then its argument prototype would still apply. */ 10009 builtin and then its argument prototype would still apply. */
6458char connect(); 10010char connect ();
6459
6460int main() {
6461
6462/* The GNU C library defines this for functions which it implements 10011/* The GNU C library defines this for functions which it implements
6463 to always fail with ENOSYS. Some functions are actually named 10012 to always fail with ENOSYS. Some functions are actually named
6464 something starting with __ and the normal name is an alias. */ 10013 something starting with __ and the normal name is an alias. */
6465#if defined (__stub_connect) || defined (__stub___connect) 10014#if defined (__stub_connect) || defined (__stub___connect)
6466choke me 10015choke me
6467#else 10016#else
6468connect(); 10017char (*f) () = connect;
6469#endif 10018#endif
10019#ifdef __cplusplus
10020}
10021#endif
6470 10022
10023int
10024main ()
10025{
10026return f != connect;
10027 ;
6471; return 0; } 10028 return 0;
6472EOF 10029}
6473if { (eval echo configure:6474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10030_ACEOF
10031rm -f conftest.$ac_objext conftest$ac_exeext
10032if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10033 (eval $ac_link) 2>conftest.er1
10034 ac_status=$?
10035 grep -v '^ *+' conftest.er1 >conftest.err
6474 rm -rf conftest* 10036 rm -f conftest.er1
10037 cat conftest.err >&5
10038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10039 (exit $ac_status); } &&
10040 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10042 (eval $ac_try) 2>&5
10043 ac_status=$?
10044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10045 (exit $ac_status); }; } &&
10046 { ac_try='test -s conftest$ac_exeext'
10047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10048 (eval $ac_try) 2>&5
10049 ac_status=$?
10050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10051 (exit $ac_status); }; }; then
6475 eval "ac_cv_func_connect=yes" 10052 ac_cv_func_connect=yes
6476else 10053else
6477 echo "configure: failed program was:" >&5 10054 echo "$as_me: failed program was:" >&5
6478 cat conftest.$ac_ext >&5 10055sed 's/^/| /' conftest.$ac_ext >&5
6479 rm -rf conftest* 10056
6480 eval "ac_cv_func_connect=no" 10057ac_cv_func_connect=no
6481fi 10058fi
6482rm -f conftest* 10059rm -f conftest.err conftest.$ac_objext \
10060 conftest$ac_exeext conftest.$ac_ext
6483fi 10061fi
6484 10062echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6485if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 10063echo "${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 10064
6492 if test $ac_cv_func_connect = no; then 10065 if test $ac_cv_func_connect = no; then
10066 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6493 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 10067echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6494echo "configure:6495: checking for connect in -lsocket" >&5 10068if 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 10069 echo $ECHO_N "(cached) $ECHO_C" >&6
6498else 10070else
6499 ac_save_LIBS="$LIBS" 10071 ac_check_lib_save_LIBS=$LIBS
6500LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 10072LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6501cat > conftest.$ac_ext <<EOF 10073cat >conftest.$ac_ext <<_ACEOF
6502#line 6503 "configure" 10074/* confdefs.h. */
6503#include "confdefs.h" 10075_ACEOF
10076cat confdefs.h >>conftest.$ac_ext
10077cat >>conftest.$ac_ext <<_ACEOF
10078/* end confdefs.h. */
10079
6504/* Override any gcc2 internal prototype to avoid an error. */ 10080/* Override any gcc2 internal prototype to avoid an error. */
10081#ifdef __cplusplus
10082extern "C"
10083#endif
6505/* We use char because int might match the return type of a gcc2 10084/* We use char because int might match the return type of a gcc2
6506 builtin and then its argument prototype would still apply. */ 10085 builtin and then its argument prototype would still apply. */
6507char connect(); 10086char connect ();
6508 10087int
6509int main() { 10088main ()
10089{
6510connect() 10090connect ();
10091 ;
6511; return 0; } 10092 return 0;
6512EOF 10093}
6513if { (eval echo configure:6514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10094_ACEOF
10095rm -f conftest.$ac_objext conftest$ac_exeext
10096if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10097 (eval $ac_link) 2>conftest.er1
10098 ac_status=$?
10099 grep -v '^ *+' conftest.er1 >conftest.err
6514 rm -rf conftest* 10100 rm -f conftest.er1
6515 eval "ac_cv_lib_$ac_lib_var=yes" 10101 cat conftest.err >&5
10102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10103 (exit $ac_status); } &&
10104 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10106 (eval $ac_try) 2>&5
10107 ac_status=$?
10108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10109 (exit $ac_status); }; } &&
10110 { ac_try='test -s conftest$ac_exeext'
10111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10112 (eval $ac_try) 2>&5
10113 ac_status=$?
10114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10115 (exit $ac_status); }; }; then
10116 ac_cv_lib_socket_connect=yes
6516else 10117else
6517 echo "configure: failed program was:" >&5 10118 echo "$as_me: failed program was:" >&5
6518 cat conftest.$ac_ext >&5 10119sed 's/^/| /' conftest.$ac_ext >&5
6519 rm -rf conftest* 10120
6520 eval "ac_cv_lib_$ac_lib_var=no" 10121ac_cv_lib_socket_connect=no
6521fi 10122fi
6522rm -f conftest* 10123rm -f conftest.err conftest.$ac_objext \
10124 conftest$ac_exeext conftest.$ac_ext
6523LIBS="$ac_save_LIBS" 10125LIBS=$ac_check_lib_save_LIBS
6524
6525fi 10126fi
6526if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10127echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6527 echo "$ac_t""yes" 1>&6 10128echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
10129if test $ac_cv_lib_socket_connect = yes; then
6528 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 10130 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6529else
6530 echo "$ac_t""no" 1>&6
6531fi 10131fi
6532 10132
6533 fi 10133 fi
6534 10134
6535 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 10135 # Guillermo Gomez says -lposix is necessary on A/UX.
10136 echo "$as_me:$LINENO: checking for remove" >&5
6536 echo $ac_n "checking for remove""... $ac_c" 1>&6 10137echo $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 10138if test "${ac_cv_func_remove+set}" = set; then
6539 echo $ac_n "(cached) $ac_c" 1>&6 10139 echo $ECHO_N "(cached) $ECHO_C" >&6
6540else 10140else
6541 cat > conftest.$ac_ext <<EOF 10141 cat >conftest.$ac_ext <<_ACEOF
6542#line 6543 "configure" 10142/* confdefs.h. */
6543#include "confdefs.h" 10143_ACEOF
10144cat confdefs.h >>conftest.$ac_ext
10145cat >>conftest.$ac_ext <<_ACEOF
10146/* end confdefs.h. */
10147/* Define remove to an innocuous variant, in case <limits.h> declares remove.
10148 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10149#define remove innocuous_remove
10150
6544/* System header to define __stub macros and hopefully few prototypes, 10151/* System header to define __stub macros and hopefully few prototypes,
6545 which can conflict with char remove(); below. */ 10152 which can conflict with char remove (); below.
10153 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10154 <limits.h> exists even on freestanding compilers. */
10155
10156#ifdef __STDC__
10157# include <limits.h>
10158#else
6546#include <assert.h> 10159# include <assert.h>
10160#endif
10161
10162#undef remove
10163
6547/* Override any gcc2 internal prototype to avoid an error. */ 10164/* Override any gcc2 internal prototype to avoid an error. */
10165#ifdef __cplusplus
10166extern "C"
10167{
10168#endif
6548/* We use char because int might match the return type of a gcc2 10169/* We use char because int might match the return type of a gcc2
6549 builtin and then its argument prototype would still apply. */ 10170 builtin and then its argument prototype would still apply. */
6550char remove(); 10171char remove ();
6551
6552int main() {
6553
6554/* The GNU C library defines this for functions which it implements 10172/* The GNU C library defines this for functions which it implements
6555 to always fail with ENOSYS. Some functions are actually named 10173 to always fail with ENOSYS. Some functions are actually named
6556 something starting with __ and the normal name is an alias. */ 10174 something starting with __ and the normal name is an alias. */
6557#if defined (__stub_remove) || defined (__stub___remove) 10175#if defined (__stub_remove) || defined (__stub___remove)
6558choke me 10176choke me
6559#else 10177#else
6560remove(); 10178char (*f) () = remove;
6561#endif 10179#endif
10180#ifdef __cplusplus
10181}
10182#endif
6562 10183
10184int
10185main ()
10186{
10187return f != remove;
10188 ;
6563; return 0; } 10189 return 0;
6564EOF 10190}
6565if { (eval echo configure:6566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10191_ACEOF
10192rm -f conftest.$ac_objext conftest$ac_exeext
10193if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10194 (eval $ac_link) 2>conftest.er1
10195 ac_status=$?
10196 grep -v '^ *+' conftest.er1 >conftest.err
6566 rm -rf conftest* 10197 rm -f conftest.er1
10198 cat conftest.err >&5
10199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10200 (exit $ac_status); } &&
10201 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10203 (eval $ac_try) 2>&5
10204 ac_status=$?
10205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10206 (exit $ac_status); }; } &&
10207 { ac_try='test -s conftest$ac_exeext'
10208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10209 (eval $ac_try) 2>&5
10210 ac_status=$?
10211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); }; }; then
6567 eval "ac_cv_func_remove=yes" 10213 ac_cv_func_remove=yes
6568else 10214else
6569 echo "configure: failed program was:" >&5 10215 echo "$as_me: failed program was:" >&5
6570 cat conftest.$ac_ext >&5 10216sed 's/^/| /' conftest.$ac_ext >&5
6571 rm -rf conftest* 10217
6572 eval "ac_cv_func_remove=no" 10218ac_cv_func_remove=no
6573fi 10219fi
6574rm -f conftest* 10220rm -f conftest.err conftest.$ac_objext \
10221 conftest$ac_exeext conftest.$ac_ext
6575fi 10222fi
6576 10223echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6577if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 10224echo "${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 10225
6584 if test $ac_cv_func_remove = no; then 10226 if test $ac_cv_func_remove = no; then
10227 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6585 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 10228echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6586echo "configure:6587: checking for remove in -lposix" >&5 10229if 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 10230 echo $ECHO_N "(cached) $ECHO_C" >&6
6590else 10231else
6591 ac_save_LIBS="$LIBS" 10232 ac_check_lib_save_LIBS=$LIBS
6592LIBS="-lposix $LIBS" 10233LIBS="-lposix $LIBS"
6593cat > conftest.$ac_ext <<EOF 10234cat >conftest.$ac_ext <<_ACEOF
6594#line 6595 "configure" 10235/* confdefs.h. */
6595#include "confdefs.h" 10236_ACEOF
10237cat confdefs.h >>conftest.$ac_ext
10238cat >>conftest.$ac_ext <<_ACEOF
10239/* end confdefs.h. */
10240
6596/* Override any gcc2 internal prototype to avoid an error. */ 10241/* Override any gcc2 internal prototype to avoid an error. */
10242#ifdef __cplusplus
10243extern "C"
10244#endif
6597/* We use char because int might match the return type of a gcc2 10245/* We use char because int might match the return type of a gcc2
6598 builtin and then its argument prototype would still apply. */ 10246 builtin and then its argument prototype would still apply. */
6599char remove(); 10247char remove ();
6600 10248int
6601int main() { 10249main ()
10250{
6602remove() 10251remove ();
10252 ;
6603; return 0; } 10253 return 0;
6604EOF 10254}
6605if { (eval echo configure:6606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10255_ACEOF
10256rm -f conftest.$ac_objext conftest$ac_exeext
10257if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10258 (eval $ac_link) 2>conftest.er1
10259 ac_status=$?
10260 grep -v '^ *+' conftest.er1 >conftest.err
6606 rm -rf conftest* 10261 rm -f conftest.er1
6607 eval "ac_cv_lib_$ac_lib_var=yes" 10262 cat conftest.err >&5
10263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10264 (exit $ac_status); } &&
10265 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10267 (eval $ac_try) 2>&5
10268 ac_status=$?
10269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10270 (exit $ac_status); }; } &&
10271 { ac_try='test -s conftest$ac_exeext'
10272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10273 (eval $ac_try) 2>&5
10274 ac_status=$?
10275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10276 (exit $ac_status); }; }; then
10277 ac_cv_lib_posix_remove=yes
6608else 10278else
6609 echo "configure: failed program was:" >&5 10279 echo "$as_me: failed program was:" >&5
6610 cat conftest.$ac_ext >&5 10280sed 's/^/| /' conftest.$ac_ext >&5
6611 rm -rf conftest* 10281
6612 eval "ac_cv_lib_$ac_lib_var=no" 10282ac_cv_lib_posix_remove=no
6613fi 10283fi
6614rm -f conftest* 10284rm -f conftest.err conftest.$ac_objext \
10285 conftest$ac_exeext conftest.$ac_ext
6615LIBS="$ac_save_LIBS" 10286LIBS=$ac_check_lib_save_LIBS
6616
6617fi 10287fi
6618if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10288echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6619 echo "$ac_t""yes" 1>&6 10289echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
10290if test $ac_cv_lib_posix_remove = yes; then
6620 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 10291 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6621else
6622 echo "$ac_t""no" 1>&6
6623fi 10292fi
6624 10293
6625 fi 10294 fi
6626 10295
6627 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 10296 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
10297 echo "$as_me:$LINENO: checking for shmat" >&5
6628 echo $ac_n "checking for shmat""... $ac_c" 1>&6 10298echo $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 10299if test "${ac_cv_func_shmat+set}" = set; then
6631 echo $ac_n "(cached) $ac_c" 1>&6 10300 echo $ECHO_N "(cached) $ECHO_C" >&6
6632else 10301else
6633 cat > conftest.$ac_ext <<EOF 10302 cat >conftest.$ac_ext <<_ACEOF
6634#line 6635 "configure" 10303/* confdefs.h. */
6635#include "confdefs.h" 10304_ACEOF
10305cat confdefs.h >>conftest.$ac_ext
10306cat >>conftest.$ac_ext <<_ACEOF
10307/* end confdefs.h. */
10308/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
10309 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10310#define shmat innocuous_shmat
10311
6636/* System header to define __stub macros and hopefully few prototypes, 10312/* System header to define __stub macros and hopefully few prototypes,
6637 which can conflict with char shmat(); below. */ 10313 which can conflict with char shmat (); below.
10314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10315 <limits.h> exists even on freestanding compilers. */
10316
10317#ifdef __STDC__
10318# include <limits.h>
10319#else
6638#include <assert.h> 10320# include <assert.h>
10321#endif
10322
10323#undef shmat
10324
6639/* Override any gcc2 internal prototype to avoid an error. */ 10325/* Override any gcc2 internal prototype to avoid an error. */
10326#ifdef __cplusplus
10327extern "C"
10328{
10329#endif
6640/* We use char because int might match the return type of a gcc2 10330/* We use char because int might match the return type of a gcc2
6641 builtin and then its argument prototype would still apply. */ 10331 builtin and then its argument prototype would still apply. */
6642char shmat(); 10332char shmat ();
6643
6644int main() {
6645
6646/* The GNU C library defines this for functions which it implements 10333/* The GNU C library defines this for functions which it implements
6647 to always fail with ENOSYS. Some functions are actually named 10334 to always fail with ENOSYS. Some functions are actually named
6648 something starting with __ and the normal name is an alias. */ 10335 something starting with __ and the normal name is an alias. */
6649#if defined (__stub_shmat) || defined (__stub___shmat) 10336#if defined (__stub_shmat) || defined (__stub___shmat)
6650choke me 10337choke me
6651#else 10338#else
6652shmat(); 10339char (*f) () = shmat;
6653#endif 10340#endif
10341#ifdef __cplusplus
10342}
10343#endif
6654 10344
10345int
10346main ()
10347{
10348return f != shmat;
10349 ;
6655; return 0; } 10350 return 0;
6656EOF 10351}
6657if { (eval echo configure:6658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10352_ACEOF
10353rm -f conftest.$ac_objext conftest$ac_exeext
10354if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10355 (eval $ac_link) 2>conftest.er1
10356 ac_status=$?
10357 grep -v '^ *+' conftest.er1 >conftest.err
6658 rm -rf conftest* 10358 rm -f conftest.er1
10359 cat conftest.err >&5
10360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10361 (exit $ac_status); } &&
10362 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10364 (eval $ac_try) 2>&5
10365 ac_status=$?
10366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367 (exit $ac_status); }; } &&
10368 { ac_try='test -s conftest$ac_exeext'
10369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10370 (eval $ac_try) 2>&5
10371 ac_status=$?
10372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10373 (exit $ac_status); }; }; then
6659 eval "ac_cv_func_shmat=yes" 10374 ac_cv_func_shmat=yes
6660else 10375else
6661 echo "configure: failed program was:" >&5 10376 echo "$as_me: failed program was:" >&5
6662 cat conftest.$ac_ext >&5 10377sed 's/^/| /' conftest.$ac_ext >&5
6663 rm -rf conftest* 10378
6664 eval "ac_cv_func_shmat=no" 10379ac_cv_func_shmat=no
6665fi 10380fi
6666rm -f conftest* 10381rm -f conftest.err conftest.$ac_objext \
10382 conftest$ac_exeext conftest.$ac_ext
6667fi 10383fi
6668 10384echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6669if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10385echo "${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 10386
6676 if test $ac_cv_func_shmat = no; then 10387 if test $ac_cv_func_shmat = no; then
10388 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6677 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10389echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6678echo "configure:6679: checking for shmat in -lipc" >&5 10390if 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 10391 echo $ECHO_N "(cached) $ECHO_C" >&6
6682else 10392else
6683 ac_save_LIBS="$LIBS" 10393 ac_check_lib_save_LIBS=$LIBS
6684LIBS="-lipc $LIBS" 10394LIBS="-lipc $LIBS"
6685cat > conftest.$ac_ext <<EOF 10395cat >conftest.$ac_ext <<_ACEOF
6686#line 6687 "configure" 10396/* confdefs.h. */
6687#include "confdefs.h" 10397_ACEOF
10398cat confdefs.h >>conftest.$ac_ext
10399cat >>conftest.$ac_ext <<_ACEOF
10400/* end confdefs.h. */
10401
6688/* Override any gcc2 internal prototype to avoid an error. */ 10402/* Override any gcc2 internal prototype to avoid an error. */
10403#ifdef __cplusplus
10404extern "C"
10405#endif
6689/* We use char because int might match the return type of a gcc2 10406/* We use char because int might match the return type of a gcc2
6690 builtin and then its argument prototype would still apply. */ 10407 builtin and then its argument prototype would still apply. */
6691char shmat(); 10408char shmat ();
6692 10409int
6693int main() { 10410main ()
10411{
6694shmat() 10412shmat ();
10413 ;
6695; return 0; } 10414 return 0;
6696EOF 10415}
6697if { (eval echo configure:6698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10416_ACEOF
10417rm -f conftest.$ac_objext conftest$ac_exeext
10418if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10419 (eval $ac_link) 2>conftest.er1
10420 ac_status=$?
10421 grep -v '^ *+' conftest.er1 >conftest.err
6698 rm -rf conftest* 10422 rm -f conftest.er1
6699 eval "ac_cv_lib_$ac_lib_var=yes" 10423 cat conftest.err >&5
10424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10425 (exit $ac_status); } &&
10426 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10428 (eval $ac_try) 2>&5
10429 ac_status=$?
10430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10431 (exit $ac_status); }; } &&
10432 { ac_try='test -s conftest$ac_exeext'
10433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10434 (eval $ac_try) 2>&5
10435 ac_status=$?
10436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10437 (exit $ac_status); }; }; then
10438 ac_cv_lib_ipc_shmat=yes
6700else 10439else
6701 echo "configure: failed program was:" >&5 10440 echo "$as_me: failed program was:" >&5
6702 cat conftest.$ac_ext >&5 10441sed 's/^/| /' conftest.$ac_ext >&5
6703 rm -rf conftest* 10442
6704 eval "ac_cv_lib_$ac_lib_var=no" 10443ac_cv_lib_ipc_shmat=no
6705fi 10444fi
6706rm -f conftest* 10445rm -f conftest.err conftest.$ac_objext \
10446 conftest$ac_exeext conftest.$ac_ext
6707LIBS="$ac_save_LIBS" 10447LIBS=$ac_check_lib_save_LIBS
6708
6709fi 10448fi
6710if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10449echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6711 echo "$ac_t""yes" 1>&6 10450echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10451if test $ac_cv_lib_ipc_shmat = yes; then
6712 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10452 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6713else
6714 echo "$ac_t""no" 1>&6
6715fi 10453fi
6716 10454
6717 fi 10455 fi
6718 fi 10456 fi
6719 10457
6720 # Check for libraries that X11R6 Xt/Xaw programs need. 10458 # Check for libraries that X11R6 Xt/Xaw programs need.
6721 ac_save_LDFLAGS="$LDFLAGS" 10459 ac_save_LDFLAGS=$LDFLAGS
6722 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10460 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6723 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 10461 # 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 10462 # 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. 10463 # 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 10464 # These have to be linked with before -lX11, unlike the other
6727 # libraries we check for below, so use a different variable. 10465 # libraries we check for below, so use a different variable.
6728 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10466 # John Interrante, Karl Berry
10467 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6729 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10468echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6730echo "configure:6731: checking for IceConnectionNumber in -lICE" >&5 10469if 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 10470 echo $ECHO_N "(cached) $ECHO_C" >&6
6734else 10471else
6735 ac_save_LIBS="$LIBS" 10472 ac_check_lib_save_LIBS=$LIBS
6736LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10473LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6737cat > conftest.$ac_ext <<EOF 10474cat >conftest.$ac_ext <<_ACEOF
6738#line 6739 "configure" 10475/* confdefs.h. */
6739#include "confdefs.h" 10476_ACEOF
10477cat confdefs.h >>conftest.$ac_ext
10478cat >>conftest.$ac_ext <<_ACEOF
10479/* end confdefs.h. */
10480
6740/* Override any gcc2 internal prototype to avoid an error. */ 10481/* Override any gcc2 internal prototype to avoid an error. */
10482#ifdef __cplusplus
10483extern "C"
10484#endif
6741/* We use char because int might match the return type of a gcc2 10485/* We use char because int might match the return type of a gcc2
6742 builtin and then its argument prototype would still apply. */ 10486 builtin and then its argument prototype would still apply. */
6743char IceConnectionNumber(); 10487char IceConnectionNumber ();
6744 10488int
6745int main() { 10489main ()
10490{
6746IceConnectionNumber() 10491IceConnectionNumber ();
10492 ;
6747; return 0; } 10493 return 0;
6748EOF 10494}
6749if { (eval echo configure:6750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10495_ACEOF
10496rm -f conftest.$ac_objext conftest$ac_exeext
10497if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10498 (eval $ac_link) 2>conftest.er1
10499 ac_status=$?
10500 grep -v '^ *+' conftest.er1 >conftest.err
6750 rm -rf conftest* 10501 rm -f conftest.er1
6751 eval "ac_cv_lib_$ac_lib_var=yes" 10502 cat conftest.err >&5
10503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10504 (exit $ac_status); } &&
10505 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10507 (eval $ac_try) 2>&5
10508 ac_status=$?
10509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10510 (exit $ac_status); }; } &&
10511 { ac_try='test -s conftest$ac_exeext'
10512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10513 (eval $ac_try) 2>&5
10514 ac_status=$?
10515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10516 (exit $ac_status); }; }; then
10517 ac_cv_lib_ICE_IceConnectionNumber=yes
6752else 10518else
6753 echo "configure: failed program was:" >&5 10519 echo "$as_me: failed program was:" >&5
6754 cat conftest.$ac_ext >&5 10520sed 's/^/| /' conftest.$ac_ext >&5
6755 rm -rf conftest* 10521
6756 eval "ac_cv_lib_$ac_lib_var=no" 10522ac_cv_lib_ICE_IceConnectionNumber=no
6757fi 10523fi
6758rm -f conftest* 10524rm -f conftest.err conftest.$ac_objext \
10525 conftest$ac_exeext conftest.$ac_ext
6759LIBS="$ac_save_LIBS" 10526LIBS=$ac_check_lib_save_LIBS
6760
6761fi 10527fi
6762if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10528echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6763 echo "$ac_t""yes" 1>&6 10529echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10530if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6764 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10531 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6765else
6766 echo "$ac_t""no" 1>&6
6767fi 10532fi
6768 10533
6769 LDFLAGS="$ac_save_LDFLAGS" 10534 LDFLAGS=$ac_save_LDFLAGS
6770 10535
6771fi 10536fi
6772 10537
6773 10538
6774 10539
6775if test x$support_xpm = xyes; then 10540if test x$support_xpm = xyes; then
6776 10541
6777 10542
6778 10543
6779# Initialize some more variables set by options. 10544# Initialize some more variables set by options.
6780# The variables have the same names as the options, with 10545# The variables have the same names as the options, with
6781# dashes changed to underlines. 10546# dashes changed to underlines.
6782 10547
6783# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 10548# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6784# paths, otherwise set no_xpm=yes. 10549# paths, otherwise set no_xpm=yes.
6785# Uses ac_ vars as temps to allow command line to override cache and checks. 10550# Uses ac_ vars as temps to allow command line to override cache and checks.
10551echo "$as_me:$LINENO: checking for libXpm" >&5
6786echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10552echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6787echo "configure:6788: checking for libXpm" >&5 10553
6788 10554
6789# Check whether --with-xpm_includes or --without-xpm_includes was given. 10555# Check whether --with-xpm_includes or --without-xpm_includes was given.
6790if test "${with_xpm_includes+set}" = set; then 10556if test "${with_xpm_includes+set}" = set; then
6791 withval="$with_xpm_includes" 10557 withval="$with_xpm_includes"
6792 xpm_includes="$withval" 10558 xpm_includes="$withval"
6793else 10559else
6794 xpm_includes=NO 10560 xpm_includes=NO
6795fi 10561fi;
6796 10562
6797# Check whether --with-xpm_library or --without-xpm_library was given. 10563# Check whether --with-xpm_library or --without-xpm_library was given.
6798if test "${with_xpm_library+set}" = set; then 10564if test "${with_xpm_library+set}" = set; then
6799 withval="$with_xpm_library" 10565 withval="$with_xpm_library"
6800 xpm_libraries="$withval" 10566 xpm_libraries="$withval"
6801else 10567else
6802 xpm_libraries=NO 10568 xpm_libraries=NO
6803fi 10569fi;
6804
6805 10570
6806# --without-xpm overrides everything else, but does not touch the cache. 10571# --without-xpm overrides everything else, but does not touch the cache.
10572
6807# Check whether --with-xpm or --without-xpm was given. 10573# Check whether --with-xpm or --without-xpm was given.
6808if test "${with_xpm+set}" = set; then 10574if test "${with_xpm+set}" = set; then
6809 withval="$with_xpm" 10575 withval="$with_xpm"
6810 : 10576
6811fi 10577fi;
6812
6813if test "$with_xpm" = no; then 10578if test "$with_xpm" = no; then
6814 have_xpm=disabled 10579 have_xpm=disabled
6815else 10580else
6816 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10581 if test "${ac_cv_have_xpm+set}" = set; then
6817 echo $ac_n "(cached) $ac_c" 1>&6 10582 echo $ECHO_N "(cached) $ECHO_C" >&6
6818else 10583else
6819 10584
6820 vt_xpm_include_X11=no 10585 vt_xpm_include_X11=no
6821 if test -n "$xpm_includes"; then 10586 if test -n "$xpm_includes"; then
6822 vt_xpm_includes=$xpm_includes 10587 vt_xpm_includes=$xpm_includes
6823 else 10588 else
6824 vt_xpm_includes=NO 10589 vt_xpm_includes=NO
6834 10599
6835ac_save_CPPFLAGS="$CPPFLAGS" 10600ac_save_CPPFLAGS="$CPPFLAGS"
6836CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10601CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6837 10602
6838 # First, try using that file with no special directory specified. 10603 # First, try using that file with no special directory specified.
6839cat > conftest.$ac_ext <<EOF 10604cat >conftest.$ac_ext <<_ACEOF
6840#line 6841 "configure" 10605/* confdefs.h. */
6841#include "confdefs.h" 10606_ACEOF
10607cat confdefs.h >>conftest.$ac_ext
10608cat >>conftest.$ac_ext <<_ACEOF
10609/* end confdefs.h. */
6842#include <X11/xpm.h> 10610#include <X11/xpm.h>
6843EOF 10611_ACEOF
6844ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10612if { (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; } 10613 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6846ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10614 ac_status=$?
10615 grep -v '^ *+' conftest.er1 >conftest.err
10616 rm -f conftest.er1
10617 cat conftest.err >&5
10618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10619 (exit $ac_status); } >/dev/null; then
10620 if test -s conftest.err; then
10621 ac_cpp_err=$ac_cxx_preproc_warn_flag
10622 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10623 else
10624 ac_cpp_err=
10625 fi
10626else
10627 ac_cpp_err=yes
10628fi
6847if test -z "$ac_err"; then 10629if test -z "$ac_cpp_err"; then
6848 rm -rf conftest*
6849 # We can compile using X headers with no special include directory. 10630 # We can compile using X headers with no special include directory.
6850vt_xpm_includes= 10631vt_xpm_includes=
6851vt_xpm_include_X11=yes 10632vt_xpm_include_X11=yes
6852else 10633else
6853 echo "$ac_err" >&5
6854 echo "configure: failed program was:" >&5 10634 echo "$as_me: failed program was:" >&5
6855 cat conftest.$ac_ext >&5 10635sed 's/^/| /' conftest.$ac_ext >&5
6856 rm -rf conftest* 10636
6857 CPPFLAGS="$ac_save_CPPFLAGS" 10637 CPPFLAGS="$ac_save_CPPFLAGS"
6858# Look for the header file in a standard set of common directories. 10638# Look for the header file in a standard set of common directories.
6859 for ac_dir in \ 10639 for ac_dir in \
6860 /usr/X11/include \ 10640 /usr/X11/include \
6861 /usr/X11R6/include \ 10641 /usr/X11R6/include \
6902 break 10682 break
6903 fi 10683 fi
6904 fi 10684 fi
6905 done 10685 done
6906fi 10686fi
6907rm -f conftest* 10687rm -f conftest.err conftest.$ac_ext
6908fi 10688fi
6909 10689
6910if test "$vt_xpm_libraries" = NO; then 10690if test "$vt_xpm_libraries" = NO; then
6911 # Check for the libraries. 10691 # Check for the libraries.
6912 10692
6913 # See if we find them without any special options. 10693 # See if we find them without any special options.
6914 # Don't add to $LIBS permanently. 10694 # Don't add to $LIBS permanently.
6915 ac_save_LIBS="$LIBS" 10695 ac_save_LIBS="$LIBS"
6916 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10696 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6917cat > conftest.$ac_ext <<EOF 10697cat >conftest.$ac_ext <<_ACEOF
6918#line 6919 "configure" 10698/* confdefs.h. */
6919#include "confdefs.h" 10699_ACEOF
10700cat confdefs.h >>conftest.$ac_ext
10701cat >>conftest.$ac_ext <<_ACEOF
10702/* end confdefs.h. */
6920 10703
6921int main() { 10704int
10705main ()
10706{
6922XpmReadFileToPixmap() 10707XpmReadFileToPixmap()
10708 ;
6923; return 0; } 10709 return 0;
6924EOF 10710}
6925if { (eval echo configure:6926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10711_ACEOF
10712rm -f conftest.$ac_objext conftest$ac_exeext
10713if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10714 (eval $ac_link) 2>conftest.er1
10715 ac_status=$?
10716 grep -v '^ *+' conftest.er1 >conftest.err
6926 rm -rf conftest* 10717 rm -f conftest.er1
10718 cat conftest.err >&5
10719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10720 (exit $ac_status); } &&
10721 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10723 (eval $ac_try) 2>&5
10724 ac_status=$?
10725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10726 (exit $ac_status); }; } &&
10727 { ac_try='test -s conftest$ac_exeext'
10728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10729 (eval $ac_try) 2>&5
10730 ac_status=$?
10731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10732 (exit $ac_status); }; }; then
6927 LIBS="$ac_save_LIBS" 10733 LIBS="$ac_save_LIBS"
6928# We can link libXpm with no special library path. 10734# We can link libXpm with no special library path.
6929vt_xpm_libraries= 10735vt_xpm_libraries=
6930else 10736else
6931 echo "configure: failed program was:" >&5 10737 echo "$as_me: failed program was:" >&5
6932 cat conftest.$ac_ext >&5 10738sed 's/^/| /' conftest.$ac_ext >&5
6933 rm -rf conftest* 10739
6934 LIBS="$ac_save_LIBS" 10740LIBS="$ac_save_LIBS"
6935# First see if replacing the include by lib works. 10741# First see if replacing the include by lib works.
6936for ac_dir in \ 10742for ac_dir in \
6937 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 10743 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6938 /usr/X11/lib \ 10744 /usr/X11/lib \
6939 /usr/X11R6/lib \ 10745 /usr/X11R6/lib \
6976 break 2 10782 break 2
6977 fi 10783 fi
6978 done 10784 done
6979done 10785done
6980fi 10786fi
6981rm -f conftest* 10787rm -f conftest.err conftest.$ac_objext \
10788 conftest$ac_exeext conftest.$ac_ext
6982fi 10789fi
6983 10790
6984 10791
6985 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 10792 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6986 ac_cv_have_xpm="have_xpm=no" 10793 ac_cv_have_xpm="have_xpm=no"
6992fi 10799fi
6993 eval "$ac_cv_have_xpm" 10800 eval "$ac_cv_have_xpm"
6994fi 10801fi
6995 10802
6996if test "$have_xpm" != yes; then 10803if test "$have_xpm" != yes; then
6997 echo "$ac_t""$have_xpm" 1>&6 10804 echo "$as_me:$LINENO: result: $have_xpm" >&5
10805echo "${ECHO_T}$have_xpm" >&6
6998 no_xpm=yes 10806 no_xpm=yes
6999else 10807else
7000 if test "$xpm_includes" != NO; then 10808 if test "$xpm_includes" != NO; then
7001 if test "$xpm_includes" = "$vt_xpm_includes"; then 10809 if test "$xpm_includes" = "$vt_xpm_includes"; then
7002 if test -r "$xpm_includes/X11/xpm.h"; then 10810 if test -r "$xpm_includes/X11/xpm.h"; then
7003 vt_xpm_include_X11=yes 10811 vt_xpm_include_X11=yes
7004 fi 10812 fi
7005 else 10813 else
7006 vt_xpm_include_X11=no 10814 vt_xpm_include_X11=no
7007 if test -z "$xpm_includes"; then 10815 if test -z "$xpm_includes"; then
7008 cat > conftest.$ac_ext <<EOF 10816 cat >conftest.$ac_ext <<_ACEOF
7009#line 7010 "configure" 10817/* confdefs.h. */
7010#include "confdefs.h" 10818_ACEOF
10819cat confdefs.h >>conftest.$ac_ext
10820cat >>conftest.$ac_ext <<_ACEOF
10821/* end confdefs.h. */
7011#include <X11/xpm.h> 10822#include <X11/xpm.h>
7012EOF 10823_ACEOF
7013ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10824if { (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; } 10825 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7015ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10826 ac_status=$?
10827 grep -v '^ *+' conftest.er1 >conftest.err
10828 rm -f conftest.er1
10829 cat conftest.err >&5
10830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10831 (exit $ac_status); } >/dev/null; then
10832 if test -s conftest.err; then
10833 ac_cpp_err=$ac_cxx_preproc_warn_flag
10834 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10835 else
10836 ac_cpp_err=
10837 fi
10838else
10839 ac_cpp_err=yes
10840fi
7016if test -z "$ac_err"; then 10841if test -z "$ac_cpp_err"; then
7017 rm -rf conftest*
7018 vt_xpm_include_X11=yes 10842 vt_xpm_include_X11=yes
7019else 10843else
7020 echo "$ac_err" >&5
7021 echo "configure: failed program was:" >&5 10844 echo "$as_me: failed program was:" >&5
7022 cat conftest.$ac_ext >&5 10845sed 's/^/| /' conftest.$ac_ext >&5
10846
10847
7023fi 10848fi
7024rm -f conftest* 10849rm -f conftest.err conftest.$ac_ext
7025 else 10850 else
7026 if test -r "$xpm_includes/X11/xpm.h"; then 10851 if test -r "$xpm_includes/X11/xpm.h"; then
7027 vt_xpm_include_X11=yes 10852 vt_xpm_include_X11=yes
7028 fi 10853 fi
7029 fi 10854 fi
7036 # Update the cache value to reflect the command line values. 10861 # Update the cache value to reflect the command line values.
7037 ac_cv_have_xpm="have_xpm=yes \ 10862 ac_cv_have_xpm="have_xpm=yes \
7038 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 10863 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
7039 vt_xpm_include_X11=$vt_xpm_include_X11" 10864 vt_xpm_include_X11=$vt_xpm_include_X11"
7040 eval "$ac_cv_have_xpm" 10865 eval "$ac_cv_have_xpm"
10866 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 10867echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7042 if test -n "$vt_xpm_includes"; then 10868 if test -n "$vt_xpm_includes"; then
7043 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10869 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7044 fi 10870 fi
7045 if test -n "$vt_xpm_includes"; then 10871 if test -n "$vt_xpm_includes"; then
7046 XPM_CFLAGS="-I$vt_xpm_includes" 10872 XPM_CFLAGS="-I$vt_xpm_includes"
7048 XPM_LIBS="-lXpm" 10874 XPM_LIBS="-lXpm"
7049 if test -n "$vt_xpm_libraries"; then 10875 if test -n "$vt_xpm_libraries"; then
7050 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10876 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7051 fi 10877 fi
7052 if test "x$vt_xpm_include_X11" = xyes; then 10878 if test "x$vt_xpm_include_X11" = xyes; then
10879
7053 cat >> confdefs.h <<\EOF 10880cat >>confdefs.h <<\_ACEOF
7054#define XPM_INC_X11 1 10881#define XPM_INC_X11 1
7055EOF 10882_ACEOF
7056 10883
7057 fi 10884 fi
7058fi 10885fi
7059 10886
7060 10887
7064 if test x$no_xpm = xyes; then 10891 if test x$no_xpm = xyes; then
7065 support_xpm=needsmanualspecification 10892 support_xpm=needsmanualspecification
7066 fi 10893 fi
7067fi 10894fi
7068 10895
10896echo "$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 10897echo $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 10898if test "${ac_cv_header_sys_wait_h+set}" = set; then
7072 echo $ac_n "(cached) $ac_c" 1>&6 10899 echo $ECHO_N "(cached) $ECHO_C" >&6
7073else 10900else
7074 cat > conftest.$ac_ext <<EOF 10901 cat >conftest.$ac_ext <<_ACEOF
7075#line 7076 "configure" 10902/* confdefs.h. */
7076#include "confdefs.h" 10903_ACEOF
10904cat confdefs.h >>conftest.$ac_ext
10905cat >>conftest.$ac_ext <<_ACEOF
10906/* end confdefs.h. */
7077#include <sys/types.h> 10907#include <sys/types.h>
7078#include <sys/wait.h> 10908#include <sys/wait.h>
7079#ifndef WEXITSTATUS 10909#ifndef WEXITSTATUS
7080#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10910# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7081#endif 10911#endif
7082#ifndef WIFEXITED 10912#ifndef WIFEXITED
7083#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10913# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7084#endif 10914#endif
7085int main() { 10915
10916int
10917main ()
10918{
7086int s; 10919 int s;
7087wait (&s); 10920 wait (&s);
7088s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10921 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10922 ;
7089; return 0; } 10923 return 0;
7090EOF 10924}
7091if { (eval echo configure:7092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10925_ACEOF
10926rm -f conftest.$ac_objext
10927if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10928 (eval $ac_compile) 2>conftest.er1
10929 ac_status=$?
10930 grep -v '^ *+' conftest.er1 >conftest.err
7092 rm -rf conftest* 10931 rm -f conftest.er1
10932 cat conftest.err >&5
10933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10934 (exit $ac_status); } &&
10935 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10937 (eval $ac_try) 2>&5
10938 ac_status=$?
10939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10940 (exit $ac_status); }; } &&
10941 { ac_try='test -s conftest.$ac_objext'
10942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10943 (eval $ac_try) 2>&5
10944 ac_status=$?
10945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10946 (exit $ac_status); }; }; then
7093 ac_cv_header_sys_wait_h=yes 10947 ac_cv_header_sys_wait_h=yes
7094else 10948else
7095 echo "configure: failed program was:" >&5 10949 echo "$as_me: failed program was:" >&5
7096 cat conftest.$ac_ext >&5 10950sed 's/^/| /' conftest.$ac_ext >&5
7097 rm -rf conftest* 10951
7098 ac_cv_header_sys_wait_h=no 10952ac_cv_header_sys_wait_h=no
7099fi 10953fi
7100rm -f conftest* 10954rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7101fi 10955fi
7102 10956echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7103echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10957echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7104if test $ac_cv_header_sys_wait_h = yes; then 10958if test $ac_cv_header_sys_wait_h = yes; then
10959
7105 cat >> confdefs.h <<\EOF 10960cat >>confdefs.h <<\_ACEOF
7106#define HAVE_SYS_WAIT_H 1 10961#define HAVE_SYS_WAIT_H 1
7107EOF 10962_ACEOF
7108 10963
7109fi 10964fi
7110 10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
7111for ac_hdr in \ 10990for ac_header in \
7112 assert.h \ 10991 assert.h \
7113 fcntl.h \ 10992 fcntl.h \
7114 grp.h \ 10993 grp.h \
7115 libc.h \ 10994 libc.h \
7116 lastlog.h \ 10995 lastlog.h \
7122 sys/byteorder.h \ 11001 sys/byteorder.h \
7123 sys/ioctl.h \ 11002 sys/ioctl.h \
7124 sys/select.h \ 11003 sys/select.h \
7125 sys/sockio.h \ 11004 sys/sockio.h \
7126 sys/strredir.h \ 11005 sys/strredir.h \
11006 sys/stropts.h \
7127 sys/time.h \ 11007 sys/time.h \
7128 utmp.h \ 11008 utmp.h \
7129 utmpx.h \ 11009 utmpx.h \
7130 stdint.h \ 11010 stdint.h \
11011 pty.h \
11012 wchar.h \
11013 cwchar \
11014 clocale \
7131 11015
7132do 11016do
7133ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 11017as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11018if eval "test \"\${$as_ac_Header+set}\" = set"; then
11019 echo "$as_me:$LINENO: checking for $ac_header" >&5
7134echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 11020echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7135echo "configure:7136: checking for $ac_hdr" >&5 11021if 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 11022 echo $ECHO_N "(cached) $ECHO_C" >&6
11023fi
11024echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11025echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7138else 11026else
11027 # Is the header compilable?
11028echo "$as_me:$LINENO: checking $ac_header usability" >&5
11029echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7139 cat > conftest.$ac_ext <<EOF 11030cat >conftest.$ac_ext <<_ACEOF
7140#line 7141 "configure" 11031/* confdefs.h. */
7141#include "confdefs.h" 11032_ACEOF
11033cat confdefs.h >>conftest.$ac_ext
11034cat >>conftest.$ac_ext <<_ACEOF
11035/* end confdefs.h. */
11036$ac_includes_default
7142#include <$ac_hdr> 11037#include <$ac_header>
7143EOF 11038_ACEOF
7144ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11039rm -f conftest.$ac_objext
7145{ (eval echo configure:7146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11040if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7146ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11041 (eval $ac_compile) 2>conftest.er1
11042 ac_status=$?
11043 grep -v '^ *+' conftest.er1 >conftest.err
11044 rm -f conftest.er1
11045 cat conftest.err >&5
11046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11047 (exit $ac_status); } &&
11048 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11050 (eval $ac_try) 2>&5
11051 ac_status=$?
11052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11053 (exit $ac_status); }; } &&
11054 { ac_try='test -s conftest.$ac_objext'
11055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11056 (eval $ac_try) 2>&5
11057 ac_status=$?
11058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059 (exit $ac_status); }; }; then
11060 ac_header_compiler=yes
11061else
11062 echo "$as_me: failed program was:" >&5
11063sed 's/^/| /' conftest.$ac_ext >&5
11064
11065ac_header_compiler=no
11066fi
11067rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11068echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11069echo "${ECHO_T}$ac_header_compiler" >&6
11070
11071# Is the header present?
11072echo "$as_me:$LINENO: checking $ac_header presence" >&5
11073echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11074cat >conftest.$ac_ext <<_ACEOF
11075/* confdefs.h. */
11076_ACEOF
11077cat confdefs.h >>conftest.$ac_ext
11078cat >>conftest.$ac_ext <<_ACEOF
11079/* end confdefs.h. */
11080#include <$ac_header>
11081_ACEOF
11082if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11083 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11084 ac_status=$?
11085 grep -v '^ *+' conftest.er1 >conftest.err
11086 rm -f conftest.er1
11087 cat conftest.err >&5
11088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11089 (exit $ac_status); } >/dev/null; then
11090 if test -s conftest.err; then
11091 ac_cpp_err=$ac_cxx_preproc_warn_flag
11092 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11093 else
11094 ac_cpp_err=
11095 fi
11096else
11097 ac_cpp_err=yes
11098fi
7147if test -z "$ac_err"; then 11099if test -z "$ac_cpp_err"; then
7148 rm -rf conftest* 11100 ac_header_preproc=yes
7149 eval "ac_cv_header_$ac_safe=yes"
7150else 11101else
7151 echo "$ac_err" >&5
7152 echo "configure: failed program was:" >&5 11102 echo "$as_me: failed program was:" >&5
7153 cat conftest.$ac_ext >&5 11103sed 's/^/| /' conftest.$ac_ext >&5
7154 rm -rf conftest* 11104
7155 eval "ac_cv_header_$ac_safe=no" 11105 ac_header_preproc=no
7156fi 11106fi
7157rm -f conftest* 11107rm -f conftest.err conftest.$ac_ext
11108echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11109echo "${ECHO_T}$ac_header_preproc" >&6
11110
11111# So? What about this header?
11112case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11113 yes:no: )
11114 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11115echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11116 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11117echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11118 ac_header_preproc=yes
11119 ;;
11120 no:yes:* )
11121 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11122echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11123 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11124echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11125 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11126echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11127 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11128echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11129 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11130echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11131 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11132echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11133 (
11134 cat <<\_ASBOX
11135## ------------------------------------------ ##
11136## Report this to the AC_PACKAGE_NAME lists. ##
11137## ------------------------------------------ ##
11138_ASBOX
11139 ) |
11140 sed "s/^/$as_me: WARNING: /" >&2
11141 ;;
11142esac
11143echo "$as_me:$LINENO: checking for $ac_header" >&5
11144echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11145if eval "test \"\${$as_ac_Header+set}\" = set"; then
11146 echo $ECHO_N "(cached) $ECHO_C" >&6
11147else
11148 eval "$as_ac_Header=\$ac_header_preproc"
7158fi 11149fi
7159if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 11150echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7160 echo "$ac_t""yes" 1>&6 11151echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7161 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 11152
11153fi
11154if test `eval echo '${'$as_ac_Header'}'` = yes; then
7162 cat >> confdefs.h <<EOF 11155 cat >>confdefs.h <<_ACEOF
7163#define $ac_tr_hdr 1 11156#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7164EOF 11157_ACEOF
7165 11158
7166else
7167 echo "$ac_t""no" 1>&6
7168fi 11159fi
11160
7169done 11161done
7170 11162
7171 11163
11164echo "$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 11165echo $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 11166if test "${ac_cv_header_time+set}" = set; then
7175 echo $ac_n "(cached) $ac_c" 1>&6 11167 echo $ECHO_N "(cached) $ECHO_C" >&6
7176else 11168else
7177 cat > conftest.$ac_ext <<EOF 11169 cat >conftest.$ac_ext <<_ACEOF
7178#line 7179 "configure" 11170/* confdefs.h. */
7179#include "confdefs.h" 11171_ACEOF
11172cat confdefs.h >>conftest.$ac_ext
11173cat >>conftest.$ac_ext <<_ACEOF
11174/* end confdefs.h. */
7180#include <sys/types.h> 11175#include <sys/types.h>
7181#include <sys/time.h> 11176#include <sys/time.h>
7182#include <time.h> 11177#include <time.h>
7183int main() { 11178
7184struct tm *tp; 11179int
11180main ()
11181{
11182if ((struct tm *) 0)
11183return 0;
11184 ;
7185; return 0; } 11185 return 0;
7186EOF 11186}
7187if { (eval echo configure:7188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11187_ACEOF
11188rm -f conftest.$ac_objext
11189if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11190 (eval $ac_compile) 2>conftest.er1
11191 ac_status=$?
11192 grep -v '^ *+' conftest.er1 >conftest.err
7188 rm -rf conftest* 11193 rm -f conftest.er1
11194 cat conftest.err >&5
11195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11196 (exit $ac_status); } &&
11197 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11199 (eval $ac_try) 2>&5
11200 ac_status=$?
11201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11202 (exit $ac_status); }; } &&
11203 { ac_try='test -s conftest.$ac_objext'
11204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11205 (eval $ac_try) 2>&5
11206 ac_status=$?
11207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11208 (exit $ac_status); }; }; then
7189 ac_cv_header_time=yes 11209 ac_cv_header_time=yes
7190else 11210else
7191 echo "configure: failed program was:" >&5 11211 echo "$as_me: failed program was:" >&5
7192 cat conftest.$ac_ext >&5 11212sed 's/^/| /' conftest.$ac_ext >&5
7193 rm -rf conftest* 11213
7194 ac_cv_header_time=no 11214ac_cv_header_time=no
7195fi 11215fi
7196rm -f conftest* 11216rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7197fi 11217fi
7198 11218echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7199echo "$ac_t""$ac_cv_header_time" 1>&6 11219echo "${ECHO_T}$ac_cv_header_time" >&6
7200if test $ac_cv_header_time = yes; then 11220if test $ac_cv_header_time = yes; then
11221
7201 cat >> confdefs.h <<\EOF 11222cat >>confdefs.h <<\_ACEOF
7202#define TIME_WITH_SYS_TIME 1 11223#define TIME_WITH_SYS_TIME 1
7203EOF 11224_ACEOF
7204 11225
7205fi 11226fi
7206 11227
7207 11228
11229echo "$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 11230echo $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 11231if test "${rxvt_cv_header_sysioctl+set}" = set; then
7211 echo $ac_n "(cached) $ac_c" 1>&6 11232 echo $ECHO_N "(cached) $ECHO_C" >&6
7212else 11233else
7213 cat > conftest.$ac_ext <<EOF 11234 cat >conftest.$ac_ext <<_ACEOF
7214#line 7215 "configure" 11235/* confdefs.h. */
7215#include "confdefs.h" 11236_ACEOF
11237cat confdefs.h >>conftest.$ac_ext
11238cat >>conftest.$ac_ext <<_ACEOF
11239/* end confdefs.h. */
7216#include <stdio.h> 11240#include <stdio.h>
7217#include <sys/ioctl.h> 11241#include <sys/ioctl.h>
7218#ifdef HAVE_TERMIOS_H 11242#ifdef HAVE_TERMIOS_H
7219#include <termios.h> 11243#include <termios.h>
7220#endif 11244#endif
7221int main() { 11245int
11246main ()
11247{
7222int a = ECHO; 11248int a = ECHO;
11249 ;
7223; return 0; } 11250 return 0;
7224EOF 11251}
7225if { (eval echo configure:7226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11252_ACEOF
11253rm -f conftest.$ac_objext
11254if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11255 (eval $ac_compile) 2>conftest.er1
11256 ac_status=$?
11257 grep -v '^ *+' conftest.er1 >conftest.err
7226 rm -rf conftest* 11258 rm -f conftest.er1
11259 cat conftest.err >&5
11260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11261 (exit $ac_status); } &&
11262 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11264 (eval $ac_try) 2>&5
11265 ac_status=$?
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); }; } &&
11268 { ac_try='test -s conftest.$ac_objext'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5
11271 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; }; then
7227 rxvt_cv_header_sysioctl=yes 11274 rxvt_cv_header_sysioctl=yes
7228else 11275else
7229 echo "configure: failed program was:" >&5 11276 echo "$as_me: failed program was:" >&5
7230 cat conftest.$ac_ext >&5 11277sed 's/^/| /' conftest.$ac_ext >&5
7231 rm -rf conftest* 11278
7232 rxvt_cv_header_sysioctl=no 11279rxvt_cv_header_sysioctl=no
7233fi 11280fi
7234rm -f conftest* 11281rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7235fi 11282fi
7236 11283echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7237echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 11284echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7238 11285
7239if test -n "$GCC"; then 11286if test -n "$GCC"; then
7240 LDARG="-Wl," 11287 LDARG="-Wl,"
7241else 11288else
7242 LDARG="" 11289 LDARG=""
7245 11292
7246ac_save_CFLAGS=$CFLAGS 11293ac_save_CFLAGS=$CFLAGS
7247ac_save_LIBS=$LIBS 11294ac_save_LIBS=$LIBS
7248CFLAGS="$CFLAGS $X_CFLAGS" 11295CFLAGS="$CFLAGS $X_CFLAGS"
7249LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11296LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11297echo "$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 11298echo $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 11299if test "${rxvt_cv_rpath+set}" = set; then
7253 echo $ac_n "(cached) $ac_c" 1>&6 11300 echo $ECHO_N "(cached) $ECHO_C" >&6
7254else 11301else
7255 if test "$cross_compiling" = yes; then 11302 if test "$cross_compiling" = yes; then
11303 { 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 11304echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7257else 11305else
7258 cat > conftest.$ac_ext <<EOF 11306 cat >conftest.$ac_ext <<_ACEOF
7259#line 7260 "configure" 11307/* confdefs.h. */
7260#include "confdefs.h" 11308_ACEOF
11309cat confdefs.h >>conftest.$ac_ext
11310cat >>conftest.$ac_ext <<_ACEOF
11311/* end confdefs.h. */
7261 11312
7262main() 11313main()
7263{ 11314{
7264 exit(0); 11315 exit(0);
7265 (void) XOpenDisplay("foobar"); 11316 (void) XOpenDisplay("foobar");
7266} 11317}
7267EOF 11318_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 11319rm -f conftest$ac_exeext
7269then 11320if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11321 (eval $ac_link) 2>&5
11322 ac_status=$?
11323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11324 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5
11327 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; }; then
7270 rxvt_cv_rpath=yes 11330 rxvt_cv_rpath=yes
7271else 11331else
11332 echo "$as_me: program exited with status $ac_status" >&5
7272 echo "configure: failed program was:" >&5 11333echo "$as_me: failed program was:" >&5
7273 cat conftest.$ac_ext >&5 11334sed 's/^/| /' conftest.$ac_ext >&5
7274 rm -fr conftest* 11335
11336( exit $ac_status )
7275 rxvt_cv_rpath=no 11337rxvt_cv_rpath=no
7276fi 11338fi
7277rm -fr conftest* 11339rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7278fi 11340fi
7279
7280fi 11341fi
7281 11342echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7282echo "$ac_t""$rxvt_cv_rpath" 1>&6 11343echo "${ECHO_T}$rxvt_cv_rpath" >&6
7283if test x$rxvt_cv_rpath != xyes; then 11344if test x$rxvt_cv_rpath != xyes; then
7284 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 11345 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"` 11346 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11347 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 11348echo $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 11349if test "${rxvt_cv_R+set}" = set; then
7289 echo $ac_n "(cached) $ac_c" 1>&6 11350 echo $ECHO_N "(cached) $ECHO_C" >&6
7290else 11351else
7291 if test "$cross_compiling" = yes; then 11352 if test "$cross_compiling" = yes; then
7292 rxvt_cv_R=no 11353 rxvt_cv_R=no
7293else 11354else
7294 cat > conftest.$ac_ext <<EOF 11355 cat >conftest.$ac_ext <<_ACEOF
7295#line 7296 "configure" 11356/* confdefs.h. */
7296#include "confdefs.h" 11357_ACEOF
11358cat confdefs.h >>conftest.$ac_ext
11359cat >>conftest.$ac_ext <<_ACEOF
11360/* end confdefs.h. */
7297 11361
7298main() 11362main()
7299{ 11363{
7300 exit(0); 11364 exit(0);
7301 (void) XOpenDisplay("foobar"); 11365 (void) XOpenDisplay("foobar");
7302} 11366}
7303EOF 11367_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 11368rm -f conftest$ac_exeext
7305then 11369if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11370 (eval $ac_link) 2>&5
11371 ac_status=$?
11372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11373 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11375 (eval $ac_try) 2>&5
11376 ac_status=$?
11377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11378 (exit $ac_status); }; }; then
7306 rxvt_cv_R=yes 11379 rxvt_cv_R=yes
7307else 11380else
11381 echo "$as_me: program exited with status $ac_status" >&5
7308 echo "configure: failed program was:" >&5 11382echo "$as_me: failed program was:" >&5
7309 cat conftest.$ac_ext >&5 11383sed 's/^/| /' conftest.$ac_ext >&5
7310 rm -fr conftest* 11384
11385( exit $ac_status )
7311 rxvt_cv_R=no 11386rxvt_cv_R=no
7312fi 11387fi
7313rm -fr conftest* 11388rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7314fi 11389fi
7315
7316fi 11390fi
7317 11391echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7318echo "$ac_t""$rxvt_cv_R" 1>&6 11392echo "${ECHO_T}$rxvt_cv_R" >&6
7319 if test x$rxvt_cv_R != xyes; then 11393 if test x$rxvt_cv_R != xyes; then
7320 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11394 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7321 fi 11395 fi
7322fi 11396fi
7323 11397
11398echo "$as_me:$LINENO: checking for XPointer" >&5
7324echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11399echo $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 11400if test "${rxvt_cv_xpointer+set}" = set; then
7327 echo $ac_n "(cached) $ac_c" 1>&6 11401 echo $ECHO_N "(cached) $ECHO_C" >&6
7328else 11402else
7329 cat > conftest.$ac_ext <<EOF 11403 cat >conftest.$ac_ext <<_ACEOF
7330#line 7331 "configure" 11404/* confdefs.h. */
7331#include "confdefs.h" 11405_ACEOF
11406cat confdefs.h >>conftest.$ac_ext
11407cat >>conftest.$ac_ext <<_ACEOF
11408/* end confdefs.h. */
7332#include <X11/Xlib.h> 11409#include <X11/Xlib.h>
7333int main() { 11410int
11411main ()
11412{
7334XPointer dummy; 11413XPointer dummy;
11414 ;
7335; return 0; } 11415 return 0;
7336EOF 11416}
7337if { (eval echo configure:7338: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11417_ACEOF
11418rm -f conftest.$ac_objext
11419if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11420 (eval $ac_compile) 2>conftest.er1
11421 ac_status=$?
11422 grep -v '^ *+' conftest.er1 >conftest.err
7338 rm -rf conftest* 11423 rm -f conftest.er1
11424 cat conftest.err >&5
11425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11426 (exit $ac_status); } &&
11427 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11429 (eval $ac_try) 2>&5
11430 ac_status=$?
11431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11432 (exit $ac_status); }; } &&
11433 { ac_try='test -s conftest.$ac_objext'
11434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11435 (eval $ac_try) 2>&5
11436 ac_status=$?
11437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11438 (exit $ac_status); }; }; then
7339 rxvt_cv_xpointer=yes 11439 rxvt_cv_xpointer=yes
7340else 11440else
7341 echo "configure: failed program was:" >&5 11441 echo "$as_me: failed program was:" >&5
7342 cat conftest.$ac_ext >&5 11442sed 's/^/| /' conftest.$ac_ext >&5
7343 rm -rf conftest* 11443
7344 rxvt_cv_xpointer=no 11444rxvt_cv_xpointer=no
7345fi 11445fi
7346rm -f conftest* 11446rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7347fi 11447fi
7348 11448echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7349echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11449echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7350if test x$rxvt_cv_xpointer = xyes; then 11450if test x$rxvt_cv_xpointer = xyes; then
11451
7351 cat >> confdefs.h <<\EOF 11452cat >>confdefs.h <<\_ACEOF
7352#define HAVE_XPOINTER 1 11453#define HAVE_XPOINTER 1
7353EOF 11454_ACEOF
7354 11455
7355fi 11456fi
7356LIBS=$ac_save_LIBS 11457LIBS=$ac_save_LIBS
7357CFLAGS=$ac_save_CFLAGS 11458CFLAGS=$ac_save_CFLAGS
7358 11459
7359 11460
7360echo $ac_n "checking for working const""... $ac_c" 1>&6 11461echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7361echo "configure:7362: checking for working const" >&5 11462echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7362if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11463if test "${ac_cv_c_const+set}" = set; then
7363 echo $ac_n "(cached) $ac_c" 1>&6 11464 echo $ECHO_N "(cached) $ECHO_C" >&6
7364else 11465else
7365 cat > conftest.$ac_ext <<EOF 11466 cat >conftest.$ac_ext <<_ACEOF
7366#line 7367 "configure" 11467/* confdefs.h. */
7367#include "confdefs.h" 11468_ACEOF
11469cat confdefs.h >>conftest.$ac_ext
11470cat >>conftest.$ac_ext <<_ACEOF
11471/* end confdefs.h. */
7368 11472
7369int main() { 11473int
7370 11474main ()
11475{
11476/* FIXME: Include the comments suggested by Paul. */
11477#ifndef __cplusplus
7371/* Ultrix mips cc rejects this. */ 11478 /* Ultrix mips cc rejects this. */
7372typedef int charset[2]; const charset x; 11479 typedef int charset[2];
11480 const charset x;
7373/* SunOS 4.1.1 cc rejects this. */ 11481 /* SunOS 4.1.1 cc rejects this. */
7374char const *const *ccp; 11482 char const *const *ccp;
7375char **p; 11483 char **p;
7376/* NEC SVR4.0.2 mips cc rejects this. */ 11484 /* NEC SVR4.0.2 mips cc rejects this. */
7377struct point {int x, y;}; 11485 struct point {int x, y;};
7378static struct point const zero = {0,0}; 11486 static struct point const zero = {0,0};
7379/* AIX XL C 1.02.0.0 rejects this. 11487 /* 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 11488 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 */ 11489 an arm of an if-expression whose if-part is not a constant
11490 expression */
7382const char *g = "string"; 11491 const char *g = "string";
7383ccp = &g + (g ? g-g : 0); 11492 ccp = &g + (g ? g-g : 0);
7384/* HPUX 7.0 cc rejects these. */ 11493 /* HPUX 7.0 cc rejects these. */
7385++ccp; 11494 ++ccp;
7386p = (char**) ccp; 11495 p = (char**) ccp;
7387ccp = (char const *const *) p; 11496 ccp = (char const *const *) p;
7388{ /* SCO 3.2v4 cc rejects this. */ 11497 { /* SCO 3.2v4 cc rejects this. */
7389 char *t; 11498 char *t;
7390 char const *s = 0 ? (char *) 0 : (char const *) 0; 11499 char const *s = 0 ? (char *) 0 : (char const *) 0;
7391 11500
7392 *t++ = 0; 11501 *t++ = 0;
11502 }
11503 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11504 int x[] = {25, 17};
11505 const int *foo = &x[0];
11506 ++foo;
11507 }
11508 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11509 typedef const int *iptr;
11510 iptr p = 0;
11511 ++p;
11512 }
11513 { /* AIX XL C 1.02.0.0 rejects this saying
11514 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11515 struct s { int j; const int *ap[3]; };
11516 struct s *b; b->j = 5;
11517 }
11518 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11519 const int foo = 10;
11520 }
11521#endif
11522
11523 ;
11524 return 0;
7393} 11525}
7394{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11526_ACEOF
7395 int x[] = {25, 17}; 11527rm -f conftest.$ac_objext
7396 const int *foo = &x[0]; 11528if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7397 ++foo; 11529 (eval $ac_compile) 2>conftest.er1
7398} 11530 ac_status=$?
7399{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11531 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* 11532 rm -f conftest.er1
11533 cat conftest.err >&5
11534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11535 (exit $ac_status); } &&
11536 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11538 (eval $ac_try) 2>&5
11539 ac_status=$?
11540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11541 (exit $ac_status); }; } &&
11542 { ac_try='test -s conftest.$ac_objext'
11543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11544 (eval $ac_try) 2>&5
11545 ac_status=$?
11546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11547 (exit $ac_status); }; }; then
7417 ac_cv_c_const=yes 11548 ac_cv_c_const=yes
7418else 11549else
7419 echo "configure: failed program was:" >&5 11550 echo "$as_me: failed program was:" >&5
7420 cat conftest.$ac_ext >&5 11551sed 's/^/| /' conftest.$ac_ext >&5
7421 rm -rf conftest* 11552
7422 ac_cv_c_const=no 11553ac_cv_c_const=no
7423fi 11554fi
7424rm -f conftest* 11555rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7425fi 11556fi
7426 11557echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7427echo "$ac_t""$ac_cv_c_const" 1>&6 11558echo "${ECHO_T}$ac_cv_c_const" >&6
7428if test $ac_cv_c_const = no; then 11559if test $ac_cv_c_const = no; then
11560
7429 cat >> confdefs.h <<\EOF 11561cat >>confdefs.h <<\_ACEOF
7430#define const 11562#define const
7431EOF 11563_ACEOF
7432 11564
7433fi 11565fi
7434 11566
11567echo "$as_me:$LINENO: checking for inline" >&5
7435echo $ac_n "checking for inline""... $ac_c" 1>&6 11568echo $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 11569if test "${ac_cv_c_inline+set}" = set; then
7438 echo $ac_n "(cached) $ac_c" 1>&6 11570 echo $ECHO_N "(cached) $ECHO_C" >&6
7439else 11571else
7440 ac_cv_c_inline=no 11572 ac_cv_c_inline=no
7441for ac_kw in inline __inline__ __inline; do 11573for ac_kw in inline __inline__ __inline; do
7442 cat > conftest.$ac_ext <<EOF 11574 cat >conftest.$ac_ext <<_ACEOF
7443#line 7444 "configure" 11575/* confdefs.h. */
7444#include "confdefs.h" 11576_ACEOF
11577cat confdefs.h >>conftest.$ac_ext
11578cat >>conftest.$ac_ext <<_ACEOF
11579/* end confdefs.h. */
11580#ifndef __cplusplus
11581typedef int foo_t;
11582static $ac_kw foo_t static_foo () {return 0; }
11583$ac_kw foo_t foo () {return 0; }
11584#endif
7445 11585
7446int main() { 11586_ACEOF
7447} $ac_kw foo() { 11587rm -f conftest.$ac_objext
7448; return 0; } 11588if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7449EOF 11589 (eval $ac_compile) 2>conftest.er1
7450if { (eval echo configure:7451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11590 ac_status=$?
11591 grep -v '^ *+' conftest.er1 >conftest.err
7451 rm -rf conftest* 11592 rm -f conftest.er1
11593 cat conftest.err >&5
11594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11595 (exit $ac_status); } &&
11596 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11598 (eval $ac_try) 2>&5
11599 ac_status=$?
11600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11601 (exit $ac_status); }; } &&
11602 { ac_try='test -s conftest.$ac_objext'
11603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11604 (eval $ac_try) 2>&5
11605 ac_status=$?
11606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11607 (exit $ac_status); }; }; then
7452 ac_cv_c_inline=$ac_kw; break 11608 ac_cv_c_inline=$ac_kw; break
7453else 11609else
7454 echo "configure: failed program was:" >&5 11610 echo "$as_me: failed program was:" >&5
11611sed 's/^/| /' conftest.$ac_ext >&5
11612
11613fi
11614rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11615done
11616
11617fi
11618echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
11619echo "${ECHO_T}$ac_cv_c_inline" >&6
11620
11621
11622case $ac_cv_c_inline in
11623 inline | yes) ;;
11624 *)
11625 case $ac_cv_c_inline in
11626 no) ac_val=;;
11627 *) ac_val=$ac_cv_c_inline;;
11628 esac
11629 cat >>confdefs.h <<_ACEOF
11630#ifndef __cplusplus
11631#define inline $ac_val
11632#endif
11633_ACEOF
11634 ;;
11635esac
11636
11637
11638
11639echo "$as_me:$LINENO: checking for mode_t" >&5
11640echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
11641if test "${ac_cv_type_mode_t+set}" = set; then
11642 echo $ECHO_N "(cached) $ECHO_C" >&6
11643else
11644 cat >conftest.$ac_ext <<_ACEOF
11645/* confdefs.h. */
11646_ACEOF
11647cat confdefs.h >>conftest.$ac_ext
11648cat >>conftest.$ac_ext <<_ACEOF
11649/* end confdefs.h. */
11650$ac_includes_default
11651int
11652main ()
11653{
11654if ((mode_t *) 0)
11655 return 0;
11656if (sizeof (mode_t))
11657 return 0;
11658 ;
11659 return 0;
11660}
11661_ACEOF
11662rm -f conftest.$ac_objext
11663if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11664 (eval $ac_compile) 2>conftest.er1
11665 ac_status=$?
11666 grep -v '^ *+' conftest.er1 >conftest.err
11667 rm -f conftest.er1
7455 cat conftest.$ac_ext >&5 11668 cat conftest.err >&5
11669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11670 (exit $ac_status); } &&
11671 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11673 (eval $ac_try) 2>&5
11674 ac_status=$?
11675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11676 (exit $ac_status); }; } &&
11677 { ac_try='test -s conftest.$ac_objext'
11678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11679 (eval $ac_try) 2>&5
11680 ac_status=$?
11681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11682 (exit $ac_status); }; }; then
11683 ac_cv_type_mode_t=yes
11684else
11685 echo "$as_me: failed program was:" >&5
11686sed 's/^/| /' conftest.$ac_ext >&5
11687
11688ac_cv_type_mode_t=no
11689fi
11690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11691fi
11692echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
11693echo "${ECHO_T}$ac_cv_type_mode_t" >&6
11694if test $ac_cv_type_mode_t = yes; then
11695 :
11696else
11697
11698cat >>confdefs.h <<_ACEOF
11699#define mode_t int
11700_ACEOF
11701
11702fi
11703
11704echo "$as_me:$LINENO: checking for pid_t" >&5
11705echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11706if test "${ac_cv_type_pid_t+set}" = set; then
11707 echo $ECHO_N "(cached) $ECHO_C" >&6
11708else
11709 cat >conftest.$ac_ext <<_ACEOF
11710/* confdefs.h. */
11711_ACEOF
11712cat confdefs.h >>conftest.$ac_ext
11713cat >>conftest.$ac_ext <<_ACEOF
11714/* end confdefs.h. */
11715$ac_includes_default
11716int
11717main ()
11718{
11719if ((pid_t *) 0)
11720 return 0;
11721if (sizeof (pid_t))
11722 return 0;
11723 ;
11724 return 0;
11725}
11726_ACEOF
11727rm -f conftest.$ac_objext
11728if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11729 (eval $ac_compile) 2>conftest.er1
11730 ac_status=$?
11731 grep -v '^ *+' conftest.er1 >conftest.err
11732 rm -f conftest.er1
11733 cat conftest.err >&5
11734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11735 (exit $ac_status); } &&
11736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11738 (eval $ac_try) 2>&5
11739 ac_status=$?
11740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11741 (exit $ac_status); }; } &&
11742 { ac_try='test -s conftest.$ac_objext'
11743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11744 (eval $ac_try) 2>&5
11745 ac_status=$?
11746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11747 (exit $ac_status); }; }; then
11748 ac_cv_type_pid_t=yes
11749else
11750 echo "$as_me: failed program was:" >&5
11751sed 's/^/| /' conftest.$ac_ext >&5
11752
11753ac_cv_type_pid_t=no
11754fi
11755rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11756fi
11757echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
11758echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11759if test $ac_cv_type_pid_t = yes; then
11760 :
11761else
11762
11763cat >>confdefs.h <<_ACEOF
11764#define pid_t int
11765_ACEOF
11766
11767fi
11768
11769echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
11770echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
11771if test "${ac_cv_type_uid_t+set}" = set; then
11772 echo $ECHO_N "(cached) $ECHO_C" >&6
11773else
11774 cat >conftest.$ac_ext <<_ACEOF
11775/* confdefs.h. */
11776_ACEOF
11777cat confdefs.h >>conftest.$ac_ext
11778cat >>conftest.$ac_ext <<_ACEOF
11779/* end confdefs.h. */
11780#include <sys/types.h>
11781
11782_ACEOF
11783if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11784 $EGREP "uid_t" >/dev/null 2>&1; then
11785 ac_cv_type_uid_t=yes
11786else
11787 ac_cv_type_uid_t=no
7456fi 11788fi
7457rm -f conftest* 11789rm -f conftest*
11790
11791fi
11792echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
11793echo "${ECHO_T}$ac_cv_type_uid_t" >&6
11794if test $ac_cv_type_uid_t = no; then
11795
11796cat >>confdefs.h <<\_ACEOF
11797#define uid_t int
11798_ACEOF
11799
11800
11801cat >>confdefs.h <<\_ACEOF
11802#define gid_t int
11803_ACEOF
11804
11805fi
11806
11807
11808echo "$as_me:$LINENO: checking for short" >&5
11809echo $ECHO_N "checking for short... $ECHO_C" >&6
11810if test "${ac_cv_type_short+set}" = set; then
11811 echo $ECHO_N "(cached) $ECHO_C" >&6
11812else
11813 cat >conftest.$ac_ext <<_ACEOF
11814/* confdefs.h. */
11815_ACEOF
11816cat confdefs.h >>conftest.$ac_ext
11817cat >>conftest.$ac_ext <<_ACEOF
11818/* end confdefs.h. */
11819$ac_includes_default
11820int
11821main ()
11822{
11823if ((short *) 0)
11824 return 0;
11825if (sizeof (short))
11826 return 0;
11827 ;
11828 return 0;
11829}
11830_ACEOF
11831rm -f conftest.$ac_objext
11832if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11833 (eval $ac_compile) 2>conftest.er1
11834 ac_status=$?
11835 grep -v '^ *+' conftest.er1 >conftest.err
11836 rm -f conftest.er1
11837 cat conftest.err >&5
11838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11839 (exit $ac_status); } &&
11840 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11842 (eval $ac_try) 2>&5
11843 ac_status=$?
11844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845 (exit $ac_status); }; } &&
11846 { ac_try='test -s conftest.$ac_objext'
11847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11848 (eval $ac_try) 2>&5
11849 ac_status=$?
11850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11851 (exit $ac_status); }; }; then
11852 ac_cv_type_short=yes
11853else
11854 echo "$as_me: failed program was:" >&5
11855sed 's/^/| /' conftest.$ac_ext >&5
11856
11857ac_cv_type_short=no
11858fi
11859rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11860fi
11861echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
11862echo "${ECHO_T}$ac_cv_type_short" >&6
11863
11864echo "$as_me:$LINENO: checking size of short" >&5
11865echo $ECHO_N "checking size of short... $ECHO_C" >&6
11866if test "${ac_cv_sizeof_short+set}" = set; then
11867 echo $ECHO_N "(cached) $ECHO_C" >&6
11868else
11869 if test "$ac_cv_type_short" = yes; then
11870 # The cast to unsigned long works around a bug in the HP C Compiler
11871 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11872 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11873 # This bug is HP SR number 8606223364.
11874 if test "$cross_compiling" = yes; then
11875 # Depending upon the size, compute the lo and hi bounds.
11876cat >conftest.$ac_ext <<_ACEOF
11877/* confdefs.h. */
11878_ACEOF
11879cat confdefs.h >>conftest.$ac_ext
11880cat >>conftest.$ac_ext <<_ACEOF
11881/* end confdefs.h. */
11882$ac_includes_default
11883int
11884main ()
11885{
11886static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
11887test_array [0] = 0
11888
11889 ;
11890 return 0;
11891}
11892_ACEOF
11893rm -f conftest.$ac_objext
11894if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11895 (eval $ac_compile) 2>conftest.er1
11896 ac_status=$?
11897 grep -v '^ *+' conftest.er1 >conftest.err
11898 rm -f conftest.er1
11899 cat conftest.err >&5
11900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11901 (exit $ac_status); } &&
11902 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11904 (eval $ac_try) 2>&5
11905 ac_status=$?
11906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11907 (exit $ac_status); }; } &&
11908 { ac_try='test -s conftest.$ac_objext'
11909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11910 (eval $ac_try) 2>&5
11911 ac_status=$?
11912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11913 (exit $ac_status); }; }; then
11914 ac_lo=0 ac_mid=0
11915 while :; do
11916 cat >conftest.$ac_ext <<_ACEOF
11917/* confdefs.h. */
11918_ACEOF
11919cat confdefs.h >>conftest.$ac_ext
11920cat >>conftest.$ac_ext <<_ACEOF
11921/* end confdefs.h. */
11922$ac_includes_default
11923int
11924main ()
11925{
11926static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
11927test_array [0] = 0
11928
11929 ;
11930 return 0;
11931}
11932_ACEOF
11933rm -f conftest.$ac_objext
11934if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11935 (eval $ac_compile) 2>conftest.er1
11936 ac_status=$?
11937 grep -v '^ *+' conftest.er1 >conftest.err
11938 rm -f conftest.er1
11939 cat conftest.err >&5
11940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11941 (exit $ac_status); } &&
11942 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11944 (eval $ac_try) 2>&5
11945 ac_status=$?
11946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); }; } &&
11948 { ac_try='test -s conftest.$ac_objext'
11949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11950 (eval $ac_try) 2>&5
11951 ac_status=$?
11952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11953 (exit $ac_status); }; }; then
11954 ac_hi=$ac_mid; break
11955else
11956 echo "$as_me: failed program was:" >&5
11957sed 's/^/| /' conftest.$ac_ext >&5
11958
11959ac_lo=`expr $ac_mid + 1`
11960 if test $ac_lo -le $ac_mid; then
11961 ac_lo= ac_hi=
11962 break
11963 fi
11964 ac_mid=`expr 2 '*' $ac_mid + 1`
11965fi
11966rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11967 done
11968else
11969 echo "$as_me: failed program was:" >&5
11970sed 's/^/| /' conftest.$ac_ext >&5
11971
11972cat >conftest.$ac_ext <<_ACEOF
11973/* confdefs.h. */
11974_ACEOF
11975cat confdefs.h >>conftest.$ac_ext
11976cat >>conftest.$ac_ext <<_ACEOF
11977/* end confdefs.h. */
11978$ac_includes_default
11979int
11980main ()
11981{
11982static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
11983test_array [0] = 0
11984
11985 ;
11986 return 0;
11987}
11988_ACEOF
11989rm -f conftest.$ac_objext
11990if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11991 (eval $ac_compile) 2>conftest.er1
11992 ac_status=$?
11993 grep -v '^ *+' conftest.er1 >conftest.err
11994 rm -f conftest.er1
11995 cat conftest.err >&5
11996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11997 (exit $ac_status); } &&
11998 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12000 (eval $ac_try) 2>&5
12001 ac_status=$?
12002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12003 (exit $ac_status); }; } &&
12004 { ac_try='test -s conftest.$ac_objext'
12005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12006 (eval $ac_try) 2>&5
12007 ac_status=$?
12008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12009 (exit $ac_status); }; }; then
12010 ac_hi=-1 ac_mid=-1
12011 while :; do
12012 cat >conftest.$ac_ext <<_ACEOF
12013/* confdefs.h. */
12014_ACEOF
12015cat confdefs.h >>conftest.$ac_ext
12016cat >>conftest.$ac_ext <<_ACEOF
12017/* end confdefs.h. */
12018$ac_includes_default
12019int
12020main ()
12021{
12022static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
12023test_array [0] = 0
12024
12025 ;
12026 return 0;
12027}
12028_ACEOF
12029rm -f conftest.$ac_objext
12030if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12031 (eval $ac_compile) 2>conftest.er1
12032 ac_status=$?
12033 grep -v '^ *+' conftest.er1 >conftest.err
12034 rm -f conftest.er1
12035 cat conftest.err >&5
12036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12037 (exit $ac_status); } &&
12038 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12040 (eval $ac_try) 2>&5
12041 ac_status=$?
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); }; } &&
12044 { ac_try='test -s conftest.$ac_objext'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5
12047 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; }; then
12050 ac_lo=$ac_mid; break
12051else
12052 echo "$as_me: failed program was:" >&5
12053sed 's/^/| /' conftest.$ac_ext >&5
12054
12055ac_hi=`expr '(' $ac_mid ')' - 1`
12056 if test $ac_mid -le $ac_hi; then
12057 ac_lo= ac_hi=
12058 break
12059 fi
12060 ac_mid=`expr 2 '*' $ac_mid`
12061fi
12062rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12063 done
12064else
12065 echo "$as_me: failed program was:" >&5
12066sed 's/^/| /' conftest.$ac_ext >&5
12067
12068ac_lo= ac_hi=
12069fi
12070rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12071fi
12072rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12073# Binary search between lo and hi bounds.
12074while test "x$ac_lo" != "x$ac_hi"; do
12075 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12076 cat >conftest.$ac_ext <<_ACEOF
12077/* confdefs.h. */
12078_ACEOF
12079cat confdefs.h >>conftest.$ac_ext
12080cat >>conftest.$ac_ext <<_ACEOF
12081/* end confdefs.h. */
12082$ac_includes_default
12083int
12084main ()
12085{
12086static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12087test_array [0] = 0
12088
12089 ;
12090 return 0;
12091}
12092_ACEOF
12093rm -f conftest.$ac_objext
12094if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12095 (eval $ac_compile) 2>conftest.er1
12096 ac_status=$?
12097 grep -v '^ *+' conftest.er1 >conftest.err
12098 rm -f conftest.er1
12099 cat conftest.err >&5
12100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12101 (exit $ac_status); } &&
12102 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12104 (eval $ac_try) 2>&5
12105 ac_status=$?
12106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12107 (exit $ac_status); }; } &&
12108 { ac_try='test -s conftest.$ac_objext'
12109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12110 (eval $ac_try) 2>&5
12111 ac_status=$?
12112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12113 (exit $ac_status); }; }; then
12114 ac_hi=$ac_mid
12115else
12116 echo "$as_me: failed program was:" >&5
12117sed 's/^/| /' conftest.$ac_ext >&5
12118
12119ac_lo=`expr '(' $ac_mid ')' + 1`
12120fi
12121rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7458done 12122done
7459 12123case $ac_lo in
7460fi 12124?*) ac_cv_sizeof_short=$ac_lo;;
7461 12125'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
7462echo "$ac_t""$ac_cv_c_inline" 1>&6 12126See \`config.log' for more details." >&5
7463case "$ac_cv_c_inline" in 12127echo "$as_me: error: cannot compute sizeof (short), 77
7464 inline | yes) ;; 12128See \`config.log' for more details." >&2;}
7465 no) cat >> confdefs.h <<\EOF 12129 { (exit 1); exit 1; }; } ;;
7466#define inline
7467EOF
7468 ;;
7469 *) cat >> confdefs.h <<EOF
7470#define inline $ac_cv_c_inline
7471EOF
7472 ;;
7473esac 12130esac
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 12131else
12132 if test "$cross_compiling" = yes; then
12133 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12134echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12135 { (exit 1); exit 1; }; }
12136else
7482 cat > conftest.$ac_ext <<EOF 12137 cat >conftest.$ac_ext <<_ACEOF
7483#line 7484 "configure" 12138/* confdefs.h. */
7484#include "confdefs.h" 12139_ACEOF
12140cat confdefs.h >>conftest.$ac_ext
12141cat >>conftest.$ac_ext <<_ACEOF
12142/* end confdefs.h. */
12143$ac_includes_default
12144long longval () { return (long) (sizeof (short)); }
12145unsigned long ulongval () { return (long) (sizeof (short)); }
12146#include <stdio.h>
7485#include <stdlib.h> 12147#include <stdlib.h>
7486#include <stdarg.h> 12148int
7487#include <string.h> 12149main ()
7488#include <float.h> 12150{
7489EOF 12151
7490ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 12152 FILE *f = fopen ("conftest.val", "w");
7491{ (eval echo configure:7492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 12153 if (! f)
7492ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 12154 exit (1);
7493if test -z "$ac_err"; then 12155 if (((long) (sizeof (short))) < 0)
7494 rm -rf conftest* 12156 {
7495 ac_cv_header_stdc=yes 12157 long i = longval ();
12158 if (i != ((long) (sizeof (short))))
12159 exit (1);
12160 fprintf (f, "%ld\n", i);
12161 }
7496else 12162 else
7497 echo "$ac_err" >&5 12163 {
12164 unsigned long i = ulongval ();
12165 if (i != ((long) (sizeof (short))))
12166 exit (1);
12167 fprintf (f, "%lu\n", i);
12168 }
12169 exit (ferror (f) || fclose (f) != 0);
12170
12171 ;
12172 return 0;
12173}
12174_ACEOF
12175rm -f conftest$ac_exeext
12176if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12177 (eval $ac_link) 2>&5
12178 ac_status=$?
12179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12180 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5
12183 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; }; then
12186 ac_cv_sizeof_short=`cat conftest.val`
12187else
12188 echo "$as_me: program exited with status $ac_status" >&5
7498 echo "configure: failed program was:" >&5 12189echo "$as_me: failed program was:" >&5
7499 cat conftest.$ac_ext >&5 12190sed 's/^/| /' conftest.$ac_ext >&5
7500 rm -rf conftest* 12191
7501 ac_cv_header_stdc=no 12192( exit $ac_status )
12193{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12194See \`config.log' for more details." >&5
12195echo "$as_me: error: cannot compute sizeof (short), 77
12196See \`config.log' for more details." >&2;}
12197 { (exit 1); exit 1; }; }
7502fi 12198fi
12199rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12200fi
12201fi
7503rm -f conftest* 12202rm -f conftest.val
12203else
12204 ac_cv_sizeof_short=0
12205fi
12206fi
12207echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
12208echo "${ECHO_T}$ac_cv_sizeof_short" >&6
12209cat >>confdefs.h <<_ACEOF
12210#define SIZEOF_SHORT $ac_cv_sizeof_short
12211_ACEOF
7504 12212
12213
12214echo "$as_me:$LINENO: checking for int" >&5
12215echo $ECHO_N "checking for int... $ECHO_C" >&6
12216if test "${ac_cv_type_int+set}" = set; then
12217 echo $ECHO_N "(cached) $ECHO_C" >&6
12218else
12219 cat >conftest.$ac_ext <<_ACEOF
12220/* confdefs.h. */
12221_ACEOF
12222cat confdefs.h >>conftest.$ac_ext
12223cat >>conftest.$ac_ext <<_ACEOF
12224/* end confdefs.h. */
12225$ac_includes_default
12226int
12227main ()
12228{
12229if ((int *) 0)
12230 return 0;
12231if (sizeof (int))
12232 return 0;
12233 ;
12234 return 0;
12235}
12236_ACEOF
12237rm -f conftest.$ac_objext
12238if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12239 (eval $ac_compile) 2>conftest.er1
12240 ac_status=$?
12241 grep -v '^ *+' conftest.er1 >conftest.err
12242 rm -f conftest.er1
12243 cat conftest.err >&5
12244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12245 (exit $ac_status); } &&
12246 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12248 (eval $ac_try) 2>&5
12249 ac_status=$?
12250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12251 (exit $ac_status); }; } &&
12252 { ac_try='test -s conftest.$ac_objext'
12253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12254 (eval $ac_try) 2>&5
12255 ac_status=$?
12256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12257 (exit $ac_status); }; }; then
12258 ac_cv_type_int=yes
12259else
12260 echo "$as_me: failed program was:" >&5
12261sed 's/^/| /' conftest.$ac_ext >&5
12262
12263ac_cv_type_int=no
12264fi
12265rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12266fi
12267echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
12268echo "${ECHO_T}$ac_cv_type_int" >&6
12269
12270echo "$as_me:$LINENO: checking size of int" >&5
12271echo $ECHO_N "checking size of int... $ECHO_C" >&6
12272if test "${ac_cv_sizeof_int+set}" = set; then
12273 echo $ECHO_N "(cached) $ECHO_C" >&6
12274else
7505if test $ac_cv_header_stdc = yes; then 12275 if test "$ac_cv_type_int" = yes; then
7506 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 12276 # The cast to unsigned long works around a bug in the HP C Compiler
12277 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12278 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12279 # This bug is HP SR number 8606223364.
12280 if test "$cross_compiling" = yes; then
12281 # Depending upon the size, compute the lo and hi bounds.
7507cat > conftest.$ac_ext <<EOF 12282cat >conftest.$ac_ext <<_ACEOF
7508#line 7509 "configure" 12283/* confdefs.h. */
7509#include "confdefs.h" 12284_ACEOF
7510#include <string.h> 12285cat confdefs.h >>conftest.$ac_ext
7511EOF 12286cat >>conftest.$ac_ext <<_ACEOF
7512if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12287/* end confdefs.h. */
7513 egrep "memchr" >/dev/null 2>&1; then 12288$ac_includes_default
7514 : 12289int
7515else 12290main ()
12291{
12292static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
12293test_array [0] = 0
12294
12295 ;
12296 return 0;
12297}
12298_ACEOF
12299rm -f conftest.$ac_objext
12300if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12301 (eval $ac_compile) 2>conftest.er1
12302 ac_status=$?
12303 grep -v '^ *+' conftest.er1 >conftest.err
7516 rm -rf conftest* 12304 rm -f conftest.er1
7517 ac_cv_header_stdc=no 12305 cat conftest.err >&5
7518fi 12306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12307 (exit $ac_status); } &&
12308 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12310 (eval $ac_try) 2>&5
12311 ac_status=$?
12312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12313 (exit $ac_status); }; } &&
12314 { ac_try='test -s conftest.$ac_objext'
12315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12316 (eval $ac_try) 2>&5
12317 ac_status=$?
12318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12319 (exit $ac_status); }; }; then
12320 ac_lo=0 ac_mid=0
12321 while :; do
12322 cat >conftest.$ac_ext <<_ACEOF
12323/* confdefs.h. */
12324_ACEOF
12325cat confdefs.h >>conftest.$ac_ext
12326cat >>conftest.$ac_ext <<_ACEOF
12327/* end confdefs.h. */
12328$ac_includes_default
12329int
12330main ()
12331{
12332static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12333test_array [0] = 0
12334
12335 ;
12336 return 0;
12337}
12338_ACEOF
12339rm -f conftest.$ac_objext
12340if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12341 (eval $ac_compile) 2>conftest.er1
12342 ac_status=$?
12343 grep -v '^ *+' conftest.er1 >conftest.err
7519rm -f conftest* 12344 rm -f conftest.er1
12345 cat conftest.err >&5
12346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12347 (exit $ac_status); } &&
12348 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12350 (eval $ac_try) 2>&5
12351 ac_status=$?
12352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12353 (exit $ac_status); }; } &&
12354 { ac_try='test -s conftest.$ac_objext'
12355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12356 (eval $ac_try) 2>&5
12357 ac_status=$?
12358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12359 (exit $ac_status); }; }; then
12360 ac_hi=$ac_mid; break
12361else
12362 echo "$as_me: failed program was:" >&5
12363sed 's/^/| /' conftest.$ac_ext >&5
7520 12364
12365ac_lo=`expr $ac_mid + 1`
12366 if test $ac_lo -le $ac_mid; then
12367 ac_lo= ac_hi=
12368 break
12369 fi
12370 ac_mid=`expr 2 '*' $ac_mid + 1`
7521fi 12371fi
12372rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12373 done
12374else
12375 echo "$as_me: failed program was:" >&5
12376sed 's/^/| /' conftest.$ac_ext >&5
7522 12377
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 12378cat >conftest.$ac_ext <<_ACEOF
7526#line 7527 "configure" 12379/* confdefs.h. */
7527#include "confdefs.h" 12380_ACEOF
12381cat confdefs.h >>conftest.$ac_ext
12382cat >>conftest.$ac_ext <<_ACEOF
12383/* end confdefs.h. */
12384$ac_includes_default
12385int
12386main ()
12387{
12388static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
12389test_array [0] = 0
12390
12391 ;
12392 return 0;
12393}
12394_ACEOF
12395rm -f conftest.$ac_objext
12396if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12397 (eval $ac_compile) 2>conftest.er1
12398 ac_status=$?
12399 grep -v '^ *+' conftest.er1 >conftest.err
12400 rm -f conftest.er1
12401 cat conftest.err >&5
12402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12403 (exit $ac_status); } &&
12404 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12406 (eval $ac_try) 2>&5
12407 ac_status=$?
12408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12409 (exit $ac_status); }; } &&
12410 { ac_try='test -s conftest.$ac_objext'
12411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12412 (eval $ac_try) 2>&5
12413 ac_status=$?
12414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12415 (exit $ac_status); }; }; then
12416 ac_hi=-1 ac_mid=-1
12417 while :; do
12418 cat >conftest.$ac_ext <<_ACEOF
12419/* confdefs.h. */
12420_ACEOF
12421cat confdefs.h >>conftest.$ac_ext
12422cat >>conftest.$ac_ext <<_ACEOF
12423/* end confdefs.h. */
12424$ac_includes_default
12425int
12426main ()
12427{
12428static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
12429test_array [0] = 0
12430
12431 ;
12432 return 0;
12433}
12434_ACEOF
12435rm -f conftest.$ac_objext
12436if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12437 (eval $ac_compile) 2>conftest.er1
12438 ac_status=$?
12439 grep -v '^ *+' conftest.er1 >conftest.err
12440 rm -f conftest.er1
12441 cat conftest.err >&5
12442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12443 (exit $ac_status); } &&
12444 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12446 (eval $ac_try) 2>&5
12447 ac_status=$?
12448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12449 (exit $ac_status); }; } &&
12450 { ac_try='test -s conftest.$ac_objext'
12451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12452 (eval $ac_try) 2>&5
12453 ac_status=$?
12454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12455 (exit $ac_status); }; }; then
12456 ac_lo=$ac_mid; break
12457else
12458 echo "$as_me: failed program was:" >&5
12459sed 's/^/| /' conftest.$ac_ext >&5
12460
12461ac_hi=`expr '(' $ac_mid ')' - 1`
12462 if test $ac_mid -le $ac_hi; then
12463 ac_lo= ac_hi=
12464 break
12465 fi
12466 ac_mid=`expr 2 '*' $ac_mid`
12467fi
12468rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12469 done
12470else
12471 echo "$as_me: failed program was:" >&5
12472sed 's/^/| /' conftest.$ac_ext >&5
12473
12474ac_lo= ac_hi=
12475fi
12476rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12477fi
12478rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12479# Binary search between lo and hi bounds.
12480while test "x$ac_lo" != "x$ac_hi"; do
12481 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12482 cat >conftest.$ac_ext <<_ACEOF
12483/* confdefs.h. */
12484_ACEOF
12485cat confdefs.h >>conftest.$ac_ext
12486cat >>conftest.$ac_ext <<_ACEOF
12487/* end confdefs.h. */
12488$ac_includes_default
12489int
12490main ()
12491{
12492static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12493test_array [0] = 0
12494
12495 ;
12496 return 0;
12497}
12498_ACEOF
12499rm -f conftest.$ac_objext
12500if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12501 (eval $ac_compile) 2>conftest.er1
12502 ac_status=$?
12503 grep -v '^ *+' conftest.er1 >conftest.err
12504 rm -f conftest.er1
12505 cat conftest.err >&5
12506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12507 (exit $ac_status); } &&
12508 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12510 (eval $ac_try) 2>&5
12511 ac_status=$?
12512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12513 (exit $ac_status); }; } &&
12514 { ac_try='test -s conftest.$ac_objext'
12515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12516 (eval $ac_try) 2>&5
12517 ac_status=$?
12518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12519 (exit $ac_status); }; }; then
12520 ac_hi=$ac_mid
12521else
12522 echo "$as_me: failed program was:" >&5
12523sed 's/^/| /' conftest.$ac_ext >&5
12524
12525ac_lo=`expr '(' $ac_mid ')' + 1`
12526fi
12527rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12528done
12529case $ac_lo in
12530?*) ac_cv_sizeof_int=$ac_lo;;
12531'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
12532See \`config.log' for more details." >&5
12533echo "$as_me: error: cannot compute sizeof (int), 77
12534See \`config.log' for more details." >&2;}
12535 { (exit 1); exit 1; }; } ;;
12536esac
12537else
12538 if test "$cross_compiling" = yes; then
12539 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12540echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12541 { (exit 1); exit 1; }; }
12542else
12543 cat >conftest.$ac_ext <<_ACEOF
12544/* confdefs.h. */
12545_ACEOF
12546cat confdefs.h >>conftest.$ac_ext
12547cat >>conftest.$ac_ext <<_ACEOF
12548/* end confdefs.h. */
12549$ac_includes_default
12550long longval () { return (long) (sizeof (int)); }
12551unsigned long ulongval () { return (long) (sizeof (int)); }
12552#include <stdio.h>
7528#include <stdlib.h> 12553#include <stdlib.h>
7529EOF 12554int
7530if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12555main ()
7531 egrep "free" >/dev/null 2>&1; then 12556{
7532 : 12557
12558 FILE *f = fopen ("conftest.val", "w");
12559 if (! f)
12560 exit (1);
12561 if (((long) (sizeof (int))) < 0)
12562 {
12563 long i = longval ();
12564 if (i != ((long) (sizeof (int))))
12565 exit (1);
12566 fprintf (f, "%ld\n", i);
12567 }
7533else 12568 else
7534 rm -rf conftest* 12569 {
7535 ac_cv_header_stdc=no 12570 unsigned long i = ulongval ();
12571 if (i != ((long) (sizeof (int))))
12572 exit (1);
12573 fprintf (f, "%lu\n", i);
12574 }
12575 exit (ferror (f) || fclose (f) != 0);
12576
12577 ;
12578 return 0;
12579}
12580_ACEOF
12581rm -f conftest$ac_exeext
12582if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12583 (eval $ac_link) 2>&5
12584 ac_status=$?
12585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12586 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12588 (eval $ac_try) 2>&5
12589 ac_status=$?
12590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12591 (exit $ac_status); }; }; then
12592 ac_cv_sizeof_int=`cat conftest.val`
12593else
12594 echo "$as_me: program exited with status $ac_status" >&5
12595echo "$as_me: failed program was:" >&5
12596sed 's/^/| /' conftest.$ac_ext >&5
12597
12598( exit $ac_status )
12599{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
12600See \`config.log' for more details." >&5
12601echo "$as_me: error: cannot compute sizeof (int), 77
12602See \`config.log' for more details." >&2;}
12603 { (exit 1); exit 1; }; }
7536fi 12604fi
12605rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12606fi
12607fi
7537rm -f conftest* 12608rm -f conftest.val
7538 12609else
12610 ac_cv_sizeof_int=0
7539fi 12611fi
12612fi
12613echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
12614echo "${ECHO_T}$ac_cv_sizeof_int" >&6
12615cat >>confdefs.h <<_ACEOF
12616#define SIZEOF_INT $ac_cv_sizeof_int
12617_ACEOF
7540 12618
7541if test $ac_cv_header_stdc = yes; then 12619
7542 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 12620echo "$as_me:$LINENO: checking for long long" >&5
12621echo $ECHO_N "checking for long long... $ECHO_C" >&6
12622if test "${ac_cv_type_long_long+set}" = set; then
12623 echo $ECHO_N "(cached) $ECHO_C" >&6
12624else
12625 cat >conftest.$ac_ext <<_ACEOF
12626/* confdefs.h. */
12627_ACEOF
12628cat confdefs.h >>conftest.$ac_ext
12629cat >>conftest.$ac_ext <<_ACEOF
12630/* end confdefs.h. */
12631$ac_includes_default
12632int
12633main ()
12634{
12635if ((long long *) 0)
12636 return 0;
12637if (sizeof (long long))
12638 return 0;
12639 ;
12640 return 0;
12641}
12642_ACEOF
12643rm -f conftest.$ac_objext
12644if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12645 (eval $ac_compile) 2>conftest.er1
12646 ac_status=$?
12647 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1
12649 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5
12655 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } &&
12658 { ac_try='test -s conftest.$ac_objext'
12659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12660 (eval $ac_try) 2>&5
12661 ac_status=$?
12662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12663 (exit $ac_status); }; }; then
12664 ac_cv_type_long_long=yes
12665else
12666 echo "$as_me: failed program was:" >&5
12667sed 's/^/| /' conftest.$ac_ext >&5
12668
12669ac_cv_type_long_long=no
12670fi
12671rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12672fi
12673echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
12674echo "${ECHO_T}$ac_cv_type_long_long" >&6
12675
12676echo "$as_me:$LINENO: checking size of long long" >&5
12677echo $ECHO_N "checking size of long long... $ECHO_C" >&6
12678if test "${ac_cv_sizeof_long_long+set}" = set; then
12679 echo $ECHO_N "(cached) $ECHO_C" >&6
12680else
12681 if test "$ac_cv_type_long_long" = yes; then
12682 # The cast to unsigned long works around a bug in the HP C Compiler
12683 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12684 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12685 # This bug is HP SR number 8606223364.
7543if test "$cross_compiling" = yes; then 12686 if test "$cross_compiling" = yes; then
7544 : 12687 # Depending upon the size, compute the lo and hi bounds.
12688cat >conftest.$ac_ext <<_ACEOF
12689/* confdefs.h. */
12690_ACEOF
12691cat confdefs.h >>conftest.$ac_ext
12692cat >>conftest.$ac_ext <<_ACEOF
12693/* end confdefs.h. */
12694$ac_includes_default
12695int
12696main ()
12697{
12698static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
12699test_array [0] = 0
12700
12701 ;
12702 return 0;
12703}
12704_ACEOF
12705rm -f conftest.$ac_objext
12706if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12707 (eval $ac_compile) 2>conftest.er1
12708 ac_status=$?
12709 grep -v '^ *+' conftest.er1 >conftest.err
12710 rm -f conftest.er1
12711 cat conftest.err >&5
12712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12713 (exit $ac_status); } &&
12714 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12716 (eval $ac_try) 2>&5
12717 ac_status=$?
12718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12719 (exit $ac_status); }; } &&
12720 { ac_try='test -s conftest.$ac_objext'
12721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12722 (eval $ac_try) 2>&5
12723 ac_status=$?
12724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12725 (exit $ac_status); }; }; then
12726 ac_lo=0 ac_mid=0
12727 while :; do
12728 cat >conftest.$ac_ext <<_ACEOF
12729/* confdefs.h. */
12730_ACEOF
12731cat confdefs.h >>conftest.$ac_ext
12732cat >>conftest.$ac_ext <<_ACEOF
12733/* end confdefs.h. */
12734$ac_includes_default
12735int
12736main ()
12737{
12738static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
12739test_array [0] = 0
12740
12741 ;
12742 return 0;
12743}
12744_ACEOF
12745rm -f conftest.$ac_objext
12746if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12747 (eval $ac_compile) 2>conftest.er1
12748 ac_status=$?
12749 grep -v '^ *+' conftest.er1 >conftest.err
12750 rm -f conftest.er1
12751 cat conftest.err >&5
12752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12753 (exit $ac_status); } &&
12754 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12756 (eval $ac_try) 2>&5
12757 ac_status=$?
12758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12759 (exit $ac_status); }; } &&
12760 { ac_try='test -s conftest.$ac_objext'
12761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12762 (eval $ac_try) 2>&5
12763 ac_status=$?
12764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12765 (exit $ac_status); }; }; then
12766 ac_hi=$ac_mid; break
7545else 12767else
12768 echo "$as_me: failed program was:" >&5
12769sed 's/^/| /' conftest.$ac_ext >&5
12770
12771ac_lo=`expr $ac_mid + 1`
12772 if test $ac_lo -le $ac_mid; then
12773 ac_lo= ac_hi=
12774 break
12775 fi
12776 ac_mid=`expr 2 '*' $ac_mid + 1`
12777fi
12778rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12779 done
12780else
12781 echo "$as_me: failed program was:" >&5
12782sed 's/^/| /' conftest.$ac_ext >&5
12783
12784cat >conftest.$ac_ext <<_ACEOF
12785/* confdefs.h. */
12786_ACEOF
12787cat confdefs.h >>conftest.$ac_ext
12788cat >>conftest.$ac_ext <<_ACEOF
12789/* end confdefs.h. */
12790$ac_includes_default
12791int
12792main ()
12793{
12794static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
12795test_array [0] = 0
12796
12797 ;
12798 return 0;
12799}
12800_ACEOF
12801rm -f conftest.$ac_objext
12802if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12803 (eval $ac_compile) 2>conftest.er1
12804 ac_status=$?
12805 grep -v '^ *+' conftest.er1 >conftest.err
12806 rm -f conftest.er1
12807 cat conftest.err >&5
12808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12809 (exit $ac_status); } &&
12810 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12812 (eval $ac_try) 2>&5
12813 ac_status=$?
12814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12815 (exit $ac_status); }; } &&
12816 { ac_try='test -s conftest.$ac_objext'
12817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12818 (eval $ac_try) 2>&5
12819 ac_status=$?
12820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12821 (exit $ac_status); }; }; then
12822 ac_hi=-1 ac_mid=-1
12823 while :; do
12824 cat >conftest.$ac_ext <<_ACEOF
12825/* confdefs.h. */
12826_ACEOF
12827cat confdefs.h >>conftest.$ac_ext
12828cat >>conftest.$ac_ext <<_ACEOF
12829/* end confdefs.h. */
12830$ac_includes_default
12831int
12832main ()
12833{
12834static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
12835test_array [0] = 0
12836
12837 ;
12838 return 0;
12839}
12840_ACEOF
12841rm -f conftest.$ac_objext
12842if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12843 (eval $ac_compile) 2>conftest.er1
12844 ac_status=$?
12845 grep -v '^ *+' conftest.er1 >conftest.err
12846 rm -f conftest.er1
12847 cat conftest.err >&5
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } &&
12850 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12852 (eval $ac_try) 2>&5
12853 ac_status=$?
12854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12855 (exit $ac_status); }; } &&
12856 { ac_try='test -s conftest.$ac_objext'
12857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12858 (eval $ac_try) 2>&5
12859 ac_status=$?
12860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12861 (exit $ac_status); }; }; then
12862 ac_lo=$ac_mid; break
12863else
12864 echo "$as_me: failed program was:" >&5
12865sed 's/^/| /' conftest.$ac_ext >&5
12866
12867ac_hi=`expr '(' $ac_mid ')' - 1`
12868 if test $ac_mid -le $ac_hi; then
12869 ac_lo= ac_hi=
12870 break
12871 fi
12872 ac_mid=`expr 2 '*' $ac_mid`
12873fi
12874rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12875 done
12876else
12877 echo "$as_me: failed program was:" >&5
12878sed 's/^/| /' conftest.$ac_ext >&5
12879
12880ac_lo= ac_hi=
12881fi
12882rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12883fi
12884rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12885# Binary search between lo and hi bounds.
12886while test "x$ac_lo" != "x$ac_hi"; do
12887 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7546 cat > conftest.$ac_ext <<EOF 12888 cat >conftest.$ac_ext <<_ACEOF
7547#line 7548 "configure" 12889/* confdefs.h. */
7548#include "confdefs.h" 12890_ACEOF
7549#include <ctype.h> 12891cat confdefs.h >>conftest.$ac_ext
7550#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12892cat >>conftest.$ac_ext <<_ACEOF
7551#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12893/* end confdefs.h. */
7552#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12894$ac_includes_default
7553int main () { int i; for (i = 0; i < 256; i++) 12895int
7554if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12896main ()
7555exit (0); } 12897{
12898static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
12899test_array [0] = 0
7556 12900
7557EOF 12901 ;
7558if { (eval echo configure:7559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12902 return 0;
7559then 12903}
7560 : 12904_ACEOF
12905rm -f conftest.$ac_objext
12906if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12907 (eval $ac_compile) 2>conftest.er1
12908 ac_status=$?
12909 grep -v '^ *+' conftest.er1 >conftest.err
12910 rm -f conftest.er1
12911 cat conftest.err >&5
12912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12913 (exit $ac_status); } &&
12914 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12916 (eval $ac_try) 2>&5
12917 ac_status=$?
12918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12919 (exit $ac_status); }; } &&
12920 { ac_try='test -s conftest.$ac_objext'
12921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12922 (eval $ac_try) 2>&5
12923 ac_status=$?
12924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12925 (exit $ac_status); }; }; then
12926 ac_hi=$ac_mid
7561else 12927else
7562 echo "configure: failed program was:" >&5 12928 echo "$as_me: failed program was:" >&5
7563 cat conftest.$ac_ext >&5 12929sed 's/^/| /' conftest.$ac_ext >&5
7564 rm -fr conftest*
7565 ac_cv_header_stdc=no
7566fi
7567rm -fr conftest*
7568fi
7569 12930
12931ac_lo=`expr '(' $ac_mid ')' + 1`
7570fi 12932fi
7571fi 12933rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7572 12934done
7573echo "$ac_t""$ac_cv_header_stdc" 1>&6 12935case $ac_lo in
7574if test $ac_cv_header_stdc = yes; then 12936?*) ac_cv_sizeof_long_long=$ac_lo;;
7575 cat >> confdefs.h <<\EOF 12937'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
7576#define STDC_HEADERS 1 12938See \`config.log' for more details." >&5
7577EOF 12939echo "$as_me: error: cannot compute sizeof (long long), 77
7578 12940See \`config.log' for more details." >&2;}
7579fi 12941 { (exit 1); exit 1; }; } ;;
7580 12942esac
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 12943else
12944 if test "$cross_compiling" = yes; then
12945 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12946echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12947 { (exit 1); exit 1; }; }
12948else
7586 cat > conftest.$ac_ext <<EOF 12949 cat >conftest.$ac_ext <<_ACEOF
7587#line 7588 "configure" 12950/* confdefs.h. */
7588#include "confdefs.h" 12951_ACEOF
12952cat confdefs.h >>conftest.$ac_ext
12953cat >>conftest.$ac_ext <<_ACEOF
12954/* end confdefs.h. */
12955$ac_includes_default
12956long longval () { return (long) (sizeof (long long)); }
12957unsigned long ulongval () { return (long) (sizeof (long long)); }
7589#include <sys/types.h> 12958#include <stdio.h>
7590#if STDC_HEADERS
7591#include <stdlib.h> 12959#include <stdlib.h>
7592#include <stddef.h> 12960int
7593#endif 12961main ()
7594EOF 12962{
7595if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12963
7596 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 12964 FILE *f = fopen ("conftest.val", "w");
7597 rm -rf conftest* 12965 if (! f)
7598 ac_cv_type_mode_t=yes 12966 exit (1);
12967 if (((long) (sizeof (long long))) < 0)
12968 {
12969 long i = longval ();
12970 if (i != ((long) (sizeof (long long))))
12971 exit (1);
12972 fprintf (f, "%ld\n", i);
12973 }
7599else 12974 else
7600 rm -rf conftest* 12975 {
7601 ac_cv_type_mode_t=no 12976 unsigned long i = ulongval ();
12977 if (i != ((long) (sizeof (long long))))
12978 exit (1);
12979 fprintf (f, "%lu\n", i);
12980 }
12981 exit (ferror (f) || fclose (f) != 0);
12982
12983 ;
12984 return 0;
12985}
12986_ACEOF
12987rm -f conftest$ac_exeext
12988if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12989 (eval $ac_link) 2>&5
12990 ac_status=$?
12991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12992 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12994 (eval $ac_try) 2>&5
12995 ac_status=$?
12996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12997 (exit $ac_status); }; }; then
12998 ac_cv_sizeof_long_long=`cat conftest.val`
12999else
13000 echo "$as_me: program exited with status $ac_status" >&5
13001echo "$as_me: failed program was:" >&5
13002sed 's/^/| /' conftest.$ac_ext >&5
13003
13004( exit $ac_status )
13005{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13006See \`config.log' for more details." >&5
13007echo "$as_me: error: cannot compute sizeof (long long), 77
13008See \`config.log' for more details." >&2;}
13009 { (exit 1); exit 1; }; }
7602fi 13010fi
13011rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13012fi
13013fi
7603rm -f conftest* 13014rm -f conftest.val
7604 13015else
13016 ac_cv_sizeof_long_long=0
7605fi 13017fi
7606echo "$ac_t""$ac_cv_type_mode_t" 1>&6 13018fi
7607if test $ac_cv_type_mode_t = no; then 13019echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
13020echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
7608 cat >> confdefs.h <<\EOF 13021cat >>confdefs.h <<_ACEOF
7609#define mode_t int 13022#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7610EOF 13023_ACEOF
7611 13024
7612fi
7613 13025
7614echo $ac_n "checking for pid_t""... $ac_c" 1>&6 13026echo "$as_me:$LINENO: checking for int *" >&5
7615echo "configure:7616: checking for pid_t" >&5 13027echo $ECHO_N "checking for int *... $ECHO_C" >&6
7616if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 13028if test "${ac_cv_type_int_p+set}" = set; then
7617 echo $ac_n "(cached) $ac_c" 1>&6 13029 echo $ECHO_N "(cached) $ECHO_C" >&6
7618else 13030else
7619 cat > conftest.$ac_ext <<EOF 13031 cat >conftest.$ac_ext <<_ACEOF
7620#line 7621 "configure" 13032/* confdefs.h. */
7621#include "confdefs.h" 13033_ACEOF
13034cat confdefs.h >>conftest.$ac_ext
13035cat >>conftest.$ac_ext <<_ACEOF
13036/* end confdefs.h. */
13037$ac_includes_default
13038int
13039main ()
13040{
13041if ((int * *) 0)
13042 return 0;
13043if (sizeof (int *))
13044 return 0;
13045 ;
13046 return 0;
13047}
13048_ACEOF
13049rm -f conftest.$ac_objext
13050if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13051 (eval $ac_compile) 2>conftest.er1
13052 ac_status=$?
13053 grep -v '^ *+' conftest.er1 >conftest.err
13054 rm -f conftest.er1
13055 cat conftest.err >&5
13056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13057 (exit $ac_status); } &&
13058 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13060 (eval $ac_try) 2>&5
13061 ac_status=$?
13062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13063 (exit $ac_status); }; } &&
13064 { ac_try='test -s conftest.$ac_objext'
13065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13066 (eval $ac_try) 2>&5
13067 ac_status=$?
13068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13069 (exit $ac_status); }; }; then
13070 ac_cv_type_int_p=yes
13071else
13072 echo "$as_me: failed program was:" >&5
13073sed 's/^/| /' conftest.$ac_ext >&5
13074
13075ac_cv_type_int_p=no
13076fi
13077rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13078fi
13079echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
13080echo "${ECHO_T}$ac_cv_type_int_p" >&6
13081
13082echo "$as_me:$LINENO: checking size of int *" >&5
13083echo $ECHO_N "checking size of int *... $ECHO_C" >&6
13084if test "${ac_cv_sizeof_int_p+set}" = set; then
13085 echo $ECHO_N "(cached) $ECHO_C" >&6
13086else
13087 if test "$ac_cv_type_int_p" = yes; then
13088 # The cast to unsigned long works around a bug in the HP C Compiler
13089 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13090 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13091 # This bug is HP SR number 8606223364.
13092 if test "$cross_compiling" = yes; then
13093 # Depending upon the size, compute the lo and hi bounds.
13094cat >conftest.$ac_ext <<_ACEOF
13095/* confdefs.h. */
13096_ACEOF
13097cat confdefs.h >>conftest.$ac_ext
13098cat >>conftest.$ac_ext <<_ACEOF
13099/* end confdefs.h. */
13100$ac_includes_default
13101int
13102main ()
13103{
13104static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
13105test_array [0] = 0
13106
13107 ;
13108 return 0;
13109}
13110_ACEOF
13111rm -f conftest.$ac_objext
13112if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13113 (eval $ac_compile) 2>conftest.er1
13114 ac_status=$?
13115 grep -v '^ *+' conftest.er1 >conftest.err
13116 rm -f conftest.er1
13117 cat conftest.err >&5
13118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13119 (exit $ac_status); } &&
13120 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13122 (eval $ac_try) 2>&5
13123 ac_status=$?
13124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13125 (exit $ac_status); }; } &&
13126 { ac_try='test -s conftest.$ac_objext'
13127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13128 (eval $ac_try) 2>&5
13129 ac_status=$?
13130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13131 (exit $ac_status); }; }; then
13132 ac_lo=0 ac_mid=0
13133 while :; do
13134 cat >conftest.$ac_ext <<_ACEOF
13135/* confdefs.h. */
13136_ACEOF
13137cat confdefs.h >>conftest.$ac_ext
13138cat >>conftest.$ac_ext <<_ACEOF
13139/* end confdefs.h. */
13140$ac_includes_default
13141int
13142main ()
13143{
13144static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13145test_array [0] = 0
13146
13147 ;
13148 return 0;
13149}
13150_ACEOF
13151rm -f conftest.$ac_objext
13152if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13153 (eval $ac_compile) 2>conftest.er1
13154 ac_status=$?
13155 grep -v '^ *+' conftest.er1 >conftest.err
13156 rm -f conftest.er1
13157 cat conftest.err >&5
13158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13159 (exit $ac_status); } &&
13160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13162 (eval $ac_try) 2>&5
13163 ac_status=$?
13164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13165 (exit $ac_status); }; } &&
13166 { ac_try='test -s conftest.$ac_objext'
13167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13168 (eval $ac_try) 2>&5
13169 ac_status=$?
13170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13171 (exit $ac_status); }; }; then
13172 ac_hi=$ac_mid; break
13173else
13174 echo "$as_me: failed program was:" >&5
13175sed 's/^/| /' conftest.$ac_ext >&5
13176
13177ac_lo=`expr $ac_mid + 1`
13178 if test $ac_lo -le $ac_mid; then
13179 ac_lo= ac_hi=
13180 break
13181 fi
13182 ac_mid=`expr 2 '*' $ac_mid + 1`
13183fi
13184rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13185 done
13186else
13187 echo "$as_me: failed program was:" >&5
13188sed 's/^/| /' conftest.$ac_ext >&5
13189
13190cat >conftest.$ac_ext <<_ACEOF
13191/* confdefs.h. */
13192_ACEOF
13193cat confdefs.h >>conftest.$ac_ext
13194cat >>conftest.$ac_ext <<_ACEOF
13195/* end confdefs.h. */
13196$ac_includes_default
13197int
13198main ()
13199{
13200static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
13201test_array [0] = 0
13202
13203 ;
13204 return 0;
13205}
13206_ACEOF
13207rm -f conftest.$ac_objext
13208if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13209 (eval $ac_compile) 2>conftest.er1
13210 ac_status=$?
13211 grep -v '^ *+' conftest.er1 >conftest.err
13212 rm -f conftest.er1
13213 cat conftest.err >&5
13214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13215 (exit $ac_status); } &&
13216 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13218 (eval $ac_try) 2>&5
13219 ac_status=$?
13220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13221 (exit $ac_status); }; } &&
13222 { ac_try='test -s conftest.$ac_objext'
13223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13224 (eval $ac_try) 2>&5
13225 ac_status=$?
13226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13227 (exit $ac_status); }; }; then
13228 ac_hi=-1 ac_mid=-1
13229 while :; do
13230 cat >conftest.$ac_ext <<_ACEOF
13231/* confdefs.h. */
13232_ACEOF
13233cat confdefs.h >>conftest.$ac_ext
13234cat >>conftest.$ac_ext <<_ACEOF
13235/* end confdefs.h. */
13236$ac_includes_default
13237int
13238main ()
13239{
13240static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
13241test_array [0] = 0
13242
13243 ;
13244 return 0;
13245}
13246_ACEOF
13247rm -f conftest.$ac_objext
13248if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13249 (eval $ac_compile) 2>conftest.er1
13250 ac_status=$?
13251 grep -v '^ *+' conftest.er1 >conftest.err
13252 rm -f conftest.er1
13253 cat conftest.err >&5
13254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13255 (exit $ac_status); } &&
13256 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13258 (eval $ac_try) 2>&5
13259 ac_status=$?
13260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13261 (exit $ac_status); }; } &&
13262 { ac_try='test -s conftest.$ac_objext'
13263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13264 (eval $ac_try) 2>&5
13265 ac_status=$?
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); }; }; then
13268 ac_lo=$ac_mid; break
13269else
13270 echo "$as_me: failed program was:" >&5
13271sed 's/^/| /' conftest.$ac_ext >&5
13272
13273ac_hi=`expr '(' $ac_mid ')' - 1`
13274 if test $ac_mid -le $ac_hi; then
13275 ac_lo= ac_hi=
13276 break
13277 fi
13278 ac_mid=`expr 2 '*' $ac_mid`
13279fi
13280rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13281 done
13282else
13283 echo "$as_me: failed program was:" >&5
13284sed 's/^/| /' conftest.$ac_ext >&5
13285
13286ac_lo= ac_hi=
13287fi
13288rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13289fi
13290rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13291# Binary search between lo and hi bounds.
13292while test "x$ac_lo" != "x$ac_hi"; do
13293 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13294 cat >conftest.$ac_ext <<_ACEOF
13295/* confdefs.h. */
13296_ACEOF
13297cat confdefs.h >>conftest.$ac_ext
13298cat >>conftest.$ac_ext <<_ACEOF
13299/* end confdefs.h. */
13300$ac_includes_default
13301int
13302main ()
13303{
13304static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13305test_array [0] = 0
13306
13307 ;
13308 return 0;
13309}
13310_ACEOF
13311rm -f conftest.$ac_objext
13312if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13313 (eval $ac_compile) 2>conftest.er1
13314 ac_status=$?
13315 grep -v '^ *+' conftest.er1 >conftest.err
13316 rm -f conftest.er1
13317 cat conftest.err >&5
13318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13319 (exit $ac_status); } &&
13320 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13322 (eval $ac_try) 2>&5
13323 ac_status=$?
13324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13325 (exit $ac_status); }; } &&
13326 { ac_try='test -s conftest.$ac_objext'
13327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13328 (eval $ac_try) 2>&5
13329 ac_status=$?
13330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13331 (exit $ac_status); }; }; then
13332 ac_hi=$ac_mid
13333else
13334 echo "$as_me: failed program was:" >&5
13335sed 's/^/| /' conftest.$ac_ext >&5
13336
13337ac_lo=`expr '(' $ac_mid ')' + 1`
13338fi
13339rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13340done
13341case $ac_lo in
13342?*) ac_cv_sizeof_int_p=$ac_lo;;
13343'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
13344See \`config.log' for more details." >&5
13345echo "$as_me: error: cannot compute sizeof (int *), 77
13346See \`config.log' for more details." >&2;}
13347 { (exit 1); exit 1; }; } ;;
13348esac
13349else
13350 if test "$cross_compiling" = yes; then
13351 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13352echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13353 { (exit 1); exit 1; }; }
13354else
13355 cat >conftest.$ac_ext <<_ACEOF
13356/* confdefs.h. */
13357_ACEOF
13358cat confdefs.h >>conftest.$ac_ext
13359cat >>conftest.$ac_ext <<_ACEOF
13360/* end confdefs.h. */
13361$ac_includes_default
13362long longval () { return (long) (sizeof (int *)); }
13363unsigned long ulongval () { return (long) (sizeof (int *)); }
7622#include <sys/types.h> 13364#include <stdio.h>
7623#if STDC_HEADERS
7624#include <stdlib.h> 13365#include <stdlib.h>
7625#include <stddef.h> 13366int
7626#endif
7627EOF
7628if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7629 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7630 rm -rf conftest*
7631 ac_cv_type_pid_t=yes
7632else
7633 rm -rf conftest*
7634 ac_cv_type_pid_t=no
7635fi
7636rm -f conftest*
7637
7638fi
7639echo "$ac_t""$ac_cv_type_pid_t" 1>&6
7640if test $ac_cv_type_pid_t = no; then
7641 cat >> confdefs.h <<\EOF
7642#define pid_t int
7643EOF
7644
7645fi
7646
7647echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
7648echo "configure:7649: checking for uid_t in sys/types.h" >&5
7649if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
7650 echo $ac_n "(cached) $ac_c" 1>&6
7651else
7652 cat > conftest.$ac_ext <<EOF
7653#line 7654 "configure"
7654#include "confdefs.h"
7655#include <sys/types.h>
7656EOF
7657if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7658 egrep "uid_t" >/dev/null 2>&1; then
7659 rm -rf conftest*
7660 ac_cv_type_uid_t=yes
7661else
7662 rm -rf conftest*
7663 ac_cv_type_uid_t=no
7664fi
7665rm -f conftest*
7666
7667fi
7668
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
7680
7681
7682
7683echo $ac_n "checking size of char""... $ac_c" 1>&6
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
7687else
7688 if test "$cross_compiling" = yes; then
7689 ac_cv_sizeof_char=1
7690else
7691 cat > conftest.$ac_ext <<EOF
7692#line 7693 "configure"
7693#include "confdefs.h"
7694#include <stdio.h>
7695#include <sys/types.h>
7696main() 13367main ()
7697{ 13368{
13369
7698 FILE *f=fopen("conftestval", "w"); 13370 FILE *f = fopen ("conftest.val", "w");
7699 if (!f) exit(1); 13371 if (! f)
7700 fprintf(f, "%d\n", sizeof(char));
7701 exit(0); 13372 exit (1);
13373 if (((long) (sizeof (int *))) < 0)
13374 {
13375 long i = longval ();
13376 if (i != ((long) (sizeof (int *))))
13377 exit (1);
13378 fprintf (f, "%ld\n", i);
13379 }
13380 else
13381 {
13382 unsigned long i = ulongval ();
13383 if (i != ((long) (sizeof (int *))))
13384 exit (1);
13385 fprintf (f, "%lu\n", i);
13386 }
13387 exit (ferror (f) || fclose (f) != 0);
13388
13389 ;
13390 return 0;
7702} 13391}
7703EOF 13392_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 13393rm -f conftest$ac_exeext
7705then 13394if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13395 (eval $ac_link) 2>&5
13396 ac_status=$?
13397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13398 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13400 (eval $ac_try) 2>&5
13401 ac_status=$?
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); }; }; then
7706 ac_cv_sizeof_char=`cat conftestval` 13404 ac_cv_sizeof_int_p=`cat conftest.val`
7707else 13405else
13406 echo "$as_me: program exited with status $ac_status" >&5
7708 echo "configure: failed program was:" >&5 13407echo "$as_me: failed program was:" >&5
7709 cat conftest.$ac_ext >&5 13408sed 's/^/| /' conftest.$ac_ext >&5
7710 rm -fr conftest* 13409
7711 ac_cv_sizeof_char=0 13410( exit $ac_status )
13411{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
13412See \`config.log' for more details." >&5
13413echo "$as_me: error: cannot compute sizeof (int *), 77
13414See \`config.log' for more details." >&2;}
13415 { (exit 1); exit 1; }; }
7712fi 13416fi
13417rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13418fi
13419fi
7713rm -fr conftest* 13420rm -f conftest.val
13421else
13422 ac_cv_sizeof_int_p=0
7714fi 13423fi
7715
7716fi 13424fi
7717echo "$ac_t""$ac_cv_sizeof_char" 1>&6 13425echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
13426echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
7718cat >> confdefs.h <<EOF 13427cat >>confdefs.h <<_ACEOF
7719#define SIZEOF_CHAR $ac_cv_sizeof_char 13428#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7720EOF 13429_ACEOF
7721 13430
7722 13431
7723echo $ac_n "checking size of short""... $ac_c" 1>&6 13432
7724echo "configure:7725: checking size of short" >&5 13433
7725if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13434echo "$as_me:$LINENO: checking for int16_t" >&5
13435echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
13436if test "${rxvt_cv_int16_t+set}" = set; then
7726 echo $ac_n "(cached) $ac_c" 1>&6 13437 echo $ECHO_N "(cached) $ECHO_C" >&6
7727else 13438else
7728 if test "$cross_compiling" = yes; then
7729 ac_cv_sizeof_short=2
7730else
7731 cat > conftest.$ac_ext <<EOF 13439 cat >conftest.$ac_ext <<_ACEOF
7732#line 7733 "configure" 13440/* confdefs.h. */
7733#include "confdefs.h" 13441_ACEOF
13442cat confdefs.h >>conftest.$ac_ext
13443cat >>conftest.$ac_ext <<_ACEOF
13444/* end confdefs.h. */
7734#include <stdio.h> 13445#include <stdint.h>
7735#include <sys/types.h> 13446int
7736main() 13447main ()
7737{ 13448{
7738 FILE *f=fopen("conftestval", "w"); 13449int16_t dummy;
7739 if (!f) exit(1); 13450 ;
7740 fprintf(f, "%d\n", sizeof(short)); 13451 return 0;
7741 exit(0);
7742} 13452}
7743EOF 13453_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 13454rm -f conftest.$ac_objext
7745then 13455if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7746 ac_cv_sizeof_short=`cat conftestval` 13456 (eval $ac_compile) 2>conftest.er1
7747else 13457 ac_status=$?
7748 echo "configure: failed program was:" >&5 13458 grep -v '^ *+' conftest.er1 >conftest.err
7749 cat conftest.$ac_ext >&5
7750 rm -fr conftest* 13459 rm -f conftest.er1
7751 ac_cv_sizeof_short=0
7752fi
7753rm -fr conftest*
7754fi
7755
7756fi
7757echo "$ac_t""$ac_cv_sizeof_short" 1>&6
7758cat >> confdefs.h <<EOF
7759#define SIZEOF_SHORT $ac_cv_sizeof_short
7760EOF
7761
7762
7763echo $ac_n "checking size of int""... $ac_c" 1>&6
7764echo "configure:7765: checking size of int" >&5
7765if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
7766 echo $ac_n "(cached) $ac_c" 1>&6
7767else
7768 if test "$cross_compiling" = yes; then
7769 ac_cv_sizeof_int=4
7770else
7771 cat > conftest.$ac_ext <<EOF
7772#line 7773 "configure"
7773#include "confdefs.h"
7774#include <stdio.h>
7775#include <sys/types.h>
7776main()
7777{
7778 FILE *f=fopen("conftestval", "w");
7779 if (!f) exit(1);
7780 fprintf(f, "%d\n", sizeof(int));
7781 exit(0);
7782}
7783EOF
7784if { (eval echo configure:7785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7785then
7786 ac_cv_sizeof_int=`cat conftestval`
7787else
7788 echo "configure: failed program was:" >&5
7789 cat conftest.$ac_ext >&5 13460 cat conftest.err >&5
7790 rm -fr conftest* 13461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7791 ac_cv_sizeof_int=0 13462 (exit $ac_status); } &&
7792fi 13463 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7793rm -fr conftest* 13464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7794fi 13465 (eval $ac_try) 2>&5
7795 13466 ac_status=$?
7796fi 13467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7797echo "$ac_t""$ac_cv_sizeof_int" 1>&6 13468 (exit $ac_status); }; } &&
7798cat >> confdefs.h <<EOF 13469 { ac_try='test -s conftest.$ac_objext'
7799#define SIZEOF_INT $ac_cv_sizeof_int 13470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7800EOF 13471 (eval $ac_try) 2>&5
7801 13472 ac_status=$?
7802 13473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7803echo $ac_n "checking size of long""... $ac_c" 1>&6 13474 (exit $ac_status); }; }; then
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
7830 rm -fr conftest*
7831 ac_cv_sizeof_long=0
7832fi
7833rm -fr conftest*
7834fi
7835
7836fi
7837echo "$ac_t""$ac_cv_sizeof_long" 1>&6
7838cat >> confdefs.h <<EOF
7839#define SIZEOF_LONG $ac_cv_sizeof_long
7840EOF
7841
7842
7843echo $ac_n "checking size of long long""... $ac_c" 1>&6
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 13475 rxvt_cv_int16_t=yes
7941else 13476else
7942 echo "configure: failed program was:" >&5 13477 echo "$as_me: failed program was:" >&5
7943 cat conftest.$ac_ext >&5 13478sed 's/^/| /' conftest.$ac_ext >&5
7944 rm -rf conftest* 13479
7945 if test $ac_cv_sizeof_char -ge 2; then 13480if test "$ac_cv_sizeof_char" -ge 2; then
7946 rxvt_cv_int16_t=" char" 13481 rxvt_cv_int16_t=" char"
7947else 13482else
7948 if test $ac_cv_sizeof_short -ge 2; then 13483 if test "$ac_cv_sizeof_short" -ge 2; then
7949 rxvt_cv_int16_t=" short" 13484 rxvt_cv_int16_t=" short"
7950 else 13485 else
7951 if test $ac_cv_sizeof_int -ge 2; then 13486 if test "$ac_cv_sizeof_int" -ge 2; then
7952 rxvt_cv_int16_t=" int" 13487 rxvt_cv_int16_t=" int"
7953 else 13488 else
7954 if test $ac_cv_sizeof_long -ge 2; then 13489 if test "$ac_cv_sizeof_long" -ge 2; then
7955 rxvt_cv_int16_t=" long" 13490 rxvt_cv_int16_t=" long"
7956 else 13491 else
7957 if test $ac_cv_sizeof_long_long -ge 2; then 13492 if test "$ac_cv_sizeof_long_long" -ge 2; then
7958 rxvt_cv_int16_t=" long long" 13493 rxvt_cv_int16_t=" long long"
7959 else 13494 else
7960 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default 13495 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
7961 fi 13496 fi
7962 fi 13497 fi
7963 fi 13498 fi
7964 fi 13499 fi
7965fi 13500fi
7966fi 13501fi
7967rm -f conftest* 13502rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7968fi 13503fi
7969 13504echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7970echo "$ac_t""$rxvt_cv_int16_t" 1>&6 13505echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7971if test x"$rxvt_cv_int16_t" != xyes; then 13506if test x"$rxvt_cv_int16_t" != xyes; then
7972 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 13507 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7973else 13508else
7974 if test x"" = x; then 13509 if test x"" = x; then
7975 rxvt_int16_typedef="/* typedef short int16_t; */" 13510 rxvt_int16_typedef="/* typedef short int16_t; */"
7976 else 13511 else
7977 rxvt_int16_typedef="/* typedef short int16_t; */" 13512 rxvt_int16_typedef="/* typedef short int16_t; */"
7978 fi 13513 fi
7979fi 13514fi
7980 13515
13516echo "$as_me:$LINENO: checking for uint16_t" >&5
7981echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 13517echo $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 13518if test "${rxvt_cv_uint16_t+set}" = set; then
7984 echo $ac_n "(cached) $ac_c" 1>&6 13519 echo $ECHO_N "(cached) $ECHO_C" >&6
7985else 13520else
7986 cat > conftest.$ac_ext <<EOF 13521 cat >conftest.$ac_ext <<_ACEOF
7987#line 7988 "configure" 13522/* confdefs.h. */
7988#include "confdefs.h" 13523_ACEOF
13524cat confdefs.h >>conftest.$ac_ext
13525cat >>conftest.$ac_ext <<_ACEOF
13526/* end confdefs.h. */
7989#include <stdint.h> 13527#include <stdint.h>
7990int main() { 13528int
13529main ()
13530{
7991uint16_t dummy; 13531uint16_t dummy;
13532 ;
7992; return 0; } 13533 return 0;
7993EOF 13534}
7994if { (eval echo configure:7995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13535_ACEOF
13536rm -f conftest.$ac_objext
13537if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13538 (eval $ac_compile) 2>conftest.er1
13539 ac_status=$?
13540 grep -v '^ *+' conftest.er1 >conftest.err
7995 rm -rf conftest* 13541 rm -f conftest.er1
13542 cat conftest.err >&5
13543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13544 (exit $ac_status); } &&
13545 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13547 (eval $ac_try) 2>&5
13548 ac_status=$?
13549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13550 (exit $ac_status); }; } &&
13551 { ac_try='test -s conftest.$ac_objext'
13552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13553 (eval $ac_try) 2>&5
13554 ac_status=$?
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); }; }; then
7996 rxvt_cv_uint16_t=yes 13557 rxvt_cv_uint16_t=yes
7997else 13558else
7998 echo "configure: failed program was:" >&5 13559 echo "$as_me: failed program was:" >&5
7999 cat conftest.$ac_ext >&5 13560sed 's/^/| /' conftest.$ac_ext >&5
8000 rm -rf conftest* 13561
8001 if test $ac_cv_sizeof_char -ge 2; then 13562if test "$ac_cv_sizeof_char" -ge 2; then
8002 rxvt_cv_uint16_t="unsigned char" 13563 rxvt_cv_uint16_t="unsigned char"
8003else 13564else
8004 if test $ac_cv_sizeof_short -ge 2; then 13565 if test "$ac_cv_sizeof_short" -ge 2; then
8005 rxvt_cv_uint16_t="unsigned short" 13566 rxvt_cv_uint16_t="unsigned short"
8006 else 13567 else
8007 if test $ac_cv_sizeof_int -ge 2; then 13568 if test "$ac_cv_sizeof_int" -ge 2; then
8008 rxvt_cv_uint16_t="unsigned int" 13569 rxvt_cv_uint16_t="unsigned int"
8009 else 13570 else
8010 if test $ac_cv_sizeof_long -ge 2; then 13571 if test "$ac_cv_sizeof_long" -ge 2; then
8011 rxvt_cv_uint16_t="unsigned long" 13572 rxvt_cv_uint16_t="unsigned long"
8012 else 13573 else
8013 if test $ac_cv_sizeof_long_long -ge 2; then 13574 if test "$ac_cv_sizeof_long_long" -ge 2; then
8014 rxvt_cv_uint16_t="unsigned long long" 13575 rxvt_cv_uint16_t="unsigned long long"
8015 else 13576 else
8016 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default 13577 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
8017 fi 13578 fi
8018 fi 13579 fi
8019 fi 13580 fi
8020 fi 13581 fi
8021fi 13582fi
8022fi 13583fi
8023rm -f conftest* 13584rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8024fi 13585fi
8025 13586echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8026echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 13587echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8027if test x"$rxvt_cv_uint16_t" != xyes; then 13588if test x"$rxvt_cv_uint16_t" != xyes; then
8028 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 13589 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8029else 13590else
8030 if test x"unsigned" = x; then 13591 if test x"unsigned" = x; then
8031 rxvt_uint16_typedef="/* typedef short uint16_t; */" 13592 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8032 else 13593 else
8033 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 13594 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8034 fi 13595 fi
8035fi 13596fi
8036 13597
13598echo "$as_me:$LINENO: checking for int32_t" >&5
8037echo $ac_n "checking for int32_t""... $ac_c" 1>&6 13599echo $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 13600if test "${rxvt_cv_int32_t+set}" = set; then
8040 echo $ac_n "(cached) $ac_c" 1>&6 13601 echo $ECHO_N "(cached) $ECHO_C" >&6
8041else 13602else
8042 cat > conftest.$ac_ext <<EOF 13603 cat >conftest.$ac_ext <<_ACEOF
8043#line 8044 "configure" 13604/* confdefs.h. */
8044#include "confdefs.h" 13605_ACEOF
13606cat confdefs.h >>conftest.$ac_ext
13607cat >>conftest.$ac_ext <<_ACEOF
13608/* end confdefs.h. */
8045#include <stdint.h> 13609#include <stdint.h>
8046int main() { 13610int
13611main ()
13612{
8047int32_t dummy; 13613int32_t dummy;
13614 ;
8048; return 0; } 13615 return 0;
8049EOF 13616}
8050if { (eval echo configure:8051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13617_ACEOF
13618rm -f conftest.$ac_objext
13619if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13620 (eval $ac_compile) 2>conftest.er1
13621 ac_status=$?
13622 grep -v '^ *+' conftest.er1 >conftest.err
8051 rm -rf conftest* 13623 rm -f conftest.er1
13624 cat conftest.err >&5
13625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13626 (exit $ac_status); } &&
13627 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13629 (eval $ac_try) 2>&5
13630 ac_status=$?
13631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13632 (exit $ac_status); }; } &&
13633 { ac_try='test -s conftest.$ac_objext'
13634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13635 (eval $ac_try) 2>&5
13636 ac_status=$?
13637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13638 (exit $ac_status); }; }; then
8052 rxvt_cv_int32_t=yes 13639 rxvt_cv_int32_t=yes
8053else 13640else
8054 echo "configure: failed program was:" >&5 13641 echo "$as_me: failed program was:" >&5
8055 cat conftest.$ac_ext >&5 13642sed 's/^/| /' conftest.$ac_ext >&5
8056 rm -rf conftest* 13643
8057 if test $ac_cv_sizeof_char -ge 4; then 13644if test "$ac_cv_sizeof_char" -ge 4; then
8058 rxvt_cv_int32_t=" char" 13645 rxvt_cv_int32_t=" char"
8059else 13646else
8060 if test $ac_cv_sizeof_short -ge 4; then 13647 if test "$ac_cv_sizeof_short" -ge 4; then
8061 rxvt_cv_int32_t=" short" 13648 rxvt_cv_int32_t=" short"
8062 else 13649 else
8063 if test $ac_cv_sizeof_int -ge 4; then 13650 if test "$ac_cv_sizeof_int" -ge 4; then
8064 rxvt_cv_int32_t=" int" 13651 rxvt_cv_int32_t=" int"
8065 else 13652 else
8066 if test $ac_cv_sizeof_long -ge 4; then 13653 if test "$ac_cv_sizeof_long" -ge 4; then
8067 rxvt_cv_int32_t=" long" 13654 rxvt_cv_int32_t=" long"
8068 else 13655 else
8069 if test $ac_cv_sizeof_long_long -ge 4; then 13656 if test "$ac_cv_sizeof_long_long" -ge 4; then
8070 rxvt_cv_int32_t=" long long" 13657 rxvt_cv_int32_t=" long long"
8071 else 13658 else
8072 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default 13659 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
8073 fi 13660 fi
8074 fi 13661 fi
8075 fi 13662 fi
8076 fi 13663 fi
8077fi 13664fi
8078fi 13665fi
8079rm -f conftest* 13666rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8080fi 13667fi
8081 13668echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8082echo "$ac_t""$rxvt_cv_int32_t" 1>&6 13669echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8083if test x"$rxvt_cv_int32_t" != xyes; then 13670if test x"$rxvt_cv_int32_t" != xyes; then
8084 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 13671 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8085else 13672else
8086 if test x"" = x; then 13673 if test x"" = x; then
8087 rxvt_int32_typedef="/* typedef int int32_t; */" 13674 rxvt_int32_typedef="/* typedef int int32_t; */"
8088 else 13675 else
8089 rxvt_int32_typedef="/* typedef int int32_t; */" 13676 rxvt_int32_typedef="/* typedef int int32_t; */"
8090 fi 13677 fi
8091fi 13678fi
8092 13679
13680echo "$as_me:$LINENO: checking for uint32_t" >&5
8093echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 13681echo $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 13682if test "${rxvt_cv_uint32_t+set}" = set; then
8096 echo $ac_n "(cached) $ac_c" 1>&6 13683 echo $ECHO_N "(cached) $ECHO_C" >&6
8097else 13684else
8098 cat > conftest.$ac_ext <<EOF 13685 cat >conftest.$ac_ext <<_ACEOF
8099#line 8100 "configure" 13686/* confdefs.h. */
8100#include "confdefs.h" 13687_ACEOF
13688cat confdefs.h >>conftest.$ac_ext
13689cat >>conftest.$ac_ext <<_ACEOF
13690/* end confdefs.h. */
8101#include <stdint.h> 13691#include <stdint.h>
8102int main() { 13692int
13693main ()
13694{
8103uint32_t dummy; 13695uint32_t dummy;
13696 ;
8104; return 0; } 13697 return 0;
8105EOF 13698}
8106if { (eval echo configure:8107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13699_ACEOF
13700rm -f conftest.$ac_objext
13701if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13702 (eval $ac_compile) 2>conftest.er1
13703 ac_status=$?
13704 grep -v '^ *+' conftest.er1 >conftest.err
8107 rm -rf conftest* 13705 rm -f conftest.er1
13706 cat conftest.err >&5
13707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13708 (exit $ac_status); } &&
13709 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13711 (eval $ac_try) 2>&5
13712 ac_status=$?
13713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13714 (exit $ac_status); }; } &&
13715 { ac_try='test -s conftest.$ac_objext'
13716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13717 (eval $ac_try) 2>&5
13718 ac_status=$?
13719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13720 (exit $ac_status); }; }; then
8108 rxvt_cv_uint32_t=yes 13721 rxvt_cv_uint32_t=yes
8109else 13722else
8110 echo "configure: failed program was:" >&5 13723 echo "$as_me: failed program was:" >&5
8111 cat conftest.$ac_ext >&5 13724sed 's/^/| /' conftest.$ac_ext >&5
8112 rm -rf conftest* 13725
8113 if test $ac_cv_sizeof_char -ge 4; then 13726if test "$ac_cv_sizeof_char" -ge 4; then
8114 rxvt_cv_uint32_t="unsigned char" 13727 rxvt_cv_uint32_t="unsigned char"
8115else 13728else
8116 if test $ac_cv_sizeof_short -ge 4; then 13729 if test "$ac_cv_sizeof_short" -ge 4; then
8117 rxvt_cv_uint32_t="unsigned short" 13730 rxvt_cv_uint32_t="unsigned short"
8118 else 13731 else
8119 if test $ac_cv_sizeof_int -ge 4; then 13732 if test "$ac_cv_sizeof_int" -ge 4; then
8120 rxvt_cv_uint32_t="unsigned int" 13733 rxvt_cv_uint32_t="unsigned int"
8121 else 13734 else
8122 if test $ac_cv_sizeof_long -ge 4; then 13735 if test "$ac_cv_sizeof_long" -ge 4; then
8123 rxvt_cv_uint32_t="unsigned long" 13736 rxvt_cv_uint32_t="unsigned long"
8124 else 13737 else
8125 if test $ac_cv_sizeof_long_long -ge 4; then 13738 if test "$ac_cv_sizeof_long_long" -ge 4; then
8126 rxvt_cv_uint32_t="unsigned long long" 13739 rxvt_cv_uint32_t="unsigned long long"
8127 else 13740 else
8128 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default 13741 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
8129 fi 13742 fi
8130 fi 13743 fi
8131 fi 13744 fi
8132 fi 13745 fi
8133fi 13746fi
8134fi 13747fi
8135rm -f conftest* 13748rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8136fi 13749fi
8137 13750echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8138echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 13751echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8139if test x"$rxvt_cv_uint32_t" != xyes; then 13752if test x"$rxvt_cv_uint32_t" != xyes; then
8140 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 13753 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8141else 13754else
8142 if test x"unsigned" = x; then 13755 if test x"unsigned" = x; then
8143 rxvt_uint32_typedef="/* typedef int uint32_t; */" 13756 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8144 else 13757 else
8145 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 13758 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8146 fi 13759 fi
8147fi 13760fi
8148 13761
8149if test $ac_cv_sizeof_int_p -eq 8; then 13762if test "$ac_cv_sizeof_int_p" -eq 8; then
8150 rxvt_intp_define="#define intp_t int64_t" 13763 rxvt_intp_define="#define intp_t int64_t"
8151 rxvt_u_intp_define="#define u_intp_t u_int64_t" 13764 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8152else 13765else
8153 if test $ac_cv_sizeof_int_p -eq 4; then 13766 if test "$ac_cv_sizeof_int_p" -eq 4; then
8154 rxvt_intp_define="#define intp_t int32_t" 13767 rxvt_intp_define="#define intp_t int32_t"
8155 rxvt_u_intp_define="#define u_intp_t u_int32_t" 13768 rxvt_u_intp_define="#define u_intp_t u_int32_t"
8156 else 13769 else
8157 if test $ac_cv_sizeof_int_p -eq 2; then 13770 if test "$ac_cv_sizeof_int_p" -eq 2; then
8158 rxvt_intp_define="#define intp_t int16_t" 13771 rxvt_intp_define="#define intp_t int16_t"
8159 rxvt_u_intp_define="#define u_intp_t u_int16_t" 13772 rxvt_u_intp_define="#define u_intp_t u_int16_t"
8160 else 13773 else
8161 rxvt_intp_define="#error set intp_t" 13774 rxvt_intp_define="#error set intp_t"
8162 rxvt_u_intp_define="#error set u_intp_t" 13775 rxvt_u_intp_define="#error set u_intp_t"
8164 fi 13777 fi
8165fi 13778fi
8166 13779
8167 13780
8168 13781
13782echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8169echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 13783echo $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 13784if test "${ac_cv_type_signal+set}" = set; then
8172 echo $ac_n "(cached) $ac_c" 1>&6 13785 echo $ECHO_N "(cached) $ECHO_C" >&6
8173else 13786else
8174 cat > conftest.$ac_ext <<EOF 13787 cat >conftest.$ac_ext <<_ACEOF
8175#line 8176 "configure" 13788/* confdefs.h. */
8176#include "confdefs.h" 13789_ACEOF
13790cat confdefs.h >>conftest.$ac_ext
13791cat >>conftest.$ac_ext <<_ACEOF
13792/* end confdefs.h. */
8177#include <sys/types.h> 13793#include <sys/types.h>
8178#include <signal.h> 13794#include <signal.h>
8179#ifdef signal 13795#ifdef signal
8180#undef signal 13796# undef signal
8181#endif 13797#endif
8182#ifdef __cplusplus 13798#ifdef __cplusplus
8183extern "C" void (*signal (int, void (*)(int)))(int); 13799extern "C" void (*signal (int, void (*)(int)))(int);
8184#else 13800#else
8185void (*signal ()) (); 13801void (*signal ()) ();
8186#endif 13802#endif
8187 13803
8188int main() { 13804int
13805main ()
13806{
8189int i; 13807int i;
13808 ;
8190; return 0; } 13809 return 0;
8191EOF 13810}
8192if { (eval echo configure:8193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13811_ACEOF
13812rm -f conftest.$ac_objext
13813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13814 (eval $ac_compile) 2>conftest.er1
13815 ac_status=$?
13816 grep -v '^ *+' conftest.er1 >conftest.err
8193 rm -rf conftest* 13817 rm -f conftest.er1
13818 cat conftest.err >&5
13819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13820 (exit $ac_status); } &&
13821 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13823 (eval $ac_try) 2>&5
13824 ac_status=$?
13825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13826 (exit $ac_status); }; } &&
13827 { ac_try='test -s conftest.$ac_objext'
13828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13829 (eval $ac_try) 2>&5
13830 ac_status=$?
13831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13832 (exit $ac_status); }; }; then
8194 ac_cv_type_signal=void 13833 ac_cv_type_signal=void
8195else 13834else
8196 echo "configure: failed program was:" >&5 13835 echo "$as_me: failed program was:" >&5
8197 cat conftest.$ac_ext >&5 13836sed 's/^/| /' conftest.$ac_ext >&5
8198 rm -rf conftest* 13837
8199 ac_cv_type_signal=int 13838ac_cv_type_signal=int
8200fi 13839fi
8201rm -f conftest* 13840rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8202fi 13841fi
8203 13842echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8204echo "$ac_t""$ac_cv_type_signal" 1>&6 13843echo "${ECHO_T}$ac_cv_type_signal" >&6
13844
8205cat >> confdefs.h <<EOF 13845cat >>confdefs.h <<_ACEOF
8206#define RETSIGTYPE $ac_cv_type_signal 13846#define RETSIGTYPE $ac_cv_type_signal
8207EOF 13847_ACEOF
8208 13848
8209 13849
8210 13850
8211case "$host_alias" in 13851case "$host_alias" in
8212 *ultrix) ac_cv_func_setsid='no' ;; 13852 *ultrix) ac_cv_func_setsid='no' ;;
8213 *) break;; 13853 *) break;;
8214esac 13854esac
13855
13856
13857
13858
13859
13860
13861
13862
13863
13864
13865
13866
13867
13868
13869
13870
13871
13872
8215 13873
8216for ac_func in \ 13874for ac_func in \
8217 atexit \ 13875 atexit \
8218 revoke \ 13876 revoke \
8219 unsetenv \ 13877 unsetenv \
8232 nanosleep \ 13890 nanosleep \
8233 updwtmp \ 13891 updwtmp \
8234 ttyslot \ 13892 ttyslot \
8235 13893
8236do 13894do
13895as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13896echo "$as_me:$LINENO: checking for $ac_func" >&5
8237echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 13897echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8238echo "configure:8239: checking for $ac_func" >&5 13898if 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 13899 echo $ECHO_N "(cached) $ECHO_C" >&6
8241else 13900else
8242 cat > conftest.$ac_ext <<EOF 13901 cat >conftest.$ac_ext <<_ACEOF
8243#line 8244 "configure" 13902/* confdefs.h. */
8244#include "confdefs.h" 13903_ACEOF
13904cat confdefs.h >>conftest.$ac_ext
13905cat >>conftest.$ac_ext <<_ACEOF
13906/* end confdefs.h. */
13907/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13908 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13909#define $ac_func innocuous_$ac_func
13910
8245/* System header to define __stub macros and hopefully few prototypes, 13911/* System header to define __stub macros and hopefully few prototypes,
8246 which can conflict with char $ac_func(); below. */ 13912 which can conflict with char $ac_func (); below.
13913 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13914 <limits.h> exists even on freestanding compilers. */
13915
13916#ifdef __STDC__
13917# include <limits.h>
13918#else
8247#include <assert.h> 13919# include <assert.h>
13920#endif
13921
13922#undef $ac_func
13923
8248/* Override any gcc2 internal prototype to avoid an error. */ 13924/* Override any gcc2 internal prototype to avoid an error. */
13925#ifdef __cplusplus
13926extern "C"
13927{
13928#endif
8249/* We use char because int might match the return type of a gcc2 13929/* We use char because int might match the return type of a gcc2
8250 builtin and then its argument prototype would still apply. */ 13930 builtin and then its argument prototype would still apply. */
8251char $ac_func(); 13931char $ac_func ();
8252
8253int main() {
8254
8255/* The GNU C library defines this for functions which it implements 13932/* The GNU C library defines this for functions which it implements
8256 to always fail with ENOSYS. Some functions are actually named 13933 to always fail with ENOSYS. Some functions are actually named
8257 something starting with __ and the normal name is an alias. */ 13934 something starting with __ and the normal name is an alias. */
8258#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 13935#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8259choke me 13936choke me
8260#else 13937#else
8261$ac_func(); 13938char (*f) () = $ac_func;
8262#endif 13939#endif
13940#ifdef __cplusplus
13941}
13942#endif
8263 13943
13944int
13945main ()
13946{
13947return f != $ac_func;
13948 ;
8264; return 0; } 13949 return 0;
8265EOF 13950}
8266if { (eval echo configure:8267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 13951_ACEOF
13952rm -f conftest.$ac_objext conftest$ac_exeext
13953if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13954 (eval $ac_link) 2>conftest.er1
13955 ac_status=$?
13956 grep -v '^ *+' conftest.er1 >conftest.err
8267 rm -rf conftest* 13957 rm -f conftest.er1
8268 eval "ac_cv_func_$ac_func=yes" 13958 cat conftest.err >&5
13959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13960 (exit $ac_status); } &&
13961 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13963 (eval $ac_try) 2>&5
13964 ac_status=$?
13965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13966 (exit $ac_status); }; } &&
13967 { ac_try='test -s conftest$ac_exeext'
13968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13969 (eval $ac_try) 2>&5
13970 ac_status=$?
13971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13972 (exit $ac_status); }; }; then
13973 eval "$as_ac_var=yes"
8269else 13974else
8270 echo "configure: failed program was:" >&5 13975 echo "$as_me: failed program was:" >&5
8271 cat conftest.$ac_ext >&5 13976sed 's/^/| /' conftest.$ac_ext >&5
8272 rm -rf conftest*
8273 eval "ac_cv_func_$ac_func=no"
8274fi
8275rm -f conftest*
8276fi
8277 13977
8278if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 13978eval "$as_ac_var=no"
8279 echo "$ac_t""yes" 1>&6 13979fi
8280 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 13980rm -f conftest.err conftest.$ac_objext \
13981 conftest$ac_exeext conftest.$ac_ext
13982fi
13983echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13984echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13985if test `eval echo '${'$as_ac_var'}'` = yes; then
8281 cat >> confdefs.h <<EOF 13986 cat >>confdefs.h <<_ACEOF
8282#define $ac_tr_func 1 13987#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8283EOF 13988_ACEOF
8284 13989
8285else
8286 echo "$ac_t""no" 1>&6
8287fi 13990fi
8288done 13991done
8289 13992
8290 13993
8291 13994
8292ac_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13995if test "${ac_cv_header_utmp_h+set}" = set; then
13996 echo "$as_me:$LINENO: checking for utmp.h" >&5
8293echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 13997echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8294echo "configure:8295: checking for utmp.h" >&5 13998if 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 13999 echo $ECHO_N "(cached) $ECHO_C" >&6
14000fi
14001echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
14002echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
8297else 14003else
14004 # Is the header compilable?
14005echo "$as_me:$LINENO: checking utmp.h usability" >&5
14006echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
8298 cat > conftest.$ac_ext <<EOF 14007cat >conftest.$ac_ext <<_ACEOF
8299#line 8300 "configure" 14008/* confdefs.h. */
8300#include "confdefs.h" 14009_ACEOF
14010cat confdefs.h >>conftest.$ac_ext
14011cat >>conftest.$ac_ext <<_ACEOF
14012/* end confdefs.h. */
14013$ac_includes_default
8301#include <utmp.h> 14014#include <utmp.h>
8302EOF 14015_ACEOF
8303ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14016rm -f conftest.$ac_objext
8304{ (eval echo configure:8305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14017if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8305ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14018 (eval $ac_compile) 2>conftest.er1
14019 ac_status=$?
14020 grep -v '^ *+' conftest.er1 >conftest.err
14021 rm -f conftest.er1
14022 cat conftest.err >&5
14023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14024 (exit $ac_status); } &&
14025 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14027 (eval $ac_try) 2>&5
14028 ac_status=$?
14029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14030 (exit $ac_status); }; } &&
14031 { ac_try='test -s conftest.$ac_objext'
14032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14033 (eval $ac_try) 2>&5
14034 ac_status=$?
14035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14036 (exit $ac_status); }; }; then
14037 ac_header_compiler=yes
14038else
14039 echo "$as_me: failed program was:" >&5
14040sed 's/^/| /' conftest.$ac_ext >&5
14041
14042ac_header_compiler=no
14043fi
14044rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14045echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14046echo "${ECHO_T}$ac_header_compiler" >&6
14047
14048# Is the header present?
14049echo "$as_me:$LINENO: checking utmp.h presence" >&5
14050echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
14051cat >conftest.$ac_ext <<_ACEOF
14052/* confdefs.h. */
14053_ACEOF
14054cat confdefs.h >>conftest.$ac_ext
14055cat >>conftest.$ac_ext <<_ACEOF
14056/* end confdefs.h. */
14057#include <utmp.h>
14058_ACEOF
14059if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14060 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14061 ac_status=$?
14062 grep -v '^ *+' conftest.er1 >conftest.err
14063 rm -f conftest.er1
14064 cat conftest.err >&5
14065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14066 (exit $ac_status); } >/dev/null; then
14067 if test -s conftest.err; then
14068 ac_cpp_err=$ac_cxx_preproc_warn_flag
14069 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14070 else
14071 ac_cpp_err=
14072 fi
14073else
14074 ac_cpp_err=yes
14075fi
8306if test -z "$ac_err"; then 14076if test -z "$ac_cpp_err"; then
8307 rm -rf conftest* 14077 ac_header_preproc=yes
8308 eval "ac_cv_header_$ac_safe=yes"
8309else 14078else
8310 echo "$ac_err" >&5
8311 echo "configure: failed program was:" >&5 14079 echo "$as_me: failed program was:" >&5
8312 cat conftest.$ac_ext >&5 14080sed 's/^/| /' conftest.$ac_ext >&5
8313 rm -rf conftest* 14081
8314 eval "ac_cv_header_$ac_safe=no" 14082 ac_header_preproc=no
8315fi 14083fi
8316rm -f conftest* 14084rm -f conftest.err conftest.$ac_ext
14085echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14086echo "${ECHO_T}$ac_header_preproc" >&6
14087
14088# So? What about this header?
14089case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14090 yes:no: )
14091 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
14092echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14093 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
14094echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14095 ac_header_preproc=yes
14096 ;;
14097 no:yes:* )
14098 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
14099echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
14100 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
14101echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
14102 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
14103echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
14104 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
14105echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
14106 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
14107echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
14108 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
14109echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
14110 (
14111 cat <<\_ASBOX
14112## ------------------------------------------ ##
14113## Report this to the AC_PACKAGE_NAME lists. ##
14114## ------------------------------------------ ##
14115_ASBOX
14116 ) |
14117 sed "s/^/$as_me: WARNING: /" >&2
14118 ;;
14119esac
14120echo "$as_me:$LINENO: checking for utmp.h" >&5
14121echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
14122if test "${ac_cv_header_utmp_h+set}" = set; then
14123 echo $ECHO_N "(cached) $ECHO_C" >&6
14124else
14125 ac_cv_header_utmp_h=$ac_header_preproc
8317fi 14126fi
8318if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14127echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8319 echo "$ac_t""yes" 1>&6 14128echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
14129
14130fi
14131if test $ac_cv_header_utmp_h = yes; then
14132 echo "$as_me:$LINENO: checking for struct utmp" >&5
8320 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14133echo $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 14134if test "${rxvt_cv_struct_utmp+set}" = set; then
8323 echo $ac_n "(cached) $ac_c" 1>&6 14135 echo $ECHO_N "(cached) $ECHO_C" >&6
8324else 14136else
8325 cat > conftest.$ac_ext <<EOF 14137 cat >conftest.$ac_ext <<_ACEOF
8326#line 8327 "configure" 14138/* confdefs.h. */
8327#include "confdefs.h" 14139_ACEOF
14140cat confdefs.h >>conftest.$ac_ext
14141cat >>conftest.$ac_ext <<_ACEOF
14142/* end confdefs.h. */
8328#include <sys/types.h> 14143#include <sys/types.h>
8329#include <stdint.h> 14144#include <stdint.h>
8330#include <utmp.h> 14145#include <utmp.h>
8331int main() { 14146int
14147main ()
14148{
8332struct utmp ut; 14149struct utmp ut;
14150 ;
8333; return 0; } 14151 return 0;
8334EOF 14152}
8335if { (eval echo configure:8336: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14153_ACEOF
14154rm -f conftest.$ac_objext
14155if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14156 (eval $ac_compile) 2>conftest.er1
14157 ac_status=$?
14158 grep -v '^ *+' conftest.er1 >conftest.err
8336 rm -rf conftest* 14159 rm -f conftest.er1
14160 cat conftest.err >&5
14161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14162 (exit $ac_status); } &&
14163 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14165 (eval $ac_try) 2>&5
14166 ac_status=$?
14167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14168 (exit $ac_status); }; } &&
14169 { ac_try='test -s conftest.$ac_objext'
14170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14171 (eval $ac_try) 2>&5
14172 ac_status=$?
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); }; }; then
8337 rxvt_cv_struct_utmp=yes 14175 rxvt_cv_struct_utmp=yes
8338else 14176else
8339 echo "configure: failed program was:" >&5 14177 echo "$as_me: failed program was:" >&5
8340 cat conftest.$ac_ext >&5 14178sed 's/^/| /' conftest.$ac_ext >&5
8341 rm -rf conftest* 14179
8342 rxvt_cv_struct_utmp=no 14180rxvt_cv_struct_utmp=no
8343fi 14181fi
8344rm -f conftest* 14182rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8345fi 14183fi
8346 14184echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8347echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14185echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8348if test x$rxvt_cv_struct_utmp = xyes; then 14186if test x$rxvt_cv_struct_utmp = xyes; then
14187
8349 cat >> confdefs.h <<\EOF 14188cat >>confdefs.h <<\_ACEOF
8350#define HAVE_STRUCT_UTMP 1 14189#define HAVE_STRUCT_UTMP 1
8351EOF 14190_ACEOF
8352 14191
8353fi 14192fi
8354 14193
8355 14194
14195echo "$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 14196echo $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 14197if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8359 echo $ac_n "(cached) $ac_c" 1>&6 14198 echo $ECHO_N "(cached) $ECHO_C" >&6
8360else 14199else
8361 cat > conftest.$ac_ext <<EOF 14200 cat >conftest.$ac_ext <<_ACEOF
8362#line 8363 "configure" 14201/* confdefs.h. */
8363#include "confdefs.h" 14202_ACEOF
14203cat confdefs.h >>conftest.$ac_ext
14204cat >>conftest.$ac_ext <<_ACEOF
14205/* end confdefs.h. */
8364#include <sys/types.h> 14206#include <sys/types.h>
8365#include <utmp.h> 14207#include <utmp.h>
8366int main() { 14208int
14209main ()
14210{
8367struct utmp ut; ut.ut_host; 14211struct utmp ut; ut.ut_host;
14212 ;
8368; return 0; } 14213 return 0;
8369EOF 14214}
8370if { (eval echo configure:8371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14215_ACEOF
14216rm -f conftest.$ac_objext
14217if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14218 (eval $ac_compile) 2>conftest.er1
14219 ac_status=$?
14220 grep -v '^ *+' conftest.er1 >conftest.err
8371 rm -rf conftest* 14221 rm -f conftest.er1
14222 cat conftest.err >&5
14223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14224 (exit $ac_status); } &&
14225 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14227 (eval $ac_try) 2>&5
14228 ac_status=$?
14229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14230 (exit $ac_status); }; } &&
14231 { ac_try='test -s conftest.$ac_objext'
14232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14233 (eval $ac_try) 2>&5
14234 ac_status=$?
14235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14236 (exit $ac_status); }; }; then
8372 rxvt_cv_struct_utmp_host=yes 14237 rxvt_cv_struct_utmp_host=yes
8373else 14238else
8374 echo "configure: failed program was:" >&5 14239 echo "$as_me: failed program was:" >&5
8375 cat conftest.$ac_ext >&5 14240sed 's/^/| /' conftest.$ac_ext >&5
8376 rm -rf conftest* 14241
8377 rxvt_cv_struct_utmp_host=no 14242rxvt_cv_struct_utmp_host=no
8378fi 14243fi
8379rm -f conftest* 14244rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8380fi 14245fi
8381 14246echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8382echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 14247echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8383if test x$rxvt_cv_struct_utmp_host = xyes; then 14248if test x$rxvt_cv_struct_utmp_host = xyes; then
14249
8384 cat >> confdefs.h <<\EOF 14250cat >>confdefs.h <<\_ACEOF
8385#define HAVE_UTMP_HOST 1 14251#define HAVE_UTMP_HOST 1
8386EOF 14252_ACEOF
8387 14253
8388fi 14254fi
8389 14255
14256echo "$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 14257echo $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 14258if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8393 echo $ac_n "(cached) $ac_c" 1>&6 14259 echo $ECHO_N "(cached) $ECHO_C" >&6
8394else 14260else
8395 cat > conftest.$ac_ext <<EOF 14261 cat >conftest.$ac_ext <<_ACEOF
8396#line 8397 "configure" 14262/* confdefs.h. */
8397#include "confdefs.h" 14263_ACEOF
14264cat confdefs.h >>conftest.$ac_ext
14265cat >>conftest.$ac_ext <<_ACEOF
14266/* end confdefs.h. */
8398#include <sys/types.h> 14267#include <sys/types.h>
8399#include <utmp.h> 14268#include <utmp.h>
8400int main() { 14269int
14270main ()
14271{
8401struct utmp ut; ut.ut_pid; 14272struct utmp ut; ut.ut_pid;
14273 ;
8402; return 0; } 14274 return 0;
8403EOF 14275}
8404if { (eval echo configure:8405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14276_ACEOF
14277rm -f conftest.$ac_objext
14278if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14279 (eval $ac_compile) 2>conftest.er1
14280 ac_status=$?
14281 grep -v '^ *+' conftest.er1 >conftest.err
8405 rm -rf conftest* 14282 rm -f conftest.er1
14283 cat conftest.err >&5
14284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14285 (exit $ac_status); } &&
14286 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14288 (eval $ac_try) 2>&5
14289 ac_status=$?
14290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14291 (exit $ac_status); }; } &&
14292 { ac_try='test -s conftest.$ac_objext'
14293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14294 (eval $ac_try) 2>&5
14295 ac_status=$?
14296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14297 (exit $ac_status); }; }; then
8406 rxvt_cv_struct_utmp_pid=yes 14298 rxvt_cv_struct_utmp_pid=yes
8407else 14299else
8408 echo "configure: failed program was:" >&5 14300 echo "$as_me: failed program was:" >&5
8409 cat conftest.$ac_ext >&5 14301sed 's/^/| /' conftest.$ac_ext >&5
8410 rm -rf conftest* 14302
8411 rxvt_cv_struct_utmp_pid=no 14303rxvt_cv_struct_utmp_pid=no
8412fi 14304fi
8413rm -f conftest* 14305rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8414fi 14306fi
8415 14307echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8416echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 14308echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8417if test x$rxvt_cv_struct_utmp_pid = xyes; then 14309if test x$rxvt_cv_struct_utmp_pid = xyes; then
14310
8418 cat >> confdefs.h <<\EOF 14311cat >>confdefs.h <<\_ACEOF
8419#define HAVE_UTMP_PID 1 14312#define HAVE_UTMP_PID 1
8420EOF 14313_ACEOF
8421 14314
8422fi 14315fi
8423 14316
8424else
8425 echo "$ac_t""no" 1>&6
8426fi 14317fi
8427
8428 14318
8429ac_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 14319
14320
14321if test "${ac_cv_header_utmpx_h+set}" = set; then
14322 echo "$as_me:$LINENO: checking for utmpx.h" >&5
8430echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 14323echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8431echo "configure:8432: checking for utmpx.h" >&5 14324if 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 14325 echo $ECHO_N "(cached) $ECHO_C" >&6
14326fi
14327echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
14328echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
8434else 14329else
14330 # Is the header compilable?
14331echo "$as_me:$LINENO: checking utmpx.h usability" >&5
14332echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
8435 cat > conftest.$ac_ext <<EOF 14333cat >conftest.$ac_ext <<_ACEOF
8436#line 8437 "configure" 14334/* confdefs.h. */
8437#include "confdefs.h" 14335_ACEOF
14336cat confdefs.h >>conftest.$ac_ext
14337cat >>conftest.$ac_ext <<_ACEOF
14338/* end confdefs.h. */
14339$ac_includes_default
8438#include <utmpx.h> 14340#include <utmpx.h>
8439EOF 14341_ACEOF
8440ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14342rm -f conftest.$ac_objext
8441{ (eval echo configure:8442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14343if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8442ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14344 (eval $ac_compile) 2>conftest.er1
14345 ac_status=$?
14346 grep -v '^ *+' conftest.er1 >conftest.err
14347 rm -f conftest.er1
14348 cat conftest.err >&5
14349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14350 (exit $ac_status); } &&
14351 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14353 (eval $ac_try) 2>&5
14354 ac_status=$?
14355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14356 (exit $ac_status); }; } &&
14357 { ac_try='test -s conftest.$ac_objext'
14358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14359 (eval $ac_try) 2>&5
14360 ac_status=$?
14361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14362 (exit $ac_status); }; }; then
14363 ac_header_compiler=yes
14364else
14365 echo "$as_me: failed program was:" >&5
14366sed 's/^/| /' conftest.$ac_ext >&5
14367
14368ac_header_compiler=no
14369fi
14370rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14371echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14372echo "${ECHO_T}$ac_header_compiler" >&6
14373
14374# Is the header present?
14375echo "$as_me:$LINENO: checking utmpx.h presence" >&5
14376echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
14377cat >conftest.$ac_ext <<_ACEOF
14378/* confdefs.h. */
14379_ACEOF
14380cat confdefs.h >>conftest.$ac_ext
14381cat >>conftest.$ac_ext <<_ACEOF
14382/* end confdefs.h. */
14383#include <utmpx.h>
14384_ACEOF
14385if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14386 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14387 ac_status=$?
14388 grep -v '^ *+' conftest.er1 >conftest.err
14389 rm -f conftest.er1
14390 cat conftest.err >&5
14391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14392 (exit $ac_status); } >/dev/null; then
14393 if test -s conftest.err; then
14394 ac_cpp_err=$ac_cxx_preproc_warn_flag
14395 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14396 else
14397 ac_cpp_err=
14398 fi
14399else
14400 ac_cpp_err=yes
14401fi
8443if test -z "$ac_err"; then 14402if test -z "$ac_cpp_err"; then
8444 rm -rf conftest* 14403 ac_header_preproc=yes
8445 eval "ac_cv_header_$ac_safe=yes"
8446else 14404else
8447 echo "$ac_err" >&5
8448 echo "configure: failed program was:" >&5 14405 echo "$as_me: failed program was:" >&5
8449 cat conftest.$ac_ext >&5 14406sed 's/^/| /' conftest.$ac_ext >&5
8450 rm -rf conftest* 14407
8451 eval "ac_cv_header_$ac_safe=no" 14408 ac_header_preproc=no
8452fi 14409fi
8453rm -f conftest* 14410rm -f conftest.err conftest.$ac_ext
14411echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14412echo "${ECHO_T}$ac_header_preproc" >&6
14413
14414# So? What about this header?
14415case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14416 yes:no: )
14417 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
14418echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14419 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
14420echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14421 ac_header_preproc=yes
14422 ;;
14423 no:yes:* )
14424 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
14425echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
14426 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
14427echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
14428 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
14429echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
14430 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
14431echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
14432 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
14433echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
14434 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
14435echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
14436 (
14437 cat <<\_ASBOX
14438## ------------------------------------------ ##
14439## Report this to the AC_PACKAGE_NAME lists. ##
14440## ------------------------------------------ ##
14441_ASBOX
14442 ) |
14443 sed "s/^/$as_me: WARNING: /" >&2
14444 ;;
14445esac
14446echo "$as_me:$LINENO: checking for utmpx.h" >&5
14447echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
14448if test "${ac_cv_header_utmpx_h+set}" = set; then
14449 echo $ECHO_N "(cached) $ECHO_C" >&6
14450else
14451 ac_cv_header_utmpx_h=$ac_header_preproc
8454fi 14452fi
8455if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14453echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8456 echo "$ac_t""yes" 1>&6 14454echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
14455
14456fi
14457if test $ac_cv_header_utmpx_h = yes; then
14458 echo "$as_me:$LINENO: checking for struct utmpx" >&5
8457 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 14459echo $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 14460if test "${rxvt_cv_struct_utmpx+set}" = set; then
8460 echo $ac_n "(cached) $ac_c" 1>&6 14461 echo $ECHO_N "(cached) $ECHO_C" >&6
8461else 14462else
8462 cat > conftest.$ac_ext <<EOF 14463 cat >conftest.$ac_ext <<_ACEOF
8463#line 8464 "configure" 14464/* confdefs.h. */
8464#include "confdefs.h" 14465_ACEOF
14466cat confdefs.h >>conftest.$ac_ext
14467cat >>conftest.$ac_ext <<_ACEOF
14468/* end confdefs.h. */
8465#include <sys/types.h> 14469#include <sys/types.h>
8466#include <utmpx.h> 14470#include <utmpx.h>
8467int main() { 14471int
14472main ()
14473{
8468struct utmpx ut; 14474struct utmpx ut;
14475 ;
8469; return 0; } 14476 return 0;
8470EOF 14477}
8471if { (eval echo configure:8472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14478_ACEOF
14479rm -f conftest.$ac_objext
14480if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14481 (eval $ac_compile) 2>conftest.er1
14482 ac_status=$?
14483 grep -v '^ *+' conftest.er1 >conftest.err
8472 rm -rf conftest* 14484 rm -f conftest.er1
14485 cat conftest.err >&5
14486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14487 (exit $ac_status); } &&
14488 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14490 (eval $ac_try) 2>&5
14491 ac_status=$?
14492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14493 (exit $ac_status); }; } &&
14494 { ac_try='test -s conftest.$ac_objext'
14495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14496 (eval $ac_try) 2>&5
14497 ac_status=$?
14498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14499 (exit $ac_status); }; }; then
8473 rxvt_cv_struct_utmpx=yes 14500 rxvt_cv_struct_utmpx=yes
8474else 14501else
8475 echo "configure: failed program was:" >&5 14502 echo "$as_me: failed program was:" >&5
8476 cat conftest.$ac_ext >&5 14503sed 's/^/| /' conftest.$ac_ext >&5
8477 rm -rf conftest* 14504
8478 rxvt_cv_struct_utmpx=no 14505rxvt_cv_struct_utmpx=no
8479fi 14506fi
8480rm -f conftest* 14507rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8481fi 14508fi
8482 14509echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8483echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 14510echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8484if test x$rxvt_cv_struct_utmpx = xyes; then 14511if test x$rxvt_cv_struct_utmpx = xyes; then
14512
8485 cat >> confdefs.h <<\EOF 14513cat >>confdefs.h <<\_ACEOF
8486#define HAVE_STRUCT_UTMPX 1 14514#define HAVE_STRUCT_UTMPX 1
8487EOF 14515_ACEOF
8488 14516
8489fi 14517fi
8490 14518
8491 14519
14520echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8492echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 14521echo $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 14522if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8495 echo $ac_n "(cached) $ac_c" 1>&6 14523 echo $ECHO_N "(cached) $ECHO_C" >&6
8496else 14524else
8497 cat > conftest.$ac_ext <<EOF 14525 cat >conftest.$ac_ext <<_ACEOF
8498#line 8499 "configure" 14526/* confdefs.h. */
8499#include "confdefs.h" 14527_ACEOF
14528cat confdefs.h >>conftest.$ac_ext
14529cat >>conftest.$ac_ext <<_ACEOF
14530/* end confdefs.h. */
8500#include <sys/types.h> 14531#include <sys/types.h>
8501#include <utmpx.h> 14532#include <utmpx.h>
8502int main() { 14533int
14534main ()
14535{
8503struct utmpx utx; utx.ut_host; 14536struct utmpx utx; utx.ut_host;
14537 ;
8504; return 0; } 14538 return 0;
8505EOF 14539}
8506if { (eval echo configure:8507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14540_ACEOF
14541rm -f conftest.$ac_objext
14542if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14543 (eval $ac_compile) 2>conftest.er1
14544 ac_status=$?
14545 grep -v '^ *+' conftest.er1 >conftest.err
8507 rm -rf conftest* 14546 rm -f conftest.er1
14547 cat conftest.err >&5
14548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14549 (exit $ac_status); } &&
14550 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14552 (eval $ac_try) 2>&5
14553 ac_status=$?
14554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14555 (exit $ac_status); }; } &&
14556 { ac_try='test -s conftest.$ac_objext'
14557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14558 (eval $ac_try) 2>&5
14559 ac_status=$?
14560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14561 (exit $ac_status); }; }; then
8508 rxvt_cv_struct_utmpx_host=yes 14562 rxvt_cv_struct_utmpx_host=yes
8509else 14563else
8510 echo "configure: failed program was:" >&5 14564 echo "$as_me: failed program was:" >&5
8511 cat conftest.$ac_ext >&5 14565sed 's/^/| /' conftest.$ac_ext >&5
8512 rm -rf conftest* 14566
8513 rxvt_cv_struct_utmpx_host=no 14567rxvt_cv_struct_utmpx_host=no
8514fi 14568fi
8515rm -f conftest* 14569rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8516fi 14570fi
8517 14571echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8518echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 14572echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8519if test x$rxvt_cv_struct_utmpx_host = xyes; then 14573if test x$rxvt_cv_struct_utmpx_host = xyes; then
14574
8520 cat >> confdefs.h <<\EOF 14575cat >>confdefs.h <<\_ACEOF
8521#define HAVE_UTMPX_HOST 1 14576#define HAVE_UTMPX_HOST 1
8522EOF 14577_ACEOF
8523 14578
8524fi 14579fi
8525 14580
8526else
8527 echo "$ac_t""no" 1>&6
8528fi 14581fi
8529
8530 14582
14583
14584
14585echo "$as_me:$LINENO: checking for struct lastlog" >&5
8531echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 14586echo $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 14587if test "${rxvt_cv_struct_lastlog+set}" = set; then
8534 echo $ac_n "(cached) $ac_c" 1>&6 14588 echo $ECHO_N "(cached) $ECHO_C" >&6
8535else 14589else
8536 cat > conftest.$ac_ext <<EOF 14590 cat >conftest.$ac_ext <<_ACEOF
8537#line 8538 "configure" 14591/* confdefs.h. */
8538#include "confdefs.h" 14592_ACEOF
14593cat confdefs.h >>conftest.$ac_ext
14594cat >>conftest.$ac_ext <<_ACEOF
14595/* end confdefs.h. */
8539#include <sys/types.h> 14596#include <sys/types.h>
8540#include <utmp.h> 14597#include <utmp.h>
8541#ifdef HAVE_LASTLOG_H 14598#ifdef HAVE_LASTLOG_H
8542#include <lastlog.h> 14599#include <lastlog.h>
8543#endif 14600#endif
8544 14601
8545int main() { 14602int
14603main ()
14604{
8546struct lastlog ll; 14605struct lastlog ll;
14606 ;
8547; return 0; } 14607 return 0;
8548EOF 14608}
8549if { (eval echo configure:8550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14609_ACEOF
14610rm -f conftest.$ac_objext
14611if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14612 (eval $ac_compile) 2>conftest.er1
14613 ac_status=$?
14614 grep -v '^ *+' conftest.er1 >conftest.err
8550 rm -rf conftest* 14615 rm -f conftest.er1
14616 cat conftest.err >&5
14617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14618 (exit $ac_status); } &&
14619 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14621 (eval $ac_try) 2>&5
14622 ac_status=$?
14623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14624 (exit $ac_status); }; } &&
14625 { ac_try='test -s conftest.$ac_objext'
14626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14627 (eval $ac_try) 2>&5
14628 ac_status=$?
14629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14630 (exit $ac_status); }; }; then
8551 rxvt_cv_struct_lastlog=yes 14631 rxvt_cv_struct_lastlog=yes
8552else 14632else
8553 echo "configure: failed program was:" >&5 14633 echo "$as_me: failed program was:" >&5
8554 cat conftest.$ac_ext >&5 14634sed 's/^/| /' conftest.$ac_ext >&5
8555 rm -rf conftest* 14635
8556 rxvt_cv_struct_lastlog=no 14636rxvt_cv_struct_lastlog=no
8557fi 14637fi
8558rm -f conftest* 14638rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8559fi 14639fi
8560 14640echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8561echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 14641echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8562if test x$rxvt_cv_struct_lastlog = xyes; then 14642if test x$rxvt_cv_struct_lastlog = xyes; then
14643
8563 cat >> confdefs.h <<\EOF 14644cat >>confdefs.h <<\_ACEOF
8564#define HAVE_STRUCT_LASTLOG 1 14645#define HAVE_STRUCT_LASTLOG 1
8565EOF 14646_ACEOF
8566 14647
8567fi 14648fi
8568 14649
14650echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8569echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 14651echo $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 14652if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8572 echo $ac_n "(cached) $ac_c" 1>&6 14653 echo $ECHO_N "(cached) $ECHO_C" >&6
8573else 14654else
8574 cat > conftest.$ac_ext <<EOF 14655 cat >conftest.$ac_ext <<_ACEOF
8575#line 8576 "configure" 14656/* confdefs.h. */
8576#include "confdefs.h" 14657_ACEOF
14658cat confdefs.h >>conftest.$ac_ext
14659cat >>conftest.$ac_ext <<_ACEOF
14660/* end confdefs.h. */
8577#include <sys/types.h> 14661#include <sys/types.h>
8578#include <utmpx.h> 14662#include <utmpx.h>
8579#ifdef HAVE_LASTLOG_H 14663#ifdef HAVE_LASTLOG_H
8580#include <lastlog.h> 14664#include <lastlog.h>
8581#endif 14665#endif
8582 14666
8583int main() { 14667int
14668main ()
14669{
8584struct lastlogx ll; 14670struct lastlogx ll;
14671 ;
8585; return 0; } 14672 return 0;
8586EOF 14673}
8587if { (eval echo configure:8588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14674_ACEOF
14675rm -f conftest.$ac_objext
14676if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14677 (eval $ac_compile) 2>conftest.er1
14678 ac_status=$?
14679 grep -v '^ *+' conftest.er1 >conftest.err
8588 rm -rf conftest* 14680 rm -f conftest.er1
14681 cat conftest.err >&5
14682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14683 (exit $ac_status); } &&
14684 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14686 (eval $ac_try) 2>&5
14687 ac_status=$?
14688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14689 (exit $ac_status); }; } &&
14690 { ac_try='test -s conftest.$ac_objext'
14691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14692 (eval $ac_try) 2>&5
14693 ac_status=$?
14694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14695 (exit $ac_status); }; }; then
8589 rxvt_cv_struct_lastlogx=yes 14696 rxvt_cv_struct_lastlogx=yes
8590else 14697else
8591 echo "configure: failed program was:" >&5 14698 echo "$as_me: failed program was:" >&5
8592 cat conftest.$ac_ext >&5 14699sed 's/^/| /' conftest.$ac_ext >&5
8593 rm -rf conftest* 14700
8594 rxvt_cv_struct_lastlogx=no 14701rxvt_cv_struct_lastlogx=no
8595fi 14702fi
8596rm -f conftest* 14703rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8597fi 14704fi
8598 14705echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8599echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 14706echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8600if test x$rxvt_cv_struct_lastlogx = xyes; then 14707if test x$rxvt_cv_struct_lastlogx = xyes; then
14708
8601 cat >> confdefs.h <<\EOF 14709cat >>confdefs.h <<\_ACEOF
8602#define HAVE_STRUCT_LASTLOGX 1 14710#define HAVE_STRUCT_LASTLOGX 1
8603EOF 14711_ACEOF
8604 14712
8605fi 14713fi
8606 14714
8607 14715
14716echo "$as_me:$LINENO: checking where utmp is located" >&5
8608echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 14717echo $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 14718if test "${rxvt_cv_path_utmp+set}" = set; then
8611 echo $ac_n "(cached) $ac_c" 1>&6 14719 echo $ECHO_N "(cached) $ECHO_C" >&6
8612else 14720else
8613 if test "$cross_compiling" = yes; then 14721 if test "$cross_compiling" = yes; then
14722 { 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 14723echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
8615else 14724else
8616 cat > conftest.$ac_ext <<EOF 14725 cat >conftest.$ac_ext <<_ACEOF
8617#line 8618 "configure" 14726/* confdefs.h. */
8618#include "confdefs.h" 14727_ACEOF
14728cat confdefs.h >>conftest.$ac_ext
14729cat >>conftest.$ac_ext <<_ACEOF
14730/* end confdefs.h. */
8619#include <stdio.h> 14731#include <stdio.h>
8620#include <sys/types.h> 14732#include <sys/types.h>
8621#include <utmp.h> 14733#include <utmp.h>
8622#include <errno.h> 14734#include <errno.h>
8623main() 14735main()
8640 exit(0); 14752 exit(0);
8641 } 14753 }
8642 } 14754 }
8643 exit(0); 14755 exit(0);
8644} 14756}
8645EOF 14757_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 14758rm -f conftest$ac_exeext
8647then 14759if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14760 (eval $ac_link) 2>&5
14761 ac_status=$?
14762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14763 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14765 (eval $ac_try) 2>&5
14766 ac_status=$?
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); }; }; then
8648 rxvt_cv_path_utmp=`cat conftestval` 14769 rxvt_cv_path_utmp=`cat conftestval`
8649else 14770else
14771 echo "$as_me: program exited with status $ac_status" >&5
8650 echo "configure: failed program was:" >&5 14772echo "$as_me: failed program was:" >&5
8651 cat conftest.$ac_ext >&5 14773sed 's/^/| /' conftest.$ac_ext >&5
8652 rm -fr conftest* 14774
14775( exit $ac_status )
8653 rxvt_cv_path_utmp= 14776rxvt_cv_path_utmp=
8654fi 14777fi
8655rm -fr conftest* 14778rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8656fi 14779fi
8657
8658fi 14780fi
8659 14781echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8660echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 14782echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8661if test x$rxvt_cv_path_utmp != x; then 14783if test x$rxvt_cv_path_utmp != x; then
14784
8662 cat >> confdefs.h <<EOF 14785cat >>confdefs.h <<_ACEOF
8663#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 14786#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8664EOF 14787_ACEOF
8665 14788
8666fi 14789fi
8667 14790
8668 14791
14792echo "$as_me:$LINENO: checking where utmpx is located" >&5
8669echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 14793echo $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 14794if test "${rxvt_cv_path_utmpx+set}" = set; then
8672 echo $ac_n "(cached) $ac_c" 1>&6 14795 echo $ECHO_N "(cached) $ECHO_C" >&6
8673else 14796else
8674 if test "$cross_compiling" = yes; then 14797 if test "$cross_compiling" = yes; then
14798 { 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 14799echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
8676else 14800else
8677 cat > conftest.$ac_ext <<EOF 14801 cat >conftest.$ac_ext <<_ACEOF
8678#line 8679 "configure" 14802/* confdefs.h. */
8679#include "confdefs.h" 14803_ACEOF
14804cat confdefs.h >>conftest.$ac_ext
14805cat >>conftest.$ac_ext <<_ACEOF
14806/* end confdefs.h. */
8680#include <stdio.h> 14807#include <stdio.h>
8681#include <sys/types.h> 14808#include <sys/types.h>
8682#include <utmpx.h> 14809#include <utmpx.h>
8683#include <errno.h> 14810#include <errno.h>
8684#include <sys/stat.h> 14811#include <sys/stat.h>
8711 exit(0); 14838 exit(0);
8712 } 14839 }
8713 } 14840 }
8714 exit(0); 14841 exit(0);
8715} 14842}
8716EOF 14843_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 14844rm -f conftest$ac_exeext
8718then 14845if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14846 (eval $ac_link) 2>&5
14847 ac_status=$?
14848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14849 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14851 (eval $ac_try) 2>&5
14852 ac_status=$?
14853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14854 (exit $ac_status); }; }; then
8719 rxvt_cv_path_utmpx=`cat conftestval` 14855 rxvt_cv_path_utmpx=`cat conftestval`
8720else 14856else
14857 echo "$as_me: program exited with status $ac_status" >&5
8721 echo "configure: failed program was:" >&5 14858echo "$as_me: failed program was:" >&5
8722 cat conftest.$ac_ext >&5 14859sed 's/^/| /' conftest.$ac_ext >&5
8723 rm -fr conftest* 14860
14861( exit $ac_status )
8724 rxvt_cv_path_utmpx= 14862rxvt_cv_path_utmpx=
8725fi 14863fi
8726rm -fr conftest* 14864rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8727fi 14865fi
8728
8729fi 14866fi
8730 14867echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8731echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 14868echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8732if test x$rxvt_cv_path_utmpx != x; then 14869if test x$rxvt_cv_path_utmpx != x; then
14870
8733 cat >> confdefs.h <<EOF 14871cat >>confdefs.h <<_ACEOF
8734#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 14872#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8735EOF 14873_ACEOF
8736 14874
8737fi 14875fi
8738 14876
8739 14877
14878echo "$as_me:$LINENO: checking where wtmp is located" >&5
8740echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 14879echo $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 14880if test "${rxvt_cv_path_wtmp+set}" = set; then
8743 echo $ac_n "(cached) $ac_c" 1>&6 14881 echo $ECHO_N "(cached) $ECHO_C" >&6
8744else 14882else
8745 if test "$cross_compiling" = yes; then 14883 if test "$cross_compiling" = yes; then
14884 { 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 14885echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
8747else 14886else
8748 cat > conftest.$ac_ext <<EOF 14887 cat >conftest.$ac_ext <<_ACEOF
8749#line 8750 "configure" 14888/* confdefs.h. */
8750#include "confdefs.h" 14889_ACEOF
14890cat confdefs.h >>conftest.$ac_ext
14891cat >>conftest.$ac_ext <<_ACEOF
14892/* end confdefs.h. */
8751#include <stdio.h> 14893#include <stdio.h>
8752#include <sys/types.h> 14894#include <sys/types.h>
8753#ifdef HAVE_UTMP_H 14895#ifdef HAVE_UTMP_H
8754#include <utmp.h> 14896#include <utmp.h>
8755#endif 14897#endif
8756#include <errno.h> 14898#include <errno.h>
8757main() 14899main()
8758{ 14900{
8759 char **w, *wtmplist[] = { 14901 char **w, *wtmplist[] = {
8760 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL }; 14902 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
8761 FILE *a, *f=fopen("conftestval", "w"); 14903 FILE *a, *f=fopen("conftestval", "w");
8762 if (!f) exit(1); 14904 if (!f) exit(1);
8763#ifdef WTMP_FILE 14905#ifdef WTMP_FILE
8764 fprintf(f, "%s\n", WTMP_FILE); 14906 fprintf(f, "%s\n", WTMP_FILE);
8765 exit(0); 14907 exit(0);
8774 exit(0); 14916 exit(0);
8775 } 14917 }
8776 } 14918 }
8777 exit(0); 14919 exit(0);
8778} 14920}
8779EOF 14921_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 14922rm -f conftest$ac_exeext
8781then 14923if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14924 (eval $ac_link) 2>&5
14925 ac_status=$?
14926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14927 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14929 (eval $ac_try) 2>&5
14930 ac_status=$?
14931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14932 (exit $ac_status); }; }; then
8782 rxvt_cv_path_wtmp=`cat conftestval` 14933 rxvt_cv_path_wtmp=`cat conftestval`
8783else 14934else
14935 echo "$as_me: program exited with status $ac_status" >&5
8784 echo "configure: failed program was:" >&5 14936echo "$as_me: failed program was:" >&5
8785 cat conftest.$ac_ext >&5 14937sed 's/^/| /' conftest.$ac_ext >&5
8786 rm -fr conftest* 14938
14939( exit $ac_status )
8787 rxvt_cv_path_wtmp= 14940rxvt_cv_path_wtmp=
8788fi 14941fi
8789rm -fr conftest* 14942rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8790fi 14943fi
8791
8792fi 14944fi
8793 14945echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8794echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 14946echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8795if test x$rxvt_cv_path_wtmp != x; then 14947if test x$rxvt_cv_path_wtmp != x; then
14948
8796 cat >> confdefs.h <<EOF 14949cat >>confdefs.h <<_ACEOF
8797#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 14950#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8798EOF 14951_ACEOF
8799 14952
8800fi 14953fi
8801 14954
14955echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8802echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 14956echo $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 14957if test "${rxvt_cv_path_wtmpx+set}" = set; then
8805 echo $ac_n "(cached) $ac_c" 1>&6 14958 echo $ECHO_N "(cached) $ECHO_C" >&6
8806else 14959else
8807 if test "$cross_compiling" = yes; then 14960 if test "$cross_compiling" = yes; then
14961 { 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 14962echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
8809else 14963else
8810 cat > conftest.$ac_ext <<EOF 14964 cat >conftest.$ac_ext <<_ACEOF
8811#line 8812 "configure" 14965/* confdefs.h. */
8812#include "confdefs.h" 14966_ACEOF
14967cat confdefs.h >>conftest.$ac_ext
14968cat >>conftest.$ac_ext <<_ACEOF
14969/* end confdefs.h. */
8813#include <stdio.h> 14970#include <stdio.h>
8814#ifdef HAVE_UTMPX_H 14971#ifdef HAVE_UTMPX_H
8815#include <utmpx.h> 14972#include <utmpx.h>
8816#endif 14973#endif
8817#include <errno.h> 14974#include <errno.h>
8818main() 14975main()
8819{ 14976{
8820 char **w, *wtmplist[] = { 14977 char **w, *wtmplist[] = {
8821 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 14978 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8822 FILE *a, *f=fopen("conftestval", "w"); 14979 FILE *a, *f=fopen("conftestval", "w");
8823 if (!f) exit(1); 14980 if (!f) exit(1);
8824#ifdef WTMPX_FILE 14981#ifdef WTMPX_FILE
8825 fprintf(f, "%s\n", WTMPX_FILE); 14982 fprintf(f, "%s\n", WTMPX_FILE);
8826 exit(0); 14983 exit(0);
8835 exit(0); 14992 exit(0);
8836 } 14993 }
8837 } 14994 }
8838 exit(0); 14995 exit(0);
8839} 14996}
8840EOF 14997_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 14998rm -f conftest$ac_exeext
8842then 14999if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15000 (eval $ac_link) 2>&5
15001 ac_status=$?
15002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15003 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15005 (eval $ac_try) 2>&5
15006 ac_status=$?
15007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15008 (exit $ac_status); }; }; then
8843 rxvt_cv_path_wtmpx=`cat conftestval` 15009 rxvt_cv_path_wtmpx=`cat conftestval`
8844else 15010else
15011 echo "$as_me: program exited with status $ac_status" >&5
8845 echo "configure: failed program was:" >&5 15012echo "$as_me: failed program was:" >&5
8846 cat conftest.$ac_ext >&5 15013sed 's/^/| /' conftest.$ac_ext >&5
8847 rm -fr conftest* 15014
15015( exit $ac_status )
8848 rxvt_cv_path_wtmpx= 15016rxvt_cv_path_wtmpx=
8849fi 15017fi
8850rm -fr conftest* 15018rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8851fi 15019fi
8852
8853fi 15020fi
8854 15021echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8855echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15022echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8856if test x$rxvt_cv_path_wtmpx != x; then 15023if test x$rxvt_cv_path_wtmpx != x; then
15024
8857 cat >> confdefs.h <<EOF 15025cat >>confdefs.h <<_ACEOF
8858#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15026#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8859EOF 15027_ACEOF
8860 15028
8861fi 15029fi
8862 15030
15031echo "$as_me:$LINENO: checking where lastlog is located" >&5
8863echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15032echo $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 15033if test "${rxvt_cv_path_lastlog+set}" = set; then
8866 echo $ac_n "(cached) $ac_c" 1>&6 15034 echo $ECHO_N "(cached) $ECHO_C" >&6
8867else 15035else
8868 if test "$cross_compiling" = yes; then 15036 if test "$cross_compiling" = yes; then
15037 { 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 15038echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
8870else 15039else
8871 cat > conftest.$ac_ext <<EOF 15040 cat >conftest.$ac_ext <<_ACEOF
8872#line 8873 "configure" 15041/* confdefs.h. */
8873#include "confdefs.h" 15042_ACEOF
15043cat confdefs.h >>conftest.$ac_ext
15044cat >>conftest.$ac_ext <<_ACEOF
15045/* end confdefs.h. */
8874#include <stdio.h> 15046#include <stdio.h>
8875#include <sys/types.h> 15047#include <sys/types.h>
8876#ifdef HAVE_UTMPX_H 15048#ifdef HAVE_UTMPX_H
8877#include <utmpx.h> 15049#include <utmpx.h>
8878#elif defined(HAVE_UTMP_H) 15050#elif defined(HAVE_UTMP_H)
8901 exit(0); 15073 exit(0);
8902 } 15074 }
8903 } 15075 }
8904 exit(0); 15076 exit(0);
8905} 15077}
8906EOF 15078_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 15079rm -f conftest$ac_exeext
8908then 15080if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15081 (eval $ac_link) 2>&5
15082 ac_status=$?
15083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15084 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15086 (eval $ac_try) 2>&5
15087 ac_status=$?
15088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15089 (exit $ac_status); }; }; then
8909 rxvt_cv_path_lastlog=`cat conftestval` 15090 rxvt_cv_path_lastlog=`cat conftestval`
8910else 15091else
15092 echo "$as_me: program exited with status $ac_status" >&5
8911 echo "configure: failed program was:" >&5 15093echo "$as_me: failed program was:" >&5
8912 cat conftest.$ac_ext >&5 15094sed 's/^/| /' conftest.$ac_ext >&5
8913 rm -fr conftest* 15095
15096( exit $ac_status )
8914 rxvt_cv_path_lastlog= 15097rxvt_cv_path_lastlog=
8915fi 15098fi
8916rm -fr conftest* 15099rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8917fi 15100fi
8918
8919fi 15101fi
8920 15102echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8921echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15103echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8922if test x$rxvt_cv_path_lastlog != x; then 15104if test x$rxvt_cv_path_lastlog != x; then
15105
8923 cat >> confdefs.h <<EOF 15106cat >>confdefs.h <<_ACEOF
8924#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15107#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8925EOF 15108_ACEOF
8926 15109
8927 if test -d "$rxvt_cv_path_lastlog"; then 15110 if test -d "$rxvt_cv_path_lastlog"; then
15111
8928 cat >> confdefs.h <<\EOF 15112cat >>confdefs.h <<\_ACEOF
8929#define LASTLOG_IS_DIR 1 15113#define LASTLOG_IS_DIR 1
8930EOF 15114_ACEOF
8931 15115
8932 fi 15116 fi
8933fi 15117fi
8934 15118
15119echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8935echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15120echo $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 15121if test "${rxvt_cv_path_lastlogx+set}" = set; then
8938 echo $ac_n "(cached) $ac_c" 1>&6 15122 echo $ECHO_N "(cached) $ECHO_C" >&6
8939else 15123else
8940 if test "$cross_compiling" = yes; then 15124 if test "$cross_compiling" = yes; then
15125 { 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 15126echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
8942else 15127else
8943 cat > conftest.$ac_ext <<EOF 15128 cat >conftest.$ac_ext <<_ACEOF
8944#line 8945 "configure" 15129/* confdefs.h. */
8945#include "confdefs.h" 15130_ACEOF
15131cat confdefs.h >>conftest.$ac_ext
15132cat >>conftest.$ac_ext <<_ACEOF
15133/* end confdefs.h. */
8946#include <stdio.h> 15134#include <stdio.h>
8947#ifdef HAVE_UTMPX_H 15135#ifdef HAVE_UTMPX_H
8948#include <utmpx.h> 15136#include <utmpx.h>
8949#endif 15137#endif
8950#include <errno.h> 15138#include <errno.h>
8967 exit(0); 15155 exit(0);
8968 } 15156 }
8969 } 15157 }
8970 exit(0); 15158 exit(0);
8971} 15159}
8972EOF 15160_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 15161rm -f conftest$ac_exeext
8974then 15162if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15163 (eval $ac_link) 2>&5
15164 ac_status=$?
15165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15166 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15168 (eval $ac_try) 2>&5
15169 ac_status=$?
15170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15171 (exit $ac_status); }; }; then
8975 rxvt_cv_path_lastlogx=`cat conftestval` 15172 rxvt_cv_path_lastlogx=`cat conftestval`
8976else 15173else
15174 echo "$as_me: program exited with status $ac_status" >&5
8977 echo "configure: failed program was:" >&5 15175echo "$as_me: failed program was:" >&5
8978 cat conftest.$ac_ext >&5 15176sed 's/^/| /' conftest.$ac_ext >&5
8979 rm -fr conftest* 15177
15178( exit $ac_status )
8980 rxvt_cv_path_lastlogx= 15179rxvt_cv_path_lastlogx=
8981fi 15180fi
8982rm -fr conftest* 15181rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8983fi 15182fi
8984
8985fi 15183fi
8986 15184echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8987echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15185echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8988if test x$rxvt_cv_path_lastlogx != x; then 15186if test x$rxvt_cv_path_lastlogx != x; then
15187
8989 cat >> confdefs.h <<EOF 15188cat >>confdefs.h <<_ACEOF
8990#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15189#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8991EOF 15190_ACEOF
8992 15191
8993fi 15192fi
8994 15193
8995 15194
15195echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8996echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15196echo $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 15197if test "${rxvt_cv_path_ttytab+set}" = set; then
8999 echo $ac_n "(cached) $ac_c" 1>&6 15198 echo $ECHO_N "(cached) $ECHO_C" >&6
9000else 15199else
9001 for ttys_file in /etc/ttys /etc/ttytab; 15200 for ttys_file in /etc/ttys /etc/ttytab;
9002do 15201do
9003 if test -f "$ttys_file" ; then 15202 if test -f "$ttys_file" ; then
9004 rxvt_cv_path_ttytab=$ttys_file 15203 rxvt_cv_path_ttytab=$ttys_file
9005 break 15204 break
9006 fi 15205 fi
9007done 15206done
9008 15207
9009fi 15208fi
9010 15209echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
9011echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15210echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
9012if test x$rxvt_cv_path_ttytab != x; then 15211if test x$rxvt_cv_path_ttytab != x; then
15212
9013 cat >> confdefs.h <<EOF 15213cat >>confdefs.h <<_ACEOF
9014#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 15214#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
9015EOF 15215_ACEOF
9016 15216
9017fi 15217fi
9018 15218
9019 15219
9020ac_save_LIBS=$LIBS 15220ac_save_LIBS=$LIBS
9022CFLAGS="$CFLAGS $X_CFLAGS" 15222CFLAGS="$CFLAGS $X_CFLAGS"
9023LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 15223LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9024if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 15224if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
9025 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 15225 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9026fi 15226fi
15227echo "$as_me:$LINENO: checking for working Xlocale" >&5
9027echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 15228echo $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 15229if test "${rxvt_cv_func_xlocale+set}" = set; then
9030 echo $ac_n "(cached) $ac_c" 1>&6 15230 echo $ECHO_N "(cached) $ECHO_C" >&6
9031else 15231else
9032 if test "$cross_compiling" = yes; then 15232 if test "$cross_compiling" = yes; then
15233 { 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 15234echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9034else 15235else
9035 cat > conftest.$ac_ext <<EOF 15236 cat >conftest.$ac_ext <<_ACEOF
9036#line 9037 "configure" 15237/* confdefs.h. */
9037#include "confdefs.h" 15238_ACEOF
15239cat confdefs.h >>conftest.$ac_ext
15240cat >>conftest.$ac_ext <<_ACEOF
15241/* end confdefs.h. */
9038#include <X11/Xlib.h> 15242#include <X11/Xlib.h>
9039main() { 15243main() {
9040char *p; 15244char *p;
9041if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 15245if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9042exit (XSupportsLocale() ? 0 : 1); 15246exit (XSupportsLocale() ? 0 : 1);
9043else 15247else
9044exit (1);} 15248exit (1);}
9045EOF 15249_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 15250rm -f conftest$ac_exeext
9047then 15251if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15252 (eval $ac_link) 2>&5
15253 ac_status=$?
15254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15255 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15257 (eval $ac_try) 2>&5
15258 ac_status=$?
15259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15260 (exit $ac_status); }; }; then
9048 rxvt_cv_func_xlocale=yes 15261 rxvt_cv_func_xlocale=yes
9049else 15262else
15263 echo "$as_me: program exited with status $ac_status" >&5
9050 echo "configure: failed program was:" >&5 15264echo "$as_me: failed program was:" >&5
9051 cat conftest.$ac_ext >&5 15265sed 's/^/| /' conftest.$ac_ext >&5
9052 rm -fr conftest* 15266
15267( exit $ac_status )
9053 rxvt_cv_func_xlocale=no 15268rxvt_cv_func_xlocale=no
9054fi 15269fi
9055rm -fr conftest* 15270rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9056fi 15271fi
9057
9058fi 15272fi
9059 15273echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9060echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 15274echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9061if test x$rxvt_cv_func_xlocale = xyes; then 15275if test x$rxvt_cv_func_xlocale = xyes; then
15276
9062 cat >> confdefs.h <<\EOF 15277cat >>confdefs.h <<\_ACEOF
9063#define HAVE_XLOCALE 1 15278#define HAVE_XLOCALE 1
9064EOF 15279_ACEOF
9065 15280
9066fi 15281fi
9067 15282
15283echo "$as_me:$LINENO: checking for working X setlocale" >&5
9068echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 15284echo $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 15285if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9071 echo $ac_n "(cached) $ac_c" 1>&6 15286 echo $ECHO_N "(cached) $ECHO_C" >&6
9072else 15287else
9073 cat > conftest.$ac_ext <<EOF 15288 cat >conftest.$ac_ext <<_ACEOF
9074#line 9075 "configure" 15289/* confdefs.h. */
9075#include "confdefs.h" 15290_ACEOF
15291cat confdefs.h >>conftest.$ac_ext
15292cat >>conftest.$ac_ext <<_ACEOF
15293/* end confdefs.h. */
9076#define X_LOCALE 1 15294#define X_LOCALE 1
9077#include <X11/Xlocale.h> 15295#include <X11/Xlocale.h>
9078int main() { 15296int
15297main ()
15298{
9079setlocale(LC_CTYPE, ""); 15299setlocale(LC_CTYPE, "");
15300 ;
9080; return 0; } 15301 return 0;
9081EOF 15302}
9082if { (eval echo configure:9083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15303_ACEOF
15304rm -f conftest.$ac_objext conftest$ac_exeext
15305if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15306 (eval $ac_link) 2>conftest.er1
15307 ac_status=$?
15308 grep -v '^ *+' conftest.er1 >conftest.err
9083 rm -rf conftest* 15309 rm -f conftest.er1
15310 cat conftest.err >&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); } &&
15313 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15315 (eval $ac_try) 2>&5
15316 ac_status=$?
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); }; } &&
15319 { ac_try='test -s conftest$ac_exeext'
15320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15321 (eval $ac_try) 2>&5
15322 ac_status=$?
15323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); }; }; then
9084 rxvt_cv_func_xsetlocale=yes 15325 rxvt_cv_func_xsetlocale=yes
9085else 15326else
9086 echo "configure: failed program was:" >&5 15327 echo "$as_me: failed program was:" >&5
9087 cat conftest.$ac_ext >&5 15328sed 's/^/| /' conftest.$ac_ext >&5
9088 rm -rf conftest* 15329
9089 rxvt_cv_func_xsetlocale=no 15330rxvt_cv_func_xsetlocale=no
9090fi 15331fi
9091rm -f conftest* 15332rm -f conftest.err conftest.$ac_objext \
15333 conftest$ac_exeext conftest.$ac_ext
9092fi 15334fi
9093 15335echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9094echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 15336echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9095if test x$rxvt_cv_func_xsetlocale = xyes; then 15337if test x$rxvt_cv_func_xsetlocale = xyes; then
15338
9096 cat >> confdefs.h <<\EOF 15339cat >>confdefs.h <<\_ACEOF
9097#define HAVE_XSETLOCALE 1 15340#define HAVE_XSETLOCALE 1
9098EOF 15341_ACEOF
9099 15342
9100fi 15343fi
9101LIBS=$ac_save_LIBS 15344LIBS=$ac_save_LIBS
9102CFLAGS=$ac_save_CFLAGS 15345CFLAGS=$ac_save_CFLAGS
9103 15346
15347echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9104echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 15348echo $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 15349if test "${rxvt_cv_func_setlocale+set}" = set; then
9107 echo $ac_n "(cached) $ac_c" 1>&6 15350 echo $ECHO_N "(cached) $ECHO_C" >&6
9108else 15351else
9109 cat > conftest.$ac_ext <<EOF 15352 cat >conftest.$ac_ext <<_ACEOF
9110#line 9111 "configure" 15353/* confdefs.h. */
9111#include "confdefs.h" 15354_ACEOF
15355cat confdefs.h >>conftest.$ac_ext
15356cat >>conftest.$ac_ext <<_ACEOF
15357/* end confdefs.h. */
9112#include <locale.h> 15358#include <clocale>
9113int main() { 15359int
15360main ()
15361{
9114setlocale(LC_CTYPE, ""); 15362setlocale(LC_CTYPE, "");
15363 ;
9115; return 0; } 15364 return 0;
9116EOF 15365}
9117if { (eval echo configure:9118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15366_ACEOF
15367rm -f conftest.$ac_objext conftest$ac_exeext
15368if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15369 (eval $ac_link) 2>conftest.er1
15370 ac_status=$?
15371 grep -v '^ *+' conftest.er1 >conftest.err
9118 rm -rf conftest* 15372 rm -f conftest.er1
15373 cat conftest.err >&5
15374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15375 (exit $ac_status); } &&
15376 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15378 (eval $ac_try) 2>&5
15379 ac_status=$?
15380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15381 (exit $ac_status); }; } &&
15382 { ac_try='test -s conftest$ac_exeext'
15383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15384 (eval $ac_try) 2>&5
15385 ac_status=$?
15386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15387 (exit $ac_status); }; }; then
9119 rxvt_cv_func_setlocale=yes 15388 rxvt_cv_func_setlocale=yes
9120else 15389else
9121 echo "configure: failed program was:" >&5 15390 echo "$as_me: failed program was:" >&5
9122 cat conftest.$ac_ext >&5 15391sed 's/^/| /' conftest.$ac_ext >&5
9123 rm -rf conftest* 15392
9124 rxvt_cv_func_setlocale=no 15393rxvt_cv_func_setlocale=no
9125fi 15394fi
9126rm -f conftest* 15395rm -f conftest.err conftest.$ac_objext \
15396 conftest$ac_exeext conftest.$ac_ext
9127fi 15397fi
9128 15398echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9129echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 15399echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9130if test x$rxvt_cv_func_setlocale = xyes; then 15400if test x$rxvt_cv_func_setlocale = xyes; then
15401
9131 cat >> confdefs.h <<\EOF 15402cat >>confdefs.h <<\_ACEOF
9132#define HAVE_SETLOCALE 1 15403#define HAVE_SETLOCALE 1
9133EOF 15404_ACEOF
9134 15405
9135fi 15406fi
9136 15407
15408echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9137echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 15409echo $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 15410if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9140 echo $ac_n "(cached) $ac_c" 1>&6 15411 echo $ECHO_N "(cached) $ECHO_C" >&6
9141else 15412else
9142 cat > conftest.$ac_ext <<EOF 15413 cat >conftest.$ac_ext <<_ACEOF
9143#line 9144 "configure" 15414/* confdefs.h. */
9144#include "confdefs.h" 15415_ACEOF
15416cat confdefs.h >>conftest.$ac_ext
15417cat >>conftest.$ac_ext <<_ACEOF
15418/* end confdefs.h. */
9145#include <langinfo.h> 15419#include <langinfo.h>
9146int main() { 15420int
15421main ()
15422{
9147nl_langinfo(CODESET); 15423nl_langinfo(CODESET);
15424 ;
9148; return 0; } 15425 return 0;
9149EOF 15426}
9150if { (eval echo configure:9151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15427_ACEOF
15428rm -f conftest.$ac_objext conftest$ac_exeext
15429if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15430 (eval $ac_link) 2>conftest.er1
15431 ac_status=$?
15432 grep -v '^ *+' conftest.er1 >conftest.err
9151 rm -rf conftest* 15433 rm -f conftest.er1
15434 cat conftest.err >&5
15435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15436 (exit $ac_status); } &&
15437 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15439 (eval $ac_try) 2>&5
15440 ac_status=$?
15441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15442 (exit $ac_status); }; } &&
15443 { ac_try='test -s conftest$ac_exeext'
15444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15445 (eval $ac_try) 2>&5
15446 ac_status=$?
15447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15448 (exit $ac_status); }; }; then
9152 rxvt_cv_func_nl_langinfo=yes 15449 rxvt_cv_func_nl_langinfo=yes
9153else 15450else
9154 echo "configure: failed program was:" >&5 15451 echo "$as_me: failed program was:" >&5
9155 cat conftest.$ac_ext >&5 15452sed 's/^/| /' conftest.$ac_ext >&5
9156 rm -rf conftest* 15453
9157 rxvt_cv_func_nl_langinfo=no 15454rxvt_cv_func_nl_langinfo=no
9158fi 15455fi
9159rm -f conftest* 15456rm -f conftest.err conftest.$ac_objext \
15457 conftest$ac_exeext conftest.$ac_ext
9160fi 15458fi
9161 15459echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9162echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 15460echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9163if test x$rxvt_cv_func_nl_langinfo = xyes; then 15461if test x$rxvt_cv_func_nl_langinfo = xyes; then
15462
9164 cat >> confdefs.h <<\EOF 15463cat >>confdefs.h <<\_ACEOF
9165#define HAVE_NL_LANGINFO 1 15464#define HAVE_NL_LANGINFO 1
9166EOF 15465_ACEOF
9167 15466
9168fi 15467fi
9169 15468
9170echo $ac_n "checking for getpt""... $ac_c" 1>&6 15469echo "$as_me:$LINENO: checking for broken XIM callback" >&5
9171echo "configure:9172: checking for getpt" >&5 15470echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
9172if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then 15471if test "${rxvt_broken_ximcb+set}" = set; then
9173 echo $ac_n "(cached) $ac_c" 1>&6 15472 echo $ECHO_N "(cached) $ECHO_C" >&6
9174else 15473else
9175 cat > conftest.$ac_ext <<EOF 15474 cat >conftest.$ac_ext <<_ACEOF
9176#line 9177 "configure" 15475
9177#include "confdefs.h" 15476#include <X11/Xlib.h>
15477
15478void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
15479
15480void f() {
15481 XIMCallback cb;
15482 cb.callback = im_destroy_cb;
15483}
15484
15485_ACEOF
15486rm -f conftest.$ac_objext
15487if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15488 (eval $ac_compile) 2>conftest.er1
15489 ac_status=$?
15490 grep -v '^ *+' conftest.er1 >conftest.err
15491 rm -f conftest.er1
15492 cat conftest.err >&5
15493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15494 (exit $ac_status); } &&
15495 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15497 (eval $ac_try) 2>&5
15498 ac_status=$?
15499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15500 (exit $ac_status); }; } &&
15501 { ac_try='test -s conftest.$ac_objext'
15502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15503 (eval $ac_try) 2>&5
15504 ac_status=$?
15505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15506 (exit $ac_status); }; }; then
15507 rxvt_broken_ximcb=yes
15508else
15509 echo "$as_me: failed program was:" >&5
15510sed 's/^/| /' conftest.$ac_ext >&5
15511
15512rxvt_broken_ximcb=no
15513fi
15514rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15515fi
15516echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
15517echo "${ECHO_T}$rxvt_broken_ximcb" >&6
15518
15519if test x$rxvt_broken_ximcb = xyes; then
15520
15521cat >>confdefs.h <<\_ACEOF
15522#define XIMCB_PROTO_BROKEN 1
15523_ACEOF
15524
15525fi
15526
15527echo "$as_me:$LINENO: checking for getpt" >&5
15528echo $ECHO_N "checking for getpt... $ECHO_C" >&6
15529if test "${rxvt_cv_func_getpt+set}" = set; then
15530 echo $ECHO_N "(cached) $ECHO_C" >&6
15531else
15532 cat >conftest.$ac_ext <<_ACEOF
15533/* confdefs.h. */
15534_ACEOF
15535cat confdefs.h >>conftest.$ac_ext
15536cat >>conftest.$ac_ext <<_ACEOF
15537/* end confdefs.h. */
9178#define _GNU_SOURCE 15538#define _GNU_SOURCE
9179#ifdef HAVE_STDLIB_H 15539#ifdef HAVE_STDLIB_H
9180# include <stdlib.h> 15540# include <cstdlib>
9181#endif 15541#endif
9182int main() { 15542int
15543main ()
15544{
9183(void)getpt(); 15545(void)getpt();
15546 ;
9184; return 0; } 15547 return 0;
9185EOF 15548}
9186if { (eval echo configure:9187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15549_ACEOF
15550rm -f conftest.$ac_objext conftest$ac_exeext
15551if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15552 (eval $ac_link) 2>conftest.er1
15553 ac_status=$?
15554 grep -v '^ *+' conftest.er1 >conftest.err
9187 rm -rf conftest* 15555 rm -f conftest.er1
15556 cat conftest.err >&5
15557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15558 (exit $ac_status); } &&
15559 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15561 (eval $ac_try) 2>&5
15562 ac_status=$?
15563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15564 (exit $ac_status); }; } &&
15565 { ac_try='test -s conftest$ac_exeext'
15566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15567 (eval $ac_try) 2>&5
15568 ac_status=$?
15569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15570 (exit $ac_status); }; }; then
9188 rxvt_cv_func_getpt=yes 15571 rxvt_cv_func_getpt=yes
9189else 15572else
9190 echo "configure: failed program was:" >&5 15573 echo "$as_me: failed program was:" >&5
9191 cat conftest.$ac_ext >&5 15574sed 's/^/| /' conftest.$ac_ext >&5
9192 rm -rf conftest* 15575
9193 rxvt_cv_func_getpt=no 15576rxvt_cv_func_getpt=no
9194fi 15577fi
9195rm -f conftest* 15578rm -f conftest.err conftest.$ac_objext \
15579 conftest$ac_exeext conftest.$ac_ext
9196fi 15580fi
9197 15581echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9198echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 15582echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9199if test x$rxvt_cv_func_getpt = xyes; then 15583if test x$rxvt_cv_func_getpt = xyes; then
15584
9200 cat >> confdefs.h <<\EOF 15585cat >>confdefs.h <<\_ACEOF
9201#define HAVE_GETPT 1 15586#define HAVE_GETPT 1
9202EOF 15587_ACEOF
9203 15588
9204fi 15589fi
9205 15590
15591echo "$as_me:$LINENO: checking for pty/tty type" >&5
9206echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 15592echo $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 15593if test "${rxvt_cv_ptys+set}" = set; then
9209 echo $ac_n "(cached) $ac_c" 1>&6 15594 echo $ECHO_N "(cached) $ECHO_C" >&6
9210else 15595else
9211 if test x$ac_cv_func_openpty = xyes; then 15596 if test x$ac_cv_func_openpty = xyes; then
9212 rxvt_cv_ptys=OPENPTY 15597 rxvt_cv_ptys=OPENPTY
9213 else if test x$ac_cv_func__getpty = xyes; then 15598 else if test x$ac_cv_func__getpty = xyes; then
9214 rxvt_cv_ptys=SGI4 15599 rxvt_cv_ptys=SGI4
9237fi 15622fi
9238fi 15623fi
9239fi 15624fi
9240 15625
9241fi 15626fi
9242 15627echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9243echo "$ac_t""$rxvt_cv_ptys" 1>&6 15628echo "${ECHO_T}$rxvt_cv_ptys" >&6
9244 15629
9245if test x$rxvt_cv_ptys = xOPENPTY; then 15630if test x$rxvt_cv_ptys = xOPENPTY; then
15631
9246 cat >> confdefs.h <<\EOF 15632cat >>confdefs.h <<\_ACEOF
9247#define PTYS_ARE_OPENPTY 1 15633#define PTYS_ARE_OPENPTY 1
9248EOF 15634_ACEOF
9249 15635
9250fi 15636fi
9251if test x$rxvt_cv_ptys = xSCO; then 15637if test x$rxvt_cv_ptys = xSCO; then
15638
9252 cat >> confdefs.h <<\EOF 15639cat >>confdefs.h <<\_ACEOF
9253#define PTYS_ARE_NUMERIC 1 15640#define PTYS_ARE_NUMERIC 1
9254EOF 15641_ACEOF
9255 15642
9256fi 15643fi
9257if test x$rxvt_cv_ptys = xSTREAMS; then 15644if test x$rxvt_cv_ptys = xSTREAMS; then
15645
9258 cat >> confdefs.h <<\EOF 15646cat >>confdefs.h <<\_ACEOF
9259#define PTYS_ARE_PTMX 1 15647#define PTYS_ARE_PTMX 1
9260EOF 15648_ACEOF
9261 15649
9262fi 15650fi
9263if test x$rxvt_cv_ptys = xPTC; then 15651if test x$rxvt_cv_ptys = xPTC; then
15652
9264 cat >> confdefs.h <<\EOF 15653cat >>confdefs.h <<\_ACEOF
9265#define PTYS_ARE_PTC 1 15654#define PTYS_ARE_PTC 1
9266EOF 15655_ACEOF
9267 15656
9268fi 15657fi
9269if test x$rxvt_cv_ptys = xSGI4; then 15658if test x$rxvt_cv_ptys = xSGI4; then
15659
9270 cat >> confdefs.h <<\EOF 15660cat >>confdefs.h <<\_ACEOF
9271#define PTYS_ARE__GETPTY 1 15661#define PTYS_ARE__GETPTY 1
9272EOF 15662_ACEOF
9273 15663
9274fi 15664fi
9275if test x$rxvt_cv_ptys = xCONVEX; then 15665if test x$rxvt_cv_ptys = xCONVEX; then
15666
9276 cat >> confdefs.h <<\EOF 15667cat >>confdefs.h <<\_ACEOF
9277#define PTYS_ARE_GETPTY 1 15668#define PTYS_ARE_GETPTY 1
9278EOF 15669_ACEOF
9279 15670
9280fi 15671fi
9281if test x$rxvt_cv_ptys = xGLIBC; then 15672if test x$rxvt_cv_ptys = xGLIBC; then
15673
9282 cat >> confdefs.h <<\EOF 15674cat >>confdefs.h <<\_ACEOF
9283#define PTYS_ARE_GETPT 1 15675#define PTYS_ARE_GETPT 1
9284EOF 15676_ACEOF
9285 15677
9286fi 15678fi
9287if test x$rxvt_cv_ptys = xHPUX; then 15679if test x$rxvt_cv_ptys = xHPUX; then
15680
9288 cat >> confdefs.h <<\EOF 15681cat >>confdefs.h <<\_ACEOF
9289#define PTYS_ARE_CLONE 1 15682#define PTYS_ARE_CLONE 1
9290EOF 15683_ACEOF
9291 15684
9292fi 15685fi
9293if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 15686if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
15687
9294 cat >> confdefs.h <<\EOF 15688cat >>confdefs.h <<\_ACEOF
9295#define PTYS_ARE_SEARCHED 1 15689#define PTYS_ARE_SEARCHED 1
9296EOF 15690_ACEOF
9297 15691
9298fi 15692fi
9299 15693
9300 15694
15695{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9301echo "checking for pty ranges" 1>&6 15696echo "$as_me: checking for pty ranges..." >&6;}
9302echo "configure:9303: checking for pty ranges" >&5
9303ptys=`echo /dev/pty??` 15697ptys=`echo /dev/pty??`
9304pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` 15698pch1=`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'` 15699pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
9306if test x$pch1 != x; then 15700if test x$pch1 != x; then
15701
9307 cat >> confdefs.h <<EOF 15702cat >>confdefs.h <<_ACEOF
9308#define PTYCHAR1 "$pch1" 15703#define PTYCHAR1 "$pch1"
9309EOF 15704_ACEOF
9310 15705
9311fi 15706fi
9312if test x$pch2 != x; then 15707if test x$pch2 != x; then
15708
9313 cat >> confdefs.h <<EOF 15709cat >>confdefs.h <<_ACEOF
9314#define PTYCHAR2 "$pch2" 15710#define PTYCHAR2 "$pch2"
9315EOF 15711_ACEOF
9316 15712
9317fi 15713fi
9318 15714
9319echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6 15715if test x$support_xft = xyes; then
9320echo "configure:9321: checking for setlocale in -lxpg4" >&5 15716 LIBS="$LIBS `pkg-config xft --libs`"
9321ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'` 15717 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9322if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 15718 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
15719
15720
15721for ac_header in X11/Xft/Xft.h
15722do
15723as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15724if eval "test \"\${$as_ac_Header+set}\" = set"; then
15725 echo "$as_me:$LINENO: checking for $ac_header" >&5
15726echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15727if eval "test \"\${$as_ac_Header+set}\" = set"; then
9323 echo $ac_n "(cached) $ac_c" 1>&6 15728 echo $ECHO_N "(cached) $ECHO_C" >&6
15729fi
15730echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15731echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9324else 15732else
9325 ac_save_LIBS="$LIBS" 15733 # Is the header compilable?
9326LIBS="-lxpg4 $LIBS" 15734echo "$as_me:$LINENO: checking $ac_header usability" >&5
15735echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9327cat > conftest.$ac_ext <<EOF 15736cat >conftest.$ac_ext <<_ACEOF
9328#line 9329 "configure" 15737/* confdefs.h. */
9329#include "confdefs.h" 15738_ACEOF
15739cat confdefs.h >>conftest.$ac_ext
15740cat >>conftest.$ac_ext <<_ACEOF
15741/* end confdefs.h. */
15742$ac_includes_default
15743#include <$ac_header>
15744_ACEOF
15745rm -f conftest.$ac_objext
15746if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15747 (eval $ac_compile) 2>conftest.er1
15748 ac_status=$?
15749 grep -v '^ *+' conftest.er1 >conftest.err
15750 rm -f conftest.er1
15751 cat conftest.err >&5
15752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15753 (exit $ac_status); } &&
15754 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15756 (eval $ac_try) 2>&5
15757 ac_status=$?
15758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15759 (exit $ac_status); }; } &&
15760 { ac_try='test -s conftest.$ac_objext'
15761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15762 (eval $ac_try) 2>&5
15763 ac_status=$?
15764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15765 (exit $ac_status); }; }; then
15766 ac_header_compiler=yes
15767else
15768 echo "$as_me: failed program was:" >&5
15769sed 's/^/| /' conftest.$ac_ext >&5
15770
15771ac_header_compiler=no
15772fi
15773rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15774echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15775echo "${ECHO_T}$ac_header_compiler" >&6
15776
15777# Is the header present?
15778echo "$as_me:$LINENO: checking $ac_header presence" >&5
15779echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15780cat >conftest.$ac_ext <<_ACEOF
15781/* confdefs.h. */
15782_ACEOF
15783cat confdefs.h >>conftest.$ac_ext
15784cat >>conftest.$ac_ext <<_ACEOF
15785/* end confdefs.h. */
15786#include <$ac_header>
15787_ACEOF
15788if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15789 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15790 ac_status=$?
15791 grep -v '^ *+' conftest.er1 >conftest.err
15792 rm -f conftest.er1
15793 cat conftest.err >&5
15794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15795 (exit $ac_status); } >/dev/null; then
15796 if test -s conftest.err; then
15797 ac_cpp_err=$ac_cxx_preproc_warn_flag
15798 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
15799 else
15800 ac_cpp_err=
15801 fi
15802else
15803 ac_cpp_err=yes
15804fi
15805if test -z "$ac_cpp_err"; then
15806 ac_header_preproc=yes
15807else
15808 echo "$as_me: failed program was:" >&5
15809sed 's/^/| /' conftest.$ac_ext >&5
15810
15811 ac_header_preproc=no
15812fi
15813rm -f conftest.err conftest.$ac_ext
15814echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15815echo "${ECHO_T}$ac_header_preproc" >&6
15816
15817# So? What about this header?
15818case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
15819 yes:no: )
15820 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15821echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15822 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15823echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15824 ac_header_preproc=yes
15825 ;;
15826 no:yes:* )
15827 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15828echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15829 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15830echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15831 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15832echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15833 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15834echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15835 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15836echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15837 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15838echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15839 (
15840 cat <<\_ASBOX
15841## ------------------------------------------ ##
15842## Report this to the AC_PACKAGE_NAME lists. ##
15843## ------------------------------------------ ##
15844_ASBOX
15845 ) |
15846 sed "s/^/$as_me: WARNING: /" >&2
15847 ;;
15848esac
15849echo "$as_me:$LINENO: checking for $ac_header" >&5
15850echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15851if eval "test \"\${$as_ac_Header+set}\" = set"; then
15852 echo $ECHO_N "(cached) $ECHO_C" >&6
15853else
15854 eval "$as_ac_Header=\$ac_header_preproc"
15855fi
15856echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15857echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15858
15859fi
15860if test `eval echo '${'$as_ac_Header'}'` = yes; then
15861 cat >>confdefs.h <<_ACEOF
15862#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15863_ACEOF
15864
15865else
15866 support_xft=no
15867fi
15868
15869done
15870
15871
15872echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
15873echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
15874if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
15875 echo $ECHO_N "(cached) $ECHO_C" >&6
15876else
15877 ac_check_lib_save_LIBS=$LIBS
15878LIBS="-lXft $LIBS"
15879cat >conftest.$ac_ext <<_ACEOF
15880/* confdefs.h. */
15881_ACEOF
15882cat confdefs.h >>conftest.$ac_ext
15883cat >>conftest.$ac_ext <<_ACEOF
15884/* end confdefs.h. */
15885
9330/* Override any gcc2 internal prototype to avoid an error. */ 15886/* Override any gcc2 internal prototype to avoid an error. */
15887#ifdef __cplusplus
15888extern "C"
15889#endif
9331/* We use char because int might match the return type of a gcc2 15890/* We use char because int might match the return type of a gcc2
9332 builtin and then its argument prototype would still apply. */ 15891 builtin and then its argument prototype would still apply. */
9333char setlocale(); 15892char XftDrawString32 ();
9334 15893int
9335int main() { 15894main ()
9336setlocale() 15895{
15896XftDrawString32 ();
15897 ;
9337; return 0; } 15898 return 0;
9338EOF 15899}
9339if { (eval echo configure:9340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15900_ACEOF
15901rm -f conftest.$ac_objext conftest$ac_exeext
15902if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15903 (eval $ac_link) 2>conftest.er1
15904 ac_status=$?
15905 grep -v '^ *+' conftest.er1 >conftest.err
9340 rm -rf conftest* 15906 rm -f conftest.er1
9341 eval "ac_cv_lib_$ac_lib_var=yes" 15907 cat conftest.err >&5
15908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15909 (exit $ac_status); } &&
15910 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15912 (eval $ac_try) 2>&5
15913 ac_status=$?
15914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15915 (exit $ac_status); }; } &&
15916 { ac_try='test -s conftest$ac_exeext'
15917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15918 (eval $ac_try) 2>&5
15919 ac_status=$?
15920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15921 (exit $ac_status); }; }; then
15922 ac_cv_lib_Xft_XftDrawString32=yes
9342else 15923else
9343 echo "configure: failed program was:" >&5 15924 echo "$as_me: failed program was:" >&5
9344 cat conftest.$ac_ext >&5 15925sed 's/^/| /' conftest.$ac_ext >&5
9345 rm -rf conftest* 15926
9346 eval "ac_cv_lib_$ac_lib_var=no" 15927ac_cv_lib_Xft_XftDrawString32=no
9347fi 15928fi
9348rm -f conftest* 15929rm -f conftest.err conftest.$ac_objext \
15930 conftest$ac_exeext conftest.$ac_ext
9349LIBS="$ac_save_LIBS" 15931LIBS=$ac_check_lib_save_LIBS
9350
9351fi 15932fi
9352if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 15933echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9353 echo "$ac_t""yes" 1>&6 15934echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9354 LIBS="$LIBS -lxpg4" 15935if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9355else
9356 echo "$ac_t""no" 1>&6
9357fi
9358
9359
9360if test x$support_graphics = xyes; then
9361 cat >> confdefs.h <<\EOF 15936 cat >>confdefs.h <<_ACEOF
9362#define RXVT_GRAPHICS 1 15937#define HAVE_LIBXFT 1
9363EOF 15938_ACEOF
15939
15940 LIBS="-lXft $LIBS"
15941
15942else
15943 support_xft=no
15944fi
15945
15946
15947 if test x$support_xft = xyes; then
15948
15949cat >>confdefs.h <<\_ACEOF
15950#define XFT 1
15951_ACEOF
15952
15953 fi
15954fi
15955if test x$support_styles = xyes; then
15956
15957cat >>confdefs.h <<\_ACEOF
15958#define ENABLE_STYLES 1
15959_ACEOF
15960
15961fi
15962if test x$support_iso14755 = xyes; then
15963
15964cat >>confdefs.h <<\_ACEOF
15965#define ISO_14755 1
15966_ACEOF
15967
15968fi
15969if test x$support_8bitctrls = xyes; then
15970
15971cat >>confdefs.h <<\_ACEOF
15972#define EIGHT_BIT_CONTROLS 1
15973_ACEOF
15974
15975fi
15976if test x$support_fading = xyes; then
15977
15978cat >>confdefs.h <<\_ACEOF
15979#define OFF_FOCUS_FADING 1
15980_ACEOF
15981
15982fi
15983if test x$support_tinting = xyes; then
15984
15985cat >>confdefs.h <<\_ACEOF
15986#define TINTING 1
15987_ACEOF
9364 15988
9365fi 15989fi
9366if test x$support_inheritpixmap = xyes; then 15990if test x$support_inheritpixmap = xyes; then
15991
9367 cat >> confdefs.h <<\EOF 15992cat >>confdefs.h <<\_ACEOF
9368#define TRANSPARENT 1 15993#define TRANSPARENT 1
9369EOF 15994_ACEOF
9370 15995
9371fi 15996fi
9372if test x$support_keepscrolling = xno; then 15997if test x$support_keepscrolling = xno; then
15998
9373 cat >> confdefs.h <<\EOF 15999cat >>confdefs.h <<\_ACEOF
9374#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16000#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9375EOF 16001_ACEOF
9376 16002
9377fi 16003fi
9378if test x$support_selectionscrolling = xyes; then 16004if test x$support_selectionscrolling = xyes; then
16005
9379 cat >> confdefs.h <<\EOF 16006cat >>confdefs.h <<\_ACEOF
9380#define SELECTION_SCROLLING 1 16007#define SELECTION_SCROLLING 1
9381EOF 16008_ACEOF
9382 16009
9383fi 16010fi
9384if test x$support_menubar = xyes; then 16011if test x$support_menubar = xyes; then
16012
9385 cat >> confdefs.h <<\EOF 16013cat >>confdefs.h <<\_ACEOF
9386#define MENUBAR 1 16014#define MENUBAR 1
9387EOF 16015_ACEOF
9388 16016
9389fi 16017fi
9390if test x$support_frills = xno; then 16018if test x$support_frills = xyes; then
16019
9391 cat >> confdefs.h <<\EOF 16020cat >>confdefs.h <<\_ACEOF
9392#define NO_FRILLS 1 16021#define ENABLE_FRILLS 1
9393EOF 16022_ACEOF
9394
9395fi
9396if test x$support_linespace = xno; then
9397 cat >> confdefs.h <<\EOF
9398#define NO_LINESPACE 1
9399EOF
9400 16023
9401fi 16024fi
9402if test x$support_24bit = xyes; then 16025if test x$support_24bit = xyes; then
16026
9403 cat >> confdefs.h <<\EOF 16027cat >>confdefs.h <<\_ACEOF
9404#define PREFER_24BIT 1 16028#define PREFER_24BIT 1
9405EOF 16029_ACEOF
9406 16030
9407fi 16031fi
9408if test x$support_mousewheel = xyes; then 16032if test x$support_mousewheel = xyes; then
16033
9409 cat >> confdefs.h <<\EOF 16034cat >>confdefs.h <<\_ACEOF
9410#define MOUSE_WHEEL 1 16035#define MOUSE_WHEEL 1
9411EOF 16036_ACEOF
9412 16037
9413fi 16038fi
9414if test x$support_mouseslipwheel = xyes; then 16039if test x$support_mouseslipwheel = xyes; then
16040
9415 cat >> confdefs.h <<\EOF 16041cat >>confdefs.h <<\_ACEOF
9416#define MOUSE_SLIP_WHEELING 1 16042#define MOUSE_SLIP_WHEELING 1
9417EOF 16043_ACEOF
9418
9419fi
9420if test x$support_oldselection = xno; then
9421 cat >> confdefs.h <<\EOF
9422#define NO_OLD_SELECTION 1
9423EOF
9424 16044
9425fi 16045fi
9426if test x$support_utmp = xyes; then 16046if test x$support_utmp = xyes; then
16047
9427 cat >> confdefs.h <<\EOF 16048cat >>confdefs.h <<\_ACEOF
9428#define UTMP_SUPPORT 1 16049#define UTMP_SUPPORT 1
9429EOF 16050_ACEOF
9430 16051
9431fi 16052fi
9432if test x$support_wtmp = xyes; then 16053if test x$support_wtmp = xyes; then
16054
9433 cat >> confdefs.h <<\EOF 16055cat >>confdefs.h <<\_ACEOF
9434#define WTMP_SUPPORT 1 16056#define WTMP_SUPPORT 1
9435EOF 16057_ACEOF
9436 16058
9437fi 16059fi
9438if test x$support_lastlog = xyes; then 16060if test x$support_lastlog = xyes; then
16061
9439 cat >> confdefs.h <<\EOF 16062cat >>confdefs.h <<\_ACEOF
9440#define LASTLOG_SUPPORT 1 16063#define LASTLOG_SUPPORT 1
9441EOF 16064_ACEOF
9442 16065
9443fi 16066fi
9444if test x$support_xim = xyes -o x$multichar_set = xyes; then 16067if test x$support_xim = xyes -o x$multichar_set = xyes; then
9445 if test x$rxvt_cv_func_xlocale = xyes; then 16068 if test x$rxvt_cv_func_xlocale = xyes; then
16069
9446 cat >> confdefs.h <<\EOF 16070cat >>confdefs.h <<\_ACEOF
9447#define USE_XIM 1 16071#define USE_XIM 1
9448EOF 16072_ACEOF
9449 16073
9450 fi 16074 fi
9451fi 16075fi
9452if test x$support_xpm = xyes; then 16076if test x$support_xpm = xyes; then
16077
9453 cat >> confdefs.h <<\EOF 16078cat >>confdefs.h <<\_ACEOF
9454#define XPM_BACKGROUND 1 16079#define XPM_BACKGROUND 1
9455EOF 16080_ACEOF
9456 16081
9457fi 16082fi
9458if test x$support_scroll_rxvt = xyes; then 16083if test x$support_scroll_rxvt = xyes; then
16084
9459 cat >> confdefs.h <<\EOF 16085cat >>confdefs.h <<\_ACEOF
9460#define RXVT_SCROLLBAR 1 16086#define RXVT_SCROLLBAR 1
9461EOF 16087_ACEOF
9462 16088
9463 scrolltypes="rxvt" 16089 scrolltypes="rxvt"
9464fi 16090fi
9465if test x$support_scroll_next = xyes; then 16091if test x$support_scroll_next = xyes; then
16092
9466 cat >> confdefs.h <<\EOF 16093cat >>confdefs.h <<\_ACEOF
9467#define NEXT_SCROLLBAR 1 16094#define NEXT_SCROLLBAR 1
9468EOF 16095_ACEOF
9469 16096
9470 scrolltypes="$scrolltypes next" 16097 scrolltypes="$scrolltypes next"
9471fi 16098fi
9472if test x$support_scroll_xterm = xyes; then 16099if test x$support_scroll_xterm = xyes; then
16100
9473 cat >> confdefs.h <<\EOF 16101cat >>confdefs.h <<\_ACEOF
9474#define XTERM_SCROLLBAR 1 16102#define XTERM_SCROLLBAR 1
9475EOF 16103_ACEOF
9476 16104
9477 scrolltypes="$scrolltypes xterm" 16105 scrolltypes="$scrolltypes xterm"
9478fi 16106fi
16107if test x$support_scroll_plain = xyes; then
16108
16109cat >>confdefs.h <<\_ACEOF
16110#define PLAIN_SCROLLBAR 1
16111_ACEOF
16112
16113 scrolltypes="$scrolltypes plain"
16114fi
9479if test x$support_pointer_blank = xyes; then 16115if test x$support_pointer_blank = xyes; then
16116
9480 cat >> confdefs.h <<\EOF 16117cat >>confdefs.h <<\_ACEOF
9481#define POINTER_BLANK 1 16118#define POINTER_BLANK 1
9482EOF 16119_ACEOF
9483 16120
9484fi 16121fi
9485if test x$support_cursor_blink = xyes; then 16122if test x$support_cursor_blink = xyes; then
16123
9486 cat >> confdefs.h <<\EOF 16124cat >>confdefs.h <<\_ACEOF
9487#define CURSOR_BLINK 1 16125#define CURSOR_BLINK 1
9488EOF 16126_ACEOF
16127
16128fi
16129if test x$support_text_blink = xyes; then
16130
16131cat >>confdefs.h <<\_ACEOF
16132#define TEXT_BLINK 1
16133_ACEOF
9489 16134
9490fi 16135fi
9491if test x$support_unicode3 = xyes; then 16136if test x$support_unicode3 = xyes; then
16137
9492 cat >> confdefs.h <<\EOF 16138cat >>confdefs.h <<\_ACEOF
9493#define UNICODE_3 1 16139#define UNICODE_3 1
9494EOF 16140_ACEOF
16141
16142fi
16143if test x$support_combining = xyes; then
16144
16145cat >>confdefs.h <<\_ACEOF
16146#define ENABLE_COMBINING 1
16147_ACEOF
9495 16148
9496fi 16149fi
9497if test x$codesets = xall; then 16150if test x$codesets = xall; then
9498 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16151 codesets=jp,jp-ext,kr,zh,zh-ext
9499fi 16152fi
16153
16154cat >>confdefs.h <<\_ACEOF
16155#define ENCODING_EU 1
16156_ACEOF
16157
16158
16159cat >>confdefs.h <<\_ACEOF
16160#define ENCODING_VN 1
16161_ACEOF
16162
9500for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16163for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
9501 cat >> confdefs.h <<\EOF
9502#define ENCODING_EU 1
9503EOF
9504
9505 case "$codeset" in 16164 case "$codeset" in
9506 VN ) cat >> confdefs.h <<\EOF 16165 JP )
16166cat >>confdefs.h <<\_ACEOF
9507#define ENCODING_VN 1 16167#define ENCODING_JP 1
9508EOF 16168_ACEOF
9509 ;; 16169 ;;
9510 JP ) cat >> confdefs.h <<\EOF 16170 JP_EXT )
16171cat >>confdefs.h <<\_ACEOF
9511#define ENCODING_JP 1 16172#define ENCODING_JP_EXT 1
9512EOF 16173_ACEOF
9513 ;; 16174 ;;
9514 JP_EXT ) cat >> confdefs.h <<\EOF 16175 KR )
16176cat >>confdefs.h <<\_ACEOF
9515#define ENCODING_JP_EXT 1 16177#define ENCODING_KR 1
9516EOF 16178_ACEOF
9517 ;; 16179 ;;
9518 KR ) cat >> confdefs.h <<\EOF 16180 ZH )
16181cat >>confdefs.h <<\_ACEOF
9519#define ENCODING_KR 1 16182#define ENCODING_ZH 1
9520EOF 16183_ACEOF
9521 ;; 16184 ;;
9522 CN ) cat >> confdefs.h <<\EOF 16185 ZH_EXT )
9523#define ENCODING_CN 1 16186cat >>confdefs.h <<\_ACEOF
9524EOF
9525 ;;
9526 CN_EXT ) cat >> confdefs.h <<\EOF
9527#define ENCODING_CN_EXT 1 16187#define ENCODING_ZH_EXT 1
9528EOF 16188_ACEOF
9529 ;; 16189 ;;
9530 esac 16190 esac
9531done 16191done
9532 16192
9533 16193
9553 16213
9554 16214
9555 16215
9556 16216
9557if test x$support_addstrings = xno; then 16217if test x$support_addstrings = xno; then
16218
9558 cat >> confdefs.h <<\EOF 16219cat >>confdefs.h <<\_ACEOF
9559#define NO_STRINGS 1 16220#define NO_STRINGS 1
9560EOF 16221_ACEOF
9561 16222
9562fi 16223fi
9563 16224
9564MCOMMON=./autoconf/Make.common 16225MCOMMON=./autoconf/Make.common
9565 16226
9566 16227
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 && 16228test "$program_prefix" != NONE &&
9578 program_transform_name="s,^,${program_prefix},; $program_transform_name" 16229 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9579# Use a double $ so make ignores it. 16230# Use a double $ so make ignores it.
9580test "$program_suffix" != NONE && 16231test "$program_suffix" != NONE &&
9581 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 16232 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9582 16233# Double any \ or $. echo might interpret backslashes.
9583# sed with no file args requires a program. 16234# By default was `s,x,x', remove it if useless.
9584test "$program_transform_name" = "" && program_transform_name="s,x,x," 16235cat <<\_ACEOF >conftest.sed
9585 16236s/[\\$]/&&/g;s/;s,x,x,$//
9586 16237_ACEOF
9587RXVTNAME=`echo rxvt|sed "$program_transform_name"` 16238program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16239rm conftest.sed
9588 16240
9589 16241
9590 16242
9591 16243
9592 16244
9593if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16245if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9594 include_stdint_h="#include <stdint.h>" 16246 include_stdint_h="#include <stdint.h>"
9595else 16247else
9596 include_stdint_h="/* #include <stdint.h> */" 16248 include_stdint_h="/* #include <stdint.h> */"
9597fi 16249fi
9598if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16250if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9599 include_stdarg_h="#include <stdarg.h>" 16251 include_stdarg_h="#include <cstdarg>"
9600else 16252else
9601 include_stdarg_h="/* #include <stdarg.h> */" 16253 include_stdarg_h="/* #include <cstdarg> */"
9602fi 16254fi
9603if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16255if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9604 include_stdlib_h="#include <stdlib.h>" 16256 include_stdlib_h="#include <cstdlib>"
9605else 16257else
9606 include_stdlib_h="/* #include <stdlib.h> */" 16258 include_stdlib_h="/* #include <cstdlib> */"
9607fi 16259fi
9608if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16260if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9609 include_unistd_h="#include <unistd.h>" 16261 include_unistd_h="#include <unistd.h>"
9610else 16262else
9611 include_unistd_h="/* #include <unistd.h> */" 16263 include_unistd_h="/* #include <unistd.h> */"
9612fi 16264fi
9613if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16265if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9614 include_string_h="#include <string.h>" 16266 include_string_h="#include <cstring>"
9615else 16267else
9616 include_string_h="/* #include <string.h> */" 16268 include_string_h="/* #include <cstring> */"
9617fi 16269fi
9618if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16270if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9619 include_fcntl_h="#include <fcntl.h>" 16271 include_fcntl_h="#include <fcntl.h>"
9620else 16272else
9621 include_fcntl_h="/* #include <fcntl.h> */" 16273 include_fcntl_h="/* #include <fcntl.h> */"
9622fi 16274fi
9623if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 16275if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9624 include_util_h="#include <util.h>" 16276 include_util_h="#include <util.h>"
9625else 16277else
9626 include_util_h="/* #include <util.h> */" 16278 include_util_h="/* #include <util.h> */"
9627fi 16279fi
9628if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 16280if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9629 include_assert_h="#include <assert.h>" 16281 include_assert_h="#include <assert.h>"
9630else 16282else
9631 include_assert_h="/* #include <assert.h> */" 16283 include_assert_h="/* #include <assert.h> */"
9632fi 16284fi
9633if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 16285if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9634 include_sys_ioctl_h="#include <sys/ioctl.h>" 16286 include_sys_ioctl_h="#include <sys/ioctl.h>"
9635else 16287else
9636 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 16288 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9637fi 16289fi
9638if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then 16290if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
9639 include_sys_select_h="#include <sys/select.h>" 16291 include_sys_select_h="#include <sys/select.h>"
9640else 16292else
9641 include_sys_select_h="/* #include <sys/select.h> */" 16293 include_sys_select_h="/* #include <sys/select.h> */"
9642fi 16294fi
9643if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then 16295if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
9644 include_sys_strredir_h="#include <sys/strredir.h>" 16296 include_sys_strredir_h="#include <sys/strredir.h>"
9645else 16297else
9646 include_sys_strredir_h="/* #include <sys/strredir.h> */" 16298 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9647fi 16299fi
9648if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then 16300if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
9649 include_sys_time_h="#include <sys/time.h>" 16301 include_sys_time_h="#include <sys/time.h>"
9650else 16302else
9651 include_sys_time_h="/* #include <sys/time.h> */" 16303 include_sys_time_h="/* #include <sys/time.h> */"
9652fi 16304fi
9653if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then 16305if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
9654 include_time_h="#include <time.h>" 16306 include_time_h="#include <time.h>"
9655else 16307else
9656 include_time_h="/* #include <time.h> */" 16308 include_time_h="/* #include <time.h> */"
9657fi 16309fi
9658 16310
9659if test x$support_xft = xyes; then 16311 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h"
9660 LIBS="$LIBS `pkg-config xft --libs`"
9661 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9662 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9663 16312
9664 for ac_hdr in X11/Xft/Xft.h
9665do
9666ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9667echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9668echo "configure:9669: checking for $ac_hdr" >&5
9669if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9670 echo $ac_n "(cached) $ac_c" 1>&6
9671else
9672 cat > conftest.$ac_ext <<EOF
9673#line 9674 "configure"
9674#include "confdefs.h"
9675#include <$ac_hdr>
9676EOF
9677ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9678{ (eval echo configure:9679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9679ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9680if test -z "$ac_err"; then
9681 rm -rf conftest*
9682 eval "ac_cv_header_$ac_safe=yes"
9683else
9684 echo "$ac_err" >&5
9685 echo "configure: failed program was:" >&5
9686 cat conftest.$ac_ext >&5
9687 rm -rf conftest*
9688 eval "ac_cv_header_$ac_safe=no"
9689fi
9690rm -f conftest*
9691fi
9692if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9693 echo "$ac_t""yes" 1>&6
9694 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9695 cat >> confdefs.h <<EOF
9696#define $ac_tr_hdr 1
9697EOF
9698
9699else
9700 echo "$ac_t""no" 1>&6
9701support_xft=no
9702fi
9703done
9704
9705 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6
9706echo "configure:9707: checking for XftDrawString32 in -lXft" >&5
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
9710else
9711 ac_save_LIBS="$LIBS"
9712LIBS="-lXft $LIBS"
9713cat > conftest.$ac_ext <<EOF
9714#line 9715 "configure"
9715#include "confdefs.h"
9716/* Override any gcc2 internal prototype to avoid an error. */
9717/* We use char because int might match the return type of a gcc2
9718 builtin and then its argument prototype would still apply. */
9719char XftDrawString32();
9720
9721int main() {
9722XftDrawString32()
9723; return 0; }
9724EOF
9725if { (eval echo configure:9726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9726 rm -rf conftest*
9727 eval "ac_cv_lib_$ac_lib_var=yes"
9728else
9729 echo "configure: failed program was:" >&5
9730 cat conftest.$ac_ext >&5
9731 rm -rf conftest*
9732 eval "ac_cv_lib_$ac_lib_var=no"
9733fi
9734rm -f conftest*
9735LIBS="$ac_save_LIBS"
9736
9737fi
9738if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9739 echo "$ac_t""yes" 1>&6
9740 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \
9741 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9742 cat >> confdefs.h <<EOF
9743#define $ac_tr_lib 1
9744EOF
9745
9746 LIBS="-lXft $LIBS"
9747
9748else
9749 echo "$ac_t""no" 1>&6
9750support_xft=no
9751fi
9752
9753
9754 if test x$support_xft = xyes; then
9755 cat >> confdefs.h <<\EOF
9756#define XFT 1
9757EOF
9758
9759 fi
9760fi
9761
9762trap '' 1 2 15
9763cat > confcache <<\EOF 16313cat >confcache <<\_ACEOF
9764# This file is a shell script that caches the results of configure 16314# 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 16315# tests run on this system so they can be shared between configure
9766# scripts and configure runs. It is not useful on other systems. 16316# 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. 16317# It is not useful on other systems. If it contains results you don't
16318# want to keep, you may remove or edit it.
9768# 16319#
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 16320# config.status only pays attention to the cache file if you give it
9776# --recheck option to rerun configure. 16321# the --recheck option to rerun configure.
9777# 16322#
9778EOF 16323# `ac_cv_env_foo' variables (set or unset) will be overridden when
16324# loading this file, other *unset* `ac_cv_foo' will be assigned the
16325# following values.
16326
16327_ACEOF
16328
9779# The following way of writing the cache mishandles newlines in values, 16329# The following way of writing the cache mishandles newlines in values,
9780# but we know of no workaround that is simple, portable, and efficient. 16330# but we know of no workaround that is simple, portable, and efficient.
9781# So, don't put newlines in cache variables' values. 16331# So, don't put newlines in cache variables' values.
9782# Ultrix sh set writes to stderr and can't be redirected directly, 16332# 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. 16333# and sets the high bit in the cache file unless we assign to the vars.
16334{
9784(set) 2>&1 | 16335 (set) 2>&1 |
9785 case `(ac_space=' '; set | grep ac_space) 2>&1` in 16336 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9786 *ac_space=\ *) 16337 *ac_space=\ *)
9787 # `set' does not quote correctly, so add quotes (double-quote substitution 16338 # `set' does not quote correctly, so add quotes (double-quote
9788 # turns \\\\ into \\, and sed turns \\ into \). 16339 # substitution turns \\\\ into \\, and sed turns \\ into \).
9789 sed -n \ 16340 sed -n \
9790 -e "s/'/'\\\\''/g" \ 16341 "s/'/'\\\\''/g;
9791 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 16342 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9792 ;; 16343 ;;
9793 *) 16344 *)
9794 # `set' quotes correctly as required by POSIX, so do not add quotes. 16345 # `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' 16346 sed -n \
16347 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9796 ;; 16348 ;;
9797 esac >> confcache 16349 esac;
9798if cmp -s $cache_file confcache; then 16350} |
9799 : 16351 sed '
9800else 16352 t clear
16353 : clear
16354 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16355 t end
16356 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16357 : end' >>confcache
16358if diff $cache_file confcache >/dev/null 2>&1; then :; else
9801 if test -w $cache_file; then 16359 if test -w $cache_file; then
9802 echo "updating cache $cache_file" 16360 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9803 cat confcache > $cache_file 16361 cat confcache >$cache_file
9804 else 16362 else
9805 echo "not updating unwritable cache $cache_file" 16363 echo "not updating unwritable cache $cache_file"
9806 fi 16364 fi
9807fi 16365fi
9808rm -f confcache 16366rm -f confcache
9809 16367
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 16368test "x$prefix" = xNONE && prefix=$ac_default_prefix
9813# Let make expand exec_prefix. 16369# Let make expand exec_prefix.
9814test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 16370test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9815 16371
9816# Any assignment to VPATH causes Sun make to only execute 16372# 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. 16373# ${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. 16374# trailing colons and then remove the whole line if VPATH becomes empty
16375# (actually we leave an empty line to preserve line numbers).
9819if test "x$srcdir" = x.; then 16376if test "x$srcdir" = x.; then
9820 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 16377 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16378s/:*\$(srcdir):*/:/;
16379s/:*\${srcdir}:*/:/;
16380s/:*@srcdir@:*/:/;
16381s/^\([^=]*=[ ]*\):*/\1/;
16382s/:*$//;
16383s/^[^=]*=[ ]*$//;
16384}'
9821fi 16385fi
9822
9823trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9824 16386
9825DEFS=-DHAVE_CONFIG_H 16387DEFS=-DHAVE_CONFIG_H
9826 16388
9827# Without the "./", some shells look in PATH for config.status. 16389ac_libobjs=
16390ac_ltlibobjs=
16391for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16392 # 1. Remove the extension, and $U if already installed.
16393 ac_i=`echo "$ac_i" |
16394 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
16395 # 2. Add them.
16396 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
16397 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
16398done
16399LIBOBJS=$ac_libobjs
16400
16401LTLIBOBJS=$ac_ltlibobjs
16402
16403
16404
9828: ${CONFIG_STATUS=./config.status} 16405: ${CONFIG_STATUS=./config.status}
9829 16406ac_clean_files_save=$ac_clean_files
16407ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16408{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9830echo creating $CONFIG_STATUS 16409echo "$as_me: creating $CONFIG_STATUS" >&6;}
9831rm -f $CONFIG_STATUS
9832cat > $CONFIG_STATUS <<EOF 16410cat >$CONFIG_STATUS <<_ACEOF
9833#! /bin/sh 16411#! $SHELL
9834# Generated automatically by configure. 16412# Generated by $as_me.
9835# Run this file to recreate the current configuration. 16413# 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 16414# Compiler output produced by configure, useful for debugging
9842# configure, is in ./config.log if it exists. 16415# configure, is in config.log if it exists.
9843 16416
9844ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 16417debug=false
9845for ac_option 16418ac_cs_recheck=false
16419ac_cs_silent=false
16420SHELL=\${CONFIG_SHELL-$SHELL}
16421_ACEOF
16422
16423cat >>$CONFIG_STATUS <<\_ACEOF
16424## --------------------- ##
16425## M4sh Initialization. ##
16426## --------------------- ##
16427
16428# Be Bourne compatible
16429if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16430 emulate sh
16431 NULLCMD=:
16432 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
16433 # is contrary to our usage. Disable this feature.
16434 alias -g '${1+"$@"}'='"$@"'
16435elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
16436 set -o posix
16437fi
16438DUALCASE=1; export DUALCASE # for MKS sh
16439
16440# Support unset when possible.
16441if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
16442 as_unset=unset
16443else
16444 as_unset=false
16445fi
16446
16447
16448# Work around bugs in pre-3.0 UWIN ksh.
16449$as_unset ENV MAIL MAILPATH
16450PS1='$ '
16451PS2='> '
16452PS4='+ '
16453
16454# NLS nuisances.
16455for as_var in \
16456 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
16457 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
16458 LC_TELEPHONE LC_TIME
9846do 16459do
16460 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
16461 eval $as_var=C; export $as_var
16462 else
16463 $as_unset $as_var
16464 fi
16465done
16466
16467# Required to use basename.
16468if expr a : '\(a\)' >/dev/null 2>&1; then
16469 as_expr=expr
16470else
16471 as_expr=false
16472fi
16473
16474if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
16475 as_basename=basename
16476else
16477 as_basename=false
16478fi
16479
16480
16481# Name of the executable.
16482as_me=`$as_basename "$0" ||
16483$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16484 X"$0" : 'X\(//\)$' \| \
16485 X"$0" : 'X\(/\)$' \| \
16486 . : '\(.\)' 2>/dev/null ||
16487echo X/"$0" |
16488 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
16489 /^X\/\(\/\/\)$/{ s//\1/; q; }
16490 /^X\/\(\/\).*/{ s//\1/; q; }
16491 s/.*/./; q'`
16492
16493
16494# PATH needs CR, and LINENO needs CR and PATH.
16495# Avoid depending upon Character Ranges.
16496as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16497as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16498as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16499as_cr_digits='0123456789'
16500as_cr_alnum=$as_cr_Letters$as_cr_digits
16501
16502# The user is always right.
16503if test "${PATH_SEPARATOR+set}" != set; then
16504 echo "#! /bin/sh" >conf$$.sh
16505 echo "exit 0" >>conf$$.sh
16506 chmod +x conf$$.sh
16507 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16508 PATH_SEPARATOR=';'
16509 else
16510 PATH_SEPARATOR=:
16511 fi
16512 rm -f conf$$.sh
16513fi
16514
16515
16516 as_lineno_1=$LINENO
16517 as_lineno_2=$LINENO
16518 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16519 test "x$as_lineno_1" != "x$as_lineno_2" &&
16520 test "x$as_lineno_3" = "x$as_lineno_2" || {
16521 # Find who we are. Look in the path if we contain no path at all
16522 # relative or not.
16523 case $0 in
16524 *[\\/]* ) as_myself=$0 ;;
16525 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16526for as_dir in $PATH
16527do
16528 IFS=$as_save_IFS
16529 test -z "$as_dir" && as_dir=.
16530 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16531done
16532
16533 ;;
16534 esac
16535 # We did not find ourselves, most probably we were run as `sh COMMAND'
16536 # in which case we are not to be found in the path.
16537 if test "x$as_myself" = x; then
16538 as_myself=$0
16539 fi
16540 if test ! -f "$as_myself"; then
16541 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
16542echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
16543 { (exit 1); exit 1; }; }
16544 fi
16545 case $CONFIG_SHELL in
16546 '')
16547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16548for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
16549do
16550 IFS=$as_save_IFS
16551 test -z "$as_dir" && as_dir=.
16552 for as_base in sh bash ksh sh5; do
16553 case $as_dir in
16554 /*)
16555 if ("$as_dir/$as_base" -c '
16556 as_lineno_1=$LINENO
16557 as_lineno_2=$LINENO
16558 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16559 test "x$as_lineno_1" != "x$as_lineno_2" &&
16560 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
16561 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
16562 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
16563 CONFIG_SHELL=$as_dir/$as_base
16564 export CONFIG_SHELL
16565 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
16566 fi;;
16567 esac
16568 done
16569done
16570;;
16571 esac
16572
16573 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
16574 # uniformly replaced by the line number. The first 'sed' inserts a
16575 # line-number line before each line; the second 'sed' does the real
16576 # work. The second script uses 'N' to pair each line-number line
16577 # with the numbered line, and appends trailing '-' during
16578 # substitution so that $LINENO is not a special case at line end.
16579 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
16580 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
16581 sed '=' <$as_myself |
16582 sed '
16583 N
16584 s,$,-,
16585 : loop
16586 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
16587 t loop
16588 s,-$,,
16589 s,^['$as_cr_digits']*\n,,
16590 ' >$as_me.lineno &&
16591 chmod +x $as_me.lineno ||
16592 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
16593echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
16594 { (exit 1); exit 1; }; }
16595
16596 # Don't try to exec as it changes $[0], causing all sort of problems
16597 # (the dirname of $[0] is not the place where we might find the
16598 # original and so on. Autoconf is especially sensible to this).
16599 . ./$as_me.lineno
16600 # Exit status is that of the last command.
16601 exit
16602}
16603
16604
16605case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
16606 *c*,-n*) ECHO_N= ECHO_C='
16607' ECHO_T=' ' ;;
16608 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
16609 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
16610esac
16611
16612if expr a : '\(a\)' >/dev/null 2>&1; then
16613 as_expr=expr
16614else
16615 as_expr=false
16616fi
16617
16618rm -f conf$$ conf$$.exe conf$$.file
16619echo >conf$$.file
16620if ln -s conf$$.file conf$$ 2>/dev/null; then
16621 # We could just check for DJGPP; but this test a) works b) is more generic
16622 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
16623 if test -f conf$$.exe; then
16624 # Don't use ln at all; we don't have any links
16625 as_ln_s='cp -p'
16626 else
16627 as_ln_s='ln -s'
16628 fi
16629elif ln conf$$.file conf$$ 2>/dev/null; then
16630 as_ln_s=ln
16631else
16632 as_ln_s='cp -p'
16633fi
16634rm -f conf$$ conf$$.exe conf$$.file
16635
16636if mkdir -p . 2>/dev/null; then
16637 as_mkdir_p=:
16638else
16639 test -d ./-p && rmdir ./-p
16640 as_mkdir_p=false
16641fi
16642
16643as_executable_p="test -f"
16644
16645# Sed expression to map a string onto a valid CPP name.
16646as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16647
16648# Sed expression to map a string onto a valid variable name.
16649as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16650
16651
16652# IFS
16653# We need space, tab and new line, in precisely that order.
16654as_nl='
16655'
16656IFS=" $as_nl"
16657
16658# CDPATH.
16659$as_unset CDPATH
16660
16661exec 6>&1
16662
16663# Open the log real soon, to keep \$[0] and so on meaningful, and to
16664# report actual input values of CONFIG_FILES etc. instead of their
16665# values after options handling. Logging --version etc. is OK.
16666exec 5>>config.log
16667{
16668 echo
16669 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16670## Running $as_me. ##
16671_ASBOX
16672} >&5
16673cat >&5 <<_CSEOF
16674
16675This file was extended by $as_me, which was
16676generated by GNU Autoconf 2.59. Invocation command line was
16677
16678 CONFIG_FILES = $CONFIG_FILES
16679 CONFIG_HEADERS = $CONFIG_HEADERS
16680 CONFIG_LINKS = $CONFIG_LINKS
16681 CONFIG_COMMANDS = $CONFIG_COMMANDS
16682 $ $0 $@
16683
16684_CSEOF
16685echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
16686echo >&5
16687_ACEOF
16688
16689# Files that config.status was made for.
16690if test -n "$ac_config_files"; then
16691 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
16692fi
16693
16694if test -n "$ac_config_headers"; then
16695 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
16696fi
16697
16698if test -n "$ac_config_links"; then
16699 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
16700fi
16701
16702if test -n "$ac_config_commands"; then
16703 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
16704fi
16705
16706cat >>$CONFIG_STATUS <<\_ACEOF
16707
16708ac_cs_usage="\
16709\`$as_me' instantiates files from templates according to the
16710current configuration.
16711
16712Usage: $0 [OPTIONS] [FILE]...
16713
16714 -h, --help print this help, then exit
16715 -V, --version print version number, then exit
16716 -q, --quiet do not print progress messages
16717 -d, --debug don't remove temporary files
16718 --recheck update $as_me by reconfiguring in the same conditions
16719 --file=FILE[:TEMPLATE]
16720 instantiate the configuration file FILE
16721 --header=FILE[:TEMPLATE]
16722 instantiate the configuration header FILE
16723
16724Configuration files:
16725$config_files
16726
16727Configuration headers:
16728$config_headers
16729
16730Report bugs to <bug-autoconf@gnu.org>."
16731_ACEOF
16732
16733cat >>$CONFIG_STATUS <<_ACEOF
16734ac_cs_version="\\
16735config.status
16736configured by $0, generated by GNU Autoconf 2.59,
16737 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
16738
16739Copyright (C) 2003 Free Software Foundation, Inc.
16740This config.status script is free software; the Free Software Foundation
16741gives unlimited permission to copy, distribute and modify it."
16742srcdir=$srcdir
16743INSTALL="$INSTALL"
16744_ACEOF
16745
16746cat >>$CONFIG_STATUS <<\_ACEOF
16747# If no file are specified by the user, then we need to provide default
16748# value. By we need to know if files were specified by the user.
16749ac_need_defaults=:
16750while test $# != 0
16751do
16752 case $1 in
16753 --*=*)
16754 ac_option=`expr "x$1" : 'x\([^=]*\)='`
16755 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
16756 ac_shift=:
16757 ;;
16758 -*)
16759 ac_option=$1
16760 ac_optarg=$2
16761 ac_shift=shift
16762 ;;
16763 *) # This is not an option, so the user has probably given explicit
16764 # arguments.
16765 ac_option=$1
16766 ac_need_defaults=false;;
16767 esac
16768
9847 case "\$ac_option" in 16769 case $ac_option in
16770 # Handling of the options.
16771_ACEOF
16772cat >>$CONFIG_STATUS <<\_ACEOF
9848 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 16773 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9849 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 16774 ac_cs_recheck=: ;;
9850 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 16775 --version | --vers* | -V )
9851 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 16776 echo "$ac_cs_version"; exit 0 ;;
9852 echo "$CONFIG_STATUS generated by autoconf version 2.13" 16777 --he | --h)
9853 exit 0 ;; 16778 # Conflict between --help and --header
9854 -help | --help | --hel | --he | --h) 16779 { { echo "$as_me:$LINENO: error: ambiguous option: $1
16780Try \`$0 --help' for more information." >&5
16781echo "$as_me: error: ambiguous option: $1
16782Try \`$0 --help' for more information." >&2;}
16783 { (exit 1); exit 1; }; };;
16784 --help | --hel | -h )
9855 echo "\$ac_cs_usage"; exit 0 ;; 16785 echo "$ac_cs_usage"; exit 0 ;;
9856 *) echo "\$ac_cs_usage"; exit 1 ;; 16786 --debug | --d* | -d )
16787 debug=: ;;
16788 --file | --fil | --fi | --f )
16789 $ac_shift
16790 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
16791 ac_need_defaults=false;;
16792 --header | --heade | --head | --hea )
16793 $ac_shift
16794 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
16795 ac_need_defaults=false;;
16796 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16797 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16798 ac_cs_silent=: ;;
16799
16800 # This is an error.
16801 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
16802Try \`$0 --help' for more information." >&5
16803echo "$as_me: error: unrecognized option: $1
16804Try \`$0 --help' for more information." >&2;}
16805 { (exit 1); exit 1; }; } ;;
16806
16807 *) ac_config_targets="$ac_config_targets $1" ;;
16808
16809 esac
16810 shift
16811done
16812
16813ac_configure_extra_args=
16814
16815if $ac_cs_silent; then
16816 exec 6>/dev/null
16817 ac_configure_extra_args="$ac_configure_extra_args --silent"
16818fi
16819
16820_ACEOF
16821cat >>$CONFIG_STATUS <<_ACEOF
16822if \$ac_cs_recheck; then
16823 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
16824 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16825fi
16826
16827_ACEOF
16828
16829
16830
16831
16832
16833cat >>$CONFIG_STATUS <<\_ACEOF
16834for ac_config_target in $ac_config_targets
16835do
16836 case "$ac_config_target" in
16837 # Handling of arguments.
16838 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
16839 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16840 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16841 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
16842 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
16843 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
16844 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
16845echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
16846 { (exit 1); exit 1; }; };;
9857 esac 16847 esac
9858done 16848done
9859 16849
9860ac_given_srcdir=$srcdir 16850# If the user did not use the arguments to specify the items to instantiate,
9861ac_given_INSTALL="$INSTALL" 16851# then the envvar interface is used. Set only those that are not.
16852# We use the long form for the default assignment because of an extremely
16853# bizarre bug on SunOS 4.1.3.
16854if $ac_need_defaults; then
16855 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16856 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16857fi
9862 16858
9863trap 'rm -fr `echo "autoconf/Make.common \ 16859# Have a temporary directory for convenience. Make it in the build tree
9864Makefile \ 16860# simply because there is no reason to put it here, and in addition,
9865doc/Makefile \ 16861# creating and moving files from /tmp can sometimes cause problems.
9866src/Makefile \ 16862# Create a temporary directory, and hook for its removal unless debugging.
9867src/graphics/Makefile \ 16863$debug ||
9868src/test/Makefile \ 16864{
9869src/rxvtlib.h \ 16865 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9870W11/Makefile \ 16866 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 16867}
9872EOF 16868
16869# Create a (secure) tmp directory for tmp files.
16870
16871{
16872 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
16873 test -n "$tmp" && test -d "$tmp"
16874} ||
16875{
16876 tmp=./confstat$$-$RANDOM
16877 (umask 077 && mkdir $tmp)
16878} ||
16879{
16880 echo "$me: cannot create a temporary directory in ." >&2
16881 { (exit 1); exit 1; }
16882}
16883
16884_ACEOF
16885
9873cat >> $CONFIG_STATUS <<EOF 16886cat >>$CONFIG_STATUS <<_ACEOF
9874 16887
16888#
16889# CONFIG_FILES section.
16890#
16891
16892# No need to generate the scripts if there are no CONFIG_FILES.
16893# This happens for instance when ./config.status config.h
16894if test -n "\$CONFIG_FILES"; then
9875# Protect against being on the right side of a sed subst in config.status. 16895 # Protect against being on the right side of a sed subst in config.status.
9876sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 16896 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9877 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 16897 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9878$ac_vpsub 16898s,@SHELL@,$SHELL,;t t
16899s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
16900s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
16901s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
16902s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
16903s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
16904s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
16905s,@exec_prefix@,$exec_prefix,;t t
16906s,@prefix@,$prefix,;t t
16907s,@program_transform_name@,$program_transform_name,;t t
16908s,@bindir@,$bindir,;t t
16909s,@sbindir@,$sbindir,;t t
16910s,@libexecdir@,$libexecdir,;t t
16911s,@datadir@,$datadir,;t t
16912s,@sysconfdir@,$sysconfdir,;t t
16913s,@sharedstatedir@,$sharedstatedir,;t t
16914s,@localstatedir@,$localstatedir,;t t
16915s,@libdir@,$libdir,;t t
16916s,@includedir@,$includedir,;t t
16917s,@oldincludedir@,$oldincludedir,;t t
16918s,@infodir@,$infodir,;t t
16919s,@mandir@,$mandir,;t t
16920s,@build_alias@,$build_alias,;t t
16921s,@host_alias@,$host_alias,;t t
16922s,@target_alias@,$target_alias,;t t
16923s,@DEFS@,$DEFS,;t t
16924s,@ECHO_C@,$ECHO_C,;t t
16925s,@ECHO_N@,$ECHO_N,;t t
16926s,@ECHO_T@,$ECHO_T,;t t
16927s,@LIBS@,$LIBS,;t t
16928s,@build@,$build,;t t
16929s,@build_cpu@,$build_cpu,;t t
16930s,@build_vendor@,$build_vendor,;t t
16931s,@build_os@,$build_os,;t t
16932s,@host@,$host,;t t
16933s,@host_cpu@,$host_cpu,;t t
16934s,@host_vendor@,$host_vendor,;t t
16935s,@host_os@,$host_os,;t t
16936s,@VERSION@,$VERSION,;t t
16937s,@DATE@,$DATE,;t t
16938s,@LSMDATE@,$LSMDATE,;t t
16939s,@LIBVERSION@,$LIBVERSION,;t t
16940s,@CC@,$CC,;t t
16941s,@CFLAGS@,$CFLAGS,;t t
16942s,@LDFLAGS@,$LDFLAGS,;t t
16943s,@CPPFLAGS@,$CPPFLAGS,;t t
16944s,@ac_ct_CC@,$ac_ct_CC,;t t
16945s,@EXEEXT@,$EXEEXT,;t t
16946s,@OBJEXT@,$OBJEXT,;t t
16947s,@CXX@,$CXX,;t t
16948s,@CXXFLAGS@,$CXXFLAGS,;t t
16949s,@ac_ct_CXX@,$ac_ct_CXX,;t t
16950s,@CPP@,$CPP,;t t
16951s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
16952s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
16953s,@INSTALL_DATA@,$INSTALL_DATA,;t t
16954s,@AWK@,$AWK,;t t
16955s,@LINKER@,$LINKER,;t t
16956s,@CXXCPP@,$CXXCPP,;t t
16957s,@EGREP@,$EGREP,;t t
16958s,@LN_S@,$LN_S,;t t
16959s,@ECHO@,$ECHO,;t t
16960s,@RANLIB@,$RANLIB,;t t
16961s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
16962s,@STRIP@,$STRIP,;t t
16963s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
16964s,@LIBTOOL@,$LIBTOOL,;t t
16965s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
16966s,@RXVTNAME@,$RXVTNAME,;t t
16967s,@MV@,$MV,;t t
16968s,@RM@,$RM,;t t
16969s,@CP@,$CP,;t t
16970s,@LN@,$LN,;t t
16971s,@SED@,$SED,;t t
16972s,@CMP@,$CMP,;t t
16973s,@TBL@,$TBL,;t t
16974s,@TIC@,$TIC,;t t
16975s,@X_CFLAGS@,$X_CFLAGS,;t t
16976s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
16977s,@X_LIBS@,$X_LIBS,;t t
16978s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
16979s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
16980s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
16981s,@XPM_LIBS@,$XPM_LIBS,;t t
16982s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
16983s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
16984s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
16985s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
16986s,@rxvt_intp_define@,$rxvt_intp_define,;t t
16987s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
16988s,@DEBUG@,$DEBUG,;t t
16989s,@DINCLUDE@,$DINCLUDE,;t t
16990s,@DLIB@,$DLIB,;t t
16991s,@include_stdint_h@,$include_stdint_h,;t t
16992s,@include_stdarg_h@,$include_stdarg_h,;t t
16993s,@include_stdlib_h@,$include_stdlib_h,;t t
16994s,@include_unistd_h@,$include_unistd_h,;t t
16995s,@include_string_h@,$include_string_h,;t t
16996s,@include_fcntl_h@,$include_fcntl_h,;t t
16997s,@include_util_h@,$include_util_h,;t t
16998s,@include_assert_h@,$include_assert_h,;t t
16999s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
17000s,@include_sys_select_h@,$include_sys_select_h,;t t
17001s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17002s,@include_sys_time_h@,$include_sys_time_h,;t t
17003s,@include_time_h@,$include_time_h,;t t
17004s,@LIBOBJS@,$LIBOBJS,;t t
17005s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17006/@MCOMMON@/r $MCOMMON
17007s,@MCOMMON@,,;t t
17008CEOF
17009
17010_ACEOF
17011
17012 cat >>$CONFIG_STATUS <<\_ACEOF
17013 # Split the substitutions into bite-sized pieces for seds with
17014 # small command number limits, like on Digital OSF/1 and HP-UX.
17015 ac_max_sed_lines=48
17016 ac_sed_frag=1 # Number of current file.
17017 ac_beg=1 # First line for current file.
17018 ac_end=$ac_max_sed_lines # Line after last line for current file.
17019 ac_more_lines=:
17020 ac_sed_cmds=
17021 while $ac_more_lines; do
17022 if test $ac_beg -gt 1; then
17023 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17024 else
17025 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17026 fi
17027 if test ! -s $tmp/subs.frag; then
17028 ac_more_lines=false
17029 else
17030 # The purpose of the label and of the branching condition is to
17031 # speed up the sed processing (if there are no `@' at all, there
17032 # is no need to browse any of the substitutions).
17033 # These are the two extra sed commands mentioned above.
17034 (echo ':t
17035 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
17036 if test -z "$ac_sed_cmds"; then
17037 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
17038 else
17039 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17040 fi
17041 ac_sed_frag=`expr $ac_sed_frag + 1`
17042 ac_beg=$ac_end
17043 ac_end=`expr $ac_end + $ac_max_sed_lines`
17044 fi
17045 done
17046 if test -z "$ac_sed_cmds"; then
17047 ac_sed_cmds=cat
17048 fi
17049fi # test -n "$CONFIG_FILES"
17050
17051_ACEOF
17052cat >>$CONFIG_STATUS <<\_ACEOF
17053for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
17054 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17055 case $ac_file in
17056 - | *:- | *:-:* ) # input from stdin
17057 cat >$tmp/stdin
17058 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17059 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17060 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17061 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17062 * ) ac_file_in=$ac_file.in ;;
17063 esac
17064
17065 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17066 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17067$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17068 X"$ac_file" : 'X\(//\)[^/]' \| \
17069 X"$ac_file" : 'X\(//\)$' \| \
17070 X"$ac_file" : 'X\(/\)' \| \
17071 . : '\(.\)' 2>/dev/null ||
17072echo X"$ac_file" |
17073 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17074 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17075 /^X\(\/\/\)$/{ s//\1/; q; }
17076 /^X\(\/\).*/{ s//\1/; q; }
17077 s/.*/./; q'`
17078 { if $as_mkdir_p; then
17079 mkdir -p "$ac_dir"
17080 else
17081 as_dir="$ac_dir"
17082 as_dirs=
17083 while test ! -d "$as_dir"; do
17084 as_dirs="$as_dir $as_dirs"
17085 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17086$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17087 X"$as_dir" : 'X\(//\)[^/]' \| \
17088 X"$as_dir" : 'X\(//\)$' \| \
17089 X"$as_dir" : 'X\(/\)' \| \
17090 . : '\(.\)' 2>/dev/null ||
17091echo X"$as_dir" |
17092 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17093 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17094 /^X\(\/\/\)$/{ s//\1/; q; }
17095 /^X\(\/\).*/{ s//\1/; q; }
17096 s/.*/./; q'`
17097 done
17098 test ! -n "$as_dirs" || mkdir $as_dirs
17099 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17100echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17101 { (exit 1); exit 1; }; }; }
17102
17103 ac_builddir=.
17104
17105if test "$ac_dir" != .; then
17106 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17107 # A "../" for each directory in $ac_dir_suffix.
17108 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17109else
17110 ac_dir_suffix= ac_top_builddir=
17111fi
17112
17113case $srcdir in
17114 .) # No --srcdir option. We are building in place.
17115 ac_srcdir=.
17116 if test -z "$ac_top_builddir"; then
17117 ac_top_srcdir=.
17118 else
17119 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17120 fi ;;
17121 [\\/]* | ?:[\\/]* ) # Absolute path.
17122 ac_srcdir=$srcdir$ac_dir_suffix;
17123 ac_top_srcdir=$srcdir ;;
17124 *) # Relative path.
17125 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17126 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17127esac
17128
17129# Do not use `cd foo && pwd` to compute absolute paths, because
17130# the directories may not exist.
17131case `pwd` in
17132.) ac_abs_builddir="$ac_dir";;
17133*)
17134 case "$ac_dir" in
17135 .) ac_abs_builddir=`pwd`;;
17136 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17137 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17138 esac;;
17139esac
17140case $ac_abs_builddir in
17141.) ac_abs_top_builddir=${ac_top_builddir}.;;
17142*)
17143 case ${ac_top_builddir}. in
17144 .) ac_abs_top_builddir=$ac_abs_builddir;;
17145 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17146 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17147 esac;;
17148esac
17149case $ac_abs_builddir in
17150.) ac_abs_srcdir=$ac_srcdir;;
17151*)
17152 case $ac_srcdir in
17153 .) ac_abs_srcdir=$ac_abs_builddir;;
17154 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17155 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17156 esac;;
17157esac
17158case $ac_abs_builddir in
17159.) ac_abs_top_srcdir=$ac_top_srcdir;;
17160*)
17161 case $ac_top_srcdir in
17162 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17163 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17164 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17165 esac;;
17166esac
17167
17168
17169 case $INSTALL in
17170 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17171 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
17172 esac
17173
17174 # Let's still pretend it is `configure' which instantiates (i.e., don't
17175 # use $as_me), people would be surprised to read:
17176 # /* config.h. Generated by config.status. */
17177 if test x"$ac_file" = x-; then
17178 configure_input=
17179 else
17180 configure_input="$ac_file. "
17181 fi
17182 configure_input=$configure_input"Generated from `echo $ac_file_in |
17183 sed 's,.*/,,'` by configure."
17184
17185 # First look for the input files in the build tree, otherwise in the
17186 # src tree.
17187 ac_file_inputs=`IFS=:
17188 for f in $ac_file_in; do
17189 case $f in
17190 -) echo $tmp/stdin ;;
17191 [\\/$]*)
17192 # Absolute (can't be DOS-style, as IFS=:)
17193 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17194echo "$as_me: error: cannot find input file: $f" >&2;}
17195 { (exit 1); exit 1; }; }
17196 echo "$f";;
17197 *) # Relative
17198 if test -f "$f"; then
17199 # Build tree
17200 echo "$f"
17201 elif test -f "$srcdir/$f"; then
17202 # Source tree
17203 echo "$srcdir/$f"
17204 else
17205 # /dev/null tree
17206 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17207echo "$as_me: error: cannot find input file: $f" >&2;}
17208 { (exit 1); exit 1; }; }
17209 fi;;
17210 esac
17211 done` || { (exit 1); exit 1; }
17212
17213 if test x"$ac_file" != x-; then
17214 { echo "$as_me:$LINENO: creating $ac_file" >&5
17215echo "$as_me: creating $ac_file" >&6;}
17216 rm -f "$ac_file"
17217 fi
17218_ACEOF
17219cat >>$CONFIG_STATUS <<_ACEOF
17220 sed "$ac_vpsub
9879$extrasub 17221$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 17222_ACEOF
9973EOF
9974
9975cat >> $CONFIG_STATUS <<\EOF 17223cat >>$CONFIG_STATUS <<\_ACEOF
9976 17224:t
9977# Split the substitutions into bite-sized pieces for seds with 17225/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9978# small command number limits, like on Digital OSF/1 and HP-UX. 17226s,@configure_input@,$configure_input,;t t
9979ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 17227s,@srcdir@,$ac_srcdir,;t t
9980ac_file=1 # Number of current file. 17228s,@abs_srcdir@,$ac_abs_srcdir,;t t
9981ac_beg=1 # First line for current file. 17229s,@top_srcdir@,$ac_top_srcdir,;t t
9982ac_end=$ac_max_sed_cmds # Line after last line for current file. 17230s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9983ac_more_lines=: 17231s,@builddir@,$ac_builddir,;t t
9984ac_sed_cmds="" 17232s,@abs_builddir@,$ac_abs_builddir,;t t
9985while $ac_more_lines; do 17233s,@top_builddir@,$ac_top_builddir,;t t
9986 if test $ac_beg -gt 1; then 17234s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9987 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 17235s,@INSTALL@,$ac_INSTALL,;t t
17236" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
17237 rm -f $tmp/stdin
17238 if test x"$ac_file" != x-; then
17239 mv $tmp/out $ac_file
9988 else 17240 else
9989 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 17241 cat $tmp/out
17242 rm -f $tmp/out
9990 fi 17243 fi
9991 if test ! -s conftest.s$ac_file; then 17244
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 17245done
10005if test -z "$ac_sed_cmds"; then 17246_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 17247cat >>$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 17248
10031 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 17249#
10032 17250# CONFIG_HEADER section.
10033 # Remove last slash and all that follows it. Not all systems have dirname. 17251#
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 17252
10079# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 17253# 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. 17254# NAME is the cpp macro being defined and VALUE is the value it is being given.
10081# 17255#
10082# ac_d sets the value in "#define NAME VALUE" lines. 17256# ac_d sets the value in "#define NAME VALUE" lines.
10083ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 17257ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10084ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 17258ac_dB='[ ].*$,\1#\2'
10085ac_dC='\3' 17259ac_dC=' '
10086ac_dD='%g' 17260ac_dD=',;t'
10087# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 17261# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10088ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 17262ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10089ac_uB='\([ ]\)%\1#\2define\3' 17263ac_uB='$,\1#\2define\3'
10090ac_uC=' ' 17264ac_uC=' '
10091ac_uD='\4%g' 17265ac_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 17266
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 17267for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10106 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17268 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10107 case "$ac_file" in 17269 case $ac_file in
17270 - | *:- | *:-:* ) # input from stdin
17271 cat >$tmp/stdin
17272 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17273 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10108 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 17274 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10109 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 17275 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10110 *) ac_file_in="${ac_file}.in" ;; 17276 * ) ac_file_in=$ac_file.in ;;
10111 esac 17277 esac
10112 17278
10113 echo creating $ac_file 17279 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
17280echo "$as_me: creating $ac_file" >&6;}
10114 17281
10115 rm -f conftest.frag conftest.in conftest.out 17282 # 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"` 17283 # src tree.
10117 cat $ac_file_inputs > conftest.in 17284 ac_file_inputs=`IFS=:
17285 for f in $ac_file_in; do
17286 case $f in
17287 -) echo $tmp/stdin ;;
17288 [\\/$]*)
17289 # Absolute (can't be DOS-style, as IFS=:)
17290 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17291echo "$as_me: error: cannot find input file: $f" >&2;}
17292 { (exit 1); exit 1; }; }
17293 # Do quote $f, to prevent DOS paths from being IFS'd.
17294 echo "$f";;
17295 *) # Relative
17296 if test -f "$f"; then
17297 # Build tree
17298 echo "$f"
17299 elif test -f "$srcdir/$f"; then
17300 # Source tree
17301 echo "$srcdir/$f"
17302 else
17303 # /dev/null tree
17304 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17305echo "$as_me: error: cannot find input file: $f" >&2;}
17306 { (exit 1); exit 1; }; }
17307 fi;;
17308 esac
17309 done` || { (exit 1); exit 1; }
17310 # Remove the trailing spaces.
17311 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10118 17312
10119EOF 17313_ACEOF
10120 17314
10121# Transform confdefs.h into a sed script conftest.vals that substitutes 17315# Transform confdefs.h into two sed scripts, `conftest.defines' and
10122# the proper values into config.h.in to produce config.h. And first: 17316# `conftest.undefs', that substitutes the proper values into
17317# config.h.in to produce config.h. The first handles `#define'
17318# templates, and the second `#undef' templates.
10123# Protect against being on the right side of a sed subst in config.status. 17319# 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. 17320# config.status. Protect against being in an unquoted here document
10125rm -f conftest.vals 17321# in config.status.
10126cat > conftest.hdr <<\EOF 17322rm -f conftest.defines conftest.undefs
17323# Using a here document instead of a string reduces the quoting nightmare.
17324# Putting comments in sed scripts is not portable.
17325#
17326# `end' is used to avoid that the second main sed command (meant for
17327# 0-ary CPP macros) applies to n-ary macro definitions.
17328# See the Autoconf documentation for `clear'.
17329cat >confdef2sed.sed <<\_ACEOF
10127s/[\\&%]/\\&/g 17330s/[\\&,]/\\&/g
10128s%[\\$`]%\\&%g 17331s,[\\$`],\\&,g
10129s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 17332t clear
10130s%ac_d%ac_u%gp 17333: clear
10131s%ac_u%ac_e%gp 17334s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10132EOF 17335t end
10133sed -n -f conftest.hdr confdefs.h > conftest.vals 17336s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10134rm -f conftest.hdr 17337: end
17338_ACEOF
17339# If some macros were called several times there might be several times
17340# the same #defines, which is useless. Nevertheless, we may not want to
17341# sort them, since we want the *last* AC-DEFINE to be honored.
17342uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
17343sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
17344rm -f confdef2sed.sed
10135 17345
10136# This sed command replaces #undef with comments. This is necessary, for 17346# This sed command replaces #undef with comments. This is necessary, for
10137# example, in the case of _POSIX_SOURCE, which is predefined and required 17347# example, in the case of _POSIX_SOURCE, which is predefined and required
10138# on some systems where configure will not decide to define it. 17348# on some systems where configure will not decide to define it.
10139cat >> conftest.vals <<\EOF 17349cat >>conftest.undefs <<\_ACEOF
10140s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 17350s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10141EOF 17351_ACEOF
10142 17352
10143# Break up conftest.vals because some shells have a limit on 17353# 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. 17354# of here documents, and old seds have small limits too (100 cmds).
10145 17355echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
17356echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
17357echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
17358echo ' :' >>$CONFIG_STATUS
10146rm -f conftest.tail 17359rm -f conftest.tail
10147while : 17360while grep . conftest.defines >/dev/null
10148do 17361do
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. 17362 # Write a limited-size here document to $tmp/defines.sed.
10153 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 17363 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
17364 # Speed up: don't consider the non `#define' lines.
17365 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
17366 # Work around the forget-to-reset-the-flag bug.
17367 echo 't clr' >>$CONFIG_STATUS
17368 echo ': clr' >>$CONFIG_STATUS
10154 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 17369 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10155 echo 'CEOF 17370 echo 'CEOF
10156 sed -f conftest.frag conftest.in > conftest.out 17371 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10157 rm -f conftest.in 17372 rm -f $tmp/in
10158 mv conftest.out conftest.in 17373 mv $tmp/out $tmp/in
10159' >> $CONFIG_STATUS 17374' >>$CONFIG_STATUS
10160 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 17375 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10161 rm -f conftest.vals 17376 rm -f conftest.defines
10162 mv conftest.tail conftest.vals 17377 mv conftest.tail conftest.defines
10163done 17378done
17379rm -f conftest.defines
17380echo ' fi # grep' >>$CONFIG_STATUS
17381echo >>$CONFIG_STATUS
17382
17383# Break up conftest.undefs because some shells have a limit on the size
17384# of here documents, and old seds have small limits too (100 cmds).
17385echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10164rm -f conftest.vals 17386rm -f conftest.tail
17387while grep . conftest.undefs >/dev/null
17388do
17389 # Write a limited-size here document to $tmp/undefs.sed.
17390 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
17391 # Speed up: don't consider the non `#undef'
17392 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
17393 # Work around the forget-to-reset-the-flag bug.
17394 echo 't clr' >>$CONFIG_STATUS
17395 echo ': clr' >>$CONFIG_STATUS
17396 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
17397 echo 'CEOF
17398 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
17399 rm -f $tmp/in
17400 mv $tmp/out $tmp/in
17401' >>$CONFIG_STATUS
17402 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
17403 rm -f conftest.undefs
17404 mv conftest.tail conftest.undefs
17405done
17406rm -f conftest.undefs
10165 17407
10166cat >> $CONFIG_STATUS <<\EOF 17408cat >>$CONFIG_STATUS <<\_ACEOF
10167 rm -f conftest.frag conftest.h 17409 # Let's still pretend it is `configure' which instantiates (i.e., don't
10168 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 17410 # use $as_me), people would be surprised to read:
10169 cat conftest.in >> conftest.h 17411 # /* config.h. Generated by config.status. */
10170 rm -f conftest.in 17412 if test x"$ac_file" = x-; then
10171 if cmp -s $ac_file conftest.h 2>/dev/null; then 17413 echo "/* Generated by configure. */" >$tmp/config.h
10172 echo "$ac_file is unchanged"
10173 rm -f conftest.h
10174 else 17414 else
10175 # Remove last slash and all that follows it. Not all systems have dirname. 17415 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10176 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 17416 fi
10177 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 17417 cat $tmp/in >>$tmp/config.h
10178 # The file is in a subdirectory. 17418 rm -f $tmp/in
17419 if test x"$ac_file" != x-; then
17420 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
17421 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
17422echo "$as_me: $ac_file is unchanged" >&6;}
17423 else
17424 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17425$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17426 X"$ac_file" : 'X\(//\)[^/]' \| \
17427 X"$ac_file" : 'X\(//\)$' \| \
17428 X"$ac_file" : 'X\(/\)' \| \
17429 . : '\(.\)' 2>/dev/null ||
17430echo X"$ac_file" |
17431 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17432 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17433 /^X\(\/\/\)$/{ s//\1/; q; }
17434 /^X\(\/\).*/{ s//\1/; q; }
17435 s/.*/./; q'`
17436 { if $as_mkdir_p; then
17437 mkdir -p "$ac_dir"
17438 else
17439 as_dir="$ac_dir"
17440 as_dirs=
17441 while test ! -d "$as_dir"; do
17442 as_dirs="$as_dir $as_dirs"
17443 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17444$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17445 X"$as_dir" : 'X\(//\)[^/]' \| \
17446 X"$as_dir" : 'X\(//\)$' \| \
17447 X"$as_dir" : 'X\(/\)' \| \
17448 . : '\(.\)' 2>/dev/null ||
17449echo X"$as_dir" |
17450 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17451 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17452 /^X\(\/\/\)$/{ s//\1/; q; }
17453 /^X\(\/\).*/{ s//\1/; q; }
17454 s/.*/./; q'`
17455 done
10179 test ! -d "$ac_dir" && mkdir "$ac_dir" 17456 test ! -n "$as_dirs" || mkdir $as_dirs
17457 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17458echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17459 { (exit 1); exit 1; }; }; }
17460
17461 rm -f $ac_file
17462 mv $tmp/config.h $ac_file
10180 fi 17463 fi
10181 rm -f $ac_file 17464 else
10182 mv conftest.h $ac_file 17465 cat $tmp/config.h
17466 rm -f $tmp/config.h
10183 fi 17467 fi
10184fi; done 17468done
17469_ACEOF
10185 17470
10186EOF
10187cat >> $CONFIG_STATUS <<EOF
10188
10189EOF
10190cat >> $CONFIG_STATUS <<\EOF 17471cat >>$CONFIG_STATUS <<\_ACEOF
10191 17472
10192exit 0 17473{ (exit 0); exit 0; }
10193EOF 17474_ACEOF
10194chmod +x $CONFIG_STATUS 17475chmod +x $CONFIG_STATUS
10195rm -fr confdefs* $ac_clean_files 17476ac_clean_files=$ac_clean_files_save
10196test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 17477
17478
17479# configure is writing to config.log, and then calls config.status.
17480# config.status does its own redirection, appending to config.log.
17481# Unfortunately, on DOS this fails, as config.log is still kept open
17482# by configure, so config.status won't be able to write to it; its
17483# output is simply discarded. So we exec the FD to /dev/null,
17484# effectively closing config.log, so it can be properly (re)opened and
17485# appended to by config.status. When coming back to configure, we
17486# need to make the FD available again.
17487if test "$no_create" != yes; then
17488 ac_cs_success=:
17489 ac_config_status_args=
17490 test "$silent" = yes &&
17491 ac_config_status_args="$ac_config_status_args --quiet"
17492 exec 5>/dev/null
17493 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17494 exec 5>>config.log
17495 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17496 # would make configure fail if this is the last instruction.
17497 $ac_cs_success || { (exit 1); exit 1; }
17498fi
10197 17499
10198 17500
10199echo "Configuration: 17501echo "Configuration:
10200 17502
10201 Rxvt version: $VERSION : $DATE 17503 Rxvt version: $VERSION : $DATE
10202 Source code location: $srcdir 17504 Source code location: $srcdir
10203 Install path: ${prefix}/bin 17505 Install path: ${prefix}/bin
10204 Compiler: $CC 17506 Compiler: $CXX
10205 Compiler flags: $CFLAGS" 17507 Compiler flags: $CFLAGS
17508 Linker: $LINKER"
10206 17509
10207if test "$MALLOC_TYPE" = S; then 17510if test "$MALLOC_TYPE" = S; then
10208 echo " malloc support: system default" 17511 echo " malloc support: system default"
10209fi 17512fi
10210if test "$MALLOC_TYPE" = G; then 17513if test "$MALLOC_TYPE" = G; then
10221echo " 17524echo "
10222The following are set in config.h 17525The following are set in config.h
10223" 17526"
10224echo " pty/tty type: "$rxvt_cv_ptys 17527echo " pty/tty type: "$rxvt_cv_ptys
10225if test x$support_utmp != xyes; then 17528if test x$support_utmp != xyes; then
10226 echo " utmp support: disabled 17529 echo " utmp support: disabled"
10227" 17530 echo
10228else 17531else
10229 echo " utmp support: enabled 17532 echo " utmp support: enabled
10230 utmp file: $rxvt_cv_path_utmp 17533 utmp file: $rxvt_cv_path_utmp
10231 utmpx file: $rxvt_cv_path_utmpx 17534 utmpx file: $rxvt_cv_path_utmpx
10232 wtmp file: $rxvt_cv_path_wtmp 17535 wtmp file: $rxvt_cv_path_wtmp
10233 wtmpx file: $rxvt_cv_path_wtmpx 17536 wtmpx file: $rxvt_cv_path_wtmpx
10234 lastlog file: $rxvt_cv_path_lastlog 17537 lastlog file: $rxvt_cv_path_lastlog
10235 ttys/ttytab file: $rxvt_cv_path_ttytab 17538 ttys/ttytab file: $rxvt_cv_path_ttytab"
10236" 17539 echo
10237fi 17540fi
10238if test x$term != x; then 17541if test x$term != x; then
10239 echo " set TERM to: $term 17542 echo " set TERM to: $term"
10240"
10241fi 17543fi
10242if test x$terminfo != x; then 17544if test x$terminfo != x; then
10243 echo " set TERMINFO to: $terminfo 17545 echo " set TERMINFO to: $terminfo"
10244"
10245fi 17546fi
17547echo " default resource name: $RESNAME"
17548echo " resource class: $RESCLASS"
17549if test x$RESFALLBACK != x; then
17550 echo " resource class fallback: $RESFALLBACK"
17551fi
17552echo
10246if test x$rxvt_cv_ptys = xUNKNOWN; then 17553if test x$rxvt_cv_ptys = xUNKNOWN; then
10247 echo ".----------------------------------------------------------------." 17554 echo ".----------------------------------------------------------------."
10248 echo ". WARNING: could not determine pty/tty type. Do not build until ." 17555 echo ". WARNING: could not determine pty/tty type. Do not build until ."
10249 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 17556 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
10250 echo ".----------------------------------------------------------------." 17557 echo ".----------------------------------------------------------------."
10264 echo ". WARNING: --enable-xim was specified however the locale support ." 17571 echo ". WARNING: --enable-xim was specified however the locale support ."
10265 echo ". functions could not be found. ." 17572 echo ". functions could not be found. ."
10266 echo ". XIM is now being DISABLED! ." 17573 echo ". XIM is now being DISABLED! ."
10267 echo ".----------------------------------------------------------------." 17574 echo ".----------------------------------------------------------------."
10268fi 17575fi
17576
10269echo " *** Please check src/feature.h for further options *** 17577echo " *** Please check src/feature.h for further options ***"
10270" 17578echo
17579
17580echo ".----------------------------------------------------------------."
17581echo ". NOTE: most features are disabled by default, try ."
17582echo ". configure --help to get an idea of the optional features ."
17583echo ".----------------------------------------------------------------."
17584echo
17585

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines