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.34 by root, Sun Aug 15 04:42:45 2004 UTC

1#! /bin/sh 1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13 3# Generated by GNU Autoconf 2.59.
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6# 4#
5# Copyright (C) 2003 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 6# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 7# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
9 11
10# Defaults: 12# Be Bourne compatible
11ac_help= 13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
12ac_default_prefix=/usr/local 14 emulate sh
13# Any additions from configure.in: 15 NULLCMD=:
14ac_help="$ac_help 16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
15 --enable-shared[=PKGS] build shared libraries [default=no]" 17 # is contrary to our usage. Disable this feature.
16ac_help="$ac_help 18 alias -g '${1+"$@"}'='"$@"'
17 --enable-static[=PKGS] build static libraries [default=yes]" 19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
18ac_help="$ac_help 20 set -o posix
19 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]" 21fi
20ac_help="$ac_help 22DUALCASE=1; export DUALCASE # for MKS sh
21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]" 23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
22 243
23# Find the correct PATH separator. Usually this is `:', but 244# Find the correct PATH separator. Usually this is `:', but
24# DJGPP uses `;' like DOS. 245# DJGPP uses `;' like DOS.
25if test "X${PATH_SEPARATOR+set}" != Xset; then 246if test "X${PATH_SEPARATOR+set}" != Xset; then
26 UNAME=${UNAME-`uname 2>/dev/null`} 247 UNAME=${UNAME-`uname 2>/dev/null`}
175if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 396if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
176 ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 397 ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
177fi 398fi
178 399
179 400
180ac_help="$ac_help 401
181 --disable-libtool-lock avoid locking (might break parallel builds)" 402# Name of the host.
182ac_help="$ac_help 403# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
183dnl 404# so uname gets run too.
184 --with-pic try to use only PIC/non-PIC objects [default=use both]" 405ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
185ac_help="$ac_help 406
186 --enable-everything enable standard non-multichoice features: marked * 407exec 6>&1
187 NOTE: this option is order dependent 408
188 NOTE: automatically enabled with --enable-shared" 409#
189ac_help="$ac_help 410# Initializations.
190 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters" 411#
191ac_help="$ac_help 412ac_default_prefix=/usr/local
192 --enable-xft enable xft support on systems that have it" 413ac_config_libobj_dir=.
193ac_help="$ac_help 414cross_compiling=no
194 --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all)" 415subdirs=
195ac_help="$ac_help 416MFLAGS=
196 --with-encoding=NAME set language default encoding to NAME (default: sjis) 417MAKEFLAGS=
197 (eucj|sjis|big5|gb|kr|noenc)" 418SHELL=${CONFIG_SHELL-/bin/sh}
198ac_help="$ac_help 419
199 --enable-utmp enable utmp (utmpx) support *" 420# Maximum number of lines to put in a shell here document.
200ac_help="$ac_help 421# This variable seems obsolete. It should probably be removed, and
201 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)*" 422# only ac_max_sed_lines should be used.
202ac_help="$ac_help 423: ${ac_max_here_lines=38}
203 --enable-lastlog enable lastlog support (requires --enable-utmp) *" 424
204ac_help="$ac_help 425# Identity of this package.
205 --enable-xpm-background enable XPM background pixmaps *" 426PACKAGE_NAME=
206ac_help="$ac_help 427PACKAGE_TARNAME=
207 --enable-transparency enable transparent backgrounds *" 428PACKAGE_VERSION=
208ac_help="$ac_help 429PACKAGE_STRING=
209 --enable-menubar enable menubar *" 430PACKAGE_BUGREPORT=
210ac_help="$ac_help 431
211 --enable-graphics enable rxvt own graphics mode (see src/graphics) *" 432ac_unique_file="src/feature.h"
212ac_help="$ac_help 433# Factoring default headers for most tests.
213 --enable-rxvt-scroll enable rxvt style scrollbar *" 434ac_includes_default="\
214ac_help="$ac_help 435#include <stdio.h>
215 --enable-next-scroll enable NeXT style scrollbar *" 436#if HAVE_SYS_TYPES_H
216ac_help="$ac_help 437# include <sys/types.h>
217 --enable-xterm-scroll enable Xterm style scrollbar *" 438#endif
218ac_help="$ac_help 439#if HAVE_SYS_STAT_H
219 --enable-half-shadow use half width/height shadow on rxvt scrollbar" 440# include <sys/stat.h>
220ac_help="$ac_help 441#endif
221 --enable-xim XIM (X Input Method) protocol support *" 442#if STDC_HEADERS
222ac_help="$ac_help 443# include <stdlib.h>
223 --enable-greek enable greek keyboard support" 444# include <stddef.h>
224ac_help="$ac_help 445#else
225 --enable-ttygid enable tty setting to group named "tty"" 446# if HAVE_STDLIB_H
226ac_help="$ac_help 447# include <stdlib.h>
227 --disable-backspace-key disable handling of the backspace key" 448# endif
228ac_help="$ac_help 449#endif
229 --disable-delete-key disable handling of the delete key" 450#if HAVE_STRING_H
230ac_help="$ac_help 451# if !STDC_HEADERS && HAVE_MEMORY_H
231 --disable-resources disable all resource checking" 452# include <memory.h>
232ac_help="$ac_help 453# endif
233 --enable-xgetdefault enable resources via X instead of our small version" 454# include <string.h>
234ac_help="$ac_help 455#endif
235 --enable-strings enable some replacement system functions" 456#if HAVE_STRINGS_H
236ac_help="$ac_help 457# include <strings.h>
237 --disable-swapscreen disable swap screen support" 458#endif
238ac_help="$ac_help 459#if HAVE_INTTYPES_H
239 --enable-frills enable support for rarely used features *" 460# include <inttypes.h>
240ac_help="$ac_help 461#else
241 --enable-linespace enable support for linespace *" 462# if HAVE_STDINT_H
242ac_help="$ac_help 463# include <stdint.h>
243 --enable-24bit enable support for using 24bit visuals if available *" 464# endif
244ac_help="$ac_help 465#endif
245 --enable-keepscrolling enable continual scrolling on scrollbar arrow press *" 466#if HAVE_UNISTD_H
246ac_help="$ac_help 467# include <unistd.h>
247 --enable-selectionscrolling enable scrolling during selections *" 468#endif"
248ac_help="$ac_help 469
249 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 *" 470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
250ac_help="$ac_help 471ac_subst_files='MCOMMON'
251 --enable-slipwheeling enable slip wheel scrolling (requires previous) *"
252ac_help="$ac_help
253 --enable-old-selection enable v2.20 (& prior) mouse selection style support*"
254ac_help="$ac_help
255 --disable-new-selection disable new mouse (xterm) selection style support"
256ac_help="$ac_help
257 --enable-dmalloc enable Gray Watson's malloc - for debugging use"
258ac_help="$ac_help
259 --enable-dlmalloc enable Doug Lea's malloc - for production use
260 NOTE: enable only one malloc package"
261ac_help="$ac_help
262 --enable-smart-resize enable smart growth/shrink behaviour"
263ac_help="$ac_help
264 --enable-256-color enable 256-color support"
265ac_help="$ac_help
266 --enable-cursor-blink enable blinking cursor *"
267ac_help="$ac_help
268 --enable-pointer-blank enable pointer blank when typing or inactive pointer*"
269ac_help="$ac_help
270 --with-term=NAME set the terminal to NAME (default \"xterm\")"
271ac_help="$ac_help
272 --with-terminfo=PATH set the path to the terminfo tree to PATH"
273ac_help="$ac_help
274 --with-x use the X Window System"
275ac_help="$ac_help
276 --with-xpm-includes=DIR use XPM includes in DIR"
277ac_help="$ac_help
278 --with-xpm-library=DIR use XPM library in DIR"
279ac_help="$ac_help
280 --with-xpm use XPM"
281 472
282# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help=
475ac_init_version=false
283# The variables have the same names as the options, with 476# The variables have the same names as the options, with
284# dashes changed to underlines. 477# dashes changed to underlines.
285build=NONE 478cache_file=/dev/null
286cache_file=./config.cache
287exec_prefix=NONE 479exec_prefix=NONE
288host=NONE
289no_create= 480no_create=
290nonopt=NONE
291no_recursion= 481no_recursion=
292prefix=NONE 482prefix=NONE
293program_prefix=NONE 483program_prefix=NONE
294program_suffix=NONE 484program_suffix=NONE
295program_transform_name=s,x,x, 485program_transform_name=s,x,x,
296silent= 486silent=
297site= 487site=
298srcdir= 488srcdir=
299target=NONE
300verbose= 489verbose=
301x_includes=NONE 490x_includes=NONE
302x_libraries=NONE 491x_libraries=NONE
492
493# Installation directory options.
494# These are left unexpanded so users can "make install exec_prefix=/foo"
495# and all the variables that are supposed to be based on exec_prefix
496# by default will actually change.
497# Use braces instead of parens because sh, perl, etc. also accept them.
303bindir='${exec_prefix}/bin' 498bindir='${exec_prefix}/bin'
304sbindir='${exec_prefix}/sbin' 499sbindir='${exec_prefix}/sbin'
305libexecdir='${exec_prefix}/libexec' 500libexecdir='${exec_prefix}/libexec'
306datadir='${prefix}/share' 501datadir='${prefix}/share'
307sysconfdir='${prefix}/etc' 502sysconfdir='${prefix}/etc'
311includedir='${prefix}/include' 506includedir='${prefix}/include'
312oldincludedir='/usr/include' 507oldincludedir='/usr/include'
313infodir='${prefix}/info' 508infodir='${prefix}/info'
314mandir='${prefix}/man' 509mandir='${prefix}/man'
315 510
316# Initialize some other variables.
317subdirs=
318MFLAGS= MAKEFLAGS=
319SHELL=${CONFIG_SHELL-/bin/sh}
320# Maximum number of lines to put in a shell here document.
321ac_max_here_lines=12
322
323ac_prev= 511ac_prev=
324for ac_option 512for ac_option
325do 513do
326
327 # If the previous option needs an argument, assign it. 514 # If the previous option needs an argument, assign it.
328 if test -n "$ac_prev"; then 515 if test -n "$ac_prev"; then
329 eval "$ac_prev=\$ac_option" 516 eval "$ac_prev=\$ac_option"
330 ac_prev= 517 ac_prev=
331 continue 518 continue
332 fi 519 fi
333 520
334 case "$ac_option" in 521 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
335 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
336 *) ac_optarg= ;;
337 esac
338 522
339 # Accept the important Cygnus configure options, so we can diagnose typos. 523 # Accept the important Cygnus configure options, so we can diagnose typos.
340 524
341 case "$ac_option" in 525 case $ac_option in
342 526
343 -bindir | --bindir | --bindi | --bind | --bin | --bi) 527 -bindir | --bindir | --bindi | --bind | --bin | --bi)
344 ac_prev=bindir ;; 528 ac_prev=bindir ;;
345 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 529 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
346 bindir="$ac_optarg" ;; 530 bindir=$ac_optarg ;;
347 531
348 -build | --build | --buil | --bui | --bu) 532 -build | --build | --buil | --bui | --bu)
349 ac_prev=build ;; 533 ac_prev=build_alias ;;
350 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 534 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
351 build="$ac_optarg" ;; 535 build_alias=$ac_optarg ;;
352 536
353 -cache-file | --cache-file | --cache-fil | --cache-fi \ 537 -cache-file | --cache-file | --cache-fil | --cache-fi \
354 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 538 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
355 ac_prev=cache_file ;; 539 ac_prev=cache_file ;;
356 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 540 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
357 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 541 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
358 cache_file="$ac_optarg" ;; 542 cache_file=$ac_optarg ;;
543
544 --config-cache | -C)
545 cache_file=config.cache ;;
359 546
360 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 547 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
361 ac_prev=datadir ;; 548 ac_prev=datadir ;;
362 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 549 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
363 | --da=*) 550 | --da=*)
364 datadir="$ac_optarg" ;; 551 datadir=$ac_optarg ;;
365 552
366 -disable-* | --disable-*) 553 -disable-* | --disable-*)
367 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` 554 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
368 # Reject names that are not valid shell variable names. 555 # Reject names that are not valid shell variable names.
369 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then 556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
370 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
371 fi 558 { (exit 1); exit 1; }; }
372 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 559 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
373 eval "enable_${ac_feature}=no" ;; 560 eval "enable_$ac_feature=no" ;;
374 561
375 -enable-* | --enable-*) 562 -enable-* | --enable-*)
376 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` 563 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
377 # Reject names that are not valid shell variable names. 564 # Reject names that are not valid shell variable names.
378 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then 565 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
379 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 566 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
380 fi 567 { (exit 1); exit 1; }; }
381 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 568 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
382 case "$ac_option" in 569 case $ac_option in
383 *=*) ;; 570 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
384 *) ac_optarg=yes ;; 571 *) ac_optarg=yes ;;
385 esac 572 esac
386 eval "enable_${ac_feature}='$ac_optarg'" ;; 573 eval "enable_$ac_feature='$ac_optarg'" ;;
387 574
388 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 575 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
389 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 576 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
390 | --exec | --exe | --ex) 577 | --exec | --exe | --ex)
391 ac_prev=exec_prefix ;; 578 ac_prev=exec_prefix ;;
392 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 579 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
393 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 580 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
394 | --exec=* | --exe=* | --ex=*) 581 | --exec=* | --exe=* | --ex=*)
395 exec_prefix="$ac_optarg" ;; 582 exec_prefix=$ac_optarg ;;
396 583
397 -gas | --gas | --ga | --g) 584 -gas | --gas | --ga | --g)
398 # Obsolete; use --with-gas. 585 # Obsolete; use --with-gas.
399 with_gas=yes ;; 586 with_gas=yes ;;
400 587
401 -help | --help | --hel | --he) 588 -help | --help | --hel | --he | -h)
402 # Omit some internal or obsolete options to make the list less imposing. 589 ac_init_help=long ;;
403 # This message is too long to be a string in the A/UX 3.1 sh. 590 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
404 cat << EOF 591 ac_init_help=recursive ;;
405Usage: configure [options] [host] 592 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
406Options: [defaults in brackets after descriptions] 593 ac_init_help=short ;;
407Configuration:
408 --cache-file=FILE cache test results in FILE
409 --help print this message
410 --no-create do not create output files
411 --quiet, --silent do not print \`checking...' messages
412 --version print the version of autoconf that created configure
413Directory and file names:
414 --prefix=PREFIX install architecture-independent files in PREFIX
415 [$ac_default_prefix]
416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
417 [same as prefix]
418 --bindir=DIR user executables in DIR [EPREFIX/bin]
419 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
420 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
421 --datadir=DIR read-only architecture-independent data in DIR
422 [PREFIX/share]
423 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
424 --sharedstatedir=DIR modifiable architecture-independent data in DIR
425 [PREFIX/com]
426 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
427 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
428 --includedir=DIR C header files in DIR [PREFIX/include]
429 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
430 --infodir=DIR info documentation in DIR [PREFIX/info]
431 --mandir=DIR man documentation in DIR [PREFIX/man]
432 --srcdir=DIR find the sources in DIR [configure dir or ..]
433 --program-prefix=PREFIX prepend PREFIX to installed program names
434 --program-suffix=SUFFIX append SUFFIX to installed program names
435 --program-transform-name=PROGRAM
436 run sed PROGRAM on installed program names
437EOF
438 cat << EOF
439Host type:
440 --build=BUILD configure for building on BUILD [BUILD=HOST]
441 --host=HOST configure for HOST [guessed]
442 --target=TARGET configure for TARGET [TARGET=HOST]
443Features and packages:
444 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
445 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
446 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
447 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
448 --x-includes=DIR X include files are in DIR
449 --x-libraries=DIR X library files are in DIR
450EOF
451 if test -n "$ac_help"; then
452 echo "--enable and --with options recognized:$ac_help"
453 fi
454 exit 0 ;;
455 594
456 -host | --host | --hos | --ho) 595 -host | --host | --hos | --ho)
457 ac_prev=host ;; 596 ac_prev=host_alias ;;
458 -host=* | --host=* | --hos=* | --ho=*) 597 -host=* | --host=* | --hos=* | --ho=*)
459 host="$ac_optarg" ;; 598 host_alias=$ac_optarg ;;
460 599
461 -includedir | --includedir | --includedi | --included | --include \ 600 -includedir | --includedir | --includedi | --included | --include \
462 | --includ | --inclu | --incl | --inc) 601 | --includ | --inclu | --incl | --inc)
463 ac_prev=includedir ;; 602 ac_prev=includedir ;;
464 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 603 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
465 | --includ=* | --inclu=* | --incl=* | --inc=*) 604 | --includ=* | --inclu=* | --incl=* | --inc=*)
466 includedir="$ac_optarg" ;; 605 includedir=$ac_optarg ;;
467 606
468 -infodir | --infodir | --infodi | --infod | --info | --inf) 607 -infodir | --infodir | --infodi | --infod | --info | --inf)
469 ac_prev=infodir ;; 608 ac_prev=infodir ;;
470 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 609 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
471 infodir="$ac_optarg" ;; 610 infodir=$ac_optarg ;;
472 611
473 -libdir | --libdir | --libdi | --libd) 612 -libdir | --libdir | --libdi | --libd)
474 ac_prev=libdir ;; 613 ac_prev=libdir ;;
475 -libdir=* | --libdir=* | --libdi=* | --libd=*) 614 -libdir=* | --libdir=* | --libdi=* | --libd=*)
476 libdir="$ac_optarg" ;; 615 libdir=$ac_optarg ;;
477 616
478 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 617 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
479 | --libexe | --libex | --libe) 618 | --libexe | --libex | --libe)
480 ac_prev=libexecdir ;; 619 ac_prev=libexecdir ;;
481 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 620 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
482 | --libexe=* | --libex=* | --libe=*) 621 | --libexe=* | --libex=* | --libe=*)
483 libexecdir="$ac_optarg" ;; 622 libexecdir=$ac_optarg ;;
484 623
485 -localstatedir | --localstatedir | --localstatedi | --localstated \ 624 -localstatedir | --localstatedir | --localstatedi | --localstated \
486 | --localstate | --localstat | --localsta | --localst \ 625 | --localstate | --localstat | --localsta | --localst \
487 | --locals | --local | --loca | --loc | --lo) 626 | --locals | --local | --loca | --loc | --lo)
488 ac_prev=localstatedir ;; 627 ac_prev=localstatedir ;;
489 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 628 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
490 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 629 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
491 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 630 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
492 localstatedir="$ac_optarg" ;; 631 localstatedir=$ac_optarg ;;
493 632
494 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 633 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
495 ac_prev=mandir ;; 634 ac_prev=mandir ;;
496 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 635 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
497 mandir="$ac_optarg" ;; 636 mandir=$ac_optarg ;;
498 637
499 -nfp | --nfp | --nf) 638 -nfp | --nfp | --nf)
500 # Obsolete; use --without-fp. 639 # Obsolete; use --without-fp.
501 with_fp=no ;; 640 with_fp=no ;;
502 641
503 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 642 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
504 | --no-cr | --no-c) 643 | --no-cr | --no-c | -n)
505 no_create=yes ;; 644 no_create=yes ;;
506 645
507 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 646 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
508 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 647 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
509 no_recursion=yes ;; 648 no_recursion=yes ;;
513 | --oldin | --oldi | --old | --ol | --o) 652 | --oldin | --oldi | --old | --ol | --o)
514 ac_prev=oldincludedir ;; 653 ac_prev=oldincludedir ;;
515 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 654 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
516 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 655 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
517 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 656 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
518 oldincludedir="$ac_optarg" ;; 657 oldincludedir=$ac_optarg ;;
519 658
520 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 659 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
521 ac_prev=prefix ;; 660 ac_prev=prefix ;;
522 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 661 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
523 prefix="$ac_optarg" ;; 662 prefix=$ac_optarg ;;
524 663
525 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 664 -program-prefix | --program-prefix | --program-prefi | --program-pref \
526 | --program-pre | --program-pr | --program-p) 665 | --program-pre | --program-pr | --program-p)
527 ac_prev=program_prefix ;; 666 ac_prev=program_prefix ;;
528 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 667 -program-prefix=* | --program-prefix=* | --program-prefi=* \
529 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 668 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
530 program_prefix="$ac_optarg" ;; 669 program_prefix=$ac_optarg ;;
531 670
532 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 671 -program-suffix | --program-suffix | --program-suffi | --program-suff \
533 | --program-suf | --program-su | --program-s) 672 | --program-suf | --program-su | --program-s)
534 ac_prev=program_suffix ;; 673 ac_prev=program_suffix ;;
535 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 674 -program-suffix=* | --program-suffix=* | --program-suffi=* \
536 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 675 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
537 program_suffix="$ac_optarg" ;; 676 program_suffix=$ac_optarg ;;
538 677
539 -program-transform-name | --program-transform-name \ 678 -program-transform-name | --program-transform-name \
540 | --program-transform-nam | --program-transform-na \ 679 | --program-transform-nam | --program-transform-na \
541 | --program-transform-n | --program-transform- \ 680 | --program-transform-n | --program-transform- \
542 | --program-transform | --program-transfor \ 681 | --program-transform | --program-transfor \
549 | --program-transform-n=* | --program-transform-=* \ 688 | --program-transform-n=* | --program-transform-=* \
550 | --program-transform=* | --program-transfor=* \ 689 | --program-transform=* | --program-transfor=* \
551 | --program-transfo=* | --program-transf=* \ 690 | --program-transfo=* | --program-transf=* \
552 | --program-trans=* | --program-tran=* \ 691 | --program-trans=* | --program-tran=* \
553 | --progr-tra=* | --program-tr=* | --program-t=*) 692 | --progr-tra=* | --program-tr=* | --program-t=*)
554 program_transform_name="$ac_optarg" ;; 693 program_transform_name=$ac_optarg ;;
555 694
556 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 695 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
557 | -silent | --silent | --silen | --sile | --sil) 696 | -silent | --silent | --silen | --sile | --sil)
558 silent=yes ;; 697 silent=yes ;;
559 698
560 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 699 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
561 ac_prev=sbindir ;; 700 ac_prev=sbindir ;;
562 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 701 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
563 | --sbi=* | --sb=*) 702 | --sbi=* | --sb=*)
564 sbindir="$ac_optarg" ;; 703 sbindir=$ac_optarg ;;
565 704
566 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 705 -sharedstatedir | --sharedstatedir | --sharedstatedi \
567 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 706 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
568 | --sharedst | --shareds | --shared | --share | --shar \ 707 | --sharedst | --shareds | --shared | --share | --shar \
569 | --sha | --sh) 708 | --sha | --sh)
570 ac_prev=sharedstatedir ;; 709 ac_prev=sharedstatedir ;;
571 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 710 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
572 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 711 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
573 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 712 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
574 | --sha=* | --sh=*) 713 | --sha=* | --sh=*)
575 sharedstatedir="$ac_optarg" ;; 714 sharedstatedir=$ac_optarg ;;
576 715
577 -site | --site | --sit) 716 -site | --site | --sit)
578 ac_prev=site ;; 717 ac_prev=site ;;
579 -site=* | --site=* | --sit=*) 718 -site=* | --site=* | --sit=*)
580 site="$ac_optarg" ;; 719 site=$ac_optarg ;;
581 720
582 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 721 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
583 ac_prev=srcdir ;; 722 ac_prev=srcdir ;;
584 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 723 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
585 srcdir="$ac_optarg" ;; 724 srcdir=$ac_optarg ;;
586 725
587 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 726 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
588 | --syscon | --sysco | --sysc | --sys | --sy) 727 | --syscon | --sysco | --sysc | --sys | --sy)
589 ac_prev=sysconfdir ;; 728 ac_prev=sysconfdir ;;
590 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 729 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
591 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 730 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
592 sysconfdir="$ac_optarg" ;; 731 sysconfdir=$ac_optarg ;;
593 732
594 -target | --target | --targe | --targ | --tar | --ta | --t) 733 -target | --target | --targe | --targ | --tar | --ta | --t)
595 ac_prev=target ;; 734 ac_prev=target_alias ;;
596 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 735 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
597 target="$ac_optarg" ;; 736 target_alias=$ac_optarg ;;
598 737
599 -v | -verbose | --verbose | --verbos | --verbo | --verb) 738 -v | -verbose | --verbose | --verbos | --verbo | --verb)
600 verbose=yes ;; 739 verbose=yes ;;
601 740
602 -version | --version | --versio | --versi | --vers) 741 -version | --version | --versio | --versi | --vers | -V)
603 echo "configure generated by autoconf version 2.13" 742 ac_init_version=: ;;
604 exit 0 ;;
605 743
606 -with-* | --with-*) 744 -with-* | --with-*)
607 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` 745 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
608 # Reject names that are not valid shell variable names. 746 # Reject names that are not valid shell variable names.
609 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then 747 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
610 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 748 { echo "$as_me: error: invalid package name: $ac_package" >&2
611 fi 749 { (exit 1); exit 1; }; }
612 ac_package=`echo $ac_package| sed 's/-/_/g'` 750 ac_package=`echo $ac_package| sed 's/-/_/g'`
613 case "$ac_option" in 751 case $ac_option in
614 *=*) ;; 752 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
615 *) ac_optarg=yes ;; 753 *) ac_optarg=yes ;;
616 esac 754 esac
617 eval "with_${ac_package}='$ac_optarg'" ;; 755 eval "with_$ac_package='$ac_optarg'" ;;
618 756
619 -without-* | --without-*) 757 -without-* | --without-*)
620 ac_package=`echo $ac_option|sed -e 's/-*without-//'` 758 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
621 # Reject names that are not valid shell variable names. 759 # Reject names that are not valid shell variable names.
622 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then 760 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
623 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 761 { echo "$as_me: error: invalid package name: $ac_package" >&2
624 fi 762 { (exit 1); exit 1; }; }
625 ac_package=`echo $ac_package| sed 's/-/_/g'` 763 ac_package=`echo $ac_package | sed 's/-/_/g'`
626 eval "with_${ac_package}=no" ;; 764 eval "with_$ac_package=no" ;;
627 765
628 --x) 766 --x)
629 # Obsolete; use --with-x. 767 # Obsolete; use --with-x.
630 with_x=yes ;; 768 with_x=yes ;;
631 769
632 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 770 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
633 | --x-incl | --x-inc | --x-in | --x-i) 771 | --x-incl | --x-inc | --x-in | --x-i)
634 ac_prev=x_includes ;; 772 ac_prev=x_includes ;;
635 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 773 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
636 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 774 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
637 x_includes="$ac_optarg" ;; 775 x_includes=$ac_optarg ;;
638 776
639 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 777 -x-libraries | --x-libraries | --x-librarie | --x-librari \
640 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 778 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
641 ac_prev=x_libraries ;; 779 ac_prev=x_libraries ;;
642 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 780 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
643 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 781 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
644 x_libraries="$ac_optarg" ;; 782 x_libraries=$ac_optarg ;;
645 783
646 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } 784 -*) { echo "$as_me: error: unrecognized option: $ac_option
785Try \`$0 --help' for more information." >&2
786 { (exit 1); exit 1; }; }
647 ;; 787 ;;
648 788
789 *=*)
790 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
791 # Reject names that are not valid shell variable names.
792 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
793 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
794 { (exit 1); exit 1; }; }
795 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
796 eval "$ac_envvar='$ac_optarg'"
797 export $ac_envvar ;;
798
649 *) 799 *)
650 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then 800 # FIXME: should be removed in autoconf 3.0.
651 echo "configure: warning: $ac_option: invalid host type" 1>&2 801 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
652 fi 802 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
653 if test "x$nonopt" != xNONE; then 803 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
654 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } 804 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
655 fi
656 nonopt="$ac_option"
657 ;; 805 ;;
658 806
659 esac 807 esac
660done 808done
661 809
662if test -n "$ac_prev"; then 810if test -n "$ac_prev"; then
663 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } 811 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
812 { echo "$as_me: error: missing argument to $ac_option" >&2
813 { (exit 1); exit 1; }; }
664fi 814fi
665 815
666trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 816# Be sure to have absolute paths.
667 817for ac_var in exec_prefix prefix
668# File descriptor usage:
669# 0 standard input
670# 1 file creation
671# 2 errors and warnings
672# 3 some systems may open it to /dev/tty
673# 4 used on the Kubota Titan
674# 6 checking for... messages and results
675# 5 compiler messages saved in config.log
676if test "$silent" = yes; then
677 exec 6>/dev/null
678else
679 exec 6>&1
680fi
681exec 5>./config.log
682
683echo "\
684This file contains any messages produced by compilers while
685running configure, to aid debugging if configure makes a mistake.
686" 1>&5
687
688# Strip out --no-create and --no-recursion so they do not pile up.
689# Also quote any args containing shell metacharacters.
690ac_configure_args=
691for ac_arg
692do 818do
819 eval ac_val=$`echo $ac_var`
693 case "$ac_arg" in 820 case $ac_val in
694 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 821 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
695 | --no-cr | --no-c) ;; 822 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
696 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 823 { (exit 1); exit 1; }; };;
697 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
698 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
699 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
700 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
701 esac 824 esac
702done 825done
703 826
704# NLS nuisances. 827# Be sure to have absolute paths.
705# Only set these to C if already set. These must not be set unconditionally 828for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
706# because not all systems understand e.g. LANG=C (notably SCO). 829 localstatedir libdir includedir oldincludedir infodir mandir
707# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! 830do
708# Non-C LC_CTYPE values break the ctype check. 831 eval ac_val=$`echo $ac_var`
709if test "${LANG+set}" = set; then LANG=C; export LANG; fi 832 case $ac_val in
710if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi 833 [\\/$]* | ?:[\\/]* ) ;;
711if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi 834 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
712if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi 835 { (exit 1); exit 1; }; };;
836 esac
837done
713 838
714# confdefs.h avoids OS command line length limits that DEFS can exceed. 839# There might be people who depend on the old broken behavior: `$host'
715rm -rf conftest* confdefs.h 840# used to hold the argument of --host etc.
716# AIX cpp loses on an empty file, so make sure it contains at least a newline. 841# FIXME: To remove some day.
717echo > confdefs.h 842build=$build_alias
843host=$host_alias
844target=$target_alias
718 845
719# A filename unique to this package, relative to the directory that 846# FIXME: To remove some day.
720# configure is in, which we can look for to find out if srcdir is correct. 847if test "x$host_alias" != x; then
721ac_unique_file=src/feature.h 848 if test "x$build_alias" = x; then
849 cross_compiling=maybe
850 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
851 If a cross compiler is detected then cross compile mode will be used." >&2
852 elif test "x$build_alias" != "x$host_alias"; then
853 cross_compiling=yes
854 fi
855fi
856
857ac_tool_prefix=
858test -n "$host_alias" && ac_tool_prefix=$host_alias-
859
860test "$silent" = yes && exec 6>/dev/null
861
722 862
723# Find the source files, if location was not specified. 863# Find the source files, if location was not specified.
724if test -z "$srcdir"; then 864if test -z "$srcdir"; then
725 ac_srcdir_defaulted=yes 865 ac_srcdir_defaulted=yes
726 # Try the directory containing this script, then its parent. 866 # Try the directory containing this script, then its parent.
727 ac_prog=$0 867 ac_confdir=`(dirname "$0") 2>/dev/null ||
728 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` 868$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
729 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. 869 X"$0" : 'X\(//\)[^/]' \| \
870 X"$0" : 'X\(//\)$' \| \
871 X"$0" : 'X\(/\)' \| \
872 . : '\(.\)' 2>/dev/null ||
873echo X"$0" |
874 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
875 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
876 /^X\(\/\/\)$/{ s//\1/; q; }
877 /^X\(\/\).*/{ s//\1/; q; }
878 s/.*/./; q'`
730 srcdir=$ac_confdir 879 srcdir=$ac_confdir
731 if test ! -r $srcdir/$ac_unique_file; then 880 if test ! -r $srcdir/$ac_unique_file; then
732 srcdir=.. 881 srcdir=..
733 fi 882 fi
734else 883else
735 ac_srcdir_defaulted=no 884 ac_srcdir_defaulted=no
736fi 885fi
737if test ! -r $srcdir/$ac_unique_file; then 886if test ! -r $srcdir/$ac_unique_file; then
738 if test "$ac_srcdir_defaulted" = yes; then 887 if test "$ac_srcdir_defaulted" = yes; then
739 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } 888 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
889 { (exit 1); exit 1; }; }
740 else 890 else
741 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } 891 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
892 { (exit 1); exit 1; }; }
742 fi 893 fi
743fi 894fi
895(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
896 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
897 { (exit 1); exit 1; }; }
744srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` 898srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
899ac_env_build_alias_set=${build_alias+set}
900ac_env_build_alias_value=$build_alias
901ac_cv_env_build_alias_set=${build_alias+set}
902ac_cv_env_build_alias_value=$build_alias
903ac_env_host_alias_set=${host_alias+set}
904ac_env_host_alias_value=$host_alias
905ac_cv_env_host_alias_set=${host_alias+set}
906ac_cv_env_host_alias_value=$host_alias
907ac_env_target_alias_set=${target_alias+set}
908ac_env_target_alias_value=$target_alias
909ac_cv_env_target_alias_set=${target_alias+set}
910ac_cv_env_target_alias_value=$target_alias
911ac_env_CC_set=${CC+set}
912ac_env_CC_value=$CC
913ac_cv_env_CC_set=${CC+set}
914ac_cv_env_CC_value=$CC
915ac_env_CFLAGS_set=${CFLAGS+set}
916ac_env_CFLAGS_value=$CFLAGS
917ac_cv_env_CFLAGS_set=${CFLAGS+set}
918ac_cv_env_CFLAGS_value=$CFLAGS
919ac_env_LDFLAGS_set=${LDFLAGS+set}
920ac_env_LDFLAGS_value=$LDFLAGS
921ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
922ac_cv_env_LDFLAGS_value=$LDFLAGS
923ac_env_CPPFLAGS_set=${CPPFLAGS+set}
924ac_env_CPPFLAGS_value=$CPPFLAGS
925ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
926ac_cv_env_CPPFLAGS_value=$CPPFLAGS
927ac_env_CXX_set=${CXX+set}
928ac_env_CXX_value=$CXX
929ac_cv_env_CXX_set=${CXX+set}
930ac_cv_env_CXX_value=$CXX
931ac_env_CXXFLAGS_set=${CXXFLAGS+set}
932ac_env_CXXFLAGS_value=$CXXFLAGS
933ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
934ac_cv_env_CXXFLAGS_value=$CXXFLAGS
935ac_env_CPP_set=${CPP+set}
936ac_env_CPP_value=$CPP
937ac_cv_env_CPP_set=${CPP+set}
938ac_cv_env_CPP_value=$CPP
939ac_env_CXXCPP_set=${CXXCPP+set}
940ac_env_CXXCPP_value=$CXXCPP
941ac_cv_env_CXXCPP_set=${CXXCPP+set}
942ac_cv_env_CXXCPP_value=$CXXCPP
745 943
944#
945# Report the --help message.
946#
947if test "$ac_init_help" = "long"; then
948 # Omit some internal or obsolete options to make the list less imposing.
949 # This message is too long to be a string in the A/UX 3.1 sh.
950 cat <<_ACEOF
951\`configure' configures this package to adapt to many kinds of systems.
952
953Usage: $0 [OPTION]... [VAR=VALUE]...
954
955To assign environment variables (e.g., CC, CFLAGS...), specify them as
956VAR=VALUE. See below for descriptions of some of the useful variables.
957
958Defaults for the options are specified in brackets.
959
960Configuration:
961 -h, --help display this help and exit
962 --help=short display options specific to this package
963 --help=recursive display the short help of all the included packages
964 -V, --version display version information and exit
965 -q, --quiet, --silent do not print \`checking...' messages
966 --cache-file=FILE cache test results in FILE [disabled]
967 -C, --config-cache alias for \`--cache-file=config.cache'
968 -n, --no-create do not create output files
969 --srcdir=DIR find the sources in DIR [configure dir or \`..']
970
971_ACEOF
972
973 cat <<_ACEOF
974Installation directories:
975 --prefix=PREFIX install architecture-independent files in PREFIX
976 [$ac_default_prefix]
977 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
978 [PREFIX]
979
980By default, \`make install' will install all the files in
981\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
982an installation prefix other than \`$ac_default_prefix' using \`--prefix',
983for instance \`--prefix=\$HOME'.
984
985For better control, use the options below.
986
987Fine tuning of the installation directories:
988 --bindir=DIR user executables [EPREFIX/bin]
989 --sbindir=DIR system admin executables [EPREFIX/sbin]
990 --libexecdir=DIR program executables [EPREFIX/libexec]
991 --datadir=DIR read-only architecture-independent data [PREFIX/share]
992 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
993 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
994 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
995 --libdir=DIR object code libraries [EPREFIX/lib]
996 --includedir=DIR C header files [PREFIX/include]
997 --oldincludedir=DIR C header files for non-gcc [/usr/include]
998 --infodir=DIR info documentation [PREFIX/info]
999 --mandir=DIR man documentation [PREFIX/man]
1000_ACEOF
1001
1002 cat <<\_ACEOF
1003
1004X features:
1005 --x-includes=DIR X include files are in DIR
1006 --x-libraries=DIR X library files are in DIR
1007
1008Program names:
1009 --program-prefix=PREFIX prepend PREFIX to installed program names
1010 --program-suffix=SUFFIX append SUFFIX to installed program names
1011 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1012
1013System types:
1014 --build=BUILD configure for building on BUILD [guessed]
1015 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1016_ACEOF
1017fi
1018
1019if test -n "$ac_init_help"; then
1020
1021 cat <<\_ACEOF
1022
1023Optional Features:
1024 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1026 --enable-shared=PKGS build shared libraries default=no
1027 --enable-static=PKGS build static libraries default=yes
1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1029 --disable-libtool-lock avoid locking (might break parallel builds)
1030 --enable-everything enable standard non-multichoice features
1031 NOTE: this option is order dependent
1032 NOTE: automatically enabled with --enable-shared
1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1035 --enable-xft enable xft support on systems that have it
1036 --enable-utmp enable utmp (utmpx) support
1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1039 --enable-xpm-background enable XPM background pixmaps
1040 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg
1042 --enable-fading enable colors fading when off focus
1043 --enable-menubar enable menubar
1044 --enable-rxvt-scroll enable rxvt style scrollbar
1045 --enable-next-scroll enable NeXT style scrollbar
1046 --enable-xterm-scroll enable Xterm style scrollbar
1047 --enable-plain-scroll enable plain style scrollbar
1048 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1049 --enable-xim XIM (X Input Method) protocol support
1050 --enable-ttygid enable tty setting to group named "tty"
1051 --disable-backspace-key disable handling of the backspace key
1052 --disable-delete-key disable handling of the delete key
1053 --disable-resources disable all resource checking
1054 --enable-xgetdefault enable resources via X instead of our small version
1055 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1056 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1057 --enable-strings enable some replacement system functions
1058 --disable-swapscreen disable swap screen support
1059 --enable-iso14755 enable support for extended ISO 14755 modes
1060 --enable-frills enable support for rarely used features
1061 --enable-linespace enable support for linespace
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-256-color enable 256-color support
1072 --enable-cursor-blink enable blinking cursor
1073 --enable-text-blink enable blinking text
1074 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1075
1076Optional Packages:
1077 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1078 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1079 --with-gnu-ld assume the C compiler uses GNU ld default=no
1080 --with-pic try to use only PIC/non-PIC objects default=use both
1081 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1082 --with-res-name=NAME use this as default resource name (default: urxvt)
1083 --with-res-class=CLASS use this as the resource class (default: URxvt)
1084 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1085 --with-term=NAME set the terminal to NAME (default: rxvt)
1086 --with-terminfo=PATH set the path to the terminfo tree to PATH
1087 --with-x use the X Window System
1088 --with-xpm-includes=DIR use XPM includes in DIR
1089 --with-xpm-library=DIR use XPM library in DIR
1090 --with-xpm use XPM
1091
1092Some influential environment variables:
1093 CC C compiler command
1094 CFLAGS C compiler flags
1095 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1096 nonstandard directory <lib dir>
1097 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1098 headers in a nonstandard directory <include dir>
1099 CXX C++ compiler command
1100 CXXFLAGS C++ compiler flags
1101 CPP C preprocessor
1102 CXXCPP C++ preprocessor
1103
1104Use these variables to override the choices made by `configure' or to help
1105it to find libraries and programs with nonstandard names/locations.
1106
1107_ACEOF
1108fi
1109
1110if test "$ac_init_help" = "recursive"; then
1111 # If there are subdirs, report their specific --help.
1112 ac_popdir=`pwd`
1113 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1114 test -d $ac_dir || continue
1115 ac_builddir=.
1116
1117if test "$ac_dir" != .; then
1118 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1119 # A "../" for each directory in $ac_dir_suffix.
1120 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1121else
1122 ac_dir_suffix= ac_top_builddir=
1123fi
1124
1125case $srcdir in
1126 .) # No --srcdir option. We are building in place.
1127 ac_srcdir=.
1128 if test -z "$ac_top_builddir"; then
1129 ac_top_srcdir=.
1130 else
1131 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1132 fi ;;
1133 [\\/]* | ?:[\\/]* ) # Absolute path.
1134 ac_srcdir=$srcdir$ac_dir_suffix;
1135 ac_top_srcdir=$srcdir ;;
1136 *) # Relative path.
1137 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1138 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1139esac
1140
1141# Do not use `cd foo && pwd` to compute absolute paths, because
1142# the directories may not exist.
1143case `pwd` in
1144.) ac_abs_builddir="$ac_dir";;
1145*)
1146 case "$ac_dir" in
1147 .) ac_abs_builddir=`pwd`;;
1148 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1149 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1150 esac;;
1151esac
1152case $ac_abs_builddir in
1153.) ac_abs_top_builddir=${ac_top_builddir}.;;
1154*)
1155 case ${ac_top_builddir}. in
1156 .) ac_abs_top_builddir=$ac_abs_builddir;;
1157 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1158 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1159 esac;;
1160esac
1161case $ac_abs_builddir in
1162.) ac_abs_srcdir=$ac_srcdir;;
1163*)
1164 case $ac_srcdir in
1165 .) ac_abs_srcdir=$ac_abs_builddir;;
1166 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1167 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1168 esac;;
1169esac
1170case $ac_abs_builddir in
1171.) ac_abs_top_srcdir=$ac_top_srcdir;;
1172*)
1173 case $ac_top_srcdir in
1174 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1175 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1176 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1177 esac;;
1178esac
1179
1180 cd $ac_dir
1181 # Check for guested configure; otherwise get Cygnus style configure.
1182 if test -f $ac_srcdir/configure.gnu; then
1183 echo
1184 $SHELL $ac_srcdir/configure.gnu --help=recursive
1185 elif test -f $ac_srcdir/configure; then
1186 echo
1187 $SHELL $ac_srcdir/configure --help=recursive
1188 elif test -f $ac_srcdir/configure.ac ||
1189 test -f $ac_srcdir/configure.in; then
1190 echo
1191 $ac_configure --help
1192 else
1193 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1194 fi
1195 cd "$ac_popdir"
1196 done
1197fi
1198
1199test -n "$ac_init_help" && exit 0
1200if $ac_init_version; then
1201 cat <<\_ACEOF
1202
1203Copyright (C) 2003 Free Software Foundation, Inc.
1204This configure script is free software; the Free Software Foundation
1205gives unlimited permission to copy, distribute and modify it.
1206_ACEOF
1207 exit 0
1208fi
1209exec 5>config.log
1210cat >&5 <<_ACEOF
1211This file contains any messages produced by compilers while
1212running configure, to aid debugging if configure makes a mistake.
1213
1214It was created by $as_me, which was
1215generated by GNU Autoconf 2.59. Invocation command line was
1216
1217 $ $0 $@
1218
1219_ACEOF
1220{
1221cat <<_ASUNAME
1222## --------- ##
1223## Platform. ##
1224## --------- ##
1225
1226hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1227uname -m = `(uname -m) 2>/dev/null || echo unknown`
1228uname -r = `(uname -r) 2>/dev/null || echo unknown`
1229uname -s = `(uname -s) 2>/dev/null || echo unknown`
1230uname -v = `(uname -v) 2>/dev/null || echo unknown`
1231
1232/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1233/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1234
1235/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1236/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1237/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1238hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1239/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1240/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1241/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1242
1243_ASUNAME
1244
1245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1246for as_dir in $PATH
1247do
1248 IFS=$as_save_IFS
1249 test -z "$as_dir" && as_dir=.
1250 echo "PATH: $as_dir"
1251done
1252
1253} >&5
1254
1255cat >&5 <<_ACEOF
1256
1257
1258## ----------- ##
1259## Core tests. ##
1260## ----------- ##
1261
1262_ACEOF
1263
1264
1265# Keep a trace of the command line.
1266# Strip out --no-create and --no-recursion so they do not pile up.
1267# Strip out --silent because we don't want to record it for future runs.
1268# Also quote any args containing shell meta-characters.
1269# Make two passes to allow for proper duplicate-argument suppression.
1270ac_configure_args=
1271ac_configure_args0=
1272ac_configure_args1=
1273ac_sep=
1274ac_must_keep_next=false
1275for ac_pass in 1 2
1276do
1277 for ac_arg
1278 do
1279 case $ac_arg in
1280 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1281 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1282 | -silent | --silent | --silen | --sile | --sil)
1283 continue ;;
1284 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1285 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1286 esac
1287 case $ac_pass in
1288 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1289 2)
1290 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1291 if test $ac_must_keep_next = true; then
1292 ac_must_keep_next=false # Got value, back to normal.
1293 else
1294 case $ac_arg in
1295 *=* | --config-cache | -C | -disable-* | --disable-* \
1296 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1297 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1298 | -with-* | --with-* | -without-* | --without-* | --x)
1299 case "$ac_configure_args0 " in
1300 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1301 esac
1302 ;;
1303 -* ) ac_must_keep_next=true ;;
1304 esac
1305 fi
1306 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1307 # Get rid of the leading space.
1308 ac_sep=" "
1309 ;;
1310 esac
1311 done
1312done
1313$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1314$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1315
1316# When interrupted or exit'd, cleanup temporary files, and complete
1317# config.log. We remove comments because anyway the quotes in there
1318# would cause problems or look ugly.
1319# WARNING: Be sure not to use single quotes in there, as some shells,
1320# such as our DU 5.0 friend, will then `close' the trap.
1321trap 'exit_status=$?
1322 # Save into config.log some information that might help in debugging.
1323 {
1324 echo
1325
1326 cat <<\_ASBOX
1327## ---------------- ##
1328## Cache variables. ##
1329## ---------------- ##
1330_ASBOX
1331 echo
1332 # The following way of writing the cache mishandles newlines in values,
1333{
1334 (set) 2>&1 |
1335 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1336 *ac_space=\ *)
1337 sed -n \
1338 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1339 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1340 ;;
1341 *)
1342 sed -n \
1343 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1344 ;;
1345 esac;
1346}
1347 echo
1348
1349 cat <<\_ASBOX
1350## ----------------- ##
1351## Output variables. ##
1352## ----------------- ##
1353_ASBOX
1354 echo
1355 for ac_var in $ac_subst_vars
1356 do
1357 eval ac_val=$`echo $ac_var`
1358 echo "$ac_var='"'"'$ac_val'"'"'"
1359 done | sort
1360 echo
1361
1362 if test -n "$ac_subst_files"; then
1363 cat <<\_ASBOX
1364## ------------- ##
1365## Output files. ##
1366## ------------- ##
1367_ASBOX
1368 echo
1369 for ac_var in $ac_subst_files
1370 do
1371 eval ac_val=$`echo $ac_var`
1372 echo "$ac_var='"'"'$ac_val'"'"'"
1373 done | sort
1374 echo
1375 fi
1376
1377 if test -s confdefs.h; then
1378 cat <<\_ASBOX
1379## ----------- ##
1380## confdefs.h. ##
1381## ----------- ##
1382_ASBOX
1383 echo
1384 sed "/^$/d" confdefs.h | sort
1385 echo
1386 fi
1387 test "$ac_signal" != 0 &&
1388 echo "$as_me: caught signal $ac_signal"
1389 echo "$as_me: exit $exit_status"
1390 } >&5
1391 rm -f core *.core &&
1392 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1393 exit $exit_status
1394 ' 0
1395for ac_signal in 1 2 13 15; do
1396 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1397done
1398ac_signal=0
1399
1400# confdefs.h avoids OS command line length limits that DEFS can exceed.
1401rm -rf conftest* confdefs.h
1402# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1403echo >confdefs.h
1404
1405# Predefined preprocessor variables.
1406
1407cat >>confdefs.h <<_ACEOF
1408#define PACKAGE_NAME "$PACKAGE_NAME"
1409_ACEOF
1410
1411
1412cat >>confdefs.h <<_ACEOF
1413#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1414_ACEOF
1415
1416
1417cat >>confdefs.h <<_ACEOF
1418#define PACKAGE_VERSION "$PACKAGE_VERSION"
1419_ACEOF
1420
1421
1422cat >>confdefs.h <<_ACEOF
1423#define PACKAGE_STRING "$PACKAGE_STRING"
1424_ACEOF
1425
1426
1427cat >>confdefs.h <<_ACEOF
1428#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1429_ACEOF
1430
1431
1432# Let the site file select an alternate cache file if it wants to.
746# Prefer explicitly selected file to automatically selected ones. 1433# Prefer explicitly selected file to automatically selected ones.
747if test -z "$CONFIG_SITE"; then 1434if test -z "$CONFIG_SITE"; then
748 if test "x$prefix" != xNONE; then 1435 if test "x$prefix" != xNONE; then
749 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1436 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
750 else 1437 else
751 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1438 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
752 fi 1439 fi
753fi 1440fi
754for ac_site_file in $CONFIG_SITE; do 1441for ac_site_file in $CONFIG_SITE; do
755 if test -r "$ac_site_file"; then 1442 if test -r "$ac_site_file"; then
1443 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
756 echo "loading site script $ac_site_file" 1444echo "$as_me: loading site script $ac_site_file" >&6;}
1445 sed 's/^/| /' "$ac_site_file" >&5
757 . "$ac_site_file" 1446 . "$ac_site_file"
758 fi 1447 fi
759done 1448done
760 1449
761if test -r "$cache_file"; then 1450if test -r "$cache_file"; then
1451 # Some versions of bash will fail to source /dev/null (special
1452 # files actually), so we avoid doing that.
1453 if test -f "$cache_file"; then
1454 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
762 echo "loading cache $cache_file" 1455echo "$as_me: loading cache $cache_file" >&6;}
763 . $cache_file 1456 case $cache_file in
1457 [\\/]* | ?:[\\/]* ) . $cache_file;;
1458 *) . ./$cache_file;;
1459 esac
1460 fi
764else 1461else
1462 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
765 echo "creating cache $cache_file" 1463echo "$as_me: creating cache $cache_file" >&6;}
766 > $cache_file 1464 >$cache_file
1465fi
1466
1467# Check that the precious variables saved in the cache have kept the same
1468# value.
1469ac_cache_corrupted=false
1470for ac_var in `(set) 2>&1 |
1471 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1472 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1473 eval ac_new_set=\$ac_env_${ac_var}_set
1474 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1475 eval ac_new_val="\$ac_env_${ac_var}_value"
1476 case $ac_old_set,$ac_new_set in
1477 set,)
1478 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1479echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1480 ac_cache_corrupted=: ;;
1481 ,set)
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1483echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1484 ac_cache_corrupted=: ;;
1485 ,);;
1486 *)
1487 if test "x$ac_old_val" != "x$ac_new_val"; then
1488 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1489echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1490 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1491echo "$as_me: former value: $ac_old_val" >&2;}
1492 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1493echo "$as_me: current value: $ac_new_val" >&2;}
1494 ac_cache_corrupted=:
1495 fi;;
1496 esac
1497 # Pass precious variables to config.status.
1498 if test "$ac_new_set" = set; then
1499 case $ac_new_val in
1500 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1501 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1502 *) ac_arg=$ac_var=$ac_new_val ;;
1503 esac
1504 case " $ac_configure_args " in
1505 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1506 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1507 esac
1508 fi
1509done
1510if $ac_cache_corrupted; then
1511 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1512echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1513 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1514echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1515 { (exit 1); exit 1; }; }
767fi 1516fi
768 1517
769ac_ext=c 1518ac_ext=c
770# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
771ac_cpp='$CPP $CPPFLAGS' 1519ac_cpp='$CPP $CPPFLAGS'
772ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1520ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
773ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1521ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
774cross_compiling=$ac_cv_prog_cc_cross 1522ac_compiler_gnu=$ac_cv_c_compiler_gnu
775 1523
776ac_exeext= 1524
777ac_objext=o 1525
778if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 1526
779 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 1527
780 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 1528
781 ac_n= ac_c=' 1529
782' ac_t=' ' 1530
783 else 1531
784 ac_n=-n ac_c= ac_t= 1532
785 fi 1533
786else 1534
787 ac_n= ac_c='\c' ac_t= 1535
788fi 1536
1537
1538
1539
1540
789 1541
790 1542
791ac_aux_dir= 1543ac_aux_dir=
792for ac_dir in autoconf $srcdir/autoconf; do 1544for ac_dir in autoconf $srcdir/autoconf; do
793 if test -f $ac_dir/install-sh; then 1545 if test -f $ac_dir/install-sh; then
796 break 1548 break
797 elif test -f $ac_dir/install.sh; then 1549 elif test -f $ac_dir/install.sh; then
798 ac_aux_dir=$ac_dir 1550 ac_aux_dir=$ac_dir
799 ac_install_sh="$ac_aux_dir/install.sh -c" 1551 ac_install_sh="$ac_aux_dir/install.sh -c"
800 break 1552 break
1553 elif test -f $ac_dir/shtool; then
1554 ac_aux_dir=$ac_dir
1555 ac_install_sh="$ac_aux_dir/shtool install -c"
1556 break
801 fi 1557 fi
802done 1558done
803if test -z "$ac_aux_dir"; then 1559if test -z "$ac_aux_dir"; then
1560 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5
804 { echo "configure: error: can not find install-sh or install.sh in autoconf $srcdir/autoconf" 1>&2; exit 1; } 1561echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1562 { (exit 1); exit 1; }; }
805fi 1563fi
806ac_config_guess=$ac_aux_dir/config.guess 1564ac_config_guess="$SHELL $ac_aux_dir/config.guess"
807ac_config_sub=$ac_aux_dir/config.sub 1565ac_config_sub="$SHELL $ac_aux_dir/config.sub"
808ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 1566ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
809 1567
1568 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
810 1569
811 1570
812VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1571VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
813DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1572DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
814LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1573LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
816echo "" 1575echo ""
817echo "configuring for rxvt $VERSION" 1576echo "configuring for rxvt $VERSION"
818echo "" 1577echo ""
819 1578
820 1579
1580ac_ext=c
1581ac_cpp='$CPP $CPPFLAGS'
1582ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1583ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1584ac_compiler_gnu=$ac_cv_c_compiler_gnu
1585if test -n "$ac_tool_prefix"; then
821# Extract the first word of "gcc", so it can be a program name with args. 1586 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
822set dummy gcc; ac_word=$2 1587set dummy ${ac_tool_prefix}gcc; ac_word=$2
1588echo "$as_me:$LINENO: checking for $ac_word" >&5
823echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1589echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
824echo "configure:825: checking for $ac_word" >&5
825if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1590if test "${ac_cv_prog_CC+set}" = set; then
826 echo $ac_n "(cached) $ac_c" 1>&6 1591 echo $ECHO_N "(cached) $ECHO_C" >&6
827else 1592else
828 if test -n "$CC"; then 1593 if test -n "$CC"; then
829 ac_cv_prog_CC="$CC" # Let the user override the test. 1594 ac_cv_prog_CC="$CC" # Let the user override the test.
830else 1595else
831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
832 ac_dummy="$PATH" 1597for as_dir in $PATH
833 for ac_dir in $ac_dummy; do 1598do
1599 IFS=$as_save_IFS
834 test -z "$ac_dir" && ac_dir=. 1600 test -z "$as_dir" && as_dir=.
835 if test -f $ac_dir/$ac_word; then 1601 for ac_exec_ext in '' $ac_executable_extensions; do
836 ac_cv_prog_CC="gcc" 1602 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1603 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1604 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
837 break 1605 break 2
838 fi 1606 fi
839 done 1607done
840 IFS="$ac_save_ifs" 1608done
1609
841fi 1610fi
842fi 1611fi
843CC="$ac_cv_prog_CC" 1612CC=$ac_cv_prog_CC
844if test -n "$CC"; then 1613if test -n "$CC"; then
845 echo "$ac_t""$CC" 1>&6 1614 echo "$as_me:$LINENO: result: $CC" >&5
1615echo "${ECHO_T}$CC" >&6
846else 1616else
847 echo "$ac_t""no" 1>&6 1617 echo "$as_me:$LINENO: result: no" >&5
1618echo "${ECHO_T}no" >&6
848fi 1619fi
849 1620
1621fi
1622if test -z "$ac_cv_prog_CC"; then
1623 ac_ct_CC=$CC
1624 # Extract the first word of "gcc", so it can be a program name with args.
1625set dummy gcc; ac_word=$2
1626echo "$as_me:$LINENO: checking for $ac_word" >&5
1627echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1628if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1629 echo $ECHO_N "(cached) $ECHO_C" >&6
1630else
1631 if test -n "$ac_ct_CC"; then
1632 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1633else
1634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1635for as_dir in $PATH
1636do
1637 IFS=$as_save_IFS
1638 test -z "$as_dir" && as_dir=.
1639 for ac_exec_ext in '' $ac_executable_extensions; do
1640 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1641 ac_cv_prog_ac_ct_CC="gcc"
1642 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1643 break 2
1644 fi
1645done
1646done
1647
1648fi
1649fi
1650ac_ct_CC=$ac_cv_prog_ac_ct_CC
1651if test -n "$ac_ct_CC"; then
1652 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1653echo "${ECHO_T}$ac_ct_CC" >&6
1654else
1655 echo "$as_me:$LINENO: result: no" >&5
1656echo "${ECHO_T}no" >&6
1657fi
1658
1659 CC=$ac_ct_CC
1660else
1661 CC="$ac_cv_prog_CC"
1662fi
1663
1664if test -z "$CC"; then
1665 if test -n "$ac_tool_prefix"; then
1666 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1667set dummy ${ac_tool_prefix}cc; ac_word=$2
1668echo "$as_me:$LINENO: checking for $ac_word" >&5
1669echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1670if test "${ac_cv_prog_CC+set}" = set; then
1671 echo $ECHO_N "(cached) $ECHO_C" >&6
1672else
1673 if test -n "$CC"; then
1674 ac_cv_prog_CC="$CC" # Let the user override the test.
1675else
1676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1677for as_dir in $PATH
1678do
1679 IFS=$as_save_IFS
1680 test -z "$as_dir" && as_dir=.
1681 for ac_exec_ext in '' $ac_executable_extensions; do
1682 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1683 ac_cv_prog_CC="${ac_tool_prefix}cc"
1684 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1685 break 2
1686 fi
1687done
1688done
1689
1690fi
1691fi
1692CC=$ac_cv_prog_CC
1693if test -n "$CC"; then
1694 echo "$as_me:$LINENO: result: $CC" >&5
1695echo "${ECHO_T}$CC" >&6
1696else
1697 echo "$as_me:$LINENO: result: no" >&5
1698echo "${ECHO_T}no" >&6
1699fi
1700
1701fi
1702if test -z "$ac_cv_prog_CC"; then
1703 ac_ct_CC=$CC
1704 # Extract the first word of "cc", so it can be a program name with args.
1705set dummy cc; ac_word=$2
1706echo "$as_me:$LINENO: checking for $ac_word" >&5
1707echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1708if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1709 echo $ECHO_N "(cached) $ECHO_C" >&6
1710else
1711 if test -n "$ac_ct_CC"; then
1712 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1713else
1714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1715for as_dir in $PATH
1716do
1717 IFS=$as_save_IFS
1718 test -z "$as_dir" && as_dir=.
1719 for ac_exec_ext in '' $ac_executable_extensions; do
1720 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1721 ac_cv_prog_ac_ct_CC="cc"
1722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1723 break 2
1724 fi
1725done
1726done
1727
1728fi
1729fi
1730ac_ct_CC=$ac_cv_prog_ac_ct_CC
1731if test -n "$ac_ct_CC"; then
1732 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1733echo "${ECHO_T}$ac_ct_CC" >&6
1734else
1735 echo "$as_me:$LINENO: result: no" >&5
1736echo "${ECHO_T}no" >&6
1737fi
1738
1739 CC=$ac_ct_CC
1740else
1741 CC="$ac_cv_prog_CC"
1742fi
1743
1744fi
850if test -z "$CC"; then 1745if test -z "$CC"; then
851 # Extract the first word of "cc", so it can be a program name with args. 1746 # Extract the first word of "cc", so it can be a program name with args.
852set dummy cc; ac_word=$2 1747set dummy cc; ac_word=$2
1748echo "$as_me:$LINENO: checking for $ac_word" >&5
853echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1749echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
854echo "configure:855: checking for $ac_word" >&5
855if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1750if test "${ac_cv_prog_CC+set}" = set; then
856 echo $ac_n "(cached) $ac_c" 1>&6 1751 echo $ECHO_N "(cached) $ECHO_C" >&6
857else 1752else
858 if test -n "$CC"; then 1753 if test -n "$CC"; then
859 ac_cv_prog_CC="$CC" # Let the user override the test. 1754 ac_cv_prog_CC="$CC" # Let the user override the test.
860else 1755else
861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
862 ac_prog_rejected=no 1756 ac_prog_rejected=no
863 ac_dummy="$PATH" 1757as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
864 for ac_dir in $ac_dummy; do 1758for as_dir in $PATH
1759do
1760 IFS=$as_save_IFS
865 test -z "$ac_dir" && ac_dir=. 1761 test -z "$as_dir" && as_dir=.
866 if test -f $ac_dir/$ac_word; then 1762 for ac_exec_ext in '' $ac_executable_extensions; do
1763 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
867 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1764 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
868 ac_prog_rejected=yes 1765 ac_prog_rejected=yes
869 continue 1766 continue
870 fi 1767 fi
871 ac_cv_prog_CC="cc" 1768 ac_cv_prog_CC="cc"
1769 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
872 break 1770 break 2
873 fi 1771 fi
874 done 1772done
875 IFS="$ac_save_ifs" 1773done
1774
876if test $ac_prog_rejected = yes; then 1775if test $ac_prog_rejected = yes; then
877 # We found a bogon in the path, so make sure we never use it. 1776 # We found a bogon in the path, so make sure we never use it.
878 set dummy $ac_cv_prog_CC 1777 set dummy $ac_cv_prog_CC
879 shift 1778 shift
880 if test $# -gt 0; then 1779 if test $# != 0; then
881 # We chose a different compiler from the bogus one. 1780 # We chose a different compiler from the bogus one.
882 # However, it has the same basename, so the bogon will be chosen 1781 # However, it has the same basename, so the bogon will be chosen
883 # first if we set CC to just the basename; use the full file name. 1782 # first if we set CC to just the basename; use the full file name.
884 shift 1783 shift
885 set dummy "$ac_dir/$ac_word" "$@" 1784 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
886 shift
887 ac_cv_prog_CC="$@"
888 fi 1785 fi
889fi 1786fi
890fi 1787fi
891fi 1788fi
892CC="$ac_cv_prog_CC" 1789CC=$ac_cv_prog_CC
893if test -n "$CC"; then 1790if test -n "$CC"; then
894 echo "$ac_t""$CC" 1>&6 1791 echo "$as_me:$LINENO: result: $CC" >&5
1792echo "${ECHO_T}$CC" >&6
895else 1793else
896 echo "$ac_t""no" 1>&6 1794 echo "$as_me:$LINENO: result: no" >&5
1795echo "${ECHO_T}no" >&6
897fi 1796fi
898 1797
1798fi
899 if test -z "$CC"; then 1799if test -z "$CC"; then
900 case "`uname -s`" in 1800 if test -n "$ac_tool_prefix"; then
901 *win32* | *WIN32*) 1801 for ac_prog in cl
1802 do
902 # Extract the first word of "cl", so it can be a program name with args. 1803 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
903set dummy cl; ac_word=$2 1804set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1805echo "$as_me:$LINENO: checking for $ac_word" >&5
904echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1806echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
905echo "configure:906: checking for $ac_word" >&5
906if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1807if test "${ac_cv_prog_CC+set}" = set; then
907 echo $ac_n "(cached) $ac_c" 1>&6 1808 echo $ECHO_N "(cached) $ECHO_C" >&6
908else 1809else
909 if test -n "$CC"; then 1810 if test -n "$CC"; then
910 ac_cv_prog_CC="$CC" # Let the user override the test. 1811 ac_cv_prog_CC="$CC" # Let the user override the test.
911else 1812else
912 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
913 ac_dummy="$PATH" 1814for as_dir in $PATH
914 for ac_dir in $ac_dummy; do 1815do
1816 IFS=$as_save_IFS
915 test -z "$ac_dir" && ac_dir=. 1817 test -z "$as_dir" && as_dir=.
916 if test -f $ac_dir/$ac_word; then 1818 for ac_exec_ext in '' $ac_executable_extensions; do
917 ac_cv_prog_CC="cl" 1819 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1820 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1821 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
918 break 1822 break 2
1823 fi
1824done
1825done
1826
1827fi
1828fi
1829CC=$ac_cv_prog_CC
1830if test -n "$CC"; then
1831 echo "$as_me:$LINENO: result: $CC" >&5
1832echo "${ECHO_T}$CC" >&6
1833else
1834 echo "$as_me:$LINENO: result: no" >&5
1835echo "${ECHO_T}no" >&6
1836fi
1837
1838 test -n "$CC" && break
1839 done
1840fi
1841if test -z "$CC"; then
1842 ac_ct_CC=$CC
1843 for ac_prog in cl
1844do
1845 # Extract the first word of "$ac_prog", so it can be a program name with args.
1846set dummy $ac_prog; ac_word=$2
1847echo "$as_me:$LINENO: checking for $ac_word" >&5
1848echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1849if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1850 echo $ECHO_N "(cached) $ECHO_C" >&6
1851else
1852 if test -n "$ac_ct_CC"; then
1853 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1854else
1855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1856for as_dir in $PATH
1857do
1858 IFS=$as_save_IFS
1859 test -z "$as_dir" && as_dir=.
1860 for ac_exec_ext in '' $ac_executable_extensions; do
1861 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1862 ac_cv_prog_ac_ct_CC="$ac_prog"
1863 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1864 break 2
1865 fi
1866done
1867done
1868
1869fi
1870fi
1871ac_ct_CC=$ac_cv_prog_ac_ct_CC
1872if test -n "$ac_ct_CC"; then
1873 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1874echo "${ECHO_T}$ac_ct_CC" >&6
1875else
1876 echo "$as_me:$LINENO: result: no" >&5
1877echo "${ECHO_T}no" >&6
1878fi
1879
1880 test -n "$ac_ct_CC" && break
1881done
1882
1883 CC=$ac_ct_CC
1884fi
1885
1886fi
1887
1888
1889test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1890See \`config.log' for more details." >&5
1891echo "$as_me: error: no acceptable C compiler found in \$PATH
1892See \`config.log' for more details." >&2;}
1893 { (exit 1); exit 1; }; }
1894
1895# Provide some information about the compiler.
1896echo "$as_me:$LINENO:" \
1897 "checking for C compiler version" >&5
1898ac_compiler=`set X $ac_compile; echo $2`
1899{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1900 (eval $ac_compiler --version </dev/null >&5) 2>&5
1901 ac_status=$?
1902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1903 (exit $ac_status); }
1904{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1905 (eval $ac_compiler -v </dev/null >&5) 2>&5
1906 ac_status=$?
1907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1908 (exit $ac_status); }
1909{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1910 (eval $ac_compiler -V </dev/null >&5) 2>&5
1911 ac_status=$?
1912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1913 (exit $ac_status); }
1914
1915cat >conftest.$ac_ext <<_ACEOF
1916/* confdefs.h. */
1917_ACEOF
1918cat confdefs.h >>conftest.$ac_ext
1919cat >>conftest.$ac_ext <<_ACEOF
1920/* end confdefs.h. */
1921
1922int
1923main ()
1924{
1925
1926 ;
1927 return 0;
1928}
1929_ACEOF
1930ac_clean_files_save=$ac_clean_files
1931ac_clean_files="$ac_clean_files a.out a.exe b.out"
1932# Try to create an executable without -o first, disregard a.out.
1933# It will help us diagnose broken compilers, and finding out an intuition
1934# of exeext.
1935echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1936echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1937ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1938if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1939 (eval $ac_link_default) 2>&5
1940 ac_status=$?
1941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1942 (exit $ac_status); }; then
1943 # Find the output, starting from the most likely. This scheme is
1944# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1945# resort.
1946
1947# Be careful to initialize this variable, since it used to be cached.
1948# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1949ac_cv_exeext=
1950# b.out is created by i960 compilers.
1951for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1952do
1953 test -f "$ac_file" || continue
1954 case $ac_file in
1955 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1956 ;;
1957 conftest.$ac_ext )
1958 # This is the source file.
1959 ;;
1960 [ab].out )
1961 # We found the default executable, but exeext='' is most
1962 # certainly right.
1963 break;;
1964 *.* )
1965 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1966 # FIXME: I believe we export ac_cv_exeext for Libtool,
1967 # but it would be cool to find out if it's true. Does anybody
1968 # maintain Libtool? --akim.
1969 export ac_cv_exeext
1970 break;;
1971 * )
1972 break;;
1973 esac
1974done
1975else
1976 echo "$as_me: failed program was:" >&5
1977sed 's/^/| /' conftest.$ac_ext >&5
1978
1979{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1980See \`config.log' for more details." >&5
1981echo "$as_me: error: C compiler cannot create executables
1982See \`config.log' for more details." >&2;}
1983 { (exit 77); exit 77; }; }
1984fi
1985
1986ac_exeext=$ac_cv_exeext
1987echo "$as_me:$LINENO: result: $ac_file" >&5
1988echo "${ECHO_T}$ac_file" >&6
1989
1990# Check the compiler produces executables we can run. If not, either
1991# the compiler is broken, or we cross compile.
1992echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1993echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1994# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1995# If not cross compiling, check that we can run a simple program.
1996if test "$cross_compiling" != yes; then
1997 if { ac_try='./$ac_file'
1998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1999 (eval $ac_try) 2>&5
2000 ac_status=$?
2001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2002 (exit $ac_status); }; }; then
2003 cross_compiling=no
2004 else
2005 if test "$cross_compiling" = maybe; then
2006 cross_compiling=yes
2007 else
2008 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2009If you meant to cross compile, use \`--host'.
2010See \`config.log' for more details." >&5
2011echo "$as_me: error: cannot run C compiled programs.
2012If you meant to cross compile, use \`--host'.
2013See \`config.log' for more details." >&2;}
2014 { (exit 1); exit 1; }; }
919 fi 2015 fi
920 done
921 IFS="$ac_save_ifs"
922fi
923fi
924CC="$ac_cv_prog_CC"
925if test -n "$CC"; then
926 echo "$ac_t""$CC" 1>&6
927else
928 echo "$ac_t""no" 1>&6
929fi
930 ;;
931 esac
932 fi 2016 fi
933 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
934fi 2017fi
2018echo "$as_me:$LINENO: result: yes" >&5
2019echo "${ECHO_T}yes" >&6
935 2020
936echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2021rm -f a.out a.exe conftest$ac_cv_exeext b.out
937echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2022ac_clean_files=$ac_clean_files_save
2023# Check the compiler produces executables we can run. If not, either
2024# the compiler is broken, or we cross compile.
2025echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2026echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2027echo "$as_me:$LINENO: result: $cross_compiling" >&5
2028echo "${ECHO_T}$cross_compiling" >&6
938 2029
939ac_ext=c 2030echo "$as_me:$LINENO: checking for suffix of executables" >&5
940# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2031echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
941ac_cpp='$CPP $CPPFLAGS' 2032if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2033 (eval $ac_link) 2>&5
943ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2034 ac_status=$?
944cross_compiling=$ac_cv_prog_cc_cross 2035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2036 (exit $ac_status); }; then
2037 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2038# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2039# work properly (i.e., refer to `conftest.exe'), while it won't with
2040# `rm'.
2041for ac_file in conftest.exe conftest conftest.*; do
2042 test -f "$ac_file" || continue
2043 case $ac_file in
2044 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2045 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2046 export ac_cv_exeext
2047 break;;
2048 * ) break;;
2049 esac
2050done
2051else
2052 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2053See \`config.log' for more details." >&5
2054echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2055See \`config.log' for more details." >&2;}
2056 { (exit 1); exit 1; }; }
2057fi
945 2058
2059rm -f conftest$ac_cv_exeext
2060echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2061echo "${ECHO_T}$ac_cv_exeext" >&6
2062
2063rm -f conftest.$ac_ext
2064EXEEXT=$ac_cv_exeext
2065ac_exeext=$EXEEXT
2066echo "$as_me:$LINENO: checking for suffix of object files" >&5
2067echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2068if test "${ac_cv_objext+set}" = set; then
2069 echo $ECHO_N "(cached) $ECHO_C" >&6
2070else
2071 cat >conftest.$ac_ext <<_ACEOF
2072/* confdefs.h. */
2073_ACEOF
2074cat confdefs.h >>conftest.$ac_ext
946cat > conftest.$ac_ext << EOF 2075cat >>conftest.$ac_ext <<_ACEOF
2076/* end confdefs.h. */
947 2077
948#line 949 "configure" 2078int
949#include "confdefs.h" 2079main ()
2080{
950 2081
951main(){return(0);} 2082 ;
952EOF 2083 return 0;
953if { (eval echo configure:954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2084}
954 ac_cv_prog_cc_works=yes 2085_ACEOF
955 # If we can't run a trivial program, we are probably using a cross compiler. 2086rm -f conftest.o conftest.obj
956 if (./conftest; exit) 2>/dev/null; then 2087if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
957 ac_cv_prog_cc_cross=no 2088 (eval $ac_compile) 2>&5
2089 ac_status=$?
2090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2091 (exit $ac_status); }; then
2092 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2093 case $ac_file in
2094 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2095 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2096 break;;
2097 esac
2098done
958 else 2099else
959 ac_cv_prog_cc_cross=yes
960 fi
961else
962 echo "configure: failed program was:" >&5 2100 echo "$as_me: failed program was:" >&5
963 cat conftest.$ac_ext >&5 2101sed 's/^/| /' conftest.$ac_ext >&5
964 ac_cv_prog_cc_works=no
965fi
966rm -fr conftest*
967ac_ext=c
968# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
969ac_cpp='$CPP $CPPFLAGS'
970ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
971ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
972cross_compiling=$ac_cv_prog_cc_cross
973 2102
974echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 2103{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
975if test $ac_cv_prog_cc_works = no; then 2104See \`config.log' for more details." >&5
976 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 2105echo "$as_me: error: cannot compute suffix of object files: cannot compile
2106See \`config.log' for more details." >&2;}
2107 { (exit 1); exit 1; }; }
977fi 2108fi
978echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
979echo "configure:980: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
980echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
981cross_compiling=$ac_cv_prog_cc_cross
982 2109
2110rm -f conftest.$ac_cv_objext conftest.$ac_ext
2111fi
2112echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2113echo "${ECHO_T}$ac_cv_objext" >&6
2114OBJEXT=$ac_cv_objext
2115ac_objext=$OBJEXT
2116echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
983echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2117echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
984echo "configure:985: checking whether we are using GNU C" >&5 2118if test "${ac_cv_c_compiler_gnu+set}" = set; then
985if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
986 echo $ac_n "(cached) $ac_c" 1>&6 2119 echo $ECHO_N "(cached) $ECHO_C" >&6
987else 2120else
988 cat > conftest.c <<EOF 2121 cat >conftest.$ac_ext <<_ACEOF
2122/* confdefs.h. */
2123_ACEOF
2124cat confdefs.h >>conftest.$ac_ext
2125cat >>conftest.$ac_ext <<_ACEOF
2126/* end confdefs.h. */
2127
2128int
2129main ()
2130{
989#ifdef __GNUC__ 2131#ifndef __GNUC__
990 yes; 2132 choke me
991#endif 2133#endif
992EOF
993if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:994: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
994 ac_cv_prog_gcc=yes
995else
996 ac_cv_prog_gcc=no
997fi
998fi
999 2134
1000echo "$ac_t""$ac_cv_prog_gcc" 1>&6 2135 ;
1001 2136 return 0;
1002if test $ac_cv_prog_gcc = yes; then 2137}
1003 GCC=yes 2138_ACEOF
2139rm -f conftest.$ac_objext
2140if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2141 (eval $ac_compile) 2>conftest.er1
2142 ac_status=$?
2143 grep -v '^ *+' conftest.er1 >conftest.err
2144 rm -f conftest.er1
2145 cat conftest.err >&5
2146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2147 (exit $ac_status); } &&
2148 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2150 (eval $ac_try) 2>&5
2151 ac_status=$?
2152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2153 (exit $ac_status); }; } &&
2154 { ac_try='test -s conftest.$ac_objext'
2155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2156 (eval $ac_try) 2>&5
2157 ac_status=$?
2158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2159 (exit $ac_status); }; }; then
2160 ac_compiler_gnu=yes
1004else 2161else
1005 GCC= 2162 echo "$as_me: failed program was:" >&5
1006fi 2163sed 's/^/| /' conftest.$ac_ext >&5
1007 2164
2165ac_compiler_gnu=no
2166fi
2167rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2168ac_cv_c_compiler_gnu=$ac_compiler_gnu
2169
2170fi
2171echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2172echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2173GCC=`test $ac_compiler_gnu = yes && echo yes`
1008ac_test_CFLAGS="${CFLAGS+set}" 2174ac_test_CFLAGS=${CFLAGS+set}
1009ac_save_CFLAGS="$CFLAGS" 2175ac_save_CFLAGS=$CFLAGS
1010CFLAGS= 2176CFLAGS="-g"
2177echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1011echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2178echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1012echo "configure:1013: checking whether ${CC-cc} accepts -g" >&5
1013if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2179if test "${ac_cv_prog_cc_g+set}" = set; then
1014 echo $ac_n "(cached) $ac_c" 1>&6 2180 echo $ECHO_N "(cached) $ECHO_C" >&6
1015else 2181else
1016 echo 'void f(){}' > conftest.c 2182 cat >conftest.$ac_ext <<_ACEOF
1017if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 2183/* confdefs.h. */
2184_ACEOF
2185cat confdefs.h >>conftest.$ac_ext
2186cat >>conftest.$ac_ext <<_ACEOF
2187/* end confdefs.h. */
2188
2189int
2190main ()
2191{
2192
2193 ;
2194 return 0;
2195}
2196_ACEOF
2197rm -f conftest.$ac_objext
2198if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2199 (eval $ac_compile) 2>conftest.er1
2200 ac_status=$?
2201 grep -v '^ *+' conftest.er1 >conftest.err
2202 rm -f conftest.er1
2203 cat conftest.err >&5
2204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2205 (exit $ac_status); } &&
2206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2208 (eval $ac_try) 2>&5
2209 ac_status=$?
2210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2211 (exit $ac_status); }; } &&
2212 { ac_try='test -s conftest.$ac_objext'
2213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2214 (eval $ac_try) 2>&5
2215 ac_status=$?
2216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2217 (exit $ac_status); }; }; then
1018 ac_cv_prog_cc_g=yes 2218 ac_cv_prog_cc_g=yes
1019else 2219else
2220 echo "$as_me: failed program was:" >&5
2221sed 's/^/| /' conftest.$ac_ext >&5
2222
1020 ac_cv_prog_cc_g=no 2223ac_cv_prog_cc_g=no
1021fi 2224fi
1022rm -f conftest* 2225rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1023
1024fi 2226fi
1025 2227echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1026echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 2228echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1027if test "$ac_test_CFLAGS" = set; then 2229if test "$ac_test_CFLAGS" = set; then
1028 CFLAGS="$ac_save_CFLAGS" 2230 CFLAGS=$ac_save_CFLAGS
1029elif test $ac_cv_prog_cc_g = yes; then 2231elif test $ac_cv_prog_cc_g = yes; then
1030 if test "$GCC" = yes; then 2232 if test "$GCC" = yes; then
1031 CFLAGS="-g -O2" 2233 CFLAGS="-g -O2"
1032 else 2234 else
1033 CFLAGS="-g" 2235 CFLAGS="-g"
1037 CFLAGS="-O2" 2239 CFLAGS="-O2"
1038 else 2240 else
1039 CFLAGS= 2241 CFLAGS=
1040 fi 2242 fi
1041fi 2243fi
2244echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2245echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2246if test "${ac_cv_prog_cc_stdc+set}" = set; then
2247 echo $ECHO_N "(cached) $ECHO_C" >&6
2248else
2249 ac_cv_prog_cc_stdc=no
2250ac_save_CC=$CC
2251cat >conftest.$ac_ext <<_ACEOF
2252/* confdefs.h. */
2253_ACEOF
2254cat confdefs.h >>conftest.$ac_ext
2255cat >>conftest.$ac_ext <<_ACEOF
2256/* end confdefs.h. */
2257#include <stdarg.h>
2258#include <stdio.h>
2259#include <sys/types.h>
2260#include <sys/stat.h>
2261/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2262struct buf { int x; };
2263FILE * (*rcsopen) (struct buf *, struct stat *, int);
2264static char *e (p, i)
2265 char **p;
2266 int i;
2267{
2268 return p[i];
2269}
2270static char *f (char * (*g) (char **, int), char **p, ...)
2271{
2272 char *s;
2273 va_list v;
2274 va_start (v,p);
2275 s = g (p, va_arg (v,int));
2276 va_end (v);
2277 return s;
2278}
1042 2279
1043for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 2280/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2281 function prototypes and stuff, but not '\xHH' hex character constants.
2282 These don't provoke an error unfortunately, instead are silently treated
2283 as 'x'. The following induces an error, until -std1 is added to get
2284 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2285 array size at least. It's necessary to write '\x00'==0 to get something
2286 that's true only with -std1. */
2287int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2288
2289int test (int i, double x);
2290struct s1 {int (*f) (int a);};
2291struct s2 {int (*f) (double a);};
2292int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2293int argc;
2294char **argv;
2295int
2296main ()
2297{
2298return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2299 ;
2300 return 0;
2301}
2302_ACEOF
2303# Don't try gcc -ansi; that turns off useful extensions and
2304# breaks some systems' header files.
2305# AIX -qlanglvl=ansi
2306# Ultrix and OSF/1 -std1
2307# HP-UX 10.20 and later -Ae
2308# HP-UX older versions -Aa -D_HPUX_SOURCE
2309# SVR4 -Xc -D__EXTENSIONS__
2310for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1044do 2311do
2312 CC="$ac_save_CC $ac_arg"
2313 rm -f conftest.$ac_objext
2314if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2315 (eval $ac_compile) 2>conftest.er1
2316 ac_status=$?
2317 grep -v '^ *+' conftest.er1 >conftest.err
2318 rm -f conftest.er1
2319 cat conftest.err >&5
2320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2321 (exit $ac_status); } &&
2322 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2324 (eval $ac_try) 2>&5
2325 ac_status=$?
2326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2327 (exit $ac_status); }; } &&
2328 { ac_try='test -s conftest.$ac_objext'
2329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2330 (eval $ac_try) 2>&5
2331 ac_status=$?
2332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2333 (exit $ac_status); }; }; then
2334 ac_cv_prog_cc_stdc=$ac_arg
2335break
2336else
2337 echo "$as_me: failed program was:" >&5
2338sed 's/^/| /' conftest.$ac_ext >&5
2339
2340fi
2341rm -f conftest.err conftest.$ac_objext
2342done
2343rm -f conftest.$ac_ext conftest.$ac_objext
2344CC=$ac_save_CC
2345
2346fi
2347
2348case "x$ac_cv_prog_cc_stdc" in
2349 x|xno)
2350 echo "$as_me:$LINENO: result: none needed" >&5
2351echo "${ECHO_T}none needed" >&6 ;;
2352 *)
2353 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2354echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2355 CC="$CC $ac_cv_prog_cc_stdc" ;;
2356esac
2357
2358# Some people use a C++ compiler to compile C. Since we use `exit',
2359# in C++ we need to declare it. In case someone uses the same compiler
2360# for both compiling C and C++ we need to have the C++ compiler decide
2361# the declaration of exit, since it's the most demanding environment.
2362cat >conftest.$ac_ext <<_ACEOF
2363#ifndef __cplusplus
2364 choke me
2365#endif
2366_ACEOF
2367rm -f conftest.$ac_objext
2368if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2369 (eval $ac_compile) 2>conftest.er1
2370 ac_status=$?
2371 grep -v '^ *+' conftest.er1 >conftest.err
2372 rm -f conftest.er1
2373 cat conftest.err >&5
2374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2375 (exit $ac_status); } &&
2376 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2378 (eval $ac_try) 2>&5
2379 ac_status=$?
2380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2381 (exit $ac_status); }; } &&
2382 { ac_try='test -s conftest.$ac_objext'
2383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2384 (eval $ac_try) 2>&5
2385 ac_status=$?
2386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2387 (exit $ac_status); }; }; then
2388 for ac_declaration in \
2389 '' \
2390 'extern "C" void std::exit (int) throw (); using std::exit;' \
2391 'extern "C" void std::exit (int); using std::exit;' \
2392 'extern "C" void exit (int) throw ();' \
2393 'extern "C" void exit (int);' \
2394 'void exit (int);'
2395do
2396 cat >conftest.$ac_ext <<_ACEOF
2397/* confdefs.h. */
2398_ACEOF
2399cat confdefs.h >>conftest.$ac_ext
2400cat >>conftest.$ac_ext <<_ACEOF
2401/* end confdefs.h. */
2402$ac_declaration
2403#include <stdlib.h>
2404int
2405main ()
2406{
2407exit (42);
2408 ;
2409 return 0;
2410}
2411_ACEOF
2412rm -f conftest.$ac_objext
2413if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2414 (eval $ac_compile) 2>conftest.er1
2415 ac_status=$?
2416 grep -v '^ *+' conftest.er1 >conftest.err
2417 rm -f conftest.er1
2418 cat conftest.err >&5
2419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2420 (exit $ac_status); } &&
2421 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2423 (eval $ac_try) 2>&5
2424 ac_status=$?
2425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2426 (exit $ac_status); }; } &&
2427 { ac_try='test -s conftest.$ac_objext'
2428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2429 (eval $ac_try) 2>&5
2430 ac_status=$?
2431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2432 (exit $ac_status); }; }; then
2433 :
2434else
2435 echo "$as_me: failed program was:" >&5
2436sed 's/^/| /' conftest.$ac_ext >&5
2437
2438continue
2439fi
2440rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2441 cat >conftest.$ac_ext <<_ACEOF
2442/* confdefs.h. */
2443_ACEOF
2444cat confdefs.h >>conftest.$ac_ext
2445cat >>conftest.$ac_ext <<_ACEOF
2446/* end confdefs.h. */
2447$ac_declaration
2448int
2449main ()
2450{
2451exit (42);
2452 ;
2453 return 0;
2454}
2455_ACEOF
2456rm -f conftest.$ac_objext
2457if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2458 (eval $ac_compile) 2>conftest.er1
2459 ac_status=$?
2460 grep -v '^ *+' conftest.er1 >conftest.err
2461 rm -f conftest.er1
2462 cat conftest.err >&5
2463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2464 (exit $ac_status); } &&
2465 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2467 (eval $ac_try) 2>&5
2468 ac_status=$?
2469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2470 (exit $ac_status); }; } &&
2471 { ac_try='test -s conftest.$ac_objext'
2472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2473 (eval $ac_try) 2>&5
2474 ac_status=$?
2475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2476 (exit $ac_status); }; }; then
2477 break
2478else
2479 echo "$as_me: failed program was:" >&5
2480sed 's/^/| /' conftest.$ac_ext >&5
2481
2482fi
2483rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2484done
2485rm -f conftest*
2486if test -n "$ac_declaration"; then
2487 echo '#ifdef __cplusplus' >>confdefs.h
2488 echo $ac_declaration >>confdefs.h
2489 echo '#endif' >>confdefs.h
2490fi
2491
2492else
2493 echo "$as_me: failed program was:" >&5
2494sed 's/^/| /' conftest.$ac_ext >&5
2495
2496fi
2497rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2498ac_ext=c
2499ac_cpp='$CPP $CPPFLAGS'
2500ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2501ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2502ac_compiler_gnu=$ac_cv_c_compiler_gnu
2503
2504ac_ext=cc
2505ac_cpp='$CXXCPP $CPPFLAGS'
2506ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2507ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2508ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2509if test -n "$ac_tool_prefix"; then
2510 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2511 do
1045# Extract the first word of "$ac_prog", so it can be a program name with args. 2512 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1046set dummy $ac_prog; ac_word=$2 2513set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2514echo "$as_me:$LINENO: checking for $ac_word" >&5
1047echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2515echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1048echo "configure:1049: checking for $ac_word" >&5
1049if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 2516if test "${ac_cv_prog_CXX+set}" = set; then
1050 echo $ac_n "(cached) $ac_c" 1>&6 2517 echo $ECHO_N "(cached) $ECHO_C" >&6
1051else 2518else
1052 if test -n "$CXX"; then 2519 if test -n "$CXX"; then
1053 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2520 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1054else 2521else
1055 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1056 ac_dummy="$PATH" 2523for as_dir in $PATH
1057 for ac_dir in $ac_dummy; do 2524do
2525 IFS=$as_save_IFS
1058 test -z "$ac_dir" && ac_dir=. 2526 test -z "$as_dir" && as_dir=.
1059 if test -f $ac_dir/$ac_word; then 2527 for ac_exec_ext in '' $ac_executable_extensions; do
2528 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1060 ac_cv_prog_CXX="$ac_prog" 2529 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1061 break 2531 break 2
1062 fi 2532 fi
2533done
2534done
2535
2536fi
2537fi
2538CXX=$ac_cv_prog_CXX
2539if test -n "$CXX"; then
2540 echo "$as_me:$LINENO: result: $CXX" >&5
2541echo "${ECHO_T}$CXX" >&6
2542else
2543 echo "$as_me:$LINENO: result: no" >&5
2544echo "${ECHO_T}no" >&6
2545fi
2546
2547 test -n "$CXX" && break
1063 done 2548 done
1064 IFS="$ac_save_ifs"
1065fi 2549fi
1066fi
1067CXX="$ac_cv_prog_CXX"
1068if test -n "$CXX"; then 2550if test -z "$CXX"; then
1069 echo "$ac_t""$CXX" 1>&6 2551 ac_ct_CXX=$CXX
2552 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2553do
2554 # Extract the first word of "$ac_prog", so it can be a program name with args.
2555set dummy $ac_prog; ac_word=$2
2556echo "$as_me:$LINENO: checking for $ac_word" >&5
2557echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2558if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2559 echo $ECHO_N "(cached) $ECHO_C" >&6
1070else 2560else
1071 echo "$ac_t""no" 1>&6 2561 if test -n "$ac_ct_CXX"; then
1072fi 2562 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1073 2563else
1074test -n "$CXX" && break 2564as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2565for as_dir in $PATH
2566do
2567 IFS=$as_save_IFS
2568 test -z "$as_dir" && as_dir=.
2569 for ac_exec_ext in '' $ac_executable_extensions; do
2570 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2571 ac_cv_prog_ac_ct_CXX="$ac_prog"
2572 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2574 fi
1075done 2575done
2576done
2577
2578fi
2579fi
2580ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2581if test -n "$ac_ct_CXX"; then
2582 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2583echo "${ECHO_T}$ac_ct_CXX" >&6
2584else
2585 echo "$as_me:$LINENO: result: no" >&5
2586echo "${ECHO_T}no" >&6
2587fi
2588
2589 test -n "$ac_ct_CXX" && break
2590done
1076test -n "$CXX" || CXX="gcc" 2591test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1077 2592
2593 CXX=$ac_ct_CXX
2594fi
1078 2595
1079echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1080echo "configure:1081: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1081 2596
1082ac_ext=C 2597# Provide some information about the compiler.
1083# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2598echo "$as_me:$LINENO:" \
1084ac_cpp='$CXXCPP $CPPFLAGS' 2599 "checking for C++ compiler version" >&5
1085ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2600ac_compiler=`set X $ac_compile; echo $2`
1086ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2601{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1087cross_compiling=$ac_cv_prog_cxx_cross 2602 (eval $ac_compiler --version </dev/null >&5) 2>&5
2603 ac_status=$?
2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 (exit $ac_status); }
2606{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2607 (eval $ac_compiler -v </dev/null >&5) 2>&5
2608 ac_status=$?
2609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2610 (exit $ac_status); }
2611{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2612 (eval $ac_compiler -V </dev/null >&5) 2>&5
2613 ac_status=$?
2614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2615 (exit $ac_status); }
1088 2616
2617echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2618echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2619if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2620 echo $ECHO_N "(cached) $ECHO_C" >&6
2621else
2622 cat >conftest.$ac_ext <<_ACEOF
2623/* confdefs.h. */
2624_ACEOF
2625cat confdefs.h >>conftest.$ac_ext
1089cat > conftest.$ac_ext << EOF 2626cat >>conftest.$ac_ext <<_ACEOF
2627/* end confdefs.h. */
1090 2628
1091#line 1092 "configure" 2629int
1092#include "confdefs.h" 2630main ()
1093 2631{
1094int main(){return(0);}
1095EOF
1096if { (eval echo configure:1097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1097 ac_cv_prog_cxx_works=yes
1098 # If we can't run a trivial program, we are probably using a cross compiler.
1099 if (./conftest; exit) 2>/dev/null; then
1100 ac_cv_prog_cxx_cross=no
1101 else
1102 ac_cv_prog_cxx_cross=yes
1103 fi
1104else
1105 echo "configure: failed program was:" >&5
1106 cat conftest.$ac_ext >&5
1107 ac_cv_prog_cxx_works=no
1108fi
1109rm -fr conftest*
1110ac_ext=c
1111# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1112ac_cpp='$CPP $CPPFLAGS'
1113ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1114ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1115cross_compiling=$ac_cv_prog_cc_cross
1116
1117echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1118if test $ac_cv_prog_cxx_works = no; then
1119 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1120fi
1121echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1122echo "configure:1123: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1123echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1124cross_compiling=$ac_cv_prog_cxx_cross
1125
1126echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1127echo "configure:1128: checking whether we are using GNU C++" >&5
1128if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1129 echo $ac_n "(cached) $ac_c" 1>&6
1130else
1131 cat > conftest.C <<EOF
1132#ifdef __GNUC__ 2632#ifndef __GNUC__
1133 yes; 2633 choke me
1134#endif 2634#endif
1135EOF
1136if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1137 ac_cv_prog_gxx=yes
1138else
1139 ac_cv_prog_gxx=no
1140fi
1141fi
1142 2635
1143echo "$ac_t""$ac_cv_prog_gxx" 1>&6 2636 ;
1144 2637 return 0;
1145if test $ac_cv_prog_gxx = yes; then 2638}
1146 GXX=yes 2639_ACEOF
2640rm -f conftest.$ac_objext
2641if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2642 (eval $ac_compile) 2>conftest.er1
2643 ac_status=$?
2644 grep -v '^ *+' conftest.er1 >conftest.err
2645 rm -f conftest.er1
2646 cat conftest.err >&5
2647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648 (exit $ac_status); } &&
2649 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2651 (eval $ac_try) 2>&5
2652 ac_status=$?
2653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2654 (exit $ac_status); }; } &&
2655 { ac_try='test -s conftest.$ac_objext'
2656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2657 (eval $ac_try) 2>&5
2658 ac_status=$?
2659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2660 (exit $ac_status); }; }; then
2661 ac_compiler_gnu=yes
1147else 2662else
1148 GXX= 2663 echo "$as_me: failed program was:" >&5
1149fi 2664sed 's/^/| /' conftest.$ac_ext >&5
1150 2665
2666ac_compiler_gnu=no
2667fi
2668rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2669ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2670
2671fi
2672echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2673echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2674GXX=`test $ac_compiler_gnu = yes && echo yes`
1151ac_test_CXXFLAGS="${CXXFLAGS+set}" 2675ac_test_CXXFLAGS=${CXXFLAGS+set}
1152ac_save_CXXFLAGS="$CXXFLAGS" 2676ac_save_CXXFLAGS=$CXXFLAGS
1153CXXFLAGS= 2677CXXFLAGS="-g"
2678echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
1154echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 2679echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
1155echo "configure:1156: checking whether ${CXX-g++} accepts -g" >&5
1156if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 2680if test "${ac_cv_prog_cxx_g+set}" = set; then
1157 echo $ac_n "(cached) $ac_c" 1>&6 2681 echo $ECHO_N "(cached) $ECHO_C" >&6
1158else 2682else
1159 echo 'void f(){}' > conftest.cc 2683 cat >conftest.$ac_ext <<_ACEOF
1160if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then 2684/* confdefs.h. */
2685_ACEOF
2686cat confdefs.h >>conftest.$ac_ext
2687cat >>conftest.$ac_ext <<_ACEOF
2688/* end confdefs.h. */
2689
2690int
2691main ()
2692{
2693
2694 ;
2695 return 0;
2696}
2697_ACEOF
2698rm -f conftest.$ac_objext
2699if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2700 (eval $ac_compile) 2>conftest.er1
2701 ac_status=$?
2702 grep -v '^ *+' conftest.er1 >conftest.err
2703 rm -f conftest.er1
2704 cat conftest.err >&5
2705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2706 (exit $ac_status); } &&
2707 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2709 (eval $ac_try) 2>&5
2710 ac_status=$?
2711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2712 (exit $ac_status); }; } &&
2713 { ac_try='test -s conftest.$ac_objext'
2714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2715 (eval $ac_try) 2>&5
2716 ac_status=$?
2717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2718 (exit $ac_status); }; }; then
1161 ac_cv_prog_cxx_g=yes 2719 ac_cv_prog_cxx_g=yes
1162else 2720else
2721 echo "$as_me: failed program was:" >&5
2722sed 's/^/| /' conftest.$ac_ext >&5
2723
1163 ac_cv_prog_cxx_g=no 2724ac_cv_prog_cxx_g=no
1164fi 2725fi
1165rm -f conftest* 2726rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1166
1167fi 2727fi
1168 2728echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
1169echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 2729echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
1170if test "$ac_test_CXXFLAGS" = set; then 2730if test "$ac_test_CXXFLAGS" = set; then
1171 CXXFLAGS="$ac_save_CXXFLAGS" 2731 CXXFLAGS=$ac_save_CXXFLAGS
1172elif test $ac_cv_prog_cxx_g = yes; then 2732elif test $ac_cv_prog_cxx_g = yes; then
1173 if test "$GXX" = yes; then 2733 if test "$GXX" = yes; then
1174 CXXFLAGS="-g -O2" 2734 CXXFLAGS="-g -O2"
1175 else 2735 else
1176 CXXFLAGS="-g" 2736 CXXFLAGS="-g"
1180 CXXFLAGS="-O2" 2740 CXXFLAGS="-O2"
1181 else 2741 else
1182 CXXFLAGS= 2742 CXXFLAGS=
1183 fi 2743 fi
1184fi 2744fi
2745for ac_declaration in \
2746 '' \
2747 'extern "C" void std::exit (int) throw (); using std::exit;' \
2748 'extern "C" void std::exit (int); using std::exit;' \
2749 'extern "C" void exit (int) throw ();' \
2750 'extern "C" void exit (int);' \
2751 'void exit (int);'
2752do
2753 cat >conftest.$ac_ext <<_ACEOF
2754/* confdefs.h. */
2755_ACEOF
2756cat confdefs.h >>conftest.$ac_ext
2757cat >>conftest.$ac_ext <<_ACEOF
2758/* end confdefs.h. */
2759$ac_declaration
2760#include <stdlib.h>
2761int
2762main ()
2763{
2764exit (42);
2765 ;
2766 return 0;
2767}
2768_ACEOF
2769rm -f conftest.$ac_objext
2770if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2771 (eval $ac_compile) 2>conftest.er1
2772 ac_status=$?
2773 grep -v '^ *+' conftest.er1 >conftest.err
2774 rm -f conftest.er1
2775 cat conftest.err >&5
2776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2777 (exit $ac_status); } &&
2778 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2780 (eval $ac_try) 2>&5
2781 ac_status=$?
2782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2783 (exit $ac_status); }; } &&
2784 { ac_try='test -s conftest.$ac_objext'
2785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2786 (eval $ac_try) 2>&5
2787 ac_status=$?
2788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2789 (exit $ac_status); }; }; then
2790 :
2791else
2792 echo "$as_me: failed program was:" >&5
2793sed 's/^/| /' conftest.$ac_ext >&5
1185 2794
2795continue
2796fi
2797rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2798 cat >conftest.$ac_ext <<_ACEOF
2799/* confdefs.h. */
2800_ACEOF
2801cat confdefs.h >>conftest.$ac_ext
2802cat >>conftest.$ac_ext <<_ACEOF
2803/* end confdefs.h. */
2804$ac_declaration
2805int
2806main ()
2807{
2808exit (42);
2809 ;
2810 return 0;
2811}
2812_ACEOF
2813rm -f conftest.$ac_objext
2814if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2815 (eval $ac_compile) 2>conftest.er1
2816 ac_status=$?
2817 grep -v '^ *+' conftest.er1 >conftest.err
2818 rm -f conftest.er1
2819 cat conftest.err >&5
2820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2821 (exit $ac_status); } &&
2822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2824 (eval $ac_try) 2>&5
2825 ac_status=$?
2826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2827 (exit $ac_status); }; } &&
2828 { ac_try='test -s conftest.$ac_objext'
2829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2830 (eval $ac_try) 2>&5
2831 ac_status=$?
2832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2833 (exit $ac_status); }; }; then
2834 break
2835else
2836 echo "$as_me: failed program was:" >&5
2837sed 's/^/| /' conftest.$ac_ext >&5
2838
2839fi
2840rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2841done
2842rm -f conftest*
2843if test -n "$ac_declaration"; then
2844 echo '#ifdef __cplusplus' >>confdefs.h
2845 echo $ac_declaration >>confdefs.h
2846 echo '#endif' >>confdefs.h
2847fi
2848
2849ac_ext=c
2850ac_cpp='$CPP $CPPFLAGS'
2851ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2852ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2853ac_compiler_gnu=$ac_cv_c_compiler_gnu
2854
2855ac_ext=c
2856ac_cpp='$CPP $CPPFLAGS'
2857ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2858ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2859ac_compiler_gnu=$ac_cv_c_compiler_gnu
2860echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
1186echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2861echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
1187echo "configure:1188: checking how to run the C preprocessor" >&5
1188# On Suns, sometimes $CPP names a directory. 2862# On Suns, sometimes $CPP names a directory.
1189if test -n "$CPP" && test -d "$CPP"; then 2863if test -n "$CPP" && test -d "$CPP"; then
1190 CPP= 2864 CPP=
1191fi 2865fi
1192if test -z "$CPP"; then 2866if test -z "$CPP"; then
1193if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 2867 if test "${ac_cv_prog_CPP+set}" = set; then
1194 echo $ac_n "(cached) $ac_c" 1>&6 2868 echo $ECHO_N "(cached) $ECHO_C" >&6
1195else 2869else
1196 # This must be in double quotes, not single quotes, because CPP may get 2870 # Double quotes because CPP needs to be expanded
1197 # substituted into the Makefile and "${CC-cc}" will confuse make. 2871 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1198 CPP="${CC-cc} -E" 2872 do
2873 ac_preproc_ok=false
2874for ac_c_preproc_warn_flag in '' yes
2875do
2876 # Use a header file that comes with gcc, so configuring glibc
2877 # with a fresh cross-compiler works.
2878 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2879 # <limits.h> exists even on freestanding compilers.
1199 # On the NeXT, cc -E runs the code through the compiler's parser, 2880 # On the NeXT, cc -E runs the code through the compiler's parser,
1200 # not just through cpp. 2881 # not just through cpp. "Syntax error" is here to catch this case.
1201 cat > conftest.$ac_ext <<EOF 2882 cat >conftest.$ac_ext <<_ACEOF
1202#line 1203 "configure" 2883/* confdefs.h. */
1203#include "confdefs.h" 2884_ACEOF
2885cat confdefs.h >>conftest.$ac_ext
2886cat >>conftest.$ac_ext <<_ACEOF
2887/* end confdefs.h. */
2888#ifdef __STDC__
2889# include <limits.h>
2890#else
1204#include <assert.h> 2891# include <assert.h>
1205Syntax Error 2892#endif
1206EOF 2893 Syntax error
1207ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2894_ACEOF
1208{ (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2895if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1209ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2896 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2897 ac_status=$?
2898 grep -v '^ *+' conftest.er1 >conftest.err
2899 rm -f conftest.er1
2900 cat conftest.err >&5
2901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2902 (exit $ac_status); } >/dev/null; then
2903 if test -s conftest.err; then
2904 ac_cpp_err=$ac_c_preproc_warn_flag
2905 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2906 else
2907 ac_cpp_err=
2908 fi
2909else
2910 ac_cpp_err=yes
2911fi
1210if test -z "$ac_err"; then 2912if test -z "$ac_cpp_err"; then
1211 : 2913 :
1212else 2914else
1213 echo "$ac_err" >&5
1214 echo "configure: failed program was:" >&5 2915 echo "$as_me: failed program was:" >&5
1215 cat conftest.$ac_ext >&5 2916sed 's/^/| /' conftest.$ac_ext >&5
1216 rm -rf conftest* 2917
1217 CPP="${CC-cc} -E -traditional-cpp" 2918 # Broken: fails on valid input.
2919continue
2920fi
2921rm -f conftest.err conftest.$ac_ext
2922
2923 # OK, works on sane cases. Now check whether non-existent headers
2924 # can be detected and how.
1218 cat > conftest.$ac_ext <<EOF 2925 cat >conftest.$ac_ext <<_ACEOF
1219#line 1220 "configure" 2926/* confdefs.h. */
1220#include "confdefs.h" 2927_ACEOF
2928cat confdefs.h >>conftest.$ac_ext
2929cat >>conftest.$ac_ext <<_ACEOF
2930/* end confdefs.h. */
2931#include <ac_nonexistent.h>
2932_ACEOF
2933if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2934 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2935 ac_status=$?
2936 grep -v '^ *+' conftest.er1 >conftest.err
2937 rm -f conftest.er1
2938 cat conftest.err >&5
2939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2940 (exit $ac_status); } >/dev/null; then
2941 if test -s conftest.err; then
2942 ac_cpp_err=$ac_c_preproc_warn_flag
2943 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2944 else
2945 ac_cpp_err=
2946 fi
2947else
2948 ac_cpp_err=yes
2949fi
2950if test -z "$ac_cpp_err"; then
2951 # Broken: success on invalid input.
2952continue
2953else
2954 echo "$as_me: failed program was:" >&5
2955sed 's/^/| /' conftest.$ac_ext >&5
2956
2957 # Passes both tests.
2958ac_preproc_ok=:
2959break
2960fi
2961rm -f conftest.err conftest.$ac_ext
2962
2963done
2964# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2965rm -f conftest.err conftest.$ac_ext
2966if $ac_preproc_ok; then
2967 break
2968fi
2969
2970 done
2971 ac_cv_prog_CPP=$CPP
2972
2973fi
2974 CPP=$ac_cv_prog_CPP
2975else
2976 ac_cv_prog_CPP=$CPP
2977fi
2978echo "$as_me:$LINENO: result: $CPP" >&5
2979echo "${ECHO_T}$CPP" >&6
2980ac_preproc_ok=false
2981for ac_c_preproc_warn_flag in '' yes
2982do
2983 # Use a header file that comes with gcc, so configuring glibc
2984 # with a fresh cross-compiler works.
2985 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2986 # <limits.h> exists even on freestanding compilers.
2987 # On the NeXT, cc -E runs the code through the compiler's parser,
2988 # not just through cpp. "Syntax error" is here to catch this case.
2989 cat >conftest.$ac_ext <<_ACEOF
2990/* confdefs.h. */
2991_ACEOF
2992cat confdefs.h >>conftest.$ac_ext
2993cat >>conftest.$ac_ext <<_ACEOF
2994/* end confdefs.h. */
2995#ifdef __STDC__
2996# include <limits.h>
2997#else
1221#include <assert.h> 2998# include <assert.h>
1222Syntax Error 2999#endif
1223EOF 3000 Syntax error
1224ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3001_ACEOF
1225{ (eval echo configure:1226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3002if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1226ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3003 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3004 ac_status=$?
3005 grep -v '^ *+' conftest.er1 >conftest.err
3006 rm -f conftest.er1
3007 cat conftest.err >&5
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); } >/dev/null; then
3010 if test -s conftest.err; then
3011 ac_cpp_err=$ac_c_preproc_warn_flag
3012 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3013 else
3014 ac_cpp_err=
3015 fi
3016else
3017 ac_cpp_err=yes
3018fi
1227if test -z "$ac_err"; then 3019if test -z "$ac_cpp_err"; then
1228 : 3020 :
1229else 3021else
1230 echo "$ac_err" >&5
1231 echo "configure: failed program was:" >&5 3022 echo "$as_me: failed program was:" >&5
1232 cat conftest.$ac_ext >&5 3023sed 's/^/| /' conftest.$ac_ext >&5
1233 rm -rf conftest* 3024
1234 CPP="${CC-cc} -nologo -E" 3025 # Broken: fails on valid input.
3026continue
3027fi
3028rm -f conftest.err conftest.$ac_ext
3029
3030 # OK, works on sane cases. Now check whether non-existent headers
3031 # can be detected and how.
1235 cat > conftest.$ac_ext <<EOF 3032 cat >conftest.$ac_ext <<_ACEOF
1236#line 1237 "configure" 3033/* confdefs.h. */
1237#include "confdefs.h" 3034_ACEOF
1238#include <assert.h> 3035cat confdefs.h >>conftest.$ac_ext
1239Syntax Error 3036cat >>conftest.$ac_ext <<_ACEOF
1240EOF 3037/* end confdefs.h. */
1241ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3038#include <ac_nonexistent.h>
1242{ (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3039_ACEOF
1243ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3040if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3041 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3042 ac_status=$?
3043 grep -v '^ *+' conftest.er1 >conftest.err
3044 rm -f conftest.er1
3045 cat conftest.err >&5
3046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3047 (exit $ac_status); } >/dev/null; then
3048 if test -s conftest.err; then
3049 ac_cpp_err=$ac_c_preproc_warn_flag
3050 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3051 else
3052 ac_cpp_err=
3053 fi
3054else
3055 ac_cpp_err=yes
3056fi
1244if test -z "$ac_err"; then 3057if test -z "$ac_cpp_err"; then
3058 # Broken: success on invalid input.
3059continue
3060else
3061 echo "$as_me: failed program was:" >&5
3062sed 's/^/| /' conftest.$ac_ext >&5
3063
3064 # Passes both tests.
3065ac_preproc_ok=:
3066break
3067fi
3068rm -f conftest.err conftest.$ac_ext
3069
3070done
3071# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3072rm -f conftest.err conftest.$ac_ext
3073if $ac_preproc_ok; then
1245 : 3074 :
1246else 3075else
1247 echo "$ac_err" >&5 3076 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1248 echo "configure: failed program was:" >&5 3077See \`config.log' for more details." >&5
1249 cat conftest.$ac_ext >&5 3078echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1250 rm -rf conftest* 3079See \`config.log' for more details." >&2;}
1251 CPP=/lib/cpp 3080 { (exit 1); exit 1; }; }
1252fi 3081fi
1253rm -f conftest* 3082
1254fi 3083ac_ext=c
1255rm -f conftest* 3084ac_cpp='$CPP $CPPFLAGS'
1256fi 3085ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257rm -f conftest* 3086ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258 ac_cv_prog_CPP="$CPP" 3087ac_compiler_gnu=$ac_cv_c_compiler_gnu
1259fi
1260 CPP="$ac_cv_prog_CPP"
1261else
1262 ac_cv_prog_CPP="$CPP"
1263fi
1264echo "$ac_t""$CPP" 1>&6
1265 3088
1266# Find a good install program. We prefer a C program (faster), 3089# Find a good install program. We prefer a C program (faster),
1267# so one script is as good as another. But avoid the broken or 3090# so one script is as good as another. But avoid the broken or
1268# incompatible versions: 3091# incompatible versions:
1269# SysV /etc/install, /usr/sbin/install 3092# SysV /etc/install, /usr/sbin/install
1270# SunOS /usr/etc/install 3093# SunOS /usr/etc/install
1271# IRIX /sbin/install 3094# IRIX /sbin/install
1272# AIX /bin/install 3095# AIX /bin/install
3096# AmigaOS /C/install, which installs bootblocks on floppy discs
1273# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3097# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1274# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3098# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1275# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3099# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3100# OS/2's system install, which has a completely different semantic
1276# ./install, which can be erroneously created by make from ./install.sh. 3101# ./install, which can be erroneously created by make from ./install.sh.
3102echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1277echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 3103echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1278echo "configure:1279: checking for a BSD compatible install" >&5
1279if test -z "$INSTALL"; then 3104if test -z "$INSTALL"; then
1280if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 3105if test "${ac_cv_path_install+set}" = set; then
1281 echo $ac_n "(cached) $ac_c" 1>&6 3106 echo $ECHO_N "(cached) $ECHO_C" >&6
1282else 3107else
1283 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1284 for ac_dir in $PATH; do 3109for as_dir in $PATH
3110do
3111 IFS=$as_save_IFS
3112 test -z "$as_dir" && as_dir=.
1285 # Account for people who put trailing slashes in PATH elements. 3113 # Account for people who put trailing slashes in PATH elements.
1286 case "$ac_dir/" in 3114case $as_dir/ in
3115 ./ | .// | /cC/* | \
1287 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 3116 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3117 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3118 /usr/ucb/* ) ;;
1288 *) 3119 *)
1289 # OSF1 and SCO ODT 3.0 have their own names for install. 3120 # OSF1 and SCO ODT 3.0 have their own names for install.
1290 # Don't use installbsd from OSF since it installs stuff as root 3121 # Don't use installbsd from OSF since it installs stuff as root
1291 # by default. 3122 # by default.
1292 for ac_prog in ginstall scoinst install; do 3123 for ac_prog in ginstall scoinst install; do
1293 if test -f $ac_dir/$ac_prog; then 3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1294 if test $ac_prog = install && 3126 if test $ac_prog = install &&
1295 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 3127 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1296 # AIX install. It has an incompatible calling convention. 3128 # AIX install. It has an incompatible calling convention.
1297 : 3129 :
3130 elif test $ac_prog = install &&
3131 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3132 # program-specific install script used by HP pwplus--don't use.
3133 :
1298 else 3134 else
1299 ac_cv_path_install="$ac_dir/$ac_prog -c" 3135 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1300 break 2 3136 break 3
1301 fi 3137 fi
1302 fi 3138 fi
1303 done 3139 done
1304 ;;
1305 esac
1306 done 3140 done
1307 IFS="$ac_save_IFS" 3141 ;;
3142esac
3143done
3144
1308 3145
1309fi 3146fi
1310 if test "${ac_cv_path_install+set}" = set; then 3147 if test "${ac_cv_path_install+set}" = set; then
1311 INSTALL="$ac_cv_path_install" 3148 INSTALL=$ac_cv_path_install
1312 else 3149 else
1313 # As a last resort, use the slow shell script. We don't cache a 3150 # As a last resort, use the slow shell script. We don't cache a
1314 # path for INSTALL within a source directory, because that will 3151 # path for INSTALL within a source directory, because that will
1315 # break other packages using the cache if that directory is 3152 # break other packages using the cache if that directory is
1316 # removed, or if the path is relative. 3153 # removed, or if the path is relative.
1317 INSTALL="$ac_install_sh" 3154 INSTALL=$ac_install_sh
1318 fi 3155 fi
1319fi 3156fi
3157echo "$as_me:$LINENO: result: $INSTALL" >&5
1320echo "$ac_t""$INSTALL" 1>&6 3158echo "${ECHO_T}$INSTALL" >&6
1321 3159
1322# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3160# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1323# It thinks the first close brace ends the variable substitution. 3161# It thinks the first close brace ends the variable substitution.
1324test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3162test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1325 3163
1326test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 3164test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1327 3165
1328test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3166test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1329 3167
1330for ac_prog in mawk gawk nawk awk 3168for ac_prog in gawk mawk nawk awk
1331do 3169do
1332# Extract the first word of "$ac_prog", so it can be a program name with args. 3170 # Extract the first word of "$ac_prog", so it can be a program name with args.
1333set dummy $ac_prog; ac_word=$2 3171set dummy $ac_prog; ac_word=$2
3172echo "$as_me:$LINENO: checking for $ac_word" >&5
1334echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3173echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1335echo "configure:1336: checking for $ac_word" >&5
1336if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 3174if test "${ac_cv_prog_AWK+set}" = set; then
1337 echo $ac_n "(cached) $ac_c" 1>&6 3175 echo $ECHO_N "(cached) $ECHO_C" >&6
1338else 3176else
1339 if test -n "$AWK"; then 3177 if test -n "$AWK"; then
1340 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3178 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1341else 3179else
1342 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3180as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1343 ac_dummy="$PATH" 3181for as_dir in $PATH
1344 for ac_dir in $ac_dummy; do 3182do
3183 IFS=$as_save_IFS
1345 test -z "$ac_dir" && ac_dir=. 3184 test -z "$as_dir" && as_dir=.
1346 if test -f $ac_dir/$ac_word; then 3185 for ac_exec_ext in '' $ac_executable_extensions; do
3186 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1347 ac_cv_prog_AWK="$ac_prog" 3187 ac_cv_prog_AWK="$ac_prog"
3188 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1348 break 3189 break 2
3190 fi
3191done
3192done
3193
3194fi
3195fi
3196AWK=$ac_cv_prog_AWK
3197if test -n "$AWK"; then
3198 echo "$as_me:$LINENO: result: $AWK" >&5
3199echo "${ECHO_T}$AWK" >&6
3200else
3201 echo "$as_me:$LINENO: result: no" >&5
3202echo "${ECHO_T}no" >&6
3203fi
3204
3205 test -n "$AWK" && break
3206done
3207
3208
3209ac_ext=c
3210ac_cpp='$CPP $CPPFLAGS'
3211ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213ac_compiler_gnu=$ac_cv_c_compiler_gnu
3214
3215
3216LINKER="$CXX"
3217if test x$GCC = xyes && test x$GXX = xyes; then
3218
3219echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3220echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3221if test "${ac_cv_lib_supcpp_main+set}" = set; then
3222 echo $ECHO_N "(cached) $ECHO_C" >&6
3223else
3224 ac_check_lib_save_LIBS=$LIBS
3225LIBS="-lsupc++ $LIBS"
3226cat >conftest.$ac_ext <<_ACEOF
3227/* confdefs.h. */
3228_ACEOF
3229cat confdefs.h >>conftest.$ac_ext
3230cat >>conftest.$ac_ext <<_ACEOF
3231/* end confdefs.h. */
3232
3233
3234int
3235main ()
3236{
3237main ();
3238 ;
3239 return 0;
3240}
3241_ACEOF
3242rm -f conftest.$ac_objext conftest$ac_exeext
3243if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3244 (eval $ac_link) 2>conftest.er1
3245 ac_status=$?
3246 grep -v '^ *+' conftest.er1 >conftest.err
3247 rm -f conftest.er1
3248 cat conftest.err >&5
3249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3250 (exit $ac_status); } &&
3251 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3253 (eval $ac_try) 2>&5
3254 ac_status=$?
3255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3256 (exit $ac_status); }; } &&
3257 { ac_try='test -s conftest$ac_exeext'
3258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3259 (eval $ac_try) 2>&5
3260 ac_status=$?
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); }; }; then
3263 ac_cv_lib_supcpp_main=yes
3264else
3265 echo "$as_me: failed program was:" >&5
3266sed 's/^/| /' conftest.$ac_ext >&5
3267
3268ac_cv_lib_supcpp_main=no
3269fi
3270rm -f conftest.err conftest.$ac_objext \
3271 conftest$ac_exeext conftest.$ac_ext
3272LIBS=$ac_check_lib_save_LIBS
3273fi
3274echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3275echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3276if test $ac_cv_lib_supcpp_main = yes; then
3277
3278 LINKER="$CC"
3279 LIBS="$LIBS -lsupc++"
3280
3281fi
3282
3283fi
3284LINKER=$LINKER
3285
3286
3287CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3288
3289
3290ac_ext=cc
3291ac_cpp='$CXXCPP $CPPFLAGS'
3292ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3293ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3294ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3295
3296
3297
3298ac_ext=cc
3299ac_cpp='$CXXCPP $CPPFLAGS'
3300ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3301ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3302ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3303echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3304echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3305if test -z "$CXXCPP"; then
3306 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3307 echo $ECHO_N "(cached) $ECHO_C" >&6
3308else
3309 # Double quotes because CXXCPP needs to be expanded
3310 for CXXCPP in "$CXX -E" "/lib/cpp"
3311 do
3312 ac_preproc_ok=false
3313for ac_cxx_preproc_warn_flag in '' yes
3314do
3315 # Use a header file that comes with gcc, so configuring glibc
3316 # with a fresh cross-compiler works.
3317 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3318 # <limits.h> exists even on freestanding compilers.
3319 # On the NeXT, cc -E runs the code through the compiler's parser,
3320 # not just through cpp. "Syntax error" is here to catch this case.
3321 cat >conftest.$ac_ext <<_ACEOF
3322/* confdefs.h. */
3323_ACEOF
3324cat confdefs.h >>conftest.$ac_ext
3325cat >>conftest.$ac_ext <<_ACEOF
3326/* end confdefs.h. */
3327#ifdef __STDC__
3328# include <limits.h>
3329#else
3330# include <assert.h>
3331#endif
3332 Syntax error
3333_ACEOF
3334if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3335 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3336 ac_status=$?
3337 grep -v '^ *+' conftest.er1 >conftest.err
3338 rm -f conftest.er1
3339 cat conftest.err >&5
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); } >/dev/null; then
3342 if test -s conftest.err; then
3343 ac_cpp_err=$ac_cxx_preproc_warn_flag
3344 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3345 else
3346 ac_cpp_err=
3347 fi
3348else
3349 ac_cpp_err=yes
3350fi
3351if test -z "$ac_cpp_err"; then
3352 :
3353else
3354 echo "$as_me: failed program was:" >&5
3355sed 's/^/| /' conftest.$ac_ext >&5
3356
3357 # Broken: fails on valid input.
3358continue
3359fi
3360rm -f conftest.err conftest.$ac_ext
3361
3362 # OK, works on sane cases. Now check whether non-existent headers
3363 # can be detected and how.
3364 cat >conftest.$ac_ext <<_ACEOF
3365/* confdefs.h. */
3366_ACEOF
3367cat confdefs.h >>conftest.$ac_ext
3368cat >>conftest.$ac_ext <<_ACEOF
3369/* end confdefs.h. */
3370#include <ac_nonexistent.h>
3371_ACEOF
3372if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3373 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3374 ac_status=$?
3375 grep -v '^ *+' conftest.er1 >conftest.err
3376 rm -f conftest.er1
3377 cat conftest.err >&5
3378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3379 (exit $ac_status); } >/dev/null; then
3380 if test -s conftest.err; then
3381 ac_cpp_err=$ac_cxx_preproc_warn_flag
3382 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3383 else
3384 ac_cpp_err=
3385 fi
3386else
3387 ac_cpp_err=yes
3388fi
3389if test -z "$ac_cpp_err"; then
3390 # Broken: success on invalid input.
3391continue
3392else
3393 echo "$as_me: failed program was:" >&5
3394sed 's/^/| /' conftest.$ac_ext >&5
3395
3396 # Passes both tests.
3397ac_preproc_ok=:
3398break
3399fi
3400rm -f conftest.err conftest.$ac_ext
3401
3402done
3403# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3404rm -f conftest.err conftest.$ac_ext
3405if $ac_preproc_ok; then
3406 break
3407fi
3408
3409 done
3410 ac_cv_prog_CXXCPP=$CXXCPP
3411
3412fi
3413 CXXCPP=$ac_cv_prog_CXXCPP
3414else
3415 ac_cv_prog_CXXCPP=$CXXCPP
3416fi
3417echo "$as_me:$LINENO: result: $CXXCPP" >&5
3418echo "${ECHO_T}$CXXCPP" >&6
3419ac_preproc_ok=false
3420for ac_cxx_preproc_warn_flag in '' yes
3421do
3422 # Use a header file that comes with gcc, so configuring glibc
3423 # with a fresh cross-compiler works.
3424 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3425 # <limits.h> exists even on freestanding compilers.
3426 # On the NeXT, cc -E runs the code through the compiler's parser,
3427 # not just through cpp. "Syntax error" is here to catch this case.
3428 cat >conftest.$ac_ext <<_ACEOF
3429/* confdefs.h. */
3430_ACEOF
3431cat confdefs.h >>conftest.$ac_ext
3432cat >>conftest.$ac_ext <<_ACEOF
3433/* end confdefs.h. */
3434#ifdef __STDC__
3435# include <limits.h>
3436#else
3437# include <assert.h>
3438#endif
3439 Syntax error
3440_ACEOF
3441if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3442 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3443 ac_status=$?
3444 grep -v '^ *+' conftest.er1 >conftest.err
3445 rm -f conftest.er1
3446 cat conftest.err >&5
3447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3448 (exit $ac_status); } >/dev/null; then
3449 if test -s conftest.err; then
3450 ac_cpp_err=$ac_cxx_preproc_warn_flag
3451 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3452 else
3453 ac_cpp_err=
3454 fi
3455else
3456 ac_cpp_err=yes
3457fi
3458if test -z "$ac_cpp_err"; then
3459 :
3460else
3461 echo "$as_me: failed program was:" >&5
3462sed 's/^/| /' conftest.$ac_ext >&5
3463
3464 # Broken: fails on valid input.
3465continue
3466fi
3467rm -f conftest.err conftest.$ac_ext
3468
3469 # OK, works on sane cases. Now check whether non-existent headers
3470 # can be detected and how.
3471 cat >conftest.$ac_ext <<_ACEOF
3472/* confdefs.h. */
3473_ACEOF
3474cat confdefs.h >>conftest.$ac_ext
3475cat >>conftest.$ac_ext <<_ACEOF
3476/* end confdefs.h. */
3477#include <ac_nonexistent.h>
3478_ACEOF
3479if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3480 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3481 ac_status=$?
3482 grep -v '^ *+' conftest.er1 >conftest.err
3483 rm -f conftest.er1
3484 cat conftest.err >&5
3485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3486 (exit $ac_status); } >/dev/null; then
3487 if test -s conftest.err; then
3488 ac_cpp_err=$ac_cxx_preproc_warn_flag
3489 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3490 else
3491 ac_cpp_err=
3492 fi
3493else
3494 ac_cpp_err=yes
3495fi
3496if test -z "$ac_cpp_err"; then
3497 # Broken: success on invalid input.
3498continue
3499else
3500 echo "$as_me: failed program was:" >&5
3501sed 's/^/| /' conftest.$ac_ext >&5
3502
3503 # Passes both tests.
3504ac_preproc_ok=:
3505break
3506fi
3507rm -f conftest.err conftest.$ac_ext
3508
3509done
3510# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3511rm -f conftest.err conftest.$ac_ext
3512if $ac_preproc_ok; then
3513 :
3514else
3515 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3516See \`config.log' for more details." >&5
3517echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3518See \`config.log' for more details." >&2;}
3519 { (exit 1); exit 1; }; }
3520fi
3521
3522ac_ext=cc
3523ac_cpp='$CXXCPP $CPPFLAGS'
3524ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3525ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3526ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3527
3528
3529echo "$as_me:$LINENO: checking for egrep" >&5
3530echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3531if test "${ac_cv_prog_egrep+set}" = set; then
3532 echo $ECHO_N "(cached) $ECHO_C" >&6
3533else
3534 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3535 then ac_cv_prog_egrep='grep -E'
3536 else ac_cv_prog_egrep='egrep'
1349 fi 3537 fi
1350 done
1351 IFS="$ac_save_ifs"
1352fi 3538fi
1353fi 3539echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1354AWK="$ac_cv_prog_AWK" 3540echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1355if test -n "$AWK"; then 3541 EGREP=$ac_cv_prog_egrep
1356 echo "$ac_t""$AWK" 1>&6
1357else
1358 echo "$ac_t""no" 1>&6
1359fi
1360 3542
1361test -n "$AWK" && break
1362done
1363 3543
1364 3544
3545echo "$as_me:$LINENO: checking for AIX" >&5
1365echo $ac_n "checking for AIX""... $ac_c" 1>&6 3546echo $ECHO_N "checking for AIX... $ECHO_C" >&6
1366echo "configure:1367: checking for AIX" >&5
1367cat > conftest.$ac_ext <<EOF 3547cat >conftest.$ac_ext <<_ACEOF
1368#line 1369 "configure" 3548/* confdefs.h. */
1369#include "confdefs.h" 3549_ACEOF
3550cat confdefs.h >>conftest.$ac_ext
3551cat >>conftest.$ac_ext <<_ACEOF
3552/* end confdefs.h. */
1370#ifdef _AIX 3553#ifdef _AIX
1371 yes 3554 yes
1372#endif 3555#endif
1373 3556
1374EOF 3557_ACEOF
1375if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3558if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1376 egrep "yes" >/dev/null 2>&1; then 3559 $EGREP "yes" >/dev/null 2>&1; then
1377 rm -rf conftest* 3560 echo "$as_me:$LINENO: result: yes" >&5
1378 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF 3561echo "${ECHO_T}yes" >&6
3562cat >>confdefs.h <<\_ACEOF
1379#define _ALL_SOURCE 1 3563#define _ALL_SOURCE 1
1380EOF 3564_ACEOF
1381 3565
1382else 3566else
1383 rm -rf conftest* 3567 echo "$as_me:$LINENO: result: no" >&5
1384 echo "$ac_t""no" 1>&6 3568echo "${ECHO_T}no" >&6
1385fi 3569fi
1386rm -f conftest* 3570rm -f conftest*
1387 3571
1388 3572
1389echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 3573echo "$as_me:$LINENO: checking for library containing strerror" >&5
1390echo "configure:1391: checking for POSIXized ISC" >&5 3574echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
1391if test -d /etc/conf/kconfig.d && 3575if test "${ac_cv_search_strerror+set}" = set; then
1392 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 3576 echo $ECHO_N "(cached) $ECHO_C" >&6
1393then
1394 echo "$ac_t""yes" 1>&6
1395 ISC=yes # If later tests want to check for ISC.
1396 cat >> confdefs.h <<\EOF
1397#define _POSIX_SOURCE 1
1398EOF
1399
1400 if test "$GCC" = yes; then
1401 CC="$CC -posix"
1402 else 3577else
1403 CC="$CC -Xp" 3578 ac_func_search_save_LIBS=$LIBS
1404 fi 3579ac_cv_search_strerror=no
3580cat >conftest.$ac_ext <<_ACEOF
3581/* confdefs.h. */
3582_ACEOF
3583cat confdefs.h >>conftest.$ac_ext
3584cat >>conftest.$ac_ext <<_ACEOF
3585/* end confdefs.h. */
3586
3587/* Override any gcc2 internal prototype to avoid an error. */
3588#ifdef __cplusplus
3589extern "C"
3590#endif
3591/* We use char because int might match the return type of a gcc2
3592 builtin and then its argument prototype would still apply. */
3593char strerror ();
3594int
3595main ()
3596{
3597strerror ();
3598 ;
3599 return 0;
3600}
3601_ACEOF
3602rm -f conftest.$ac_objext conftest$ac_exeext
3603if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3604 (eval $ac_link) 2>conftest.er1
3605 ac_status=$?
3606 grep -v '^ *+' conftest.er1 >conftest.err
3607 rm -f conftest.er1
3608 cat conftest.err >&5
3609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3610 (exit $ac_status); } &&
3611 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3613 (eval $ac_try) 2>&5
3614 ac_status=$?
3615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3616 (exit $ac_status); }; } &&
3617 { ac_try='test -s conftest$ac_exeext'
3618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3619 (eval $ac_try) 2>&5
3620 ac_status=$?
3621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3622 (exit $ac_status); }; }; then
3623 ac_cv_search_strerror="none required"
1405else 3624else
1406 echo "$ac_t""no" 1>&6 3625 echo "$as_me: failed program was:" >&5
1407 ISC= 3626sed 's/^/| /' conftest.$ac_ext >&5
3627
3628fi
3629rm -f conftest.err conftest.$ac_objext \
3630 conftest$ac_exeext conftest.$ac_ext
3631if test "$ac_cv_search_strerror" = no; then
3632 for ac_lib in cposix; do
3633 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3634 cat >conftest.$ac_ext <<_ACEOF
3635/* confdefs.h. */
3636_ACEOF
3637cat confdefs.h >>conftest.$ac_ext
3638cat >>conftest.$ac_ext <<_ACEOF
3639/* end confdefs.h. */
3640
3641/* Override any gcc2 internal prototype to avoid an error. */
3642#ifdef __cplusplus
3643extern "C"
3644#endif
3645/* We use char because int might match the return type of a gcc2
3646 builtin and then its argument prototype would still apply. */
3647char strerror ();
3648int
3649main ()
3650{
3651strerror ();
3652 ;
3653 return 0;
3654}
3655_ACEOF
3656rm -f conftest.$ac_objext conftest$ac_exeext
3657if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3658 (eval $ac_link) 2>conftest.er1
3659 ac_status=$?
3660 grep -v '^ *+' conftest.er1 >conftest.err
3661 rm -f conftest.er1
3662 cat conftest.err >&5
3663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3664 (exit $ac_status); } &&
3665 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3667 (eval $ac_try) 2>&5
3668 ac_status=$?
3669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670 (exit $ac_status); }; } &&
3671 { ac_try='test -s conftest$ac_exeext'
3672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3673 (eval $ac_try) 2>&5
3674 ac_status=$?
3675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); }; }; then
3677 ac_cv_search_strerror="-l$ac_lib"
3678break
3679else
3680 echo "$as_me: failed program was:" >&5
3681sed 's/^/| /' conftest.$ac_ext >&5
3682
3683fi
3684rm -f conftest.err conftest.$ac_objext \
3685 conftest$ac_exeext conftest.$ac_ext
3686 done
3687fi
3688LIBS=$ac_func_search_save_LIBS
3689fi
3690echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3691echo "${ECHO_T}$ac_cv_search_strerror" >&6
3692if test "$ac_cv_search_strerror" != no; then
3693 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3694
3695fi
3696
3697
3698echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3699echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3700if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3701 echo $ECHO_N "(cached) $ECHO_C" >&6
3702else
3703 ac_check_lib_save_LIBS=$LIBS
3704LIBS="-lxpg4 $LIBS"
3705cat >conftest.$ac_ext <<_ACEOF
3706/* confdefs.h. */
3707_ACEOF
3708cat confdefs.h >>conftest.$ac_ext
3709cat >>conftest.$ac_ext <<_ACEOF
3710/* end confdefs.h. */
3711
3712/* Override any gcc2 internal prototype to avoid an error. */
3713#ifdef __cplusplus
3714extern "C"
3715#endif
3716/* We use char because int might match the return type of a gcc2
3717 builtin and then its argument prototype would still apply. */
3718char setlocale ();
3719int
3720main ()
3721{
3722setlocale ();
3723 ;
3724 return 0;
3725}
3726_ACEOF
3727rm -f conftest.$ac_objext conftest$ac_exeext
3728if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3729 (eval $ac_link) 2>conftest.er1
3730 ac_status=$?
3731 grep -v '^ *+' conftest.er1 >conftest.err
3732 rm -f conftest.er1
3733 cat conftest.err >&5
3734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3735 (exit $ac_status); } &&
3736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3738 (eval $ac_try) 2>&5
3739 ac_status=$?
3740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3741 (exit $ac_status); }; } &&
3742 { ac_try='test -s conftest$ac_exeext'
3743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3744 (eval $ac_try) 2>&5
3745 ac_status=$?
3746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3747 (exit $ac_status); }; }; then
3748 ac_cv_lib_xpg4_setlocale=yes
3749else
3750 echo "$as_me: failed program was:" >&5
3751sed 's/^/| /' conftest.$ac_ext >&5
3752
3753ac_cv_lib_xpg4_setlocale=no
3754fi
3755rm -f conftest.err conftest.$ac_objext \
3756 conftest$ac_exeext conftest.$ac_ext
3757LIBS=$ac_check_lib_save_LIBS
3758fi
3759echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3760echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3761if test $ac_cv_lib_xpg4_setlocale = yes; then
3762 LIBS="$LIBS -lxpg4"
3763fi
3764
3765
3766echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3767echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3768if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3769 echo $ECHO_N "(cached) $ECHO_C" >&6
3770else
3771 ac_check_lib_save_LIBS=$LIBS
3772LIBS="-lnsl $LIBS"
3773cat >conftest.$ac_ext <<_ACEOF
3774/* confdefs.h. */
3775_ACEOF
3776cat confdefs.h >>conftest.$ac_ext
3777cat >>conftest.$ac_ext <<_ACEOF
3778/* end confdefs.h. */
3779
3780/* Override any gcc2 internal prototype to avoid an error. */
3781#ifdef __cplusplus
3782extern "C"
3783#endif
3784/* We use char because int might match the return type of a gcc2
3785 builtin and then its argument prototype would still apply. */
3786char gethostbyname ();
3787int
3788main ()
3789{
3790gethostbyname ();
3791 ;
3792 return 0;
3793}
3794_ACEOF
3795rm -f conftest.$ac_objext conftest$ac_exeext
3796if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3797 (eval $ac_link) 2>conftest.er1
3798 ac_status=$?
3799 grep -v '^ *+' conftest.er1 >conftest.err
3800 rm -f conftest.er1
3801 cat conftest.err >&5
3802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3803 (exit $ac_status); } &&
3804 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3806 (eval $ac_try) 2>&5
3807 ac_status=$?
3808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3809 (exit $ac_status); }; } &&
3810 { ac_try='test -s conftest$ac_exeext'
3811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3812 (eval $ac_try) 2>&5
3813 ac_status=$?
3814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3815 (exit $ac_status); }; }; then
3816 ac_cv_lib_nsl_gethostbyname=yes
3817else
3818 echo "$as_me: failed program was:" >&5
3819sed 's/^/| /' conftest.$ac_ext >&5
3820
3821ac_cv_lib_nsl_gethostbyname=no
3822fi
3823rm -f conftest.err conftest.$ac_objext \
3824 conftest$ac_exeext conftest.$ac_ext
3825LIBS=$ac_check_lib_save_LIBS
3826fi
3827echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3828echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3829if test $ac_cv_lib_nsl_gethostbyname = yes; then
3830 LIBS="$LIBS -lnsl"
3831fi
3832
3833echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3834echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3835if test "${ac_cv_lib_socket_socket+set}" = set; then
3836 echo $ECHO_N "(cached) $ECHO_C" >&6
3837else
3838 ac_check_lib_save_LIBS=$LIBS
3839LIBS="-lsocket $LIBS"
3840cat >conftest.$ac_ext <<_ACEOF
3841/* confdefs.h. */
3842_ACEOF
3843cat confdefs.h >>conftest.$ac_ext
3844cat >>conftest.$ac_ext <<_ACEOF
3845/* end confdefs.h. */
3846
3847/* Override any gcc2 internal prototype to avoid an error. */
3848#ifdef __cplusplus
3849extern "C"
3850#endif
3851/* We use char because int might match the return type of a gcc2
3852 builtin and then its argument prototype would still apply. */
3853char socket ();
3854int
3855main ()
3856{
3857socket ();
3858 ;
3859 return 0;
3860}
3861_ACEOF
3862rm -f conftest.$ac_objext conftest$ac_exeext
3863if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3864 (eval $ac_link) 2>conftest.er1
3865 ac_status=$?
3866 grep -v '^ *+' conftest.er1 >conftest.err
3867 rm -f conftest.er1
3868 cat conftest.err >&5
3869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3870 (exit $ac_status); } &&
3871 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3873 (eval $ac_try) 2>&5
3874 ac_status=$?
3875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3876 (exit $ac_status); }; } &&
3877 { ac_try='test -s conftest$ac_exeext'
3878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3879 (eval $ac_try) 2>&5
3880 ac_status=$?
3881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3882 (exit $ac_status); }; }; then
3883 ac_cv_lib_socket_socket=yes
3884else
3885 echo "$as_me: failed program was:" >&5
3886sed 's/^/| /' conftest.$ac_ext >&5
3887
3888ac_cv_lib_socket_socket=no
3889fi
3890rm -f conftest.err conftest.$ac_objext \
3891 conftest$ac_exeext conftest.$ac_ext
3892LIBS=$ac_check_lib_save_LIBS
3893fi
3894echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3895echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3896if test $ac_cv_lib_socket_socket = yes; then
3897 LIBS="$LIBS -lsocket"
1408fi 3898fi
1409 3899
1410 3900
1411# Check whether --enable-shared or --disable-shared was given. 3901# Check whether --enable-shared or --disable-shared was given.
1412if test "${enable_shared+set}" = set; then 3902if test "${enable_shared+set}" = set; then
1427 IFS="$ac_save_ifs" 3917 IFS="$ac_save_ifs"
1428 ;; 3918 ;;
1429esac 3919esac
1430else 3920else
1431 enable_shared=no 3921 enable_shared=no
1432fi
1433# Check whether --enable-static or --disable-static was given. 3922fi; # Check whether --enable-static or --disable-static was given.
1434if test "${enable_static+set}" = set; then 3923if test "${enable_static+set}" = set; then
1435 enableval="$enable_static" 3924 enableval="$enable_static"
1436 p=${PACKAGE-default} 3925 p=${PACKAGE-default}
1437case "$enableval" in 3926case "$enableval" in
1438yes) enable_static=yes ;; 3927yes) enable_static=yes ;;
1449 IFS="$ac_save_ifs" 3938 IFS="$ac_save_ifs"
1450 ;; 3939 ;;
1451esac 3940esac
1452else 3941else
1453 enable_static=yes 3942 enable_static=yes
1454fi
1455echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1456echo "configure:1457: checking for Cygwin environment" >&5
1457if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
1458 echo $ac_n "(cached) $ac_c" 1>&6
1459else
1460 cat > conftest.$ac_ext <<EOF
1461#line 1462 "configure"
1462#include "confdefs.h"
1463
1464int main() {
1465
1466#ifndef __CYGWIN__
1467#define __CYGWIN__ __CYGWIN32__
1468#endif
1469return __CYGWIN__;
1470; return 0; }
1471EOF
1472if { (eval echo configure:1473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1473 rm -rf conftest*
1474 ac_cv_cygwin=yes
1475else
1476 echo "configure: failed program was:" >&5
1477 cat conftest.$ac_ext >&5
1478 rm -rf conftest*
1479 ac_cv_cygwin=no
1480fi
1481rm -f conftest*
1482rm -f conftest*
1483fi
1484
1485echo "$ac_t""$ac_cv_cygwin" 1>&6
1486CYGWIN=
1487test "$ac_cv_cygwin" = yes && CYGWIN=yes
1488echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
1489echo "configure:1490: checking for mingw32 environment" >&5
1490if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
1491 echo $ac_n "(cached) $ac_c" 1>&6
1492else
1493 cat > conftest.$ac_ext <<EOF
1494#line 1495 "configure"
1495#include "confdefs.h"
1496
1497int main() {
1498return __MINGW32__;
1499; return 0; }
1500EOF
1501if { (eval echo configure:1502: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1502 rm -rf conftest*
1503 ac_cv_mingw32=yes
1504else
1505 echo "configure: failed program was:" >&5
1506 cat conftest.$ac_ext >&5
1507 rm -rf conftest*
1508 ac_cv_mingw32=no
1509fi
1510rm -f conftest*
1511rm -f conftest*
1512fi
1513
1514echo "$ac_t""$ac_cv_mingw32" 1>&6
1515MINGW32=
1516test "$ac_cv_mingw32" = yes && MINGW32=yes
1517# Check whether --enable-fast-install or --disable-fast-install was given. 3943fi; # Check whether --enable-fast-install or --disable-fast-install was given.
1518if test "${enable_fast_install+set}" = set; then 3944if test "${enable_fast_install+set}" = set; then
1519 enableval="$enable_fast_install" 3945 enableval="$enable_fast_install"
1520 p=${PACKAGE-default} 3946 p=${PACKAGE-default}
1521case "$enableval" in 3947case "$enableval" in
1522yes) enable_fast_install=yes ;; 3948yes) enable_fast_install=yes ;;
1533 IFS="$ac_save_ifs" 3959 IFS="$ac_save_ifs"
1534 ;; 3960 ;;
1535esac 3961esac
1536else 3962else
1537 enable_fast_install=yes 3963 enable_fast_install=yes
1538fi 3964fi;
1539
1540
1541# Make sure we can run config.sub. 3965# Make sure we can run config.sub.
1542if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 3966$ac_config_sub sun4 >/dev/null 2>&1 ||
3967 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1543else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 3968echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1544fi 3969 { (exit 1); exit 1; }; }
1545 3970
1546echo $ac_n "checking host system type""... $ac_c" 1>&6 3971echo "$as_me:$LINENO: checking build system type" >&5
1547echo "configure:1548: checking host system type" >&5
1548
1549host_alias=$host
1550case "$host_alias" in
1551NONE)
1552 case $nonopt in
1553 NONE)
1554 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1555 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1556 fi ;;
1557 *) host_alias=$nonopt ;;
1558 esac ;;
1559esac
1560
1561host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1562host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1563host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1564host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1565echo "$ac_t""$host" 1>&6
1566
1567echo $ac_n "checking build system type""... $ac_c" 1>&6 3972echo $ECHO_N "checking build system type... $ECHO_C" >&6
1568echo "configure:1569: checking build system type" >&5 3973if test "${ac_cv_build+set}" = set; then
3974 echo $ECHO_N "(cached) $ECHO_C" >&6
3975else
3976 ac_cv_build_alias=$build_alias
3977test -z "$ac_cv_build_alias" &&
3978 ac_cv_build_alias=`$ac_config_guess`
3979test -z "$ac_cv_build_alias" &&
3980 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3981echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3982 { (exit 1); exit 1; }; }
3983ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3984 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3985echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3986 { (exit 1); exit 1; }; }
1569 3987
1570build_alias=$build 3988fi
1571case "$build_alias" in 3989echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1572NONE) 3990echo "${ECHO_T}$ac_cv_build" >&6
1573 case $nonopt in 3991build=$ac_cv_build
1574 NONE) build_alias=$host_alias ;;
1575 *) build_alias=$nonopt ;;
1576 esac ;;
1577esac
1578
1579build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1580build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 3992build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1581build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3993build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1582build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3994build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1583echo "$ac_t""$build" 1>&6 3995
3996
3997echo "$as_me:$LINENO: checking host system type" >&5
3998echo $ECHO_N "checking host system type... $ECHO_C" >&6
3999if test "${ac_cv_host+set}" = set; then
4000 echo $ECHO_N "(cached) $ECHO_C" >&6
4001else
4002 ac_cv_host_alias=$host_alias
4003test -z "$ac_cv_host_alias" &&
4004 ac_cv_host_alias=$ac_cv_build_alias
4005ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
4006 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
4007echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
4008 { (exit 1); exit 1; }; }
4009
4010fi
4011echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4012echo "${ECHO_T}$ac_cv_host" >&6
4013host=$ac_cv_host
4014host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4015host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4016host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4017
4018
1584 4019
1585# Check whether --with-gnu-ld or --without-gnu-ld was given. 4020# Check whether --with-gnu-ld or --without-gnu-ld was given.
1586if test "${with_gnu_ld+set}" = set; then 4021if test "${with_gnu_ld+set}" = set; then
1587 withval="$with_gnu_ld" 4022 withval="$with_gnu_ld"
1588 test "$withval" = no || with_gnu_ld=yes 4023 test "$withval" = no || with_gnu_ld=yes
1589else 4024else
1590 with_gnu_ld=no 4025 with_gnu_ld=no
1591fi 4026fi;
1592
1593ac_prog=ld 4027ac_prog=ld
1594if test "$GCC" = yes; then 4028if test "$GCC" = yes; then
1595 # Check if gcc -print-prog-name=ld gives a path. 4029 # Check if gcc -print-prog-name=ld gives a path.
4030 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
1596 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 4031echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
1597echo "configure:1598: checking for ld used by GCC" >&5
1598 case $host in 4032 case $host in
1599 *-*-mingw*) 4033 *-*-mingw*)
1600 # gcc leaves a trailing carriage return which upsets mingw 4034 # gcc leaves a trailing carriage return which upsets mingw
1601 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 4035 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1602 *) 4036 *)
1621 # If it is relative, then search for the first ld in PATH. 4055 # If it is relative, then search for the first ld in PATH.
1622 with_gnu_ld=unknown 4056 with_gnu_ld=unknown
1623 ;; 4057 ;;
1624 esac 4058 esac
1625elif test "$with_gnu_ld" = yes; then 4059elif test "$with_gnu_ld" = yes; then
4060 echo "$as_me:$LINENO: checking for GNU ld" >&5
1626 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 4061echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
1627echo "configure:1628: checking for GNU ld" >&5
1628else 4062else
4063 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
1629 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 4064echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
1630echo "configure:1631: checking for non-GNU ld" >&5
1631fi 4065fi
1632if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 4066if test "${lt_cv_path_LD+set}" = set; then
1633 echo $ac_n "(cached) $ac_c" 1>&6 4067 echo $ECHO_N "(cached) $ECHO_C" >&6
1634else 4068else
1635 if test -z "$LD"; then 4069 if test -z "$LD"; then
1636 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 4070 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1637 for ac_dir in $PATH; do 4071 for ac_dir in $PATH; do
1638 test -z "$ac_dir" && ac_dir=. 4072 test -z "$ac_dir" && ac_dir=.
1654fi 4088fi
1655fi 4089fi
1656 4090
1657LD="$lt_cv_path_LD" 4091LD="$lt_cv_path_LD"
1658if test -n "$LD"; then 4092if test -n "$LD"; then
1659 echo "$ac_t""$LD" 1>&6 4093 echo "$as_me:$LINENO: result: $LD" >&5
4094echo "${ECHO_T}$LD" >&6
1660else 4095else
1661 echo "$ac_t""no" 1>&6 4096 echo "$as_me:$LINENO: result: no" >&5
4097echo "${ECHO_T}no" >&6
1662fi 4098fi
1663test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 4099test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4100echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4101 { (exit 1); exit 1; }; }
4102echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
1664echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 4103echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
1665echo "configure:1666: checking if the linker ($LD) is GNU ld" >&5
1666if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 4104if test "${lt_cv_prog_gnu_ld+set}" = set; then
1667 echo $ac_n "(cached) $ac_c" 1>&6 4105 echo $ECHO_N "(cached) $ECHO_C" >&6
1668else 4106else
1669 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 4107 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1670if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 4108if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1671 lt_cv_prog_gnu_ld=yes 4109 lt_cv_prog_gnu_ld=yes
1672else 4110else
1673 lt_cv_prog_gnu_ld=no 4111 lt_cv_prog_gnu_ld=no
1674fi 4112fi
1675fi 4113fi
1676 4114echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
1677echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 4115echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
1678with_gnu_ld=$lt_cv_prog_gnu_ld 4116with_gnu_ld=$lt_cv_prog_gnu_ld
1679 4117
1680 4118
4119echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
1681echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 4120echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
1682echo "configure:1683: checking for $LD option to reload object files" >&5
1683if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 4121if test "${lt_cv_ld_reload_flag+set}" = set; then
1684 echo $ac_n "(cached) $ac_c" 1>&6 4122 echo $ECHO_N "(cached) $ECHO_C" >&6
1685else 4123else
1686 lt_cv_ld_reload_flag='-r' 4124 lt_cv_ld_reload_flag='-r'
1687fi 4125fi
1688 4126echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
1689echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6 4127echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
1690reload_flag=$lt_cv_ld_reload_flag 4128reload_flag=$lt_cv_ld_reload_flag
1691test -n "$reload_flag" && reload_flag=" $reload_flag" 4129test -n "$reload_flag" && reload_flag=" $reload_flag"
1692 4130
4131echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
1693echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 4132echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
1694echo "configure:1695: checking for BSD-compatible nm" >&5
1695if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 4133if test "${lt_cv_path_NM+set}" = set; then
1696 echo $ac_n "(cached) $ac_c" 1>&6 4134 echo $ECHO_N "(cached) $ECHO_C" >&6
1697else 4135else
1698 if test -n "$NM"; then 4136 if test -n "$NM"; then
1699 # Let the user override the test. 4137 # Let the user override the test.
1700 lt_cv_path_NM="$NM" 4138 lt_cv_path_NM="$NM"
1701else 4139else
1724 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 4162 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1725fi 4163fi
1726fi 4164fi
1727 4165
1728NM="$lt_cv_path_NM" 4166NM="$lt_cv_path_NM"
1729echo "$ac_t""$NM" 1>&6 4167echo "$as_me:$LINENO: result: $NM" >&5
4168echo "${ECHO_T}$NM" >&6
1730 4169
4170echo "$as_me:$LINENO: checking whether ln -s works" >&5
1731echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 4171echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1732echo "configure:1733: checking whether ln -s works" >&5 4172LN_S=$as_ln_s
1733if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1734 echo $ac_n "(cached) $ac_c" 1>&6
1735else
1736 rm -f conftestdata
1737if ln -s X conftestdata 2>/dev/null
1738then
1739 rm -f conftestdata
1740 ac_cv_prog_LN_S="ln -s"
1741else
1742 ac_cv_prog_LN_S=ln
1743fi
1744fi
1745LN_S="$ac_cv_prog_LN_S"
1746if test "$ac_cv_prog_LN_S" = "ln -s"; then 4173if test "$LN_S" = "ln -s"; then
1747 echo "$ac_t""yes" 1>&6 4174 echo "$as_me:$LINENO: result: yes" >&5
4175echo "${ECHO_T}yes" >&6
1748else 4176else
1749 echo "$ac_t""no" 1>&6 4177 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4178echo "${ECHO_T}no, using $LN_S" >&6
1750fi 4179fi
1751 4180
4181echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
1752echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 4182echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
1753echo "configure:1754: checking how to recognise dependant libraries" >&5
1754if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 4183if test "${lt_cv_deplibs_check_method+set}" = set; then
1755 echo $ac_n "(cached) $ac_c" 1>&6 4184 echo $ECHO_N "(cached) $ECHO_C" >&6
1756else 4185else
1757 lt_cv_file_magic_cmd='$MAGIC_CMD' 4186 lt_cv_file_magic_cmd='$MAGIC_CMD'
1758lt_cv_file_magic_test_file= 4187lt_cv_file_magic_test_file=
1759lt_cv_deplibs_check_method='unknown' 4188lt_cv_deplibs_check_method='unknown'
1760# Need to set the preceding variable on all platforms that support 4189# Need to set the preceding variable on all platforms that support
1906 esac 4335 esac
1907 ;; 4336 ;;
1908esac 4337esac
1909 4338
1910fi 4339fi
1911 4340echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
1912echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6 4341echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
1913file_magic_cmd=$lt_cv_file_magic_cmd 4342file_magic_cmd=$lt_cv_file_magic_cmd
1914deplibs_check_method=$lt_cv_deplibs_check_method 4343deplibs_check_method=$lt_cv_deplibs_check_method
1915 4344
1916echo $ac_n "checking for object suffix""... $ac_c" 1>&6
1917echo "configure:1918: checking for object suffix" >&5
1918if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1919 echo $ac_n "(cached) $ac_c" 1>&6
1920else
1921 rm -f conftest*
1922echo 'int i = 1;' > conftest.$ac_ext
1923if { (eval echo configure:1924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1924 for ac_file in conftest.*; do
1925 case $ac_file in
1926 *.c) ;;
1927 *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
1928 esac
1929 done
1930else
1931 { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
1932fi
1933rm -f conftest*
1934fi
1935 4345
1936echo "$ac_t""$ac_cv_objext" 1>&6
1937OBJEXT=$ac_cv_objext
1938ac_objext=$ac_cv_objext
1939 4346
1940
1941
1942echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1943echo "configure:1944: checking for executable suffix" >&5
1944if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1945 echo $ac_n "(cached) $ac_c" 1>&6
1946else
1947 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1948 ac_cv_exeext=.exe
1949else
1950 rm -f conftest*
1951 echo 'int main () { return 0; }' > conftest.$ac_ext
1952 ac_cv_exeext=
1953 if { (eval echo configure:1954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1954 for file in conftest.*; do
1955 case $file in
1956 *.$ac_ext | *.c | *.o | *.obj) ;;
1957 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1958 esac
1959 done
1960 else
1961 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1962 fi
1963 rm -f conftest*
1964 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1965fi
1966fi
1967
1968EXEEXT=""
1969test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1970echo "$ac_t""${ac_cv_exeext}" 1>&6
1971ac_exeext=$EXEEXT
1972
1973if test $host != $build; then
1974 ac_tool_prefix=${host_alias}-
1975else
1976 ac_tool_prefix=
1977fi
1978 4347
1979 4348
1980 4349
1981 4350
1982# Check for command to grab the raw symbol name followed by C symbol from nm. 4351# Check for command to grab the raw symbol name followed by C symbol from nm.
4352echo "$as_me:$LINENO: checking command to parse $NM output" >&5
1983echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 4353echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
1984echo "configure:1985: checking command to parse $NM output" >&5
1985if eval "test \"`echo '$''{'lt_cv_sys_global_symbol_pipe'+set}'`\" = set"; then 4354if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
1986 echo $ac_n "(cached) $ac_c" 1>&6 4355 echo $ECHO_N "(cached) $ECHO_C" >&6
1987else 4356else
1988 4357
1989# These are sane defaults that work on at least a few old systems. 4358# These are sane defaults that work on at least a few old systems.
1990# [They come from Ultrix. What could be older than Ultrix?!! ;)] 4359# [They come from Ultrix. What could be older than Ultrix?!! ;)]
1991 4360
1992# Character class describing NM global symbol codes. 4361# Character class describing NM global symbol codes.
1993symcode='[BCDEGRST]' 4362symcode='[BCDEGRST]'
2055} 4424}
2056#endif 4425#endif
2057main(){nm_test_var='a';nm_test_func();return(0);} 4426main(){nm_test_var='a';nm_test_func();return(0);}
2058EOF 4427EOF
2059 4428
2060 if { (eval echo configure:2061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4430 (eval $ac_compile) 2>&5
4431 ac_status=$?
4432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4433 (exit $ac_status); }; then
2061 # Now try to grab the symbols. 4434 # Now try to grab the symbols.
2062 nlist=conftest.nm 4435 nlist=conftest.nm
2063 if { (eval echo configure:2064: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then 4436 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4437 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4438 ac_status=$?
4439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4440 (exit $ac_status); } && test -s "$nlist"; then
2064 # Try sorting and uniquifying the output. 4441 # Try sorting and uniquifying the output.
2065 if sort "$nlist" | uniq > "$nlist"T; then 4442 if sort "$nlist" | uniq > "$nlist"T; then
2066 mv -f "$nlist"T "$nlist" 4443 mv -f "$nlist"T "$nlist"
2067 else 4444 else
2068 rm -f "$nlist"T 4445 rm -f "$nlist"T
2109 mv conftest.$ac_objext conftstm.$ac_objext 4486 mv conftest.$ac_objext conftstm.$ac_objext
2110 save_LIBS="$LIBS" 4487 save_LIBS="$LIBS"
2111 save_CFLAGS="$CFLAGS" 4488 save_CFLAGS="$CFLAGS"
2112 LIBS="conftstm.$ac_objext" 4489 LIBS="conftstm.$ac_objext"
2113 CFLAGS="$CFLAGS$no_builtin_flag" 4490 CFLAGS="$CFLAGS$no_builtin_flag"
2114 if { (eval echo configure:2115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4491 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4492 (eval $ac_link) 2>&5
4493 ac_status=$?
4494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4495 (exit $ac_status); } && test -s conftest; then
2115 pipe_works=yes 4496 pipe_works=yes
2116 fi 4497 fi
2117 LIBS="$save_LIBS" 4498 LIBS="$save_LIBS"
2118 CFLAGS="$save_CFLAGS" 4499 CFLAGS="$save_CFLAGS"
2119 else 4500 else
2146 global_symbol_to_cdecl= 4527 global_symbol_to_cdecl=
2147else 4528else
2148 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl" 4529 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
2149fi 4530fi
2150if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then 4531if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
2151 echo "$ac_t""failed" 1>&6 4532 echo "$as_me:$LINENO: result: failed" >&5
4533echo "${ECHO_T}failed" >&6
4534else
4535 echo "$as_me:$LINENO: result: ok" >&5
4536echo "${ECHO_T}ok" >&6
4537fi
4538
4539echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4540echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4541if test "${ac_cv_header_stdc+set}" = set; then
4542 echo $ECHO_N "(cached) $ECHO_C" >&6
4543else
4544 cat >conftest.$ac_ext <<_ACEOF
4545/* confdefs.h. */
4546_ACEOF
4547cat confdefs.h >>conftest.$ac_ext
4548cat >>conftest.$ac_ext <<_ACEOF
4549/* end confdefs.h. */
4550#include <stdlib.h>
4551#include <stdarg.h>
4552#include <string.h>
4553#include <float.h>
4554
4555int
4556main ()
4557{
4558
4559 ;
4560 return 0;
4561}
4562_ACEOF
4563rm -f conftest.$ac_objext
4564if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4565 (eval $ac_compile) 2>conftest.er1
4566 ac_status=$?
4567 grep -v '^ *+' conftest.er1 >conftest.err
4568 rm -f conftest.er1
4569 cat conftest.err >&5
4570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4571 (exit $ac_status); } &&
4572 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4574 (eval $ac_try) 2>&5
4575 ac_status=$?
4576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4577 (exit $ac_status); }; } &&
4578 { ac_try='test -s conftest.$ac_objext'
4579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4580 (eval $ac_try) 2>&5
4581 ac_status=$?
4582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4583 (exit $ac_status); }; }; then
4584 ac_cv_header_stdc=yes
4585else
4586 echo "$as_me: failed program was:" >&5
4587sed 's/^/| /' conftest.$ac_ext >&5
4588
4589ac_cv_header_stdc=no
4590fi
4591rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4592
4593if test $ac_cv_header_stdc = yes; then
4594 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4595 cat >conftest.$ac_ext <<_ACEOF
4596/* confdefs.h. */
4597_ACEOF
4598cat confdefs.h >>conftest.$ac_ext
4599cat >>conftest.$ac_ext <<_ACEOF
4600/* end confdefs.h. */
4601#include <string.h>
4602
4603_ACEOF
4604if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4605 $EGREP "memchr" >/dev/null 2>&1; then
4606 :
4607else
4608 ac_cv_header_stdc=no
4609fi
4610rm -f conftest*
4611
4612fi
4613
4614if test $ac_cv_header_stdc = yes; then
4615 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4616 cat >conftest.$ac_ext <<_ACEOF
4617/* confdefs.h. */
4618_ACEOF
4619cat confdefs.h >>conftest.$ac_ext
4620cat >>conftest.$ac_ext <<_ACEOF
4621/* end confdefs.h. */
4622#include <stdlib.h>
4623
4624_ACEOF
4625if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4626 $EGREP "free" >/dev/null 2>&1; then
4627 :
4628else
4629 ac_cv_header_stdc=no
4630fi
4631rm -f conftest*
4632
4633fi
4634
4635if test $ac_cv_header_stdc = yes; then
4636 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4637 if test "$cross_compiling" = yes; then
4638 :
4639else
4640 cat >conftest.$ac_ext <<_ACEOF
4641/* confdefs.h. */
4642_ACEOF
4643cat confdefs.h >>conftest.$ac_ext
4644cat >>conftest.$ac_ext <<_ACEOF
4645/* end confdefs.h. */
4646#include <ctype.h>
4647#if ((' ' & 0x0FF) == 0x020)
4648# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4649# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2152else 4650#else
2153 echo "$ac_t""ok" 1>&6 4651# define ISLOWER(c) \
2154fi 4652 (('a' <= (c) && (c) <= 'i') \
4653 || ('j' <= (c) && (c) <= 'r') \
4654 || ('s' <= (c) && (c) <= 'z'))
4655# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4656#endif
2155 4657
2156for ac_hdr in dlfcn.h 4658#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4659int
4660main ()
4661{
4662 int i;
4663 for (i = 0; i < 256; i++)
4664 if (XOR (islower (i), ISLOWER (i))
4665 || toupper (i) != TOUPPER (i))
4666 exit(2);
4667 exit (0);
4668}
4669_ACEOF
4670rm -f conftest$ac_exeext
4671if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4672 (eval $ac_link) 2>&5
4673 ac_status=$?
4674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4675 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4677 (eval $ac_try) 2>&5
4678 ac_status=$?
4679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4680 (exit $ac_status); }; }; then
4681 :
4682else
4683 echo "$as_me: program exited with status $ac_status" >&5
4684echo "$as_me: failed program was:" >&5
4685sed 's/^/| /' conftest.$ac_ext >&5
4686
4687( exit $ac_status )
4688ac_cv_header_stdc=no
4689fi
4690rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4691fi
4692fi
4693fi
4694echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4695echo "${ECHO_T}$ac_cv_header_stdc" >&6
4696if test $ac_cv_header_stdc = yes; then
4697
4698cat >>confdefs.h <<\_ACEOF
4699#define STDC_HEADERS 1
4700_ACEOF
4701
4702fi
4703
4704# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4715 inttypes.h stdint.h unistd.h
2157do 4716do
2158ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4717as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4718echo "$as_me:$LINENO: checking for $ac_header" >&5
2159echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4719echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2160echo "configure:2161: checking for $ac_hdr" >&5 4720if eval "test \"\${$as_ac_Header+set}\" = set"; then
2161if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2162 echo $ac_n "(cached) $ac_c" 1>&6 4721 echo $ECHO_N "(cached) $ECHO_C" >&6
2163else 4722else
2164 cat > conftest.$ac_ext <<EOF 4723 cat >conftest.$ac_ext <<_ACEOF
2165#line 2166 "configure" 4724/* confdefs.h. */
2166#include "confdefs.h" 4725_ACEOF
4726cat confdefs.h >>conftest.$ac_ext
4727cat >>conftest.$ac_ext <<_ACEOF
4728/* end confdefs.h. */
4729$ac_includes_default
4730
2167#include <$ac_hdr> 4731#include <$ac_header>
2168EOF 4732_ACEOF
2169ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4733rm -f conftest.$ac_objext
2170{ (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4734if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4735 (eval $ac_compile) 2>conftest.er1
4736 ac_status=$?
4737 grep -v '^ *+' conftest.er1 >conftest.err
4738 rm -f conftest.er1
4739 cat conftest.err >&5
4740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4741 (exit $ac_status); } &&
4742 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4744 (eval $ac_try) 2>&5
4745 ac_status=$?
4746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4747 (exit $ac_status); }; } &&
4748 { ac_try='test -s conftest.$ac_objext'
4749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4750 (eval $ac_try) 2>&5
4751 ac_status=$?
4752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4753 (exit $ac_status); }; }; then
4754 eval "$as_ac_Header=yes"
4755else
4756 echo "$as_me: failed program was:" >&5
4757sed 's/^/| /' conftest.$ac_ext >&5
4758
4759eval "$as_ac_Header=no"
4760fi
4761rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4762fi
4763echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4764echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4765if test `eval echo '${'$as_ac_Header'}'` = yes; then
4766 cat >>confdefs.h <<_ACEOF
4767#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4768_ACEOF
4769
4770fi
4771
4772done
4773
4774
4775
4776for ac_header in dlfcn.h
4777do
4778as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4779if eval "test \"\${$as_ac_Header+set}\" = set"; then
4780 echo "$as_me:$LINENO: checking for $ac_header" >&5
4781echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4782if eval "test \"\${$as_ac_Header+set}\" = set"; then
4783 echo $ECHO_N "(cached) $ECHO_C" >&6
4784fi
4785echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4786echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4787else
4788 # Is the header compilable?
4789echo "$as_me:$LINENO: checking $ac_header usability" >&5
4790echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4791cat >conftest.$ac_ext <<_ACEOF
4792/* confdefs.h. */
4793_ACEOF
4794cat confdefs.h >>conftest.$ac_ext
4795cat >>conftest.$ac_ext <<_ACEOF
4796/* end confdefs.h. */
4797$ac_includes_default
4798#include <$ac_header>
4799_ACEOF
4800rm -f conftest.$ac_objext
4801if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4802 (eval $ac_compile) 2>conftest.er1
4803 ac_status=$?
4804 grep -v '^ *+' conftest.er1 >conftest.err
4805 rm -f conftest.er1
4806 cat conftest.err >&5
4807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4808 (exit $ac_status); } &&
4809 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4811 (eval $ac_try) 2>&5
4812 ac_status=$?
4813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4814 (exit $ac_status); }; } &&
4815 { ac_try='test -s conftest.$ac_objext'
4816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4817 (eval $ac_try) 2>&5
4818 ac_status=$?
4819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4820 (exit $ac_status); }; }; then
4821 ac_header_compiler=yes
4822else
4823 echo "$as_me: failed program was:" >&5
4824sed 's/^/| /' conftest.$ac_ext >&5
4825
4826ac_header_compiler=no
4827fi
4828rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4829echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4830echo "${ECHO_T}$ac_header_compiler" >&6
4831
4832# Is the header present?
4833echo "$as_me:$LINENO: checking $ac_header presence" >&5
4834echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4835cat >conftest.$ac_ext <<_ACEOF
4836/* confdefs.h. */
4837_ACEOF
4838cat confdefs.h >>conftest.$ac_ext
4839cat >>conftest.$ac_ext <<_ACEOF
4840/* end confdefs.h. */
4841#include <$ac_header>
4842_ACEOF
4843if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4844 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4845 ac_status=$?
4846 grep -v '^ *+' conftest.er1 >conftest.err
4847 rm -f conftest.er1
4848 cat conftest.err >&5
4849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4850 (exit $ac_status); } >/dev/null; then
4851 if test -s conftest.err; then
4852 ac_cpp_err=$ac_cxx_preproc_warn_flag
4853 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4854 else
4855 ac_cpp_err=
4856 fi
4857else
4858 ac_cpp_err=yes
4859fi
2172if test -z "$ac_err"; then 4860if test -z "$ac_cpp_err"; then
2173 rm -rf conftest* 4861 ac_header_preproc=yes
2174 eval "ac_cv_header_$ac_safe=yes"
2175else 4862else
2176 echo "$ac_err" >&5
2177 echo "configure: failed program was:" >&5 4863 echo "$as_me: failed program was:" >&5
2178 cat conftest.$ac_ext >&5 4864sed 's/^/| /' conftest.$ac_ext >&5
2179 rm -rf conftest* 4865
2180 eval "ac_cv_header_$ac_safe=no" 4866 ac_header_preproc=no
2181fi 4867fi
2182rm -f conftest* 4868rm -f conftest.err conftest.$ac_ext
4869echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4870echo "${ECHO_T}$ac_header_preproc" >&6
4871
4872# So? What about this header?
4873case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4874 yes:no: )
4875 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4876echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4877 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4878echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4879 ac_header_preproc=yes
4880 ;;
4881 no:yes:* )
4882 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4883echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4884 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4885echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4886 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4887echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4888 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4889echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4890 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4891echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4892 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4893echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4894 (
4895 cat <<\_ASBOX
4896## ------------------------------------------ ##
4897## Report this to the AC_PACKAGE_NAME lists. ##
4898## ------------------------------------------ ##
4899_ASBOX
4900 ) |
4901 sed "s/^/$as_me: WARNING: /" >&2
4902 ;;
4903esac
4904echo "$as_me:$LINENO: checking for $ac_header" >&5
4905echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4906if eval "test \"\${$as_ac_Header+set}\" = set"; then
4907 echo $ECHO_N "(cached) $ECHO_C" >&6
4908else
4909 eval "$as_ac_Header=\$ac_header_preproc"
2183fi 4910fi
2184if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4911echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2185 echo "$ac_t""yes" 1>&6 4912echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2186 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 4913
4914fi
4915if test `eval echo '${'$as_ac_Header'}'` = yes; then
2187 cat >> confdefs.h <<EOF 4916 cat >>confdefs.h <<_ACEOF
2188#define $ac_tr_hdr 1 4917#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2189EOF 4918_ACEOF
2190 4919
2191else
2192 echo "$ac_t""no" 1>&6
2193fi 4920fi
4921
2194done 4922done
2195 4923
2196 4924
2197 4925
2198 4926
2199 4927
2200# Only perform the check for file, if the check method requires it 4928# Only perform the check for file, if the check method requires it
2201case "$deplibs_check_method" in 4929case "$deplibs_check_method" in
2202file_magic*) 4930file_magic*)
2203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 4931 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4932 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
2204 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 4933echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
2205echo "configure:2206: checking for ${ac_tool_prefix}file" >&5
2206if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 4934if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2207 echo $ac_n "(cached) $ac_c" 1>&6 4935 echo $ECHO_N "(cached) $ECHO_C" >&6
2208else 4936else
2209 case "$MAGIC_CMD" in 4937 case "$MAGIC_CMD" in
2210 /*) 4938 /*)
2211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 4939 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2212 ;; 4940 ;;
2254esac 4982esac
2255fi 4983fi
2256 4984
2257MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 4985MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2258if test -n "$MAGIC_CMD"; then 4986if test -n "$MAGIC_CMD"; then
4987 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2259 echo "$ac_t""$MAGIC_CMD" 1>&6 4988echo "${ECHO_T}$MAGIC_CMD" >&6
2260else 4989else
2261 echo "$ac_t""no" 1>&6 4990 echo "$as_me:$LINENO: result: no" >&5
4991echo "${ECHO_T}no" >&6
2262fi 4992fi
2263 4993
2264if test -z "$lt_cv_path_MAGIC_CMD"; then 4994if test -z "$lt_cv_path_MAGIC_CMD"; then
2265 if test -n "$ac_tool_prefix"; then 4995 if test -n "$ac_tool_prefix"; then
4996 echo "$as_me:$LINENO: checking for file" >&5
2266 echo $ac_n "checking for file""... $ac_c" 1>&6 4997echo $ECHO_N "checking for file... $ECHO_C" >&6
2267echo "configure:2268: checking for file" >&5
2268if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 4998if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2269 echo $ac_n "(cached) $ac_c" 1>&6 4999 echo $ECHO_N "(cached) $ECHO_C" >&6
2270else 5000else
2271 case "$MAGIC_CMD" in 5001 case "$MAGIC_CMD" in
2272 /*) 5002 /*)
2273 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 5003 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2274 ;; 5004 ;;
2316esac 5046esac
2317fi 5047fi
2318 5048
2319MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 5049MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2320if test -n "$MAGIC_CMD"; then 5050if test -n "$MAGIC_CMD"; then
5051 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2321 echo "$ac_t""$MAGIC_CMD" 1>&6 5052echo "${ECHO_T}$MAGIC_CMD" >&6
2322else 5053else
2323 echo "$ac_t""no" 1>&6 5054 echo "$as_me:$LINENO: result: no" >&5
5055echo "${ECHO_T}no" >&6
2324fi 5056fi
2325 5057
2326 else 5058 else
2327 MAGIC_CMD=: 5059 MAGIC_CMD=:
2328 fi 5060 fi
2330 5062
2331 fi 5063 fi
2332 ;; 5064 ;;
2333esac 5065esac
2334 5066
5067if test -n "$ac_tool_prefix"; then
2335# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 5068 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2336set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5069set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5070echo "$as_me:$LINENO: checking for $ac_word" >&5
2337echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5071echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2338echo "configure:2339: checking for $ac_word" >&5
2339if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 5072if test "${ac_cv_prog_RANLIB+set}" = set; then
2340 echo $ac_n "(cached) $ac_c" 1>&6 5073 echo $ECHO_N "(cached) $ECHO_C" >&6
2341else 5074else
2342 if test -n "$RANLIB"; then 5075 if test -n "$RANLIB"; then
2343 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5076 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2344else 5077else
2345 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 ac_dummy="$PATH" 5079for as_dir in $PATH
2347 for ac_dir in $ac_dummy; do 5080do
5081 IFS=$as_save_IFS
2348 test -z "$ac_dir" && ac_dir=. 5082 test -z "$as_dir" && as_dir=.
2349 if test -f $ac_dir/$ac_word; then 5083 for ac_exec_ext in '' $ac_executable_extensions; do
5084 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5085 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5086 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2351 break 5087 break 2
2352 fi 5088 fi
2353 done 5089done
2354 IFS="$ac_save_ifs" 5090done
5091
2355fi 5092fi
2356fi 5093fi
2357RANLIB="$ac_cv_prog_RANLIB" 5094RANLIB=$ac_cv_prog_RANLIB
2358if test -n "$RANLIB"; then 5095if test -n "$RANLIB"; then
2359 echo "$ac_t""$RANLIB" 1>&6 5096 echo "$as_me:$LINENO: result: $RANLIB" >&5
5097echo "${ECHO_T}$RANLIB" >&6
2360else 5098else
2361 echo "$ac_t""no" 1>&6 5099 echo "$as_me:$LINENO: result: no" >&5
5100echo "${ECHO_T}no" >&6
2362fi 5101fi
2363 5102
2364 5103fi
2365if test -z "$ac_cv_prog_RANLIB"; then 5104if test -z "$ac_cv_prog_RANLIB"; then
2366if test -n "$ac_tool_prefix"; then 5105 ac_ct_RANLIB=$RANLIB
2367 # Extract the first word of "ranlib", so it can be a program name with args. 5106 # Extract the first word of "ranlib", so it can be a program name with args.
2368set dummy ranlib; ac_word=$2 5107set dummy ranlib; ac_word=$2
5108echo "$as_me:$LINENO: checking for $ac_word" >&5
2369echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5109echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2370echo "configure:2371: checking for $ac_word" >&5
2371if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 5110if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2372 echo $ac_n "(cached) $ac_c" 1>&6 5111 echo $ECHO_N "(cached) $ECHO_C" >&6
2373else 5112else
2374 if test -n "$RANLIB"; then 5113 if test -n "$ac_ct_RANLIB"; then
2375 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5114 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2376else 5115else
2377 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378 ac_dummy="$PATH" 5117for as_dir in $PATH
2379 for ac_dir in $ac_dummy; do 5118do
5119 IFS=$as_save_IFS
2380 test -z "$ac_dir" && ac_dir=. 5120 test -z "$as_dir" && as_dir=.
2381 if test -f $ac_dir/$ac_word; then 5121 for ac_exec_ext in '' $ac_executable_extensions; do
5122 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2382 ac_cv_prog_RANLIB="ranlib" 5123 ac_cv_prog_ac_ct_RANLIB="ranlib"
5124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2383 break 5125 break 2
2384 fi 5126 fi
2385 done 5127done
2386 IFS="$ac_save_ifs" 5128done
5129
2387 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 5130 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2388fi 5131fi
2389fi 5132fi
5133ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5134if test -n "$ac_ct_RANLIB"; then
5135 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5136echo "${ECHO_T}$ac_ct_RANLIB" >&6
5137else
5138 echo "$as_me:$LINENO: result: no" >&5
5139echo "${ECHO_T}no" >&6
5140fi
5141
5142 RANLIB=$ac_ct_RANLIB
5143else
2390RANLIB="$ac_cv_prog_RANLIB" 5144 RANLIB="$ac_cv_prog_RANLIB"
2391if test -n "$RANLIB"; then
2392 echo "$ac_t""$RANLIB" 1>&6
2393else
2394 echo "$ac_t""no" 1>&6
2395fi 5145fi
2396 5146
2397else 5147if test -n "$ac_tool_prefix"; then
2398 RANLIB=":"
2399fi
2400fi
2401
2402# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 5148 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2403set dummy ${ac_tool_prefix}strip; ac_word=$2 5149set dummy ${ac_tool_prefix}strip; ac_word=$2
5150echo "$as_me:$LINENO: checking for $ac_word" >&5
2404echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5151echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2405echo "configure:2406: checking for $ac_word" >&5
2406if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 5152if test "${ac_cv_prog_STRIP+set}" = set; then
2407 echo $ac_n "(cached) $ac_c" 1>&6 5153 echo $ECHO_N "(cached) $ECHO_C" >&6
2408else 5154else
2409 if test -n "$STRIP"; then 5155 if test -n "$STRIP"; then
2410 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5156 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2411else 5157else
2412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5158as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 ac_dummy="$PATH" 5159for as_dir in $PATH
2414 for ac_dir in $ac_dummy; do 5160do
5161 IFS=$as_save_IFS
2415 test -z "$ac_dir" && ac_dir=. 5162 test -z "$as_dir" && as_dir=.
2416 if test -f $ac_dir/$ac_word; then 5163 for ac_exec_ext in '' $ac_executable_extensions; do
5164 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 5165 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5166 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 5167 break 2
2419 fi 5168 fi
2420 done 5169done
2421 IFS="$ac_save_ifs" 5170done
5171
2422fi 5172fi
2423fi 5173fi
2424STRIP="$ac_cv_prog_STRIP" 5174STRIP=$ac_cv_prog_STRIP
2425if test -n "$STRIP"; then 5175if test -n "$STRIP"; then
2426 echo "$ac_t""$STRIP" 1>&6 5176 echo "$as_me:$LINENO: result: $STRIP" >&5
5177echo "${ECHO_T}$STRIP" >&6
2427else 5178else
2428 echo "$ac_t""no" 1>&6 5179 echo "$as_me:$LINENO: result: no" >&5
5180echo "${ECHO_T}no" >&6
2429fi 5181fi
2430 5182
2431 5183fi
2432if test -z "$ac_cv_prog_STRIP"; then 5184if test -z "$ac_cv_prog_STRIP"; then
2433if test -n "$ac_tool_prefix"; then 5185 ac_ct_STRIP=$STRIP
2434 # Extract the first word of "strip", so it can be a program name with args. 5186 # Extract the first word of "strip", so it can be a program name with args.
2435set dummy strip; ac_word=$2 5187set dummy strip; ac_word=$2
5188echo "$as_me:$LINENO: checking for $ac_word" >&5
2436echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5189echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2437echo "configure:2438: checking for $ac_word" >&5
2438if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 5190if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2439 echo $ac_n "(cached) $ac_c" 1>&6 5191 echo $ECHO_N "(cached) $ECHO_C" >&6
2440else 5192else
2441 if test -n "$STRIP"; then 5193 if test -n "$ac_ct_STRIP"; then
2442 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5194 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2443else 5195else
2444 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 ac_dummy="$PATH" 5197for as_dir in $PATH
2446 for ac_dir in $ac_dummy; do 5198do
5199 IFS=$as_save_IFS
2447 test -z "$ac_dir" && ac_dir=. 5200 test -z "$as_dir" && as_dir=.
2448 if test -f $ac_dir/$ac_word; then 5201 for ac_exec_ext in '' $ac_executable_extensions; do
5202 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2449 ac_cv_prog_STRIP="strip" 5203 ac_cv_prog_ac_ct_STRIP="strip"
5204 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 5205 break 2
2451 fi 5206 fi
2452 done 5207done
2453 IFS="$ac_save_ifs" 5208done
5209
2454 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":" 5210 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2455fi 5211fi
2456fi 5212fi
5213ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5214if test -n "$ac_ct_STRIP"; then
5215 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5216echo "${ECHO_T}$ac_ct_STRIP" >&6
5217else
5218 echo "$as_me:$LINENO: result: no" >&5
5219echo "${ECHO_T}no" >&6
5220fi
5221
5222 STRIP=$ac_ct_STRIP
5223else
2457STRIP="$ac_cv_prog_STRIP" 5224 STRIP="$ac_cv_prog_STRIP"
2458if test -n "$STRIP"; then
2459 echo "$ac_t""$STRIP" 1>&6
2460else
2461 echo "$ac_t""no" 1>&6
2462fi
2463
2464else
2465 STRIP=":"
2466fi
2467fi 5225fi
2468 5226
2469 5227
2470enable_dlopen=no 5228enable_dlopen=no
2471enable_win32_dll=no 5229enable_win32_dll=no
2472 5230
2473# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 5231# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2474if test "${enable_libtool_lock+set}" = set; then 5232if test "${enable_libtool_lock+set}" = set; then
2475 enableval="$enable_libtool_lock" 5233 enableval="$enable_libtool_lock"
2476 : 5234
2477fi 5235fi;
2478
2479test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 5236test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
2480 5237
2481# Some flags need to be propagated to the compiler or linker for good 5238# Some flags need to be propagated to the compiler or linker for good
2482# libtool support. 5239# libtool support.
2483case "$host" in 5240case "$host" in
2484*-*-irix6*) 5241*-*-irix6*)
2485 # Find out which ABI we are using. 5242 # Find out which ABI we are using.
2486 echo '#line 2487 "configure"' > conftest.$ac_ext 5243 echo '#line 5243 "configure"' > conftest.$ac_ext
2487 if { (eval echo configure:2488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5245 (eval $ac_compile) 2>&5
5246 ac_status=$?
5247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5248 (exit $ac_status); }; then
2488 case "`/usr/bin/file conftest.$ac_objext`" in 5249 case "`/usr/bin/file conftest.$ac_objext`" in
2489 *32-bit*) 5250 *32-bit*)
2490 LD="${LD-ld} -32" 5251 LD="${LD-ld} -32"
2491 ;; 5252 ;;
2492 *N32*) 5253 *N32*)
2502 5263
2503*-*-sco3.2v5*) 5264*-*-sco3.2v5*)
2504 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 5265 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2505 SAVE_CFLAGS="$CFLAGS" 5266 SAVE_CFLAGS="$CFLAGS"
2506 CFLAGS="$CFLAGS -belf" 5267 CFLAGS="$CFLAGS -belf"
5268 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
2507 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 5269echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
2508echo "configure:2509: checking whether the C compiler needs -belf" >&5
2509if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 5270if test "${lt_cv_cc_needs_belf+set}" = set; then
2510 echo $ac_n "(cached) $ac_c" 1>&6 5271 echo $ECHO_N "(cached) $ECHO_C" >&6
2511else 5272else
2512 5273
5274
2513 ac_ext=c 5275 ac_ext=c
2514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2515ac_cpp='$CPP $CPPFLAGS' 5276ac_cpp='$CPP $CPPFLAGS'
2516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5277ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2517ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 5278ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2518cross_compiling=$ac_cv_prog_cc_cross 5279ac_compiler_gnu=$ac_cv_c_compiler_gnu
2519 5280
2520 cat > conftest.$ac_ext <<EOF 5281 cat >conftest.$ac_ext <<_ACEOF
2521#line 2522 "configure" 5282/* confdefs.h. */
2522#include "confdefs.h" 5283_ACEOF
5284cat confdefs.h >>conftest.$ac_ext
5285cat >>conftest.$ac_ext <<_ACEOF
5286/* end confdefs.h. */
2523 5287
2524int main() { 5288int
5289main ()
5290{
2525 5291
5292 ;
2526; return 0; } 5293 return 0;
2527EOF 5294}
2528if { (eval echo configure:2529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5295_ACEOF
5296rm -f conftest.$ac_objext conftest$ac_exeext
5297if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5298 (eval $ac_link) 2>conftest.er1
5299 ac_status=$?
5300 grep -v '^ *+' conftest.er1 >conftest.err
2529 rm -rf conftest* 5301 rm -f conftest.er1
5302 cat conftest.err >&5
5303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5304 (exit $ac_status); } &&
5305 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5307 (eval $ac_try) 2>&5
5308 ac_status=$?
5309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5310 (exit $ac_status); }; } &&
5311 { ac_try='test -s conftest$ac_exeext'
5312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5313 (eval $ac_try) 2>&5
5314 ac_status=$?
5315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5316 (exit $ac_status); }; }; then
2530 lt_cv_cc_needs_belf=yes 5317 lt_cv_cc_needs_belf=yes
2531else 5318else
2532 echo "configure: failed program was:" >&5 5319 echo "$as_me: failed program was:" >&5
2533 cat conftest.$ac_ext >&5 5320sed 's/^/| /' conftest.$ac_ext >&5
2534 rm -rf conftest* 5321
2535 lt_cv_cc_needs_belf=no 5322lt_cv_cc_needs_belf=no
2536fi 5323fi
2537rm -f conftest* 5324rm -f conftest.err conftest.$ac_objext \
5325 conftest$ac_exeext conftest.$ac_ext
2538 ac_ext=c 5326 ac_ext=cc
2539# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2540ac_cpp='$CPP $CPPFLAGS' 5327ac_cpp='$CXXCPP $CPPFLAGS'
2541ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5328ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2542ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 5329ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543cross_compiling=$ac_cv_prog_cc_cross 5330ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2544 5331
2545fi 5332fi
2546 5333echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
2547echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 5334echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
2548 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5335 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2549 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 5336 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2550 CFLAGS="$SAVE_CFLAGS" 5337 CFLAGS="$SAVE_CFLAGS"
2551 fi 5338 fi
2552 ;; 5339 ;;
2637set dummy $CC 5424set dummy $CC
2638compiler="$2" 5425compiler="$2"
2639 5426
2640## FIXME: this should be a separate macro 5427## FIXME: this should be a separate macro
2641## 5428##
5429echo "$as_me:$LINENO: checking for objdir" >&5
2642echo $ac_n "checking for objdir""... $ac_c" 1>&6 5430echo $ECHO_N "checking for objdir... $ECHO_C" >&6
2643echo "configure:2644: checking for objdir" >&5
2644rm -f .libs 2>/dev/null 5431rm -f .libs 2>/dev/null
2645mkdir .libs 2>/dev/null 5432mkdir .libs 2>/dev/null
2646if test -d .libs; then 5433if test -d .libs; then
2647 objdir=.libs 5434 objdir=.libs
2648else 5435else
2649 # MS-DOS does not allow filenames that begin with a dot. 5436 # MS-DOS does not allow filenames that begin with a dot.
2650 objdir=_libs 5437 objdir=_libs
2651fi 5438fi
2652rmdir .libs 2>/dev/null 5439rmdir .libs 2>/dev/null
5440echo "$as_me:$LINENO: result: $objdir" >&5
2653echo "$ac_t""$objdir" 1>&6 5441echo "${ECHO_T}$objdir" >&6
2654## 5442##
2655## END FIXME 5443## END FIXME
2656 5444
2657 5445
2658## FIXME: this should be a separate macro 5446## FIXME: this should be a separate macro
2659## 5447##
5448
2660# Check whether --with-pic or --without-pic was given. 5449# Check whether --with-pic or --without-pic was given.
2661if test "${with_pic+set}" = set; then 5450if test "${with_pic+set}" = set; then
2662 withval="$with_pic" 5451 withval="$with_pic"
2663 pic_mode="$withval" 5452 pic_mode="$withval"
2664else 5453else
2665 pic_mode=default 5454 pic_mode=default
2666fi 5455fi;
2667
2668test -z "$pic_mode" && pic_mode=default 5456test -z "$pic_mode" && pic_mode=default
2669 5457
2670# We assume here that the value for lt_cv_prog_cc_pic will not be cached 5458# We assume here that the value for lt_cv_prog_cc_pic will not be cached
2671# in isolation, and that seeing it set (from the cache) indicates that 5459# in isolation, and that seeing it set (from the cache) indicates that
2672# the associated values are set (in the cache) correctly too. 5460# the associated values are set (in the cache) correctly too.
5461echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
2673echo $ac_n "checking for $compiler option to produce PIC""... $ac_c" 1>&6 5462echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
2674echo "configure:2675: checking for $compiler option to produce PIC" >&5
2675if eval "test \"`echo '$''{'lt_cv_prog_cc_pic'+set}'`\" = set"; then 5463if test "${lt_cv_prog_cc_pic+set}" = set; then
2676 echo $ac_n "(cached) $ac_c" 1>&6 5464 echo $ECHO_N "(cached) $ECHO_C" >&6
2677else 5465else
2678 lt_cv_prog_cc_pic= 5466 lt_cv_prog_cc_pic=
2679 lt_cv_prog_cc_shlib= 5467 lt_cv_prog_cc_shlib=
2680 lt_cv_prog_cc_wl= 5468 lt_cv_prog_cc_wl=
2681 lt_cv_prog_cc_static= 5469 lt_cv_prog_cc_static=
2804 fi 5592 fi
2805 5593
2806fi 5594fi
2807 5595
2808if test -z "$lt_cv_prog_cc_pic"; then 5596if test -z "$lt_cv_prog_cc_pic"; then
2809 echo "$ac_t""none" 1>&6 5597 echo "$as_me:$LINENO: result: none" >&5
5598echo "${ECHO_T}none" >&6
2810else 5599else
5600 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
2811 echo "$ac_t""$lt_cv_prog_cc_pic" 1>&6 5601echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
2812 5602
2813 # Check to make sure the pic_flag actually works. 5603 # Check to make sure the pic_flag actually works.
5604 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
2814 echo $ac_n "checking if $compiler PIC flag $lt_cv_prog_cc_pic works""... $ac_c" 1>&6 5605echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
2815echo "configure:2816: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
2816 if eval "test \"`echo '$''{'lt_cv_prog_cc_pic_works'+set}'`\" = set"; then 5606 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
2817 echo $ac_n "(cached) $ac_c" 1>&6 5607 echo $ECHO_N "(cached) $ECHO_C" >&6
2818else 5608else
2819 save_CFLAGS="$CFLAGS" 5609 save_CFLAGS="$CFLAGS"
2820 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" 5610 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
2821 cat > conftest.$ac_ext <<EOF 5611 cat >conftest.$ac_ext <<_ACEOF
2822#line 2823 "configure" 5612/* confdefs.h. */
2823#include "confdefs.h" 5613_ACEOF
5614cat confdefs.h >>conftest.$ac_ext
5615cat >>conftest.$ac_ext <<_ACEOF
5616/* end confdefs.h. */
2824 5617
2825int main() { 5618int
5619main ()
5620{
2826 5621
5622 ;
2827; return 0; } 5623 return 0;
2828EOF 5624}
2829if { (eval echo configure:2830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5625_ACEOF
5626rm -f conftest.$ac_objext
5627if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5628 (eval $ac_compile) 2>conftest.er1
5629 ac_status=$?
5630 grep -v '^ *+' conftest.er1 >conftest.err
2830 rm -rf conftest* 5631 rm -f conftest.er1
5632 cat conftest.err >&5
5633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5634 (exit $ac_status); } &&
5635 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5637 (eval $ac_try) 2>&5
5638 ac_status=$?
5639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5640 (exit $ac_status); }; } &&
5641 { ac_try='test -s conftest.$ac_objext'
5642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5643 (eval $ac_try) 2>&5
5644 ac_status=$?
5645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5646 (exit $ac_status); }; }; then
2831 case "$host_os" in 5647 case "$host_os" in
2832 hpux9* | hpux10* | hpux11*) 5648 hpux9* | hpux10* | hpux11*)
2833 # On HP-UX, both CC and GCC only warn that PIC is supported... then 5649 # On HP-UX, both CC and GCC only warn that PIC is supported... then
2834 # they create non-PIC objects. So, if there were any warnings, we 5650 # they create non-PIC objects. So, if there were any warnings, we
2835 # assume that PIC is not supported. 5651 # assume that PIC is not supported.
2841 ;; 5657 ;;
2842 *) 5658 *)
2843 lt_cv_prog_cc_pic_works=yes 5659 lt_cv_prog_cc_pic_works=yes
2844 ;; 5660 ;;
2845 esac 5661 esac
2846 5662
2847else 5663else
2848 echo "configure: failed program was:" >&5 5664 echo "$as_me: failed program was:" >&5
2849 cat conftest.$ac_ext >&5 5665sed 's/^/| /' conftest.$ac_ext >&5
2850 rm -rf conftest* 5666
2851 lt_cv_prog_cc_pic_works=no 5667 lt_cv_prog_cc_pic_works=no
2852 5668
2853fi 5669fi
2854rm -f conftest* 5670rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2855 CFLAGS="$save_CFLAGS" 5671 CFLAGS="$save_CFLAGS"
2856 5672
2857fi 5673fi
2858 5674
2859 5675
2860 if test "X$lt_cv_prog_cc_pic_works" = Xno; then 5676 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
2861 lt_cv_prog_cc_pic= 5677 lt_cv_prog_cc_pic=
2862 lt_cv_prog_cc_can_build_shared=no 5678 lt_cv_prog_cc_can_build_shared=no
2863 else 5679 else
2864 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" 5680 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
2865 fi 5681 fi
2866 5682
5683 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
2867 echo "$ac_t""$lt_cv_prog_cc_pic_works" 1>&6 5684echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
2868fi 5685fi
2869## 5686##
2870## END FIXME 5687## END FIXME
2871 5688
2872# Check for any special shared library compilation flags. 5689# Check for any special shared library compilation flags.
2873if test -n "$lt_cv_prog_cc_shlib"; then 5690if test -n "$lt_cv_prog_cc_shlib"; then
5691 { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
2874 echo "configure: warning: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" 1>&2 5692echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
2875 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then : 5693 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
2876 else 5694 else
5695 { echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
2877 echo "configure: warning: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" 1>&2 5696echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
2878 lt_cv_prog_cc_can_build_shared=no 5697 lt_cv_prog_cc_can_build_shared=no
2879 fi 5698 fi
2880fi 5699fi
2881 5700
2882## FIXME: this should be a separate macro 5701## FIXME: this should be a separate macro
2883## 5702##
5703echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
2884echo $ac_n "checking if $compiler static flag $lt_cv_prog_cc_static works""... $ac_c" 1>&6 5704echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
2885echo "configure:2886: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
2886if eval "test \"`echo '$''{'lt_cv_prog_cc_static_works'+set}'`\" = set"; then 5705if test "${lt_cv_prog_cc_static_works+set}" = set; then
2887 echo $ac_n "(cached) $ac_c" 1>&6 5706 echo $ECHO_N "(cached) $ECHO_C" >&6
2888else 5707else
2889 lt_cv_prog_cc_static_works=no 5708 lt_cv_prog_cc_static_works=no
2890 save_LDFLAGS="$LDFLAGS" 5709 save_LDFLAGS="$LDFLAGS"
2891 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" 5710 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
2892 cat > conftest.$ac_ext <<EOF 5711 cat >conftest.$ac_ext <<_ACEOF
2893#line 2894 "configure" 5712/* confdefs.h. */
2894#include "confdefs.h" 5713_ACEOF
5714cat confdefs.h >>conftest.$ac_ext
5715cat >>conftest.$ac_ext <<_ACEOF
5716/* end confdefs.h. */
2895 5717
2896int main() { 5718int
5719main ()
5720{
2897 5721
5722 ;
2898; return 0; } 5723 return 0;
2899EOF 5724}
2900if { (eval echo configure:2901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5725_ACEOF
5726rm -f conftest.$ac_objext conftest$ac_exeext
5727if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5728 (eval $ac_link) 2>conftest.er1
5729 ac_status=$?
5730 grep -v '^ *+' conftest.er1 >conftest.err
2901 rm -rf conftest* 5731 rm -f conftest.er1
5732 cat conftest.err >&5
5733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5734 (exit $ac_status); } &&
5735 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5737 (eval $ac_try) 2>&5
5738 ac_status=$?
5739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5740 (exit $ac_status); }; } &&
5741 { ac_try='test -s conftest$ac_exeext'
5742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5743 (eval $ac_try) 2>&5
5744 ac_status=$?
5745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5746 (exit $ac_status); }; }; then
2902 lt_cv_prog_cc_static_works=yes 5747 lt_cv_prog_cc_static_works=yes
2903else 5748else
2904 echo "configure: failed program was:" >&5 5749 echo "$as_me: failed program was:" >&5
2905 cat conftest.$ac_ext >&5 5750sed 's/^/| /' conftest.$ac_ext >&5
5751
2906fi 5752fi
2907rm -f conftest* 5753rm -f conftest.err conftest.$ac_objext \
5754 conftest$ac_exeext conftest.$ac_ext
2908 LDFLAGS="$save_LDFLAGS" 5755 LDFLAGS="$save_LDFLAGS"
2909 5756
2910fi 5757fi
2911 5758
2912 5759
2913# Belt *and* braces to stop my trousers falling down: 5760# Belt *and* braces to stop my trousers falling down:
2914test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static= 5761test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5762echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
2915echo "$ac_t""$lt_cv_prog_cc_static_works" 1>&6 5763echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
2916 5764
2917pic_flag="$lt_cv_prog_cc_pic" 5765pic_flag="$lt_cv_prog_cc_pic"
2918special_shlib_compile_flags="$lt_cv_prog_cc_shlib" 5766special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
2919wl="$lt_cv_prog_cc_wl" 5767wl="$lt_cv_prog_cc_wl"
2920link_static_flag="$lt_cv_prog_cc_static" 5768link_static_flag="$lt_cv_prog_cc_static"
2925 5773
2926 5774
2927## FIXME: this should be a separate macro 5775## FIXME: this should be a separate macro
2928## 5776##
2929# Check to see if options -o and -c are simultaneously supported by compiler 5777# Check to see if options -o and -c are simultaneously supported by compiler
5778echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
2930echo $ac_n "checking if $compiler supports -c -o file.$ac_objext""... $ac_c" 1>&6 5779echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
2931echo "configure:2932: checking if $compiler supports -c -o file.$ac_objext" >&5
2932$rm -r conftest 2>/dev/null 5780$rm -r conftest 2>/dev/null
2933mkdir conftest 5781mkdir conftest
2934cd conftest 5782cd conftest
2935echo "int some_variable = 0;" > conftest.$ac_ext 5783echo "int some_variable = 0;" > conftest.$ac_ext
2936mkdir out 5784mkdir out
2941# builds. 5789# builds.
2942chmod -w . 5790chmod -w .
2943save_CFLAGS="$CFLAGS" 5791save_CFLAGS="$CFLAGS"
2944CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5792CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
2945compiler_c_o=no 5793compiler_c_o=no
2946if { (eval echo configure:2947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5794if { (eval echo configure:5794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
2947 # The compiler can only warn and ignore the option if not recognized 5795 # The compiler can only warn and ignore the option if not recognized
2948 # So say no if there are warnings 5796 # So say no if there are warnings
2949 if test -s out/conftest.err; then 5797 if test -s out/conftest.err; then
2950 compiler_c_o=no 5798 compiler_c_o=no
2951 else 5799 else
2954else 5802else
2955 # Append any errors to the config.log. 5803 # Append any errors to the config.log.
2956 cat out/conftest.err 1>&5 5804 cat out/conftest.err 1>&5
2957 compiler_c_o=no 5805 compiler_c_o=no
2958fi 5806fi
5807echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2959echo "$ac_t""$compiler_c_o" 1>&6 5808echo "${ECHO_T}$compiler_c_o" >&6
2960CFLAGS="$save_CFLAGS" 5809CFLAGS="$save_CFLAGS"
2961chmod u+w . 5810chmod u+w .
2962$rm conftest* out/* 5811$rm conftest* out/*
2963rmdir out 5812rmdir out
2964cd .. 5813cd ..
2965rmdir conftest 5814rmdir conftest
2966$rm -r conftest 2>/dev/null 5815$rm -r conftest 2>/dev/null
2967 5816
2968if test x"$compiler_c_o" = x"yes"; then 5817if test x"$compiler_c_o" = x"yes"; then
2969 # Check to see if we can write to a .lo 5818 # Check to see if we can write to a .lo
5819 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
2970 echo $ac_n "checking if $compiler supports -c -o file.lo""... $ac_c" 1>&6 5820echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
2971echo "configure:2972: checking if $compiler supports -c -o file.lo" >&5
2972 compiler_o_lo=no 5821 compiler_o_lo=no
2973 save_CFLAGS="$CFLAGS" 5822 save_CFLAGS="$CFLAGS"
2974 CFLAGS="$CFLAGS -c -o conftest.lo" 5823 CFLAGS="$CFLAGS -c -o conftest.lo"
2975 cat > conftest.$ac_ext <<EOF 5824 cat >conftest.$ac_ext <<_ACEOF
2976#line 2977 "configure" 5825/* confdefs.h. */
2977#include "confdefs.h" 5826_ACEOF
5827cat confdefs.h >>conftest.$ac_ext
5828cat >>conftest.$ac_ext <<_ACEOF
5829/* end confdefs.h. */
2978 5830
2979int main() { 5831int
5832main ()
5833{
2980int some_variable = 0; 5834int some_variable = 0;
5835 ;
2981; return 0; } 5836 return 0;
2982EOF 5837}
2983if { (eval echo configure:2984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5838_ACEOF
5839rm -f conftest.$ac_objext
5840if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5841 (eval $ac_compile) 2>conftest.er1
5842 ac_status=$?
5843 grep -v '^ *+' conftest.er1 >conftest.err
2984 rm -rf conftest* 5844 rm -f conftest.er1
5845 cat conftest.err >&5
5846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5847 (exit $ac_status); } &&
5848 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5850 (eval $ac_try) 2>&5
5851 ac_status=$?
5852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5853 (exit $ac_status); }; } &&
5854 { ac_try='test -s conftest.$ac_objext'
5855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5856 (eval $ac_try) 2>&5
5857 ac_status=$?
5858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5859 (exit $ac_status); }; }; then
2985 # The compiler can only warn and ignore the option if not recognized 5860 # The compiler can only warn and ignore the option if not recognized
2986 # So say no if there are warnings 5861 # So say no if there are warnings
2987 if test -s conftest.err; then 5862 if test -s conftest.err; then
2988 compiler_o_lo=no 5863 compiler_o_lo=no
2989 else 5864 else
2990 compiler_o_lo=yes 5865 compiler_o_lo=yes
2991 fi 5866 fi
2992 5867
2993else 5868else
2994 echo "configure: failed program was:" >&5 5869 echo "$as_me: failed program was:" >&5
2995 cat conftest.$ac_ext >&5 5870sed 's/^/| /' conftest.$ac_ext >&5
5871
2996fi 5872fi
2997rm -f conftest* 5873rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5874 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2998 echo "$ac_t""$compiler_c_o" 1>&6 5875echo "${ECHO_T}$compiler_c_o" >&6
2999 CFLAGS="$save_CFLAGS" 5876 CFLAGS="$save_CFLAGS"
3000else 5877else
3001 compiler_o_lo=no 5878 compiler_o_lo=no
3002fi 5879fi
3003## 5880##
3007## 5884##
3008# Check to see if we can do hard links to lock some files if needed 5885# Check to see if we can do hard links to lock some files if needed
3009hard_links="nottested" 5886hard_links="nottested"
3010if test "$compiler_c_o" = no && test "$need_locks" != no; then 5887if test "$compiler_c_o" = no && test "$need_locks" != no; then
3011 # do not overwrite the value of need_locks provided by the user 5888 # do not overwrite the value of need_locks provided by the user
5889 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
3012 echo $ac_n "checking if we can lock with hard links""... $ac_c" 1>&6 5890echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
3013echo "configure:3014: checking if we can lock with hard links" >&5
3014 hard_links=yes 5891 hard_links=yes
3015 $rm conftest* 5892 $rm conftest*
3016 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5893 ln conftest.a conftest.b 2>/dev/null && hard_links=no
3017 touch conftest.a 5894 touch conftest.a
3018 ln conftest.a conftest.b 2>&5 || hard_links=no 5895 ln conftest.a conftest.b 2>&5 || hard_links=no
3019 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5896 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5897 echo "$as_me:$LINENO: result: $hard_links" >&5
3020 echo "$ac_t""$hard_links" 1>&6 5898echo "${ECHO_T}$hard_links" >&6
3021 if test "$hard_links" = no; then 5899 if test "$hard_links" = no; then
5900 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
3022 echo "configure: warning: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" 1>&2 5901echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
3023 need_locks=warn 5902 need_locks=warn
3024 fi 5903 fi
3025else 5904else
3026 need_locks=no 5905 need_locks=no
3027fi 5906fi
3030 5909
3031## FIXME: this should be a separate macro 5910## FIXME: this should be a separate macro
3032## 5911##
3033if test "$GCC" = yes; then 5912if test "$GCC" = yes; then
3034 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler 5913 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5914 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
3035 echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions""... $ac_c" 1>&6 5915echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
3036echo "configure:3037: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
3037 echo "int some_variable = 0;" > conftest.$ac_ext 5916 echo "int some_variable = 0;" > conftest.$ac_ext
3038 save_CFLAGS="$CFLAGS" 5917 save_CFLAGS="$CFLAGS"
3039 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" 5918 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
3040 compiler_rtti_exceptions=no 5919 compiler_rtti_exceptions=no
3041 cat > conftest.$ac_ext <<EOF 5920 cat >conftest.$ac_ext <<_ACEOF
3042#line 3043 "configure" 5921/* confdefs.h. */
3043#include "confdefs.h" 5922_ACEOF
5923cat confdefs.h >>conftest.$ac_ext
5924cat >>conftest.$ac_ext <<_ACEOF
5925/* end confdefs.h. */
3044 5926
3045int main() { 5927int
5928main ()
5929{
3046int some_variable = 0; 5930int some_variable = 0;
5931 ;
3047; return 0; } 5932 return 0;
3048EOF 5933}
3049if { (eval echo configure:3050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5934_ACEOF
5935rm -f conftest.$ac_objext
5936if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5937 (eval $ac_compile) 2>conftest.er1
5938 ac_status=$?
5939 grep -v '^ *+' conftest.er1 >conftest.err
3050 rm -rf conftest* 5940 rm -f conftest.er1
5941 cat conftest.err >&5
5942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5943 (exit $ac_status); } &&
5944 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5946 (eval $ac_try) 2>&5
5947 ac_status=$?
5948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5949 (exit $ac_status); }; } &&
5950 { ac_try='test -s conftest.$ac_objext'
5951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5952 (eval $ac_try) 2>&5
5953 ac_status=$?
5954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5955 (exit $ac_status); }; }; then
3051 # The compiler can only warn and ignore the option if not recognized 5956 # The compiler can only warn and ignore the option if not recognized
3052 # So say no if there are warnings 5957 # So say no if there are warnings
3053 if test -s conftest.err; then 5958 if test -s conftest.err; then
3054 compiler_rtti_exceptions=no 5959 compiler_rtti_exceptions=no
3055 else 5960 else
3056 compiler_rtti_exceptions=yes 5961 compiler_rtti_exceptions=yes
3057 fi 5962 fi
3058 5963
3059else 5964else
3060 echo "configure: failed program was:" >&5 5965 echo "$as_me: failed program was:" >&5
3061 cat conftest.$ac_ext >&5 5966sed 's/^/| /' conftest.$ac_ext >&5
5967
3062fi 5968fi
3063rm -f conftest* 5969rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3064 CFLAGS="$save_CFLAGS" 5970 CFLAGS="$save_CFLAGS"
5971 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
3065 echo "$ac_t""$compiler_rtti_exceptions" 1>&6 5972echo "${ECHO_T}$compiler_rtti_exceptions" >&6
3066 5973
3067 if test "$compiler_rtti_exceptions" = "yes"; then 5974 if test "$compiler_rtti_exceptions" = "yes"; then
3068 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions' 5975 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
3069 else 5976 else
3070 no_builtin_flag=' -fno-builtin' 5977 no_builtin_flag=' -fno-builtin'
3074## END FIXME 5981## END FIXME
3075 5982
3076## FIXME: this should be a separate macro 5983## FIXME: this should be a separate macro
3077## 5984##
3078# See if the linker supports building shared libraries. 5985# See if the linker supports building shared libraries.
5986echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
3079echo $ac_n "checking whether the linker ($LD) supports shared libraries""... $ac_c" 1>&6 5987echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
3080echo "configure:3081: checking whether the linker ($LD) supports shared libraries" >&5
3081 5988
3082allow_undefined_flag= 5989allow_undefined_flag=
3083no_undefined_flag= 5990no_undefined_flag=
3084need_lib_prefix=unknown 5991need_lib_prefix=unknown
3085need_version=unknown 5992need_version=unknown
3632 *) 6539 *)
3633 ld_shlibs=no 6540 ld_shlibs=no
3634 ;; 6541 ;;
3635 esac 6542 esac
3636fi 6543fi
6544echo "$as_me:$LINENO: result: $ld_shlibs" >&5
3637echo "$ac_t""$ld_shlibs" 1>&6 6545echo "${ECHO_T}$ld_shlibs" >&6
3638test "$ld_shlibs" = no && can_build_shared=no 6546test "$ld_shlibs" = no && can_build_shared=no
3639## 6547##
3640## END FIXME 6548## END FIXME
3641 6549
3642## FIXME: this should be a separate macro 6550## FIXME: this should be a separate macro
3643## 6551##
3644# Check hardcoding attributes. 6552# Check hardcoding attributes.
6553echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
3645echo $ac_n "checking how to hardcode library paths into programs""... $ac_c" 1>&6 6554echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
3646echo "configure:3647: checking how to hardcode library paths into programs" >&5
3647hardcode_action= 6555hardcode_action=
3648if test -n "$hardcode_libdir_flag_spec" || \ 6556if test -n "$hardcode_libdir_flag_spec" || \
3649 test -n "$runpath_var"; then 6557 test -n "$runpath_var"; then
3650 6558
3651 # We can hardcode non-existant directories. 6559 # We can hardcode non-existant directories.
3664else 6572else
3665 # We cannot hardcode anything, or else we can only hardcode existing 6573 # We cannot hardcode anything, or else we can only hardcode existing
3666 # directories. 6574 # directories.
3667 hardcode_action=unsupported 6575 hardcode_action=unsupported
3668fi 6576fi
6577echo "$as_me:$LINENO: result: $hardcode_action" >&5
3669echo "$ac_t""$hardcode_action" 1>&6 6578echo "${ECHO_T}$hardcode_action" >&6
3670## 6579##
3671## END FIXME 6580## END FIXME
3672 6581
3673## FIXME: this should be a separate macro 6582## FIXME: this should be a separate macro
3674## 6583##
3675striplib= 6584striplib=
3676old_striplib= 6585old_striplib=
6586echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
3677echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6 6587echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
3678echo "configure:3679: checking whether stripping libraries is possible" >&5
3679if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 6588if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
3680 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 6589 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
3681 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 6590 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
3682 echo "$ac_t""yes" 1>&6 6591 echo "$as_me:$LINENO: result: yes" >&5
6592echo "${ECHO_T}yes" >&6
3683else 6593else
3684 echo "$ac_t""no" 1>&6 6594 echo "$as_me:$LINENO: result: no" >&5
6595echo "${ECHO_T}no" >&6
3685fi 6596fi
3686## 6597##
3687## END FIXME 6598## END FIXME
3688 6599
3689reload_cmds='$LD$reload_flag -o $output$reload_objs' 6600reload_cmds='$LD$reload_flag -o $output$reload_objs'
3690test -z "$deplibs_check_method" && deplibs_check_method=unknown 6601test -z "$deplibs_check_method" && deplibs_check_method=unknown
3691 6602
3692## FIXME: this should be a separate macro 6603## FIXME: this should be a separate macro
3693## 6604##
3694# PORTME Fill in your ld.so characteristics 6605# PORTME Fill in your ld.so characteristics
6606echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
3695echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6 6607echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
3696echo "configure:3697: checking dynamic linker characteristics" >&5
3697library_names_spec= 6608library_names_spec=
3698libname_spec='lib$name' 6609libname_spec='lib$name'
3699soname_spec= 6610soname_spec=
3700postinstall_cmds= 6611postinstall_cmds=
3701postuninstall_cmds= 6612postuninstall_cmds=
4017 6928
4018*) 6929*)
4019 dynamic_linker=no 6930 dynamic_linker=no
4020 ;; 6931 ;;
4021esac 6932esac
6933echo "$as_me:$LINENO: result: $dynamic_linker" >&5
4022echo "$ac_t""$dynamic_linker" 1>&6 6934echo "${ECHO_T}$dynamic_linker" >&6
4023test "$dynamic_linker" = no && can_build_shared=no 6935test "$dynamic_linker" = no && can_build_shared=no
4024## 6936##
4025## END FIXME 6937## END FIXME
4026 6938
4027## FIXME: this should be a separate macro 6939## FIXME: this should be a separate macro
4028## 6940##
4029# Report the final consequences. 6941# Report the final consequences.
6942echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
4030echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6 6943echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
4031echo "configure:4032: checking if libtool supports shared libraries" >&5 6944echo "$as_me:$LINENO: result: $can_build_shared" >&5
4032echo "$ac_t""$can_build_shared" 1>&6 6945echo "${ECHO_T}$can_build_shared" >&6
4033## 6946##
4034## END FIXME 6947## END FIXME
4035 6948
4036if test "$hardcode_action" = relink; then 6949if test "$hardcode_action" = relink; then
4037 # Fast installation is not supported 6950 # Fast installation is not supported
4066 lt_cv_dlopen="LoadLibrary" 6979 lt_cv_dlopen="LoadLibrary"
4067 lt_cv_dlopen_libs= 6980 lt_cv_dlopen_libs=
4068 ;; 6981 ;;
4069 6982
4070 *) 6983 *)
6984 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
4071 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 6985echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
4072echo "configure:4073: checking for dlopen in -ldl" >&5 6986if test "${ac_cv_lib_dl_dlopen+set}" = set; then
4073ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
4074if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4075 echo $ac_n "(cached) $ac_c" 1>&6 6987 echo $ECHO_N "(cached) $ECHO_C" >&6
4076else 6988else
4077 ac_save_LIBS="$LIBS" 6989 ac_check_lib_save_LIBS=$LIBS
4078LIBS="-ldl $LIBS" 6990LIBS="-ldl $LIBS"
4079cat > conftest.$ac_ext <<EOF 6991cat >conftest.$ac_ext <<_ACEOF
4080#line 4081 "configure" 6992/* confdefs.h. */
4081#include "confdefs.h" 6993_ACEOF
6994cat confdefs.h >>conftest.$ac_ext
6995cat >>conftest.$ac_ext <<_ACEOF
6996/* end confdefs.h. */
6997
4082/* Override any gcc2 internal prototype to avoid an error. */ 6998/* Override any gcc2 internal prototype to avoid an error. */
6999#ifdef __cplusplus
7000extern "C"
7001#endif
4083/* We use char because int might match the return type of a gcc2 7002/* We use char because int might match the return type of a gcc2
4084 builtin and then its argument prototype would still apply. */ 7003 builtin and then its argument prototype would still apply. */
4085char dlopen(); 7004char dlopen ();
4086 7005int
4087int main() { 7006main ()
7007{
4088dlopen() 7008dlopen ();
7009 ;
4089; return 0; } 7010 return 0;
4090EOF 7011}
4091if { (eval echo configure:4092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7012_ACEOF
7013rm -f conftest.$ac_objext conftest$ac_exeext
7014if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7015 (eval $ac_link) 2>conftest.er1
7016 ac_status=$?
7017 grep -v '^ *+' conftest.er1 >conftest.err
4092 rm -rf conftest* 7018 rm -f conftest.er1
4093 eval "ac_cv_lib_$ac_lib_var=yes" 7019 cat conftest.err >&5
7020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021 (exit $ac_status); } &&
7022 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7024 (eval $ac_try) 2>&5
7025 ac_status=$?
7026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7027 (exit $ac_status); }; } &&
7028 { ac_try='test -s conftest$ac_exeext'
7029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7030 (eval $ac_try) 2>&5
7031 ac_status=$?
7032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7033 (exit $ac_status); }; }; then
7034 ac_cv_lib_dl_dlopen=yes
4094else 7035else
4095 echo "configure: failed program was:" >&5 7036 echo "$as_me: failed program was:" >&5
4096 cat conftest.$ac_ext >&5 7037sed 's/^/| /' conftest.$ac_ext >&5
4097 rm -rf conftest* 7038
4098 eval "ac_cv_lib_$ac_lib_var=no" 7039ac_cv_lib_dl_dlopen=no
4099fi 7040fi
4100rm -f conftest* 7041rm -f conftest.err conftest.$ac_objext \
7042 conftest$ac_exeext conftest.$ac_ext
4101LIBS="$ac_save_LIBS" 7043LIBS=$ac_check_lib_save_LIBS
4102
4103fi 7044fi
4104if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7045echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
4105 echo "$ac_t""yes" 1>&6 7046echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
7047if test $ac_cv_lib_dl_dlopen = yes; then
4106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 7048 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
4107else 7049else
4108 echo "$ac_t""no" 1>&6 7050 echo "$as_me:$LINENO: checking for dlopen" >&5
4109echo $ac_n "checking for dlopen""... $ac_c" 1>&6 7051echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
4110echo "configure:4111: checking for dlopen" >&5
4111if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then 7052if test "${ac_cv_func_dlopen+set}" = set; then
4112 echo $ac_n "(cached) $ac_c" 1>&6 7053 echo $ECHO_N "(cached) $ECHO_C" >&6
4113else 7054else
4114 cat > conftest.$ac_ext <<EOF 7055 cat >conftest.$ac_ext <<_ACEOF
4115#line 4116 "configure" 7056/* confdefs.h. */
4116#include "confdefs.h" 7057_ACEOF
7058cat confdefs.h >>conftest.$ac_ext
7059cat >>conftest.$ac_ext <<_ACEOF
7060/* end confdefs.h. */
7061/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
7062 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7063#define dlopen innocuous_dlopen
7064
4117/* System header to define __stub macros and hopefully few prototypes, 7065/* System header to define __stub macros and hopefully few prototypes,
4118 which can conflict with char dlopen(); below. */ 7066 which can conflict with char dlopen (); below.
7067 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7068 <limits.h> exists even on freestanding compilers. */
7069
7070#ifdef __STDC__
7071# include <limits.h>
7072#else
4119#include <assert.h> 7073# include <assert.h>
7074#endif
7075
7076#undef dlopen
7077
4120/* Override any gcc2 internal prototype to avoid an error. */ 7078/* Override any gcc2 internal prototype to avoid an error. */
7079#ifdef __cplusplus
7080extern "C"
7081{
7082#endif
4121/* We use char because int might match the return type of a gcc2 7083/* We use char because int might match the return type of a gcc2
4122 builtin and then its argument prototype would still apply. */ 7084 builtin and then its argument prototype would still apply. */
4123char dlopen(); 7085char dlopen ();
4124
4125int main() {
4126
4127/* The GNU C library defines this for functions which it implements 7086/* The GNU C library defines this for functions which it implements
4128 to always fail with ENOSYS. Some functions are actually named 7087 to always fail with ENOSYS. Some functions are actually named
4129 something starting with __ and the normal name is an alias. */ 7088 something starting with __ and the normal name is an alias. */
4130#if defined (__stub_dlopen) || defined (__stub___dlopen) 7089#if defined (__stub_dlopen) || defined (__stub___dlopen)
4131choke me 7090choke me
4132#else 7091#else
4133dlopen(); 7092char (*f) () = dlopen;
4134#endif 7093#endif
7094#ifdef __cplusplus
7095}
7096#endif
4135 7097
7098int
7099main ()
7100{
7101return f != dlopen;
7102 ;
4136; return 0; } 7103 return 0;
4137EOF 7104}
4138if { (eval echo configure:4139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7105_ACEOF
7106rm -f conftest.$ac_objext conftest$ac_exeext
7107if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7108 (eval $ac_link) 2>conftest.er1
7109 ac_status=$?
7110 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -rf conftest* 7111 rm -f conftest.er1
7112 cat conftest.err >&5
7113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114 (exit $ac_status); } &&
7115 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7117 (eval $ac_try) 2>&5
7118 ac_status=$?
7119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7120 (exit $ac_status); }; } &&
7121 { ac_try='test -s conftest$ac_exeext'
7122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7123 (eval $ac_try) 2>&5
7124 ac_status=$?
7125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7126 (exit $ac_status); }; }; then
4140 eval "ac_cv_func_dlopen=yes" 7127 ac_cv_func_dlopen=yes
4141else 7128else
4142 echo "configure: failed program was:" >&5 7129 echo "$as_me: failed program was:" >&5
4143 cat conftest.$ac_ext >&5 7130sed 's/^/| /' conftest.$ac_ext >&5
4144 rm -rf conftest* 7131
4145 eval "ac_cv_func_dlopen=no" 7132ac_cv_func_dlopen=no
4146fi 7133fi
4147rm -f conftest* 7134rm -f conftest.err conftest.$ac_objext \
7135 conftest$ac_exeext conftest.$ac_ext
4148fi 7136fi
4149 7137echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
7138echo "${ECHO_T}$ac_cv_func_dlopen" >&6
4150if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then 7139if test $ac_cv_func_dlopen = yes; then
4151 echo "$ac_t""yes" 1>&6
4152 lt_cv_dlopen="dlopen" 7140 lt_cv_dlopen="dlopen"
4153else 7141else
4154 echo "$ac_t""no" 1>&6 7142 echo "$as_me:$LINENO: checking for shl_load" >&5
4155echo $ac_n "checking for shl_load""... $ac_c" 1>&6 7143echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
4156echo "configure:4157: checking for shl_load" >&5
4157if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then 7144if test "${ac_cv_func_shl_load+set}" = set; then
4158 echo $ac_n "(cached) $ac_c" 1>&6 7145 echo $ECHO_N "(cached) $ECHO_C" >&6
4159else 7146else
4160 cat > conftest.$ac_ext <<EOF 7147 cat >conftest.$ac_ext <<_ACEOF
4161#line 4162 "configure" 7148/* confdefs.h. */
4162#include "confdefs.h" 7149_ACEOF
7150cat confdefs.h >>conftest.$ac_ext
7151cat >>conftest.$ac_ext <<_ACEOF
7152/* end confdefs.h. */
7153/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
7154 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7155#define shl_load innocuous_shl_load
7156
4163/* System header to define __stub macros and hopefully few prototypes, 7157/* System header to define __stub macros and hopefully few prototypes,
4164 which can conflict with char shl_load(); below. */ 7158 which can conflict with char shl_load (); below.
7159 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7160 <limits.h> exists even on freestanding compilers. */
7161
7162#ifdef __STDC__
7163# include <limits.h>
7164#else
4165#include <assert.h> 7165# include <assert.h>
7166#endif
7167
7168#undef shl_load
7169
4166/* Override any gcc2 internal prototype to avoid an error. */ 7170/* Override any gcc2 internal prototype to avoid an error. */
7171#ifdef __cplusplus
7172extern "C"
7173{
7174#endif
4167/* We use char because int might match the return type of a gcc2 7175/* We use char because int might match the return type of a gcc2
4168 builtin and then its argument prototype would still apply. */ 7176 builtin and then its argument prototype would still apply. */
4169char shl_load(); 7177char shl_load ();
4170
4171int main() {
4172
4173/* The GNU C library defines this for functions which it implements 7178/* The GNU C library defines this for functions which it implements
4174 to always fail with ENOSYS. Some functions are actually named 7179 to always fail with ENOSYS. Some functions are actually named
4175 something starting with __ and the normal name is an alias. */ 7180 something starting with __ and the normal name is an alias. */
4176#if defined (__stub_shl_load) || defined (__stub___shl_load) 7181#if defined (__stub_shl_load) || defined (__stub___shl_load)
4177choke me 7182choke me
4178#else 7183#else
4179shl_load(); 7184char (*f) () = shl_load;
4180#endif 7185#endif
7186#ifdef __cplusplus
7187}
7188#endif
4181 7189
7190int
7191main ()
7192{
7193return f != shl_load;
7194 ;
4182; return 0; } 7195 return 0;
4183EOF 7196}
4184if { (eval echo configure:4185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7197_ACEOF
7198rm -f conftest.$ac_objext conftest$ac_exeext
7199if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7200 (eval $ac_link) 2>conftest.er1
7201 ac_status=$?
7202 grep -v '^ *+' conftest.er1 >conftest.err
4185 rm -rf conftest* 7203 rm -f conftest.er1
7204 cat conftest.err >&5
7205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7206 (exit $ac_status); } &&
7207 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7209 (eval $ac_try) 2>&5
7210 ac_status=$?
7211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7212 (exit $ac_status); }; } &&
7213 { ac_try='test -s conftest$ac_exeext'
7214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7215 (eval $ac_try) 2>&5
7216 ac_status=$?
7217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7218 (exit $ac_status); }; }; then
4186 eval "ac_cv_func_shl_load=yes" 7219 ac_cv_func_shl_load=yes
4187else 7220else
4188 echo "configure: failed program was:" >&5 7221 echo "$as_me: failed program was:" >&5
4189 cat conftest.$ac_ext >&5 7222sed 's/^/| /' conftest.$ac_ext >&5
4190 rm -rf conftest* 7223
4191 eval "ac_cv_func_shl_load=no" 7224ac_cv_func_shl_load=no
4192fi 7225fi
4193rm -f conftest* 7226rm -f conftest.err conftest.$ac_objext \
7227 conftest$ac_exeext conftest.$ac_ext
4194fi 7228fi
4195 7229echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7230echo "${ECHO_T}$ac_cv_func_shl_load" >&6
4196if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then 7231if test $ac_cv_func_shl_load = yes; then
4197 echo "$ac_t""yes" 1>&6
4198 lt_cv_dlopen="shl_load" 7232 lt_cv_dlopen="shl_load"
4199else 7233else
4200 echo "$ac_t""no" 1>&6 7234 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
4201echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 7235echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
4202echo "configure:4203: checking for dlopen in -lsvld" >&5 7236if test "${ac_cv_lib_svld_dlopen+set}" = set; then
4203ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`
4204if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4205 echo $ac_n "(cached) $ac_c" 1>&6 7237 echo $ECHO_N "(cached) $ECHO_C" >&6
4206else 7238else
4207 ac_save_LIBS="$LIBS" 7239 ac_check_lib_save_LIBS=$LIBS
4208LIBS="-lsvld $LIBS" 7240LIBS="-lsvld $LIBS"
4209cat > conftest.$ac_ext <<EOF 7241cat >conftest.$ac_ext <<_ACEOF
4210#line 4211 "configure" 7242/* confdefs.h. */
4211#include "confdefs.h" 7243_ACEOF
7244cat confdefs.h >>conftest.$ac_ext
7245cat >>conftest.$ac_ext <<_ACEOF
7246/* end confdefs.h. */
7247
4212/* Override any gcc2 internal prototype to avoid an error. */ 7248/* Override any gcc2 internal prototype to avoid an error. */
7249#ifdef __cplusplus
7250extern "C"
7251#endif
4213/* We use char because int might match the return type of a gcc2 7252/* We use char because int might match the return type of a gcc2
4214 builtin and then its argument prototype would still apply. */ 7253 builtin and then its argument prototype would still apply. */
4215char dlopen(); 7254char dlopen ();
4216 7255int
4217int main() { 7256main ()
7257{
4218dlopen() 7258dlopen ();
7259 ;
4219; return 0; } 7260 return 0;
4220EOF 7261}
4221if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7262_ACEOF
7263rm -f conftest.$ac_objext conftest$ac_exeext
7264if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7265 (eval $ac_link) 2>conftest.er1
7266 ac_status=$?
7267 grep -v '^ *+' conftest.er1 >conftest.err
4222 rm -rf conftest* 7268 rm -f conftest.er1
4223 eval "ac_cv_lib_$ac_lib_var=yes" 7269 cat conftest.err >&5
7270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7271 (exit $ac_status); } &&
7272 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7274 (eval $ac_try) 2>&5
7275 ac_status=$?
7276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7277 (exit $ac_status); }; } &&
7278 { ac_try='test -s conftest$ac_exeext'
7279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7280 (eval $ac_try) 2>&5
7281 ac_status=$?
7282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283 (exit $ac_status); }; }; then
7284 ac_cv_lib_svld_dlopen=yes
4224else 7285else
4225 echo "configure: failed program was:" >&5 7286 echo "$as_me: failed program was:" >&5
4226 cat conftest.$ac_ext >&5 7287sed 's/^/| /' conftest.$ac_ext >&5
4227 rm -rf conftest* 7288
4228 eval "ac_cv_lib_$ac_lib_var=no" 7289ac_cv_lib_svld_dlopen=no
4229fi 7290fi
4230rm -f conftest* 7291rm -f conftest.err conftest.$ac_objext \
7292 conftest$ac_exeext conftest.$ac_ext
4231LIBS="$ac_save_LIBS" 7293LIBS=$ac_check_lib_save_LIBS
4232
4233fi 7294fi
4234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7295echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
4235 echo "$ac_t""yes" 1>&6 7296echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
7297if test $ac_cv_lib_svld_dlopen = yes; then
4236 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 7298 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
4237else 7299else
4238 echo "$ac_t""no" 1>&6 7300 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
4239echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 7301echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
4240echo "configure:4241: checking for shl_load in -ldld" >&5 7302if test "${ac_cv_lib_dld_shl_load+set}" = set; then
4241ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
4242if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4243 echo $ac_n "(cached) $ac_c" 1>&6 7303 echo $ECHO_N "(cached) $ECHO_C" >&6
4244else 7304else
4245 ac_save_LIBS="$LIBS" 7305 ac_check_lib_save_LIBS=$LIBS
4246LIBS="-ldld $LIBS" 7306LIBS="-ldld $LIBS"
4247cat > conftest.$ac_ext <<EOF 7307cat >conftest.$ac_ext <<_ACEOF
4248#line 4249 "configure" 7308/* confdefs.h. */
4249#include "confdefs.h" 7309_ACEOF
7310cat confdefs.h >>conftest.$ac_ext
7311cat >>conftest.$ac_ext <<_ACEOF
7312/* end confdefs.h. */
7313
4250/* Override any gcc2 internal prototype to avoid an error. */ 7314/* Override any gcc2 internal prototype to avoid an error. */
7315#ifdef __cplusplus
7316extern "C"
7317#endif
4251/* We use char because int might match the return type of a gcc2 7318/* We use char because int might match the return type of a gcc2
4252 builtin and then its argument prototype would still apply. */ 7319 builtin and then its argument prototype would still apply. */
4253char shl_load(); 7320char shl_load ();
4254 7321int
4255int main() { 7322main ()
7323{
4256shl_load() 7324shl_load ();
7325 ;
4257; return 0; } 7326 return 0;
4258EOF 7327}
4259if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7328_ACEOF
7329rm -f conftest.$ac_objext conftest$ac_exeext
7330if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7331 (eval $ac_link) 2>conftest.er1
7332 ac_status=$?
7333 grep -v '^ *+' conftest.er1 >conftest.err
4260 rm -rf conftest* 7334 rm -f conftest.er1
4261 eval "ac_cv_lib_$ac_lib_var=yes" 7335 cat conftest.err >&5
7336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7337 (exit $ac_status); } &&
7338 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7340 (eval $ac_try) 2>&5
7341 ac_status=$?
7342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7343 (exit $ac_status); }; } &&
7344 { ac_try='test -s conftest$ac_exeext'
7345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7346 (eval $ac_try) 2>&5
7347 ac_status=$?
7348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7349 (exit $ac_status); }; }; then
7350 ac_cv_lib_dld_shl_load=yes
4262else 7351else
4263 echo "configure: failed program was:" >&5 7352 echo "$as_me: failed program was:" >&5
4264 cat conftest.$ac_ext >&5 7353sed 's/^/| /' conftest.$ac_ext >&5
4265 rm -rf conftest* 7354
4266 eval "ac_cv_lib_$ac_lib_var=no" 7355ac_cv_lib_dld_shl_load=no
4267fi 7356fi
4268rm -f conftest* 7357rm -f conftest.err conftest.$ac_objext \
7358 conftest$ac_exeext conftest.$ac_ext
4269LIBS="$ac_save_LIBS" 7359LIBS=$ac_check_lib_save_LIBS
4270
4271fi 7360fi
4272if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7361echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
4273 echo "$ac_t""yes" 1>&6 7362echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
7363if test $ac_cv_lib_dld_shl_load = yes; then
4274 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 7364 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
4275else
4276 echo "$ac_t""no" 1>&6
4277fi 7365fi
4278 7366
4279
4280fi
4281 7367
4282
4283fi 7368fi
4284 7369
4285
4286fi
4287 7370
4288 7371fi
7372
7373
7374fi
7375
7376
4289fi 7377fi
4290 7378
4291 ;; 7379 ;;
4292 esac 7380 esac
4293 7381
4306 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 7394 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
4307 7395
4308 save_LIBS="$LIBS" 7396 save_LIBS="$LIBS"
4309 LIBS="$lt_cv_dlopen_libs $LIBS" 7397 LIBS="$lt_cv_dlopen_libs $LIBS"
4310 7398
7399 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
4311 echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6 7400echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
4312echo "configure:4313: checking whether a program can dlopen itself" >&5
4313if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then 7401if test "${lt_cv_dlopen_self+set}" = set; then
4314 echo $ac_n "(cached) $ac_c" 1>&6 7402 echo $ECHO_N "(cached) $ECHO_C" >&6
4315else 7403else
4316 if test "$cross_compiling" = yes; then : 7404 if test "$cross_compiling" = yes; then :
4317 lt_cv_dlopen_self=cross 7405 lt_cv_dlopen_self=cross
4318else 7406else
4319 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7407 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4320 lt_status=$lt_dlunknown 7408 lt_status=$lt_dlunknown
4321 cat > conftest.$ac_ext <<EOF 7409 cat > conftest.$ac_ext <<EOF
4322#line 4323 "configure" 7410#line 7410 "configure"
4323#include "confdefs.h" 7411#include "confdefs.h"
4324 7412
4325#if HAVE_DLFCN_H 7413#if HAVE_DLFCN_H
4326#include <dlfcn.h> 7414#include <dlfcn.h>
4327#endif 7415#endif
4378 } 7466 }
4379 7467
4380 exit (status); 7468 exit (status);
4381} 7469}
4382EOF 7470EOF
4383 if { (eval echo configure:4384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7472 (eval $ac_link) 2>&5
7473 ac_status=$?
7474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7475 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4384 (./conftest; exit; ) 2>/dev/null 7476 (./conftest; exit; ) 2>/dev/null
4385 lt_status=$? 7477 lt_status=$?
4386 case x$lt_status in 7478 case x$lt_status in
4387 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 7479 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
4388 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 7480 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
4393 lt_cv_dlopen_self=no 7485 lt_cv_dlopen_self=no
4394 fi 7486 fi
4395fi 7487fi
4396rm -fr conftest* 7488rm -fr conftest*
4397 7489
4398
4399fi
4400 7490
7491fi
7492echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
4401echo "$ac_t""$lt_cv_dlopen_self" 1>&6 7493echo "${ECHO_T}$lt_cv_dlopen_self" >&6
4402 7494
4403 if test "x$lt_cv_dlopen_self" = xyes; then 7495 if test "x$lt_cv_dlopen_self" = xyes; then
4404 LDFLAGS="$LDFLAGS $link_static_flag" 7496 LDFLAGS="$LDFLAGS $link_static_flag"
7497 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
4405 echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6 7498echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
4406echo "configure:4407: checking whether a statically linked program can dlopen itself" >&5
4407if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then 7499if test "${lt_cv_dlopen_self_static+set}" = set; then
4408 echo $ac_n "(cached) $ac_c" 1>&6 7500 echo $ECHO_N "(cached) $ECHO_C" >&6
4409else 7501else
4410 if test "$cross_compiling" = yes; then : 7502 if test "$cross_compiling" = yes; then :
4411 lt_cv_dlopen_self_static=cross 7503 lt_cv_dlopen_self_static=cross
4412else 7504else
4413 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7505 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4414 lt_status=$lt_dlunknown 7506 lt_status=$lt_dlunknown
4415 cat > conftest.$ac_ext <<EOF 7507 cat > conftest.$ac_ext <<EOF
4416#line 4417 "configure" 7508#line 7508 "configure"
4417#include "confdefs.h" 7509#include "confdefs.h"
4418 7510
4419#if HAVE_DLFCN_H 7511#if HAVE_DLFCN_H
4420#include <dlfcn.h> 7512#include <dlfcn.h>
4421#endif 7513#endif
4472 } 7564 }
4473 7565
4474 exit (status); 7566 exit (status);
4475} 7567}
4476EOF 7568EOF
4477 if { (eval echo configure:4478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7569 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7570 (eval $ac_link) 2>&5
7571 ac_status=$?
7572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7573 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4478 (./conftest; exit; ) 2>/dev/null 7574 (./conftest; exit; ) 2>/dev/null
4479 lt_status=$? 7575 lt_status=$?
4480 case x$lt_status in 7576 case x$lt_status in
4481 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 7577 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
4482 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 7578 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
4487 lt_cv_dlopen_self_static=no 7583 lt_cv_dlopen_self_static=no
4488 fi 7584 fi
4489fi 7585fi
4490rm -fr conftest* 7586rm -fr conftest*
4491 7587
4492
4493fi
4494 7588
7589fi
7590echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
4495echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6 7591echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
4496 fi 7592 fi
4497 7593
4498 CPPFLAGS="$save_CPPFLAGS" 7594 CPPFLAGS="$save_CPPFLAGS"
4499 LDFLAGS="$save_LDFLAGS" 7595 LDFLAGS="$save_LDFLAGS"
4500 LIBS="$save_LIBS" 7596 LIBS="$save_LIBS"
4522 ;; 7618 ;;
4523 '$CC '*) 7619 '$CC '*)
4524 # Test whether the compiler implicitly links with -lc since on some 7620 # Test whether the compiler implicitly links with -lc since on some
4525 # systems, -lgcc has to come before -lc. If gcc already passes -lc 7621 # systems, -lgcc has to come before -lc. If gcc already passes -lc
4526 # to ld, don't add -lc before -lgcc. 7622 # to ld, don't add -lc before -lgcc.
7623 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
4527 echo $ac_n "checking whether -lc should be explicitly linked in""... $ac_c" 1>&6 7624echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
4528echo "configure:4529: checking whether -lc should be explicitly linked in" >&5
4529 if eval "test \"`echo '$''{'lt_cv_archive_cmds_need_lc'+set}'`\" = set"; then 7625 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
4530 echo $ac_n "(cached) $ac_c" 1>&6 7626 echo $ECHO_N "(cached) $ECHO_C" >&6
4531else 7627else
4532 $rm conftest* 7628 $rm conftest*
4533 echo 'static int dummy;' > conftest.$ac_ext 7629 echo 'static int dummy;' > conftest.$ac_ext
4534 7630
4535 if { (eval echo configure:4536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7631 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7632 (eval $ac_compile) 2>&5
7633 ac_status=$?
7634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7635 (exit $ac_status); }; then
4536 soname=conftest 7636 soname=conftest
4537 lib=conftest 7637 lib=conftest
4538 libobjs=conftest.$ac_objext 7638 libobjs=conftest.$ac_objext
4539 deplibs= 7639 deplibs=
4540 wl=$lt_cv_prog_cc_wl 7640 wl=$lt_cv_prog_cc_wl
4543 verstring= 7643 verstring=
4544 output_objdir=. 7644 output_objdir=.
4545 libname=conftest 7645 libname=conftest
4546 save_allow_undefined_flag=$allow_undefined_flag 7646 save_allow_undefined_flag=$allow_undefined_flag
4547 allow_undefined_flag= 7647 allow_undefined_flag=
4548 if { (eval echo configure:4549: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; } 7648 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
7649 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
7650 ac_status=$?
7651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7652 (exit $ac_status); }
4549 then 7653 then
4550 lt_cv_archive_cmds_need_lc=no 7654 lt_cv_archive_cmds_need_lc=no
4551 else 7655 else
4552 lt_cv_archive_cmds_need_lc=yes 7656 lt_cv_archive_cmds_need_lc=yes
4553 fi 7657 fi
4555 else 7659 else
4556 cat conftest.err 1>&5 7660 cat conftest.err 1>&5
4557 fi 7661 fi
4558fi 7662fi
4559 7663
7664 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
4560 echo "$ac_t""$lt_cv_archive_cmds_need_lc" 1>&6 7665echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
4561 ;; 7666 ;;
4562 esac 7667 esac
4563fi 7668fi
4564need_lc=${lt_cv_archive_cmds_need_lc-yes} 7669need_lc=${lt_cv_archive_cmds_need_lc-yes}
4565## 7670##
5130 8235
5131MALLOC_TYPE=S 8236MALLOC_TYPE=S
5132support_addstrings=no 8237support_addstrings=no
5133support_frills=no 8238support_frills=no
5134support_linespace=no 8239support_linespace=no
5135support_graphics=no
5136support_inheritpixmap=no 8240support_inheritpixmap=no
8241support_tinting=no
8242support_fading=no
5137support_keepscrolling=no 8243support_keepscrolling=no
5138support_selectionscrolling=no 8244support_selectionscrolling=no
5139support_menubar=no 8245support_menubar=no
5140support_mousewheel=no 8246support_mousewheel=no
5141support_mouseslipwheel=no 8247support_mouseslipwheel=no
5142support_oldselection=no
5143support_utmp=no 8248support_utmp=no
5144support_wtmp=no 8249support_wtmp=no
5145support_lastlog=no 8250support_lastlog=no
5146support_cursor_blink=no 8251support_cursor_blink=no
8252support_text_blink=no
5147support_pointer_blank=no 8253support_pointer_blank=no
5148support_scroll_rxvt=no 8254support_scroll_rxvt=no
5149support_scroll_next=no 8255support_scroll_next=no
5150support_scroll_xterm=no 8256support_scroll_xterm=no
8257support_scroll_plain=no
5151support_xim=no 8258support_xim=no
5152support_xpm=no 8259support_xpm=no
5153support_xft=no 8260support_xft=no
5154support_unicode3=no 8261support_unicode3=no
8262support_combining=no
8263support_8bitctrls=no
8264support_iso14755=no
5155codesets= 8265codesets=
5156 8266
5157 8267
5158if test "x$enable_shared" = xyes; then 8268if test "x$enable_shared" = xyes; then
8269
5159 cat >> confdefs.h <<\EOF 8270cat >>confdefs.h <<\_ACEOF
5160#define LIBRXVT 1 8271#define LIBRXVT 1
5161EOF 8272_ACEOF
5162 8273
5163 INSTALL_LIBRXVT=yes 8274 INSTALL_LIBRXVT=yes
5164fi 8275fi
5165 8276
5166 8277
5169 enableval="$enable_everything" 8280 enableval="$enable_everything"
5170 if test x$enableval = xyes; then 8281 if test x$enableval = xyes; then
5171 support_24bit=yes 8282 support_24bit=yes
5172 support_frills=yes 8283 support_frills=yes
5173 support_linespace=yes 8284 support_linespace=yes
5174 support_graphics=yes
5175 support_inheritpixmap=yes 8285 support_inheritpixmap=yes
8286 support_tinting=yes
8287 support_fading=yes
5176 support_keepscrolling=yes 8288 support_keepscrolling=yes
5177 support_selectionscrolling=yes 8289 support_selectionscrolling=yes
5178 support_lastlog=yes 8290 support_lastlog=yes
5179 support_menubar=yes 8291 support_menubar=yes
5180 support_mousewheel=yes 8292 support_mousewheel=yes
5181 support_mouseslipwheel=yes 8293 support_mouseslipwheel=yes
5182 support_oldselection=yes
5183 support_cursor_blink=yes 8294 support_cursor_blink=yes
8295 support_text_blink=yes
5184 support_pointer_blank=yes 8296 support_pointer_blank=yes
5185 support_scroll_rxvt=yes 8297 support_scroll_rxvt=yes
5186 support_scroll_next=yes 8298 support_scroll_next=yes
5187 support_scroll_xterm=yes 8299 support_scroll_xterm=yes
8300 support_scroll_plain=yes
5188 support_utmp=yes 8301 support_utmp=yes
5189 support_wtmp=yes 8302 support_wtmp=yes
5190 support_xim=yes 8303 support_xim=yes
5191 support_xpm=yes 8304 support_xpm=yes
5192 support_xft=yes 8305 support_xft=yes
5193 support_unicode3=yes 8306 support_unicode3=yes
8307 support_combining=yes
8308 #support_8bitctrls=yes
8309 support_iso14755=yes
5194 codesets=all 8310 codesets=all
5195 fi 8311 fi
5196fi 8312fi;
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 8313
5218# Check whether --enable-unicode3 or --disable-unicode3 was given. 8314# Check whether --enable-unicode3 or --disable-unicode3 was given.
5219if test "${enable_unicode3+set}" = set; then 8315if test "${enable_unicode3+set}" = set; then
5220 enableval="$enable_unicode3" 8316 enableval="$enable_unicode3"
5221 if test x$enableval = xyes; then 8317 if test x$enableval = xyes -o x$enableval = xno; then
5222 support_unicode3=yes 8318 support_unicode3=yes
5223 fi 8319 fi
5224fi 8320fi;
5225 8321
8322# Check whether --enable-combining or --disable-combining was given.
8323if test "${enable_combining+set}" = set; then
8324 enableval="$enable_combining"
8325 if test x$enableval = xyes -o x$enableval = xno; then
8326 support_combining=yes
8327 fi
8328fi;
5226 8329
5227# Check whether --enable-xft or --disable-xft was given. 8330# Check whether --enable-xft or --disable-xft was given.
5228if test "${enable_xft+set}" = set; then 8331if test "${enable_xft+set}" = set; then
5229 enableval="$enable_xft" 8332 enableval="$enable_xft"
5230 if test x$enableval = xyes; then 8333 if test x$enableval = xyes -o x$enableval = xno; then
5231 support_xft=yes 8334 support_xft=yes
5232 fi 8335 fi
5233fi 8336fi;
5234
5235
5236# Check whether --with-codesets or --without-codesets was given.
5237if test "${with_codesets+set}" = set; then
5238 withval="$with_codesets"
5239 if test x$enableval = xyes; then
5240 codesets="$withval"
5241 fi
5242fi
5243
5244
5245# Check whether --with-encoding or --without-encoding was given.
5246if test "${with_encoding+set}" = set; then
5247 withval="$with_encoding"
5248 if test x$enableval = xyes; then
5249 withval=`echo $withval | tr 'a-z' 'A-Z'`
5250 cat >> confdefs.h <<EOF
5251#define MULTICHAR_ENCODING $withval
5252EOF
5253
5254 fi
5255fi
5256
5257 8337
5258# Check whether --enable-utmp or --disable-utmp was given. 8338# Check whether --enable-utmp or --disable-utmp was given.
5259if test "${enable_utmp+set}" = set; then 8339if test "${enable_utmp+set}" = set; then
5260 enableval="$enable_utmp" 8340 enableval="$enable_utmp"
5261 if test x$enableval = xyes -o x$enableval = xno; then 8341 if test x$enableval = xyes -o x$enableval = xno; then
5262 support_utmp=$enableval 8342 support_utmp=$enableval
5263 fi 8343 fi
5264fi 8344fi;
5265
5266 8345
5267# Check whether --enable-wtmp or --disable-wtmp was given. 8346# Check whether --enable-wtmp or --disable-wtmp was given.
5268if test "${enable_wtmp+set}" = set; then 8347if test "${enable_wtmp+set}" = set; then
5269 enableval="$enable_wtmp" 8348 enableval="$enable_wtmp"
5270 if test x$enableval = xyes -o x$enableval = xno; then 8349 if test x$enableval = xyes -o x$enableval = xno; then
5271 support_wtmp=$enableval 8350 support_wtmp=$enableval
5272 fi 8351 fi
5273fi 8352fi;
5274
5275 8353
5276# Check whether --enable-lastlog or --disable-lastlog was given. 8354# Check whether --enable-lastlog or --disable-lastlog was given.
5277if test "${enable_lastlog+set}" = set; then 8355if test "${enable_lastlog+set}" = set; then
5278 enableval="$enable_lastlog" 8356 enableval="$enable_lastlog"
5279 if test x$enableval = xyes -o x$enableval = xno; then 8357 if test x$enableval = xyes -o x$enableval = xno; then
5280 support_lastlog=$enableval 8358 support_lastlog=$enableval
5281 fi 8359 fi
5282fi 8360fi;
5283
5284 8361
5285# Check whether --enable-xpm-background or --disable-xpm-background was given. 8362# Check whether --enable-xpm-background or --disable-xpm-background was given.
5286if test "${enable_xpm_background+set}" = set; then 8363if test "${enable_xpm_background+set}" = set; then
5287 enableval="$enable_xpm_background" 8364 enableval="$enable_xpm_background"
5288 if test x$enableval = xyes -o x$enableval = xno; then 8365 if test x$enableval = xyes -o x$enableval = xno; then
5289 support_xpm=$enableval 8366 support_xpm=$enableval
5290 fi 8367 fi
5291fi 8368fi;
5292
5293 8369
5294# Check whether --enable-transparency or --disable-transparency was given. 8370# Check whether --enable-transparency or --disable-transparency was given.
5295if test "${enable_transparency+set}" = set; then 8371if test "${enable_transparency+set}" = set; then
5296 enableval="$enable_transparency" 8372 enableval="$enable_transparency"
5297 if test x$enableval = xyes -o x$enableval = xno; then 8373 if test x$enableval = xyes -o x$enableval = xno; then
5298 support_inheritpixmap=$enableval 8374 support_inheritpixmap=$enableval
5299 fi 8375 fi
5300fi 8376fi;
5301 8377
8378# Check whether --enable-tinting or --disable-tinting was given.
8379if test "${enable_tinting+set}" = set; then
8380 enableval="$enable_tinting"
8381 if test x$enableval = xyes -o x$enableval = xno; then
8382 support_tinting=$enableval
8383 fi
8384fi;
8385
8386# Check whether --enable-fading or --disable-fading was given.
8387if test "${enable_fading+set}" = set; then
8388 enableval="$enable_fading"
8389 if test x$enableval = xyes -o x$enableval = xno; then
8390 support_fading=$enableval
8391 fi
8392fi;
5302 8393
5303# Check whether --enable-menubar or --disable-menubar was given. 8394# Check whether --enable-menubar or --disable-menubar was given.
5304if test "${enable_menubar+set}" = set; then 8395if test "${enable_menubar+set}" = set; then
5305 enableval="$enable_menubar" 8396 enableval="$enable_menubar"
5306 if test x$enableval = xyes -o x$enableval = xno; then 8397 if test x$enableval = xyes -o x$enableval = xno; then
5307 support_menubar=$enableval 8398 support_menubar=$enableval
5308 fi 8399 fi
5309fi 8400fi;
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 8401
5321# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8402# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5322if test "${enable_rxvt_scroll+set}" = set; then 8403if test "${enable_rxvt_scroll+set}" = set; then
5323 enableval="$enable_rxvt_scroll" 8404 enableval="$enable_rxvt_scroll"
5324 if test x$enableval = xyes -o x$enableval = xno; then 8405 if test x$enableval = xyes -o x$enableval = xno; then
5325 support_scroll_rxvt=$enableval 8406 support_scroll_rxvt=$enableval
5326 fi 8407 fi
5327fi 8408fi;
5328
5329 8409
5330# Check whether --enable-next-scroll or --disable-next-scroll was given. 8410# Check whether --enable-next-scroll or --disable-next-scroll was given.
5331if test "${enable_next_scroll+set}" = set; then 8411if test "${enable_next_scroll+set}" = set; then
5332 enableval="$enable_next_scroll" 8412 enableval="$enable_next_scroll"
5333 if test x$enableval = xyes -o x$enableval = xno; then 8413 if test x$enableval = xyes -o x$enableval = xno; then
5334 support_scroll_next=$enableval 8414 support_scroll_next=$enableval
5335 fi 8415 fi
5336fi 8416fi;
5337
5338 8417
5339# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8418# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5340if test "${enable_xterm_scroll+set}" = set; then 8419if test "${enable_xterm_scroll+set}" = set; then
5341 enableval="$enable_xterm_scroll" 8420 enableval="$enable_xterm_scroll"
5342 if test x$enableval = xyes -o x$enableval = xno; then 8421 if test x$enableval = xyes -o x$enableval = xno; then
5343 support_scroll_xterm=$enableval 8422 support_scroll_xterm=$enableval
5344 fi 8423 fi
5345fi 8424fi;
5346 8425
8426# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8427if test "${enable_plain_scroll+set}" = set; then
8428 enableval="$enable_plain_scroll"
8429 if test x$enableval = xyes -o x$enableval = xno; then
8430 support_scroll_plain=$enableval
8431 fi
8432fi;
5347 8433
5348# Check whether --enable-half-shadow or --disable-half-shadow was given. 8434# Check whether --enable-half-shadow or --disable-half-shadow was given.
5349if test "${enable_half_shadow+set}" = set; then 8435if test "${enable_half_shadow+set}" = set; then
5350 enableval="$enable_half_shadow" 8436 enableval="$enable_half_shadow"
5351 if test x$enableval = xyes; then 8437 if test x$enableval = xyes; then
8438
5352 cat >> confdefs.h <<\EOF 8439cat >>confdefs.h <<\_ACEOF
5353#define HALFSHADOW 1 8440#define HALFSHADOW 1
5354EOF 8441_ACEOF
5355 8442
5356 fi 8443 fi
5357fi 8444fi;
5358 8445
8446
8447# Check whether --with-codesets or --without-codesets was given.
8448if test "${with_codesets+set}" = set; then
8449 withval="$with_codesets"
8450 codesets="$withval"
8451fi;
5359 8452
5360# Check whether --enable-xim or --disable-xim was given. 8453# Check whether --enable-xim or --disable-xim was given.
5361if test "${enable_xim+set}" = set; then 8454if test "${enable_xim+set}" = set; then
5362 enableval="$enable_xim" 8455 enableval="$enable_xim"
5363 if test x$enableval = xyes -o x$enableval = xno; then 8456 if test x$enableval = xyes -o x$enableval = xno; then
5364 support_xim=$enableval 8457 support_xim=$enableval
5365 fi 8458 fi
5366fi 8459fi;
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 8460
5381# Check whether --enable-ttygid or --disable-ttygid was given. 8461# Check whether --enable-ttygid or --disable-ttygid was given.
5382if test "${enable_ttygid+set}" = set; then 8462if test "${enable_ttygid+set}" = set; then
5383 enableval="$enable_ttygid" 8463 enableval="$enable_ttygid"
5384 if test x$enableval = xyes; then 8464 if test x$enableval = xyes; then
8465
5385 cat >> confdefs.h <<\EOF 8466cat >>confdefs.h <<\_ACEOF
5386#define TTY_GID_SUPPORT 1 8467#define TTY_GID_SUPPORT 1
5387EOF 8468_ACEOF
5388 8469
5389 fi 8470 fi
5390fi 8471fi;
5391
5392 8472
5393# Check whether --enable-backspace-key or --disable-backspace-key was given. 8473# Check whether --enable-backspace-key or --disable-backspace-key was given.
5394if test "${enable_backspace_key+set}" = set; then 8474if test "${enable_backspace_key+set}" = set; then
5395 enableval="$enable_backspace_key" 8475 enableval="$enable_backspace_key"
5396 if test x$enableval = xno; then 8476 if test x$enableval = xno; then
8477
5397 cat >> confdefs.h <<\EOF 8478cat >>confdefs.h <<\_ACEOF
5398#define NO_BACKSPACE_KEY 1 8479#define NO_BACKSPACE_KEY 1
5399EOF 8480_ACEOF
5400 8481
5401 fi 8482 fi
5402fi 8483fi;
5403
5404 8484
5405# Check whether --enable-delete-key or --disable-delete-key was given. 8485# Check whether --enable-delete-key or --disable-delete-key was given.
5406if test "${enable_delete_key+set}" = set; then 8486if test "${enable_delete_key+set}" = set; then
5407 enableval="$enable_delete_key" 8487 enableval="$enable_delete_key"
5408 if test x$enableval = xno; then 8488 if test x$enableval = xno; then
8489
5409 cat >> confdefs.h <<\EOF 8490cat >>confdefs.h <<\_ACEOF
5410#define NO_DELETE_KEY 1 8491#define NO_DELETE_KEY 1
5411EOF 8492_ACEOF
5412 8493
5413 fi 8494 fi
5414fi 8495fi;
5415
5416 8496
5417# Check whether --enable-resources or --disable-resources was given. 8497# Check whether --enable-resources or --disable-resources was given.
5418if test "${enable_resources+set}" = set; then 8498if test "${enable_resources+set}" = set; then
5419 enableval="$enable_resources" 8499 enableval="$enable_resources"
5420 if test x$enableval = xno; then 8500 if test x$enableval = xno; then
8501
5421 cat >> confdefs.h <<\EOF 8502cat >>confdefs.h <<\_ACEOF
5422#define NO_RESOURCES 1 8503#define NO_RESOURCES 1
5423EOF 8504_ACEOF
5424 8505
5425 fi 8506 fi
5426fi 8507fi;
5427
5428 8508
5429# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8509# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5430if test "${enable_xgetdefault+set}" = set; then 8510if test "${enable_xgetdefault+set}" = set; then
5431 enableval="$enable_xgetdefault" 8511 enableval="$enable_xgetdefault"
5432 if test x$enableval = xyes; then 8512 if test x$enableval = xyes; then
8513
5433 cat >> confdefs.h <<\EOF 8514cat >>confdefs.h <<\_ACEOF
5434#define USE_XGETDEFAULT 1 8515#define USE_XGETDEFAULT 1
5435EOF 8516_ACEOF
5436 8517
5437 fi 8518 fi
5438fi 8519fi;
8520
8521# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8522if test "${enable_8bitctrls+set}" = set; then
8523 enableval="$enable_8bitctrls"
8524 if test x$enableval = xyes -o x$enableval = xno; then
8525 support_8bitctrls=yes
8526 fi
8527fi;
8528
8529RESFALLBACK=Rxvt
8530# Check whether --enable-fallback or --disable-fallback was given.
8531if test "${enable_fallback+set}" = set; then
8532 enableval="$enable_fallback"
8533
8534 test x$enableval = xyes && enableval=Rxvt
8535 test x$enableval = xno && enableval=
8536 RESFALLBACK="$enableval"
8537
8538fi;
8539
8540if test x$RESFALLBACK != x; then
8541
8542cat >>confdefs.h <<_ACEOF
8543#define RESFALLBACK "$RESFALLBACK"
8544_ACEOF
8545
8546fi
8547
8548RESNAME=urxvt
8549
8550# Check whether --with-res-name or --without-res-name was given.
8551if test "${with_res_name+set}" = set; then
8552 withval="$with_res_name"
8553 RESNAME="$withval"
8554fi;
8555
8556cat >>confdefs.h <<_ACEOF
8557#define RESNAME "$RESNAME"
8558_ACEOF
8559
8560
8561RESCLASS=URxvt
8562
8563# Check whether --with-res-class or --without-res-class was given.
8564if test "${with_res_class+set}" = set; then
8565 withval="$with_res_class"
8566 RESCLASS="$withval"
8567fi;
8568
8569cat >>confdefs.h <<_ACEOF
8570#define RESCLASS "$RESCLASS"
8571_ACEOF
8572
8573
8574RXVTNAME=urxvt
8575
8576# Check whether --with-name or --without-name was given.
8577if test "${with_name+set}" = set; then
8578 withval="$with_name"
8579 RXVTNAME="$withval"
8580fi;
8581
8582RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
5439 8583
5440 8584
5441# Check whether --enable-strings or --disable-strings was given. 8585# Check whether --enable-strings or --disable-strings was given.
5442if test "${enable_strings+set}" = set; then 8586if test "${enable_strings+set}" = set; then
5443 enableval="$enable_strings" 8587 enableval="$enable_strings"
5444 if test x$enableval = xyes -o x$enableval = xno; then 8588 if test x$enableval = xyes -o x$enableval = xno; then
5445 support_addstrings=$enableval 8589 support_addstrings=$enableval
5446 fi 8590 fi
5447fi 8591fi;
5448
5449 8592
5450# Check whether --enable-swapscreen or --disable-swapscreen was given. 8593# Check whether --enable-swapscreen or --disable-swapscreen was given.
5451if test "${enable_swapscreen+set}" = set; then 8594if test "${enable_swapscreen+set}" = set; then
5452 enableval="$enable_swapscreen" 8595 enableval="$enable_swapscreen"
5453 if test x$enableval = xno; then 8596 if test x$enableval = xno; then
8597
5454 cat >> confdefs.h <<\EOF 8598cat >>confdefs.h <<\_ACEOF
5455#define NO_SECONDARY_SCREEN 1 8599#define NO_SECONDARY_SCREEN 1
5456EOF 8600_ACEOF
5457 8601
5458 fi 8602 fi
5459fi 8603fi;
5460 8604
8605# Check whether --enable-iso14755 or --disable-iso14755 was given.
8606if test "${enable_iso14755+set}" = set; then
8607 enableval="$enable_iso14755"
8608 if test x$enableval = xyes -o x$enableval = xno; then
8609 support_iso14755=$enableval
8610 fi
8611fi;
5461 8612
5462# Check whether --enable-frills or --disable-frills was given. 8613# Check whether --enable-frills or --disable-frills was given.
5463if test "${enable_frills+set}" = set; then 8614if test "${enable_frills+set}" = set; then
5464 enableval="$enable_frills" 8615 enableval="$enable_frills"
5465 if test x$enableval = xyes -o x$enableval = xno; then 8616 if test x$enableval = xyes -o x$enableval = xno; then
5466 support_frills=$enableval 8617 support_frills=$enableval
5467 fi 8618 fi
5468fi 8619fi;
5469
5470 8620
5471# Check whether --enable-linespace or --disable-linespace was given. 8621# Check whether --enable-linespace or --disable-linespace was given.
5472if test "${enable_linespace+set}" = set; then 8622if test "${enable_linespace+set}" = set; then
5473 enableval="$enable_linespace" 8623 enableval="$enable_linespace"
5474 if test x$enableval = xyes -o x$enableval = xno; then 8624 if test x$enableval = xyes -o x$enableval = xno; then
5475 support_linespace=$enableval 8625 support_linespace=$enableval
5476 fi 8626 fi
5477fi 8627fi;
5478
5479 8628
5480# Check whether --enable-24bit or --disable-24bit was given. 8629# Check whether --enable-24bit or --disable-24bit was given.
5481if test "${enable_24bit+set}" = set; then 8630if test "${enable_24bit+set}" = set; then
5482 enableval="$enable_24bit" 8631 enableval="$enable_24bit"
5483 if test x$enableval = xyes -o x$enableval = xno; then 8632 if test x$enableval = xyes -o x$enableval = xno; then
5484 support_24bit=$enableval 8633 support_24bit=$enableval
5485 fi 8634 fi
5486fi 8635fi;
5487
5488 8636
5489# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8637# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5490if test "${enable_keepscrolling+set}" = set; then 8638if test "${enable_keepscrolling+set}" = set; then
5491 enableval="$enable_keepscrolling" 8639 enableval="$enable_keepscrolling"
5492 if test x$enableval = xyes -o x$enableval = xno; then 8640 if test x$enableval = xyes -o x$enableval = xno; then
5493 support_keepscrolling=$enableval 8641 support_keepscrolling=$enableval
5494 fi 8642 fi
5495fi 8643fi;
5496
5497 8644
5498# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8645# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5499if test "${enable_selectionscrolling+set}" = set; then 8646if test "${enable_selectionscrolling+set}" = set; then
5500 enableval="$enable_selectionscrolling" 8647 enableval="$enable_selectionscrolling"
5501 if test x$enableval = xyes -o x$enableval = xno; then 8648 if test x$enableval = xyes -o x$enableval = xno; then
5502 support_selectionscrolling=$enableval 8649 support_selectionscrolling=$enableval
5503 fi 8650 fi
5504fi 8651fi;
5505
5506 8652
5507# Check whether --enable-mousewheel or --disable-mousewheel was given. 8653# Check whether --enable-mousewheel or --disable-mousewheel was given.
5508if test "${enable_mousewheel+set}" = set; then 8654if test "${enable_mousewheel+set}" = set; then
5509 enableval="$enable_mousewheel" 8655 enableval="$enable_mousewheel"
5510 if test x$enableval = xyes -o x$enableval = xno; then 8656 if test x$enableval = xyes -o x$enableval = xno; then
5511 support_mousewheel=$enableval 8657 support_mousewheel=$enableval
5512 fi 8658 fi
5513fi 8659fi;
5514
5515 8660
5516# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8661# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5517if test "${enable_slipwheeling+set}" = set; then 8662if test "${enable_slipwheeling+set}" = set; then
5518 enableval="$enable_slipwheeling" 8663 enableval="$enable_slipwheeling"
5519 if test x$enableval = xyes -o x$enableval = xno; then 8664 if test x$enableval = xyes -o x$enableval = xno; then
5520 support_mouseslipwheel=$enableval 8665 support_mouseslipwheel=$enableval
5521 fi 8666 fi
5522fi 8667fi;
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 8668
5546# Check whether --enable-dmalloc or --disable-dmalloc was given. 8669# Check whether --enable-dmalloc or --disable-dmalloc was given.
5547if test "${enable_dmalloc+set}" = set; then 8670if test "${enable_dmalloc+set}" = set; then
5548 enableval="$enable_dmalloc" 8671 enableval="$enable_dmalloc"
5549 if test x$enableval = xyes; then 8672 if test x$enableval = xyes; then
5550 MALLOC_TYPE=G 8673 MALLOC_TYPE=G
5551 DEBUG=-DDEBUG_MALLOC 8674 DEBUG=-DDEBUG_MALLOC
5552 DLIB="-L/usr/local/lib -ldmalloc" 8675 DLIB="-L/usr/local/lib -ldmalloc"
5553 DINCLUDE=-I/usr/local/include 8676 DINCLUDE=-I/usr/local/include
5554 fi 8677 fi
5555fi 8678fi;
5556
5557 8679
5558# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8680# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5559if test "${enable_dlmalloc+set}" = set; then 8681if test "${enable_dlmalloc+set}" = set; then
5560 enableval="$enable_dlmalloc" 8682 enableval="$enable_dlmalloc"
5561 if test x$enableval = xyes; then 8683 if test x$enableval = xyes; then
5562 MALLOC_TYPE=D 8684 MALLOC_TYPE=D
5563 DEBUG= 8685 DEBUG=
5564 DLIB="-L/usr/local/lib -ldlmalloc" 8686 DLIB="-L/usr/local/lib -ldlmalloc"
5565 DINCLUDE= 8687 DINCLUDE=
5566 fi 8688 fi
5567fi 8689fi;
5568
5569 8690
5570# Check whether --enable-smart-resize or --disable-smart-resize was given. 8691# Check whether --enable-smart-resize or --disable-smart-resize was given.
5571if test "${enable_smart_resize+set}" = set; then 8692if test "${enable_smart_resize+set}" = set; then
5572 enableval="$enable_smart_resize" 8693 enableval="$enable_smart_resize"
5573 if test x$enableval = xyes; then 8694 if test x$enableval = xyes; then
8695
5574 cat >> confdefs.h <<\EOF 8696cat >>confdefs.h <<\_ACEOF
5575#define SMART_RESIZE 1 8697#define SMART_RESIZE 1
5576EOF 8698_ACEOF
5577 8699
5578 fi 8700 fi
5579fi 8701fi;
5580
5581 8702
5582# Check whether --enable-256-color or --disable-256-color was given. 8703# Check whether --enable-256-color or --disable-256-color was given.
5583if test "${enable_256_color+set}" = set; then 8704if test "${enable_256_color+set}" = set; then
5584 enableval="$enable_256_color" 8705 enableval="$enable_256_color"
5585 if test x$enableval = xyes; then 8706 if test x$enableval = xyes; then
8707
5586 cat >> confdefs.h <<\EOF 8708cat >>confdefs.h <<\_ACEOF
5587#define TTY_256COLOR 1 8709#define TTY_256COLOR 1
5588EOF 8710_ACEOF
5589 8711
5590 fi 8712 fi
5591fi 8713fi;
5592
5593 8714
5594# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8715# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5595if test "${enable_cursor_blink+set}" = set; then 8716if test "${enable_cursor_blink+set}" = set; then
5596 enableval="$enable_cursor_blink" 8717 enableval="$enable_cursor_blink"
5597 if test x$enableval = xyes -o x$enableval = xno; then 8718 if test x$enableval = xyes -o x$enableval = xno; then
5598 support_cursor_blink=$enableval 8719 support_cursor_blink=$enableval
5599 fi 8720 fi
5600fi 8721fi;
5601 8722
8723# Check whether --enable-text-blink or --disable-text-blink was given.
8724if test "${enable_text_blink+set}" = set; then
8725 enableval="$enable_text_blink"
8726 if test x$enableval = xyes -o x$enableval = xno; then
8727 support_text_blink=$enableval
8728 fi
8729fi;
5602 8730
5603# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8731# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5604if test "${enable_pointer_blank+set}" = set; then 8732if test "${enable_pointer_blank+set}" = set; then
5605 enableval="$enable_pointer_blank" 8733 enableval="$enable_pointer_blank"
5606 if test x$enableval = xyes -o x$enableval = xno; then 8734 if test x$enableval = xyes -o x$enableval = xno; then
5607 support_pointer_blank=$enableval 8735 support_pointer_blank=$enableval
5608 fi 8736 fi
5609fi 8737fi;
5610 8738
5611 8739
5612# Check whether --with-term or --without-term was given. 8740# Check whether --with-term or --without-term was given.
5613if test "${with_term+set}" = set; then 8741if test "${with_term+set}" = set; then
5614 withval="$with_term" 8742 withval="$with_term"
5615 if test x$withval != x; then 8743 if test x$withval != x; then
8744
5616 cat >> confdefs.h <<EOF 8745cat >>confdefs.h <<_ACEOF
5617#define TERMENV "$withval" 8746#define TERMENV "$withval"
5618EOF 8747_ACEOF
5619 term="$withval" 8748 term="$withval"
5620 fi 8749 fi
5621fi 8750fi;
5622 8751
5623 8752
5624# Check whether --with-terminfo or --without-terminfo was given. 8753# Check whether --with-terminfo or --without-terminfo was given.
5625if test "${with_terminfo+set}" = set; then 8754if test "${with_terminfo+set}" = set; then
5626 withval="$with_terminfo" 8755 withval="$with_terminfo"
5627 if test x$withval != x; then 8756 if test x$withval != x; then
8757
5628 cat >> confdefs.h <<EOF 8758cat >>confdefs.h <<_ACEOF
5629#define RXVT_TERMINFO "$withval" 8759#define RXVT_TERMINFO "$withval"
5630EOF 8760_ACEOF
5631 terminfo="$withval" 8761 terminfo="$withval"
5632 fi 8762 fi
5633fi 8763fi;
5634 8764
5635 8765
5636 8766
5637cat >> confdefs.h <<\EOF 8767cat >>confdefs.h <<\_ACEOF
5638#define PROTOTYPES 1 8768#define PROTOTYPES 1
5639EOF 8769_ACEOF
5640 8770
5641 8771
5642if test -z "$CFLAGS"; then 8772if test -z "$CFLAGS"; then
5643 if test -z "$CCOPTS"; then 8773 if test -z "$CCOPTS"; then
5644 CCOPTS='-O' 8774 CCOPTS='-O'
5646 CFLAGS="$CCOPTS" 8776 CFLAGS="$CCOPTS"
5647fi 8777fi
5648 8778
5649# Extract the first word of "mv", so it can be a program name with args. 8779# Extract the first word of "mv", so it can be a program name with args.
5650set dummy mv; ac_word=$2 8780set dummy mv; ac_word=$2
8781echo "$as_me:$LINENO: checking for $ac_word" >&5
5651echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8782echo $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 8783if test "${ac_cv_path_MV+set}" = set; then
5654 echo $ac_n "(cached) $ac_c" 1>&6 8784 echo $ECHO_N "(cached) $ECHO_C" >&6
5655else 8785else
5656 case "$MV" in 8786 case $MV in
5657 /*) 8787 [\\/]* | ?:[\\/]*)
5658 ac_cv_path_MV="$MV" # Let the user override the test with a path. 8788 ac_cv_path_MV="$MV" # Let the user override the test with a path.
5659 ;; 8789 ;;
5660 ?:/*)
5661 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5662 ;;
5663 *) 8790 *)
5664 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5665 ac_dummy="$PATH" 8792for as_dir in $PATH
5666 for ac_dir in $ac_dummy; do 8793do
8794 IFS=$as_save_IFS
5667 test -z "$ac_dir" && ac_dir=. 8795 test -z "$as_dir" && as_dir=.
5668 if test -f $ac_dir/$ac_word; then 8796 for ac_exec_ext in '' $ac_executable_extensions; do
8797 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5669 ac_cv_path_MV="$ac_dir/$ac_word" 8798 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
8799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 break 8800 break 2
5671 fi 8801 fi
5672 done 8802done
5673 IFS="$ac_save_ifs" 8803done
8804
5674 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8805 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5675 ;; 8806 ;;
5676esac 8807esac
5677fi 8808fi
5678MV="$ac_cv_path_MV" 8809MV=$ac_cv_path_MV
8810
5679if test -n "$MV"; then 8811if test -n "$MV"; then
5680 echo "$ac_t""$MV" 1>&6 8812 echo "$as_me:$LINENO: result: $MV" >&5
8813echo "${ECHO_T}$MV" >&6
5681else 8814else
5682 echo "$ac_t""no" 1>&6 8815 echo "$as_me:$LINENO: result: no" >&5
8816echo "${ECHO_T}no" >&6
5683fi 8817fi
5684 8818
5685# Extract the first word of "rm", so it can be a program name with args. 8819# Extract the first word of "rm", so it can be a program name with args.
5686set dummy rm; ac_word=$2 8820set dummy rm; ac_word=$2
8821echo "$as_me:$LINENO: checking for $ac_word" >&5
5687echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8822echo $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 8823if test "${ac_cv_path_RM+set}" = set; then
5690 echo $ac_n "(cached) $ac_c" 1>&6 8824 echo $ECHO_N "(cached) $ECHO_C" >&6
5691else 8825else
5692 case "$RM" in 8826 case $RM in
5693 /*) 8827 [\\/]* | ?:[\\/]*)
5694 ac_cv_path_RM="$RM" # Let the user override the test with a path. 8828 ac_cv_path_RM="$RM" # Let the user override the test with a path.
5695 ;; 8829 ;;
5696 ?:/*)
5697 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5698 ;;
5699 *) 8830 *)
5700 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5701 ac_dummy="$PATH" 8832for as_dir in $PATH
5702 for ac_dir in $ac_dummy; do 8833do
8834 IFS=$as_save_IFS
5703 test -z "$ac_dir" && ac_dir=. 8835 test -z "$as_dir" && as_dir=.
5704 if test -f $ac_dir/$ac_word; then 8836 for ac_exec_ext in '' $ac_executable_extensions; do
8837 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5705 ac_cv_path_RM="$ac_dir/$ac_word" 8838 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5706 break 8840 break 2
5707 fi 8841 fi
5708 done 8842done
5709 IFS="$ac_save_ifs" 8843done
8844
5710 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8845 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5711 ;; 8846 ;;
5712esac 8847esac
5713fi 8848fi
5714RM="$ac_cv_path_RM" 8849RM=$ac_cv_path_RM
8850
5715if test -n "$RM"; then 8851if test -n "$RM"; then
5716 echo "$ac_t""$RM" 1>&6 8852 echo "$as_me:$LINENO: result: $RM" >&5
8853echo "${ECHO_T}$RM" >&6
5717else 8854else
5718 echo "$ac_t""no" 1>&6 8855 echo "$as_me:$LINENO: result: no" >&5
8856echo "${ECHO_T}no" >&6
5719fi 8857fi
5720 8858
5721# Extract the first word of "cp", so it can be a program name with args. 8859# Extract the first word of "cp", so it can be a program name with args.
5722set dummy cp; ac_word=$2 8860set dummy cp; ac_word=$2
8861echo "$as_me:$LINENO: checking for $ac_word" >&5
5723echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8862echo $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 8863if test "${ac_cv_path_CP+set}" = set; then
5726 echo $ac_n "(cached) $ac_c" 1>&6 8864 echo $ECHO_N "(cached) $ECHO_C" >&6
5727else 8865else
5728 case "$CP" in 8866 case $CP in
5729 /*) 8867 [\\/]* | ?:[\\/]*)
5730 ac_cv_path_CP="$CP" # Let the user override the test with a path. 8868 ac_cv_path_CP="$CP" # Let the user override the test with a path.
5731 ;; 8869 ;;
5732 ?:/*)
5733 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5734 ;;
5735 *) 8870 *)
5736 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5737 ac_dummy="$PATH" 8872for as_dir in $PATH
5738 for ac_dir in $ac_dummy; do 8873do
8874 IFS=$as_save_IFS
5739 test -z "$ac_dir" && ac_dir=. 8875 test -z "$as_dir" && as_dir=.
5740 if test -f $ac_dir/$ac_word; then 8876 for ac_exec_ext in '' $ac_executable_extensions; do
8877 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5741 ac_cv_path_CP="$ac_dir/$ac_word" 8878 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
8879 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5742 break 8880 break 2
5743 fi 8881 fi
5744 done 8882done
5745 IFS="$ac_save_ifs" 8883done
8884
5746 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8885 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5747 ;; 8886 ;;
5748esac 8887esac
5749fi 8888fi
5750CP="$ac_cv_path_CP" 8889CP=$ac_cv_path_CP
8890
5751if test -n "$CP"; then 8891if test -n "$CP"; then
5752 echo "$ac_t""$CP" 1>&6 8892 echo "$as_me:$LINENO: result: $CP" >&5
8893echo "${ECHO_T}$CP" >&6
5753else 8894else
5754 echo "$ac_t""no" 1>&6 8895 echo "$as_me:$LINENO: result: no" >&5
8896echo "${ECHO_T}no" >&6
5755fi 8897fi
5756 8898
5757# Extract the first word of "ln", so it can be a program name with args. 8899# Extract the first word of "ln", so it can be a program name with args.
5758set dummy ln; ac_word=$2 8900set dummy ln; ac_word=$2
8901echo "$as_me:$LINENO: checking for $ac_word" >&5
5759echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8902echo $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 8903if test "${ac_cv_path_LN+set}" = set; then
5762 echo $ac_n "(cached) $ac_c" 1>&6 8904 echo $ECHO_N "(cached) $ECHO_C" >&6
5763else 8905else
5764 case "$LN" in 8906 case $LN in
5765 /*) 8907 [\\/]* | ?:[\\/]*)
5766 ac_cv_path_LN="$LN" # Let the user override the test with a path. 8908 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5767 ;; 8909 ;;
5768 ?:/*)
5769 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5770 ;;
5771 *) 8910 *)
5772 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 ac_dummy="$PATH" 8912for as_dir in $PATH
5774 for ac_dir in $ac_dummy; do 8913do
8914 IFS=$as_save_IFS
5775 test -z "$ac_dir" && ac_dir=. 8915 test -z "$as_dir" && as_dir=.
5776 if test -f $ac_dir/$ac_word; then 8916 for ac_exec_ext in '' $ac_executable_extensions; do
8917 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5777 ac_cv_path_LN="$ac_dir/$ac_word" 8918 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
8919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5778 break 8920 break 2
5779 fi 8921 fi
5780 done 8922done
5781 IFS="$ac_save_ifs" 8923done
8924
5782 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8925 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5783 ;; 8926 ;;
5784esac 8927esac
5785fi 8928fi
5786LN="$ac_cv_path_LN" 8929LN=$ac_cv_path_LN
8930
5787if test -n "$LN"; then 8931if test -n "$LN"; then
5788 echo "$ac_t""$LN" 1>&6 8932 echo "$as_me:$LINENO: result: $LN" >&5
8933echo "${ECHO_T}$LN" >&6
5789else 8934else
5790 echo "$ac_t""no" 1>&6 8935 echo "$as_me:$LINENO: result: no" >&5
8936echo "${ECHO_T}no" >&6
5791fi 8937fi
5792 8938
5793# Extract the first word of "sed", so it can be a program name with args. 8939# Extract the first word of "sed", so it can be a program name with args.
5794set dummy sed; ac_word=$2 8940set dummy sed; ac_word=$2
8941echo "$as_me:$LINENO: checking for $ac_word" >&5
5795echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8942echo $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 8943if test "${ac_cv_path_SED+set}" = set; then
5798 echo $ac_n "(cached) $ac_c" 1>&6 8944 echo $ECHO_N "(cached) $ECHO_C" >&6
5799else 8945else
5800 case "$SED" in 8946 case $SED in
5801 /*) 8947 [\\/]* | ?:[\\/]*)
5802 ac_cv_path_SED="$SED" # Let the user override the test with a path. 8948 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5803 ;; 8949 ;;
5804 ?:/*)
5805 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5806 ;;
5807 *) 8950 *)
5808 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 ac_dummy="$PATH" 8952for as_dir in $PATH
5810 for ac_dir in $ac_dummy; do 8953do
8954 IFS=$as_save_IFS
5811 test -z "$ac_dir" && ac_dir=. 8955 test -z "$as_dir" && as_dir=.
5812 if test -f $ac_dir/$ac_word; then 8956 for ac_exec_ext in '' $ac_executable_extensions; do
8957 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5813 ac_cv_path_SED="$ac_dir/$ac_word" 8958 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
8959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5814 break 8960 break 2
5815 fi 8961 fi
5816 done 8962done
5817 IFS="$ac_save_ifs" 8963done
8964
5818 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8965 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5819 ;; 8966 ;;
5820esac 8967esac
5821fi 8968fi
5822SED="$ac_cv_path_SED" 8969SED=$ac_cv_path_SED
8970
5823if test -n "$SED"; then 8971if test -n "$SED"; then
5824 echo "$ac_t""$SED" 1>&6 8972 echo "$as_me:$LINENO: result: $SED" >&5
8973echo "${ECHO_T}$SED" >&6
5825else 8974else
5826 echo "$ac_t""no" 1>&6 8975 echo "$as_me:$LINENO: result: no" >&5
8976echo "${ECHO_T}no" >&6
5827fi 8977fi
5828 8978
5829# Extract the first word of "echo", so it can be a program name with args. 8979# Extract the first word of "echo", so it can be a program name with args.
5830set dummy echo; ac_word=$2 8980set dummy echo; ac_word=$2
8981echo "$as_me:$LINENO: checking for $ac_word" >&5
5831echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8982echo $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 8983if test "${ac_cv_path_ECHO+set}" = set; then
5834 echo $ac_n "(cached) $ac_c" 1>&6 8984 echo $ECHO_N "(cached) $ECHO_C" >&6
5835else 8985else
5836 case "$ECHO" in 8986 case $ECHO in
5837 /*) 8987 [\\/]* | ?:[\\/]*)
5838 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path. 8988 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5839 ;; 8989 ;;
5840 ?:/*)
5841 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5842 ;;
5843 *) 8990 *)
5844 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5845 ac_dummy="$PATH" 8992for as_dir in $PATH
5846 for ac_dir in $ac_dummy; do 8993do
8994 IFS=$as_save_IFS
5847 test -z "$ac_dir" && ac_dir=. 8995 test -z "$as_dir" && as_dir=.
5848 if test -f $ac_dir/$ac_word; then 8996 for ac_exec_ext in '' $ac_executable_extensions; do
8997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5849 ac_cv_path_ECHO="$ac_dir/$ac_word" 8998 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
8999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5850 break 9000 break 2
5851 fi 9001 fi
5852 done 9002done
5853 IFS="$ac_save_ifs" 9003done
9004
5854 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 9005 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5855 ;; 9006 ;;
5856esac 9007esac
5857fi 9008fi
5858ECHO="$ac_cv_path_ECHO" 9009ECHO=$ac_cv_path_ECHO
9010
5859if test -n "$ECHO"; then 9011if test -n "$ECHO"; then
5860 echo "$ac_t""$ECHO" 1>&6 9012 echo "$as_me:$LINENO: result: $ECHO" >&5
9013echo "${ECHO_T}$ECHO" >&6
5861else 9014else
5862 echo "$ac_t""no" 1>&6 9015 echo "$as_me:$LINENO: result: no" >&5
9016echo "${ECHO_T}no" >&6
5863fi 9017fi
5864 9018
5865# Extract the first word of "cmp", so it can be a program name with args. 9019# Extract the first word of "cmp", so it can be a program name with args.
5866set dummy cmp; ac_word=$2 9020set dummy cmp; ac_word=$2
9021echo "$as_me:$LINENO: checking for $ac_word" >&5
5867echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9022echo $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 9023if test "${ac_cv_path_CMP+set}" = set; then
5870 echo $ac_n "(cached) $ac_c" 1>&6 9024 echo $ECHO_N "(cached) $ECHO_C" >&6
5871else 9025else
5872 case "$CMP" in 9026 case $CMP in
5873 /*) 9027 [\\/]* | ?:[\\/]*)
5874 ac_cv_path_CMP="$CMP" # Let the user override the test with a path. 9028 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5875 ;; 9029 ;;
5876 ?:/*)
5877 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5878 ;;
5879 *) 9030 *)
5880 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 ac_dummy="$PATH" 9032for as_dir in $PATH
5882 for ac_dir in $ac_dummy; do 9033do
9034 IFS=$as_save_IFS
5883 test -z "$ac_dir" && ac_dir=. 9035 test -z "$as_dir" && as_dir=.
5884 if test -f $ac_dir/$ac_word; then 9036 for ac_exec_ext in '' $ac_executable_extensions; do
9037 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5885 ac_cv_path_CMP="$ac_dir/$ac_word" 9038 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
9039 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5886 break 9040 break 2
5887 fi 9041 fi
5888 done 9042done
5889 IFS="$ac_save_ifs" 9043done
9044
5890 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 9045 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5891 ;; 9046 ;;
5892esac 9047esac
5893fi 9048fi
5894CMP="$ac_cv_path_CMP" 9049CMP=$ac_cv_path_CMP
9050
5895if test -n "$CMP"; then 9051if test -n "$CMP"; then
5896 echo "$ac_t""$CMP" 1>&6 9052 echo "$as_me:$LINENO: result: $CMP" >&5
9053echo "${ECHO_T}$CMP" >&6
5897else 9054else
5898 echo "$ac_t""no" 1>&6 9055 echo "$as_me:$LINENO: result: no" >&5
9056echo "${ECHO_T}no" >&6
5899fi 9057fi
5900 9058
5901# Extract the first word of "tbl", so it can be a program name with args. 9059# Extract the first word of "tbl", so it can be a program name with args.
5902set dummy tbl; ac_word=$2 9060set dummy tbl; ac_word=$2
9061echo "$as_me:$LINENO: checking for $ac_word" >&5
5903echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9062echo $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 9063if test "${ac_cv_path_TBL+set}" = set; then
5906 echo $ac_n "(cached) $ac_c" 1>&6 9064 echo $ECHO_N "(cached) $ECHO_C" >&6
5907else 9065else
5908 case "$TBL" in 9066 case $TBL in
5909 /*) 9067 [\\/]* | ?:[\\/]*)
5910 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 9068 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5911 ;; 9069 ;;
5912 ?:/*)
5913 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path.
5914 ;;
5915 *) 9070 *)
5916 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5917 ac_dummy="$PATH" 9072for as_dir in $PATH
5918 for ac_dir in $ac_dummy; do 9073do
9074 IFS=$as_save_IFS
5919 test -z "$ac_dir" && ac_dir=. 9075 test -z "$as_dir" && as_dir=.
5920 if test -f $ac_dir/$ac_word; then 9076 for ac_exec_ext in '' $ac_executable_extensions; do
9077 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_path_TBL="$ac_dir/$ac_word" 9078 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
9079 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 9080 break 2
5923 fi 9081 fi
5924 done 9082done
5925 IFS="$ac_save_ifs" 9083done
9084
5926 ;; 9085 ;;
5927esac 9086esac
5928fi 9087fi
5929TBL="$ac_cv_path_TBL" 9088TBL=$ac_cv_path_TBL
9089
5930if test -n "$TBL"; then 9090if test -n "$TBL"; then
5931 echo "$ac_t""$TBL" 1>&6 9091 echo "$as_me:$LINENO: result: $TBL" >&5
9092echo "${ECHO_T}$TBL" >&6
5932else 9093else
5933 echo "$ac_t""no" 1>&6 9094 echo "$as_me:$LINENO: result: no" >&5
9095echo "${ECHO_T}no" >&6
5934fi 9096fi
5935 9097
5936 9098
5937 9099
5938 9100
5939# If we find X, set shell vars x_includes and x_libraries to the 9101
5940# paths, otherwise set no_x=yes. 9102if 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. 9103 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 9104echo $ECHO_N "checking for X... $ECHO_C" >&6
5944echo "configure:5945: checking for X" >&5 9105
9106ac_path_x_has_been_run=yes
5945 9107
5946# Check whether --with-x or --without-x was given. 9108# Check whether --with-x or --without-x was given.
5947if test "${with_x+set}" = set; then 9109if test "${with_x+set}" = set; then
5948 withval="$with_x" 9110 withval="$with_x"
5949 : 9111
5950fi 9112fi;
5951
5952# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 9113# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5953if test "x$with_x" = xno; then 9114if test "x$with_x" = xno; then
5954 # The user explicitly disabled X. 9115 # The user explicitly disabled X.
5955 have_x=disabled 9116 have_x=disabled
5956else 9117else
5957 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then 9118 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5958 # Both variables are already set. 9119 # Both variables are already set.
5959 have_x=yes 9120 have_x=yes
5960 else 9121 else
5961if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 9122 if test "${ac_cv_have_x+set}" = set; then
5962 echo $ac_n "(cached) $ac_c" 1>&6 9123 echo $ECHO_N "(cached) $ECHO_C" >&6
5963else 9124else
5964 # One or both of the vars are not set, and there is no cached value. 9125 # One or both of the vars are not set, and there is no cached value.
5965ac_x_includes=NO ac_x_libraries=NO 9126ac_x_includes=no ac_x_libraries=no
5966rm -fr conftestdir 9127rm -fr conftest.dir
5967if mkdir conftestdir; then 9128if mkdir conftest.dir; then
5968 cd conftestdir 9129 cd conftest.dir
5969 # Make sure to not put "make" in the Imakefile rules, since we grep it out. 9130 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5970 cat > Imakefile <<'EOF' 9131 cat >Imakefile <<'_ACEOF'
5971acfindx: 9132acfindx:
5972 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 9133 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5973EOF 9134_ACEOF
5974 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 9135 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5975 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 9136 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5976 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 9137 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5977 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 9138 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5978 for ac_extension in a so sl; do 9139 for ac_extension in a so sl; do
5979 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 9140 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5980 test -f $ac_im_libdir/libX11.$ac_extension; then 9141 test -f $ac_im_libdir/libX11.$ac_extension; then
5981 ac_im_usrlibdir=$ac_im_libdir; break 9142 ac_im_usrlibdir=$ac_im_libdir; break
5982 fi 9143 fi
5983 done 9144 done
5984 # Screen out bogus values from the imake configuration. They are 9145 # Screen out bogus values from the imake configuration. They are
5985 # bogus both because they are the default anyway, and because 9146 # bogus both because they are the default anyway, and because
5986 # using them would break gcc on systems where it needs fixed includes. 9147 # using them would break gcc on systems where it needs fixed includes.
5987 case "$ac_im_incroot" in 9148 case $ac_im_incroot in
5988 /usr/include) ;; 9149 /usr/include) ;;
5989 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; 9150 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5990 esac 9151 esac
5991 case "$ac_im_usrlibdir" in 9152 case $ac_im_usrlibdir in
5992 /usr/lib | /lib) ;; 9153 /usr/lib | /lib) ;;
5993 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 9154 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5994 esac 9155 esac
5995 fi 9156 fi
5996 cd .. 9157 cd ..
5997 rm -fr conftestdir 9158 rm -fr conftest.dir
5998fi 9159fi
5999 9160
9161# Standard set of common directories for X headers.
9162# Check X11 before X11Rn because it is often a symlink to the current release.
9163ac_x_header_dirs='
9164/usr/X11/include
9165/usr/X11R6/include
9166/usr/X11R5/include
9167/usr/X11R4/include
9168
9169/usr/include/X11
9170/usr/include/X11R6
9171/usr/include/X11R5
9172/usr/include/X11R4
9173
9174/usr/local/X11/include
9175/usr/local/X11R6/include
9176/usr/local/X11R5/include
9177/usr/local/X11R4/include
9178
9179/usr/local/include/X11
9180/usr/local/include/X11R6
9181/usr/local/include/X11R5
9182/usr/local/include/X11R4
9183
9184/usr/X386/include
9185/usr/x386/include
9186/usr/XFree86/include/X11
9187
9188/usr/include
9189/usr/local/include
9190/usr/unsupported/include
9191/usr/athena/include
9192/usr/local/x11r5/include
9193/usr/lpp/Xamples/include
9194
9195/usr/openwin/include
9196/usr/openwin/share/include'
9197
6000if test "$ac_x_includes" = NO; then 9198if test "$ac_x_includes" = no; then
6001 # Guess where to find include files, by looking for this one X11 .h file. 9199 # 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. 9200 # First, try using that file with no special directory specified.
9201 cat >conftest.$ac_ext <<_ACEOF
9202/* confdefs.h. */
9203_ACEOF
9204cat confdefs.h >>conftest.$ac_ext
6005cat > conftest.$ac_ext <<EOF 9205cat >>conftest.$ac_ext <<_ACEOF
6006#line 6007 "configure" 9206/* end confdefs.h. */
6007#include "confdefs.h" 9207#include <X11/Intrinsic.h>
6008#include <$x_direct_test_include> 9208_ACEOF
6009EOF 9209if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6010ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 9210 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6011{ (eval echo configure:6012: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 9211 ac_status=$?
6012ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 9212 grep -v '^ *+' conftest.er1 >conftest.err
9213 rm -f conftest.er1
9214 cat conftest.err >&5
9215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9216 (exit $ac_status); } >/dev/null; then
9217 if test -s conftest.err; then
9218 ac_cpp_err=$ac_cxx_preproc_warn_flag
9219 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9220 else
9221 ac_cpp_err=
9222 fi
9223else
9224 ac_cpp_err=yes
9225fi
6013if test -z "$ac_err"; then 9226if test -z "$ac_cpp_err"; then
6014 rm -rf conftest*
6015 # We can compile using X headers with no special include directory. 9227 # We can compile using X headers with no special include directory.
6016ac_x_includes= 9228ac_x_includes=
6017else 9229else
6018 echo "$ac_err" >&5
6019 echo "configure: failed program was:" >&5 9230 echo "$as_me: failed program was:" >&5
6020 cat conftest.$ac_ext >&5 9231sed 's/^/| /' conftest.$ac_ext >&5
6021 rm -rf conftest* 9232
6022 # Look for the header file in a standard set of common directories. 9233 for ac_dir in $ac_x_header_dirs; do
6023# Check X11 before X11Rn because it is often a symlink to the current release. 9234 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 9235 ac_x_includes=$ac_dir
6062 break 9236 break
6063 fi 9237 fi
6064 done 9238done
6065fi 9239fi
6066rm -f conftest* 9240rm -f conftest.err conftest.$ac_ext
6067fi # $ac_x_includes = NO 9241fi # $ac_x_includes = no
6068 9242
6069if test "$ac_x_libraries" = NO; then 9243if test "$ac_x_libraries" = no; then
6070 # Check for the libraries. 9244 # 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. 9245 # See if we find them without any special options.
6076 # Don't add to $LIBS permanently. 9246 # Don't add to $LIBS permanently.
6077 ac_save_LIBS="$LIBS" 9247 ac_save_LIBS=$LIBS
6078 LIBS="-l$x_direct_test_library $LIBS" 9248 LIBS="-lXt $LIBS"
9249 cat >conftest.$ac_ext <<_ACEOF
9250/* confdefs.h. */
9251_ACEOF
9252cat confdefs.h >>conftest.$ac_ext
6079cat > conftest.$ac_ext <<EOF 9253cat >>conftest.$ac_ext <<_ACEOF
6080#line 6081 "configure" 9254/* end confdefs.h. */
6081#include "confdefs.h" 9255#include <X11/Intrinsic.h>
6082 9256int
6083int main() { 9257main ()
6084${x_direct_test_function}() 9258{
9259XtMalloc (0)
9260 ;
6085; return 0; } 9261 return 0;
6086EOF 9262}
6087if { (eval echo configure:6088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9263_ACEOF
9264rm -f conftest.$ac_objext conftest$ac_exeext
9265if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9266 (eval $ac_link) 2>conftest.er1
9267 ac_status=$?
9268 grep -v '^ *+' conftest.er1 >conftest.err
6088 rm -rf conftest* 9269 rm -f conftest.er1
9270 cat conftest.err >&5
9271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9272 (exit $ac_status); } &&
9273 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9275 (eval $ac_try) 2>&5
9276 ac_status=$?
9277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9278 (exit $ac_status); }; } &&
9279 { ac_try='test -s conftest$ac_exeext'
9280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9281 (eval $ac_try) 2>&5
9282 ac_status=$?
9283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9284 (exit $ac_status); }; }; then
6089 LIBS="$ac_save_LIBS" 9285 LIBS=$ac_save_LIBS
6090# We can link X programs with no special library path. 9286# We can link X programs with no special library path.
6091ac_x_libraries= 9287ac_x_libraries=
6092else 9288else
6093 echo "configure: failed program was:" >&5 9289 echo "$as_me: failed program was:" >&5
6094 cat conftest.$ac_ext >&5 9290sed 's/^/| /' conftest.$ac_ext >&5
6095 rm -rf conftest* 9291
6096 LIBS="$ac_save_LIBS" 9292LIBS=$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/` \ 9293for 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 9294do
9295 # Don't even attempt the hair of trying to link an X program!
6136 for ac_extension in a so sl; do 9296 for ac_extension in a so sl; do
6137 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9297 if test -r $ac_dir/libXt.$ac_extension; then
6138 ac_x_libraries=$ac_dir 9298 ac_x_libraries=$ac_dir
6139 break 2 9299 break 2
6140 fi 9300 fi
6141 done 9301 done
6142done 9302done
6143fi 9303fi
6144rm -f conftest* 9304rm -f conftest.err conftest.$ac_objext \
9305 conftest$ac_exeext conftest.$ac_ext
6145fi # $ac_x_libraries = NO 9306fi # $ac_x_libraries = no
6146 9307
6147if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9308if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6148 # Didn't find X anywhere. Cache the known absence of X. 9309 # Didn't find X anywhere. Cache the known absence of X.
6149 ac_cv_have_x="have_x=no" 9310 ac_cv_have_x="have_x=no"
6150else 9311else
6151 # Record where we found X for the cache. 9312 # Record where we found X for the cache.
6152 ac_cv_have_x="have_x=yes \ 9313 ac_cv_have_x="have_x=yes \
6153 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 9314 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6154fi 9315fi
6155fi 9316fi
9317
6156 fi 9318 fi
6157 eval "$ac_cv_have_x" 9319 eval "$ac_cv_have_x"
6158fi # $with_x != no 9320fi # $with_x != no
6159 9321
6160if test "$have_x" != yes; then 9322if test "$have_x" != yes; then
6161 echo "$ac_t""$have_x" 1>&6 9323 echo "$as_me:$LINENO: result: $have_x" >&5
9324echo "${ECHO_T}$have_x" >&6
6162 no_x=yes 9325 no_x=yes
6163else 9326else
6164 # If each of the values was on the command line, it overrides each guess. 9327 # 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 9328 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6166 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9329 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6167 # Update the cache value to reflect the command line values. 9330 # Update the cache value to reflect the command line values.
6168 ac_cv_have_x="have_x=yes \ 9331 ac_cv_have_x="have_x=yes \
6169 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9332 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9333 # It might be that x_includes is empty (headers are found in the
9334 # standard search path. Then output the corresponding message
9335 ac_out_x_includes=$x_includes
9336 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9337 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 9338echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
6171fi 9339fi
6172 9340
9341fi
6173if test "$no_x" = yes; then 9342if test "$no_x" = yes; then
6174 # Not all programs may use this symbol, but it does not hurt to define it. 9343 # Not all programs may use this symbol, but it does not hurt to define it.
9344
6175 cat >> confdefs.h <<\EOF 9345cat >>confdefs.h <<\_ACEOF
6176#define X_DISPLAY_MISSING 1 9346#define X_DISPLAY_MISSING 1
6177EOF 9347_ACEOF
6178 9348
6179 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9349 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6180else 9350else
6181 if test -n "$x_includes"; then 9351 if test -n "$x_includes"; then
6182 X_CFLAGS="$X_CFLAGS -I$x_includes" 9352 X_CFLAGS="$X_CFLAGS -I$x_includes"
6185 # It would also be nice to do this for all -L options, not just this one. 9355 # It would also be nice to do this for all -L options, not just this one.
6186 if test -n "$x_libraries"; then 9356 if test -n "$x_libraries"; then
6187 X_LIBS="$X_LIBS -L$x_libraries" 9357 X_LIBS="$X_LIBS -L$x_libraries"
6188 # For Solaris; some versions of Sun CC require a space after -R and 9358 # For Solaris; some versions of Sun CC require a space after -R and
6189 # others require no space. Words are not sufficient . . . . 9359 # others require no space. Words are not sufficient . . . .
6190 case "`(uname -sr) 2>/dev/null`" in 9360 case `(uname -sr) 2>/dev/null` in
6191 "SunOS 5"*) 9361 "SunOS 5"*)
9362 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 9363echo $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" 9364 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6195 cat > conftest.$ac_ext <<EOF 9365 cat >conftest.$ac_ext <<_ACEOF
6196#line 6197 "configure" 9366/* confdefs.h. */
6197#include "confdefs.h" 9367_ACEOF
9368cat confdefs.h >>conftest.$ac_ext
9369cat >>conftest.$ac_ext <<_ACEOF
9370/* end confdefs.h. */
6198 9371
6199int main() { 9372int
9373main ()
9374{
6200 9375
9376 ;
6201; return 0; } 9377 return 0;
6202EOF 9378}
6203if { (eval echo configure:6204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9379_ACEOF
9380rm -f conftest.$ac_objext conftest$ac_exeext
9381if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9382 (eval $ac_link) 2>conftest.er1
9383 ac_status=$?
9384 grep -v '^ *+' conftest.er1 >conftest.err
6204 rm -rf conftest* 9385 rm -f conftest.er1
9386 cat conftest.err >&5
9387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9388 (exit $ac_status); } &&
9389 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9391 (eval $ac_try) 2>&5
9392 ac_status=$?
9393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9394 (exit $ac_status); }; } &&
9395 { ac_try='test -s conftest$ac_exeext'
9396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9397 (eval $ac_try) 2>&5
9398 ac_status=$?
9399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9400 (exit $ac_status); }; }; then
6205 ac_R_nospace=yes 9401 ac_R_nospace=yes
6206else 9402else
6207 echo "configure: failed program was:" >&5 9403 echo "$as_me: failed program was:" >&5
6208 cat conftest.$ac_ext >&5 9404sed 's/^/| /' conftest.$ac_ext >&5
6209 rm -rf conftest* 9405
6210 ac_R_nospace=no 9406ac_R_nospace=no
6211fi 9407fi
6212rm -f conftest* 9408rm -f conftest.err conftest.$ac_objext \
9409 conftest$ac_exeext conftest.$ac_ext
6213 if test $ac_R_nospace = yes; then 9410 if test $ac_R_nospace = yes; then
6214 echo "$ac_t""no" 1>&6 9411 echo "$as_me:$LINENO: result: no" >&5
9412echo "${ECHO_T}no" >&6
6215 X_LIBS="$X_LIBS -R$x_libraries" 9413 X_LIBS="$X_LIBS -R$x_libraries"
6216 else 9414 else
6217 LIBS="$ac_xsave_LIBS -R $x_libraries" 9415 LIBS="$ac_xsave_LIBS -R $x_libraries"
6218 cat > conftest.$ac_ext <<EOF 9416 cat >conftest.$ac_ext <<_ACEOF
6219#line 6220 "configure" 9417/* confdefs.h. */
6220#include "confdefs.h" 9418_ACEOF
9419cat confdefs.h >>conftest.$ac_ext
9420cat >>conftest.$ac_ext <<_ACEOF
9421/* end confdefs.h. */
6221 9422
6222int main() { 9423int
9424main ()
9425{
6223 9426
9427 ;
6224; return 0; } 9428 return 0;
6225EOF 9429}
6226if { (eval echo configure:6227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9430_ACEOF
9431rm -f conftest.$ac_objext conftest$ac_exeext
9432if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9433 (eval $ac_link) 2>conftest.er1
9434 ac_status=$?
9435 grep -v '^ *+' conftest.er1 >conftest.err
6227 rm -rf conftest* 9436 rm -f conftest.er1
9437 cat conftest.err >&5
9438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9439 (exit $ac_status); } &&
9440 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9442 (eval $ac_try) 2>&5
9443 ac_status=$?
9444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9445 (exit $ac_status); }; } &&
9446 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
6228 ac_R_space=yes 9452 ac_R_space=yes
6229else 9453else
6230 echo "configure: failed program was:" >&5 9454 echo "$as_me: failed program was:" >&5
6231 cat conftest.$ac_ext >&5 9455sed 's/^/| /' conftest.$ac_ext >&5
6232 rm -rf conftest* 9456
6233 ac_R_space=no 9457ac_R_space=no
6234fi 9458fi
6235rm -f conftest* 9459rm -f conftest.err conftest.$ac_objext \
9460 conftest$ac_exeext conftest.$ac_ext
6236 if test $ac_R_space = yes; then 9461 if test $ac_R_space = yes; then
6237 echo "$ac_t""yes" 1>&6 9462 echo "$as_me:$LINENO: result: yes" >&5
9463echo "${ECHO_T}yes" >&6
6238 X_LIBS="$X_LIBS -R $x_libraries" 9464 X_LIBS="$X_LIBS -R $x_libraries"
6239 else 9465 else
9466 echo "$as_me:$LINENO: result: neither works" >&5
6240 echo "$ac_t""neither works" 1>&6 9467echo "${ECHO_T}neither works" >&6
6241 fi 9468 fi
6242 fi 9469 fi
6243 LIBS="$ac_xsave_LIBS" 9470 LIBS=$ac_xsave_LIBS
6244 esac 9471 esac
6245 fi 9472 fi
6246 9473
6247 # Check for system-dependent libraries X programs must link with. 9474 # Check for system-dependent libraries X programs must link with.
6248 # Do this before checking for the system-independent R6 libraries 9475 # Do this before checking for the system-independent R6 libraries
6249 # (-lICE), since we may need -lsocket or whatever for X linking. 9476 # (-lICE), since we may need -lsocket or whatever for X linking.
6250 9477
6251 if test "$ISC" = yes; then 9478 if test "$ISC" = yes; then
6252 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9479 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6253 else 9480 else
6254 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 9481 # Martyn Johnson says this is needed for Ultrix, if the X
6255 # libraries were built with DECnet support. And karl@cs.umb.edu says 9482 # libraries were built with DECnet support. And Karl Berry says
6256 # the Alpha needs dnet_stub (dnet does not exist). 9483 # the Alpha needs dnet_stub (dnet does not exist).
9484 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9485 cat >conftest.$ac_ext <<_ACEOF
9486/* confdefs.h. */
9487_ACEOF
9488cat confdefs.h >>conftest.$ac_ext
9489cat >>conftest.$ac_ext <<_ACEOF
9490/* end confdefs.h. */
9491
9492/* Override any gcc2 internal prototype to avoid an error. */
9493#ifdef __cplusplus
9494extern "C"
9495#endif
9496/* We use char because int might match the return type of a gcc2
9497 builtin and then its argument prototype would still apply. */
9498char XOpenDisplay ();
9499int
9500main ()
9501{
9502XOpenDisplay ();
9503 ;
9504 return 0;
9505}
9506_ACEOF
9507rm -f conftest.$ac_objext conftest$ac_exeext
9508if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9509 (eval $ac_link) 2>conftest.er1
9510 ac_status=$?
9511 grep -v '^ *+' conftest.er1 >conftest.err
9512 rm -f conftest.er1
9513 cat conftest.err >&5
9514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9515 (exit $ac_status); } &&
9516 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9518 (eval $ac_try) 2>&5
9519 ac_status=$?
9520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9521 (exit $ac_status); }; } &&
9522 { ac_try='test -s conftest$ac_exeext'
9523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9524 (eval $ac_try) 2>&5
9525 ac_status=$?
9526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9527 (exit $ac_status); }; }; then
9528 :
9529else
9530 echo "$as_me: failed program was:" >&5
9531sed 's/^/| /' conftest.$ac_ext >&5
9532
9533echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6257 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 9534echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6258echo "configure:6259: checking for dnet_ntoa in -ldnet" >&5 9535if 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 9536 echo $ECHO_N "(cached) $ECHO_C" >&6
6262else 9537else
6263 ac_save_LIBS="$LIBS" 9538 ac_check_lib_save_LIBS=$LIBS
6264LIBS="-ldnet $LIBS" 9539LIBS="-ldnet $LIBS"
6265cat > conftest.$ac_ext <<EOF 9540cat >conftest.$ac_ext <<_ACEOF
6266#line 6267 "configure" 9541/* confdefs.h. */
6267#include "confdefs.h" 9542_ACEOF
9543cat confdefs.h >>conftest.$ac_ext
9544cat >>conftest.$ac_ext <<_ACEOF
9545/* end confdefs.h. */
9546
6268/* Override any gcc2 internal prototype to avoid an error. */ 9547/* Override any gcc2 internal prototype to avoid an error. */
9548#ifdef __cplusplus
9549extern "C"
9550#endif
6269/* We use char because int might match the return type of a gcc2 9551/* We use char because int might match the return type of a gcc2
6270 builtin and then its argument prototype would still apply. */ 9552 builtin and then its argument prototype would still apply. */
6271char dnet_ntoa(); 9553char dnet_ntoa ();
6272 9554int
6273int main() { 9555main ()
9556{
6274dnet_ntoa() 9557dnet_ntoa ();
9558 ;
6275; return 0; } 9559 return 0;
6276EOF 9560}
6277if { (eval echo configure:6278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9561_ACEOF
9562rm -f conftest.$ac_objext conftest$ac_exeext
9563if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9564 (eval $ac_link) 2>conftest.er1
9565 ac_status=$?
9566 grep -v '^ *+' conftest.er1 >conftest.err
6278 rm -rf conftest* 9567 rm -f conftest.er1
6279 eval "ac_cv_lib_$ac_lib_var=yes" 9568 cat conftest.err >&5
9569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9570 (exit $ac_status); } &&
9571 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9573 (eval $ac_try) 2>&5
9574 ac_status=$?
9575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9576 (exit $ac_status); }; } &&
9577 { ac_try='test -s conftest$ac_exeext'
9578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9579 (eval $ac_try) 2>&5
9580 ac_status=$?
9581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9582 (exit $ac_status); }; }; then
9583 ac_cv_lib_dnet_dnet_ntoa=yes
6280else 9584else
6281 echo "configure: failed program was:" >&5 9585 echo "$as_me: failed program was:" >&5
6282 cat conftest.$ac_ext >&5 9586sed 's/^/| /' conftest.$ac_ext >&5
6283 rm -rf conftest* 9587
6284 eval "ac_cv_lib_$ac_lib_var=no" 9588ac_cv_lib_dnet_dnet_ntoa=no
6285fi 9589fi
6286rm -f conftest* 9590rm -f conftest.err conftest.$ac_objext \
9591 conftest$ac_exeext conftest.$ac_ext
6287LIBS="$ac_save_LIBS" 9592LIBS=$ac_check_lib_save_LIBS
6288
6289fi 9593fi
6290if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9594echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6291 echo "$ac_t""yes" 1>&6 9595echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
9596if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6292 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9597 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6293else
6294 echo "$ac_t""no" 1>&6
6295fi 9598fi
6296 9599
6297 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 9600 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9601 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 9602echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
6299echo "configure:6300: checking for dnet_ntoa in -ldnet_stub" >&5 9603if 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 9604 echo $ECHO_N "(cached) $ECHO_C" >&6
6303else 9605else
6304 ac_save_LIBS="$LIBS" 9606 ac_check_lib_save_LIBS=$LIBS
6305LIBS="-ldnet_stub $LIBS" 9607LIBS="-ldnet_stub $LIBS"
6306cat > conftest.$ac_ext <<EOF 9608cat >conftest.$ac_ext <<_ACEOF
6307#line 6308 "configure" 9609/* confdefs.h. */
6308#include "confdefs.h" 9610_ACEOF
9611cat confdefs.h >>conftest.$ac_ext
9612cat >>conftest.$ac_ext <<_ACEOF
9613/* end confdefs.h. */
9614
6309/* Override any gcc2 internal prototype to avoid an error. */ 9615/* Override any gcc2 internal prototype to avoid an error. */
9616#ifdef __cplusplus
9617extern "C"
9618#endif
6310/* We use char because int might match the return type of a gcc2 9619/* We use char because int might match the return type of a gcc2
6311 builtin and then its argument prototype would still apply. */ 9620 builtin and then its argument prototype would still apply. */
6312char dnet_ntoa(); 9621char dnet_ntoa ();
6313 9622int
6314int main() { 9623main ()
9624{
6315dnet_ntoa() 9625dnet_ntoa ();
9626 ;
6316; return 0; } 9627 return 0;
6317EOF 9628}
6318if { (eval echo configure:6319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9629_ACEOF
9630rm -f conftest.$ac_objext conftest$ac_exeext
9631if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9632 (eval $ac_link) 2>conftest.er1
9633 ac_status=$?
9634 grep -v '^ *+' conftest.er1 >conftest.err
6319 rm -rf conftest* 9635 rm -f conftest.er1
6320 eval "ac_cv_lib_$ac_lib_var=yes" 9636 cat conftest.err >&5
9637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9638 (exit $ac_status); } &&
9639 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9641 (eval $ac_try) 2>&5
9642 ac_status=$?
9643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9644 (exit $ac_status); }; } &&
9645 { ac_try='test -s conftest$ac_exeext'
9646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9647 (eval $ac_try) 2>&5
9648 ac_status=$?
9649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9650 (exit $ac_status); }; }; then
9651 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6321else 9652else
6322 echo "configure: failed program was:" >&5 9653 echo "$as_me: failed program was:" >&5
6323 cat conftest.$ac_ext >&5 9654sed 's/^/| /' conftest.$ac_ext >&5
6324 rm -rf conftest* 9655
6325 eval "ac_cv_lib_$ac_lib_var=no" 9656ac_cv_lib_dnet_stub_dnet_ntoa=no
6326fi 9657fi
6327rm -f conftest* 9658rm -f conftest.err conftest.$ac_objext \
9659 conftest$ac_exeext conftest.$ac_ext
6328LIBS="$ac_save_LIBS" 9660LIBS=$ac_check_lib_save_LIBS
6329
6330fi 9661fi
6331if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9662echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6332 echo "$ac_t""yes" 1>&6 9663echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
9664if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
6333 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9665 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6334else
6335 echo "$ac_t""no" 1>&6
6336fi 9666fi
6337 9667
6338 fi 9668 fi
9669fi
9670rm -f conftest.err conftest.$ac_objext \
9671 conftest$ac_exeext conftest.$ac_ext
9672 LIBS="$ac_xsave_LIBS"
6339 9673
6340 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 9674 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6341 # to get the SysV transport functions. 9675 # to get the SysV transport functions.
6342 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 9676 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6343 # needs -lnsl. 9677 # needs -lnsl.
6344 # The nsl library prevents programs from opening the X display 9678 # The nsl library prevents programs from opening the X display
6345 # on Irix 5.2, according to dickey@clark.net. 9679 # on Irix 5.2, according to T.E. Dickey.
9680 # The functions gethostbyname, getservbyname, and inet_addr are
9681 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9682 echo "$as_me:$LINENO: checking for gethostbyname" >&5
6346 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9683echo $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 9684if test "${ac_cv_func_gethostbyname+set}" = set; then
6349 echo $ac_n "(cached) $ac_c" 1>&6 9685 echo $ECHO_N "(cached) $ECHO_C" >&6
6350else 9686else
6351 cat > conftest.$ac_ext <<EOF 9687 cat >conftest.$ac_ext <<_ACEOF
6352#line 6353 "configure" 9688/* confdefs.h. */
6353#include "confdefs.h" 9689_ACEOF
9690cat confdefs.h >>conftest.$ac_ext
9691cat >>conftest.$ac_ext <<_ACEOF
9692/* end confdefs.h. */
9693/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9694 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9695#define gethostbyname innocuous_gethostbyname
9696
6354/* System header to define __stub macros and hopefully few prototypes, 9697/* System header to define __stub macros and hopefully few prototypes,
6355 which can conflict with char gethostbyname(); below. */ 9698 which can conflict with char gethostbyname (); below.
9699 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9700 <limits.h> exists even on freestanding compilers. */
9701
9702#ifdef __STDC__
9703# include <limits.h>
9704#else
6356#include <assert.h> 9705# include <assert.h>
9706#endif
9707
9708#undef gethostbyname
9709
6357/* Override any gcc2 internal prototype to avoid an error. */ 9710/* Override any gcc2 internal prototype to avoid an error. */
9711#ifdef __cplusplus
9712extern "C"
9713{
9714#endif
6358/* We use char because int might match the return type of a gcc2 9715/* We use char because int might match the return type of a gcc2
6359 builtin and then its argument prototype would still apply. */ 9716 builtin and then its argument prototype would still apply. */
6360char gethostbyname(); 9717char gethostbyname ();
6361
6362int main() {
6363
6364/* The GNU C library defines this for functions which it implements 9718/* The GNU C library defines this for functions which it implements
6365 to always fail with ENOSYS. Some functions are actually named 9719 to always fail with ENOSYS. Some functions are actually named
6366 something starting with __ and the normal name is an alias. */ 9720 something starting with __ and the normal name is an alias. */
6367#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9721#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6368choke me 9722choke me
6369#else 9723#else
6370gethostbyname(); 9724char (*f) () = gethostbyname;
6371#endif 9725#endif
9726#ifdef __cplusplus
9727}
9728#endif
6372 9729
9730int
9731main ()
9732{
9733return f != gethostbyname;
9734 ;
6373; return 0; } 9735 return 0;
6374EOF 9736}
6375if { (eval echo configure:6376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9737_ACEOF
9738rm -f conftest.$ac_objext conftest$ac_exeext
9739if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9740 (eval $ac_link) 2>conftest.er1
9741 ac_status=$?
9742 grep -v '^ *+' conftest.er1 >conftest.err
6376 rm -rf conftest* 9743 rm -f conftest.er1
9744 cat conftest.err >&5
9745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9746 (exit $ac_status); } &&
9747 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9749 (eval $ac_try) 2>&5
9750 ac_status=$?
9751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9752 (exit $ac_status); }; } &&
9753 { ac_try='test -s conftest$ac_exeext'
9754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9755 (eval $ac_try) 2>&5
9756 ac_status=$?
9757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9758 (exit $ac_status); }; }; then
6377 eval "ac_cv_func_gethostbyname=yes" 9759 ac_cv_func_gethostbyname=yes
6378else 9760else
6379 echo "configure: failed program was:" >&5 9761 echo "$as_me: failed program was:" >&5
6380 cat conftest.$ac_ext >&5 9762sed 's/^/| /' conftest.$ac_ext >&5
6381 rm -rf conftest* 9763
6382 eval "ac_cv_func_gethostbyname=no" 9764ac_cv_func_gethostbyname=no
6383fi 9765fi
6384rm -f conftest* 9766rm -f conftest.err conftest.$ac_objext \
9767 conftest$ac_exeext conftest.$ac_ext
6385fi 9768fi
6386 9769echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6387if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9770echo "${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 9771
6394 if test $ac_cv_func_gethostbyname = no; then 9772 if test $ac_cv_func_gethostbyname = no; then
9773 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6395 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9774echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6396echo "configure:6397: checking for gethostbyname in -lnsl" >&5 9775if 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 9776 echo $ECHO_N "(cached) $ECHO_C" >&6
6400else 9777else
6401 ac_save_LIBS="$LIBS" 9778 ac_check_lib_save_LIBS=$LIBS
6402LIBS="-lnsl $LIBS" 9779LIBS="-lnsl $LIBS"
6403cat > conftest.$ac_ext <<EOF 9780cat >conftest.$ac_ext <<_ACEOF
6404#line 6405 "configure" 9781/* confdefs.h. */
6405#include "confdefs.h" 9782_ACEOF
9783cat confdefs.h >>conftest.$ac_ext
9784cat >>conftest.$ac_ext <<_ACEOF
9785/* end confdefs.h. */
9786
6406/* Override any gcc2 internal prototype to avoid an error. */ 9787/* Override any gcc2 internal prototype to avoid an error. */
9788#ifdef __cplusplus
9789extern "C"
9790#endif
6407/* We use char because int might match the return type of a gcc2 9791/* We use char because int might match the return type of a gcc2
6408 builtin and then its argument prototype would still apply. */ 9792 builtin and then its argument prototype would still apply. */
6409char gethostbyname(); 9793char gethostbyname ();
6410 9794int
6411int main() { 9795main ()
9796{
6412gethostbyname() 9797gethostbyname ();
9798 ;
6413; return 0; } 9799 return 0;
6414EOF 9800}
6415if { (eval echo configure:6416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9801_ACEOF
9802rm -f conftest.$ac_objext conftest$ac_exeext
9803if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9804 (eval $ac_link) 2>conftest.er1
9805 ac_status=$?
9806 grep -v '^ *+' conftest.er1 >conftest.err
6416 rm -rf conftest* 9807 rm -f conftest.er1
6417 eval "ac_cv_lib_$ac_lib_var=yes" 9808 cat conftest.err >&5
9809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9810 (exit $ac_status); } &&
9811 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9813 (eval $ac_try) 2>&5
9814 ac_status=$?
9815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9816 (exit $ac_status); }; } &&
9817 { ac_try='test -s conftest$ac_exeext'
9818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9819 (eval $ac_try) 2>&5
9820 ac_status=$?
9821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9822 (exit $ac_status); }; }; then
9823 ac_cv_lib_nsl_gethostbyname=yes
6418else 9824else
6419 echo "configure: failed program was:" >&5 9825 echo "$as_me: failed program was:" >&5
6420 cat conftest.$ac_ext >&5 9826sed 's/^/| /' conftest.$ac_ext >&5
6421 rm -rf conftest* 9827
6422 eval "ac_cv_lib_$ac_lib_var=no" 9828ac_cv_lib_nsl_gethostbyname=no
6423fi 9829fi
6424rm -f conftest* 9830rm -f conftest.err conftest.$ac_objext \
9831 conftest$ac_exeext conftest.$ac_ext
6425LIBS="$ac_save_LIBS" 9832LIBS=$ac_check_lib_save_LIBS
6426
6427fi 9833fi
6428if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9834echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6429 echo "$ac_t""yes" 1>&6 9835echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9836if test $ac_cv_lib_nsl_gethostbyname = yes; then
6430 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9837 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6431else
6432 echo "$ac_t""no" 1>&6
6433fi 9838fi
6434 9839
9840 if test $ac_cv_lib_nsl_gethostbyname = no; then
9841 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9842echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
9843if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9844 echo $ECHO_N "(cached) $ECHO_C" >&6
9845else
9846 ac_check_lib_save_LIBS=$LIBS
9847LIBS="-lbsd $LIBS"
9848cat >conftest.$ac_ext <<_ACEOF
9849/* confdefs.h. */
9850_ACEOF
9851cat confdefs.h >>conftest.$ac_ext
9852cat >>conftest.$ac_ext <<_ACEOF
9853/* end confdefs.h. */
9854
9855/* Override any gcc2 internal prototype to avoid an error. */
9856#ifdef __cplusplus
9857extern "C"
9858#endif
9859/* We use char because int might match the return type of a gcc2
9860 builtin and then its argument prototype would still apply. */
9861char gethostbyname ();
9862int
9863main ()
9864{
9865gethostbyname ();
9866 ;
9867 return 0;
9868}
9869_ACEOF
9870rm -f conftest.$ac_objext conftest$ac_exeext
9871if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9872 (eval $ac_link) 2>conftest.er1
9873 ac_status=$?
9874 grep -v '^ *+' conftest.er1 >conftest.err
9875 rm -f conftest.er1
9876 cat conftest.err >&5
9877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9878 (exit $ac_status); } &&
9879 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9881 (eval $ac_try) 2>&5
9882 ac_status=$?
9883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9884 (exit $ac_status); }; } &&
9885 { ac_try='test -s conftest$ac_exeext'
9886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9887 (eval $ac_try) 2>&5
9888 ac_status=$?
9889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9890 (exit $ac_status); }; }; then
9891 ac_cv_lib_bsd_gethostbyname=yes
9892else
9893 echo "$as_me: failed program was:" >&5
9894sed 's/^/| /' conftest.$ac_ext >&5
9895
9896ac_cv_lib_bsd_gethostbyname=no
9897fi
9898rm -f conftest.err conftest.$ac_objext \
9899 conftest$ac_exeext conftest.$ac_ext
9900LIBS=$ac_check_lib_save_LIBS
9901fi
9902echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9903echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
9904if test $ac_cv_lib_bsd_gethostbyname = yes; then
9905 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9906fi
9907
9908 fi
6435 fi 9909 fi
6436 9910
6437 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9911 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6438 # socket/setsockopt and other routines are undefined under SCO ODT 9912 # 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 9913 # 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 9914 # on later versions), says Simon Leinen: it contains gethostby*
6441 # gethostby* variants that don't use the nameserver (or something). 9915 # variants that don't use the name server (or something). -lsocket
6442 # -lsocket must be given before -lnsl if both are needed. 9916 # must be given before -lnsl if both are needed. We assume that
6443 # We assume that if connect needs -lnsl, so does gethostbyname. 9917 # if connect needs -lnsl, so does gethostbyname.
9918 echo "$as_me:$LINENO: checking for connect" >&5
6444 echo $ac_n "checking for connect""... $ac_c" 1>&6 9919echo $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 9920if test "${ac_cv_func_connect+set}" = set; then
6447 echo $ac_n "(cached) $ac_c" 1>&6 9921 echo $ECHO_N "(cached) $ECHO_C" >&6
6448else 9922else
6449 cat > conftest.$ac_ext <<EOF 9923 cat >conftest.$ac_ext <<_ACEOF
6450#line 6451 "configure" 9924/* confdefs.h. */
6451#include "confdefs.h" 9925_ACEOF
9926cat confdefs.h >>conftest.$ac_ext
9927cat >>conftest.$ac_ext <<_ACEOF
9928/* end confdefs.h. */
9929/* Define connect to an innocuous variant, in case <limits.h> declares connect.
9930 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9931#define connect innocuous_connect
9932
6452/* System header to define __stub macros and hopefully few prototypes, 9933/* System header to define __stub macros and hopefully few prototypes,
6453 which can conflict with char connect(); below. */ 9934 which can conflict with char connect (); below.
9935 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9936 <limits.h> exists even on freestanding compilers. */
9937
9938#ifdef __STDC__
9939# include <limits.h>
9940#else
6454#include <assert.h> 9941# include <assert.h>
9942#endif
9943
9944#undef connect
9945
6455/* Override any gcc2 internal prototype to avoid an error. */ 9946/* Override any gcc2 internal prototype to avoid an error. */
9947#ifdef __cplusplus
9948extern "C"
9949{
9950#endif
6456/* We use char because int might match the return type of a gcc2 9951/* We use char because int might match the return type of a gcc2
6457 builtin and then its argument prototype would still apply. */ 9952 builtin and then its argument prototype would still apply. */
6458char connect(); 9953char connect ();
6459
6460int main() {
6461
6462/* The GNU C library defines this for functions which it implements 9954/* The GNU C library defines this for functions which it implements
6463 to always fail with ENOSYS. Some functions are actually named 9955 to always fail with ENOSYS. Some functions are actually named
6464 something starting with __ and the normal name is an alias. */ 9956 something starting with __ and the normal name is an alias. */
6465#if defined (__stub_connect) || defined (__stub___connect) 9957#if defined (__stub_connect) || defined (__stub___connect)
6466choke me 9958choke me
6467#else 9959#else
6468connect(); 9960char (*f) () = connect;
6469#endif 9961#endif
9962#ifdef __cplusplus
9963}
9964#endif
6470 9965
9966int
9967main ()
9968{
9969return f != connect;
9970 ;
6471; return 0; } 9971 return 0;
6472EOF 9972}
6473if { (eval echo configure:6474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9973_ACEOF
9974rm -f conftest.$ac_objext conftest$ac_exeext
9975if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9976 (eval $ac_link) 2>conftest.er1
9977 ac_status=$?
9978 grep -v '^ *+' conftest.er1 >conftest.err
6474 rm -rf conftest* 9979 rm -f conftest.er1
9980 cat conftest.err >&5
9981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9982 (exit $ac_status); } &&
9983 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9985 (eval $ac_try) 2>&5
9986 ac_status=$?
9987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 (exit $ac_status); }; } &&
9989 { ac_try='test -s conftest$ac_exeext'
9990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9991 (eval $ac_try) 2>&5
9992 ac_status=$?
9993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9994 (exit $ac_status); }; }; then
6475 eval "ac_cv_func_connect=yes" 9995 ac_cv_func_connect=yes
6476else 9996else
6477 echo "configure: failed program was:" >&5 9997 echo "$as_me: failed program was:" >&5
6478 cat conftest.$ac_ext >&5 9998sed 's/^/| /' conftest.$ac_ext >&5
6479 rm -rf conftest* 9999
6480 eval "ac_cv_func_connect=no" 10000ac_cv_func_connect=no
6481fi 10001fi
6482rm -f conftest* 10002rm -f conftest.err conftest.$ac_objext \
10003 conftest$ac_exeext conftest.$ac_ext
6483fi 10004fi
6484 10005echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6485if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 10006echo "${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 10007
6492 if test $ac_cv_func_connect = no; then 10008 if test $ac_cv_func_connect = no; then
10009 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6493 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 10010echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6494echo "configure:6495: checking for connect in -lsocket" >&5 10011if 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 10012 echo $ECHO_N "(cached) $ECHO_C" >&6
6498else 10013else
6499 ac_save_LIBS="$LIBS" 10014 ac_check_lib_save_LIBS=$LIBS
6500LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 10015LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6501cat > conftest.$ac_ext <<EOF 10016cat >conftest.$ac_ext <<_ACEOF
6502#line 6503 "configure" 10017/* confdefs.h. */
6503#include "confdefs.h" 10018_ACEOF
10019cat confdefs.h >>conftest.$ac_ext
10020cat >>conftest.$ac_ext <<_ACEOF
10021/* end confdefs.h. */
10022
6504/* Override any gcc2 internal prototype to avoid an error. */ 10023/* Override any gcc2 internal prototype to avoid an error. */
10024#ifdef __cplusplus
10025extern "C"
10026#endif
6505/* We use char because int might match the return type of a gcc2 10027/* We use char because int might match the return type of a gcc2
6506 builtin and then its argument prototype would still apply. */ 10028 builtin and then its argument prototype would still apply. */
6507char connect(); 10029char connect ();
6508 10030int
6509int main() { 10031main ()
10032{
6510connect() 10033connect ();
10034 ;
6511; return 0; } 10035 return 0;
6512EOF 10036}
6513if { (eval echo configure:6514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10037_ACEOF
10038rm -f conftest.$ac_objext conftest$ac_exeext
10039if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10040 (eval $ac_link) 2>conftest.er1
10041 ac_status=$?
10042 grep -v '^ *+' conftest.er1 >conftest.err
6514 rm -rf conftest* 10043 rm -f conftest.er1
6515 eval "ac_cv_lib_$ac_lib_var=yes" 10044 cat conftest.err >&5
10045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10046 (exit $ac_status); } &&
10047 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10049 (eval $ac_try) 2>&5
10050 ac_status=$?
10051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10052 (exit $ac_status); }; } &&
10053 { ac_try='test -s conftest$ac_exeext'
10054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10055 (eval $ac_try) 2>&5
10056 ac_status=$?
10057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10058 (exit $ac_status); }; }; then
10059 ac_cv_lib_socket_connect=yes
6516else 10060else
6517 echo "configure: failed program was:" >&5 10061 echo "$as_me: failed program was:" >&5
6518 cat conftest.$ac_ext >&5 10062sed 's/^/| /' conftest.$ac_ext >&5
6519 rm -rf conftest* 10063
6520 eval "ac_cv_lib_$ac_lib_var=no" 10064ac_cv_lib_socket_connect=no
6521fi 10065fi
6522rm -f conftest* 10066rm -f conftest.err conftest.$ac_objext \
10067 conftest$ac_exeext conftest.$ac_ext
6523LIBS="$ac_save_LIBS" 10068LIBS=$ac_check_lib_save_LIBS
6524
6525fi 10069fi
6526if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10070echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6527 echo "$ac_t""yes" 1>&6 10071echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
10072if test $ac_cv_lib_socket_connect = yes; then
6528 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 10073 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6529else
6530 echo "$ac_t""no" 1>&6
6531fi 10074fi
6532 10075
6533 fi 10076 fi
6534 10077
6535 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 10078 # Guillermo Gomez says -lposix is necessary on A/UX.
10079 echo "$as_me:$LINENO: checking for remove" >&5
6536 echo $ac_n "checking for remove""... $ac_c" 1>&6 10080echo $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 10081if test "${ac_cv_func_remove+set}" = set; then
6539 echo $ac_n "(cached) $ac_c" 1>&6 10082 echo $ECHO_N "(cached) $ECHO_C" >&6
6540else 10083else
6541 cat > conftest.$ac_ext <<EOF 10084 cat >conftest.$ac_ext <<_ACEOF
6542#line 6543 "configure" 10085/* confdefs.h. */
6543#include "confdefs.h" 10086_ACEOF
10087cat confdefs.h >>conftest.$ac_ext
10088cat >>conftest.$ac_ext <<_ACEOF
10089/* end confdefs.h. */
10090/* Define remove to an innocuous variant, in case <limits.h> declares remove.
10091 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10092#define remove innocuous_remove
10093
6544/* System header to define __stub macros and hopefully few prototypes, 10094/* System header to define __stub macros and hopefully few prototypes,
6545 which can conflict with char remove(); below. */ 10095 which can conflict with char remove (); below.
10096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10097 <limits.h> exists even on freestanding compilers. */
10098
10099#ifdef __STDC__
10100# include <limits.h>
10101#else
6546#include <assert.h> 10102# include <assert.h>
10103#endif
10104
10105#undef remove
10106
6547/* Override any gcc2 internal prototype to avoid an error. */ 10107/* Override any gcc2 internal prototype to avoid an error. */
10108#ifdef __cplusplus
10109extern "C"
10110{
10111#endif
6548/* We use char because int might match the return type of a gcc2 10112/* We use char because int might match the return type of a gcc2
6549 builtin and then its argument prototype would still apply. */ 10113 builtin and then its argument prototype would still apply. */
6550char remove(); 10114char remove ();
6551
6552int main() {
6553
6554/* The GNU C library defines this for functions which it implements 10115/* The GNU C library defines this for functions which it implements
6555 to always fail with ENOSYS. Some functions are actually named 10116 to always fail with ENOSYS. Some functions are actually named
6556 something starting with __ and the normal name is an alias. */ 10117 something starting with __ and the normal name is an alias. */
6557#if defined (__stub_remove) || defined (__stub___remove) 10118#if defined (__stub_remove) || defined (__stub___remove)
6558choke me 10119choke me
6559#else 10120#else
6560remove(); 10121char (*f) () = remove;
6561#endif 10122#endif
10123#ifdef __cplusplus
10124}
10125#endif
6562 10126
10127int
10128main ()
10129{
10130return f != remove;
10131 ;
6563; return 0; } 10132 return 0;
6564EOF 10133}
6565if { (eval echo configure:6566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10134_ACEOF
10135rm -f conftest.$ac_objext conftest$ac_exeext
10136if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10137 (eval $ac_link) 2>conftest.er1
10138 ac_status=$?
10139 grep -v '^ *+' conftest.er1 >conftest.err
6566 rm -rf conftest* 10140 rm -f conftest.er1
10141 cat conftest.err >&5
10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); } &&
10144 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10146 (eval $ac_try) 2>&5
10147 ac_status=$?
10148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10149 (exit $ac_status); }; } &&
10150 { ac_try='test -s conftest$ac_exeext'
10151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10152 (eval $ac_try) 2>&5
10153 ac_status=$?
10154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10155 (exit $ac_status); }; }; then
6567 eval "ac_cv_func_remove=yes" 10156 ac_cv_func_remove=yes
6568else 10157else
6569 echo "configure: failed program was:" >&5 10158 echo "$as_me: failed program was:" >&5
6570 cat conftest.$ac_ext >&5 10159sed 's/^/| /' conftest.$ac_ext >&5
6571 rm -rf conftest* 10160
6572 eval "ac_cv_func_remove=no" 10161ac_cv_func_remove=no
6573fi 10162fi
6574rm -f conftest* 10163rm -f conftest.err conftest.$ac_objext \
10164 conftest$ac_exeext conftest.$ac_ext
6575fi 10165fi
6576 10166echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6577if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 10167echo "${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 10168
6584 if test $ac_cv_func_remove = no; then 10169 if test $ac_cv_func_remove = no; then
10170 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6585 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 10171echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6586echo "configure:6587: checking for remove in -lposix" >&5 10172if 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 10173 echo $ECHO_N "(cached) $ECHO_C" >&6
6590else 10174else
6591 ac_save_LIBS="$LIBS" 10175 ac_check_lib_save_LIBS=$LIBS
6592LIBS="-lposix $LIBS" 10176LIBS="-lposix $LIBS"
6593cat > conftest.$ac_ext <<EOF 10177cat >conftest.$ac_ext <<_ACEOF
6594#line 6595 "configure" 10178/* confdefs.h. */
6595#include "confdefs.h" 10179_ACEOF
10180cat confdefs.h >>conftest.$ac_ext
10181cat >>conftest.$ac_ext <<_ACEOF
10182/* end confdefs.h. */
10183
6596/* Override any gcc2 internal prototype to avoid an error. */ 10184/* Override any gcc2 internal prototype to avoid an error. */
10185#ifdef __cplusplus
10186extern "C"
10187#endif
6597/* We use char because int might match the return type of a gcc2 10188/* We use char because int might match the return type of a gcc2
6598 builtin and then its argument prototype would still apply. */ 10189 builtin and then its argument prototype would still apply. */
6599char remove(); 10190char remove ();
6600 10191int
6601int main() { 10192main ()
10193{
6602remove() 10194remove ();
10195 ;
6603; return 0; } 10196 return 0;
6604EOF 10197}
6605if { (eval echo configure:6606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10198_ACEOF
10199rm -f conftest.$ac_objext conftest$ac_exeext
10200if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10201 (eval $ac_link) 2>conftest.er1
10202 ac_status=$?
10203 grep -v '^ *+' conftest.er1 >conftest.err
6606 rm -rf conftest* 10204 rm -f conftest.er1
6607 eval "ac_cv_lib_$ac_lib_var=yes" 10205 cat conftest.err >&5
10206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10207 (exit $ac_status); } &&
10208 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10210 (eval $ac_try) 2>&5
10211 ac_status=$?
10212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213 (exit $ac_status); }; } &&
10214 { ac_try='test -s conftest$ac_exeext'
10215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10216 (eval $ac_try) 2>&5
10217 ac_status=$?
10218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10219 (exit $ac_status); }; }; then
10220 ac_cv_lib_posix_remove=yes
6608else 10221else
6609 echo "configure: failed program was:" >&5 10222 echo "$as_me: failed program was:" >&5
6610 cat conftest.$ac_ext >&5 10223sed 's/^/| /' conftest.$ac_ext >&5
6611 rm -rf conftest* 10224
6612 eval "ac_cv_lib_$ac_lib_var=no" 10225ac_cv_lib_posix_remove=no
6613fi 10226fi
6614rm -f conftest* 10227rm -f conftest.err conftest.$ac_objext \
10228 conftest$ac_exeext conftest.$ac_ext
6615LIBS="$ac_save_LIBS" 10229LIBS=$ac_check_lib_save_LIBS
6616
6617fi 10230fi
6618if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10231echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6619 echo "$ac_t""yes" 1>&6 10232echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
10233if test $ac_cv_lib_posix_remove = yes; then
6620 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 10234 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6621else
6622 echo "$ac_t""no" 1>&6
6623fi 10235fi
6624 10236
6625 fi 10237 fi
6626 10238
6627 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 10239 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
10240 echo "$as_me:$LINENO: checking for shmat" >&5
6628 echo $ac_n "checking for shmat""... $ac_c" 1>&6 10241echo $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 10242if test "${ac_cv_func_shmat+set}" = set; then
6631 echo $ac_n "(cached) $ac_c" 1>&6 10243 echo $ECHO_N "(cached) $ECHO_C" >&6
6632else 10244else
6633 cat > conftest.$ac_ext <<EOF 10245 cat >conftest.$ac_ext <<_ACEOF
6634#line 6635 "configure" 10246/* confdefs.h. */
6635#include "confdefs.h" 10247_ACEOF
10248cat confdefs.h >>conftest.$ac_ext
10249cat >>conftest.$ac_ext <<_ACEOF
10250/* end confdefs.h. */
10251/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
10252 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10253#define shmat innocuous_shmat
10254
6636/* System header to define __stub macros and hopefully few prototypes, 10255/* System header to define __stub macros and hopefully few prototypes,
6637 which can conflict with char shmat(); below. */ 10256 which can conflict with char shmat (); below.
10257 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10258 <limits.h> exists even on freestanding compilers. */
10259
10260#ifdef __STDC__
10261# include <limits.h>
10262#else
6638#include <assert.h> 10263# include <assert.h>
10264#endif
10265
10266#undef shmat
10267
6639/* Override any gcc2 internal prototype to avoid an error. */ 10268/* Override any gcc2 internal prototype to avoid an error. */
10269#ifdef __cplusplus
10270extern "C"
10271{
10272#endif
6640/* We use char because int might match the return type of a gcc2 10273/* We use char because int might match the return type of a gcc2
6641 builtin and then its argument prototype would still apply. */ 10274 builtin and then its argument prototype would still apply. */
6642char shmat(); 10275char shmat ();
6643
6644int main() {
6645
6646/* The GNU C library defines this for functions which it implements 10276/* The GNU C library defines this for functions which it implements
6647 to always fail with ENOSYS. Some functions are actually named 10277 to always fail with ENOSYS. Some functions are actually named
6648 something starting with __ and the normal name is an alias. */ 10278 something starting with __ and the normal name is an alias. */
6649#if defined (__stub_shmat) || defined (__stub___shmat) 10279#if defined (__stub_shmat) || defined (__stub___shmat)
6650choke me 10280choke me
6651#else 10281#else
6652shmat(); 10282char (*f) () = shmat;
6653#endif 10283#endif
10284#ifdef __cplusplus
10285}
10286#endif
6654 10287
10288int
10289main ()
10290{
10291return f != shmat;
10292 ;
6655; return 0; } 10293 return 0;
6656EOF 10294}
6657if { (eval echo configure:6658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10295_ACEOF
10296rm -f conftest.$ac_objext conftest$ac_exeext
10297if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10298 (eval $ac_link) 2>conftest.er1
10299 ac_status=$?
10300 grep -v '^ *+' conftest.er1 >conftest.err
6658 rm -rf conftest* 10301 rm -f conftest.er1
10302 cat conftest.err >&5
10303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10304 (exit $ac_status); } &&
10305 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10307 (eval $ac_try) 2>&5
10308 ac_status=$?
10309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10310 (exit $ac_status); }; } &&
10311 { ac_try='test -s conftest$ac_exeext'
10312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10313 (eval $ac_try) 2>&5
10314 ac_status=$?
10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 (exit $ac_status); }; }; then
6659 eval "ac_cv_func_shmat=yes" 10317 ac_cv_func_shmat=yes
6660else 10318else
6661 echo "configure: failed program was:" >&5 10319 echo "$as_me: failed program was:" >&5
6662 cat conftest.$ac_ext >&5 10320sed 's/^/| /' conftest.$ac_ext >&5
6663 rm -rf conftest* 10321
6664 eval "ac_cv_func_shmat=no" 10322ac_cv_func_shmat=no
6665fi 10323fi
6666rm -f conftest* 10324rm -f conftest.err conftest.$ac_objext \
10325 conftest$ac_exeext conftest.$ac_ext
6667fi 10326fi
6668 10327echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6669if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10328echo "${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 10329
6676 if test $ac_cv_func_shmat = no; then 10330 if test $ac_cv_func_shmat = no; then
10331 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6677 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10332echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6678echo "configure:6679: checking for shmat in -lipc" >&5 10333if 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 10334 echo $ECHO_N "(cached) $ECHO_C" >&6
6682else 10335else
6683 ac_save_LIBS="$LIBS" 10336 ac_check_lib_save_LIBS=$LIBS
6684LIBS="-lipc $LIBS" 10337LIBS="-lipc $LIBS"
6685cat > conftest.$ac_ext <<EOF 10338cat >conftest.$ac_ext <<_ACEOF
6686#line 6687 "configure" 10339/* confdefs.h. */
6687#include "confdefs.h" 10340_ACEOF
10341cat confdefs.h >>conftest.$ac_ext
10342cat >>conftest.$ac_ext <<_ACEOF
10343/* end confdefs.h. */
10344
6688/* Override any gcc2 internal prototype to avoid an error. */ 10345/* Override any gcc2 internal prototype to avoid an error. */
10346#ifdef __cplusplus
10347extern "C"
10348#endif
6689/* We use char because int might match the return type of a gcc2 10349/* We use char because int might match the return type of a gcc2
6690 builtin and then its argument prototype would still apply. */ 10350 builtin and then its argument prototype would still apply. */
6691char shmat(); 10351char shmat ();
6692 10352int
6693int main() { 10353main ()
10354{
6694shmat() 10355shmat ();
10356 ;
6695; return 0; } 10357 return 0;
6696EOF 10358}
6697if { (eval echo configure:6698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10359_ACEOF
10360rm -f conftest.$ac_objext conftest$ac_exeext
10361if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10362 (eval $ac_link) 2>conftest.er1
10363 ac_status=$?
10364 grep -v '^ *+' conftest.er1 >conftest.err
6698 rm -rf conftest* 10365 rm -f conftest.er1
6699 eval "ac_cv_lib_$ac_lib_var=yes" 10366 cat conftest.err >&5
10367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10368 (exit $ac_status); } &&
10369 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10371 (eval $ac_try) 2>&5
10372 ac_status=$?
10373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10374 (exit $ac_status); }; } &&
10375 { ac_try='test -s conftest$ac_exeext'
10376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10377 (eval $ac_try) 2>&5
10378 ac_status=$?
10379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10380 (exit $ac_status); }; }; then
10381 ac_cv_lib_ipc_shmat=yes
6700else 10382else
6701 echo "configure: failed program was:" >&5 10383 echo "$as_me: failed program was:" >&5
6702 cat conftest.$ac_ext >&5 10384sed 's/^/| /' conftest.$ac_ext >&5
6703 rm -rf conftest* 10385
6704 eval "ac_cv_lib_$ac_lib_var=no" 10386ac_cv_lib_ipc_shmat=no
6705fi 10387fi
6706rm -f conftest* 10388rm -f conftest.err conftest.$ac_objext \
10389 conftest$ac_exeext conftest.$ac_ext
6707LIBS="$ac_save_LIBS" 10390LIBS=$ac_check_lib_save_LIBS
6708
6709fi 10391fi
6710if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10392echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6711 echo "$ac_t""yes" 1>&6 10393echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10394if test $ac_cv_lib_ipc_shmat = yes; then
6712 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10395 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6713else
6714 echo "$ac_t""no" 1>&6
6715fi 10396fi
6716 10397
6717 fi 10398 fi
6718 fi 10399 fi
6719 10400
6720 # Check for libraries that X11R6 Xt/Xaw programs need. 10401 # Check for libraries that X11R6 Xt/Xaw programs need.
6721 ac_save_LDFLAGS="$LDFLAGS" 10402 ac_save_LDFLAGS=$LDFLAGS
6722 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10403 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6723 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 10404 # 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 10405 # 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. 10406 # 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 10407 # These have to be linked with before -lX11, unlike the other
6727 # libraries we check for below, so use a different variable. 10408 # libraries we check for below, so use a different variable.
6728 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10409 # John Interrante, Karl Berry
10410 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6729 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10411echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6730echo "configure:6731: checking for IceConnectionNumber in -lICE" >&5 10412if 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 10413 echo $ECHO_N "(cached) $ECHO_C" >&6
6734else 10414else
6735 ac_save_LIBS="$LIBS" 10415 ac_check_lib_save_LIBS=$LIBS
6736LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10416LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6737cat > conftest.$ac_ext <<EOF 10417cat >conftest.$ac_ext <<_ACEOF
6738#line 6739 "configure" 10418/* confdefs.h. */
6739#include "confdefs.h" 10419_ACEOF
10420cat confdefs.h >>conftest.$ac_ext
10421cat >>conftest.$ac_ext <<_ACEOF
10422/* end confdefs.h. */
10423
6740/* Override any gcc2 internal prototype to avoid an error. */ 10424/* Override any gcc2 internal prototype to avoid an error. */
10425#ifdef __cplusplus
10426extern "C"
10427#endif
6741/* We use char because int might match the return type of a gcc2 10428/* We use char because int might match the return type of a gcc2
6742 builtin and then its argument prototype would still apply. */ 10429 builtin and then its argument prototype would still apply. */
6743char IceConnectionNumber(); 10430char IceConnectionNumber ();
6744 10431int
6745int main() { 10432main ()
10433{
6746IceConnectionNumber() 10434IceConnectionNumber ();
10435 ;
6747; return 0; } 10436 return 0;
6748EOF 10437}
6749if { (eval echo configure:6750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10438_ACEOF
10439rm -f conftest.$ac_objext conftest$ac_exeext
10440if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10441 (eval $ac_link) 2>conftest.er1
10442 ac_status=$?
10443 grep -v '^ *+' conftest.er1 >conftest.err
6750 rm -rf conftest* 10444 rm -f conftest.er1
6751 eval "ac_cv_lib_$ac_lib_var=yes" 10445 cat conftest.err >&5
10446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10447 (exit $ac_status); } &&
10448 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10450 (eval $ac_try) 2>&5
10451 ac_status=$?
10452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10453 (exit $ac_status); }; } &&
10454 { ac_try='test -s conftest$ac_exeext'
10455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10456 (eval $ac_try) 2>&5
10457 ac_status=$?
10458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10459 (exit $ac_status); }; }; then
10460 ac_cv_lib_ICE_IceConnectionNumber=yes
6752else 10461else
6753 echo "configure: failed program was:" >&5 10462 echo "$as_me: failed program was:" >&5
6754 cat conftest.$ac_ext >&5 10463sed 's/^/| /' conftest.$ac_ext >&5
6755 rm -rf conftest* 10464
6756 eval "ac_cv_lib_$ac_lib_var=no" 10465ac_cv_lib_ICE_IceConnectionNumber=no
6757fi 10466fi
6758rm -f conftest* 10467rm -f conftest.err conftest.$ac_objext \
10468 conftest$ac_exeext conftest.$ac_ext
6759LIBS="$ac_save_LIBS" 10469LIBS=$ac_check_lib_save_LIBS
6760
6761fi 10470fi
6762if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10471echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6763 echo "$ac_t""yes" 1>&6 10472echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10473if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6764 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10474 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6765else
6766 echo "$ac_t""no" 1>&6
6767fi 10475fi
6768 10476
6769 LDFLAGS="$ac_save_LDFLAGS" 10477 LDFLAGS=$ac_save_LDFLAGS
6770 10478
6771fi 10479fi
6772 10480
6773 10481
6774 10482
6775if test x$support_xpm = xyes; then 10483if test x$support_xpm = xyes; then
6776 10484
6777 10485
6778 10486
6779# Initialize some more variables set by options. 10487# Initialize some more variables set by options.
6780# The variables have the same names as the options, with 10488# The variables have the same names as the options, with
6781# dashes changed to underlines. 10489# dashes changed to underlines.
6782 10490
6783# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 10491# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6784# paths, otherwise set no_xpm=yes. 10492# paths, otherwise set no_xpm=yes.
6785# Uses ac_ vars as temps to allow command line to override cache and checks. 10493# Uses ac_ vars as temps to allow command line to override cache and checks.
10494echo "$as_me:$LINENO: checking for libXpm" >&5
6786echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10495echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6787echo "configure:6788: checking for libXpm" >&5 10496
6788 10497
6789# Check whether --with-xpm_includes or --without-xpm_includes was given. 10498# Check whether --with-xpm_includes or --without-xpm_includes was given.
6790if test "${with_xpm_includes+set}" = set; then 10499if test "${with_xpm_includes+set}" = set; then
6791 withval="$with_xpm_includes" 10500 withval="$with_xpm_includes"
6792 xpm_includes="$withval" 10501 xpm_includes="$withval"
6793else 10502else
6794 xpm_includes=NO 10503 xpm_includes=NO
6795fi 10504fi;
6796 10505
6797# Check whether --with-xpm_library or --without-xpm_library was given. 10506# Check whether --with-xpm_library or --without-xpm_library was given.
6798if test "${with_xpm_library+set}" = set; then 10507if test "${with_xpm_library+set}" = set; then
6799 withval="$with_xpm_library" 10508 withval="$with_xpm_library"
6800 xpm_libraries="$withval" 10509 xpm_libraries="$withval"
6801else 10510else
6802 xpm_libraries=NO 10511 xpm_libraries=NO
6803fi 10512fi;
6804
6805 10513
6806# --without-xpm overrides everything else, but does not touch the cache. 10514# --without-xpm overrides everything else, but does not touch the cache.
10515
6807# Check whether --with-xpm or --without-xpm was given. 10516# Check whether --with-xpm or --without-xpm was given.
6808if test "${with_xpm+set}" = set; then 10517if test "${with_xpm+set}" = set; then
6809 withval="$with_xpm" 10518 withval="$with_xpm"
6810 : 10519
6811fi 10520fi;
6812
6813if test "$with_xpm" = no; then 10521if test "$with_xpm" = no; then
6814 have_xpm=disabled 10522 have_xpm=disabled
6815else 10523else
6816 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10524 if test "${ac_cv_have_xpm+set}" = set; then
6817 echo $ac_n "(cached) $ac_c" 1>&6 10525 echo $ECHO_N "(cached) $ECHO_C" >&6
6818else 10526else
6819 10527
6820 vt_xpm_include_X11=no 10528 vt_xpm_include_X11=no
6821 if test -n "$xpm_includes"; then 10529 if test -n "$xpm_includes"; then
6822 vt_xpm_includes=$xpm_includes 10530 vt_xpm_includes=$xpm_includes
6823 else 10531 else
6824 vt_xpm_includes=NO 10532 vt_xpm_includes=NO
6834 10542
6835ac_save_CPPFLAGS="$CPPFLAGS" 10543ac_save_CPPFLAGS="$CPPFLAGS"
6836CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10544CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6837 10545
6838 # First, try using that file with no special directory specified. 10546 # First, try using that file with no special directory specified.
6839cat > conftest.$ac_ext <<EOF 10547cat >conftest.$ac_ext <<_ACEOF
6840#line 6841 "configure" 10548/* confdefs.h. */
6841#include "confdefs.h" 10549_ACEOF
10550cat confdefs.h >>conftest.$ac_ext
10551cat >>conftest.$ac_ext <<_ACEOF
10552/* end confdefs.h. */
6842#include <X11/xpm.h> 10553#include <X11/xpm.h>
6843EOF 10554_ACEOF
6844ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10555if { (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; } 10556 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6846ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10557 ac_status=$?
10558 grep -v '^ *+' conftest.er1 >conftest.err
10559 rm -f conftest.er1
10560 cat conftest.err >&5
10561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10562 (exit $ac_status); } >/dev/null; then
10563 if test -s conftest.err; then
10564 ac_cpp_err=$ac_cxx_preproc_warn_flag
10565 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10566 else
10567 ac_cpp_err=
10568 fi
10569else
10570 ac_cpp_err=yes
10571fi
6847if test -z "$ac_err"; then 10572if test -z "$ac_cpp_err"; then
6848 rm -rf conftest*
6849 # We can compile using X headers with no special include directory. 10573 # We can compile using X headers with no special include directory.
6850vt_xpm_includes= 10574vt_xpm_includes=
6851vt_xpm_include_X11=yes 10575vt_xpm_include_X11=yes
6852else 10576else
6853 echo "$ac_err" >&5
6854 echo "configure: failed program was:" >&5 10577 echo "$as_me: failed program was:" >&5
6855 cat conftest.$ac_ext >&5 10578sed 's/^/| /' conftest.$ac_ext >&5
6856 rm -rf conftest* 10579
6857 CPPFLAGS="$ac_save_CPPFLAGS" 10580 CPPFLAGS="$ac_save_CPPFLAGS"
6858# Look for the header file in a standard set of common directories. 10581# Look for the header file in a standard set of common directories.
6859 for ac_dir in \ 10582 for ac_dir in \
6860 /usr/X11/include \ 10583 /usr/X11/include \
6861 /usr/X11R6/include \ 10584 /usr/X11R6/include \
6902 break 10625 break
6903 fi 10626 fi
6904 fi 10627 fi
6905 done 10628 done
6906fi 10629fi
6907rm -f conftest* 10630rm -f conftest.err conftest.$ac_ext
6908fi 10631fi
6909 10632
6910if test "$vt_xpm_libraries" = NO; then 10633if test "$vt_xpm_libraries" = NO; then
6911 # Check for the libraries. 10634 # Check for the libraries.
6912 10635
6913 # See if we find them without any special options. 10636 # See if we find them without any special options.
6914 # Don't add to $LIBS permanently. 10637 # Don't add to $LIBS permanently.
6915 ac_save_LIBS="$LIBS" 10638 ac_save_LIBS="$LIBS"
6916 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10639 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6917cat > conftest.$ac_ext <<EOF 10640cat >conftest.$ac_ext <<_ACEOF
6918#line 6919 "configure" 10641/* confdefs.h. */
6919#include "confdefs.h" 10642_ACEOF
10643cat confdefs.h >>conftest.$ac_ext
10644cat >>conftest.$ac_ext <<_ACEOF
10645/* end confdefs.h. */
6920 10646
6921int main() { 10647int
10648main ()
10649{
6922XpmReadFileToPixmap() 10650XpmReadFileToPixmap()
10651 ;
6923; return 0; } 10652 return 0;
6924EOF 10653}
6925if { (eval echo configure:6926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10654_ACEOF
10655rm -f conftest.$ac_objext conftest$ac_exeext
10656if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10657 (eval $ac_link) 2>conftest.er1
10658 ac_status=$?
10659 grep -v '^ *+' conftest.er1 >conftest.err
6926 rm -rf conftest* 10660 rm -f conftest.er1
10661 cat conftest.err >&5
10662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663 (exit $ac_status); } &&
10664 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10666 (eval $ac_try) 2>&5
10667 ac_status=$?
10668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10669 (exit $ac_status); }; } &&
10670 { ac_try='test -s conftest$ac_exeext'
10671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10672 (eval $ac_try) 2>&5
10673 ac_status=$?
10674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10675 (exit $ac_status); }; }; then
6927 LIBS="$ac_save_LIBS" 10676 LIBS="$ac_save_LIBS"
6928# We can link libXpm with no special library path. 10677# We can link libXpm with no special library path.
6929vt_xpm_libraries= 10678vt_xpm_libraries=
6930else 10679else
6931 echo "configure: failed program was:" >&5 10680 echo "$as_me: failed program was:" >&5
6932 cat conftest.$ac_ext >&5 10681sed 's/^/| /' conftest.$ac_ext >&5
6933 rm -rf conftest* 10682
6934 LIBS="$ac_save_LIBS" 10683LIBS="$ac_save_LIBS"
6935# First see if replacing the include by lib works. 10684# First see if replacing the include by lib works.
6936for ac_dir in \ 10685for ac_dir in \
6937 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 10686 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6938 /usr/X11/lib \ 10687 /usr/X11/lib \
6939 /usr/X11R6/lib \ 10688 /usr/X11R6/lib \
6976 break 2 10725 break 2
6977 fi 10726 fi
6978 done 10727 done
6979done 10728done
6980fi 10729fi
6981rm -f conftest* 10730rm -f conftest.err conftest.$ac_objext \
10731 conftest$ac_exeext conftest.$ac_ext
6982fi 10732fi
6983 10733
6984 10734
6985 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 10735 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6986 ac_cv_have_xpm="have_xpm=no" 10736 ac_cv_have_xpm="have_xpm=no"
6992fi 10742fi
6993 eval "$ac_cv_have_xpm" 10743 eval "$ac_cv_have_xpm"
6994fi 10744fi
6995 10745
6996if test "$have_xpm" != yes; then 10746if test "$have_xpm" != yes; then
6997 echo "$ac_t""$have_xpm" 1>&6 10747 echo "$as_me:$LINENO: result: $have_xpm" >&5
10748echo "${ECHO_T}$have_xpm" >&6
6998 no_xpm=yes 10749 no_xpm=yes
6999else 10750else
7000 if test "$xpm_includes" != NO; then 10751 if test "$xpm_includes" != NO; then
7001 if test "$xpm_includes" = "$vt_xpm_includes"; then 10752 if test "$xpm_includes" = "$vt_xpm_includes"; then
7002 if test -r "$xpm_includes/X11/xpm.h"; then 10753 if test -r "$xpm_includes/X11/xpm.h"; then
7003 vt_xpm_include_X11=yes 10754 vt_xpm_include_X11=yes
7004 fi 10755 fi
7005 else 10756 else
7006 vt_xpm_include_X11=no 10757 vt_xpm_include_X11=no
7007 if test -z "$xpm_includes"; then 10758 if test -z "$xpm_includes"; then
7008 cat > conftest.$ac_ext <<EOF 10759 cat >conftest.$ac_ext <<_ACEOF
7009#line 7010 "configure" 10760/* confdefs.h. */
7010#include "confdefs.h" 10761_ACEOF
10762cat confdefs.h >>conftest.$ac_ext
10763cat >>conftest.$ac_ext <<_ACEOF
10764/* end confdefs.h. */
7011#include <X11/xpm.h> 10765#include <X11/xpm.h>
7012EOF 10766_ACEOF
7013ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10767if { (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; } 10768 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7015ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10769 ac_status=$?
10770 grep -v '^ *+' conftest.er1 >conftest.err
10771 rm -f conftest.er1
10772 cat conftest.err >&5
10773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10774 (exit $ac_status); } >/dev/null; then
10775 if test -s conftest.err; then
10776 ac_cpp_err=$ac_cxx_preproc_warn_flag
10777 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10778 else
10779 ac_cpp_err=
10780 fi
10781else
10782 ac_cpp_err=yes
10783fi
7016if test -z "$ac_err"; then 10784if test -z "$ac_cpp_err"; then
7017 rm -rf conftest*
7018 vt_xpm_include_X11=yes 10785 vt_xpm_include_X11=yes
7019else 10786else
7020 echo "$ac_err" >&5
7021 echo "configure: failed program was:" >&5 10787 echo "$as_me: failed program was:" >&5
7022 cat conftest.$ac_ext >&5 10788sed 's/^/| /' conftest.$ac_ext >&5
10789
10790
7023fi 10791fi
7024rm -f conftest* 10792rm -f conftest.err conftest.$ac_ext
7025 else 10793 else
7026 if test -r "$xpm_includes/X11/xpm.h"; then 10794 if test -r "$xpm_includes/X11/xpm.h"; then
7027 vt_xpm_include_X11=yes 10795 vt_xpm_include_X11=yes
7028 fi 10796 fi
7029 fi 10797 fi
7036 # Update the cache value to reflect the command line values. 10804 # Update the cache value to reflect the command line values.
7037 ac_cv_have_xpm="have_xpm=yes \ 10805 ac_cv_have_xpm="have_xpm=yes \
7038 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 10806 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
7039 vt_xpm_include_X11=$vt_xpm_include_X11" 10807 vt_xpm_include_X11=$vt_xpm_include_X11"
7040 eval "$ac_cv_have_xpm" 10808 eval "$ac_cv_have_xpm"
10809 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 10810echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7042 if test -n "$vt_xpm_includes"; then 10811 if test -n "$vt_xpm_includes"; then
7043 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10812 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7044 fi 10813 fi
7045 if test -n "$vt_xpm_includes"; then 10814 if test -n "$vt_xpm_includes"; then
7046 XPM_CFLAGS="-I$vt_xpm_includes" 10815 XPM_CFLAGS="-I$vt_xpm_includes"
7048 XPM_LIBS="-lXpm" 10817 XPM_LIBS="-lXpm"
7049 if test -n "$vt_xpm_libraries"; then 10818 if test -n "$vt_xpm_libraries"; then
7050 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10819 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7051 fi 10820 fi
7052 if test "x$vt_xpm_include_X11" = xyes; then 10821 if test "x$vt_xpm_include_X11" = xyes; then
10822
7053 cat >> confdefs.h <<\EOF 10823cat >>confdefs.h <<\_ACEOF
7054#define XPM_INC_X11 1 10824#define XPM_INC_X11 1
7055EOF 10825_ACEOF
7056 10826
7057 fi 10827 fi
7058fi 10828fi
7059 10829
7060 10830
7064 if test x$no_xpm = xyes; then 10834 if test x$no_xpm = xyes; then
7065 support_xpm=needsmanualspecification 10835 support_xpm=needsmanualspecification
7066 fi 10836 fi
7067fi 10837fi
7068 10838
10839echo "$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 10840echo $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 10841if test "${ac_cv_header_sys_wait_h+set}" = set; then
7072 echo $ac_n "(cached) $ac_c" 1>&6 10842 echo $ECHO_N "(cached) $ECHO_C" >&6
7073else 10843else
7074 cat > conftest.$ac_ext <<EOF 10844 cat >conftest.$ac_ext <<_ACEOF
7075#line 7076 "configure" 10845/* confdefs.h. */
7076#include "confdefs.h" 10846_ACEOF
10847cat confdefs.h >>conftest.$ac_ext
10848cat >>conftest.$ac_ext <<_ACEOF
10849/* end confdefs.h. */
7077#include <sys/types.h> 10850#include <sys/types.h>
7078#include <sys/wait.h> 10851#include <sys/wait.h>
7079#ifndef WEXITSTATUS 10852#ifndef WEXITSTATUS
7080#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10853# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7081#endif 10854#endif
7082#ifndef WIFEXITED 10855#ifndef WIFEXITED
7083#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10856# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7084#endif 10857#endif
7085int main() { 10858
10859int
10860main ()
10861{
7086int s; 10862 int s;
7087wait (&s); 10863 wait (&s);
7088s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10864 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10865 ;
7089; return 0; } 10866 return 0;
7090EOF 10867}
7091if { (eval echo configure:7092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10868_ACEOF
10869rm -f conftest.$ac_objext
10870if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10871 (eval $ac_compile) 2>conftest.er1
10872 ac_status=$?
10873 grep -v '^ *+' conftest.er1 >conftest.err
7092 rm -rf conftest* 10874 rm -f conftest.er1
10875 cat conftest.err >&5
10876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10877 (exit $ac_status); } &&
10878 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10880 (eval $ac_try) 2>&5
10881 ac_status=$?
10882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10883 (exit $ac_status); }; } &&
10884 { ac_try='test -s conftest.$ac_objext'
10885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10886 (eval $ac_try) 2>&5
10887 ac_status=$?
10888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10889 (exit $ac_status); }; }; then
7093 ac_cv_header_sys_wait_h=yes 10890 ac_cv_header_sys_wait_h=yes
7094else 10891else
7095 echo "configure: failed program was:" >&5 10892 echo "$as_me: failed program was:" >&5
7096 cat conftest.$ac_ext >&5 10893sed 's/^/| /' conftest.$ac_ext >&5
7097 rm -rf conftest* 10894
7098 ac_cv_header_sys_wait_h=no 10895ac_cv_header_sys_wait_h=no
7099fi 10896fi
7100rm -f conftest* 10897rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7101fi 10898fi
7102 10899echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7103echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10900echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7104if test $ac_cv_header_sys_wait_h = yes; then 10901if test $ac_cv_header_sys_wait_h = yes; then
10902
7105 cat >> confdefs.h <<\EOF 10903cat >>confdefs.h <<\_ACEOF
7106#define HAVE_SYS_WAIT_H 1 10904#define HAVE_SYS_WAIT_H 1
7107EOF 10905_ACEOF
7108 10906
7109fi 10907fi
7110 10908
10909
10910
10911
10912
10913
10914
10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
7111for ac_hdr in \ 10929for ac_header in \
7112 assert.h \ 10930 assert.h \
7113 fcntl.h \ 10931 fcntl.h \
7114 grp.h \ 10932 grp.h \
7115 libc.h \ 10933 libc.h \
7116 lastlog.h \ 10934 lastlog.h \
7122 sys/byteorder.h \ 10940 sys/byteorder.h \
7123 sys/ioctl.h \ 10941 sys/ioctl.h \
7124 sys/select.h \ 10942 sys/select.h \
7125 sys/sockio.h \ 10943 sys/sockio.h \
7126 sys/strredir.h \ 10944 sys/strredir.h \
10945 sys/stropts.h \
7127 sys/time.h \ 10946 sys/time.h \
7128 utmp.h \ 10947 utmp.h \
7129 utmpx.h \ 10948 utmpx.h \
7130 stdint.h \ 10949 stdint.h \
7131 10950
7132do 10951do
7133ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 10952as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10953if eval "test \"\${$as_ac_Header+set}\" = set"; then
10954 echo "$as_me:$LINENO: checking for $ac_header" >&5
7134echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10955echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7135echo "configure:7136: checking for $ac_hdr" >&5 10956if 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 10957 echo $ECHO_N "(cached) $ECHO_C" >&6
10958fi
10959echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10960echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7138else 10961else
10962 # Is the header compilable?
10963echo "$as_me:$LINENO: checking $ac_header usability" >&5
10964echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7139 cat > conftest.$ac_ext <<EOF 10965cat >conftest.$ac_ext <<_ACEOF
7140#line 7141 "configure" 10966/* confdefs.h. */
7141#include "confdefs.h" 10967_ACEOF
10968cat confdefs.h >>conftest.$ac_ext
10969cat >>conftest.$ac_ext <<_ACEOF
10970/* end confdefs.h. */
10971$ac_includes_default
7142#include <$ac_hdr> 10972#include <$ac_header>
7143EOF 10973_ACEOF
7144ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10974rm -f conftest.$ac_objext
7145{ (eval echo configure:7146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10975if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7146ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10976 (eval $ac_compile) 2>conftest.er1
10977 ac_status=$?
10978 grep -v '^ *+' conftest.er1 >conftest.err
10979 rm -f conftest.er1
10980 cat conftest.err >&5
10981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10982 (exit $ac_status); } &&
10983 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10985 (eval $ac_try) 2>&5
10986 ac_status=$?
10987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10988 (exit $ac_status); }; } &&
10989 { ac_try='test -s conftest.$ac_objext'
10990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10991 (eval $ac_try) 2>&5
10992 ac_status=$?
10993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10994 (exit $ac_status); }; }; then
10995 ac_header_compiler=yes
10996else
10997 echo "$as_me: failed program was:" >&5
10998sed 's/^/| /' conftest.$ac_ext >&5
10999
11000ac_header_compiler=no
11001fi
11002rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11003echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11004echo "${ECHO_T}$ac_header_compiler" >&6
11005
11006# Is the header present?
11007echo "$as_me:$LINENO: checking $ac_header presence" >&5
11008echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11009cat >conftest.$ac_ext <<_ACEOF
11010/* confdefs.h. */
11011_ACEOF
11012cat confdefs.h >>conftest.$ac_ext
11013cat >>conftest.$ac_ext <<_ACEOF
11014/* end confdefs.h. */
11015#include <$ac_header>
11016_ACEOF
11017if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11018 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11019 ac_status=$?
11020 grep -v '^ *+' conftest.er1 >conftest.err
11021 rm -f conftest.er1
11022 cat conftest.err >&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); } >/dev/null; then
11025 if test -s conftest.err; then
11026 ac_cpp_err=$ac_cxx_preproc_warn_flag
11027 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11028 else
11029 ac_cpp_err=
11030 fi
11031else
11032 ac_cpp_err=yes
11033fi
7147if test -z "$ac_err"; then 11034if test -z "$ac_cpp_err"; then
7148 rm -rf conftest* 11035 ac_header_preproc=yes
7149 eval "ac_cv_header_$ac_safe=yes"
7150else 11036else
7151 echo "$ac_err" >&5
7152 echo "configure: failed program was:" >&5 11037 echo "$as_me: failed program was:" >&5
7153 cat conftest.$ac_ext >&5 11038sed 's/^/| /' conftest.$ac_ext >&5
7154 rm -rf conftest* 11039
7155 eval "ac_cv_header_$ac_safe=no" 11040 ac_header_preproc=no
7156fi 11041fi
7157rm -f conftest* 11042rm -f conftest.err conftest.$ac_ext
11043echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11044echo "${ECHO_T}$ac_header_preproc" >&6
11045
11046# So? What about this header?
11047case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11048 yes:no: )
11049 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11050echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11051 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11052echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11053 ac_header_preproc=yes
11054 ;;
11055 no:yes:* )
11056 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11057echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11058 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11059echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11060 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11061echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11062 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11063echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11064 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11065echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11066 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11067echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11068 (
11069 cat <<\_ASBOX
11070## ------------------------------------------ ##
11071## Report this to the AC_PACKAGE_NAME lists. ##
11072## ------------------------------------------ ##
11073_ASBOX
11074 ) |
11075 sed "s/^/$as_me: WARNING: /" >&2
11076 ;;
11077esac
11078echo "$as_me:$LINENO: checking for $ac_header" >&5
11079echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11080if eval "test \"\${$as_ac_Header+set}\" = set"; then
11081 echo $ECHO_N "(cached) $ECHO_C" >&6
11082else
11083 eval "$as_ac_Header=\$ac_header_preproc"
7158fi 11084fi
7159if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 11085echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7160 echo "$ac_t""yes" 1>&6 11086echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7161 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 11087
11088fi
11089if test `eval echo '${'$as_ac_Header'}'` = yes; then
7162 cat >> confdefs.h <<EOF 11090 cat >>confdefs.h <<_ACEOF
7163#define $ac_tr_hdr 1 11091#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7164EOF 11092_ACEOF
7165 11093
7166else
7167 echo "$ac_t""no" 1>&6
7168fi 11094fi
11095
7169done 11096done
7170 11097
7171 11098
11099echo "$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 11100echo $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 11101if test "${ac_cv_header_time+set}" = set; then
7175 echo $ac_n "(cached) $ac_c" 1>&6 11102 echo $ECHO_N "(cached) $ECHO_C" >&6
7176else 11103else
7177 cat > conftest.$ac_ext <<EOF 11104 cat >conftest.$ac_ext <<_ACEOF
7178#line 7179 "configure" 11105/* confdefs.h. */
7179#include "confdefs.h" 11106_ACEOF
11107cat confdefs.h >>conftest.$ac_ext
11108cat >>conftest.$ac_ext <<_ACEOF
11109/* end confdefs.h. */
7180#include <sys/types.h> 11110#include <sys/types.h>
7181#include <sys/time.h> 11111#include <sys/time.h>
7182#include <time.h> 11112#include <time.h>
7183int main() { 11113
7184struct tm *tp; 11114int
11115main ()
11116{
11117if ((struct tm *) 0)
11118return 0;
11119 ;
7185; return 0; } 11120 return 0;
7186EOF 11121}
7187if { (eval echo configure:7188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11122_ACEOF
11123rm -f conftest.$ac_objext
11124if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11125 (eval $ac_compile) 2>conftest.er1
11126 ac_status=$?
11127 grep -v '^ *+' conftest.er1 >conftest.err
7188 rm -rf conftest* 11128 rm -f conftest.er1
11129 cat conftest.err >&5
11130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11131 (exit $ac_status); } &&
11132 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11134 (eval $ac_try) 2>&5
11135 ac_status=$?
11136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11137 (exit $ac_status); }; } &&
11138 { ac_try='test -s conftest.$ac_objext'
11139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11140 (eval $ac_try) 2>&5
11141 ac_status=$?
11142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11143 (exit $ac_status); }; }; then
7189 ac_cv_header_time=yes 11144 ac_cv_header_time=yes
7190else 11145else
7191 echo "configure: failed program was:" >&5 11146 echo "$as_me: failed program was:" >&5
7192 cat conftest.$ac_ext >&5 11147sed 's/^/| /' conftest.$ac_ext >&5
7193 rm -rf conftest* 11148
7194 ac_cv_header_time=no 11149ac_cv_header_time=no
7195fi 11150fi
7196rm -f conftest* 11151rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7197fi 11152fi
7198 11153echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7199echo "$ac_t""$ac_cv_header_time" 1>&6 11154echo "${ECHO_T}$ac_cv_header_time" >&6
7200if test $ac_cv_header_time = yes; then 11155if test $ac_cv_header_time = yes; then
11156
7201 cat >> confdefs.h <<\EOF 11157cat >>confdefs.h <<\_ACEOF
7202#define TIME_WITH_SYS_TIME 1 11158#define TIME_WITH_SYS_TIME 1
7203EOF 11159_ACEOF
7204 11160
7205fi 11161fi
7206 11162
7207 11163
11164echo "$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 11165echo $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 11166if test "${rxvt_cv_header_sysioctl+set}" = set; then
7211 echo $ac_n "(cached) $ac_c" 1>&6 11167 echo $ECHO_N "(cached) $ECHO_C" >&6
7212else 11168else
7213 cat > conftest.$ac_ext <<EOF 11169 cat >conftest.$ac_ext <<_ACEOF
7214#line 7215 "configure" 11170/* confdefs.h. */
7215#include "confdefs.h" 11171_ACEOF
11172cat confdefs.h >>conftest.$ac_ext
11173cat >>conftest.$ac_ext <<_ACEOF
11174/* end confdefs.h. */
7216#include <stdio.h> 11175#include <stdio.h>
7217#include <sys/ioctl.h> 11176#include <sys/ioctl.h>
7218#ifdef HAVE_TERMIOS_H 11177#ifdef HAVE_TERMIOS_H
7219#include <termios.h> 11178#include <termios.h>
7220#endif 11179#endif
7221int main() { 11180int
11181main ()
11182{
7222int a = ECHO; 11183int a = ECHO;
11184 ;
7223; return 0; } 11185 return 0;
7224EOF 11186}
7225if { (eval echo configure:7226: \"$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
7226 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
7227 rxvt_cv_header_sysioctl=yes 11209 rxvt_cv_header_sysioctl=yes
7228else 11210else
7229 echo "configure: failed program was:" >&5 11211 echo "$as_me: failed program was:" >&5
7230 cat conftest.$ac_ext >&5 11212sed 's/^/| /' conftest.$ac_ext >&5
7231 rm -rf conftest* 11213
7232 rxvt_cv_header_sysioctl=no 11214rxvt_cv_header_sysioctl=no
7233fi 11215fi
7234rm -f conftest* 11216rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7235fi 11217fi
7236 11218echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7237echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 11219echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7238 11220
7239if test -n "$GCC"; then 11221if test -n "$GCC"; then
7240 LDARG="-Wl," 11222 LDARG="-Wl,"
7241else 11223else
7242 LDARG="" 11224 LDARG=""
7245 11227
7246ac_save_CFLAGS=$CFLAGS 11228ac_save_CFLAGS=$CFLAGS
7247ac_save_LIBS=$LIBS 11229ac_save_LIBS=$LIBS
7248CFLAGS="$CFLAGS $X_CFLAGS" 11230CFLAGS="$CFLAGS $X_CFLAGS"
7249LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11231LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11232echo "$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 11233echo $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 11234if test "${rxvt_cv_rpath+set}" = set; then
7253 echo $ac_n "(cached) $ac_c" 1>&6 11235 echo $ECHO_N "(cached) $ECHO_C" >&6
7254else 11236else
7255 if test "$cross_compiling" = yes; then 11237 if test "$cross_compiling" = yes; then
11238 { 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 11239echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7257else 11240else
7258 cat > conftest.$ac_ext <<EOF 11241 cat >conftest.$ac_ext <<_ACEOF
7259#line 7260 "configure" 11242/* confdefs.h. */
7260#include "confdefs.h" 11243_ACEOF
11244cat confdefs.h >>conftest.$ac_ext
11245cat >>conftest.$ac_ext <<_ACEOF
11246/* end confdefs.h. */
7261 11247
7262main() 11248main()
7263{ 11249{
7264 exit(0); 11250 exit(0);
7265 (void) XOpenDisplay("foobar"); 11251 (void) XOpenDisplay("foobar");
7266} 11252}
7267EOF 11253_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 11254rm -f conftest$ac_exeext
7269then 11255if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11256 (eval $ac_link) 2>&5
11257 ac_status=$?
11258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11259 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11261 (eval $ac_try) 2>&5
11262 ac_status=$?
11263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11264 (exit $ac_status); }; }; then
7270 rxvt_cv_rpath=yes 11265 rxvt_cv_rpath=yes
7271else 11266else
11267 echo "$as_me: program exited with status $ac_status" >&5
7272 echo "configure: failed program was:" >&5 11268echo "$as_me: failed program was:" >&5
7273 cat conftest.$ac_ext >&5 11269sed 's/^/| /' conftest.$ac_ext >&5
7274 rm -fr conftest* 11270
11271( exit $ac_status )
7275 rxvt_cv_rpath=no 11272rxvt_cv_rpath=no
7276fi 11273fi
7277rm -fr conftest* 11274rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7278fi 11275fi
7279
7280fi 11276fi
7281 11277echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7282echo "$ac_t""$rxvt_cv_rpath" 1>&6 11278echo "${ECHO_T}$rxvt_cv_rpath" >&6
7283if test x$rxvt_cv_rpath != xyes; then 11279if test x$rxvt_cv_rpath != xyes; then
7284 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 11280 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"` 11281 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11282 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 11283echo $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 11284if test "${rxvt_cv_R+set}" = set; then
7289 echo $ac_n "(cached) $ac_c" 1>&6 11285 echo $ECHO_N "(cached) $ECHO_C" >&6
7290else 11286else
7291 if test "$cross_compiling" = yes; then 11287 if test "$cross_compiling" = yes; then
7292 rxvt_cv_R=no 11288 rxvt_cv_R=no
7293else 11289else
7294 cat > conftest.$ac_ext <<EOF 11290 cat >conftest.$ac_ext <<_ACEOF
7295#line 7296 "configure" 11291/* confdefs.h. */
7296#include "confdefs.h" 11292_ACEOF
11293cat confdefs.h >>conftest.$ac_ext
11294cat >>conftest.$ac_ext <<_ACEOF
11295/* end confdefs.h. */
7297 11296
7298main() 11297main()
7299{ 11298{
7300 exit(0); 11299 exit(0);
7301 (void) XOpenDisplay("foobar"); 11300 (void) XOpenDisplay("foobar");
7302} 11301}
7303EOF 11302_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 11303rm -f conftest$ac_exeext
7305then 11304if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11305 (eval $ac_link) 2>&5
11306 ac_status=$?
11307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11308 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11310 (eval $ac_try) 2>&5
11311 ac_status=$?
11312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11313 (exit $ac_status); }; }; then
7306 rxvt_cv_R=yes 11314 rxvt_cv_R=yes
7307else 11315else
11316 echo "$as_me: program exited with status $ac_status" >&5
7308 echo "configure: failed program was:" >&5 11317echo "$as_me: failed program was:" >&5
7309 cat conftest.$ac_ext >&5 11318sed 's/^/| /' conftest.$ac_ext >&5
7310 rm -fr conftest* 11319
11320( exit $ac_status )
7311 rxvt_cv_R=no 11321rxvt_cv_R=no
7312fi 11322fi
7313rm -fr conftest* 11323rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7314fi 11324fi
7315
7316fi 11325fi
7317 11326echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7318echo "$ac_t""$rxvt_cv_R" 1>&6 11327echo "${ECHO_T}$rxvt_cv_R" >&6
7319 if test x$rxvt_cv_R != xyes; then 11328 if test x$rxvt_cv_R != xyes; then
7320 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11329 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7321 fi 11330 fi
7322fi 11331fi
7323 11332
11333echo "$as_me:$LINENO: checking for XPointer" >&5
7324echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11334echo $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 11335if test "${rxvt_cv_xpointer+set}" = set; then
7327 echo $ac_n "(cached) $ac_c" 1>&6 11336 echo $ECHO_N "(cached) $ECHO_C" >&6
7328else 11337else
7329 cat > conftest.$ac_ext <<EOF 11338 cat >conftest.$ac_ext <<_ACEOF
7330#line 7331 "configure" 11339/* confdefs.h. */
7331#include "confdefs.h" 11340_ACEOF
11341cat confdefs.h >>conftest.$ac_ext
11342cat >>conftest.$ac_ext <<_ACEOF
11343/* end confdefs.h. */
7332#include <X11/Xlib.h> 11344#include <X11/Xlib.h>
7333int main() { 11345int
11346main ()
11347{
7334XPointer dummy; 11348XPointer dummy;
11349 ;
7335; return 0; } 11350 return 0;
7336EOF 11351}
7337if { (eval echo configure:7338: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11352_ACEOF
11353rm -f conftest.$ac_objext
11354if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11355 (eval $ac_compile) 2>conftest.er1
11356 ac_status=$?
11357 grep -v '^ *+' conftest.er1 >conftest.err
7338 rm -rf conftest* 11358 rm -f conftest.er1
11359 cat conftest.err >&5
11360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11361 (exit $ac_status); } &&
11362 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11364 (eval $ac_try) 2>&5
11365 ac_status=$?
11366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11367 (exit $ac_status); }; } &&
11368 { ac_try='test -s conftest.$ac_objext'
11369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11370 (eval $ac_try) 2>&5
11371 ac_status=$?
11372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11373 (exit $ac_status); }; }; then
7339 rxvt_cv_xpointer=yes 11374 rxvt_cv_xpointer=yes
7340else 11375else
7341 echo "configure: failed program was:" >&5 11376 echo "$as_me: failed program was:" >&5
7342 cat conftest.$ac_ext >&5 11377sed 's/^/| /' conftest.$ac_ext >&5
7343 rm -rf conftest* 11378
7344 rxvt_cv_xpointer=no 11379rxvt_cv_xpointer=no
7345fi 11380fi
7346rm -f conftest* 11381rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7347fi 11382fi
7348 11383echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7349echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11384echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7350if test x$rxvt_cv_xpointer = xyes; then 11385if test x$rxvt_cv_xpointer = xyes; then
11386
7351 cat >> confdefs.h <<\EOF 11387cat >>confdefs.h <<\_ACEOF
7352#define HAVE_XPOINTER 1 11388#define HAVE_XPOINTER 1
7353EOF 11389_ACEOF
7354 11390
7355fi 11391fi
7356LIBS=$ac_save_LIBS 11392LIBS=$ac_save_LIBS
7357CFLAGS=$ac_save_CFLAGS 11393CFLAGS=$ac_save_CFLAGS
7358 11394
7359 11395
7360echo $ac_n "checking for working const""... $ac_c" 1>&6 11396echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7361echo "configure:7362: checking for working const" >&5 11397echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7362if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11398if test "${ac_cv_c_const+set}" = set; then
7363 echo $ac_n "(cached) $ac_c" 1>&6 11399 echo $ECHO_N "(cached) $ECHO_C" >&6
7364else 11400else
7365 cat > conftest.$ac_ext <<EOF 11401 cat >conftest.$ac_ext <<_ACEOF
7366#line 7367 "configure" 11402/* confdefs.h. */
7367#include "confdefs.h" 11403_ACEOF
11404cat confdefs.h >>conftest.$ac_ext
11405cat >>conftest.$ac_ext <<_ACEOF
11406/* end confdefs.h. */
7368 11407
7369int main() { 11408int
7370 11409main ()
11410{
11411/* FIXME: Include the comments suggested by Paul. */
11412#ifndef __cplusplus
7371/* Ultrix mips cc rejects this. */ 11413 /* Ultrix mips cc rejects this. */
7372typedef int charset[2]; const charset x; 11414 typedef int charset[2];
11415 const charset x;
7373/* SunOS 4.1.1 cc rejects this. */ 11416 /* SunOS 4.1.1 cc rejects this. */
7374char const *const *ccp; 11417 char const *const *ccp;
7375char **p; 11418 char **p;
7376/* NEC SVR4.0.2 mips cc rejects this. */ 11419 /* NEC SVR4.0.2 mips cc rejects this. */
7377struct point {int x, y;}; 11420 struct point {int x, y;};
7378static struct point const zero = {0,0}; 11421 static struct point const zero = {0,0};
7379/* AIX XL C 1.02.0.0 rejects this. 11422 /* 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 11423 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 */ 11424 an arm of an if-expression whose if-part is not a constant
11425 expression */
7382const char *g = "string"; 11426 const char *g = "string";
7383ccp = &g + (g ? g-g : 0); 11427 ccp = &g + (g ? g-g : 0);
7384/* HPUX 7.0 cc rejects these. */ 11428 /* HPUX 7.0 cc rejects these. */
7385++ccp; 11429 ++ccp;
7386p = (char**) ccp; 11430 p = (char**) ccp;
7387ccp = (char const *const *) p; 11431 ccp = (char const *const *) p;
7388{ /* SCO 3.2v4 cc rejects this. */ 11432 { /* SCO 3.2v4 cc rejects this. */
7389 char *t; 11433 char *t;
7390 char const *s = 0 ? (char *) 0 : (char const *) 0; 11434 char const *s = 0 ? (char *) 0 : (char const *) 0;
7391 11435
7392 *t++ = 0; 11436 *t++ = 0;
11437 }
11438 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11439 int x[] = {25, 17};
11440 const int *foo = &x[0];
11441 ++foo;
11442 }
11443 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11444 typedef const int *iptr;
11445 iptr p = 0;
11446 ++p;
11447 }
11448 { /* AIX XL C 1.02.0.0 rejects this saying
11449 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11450 struct s { int j; const int *ap[3]; };
11451 struct s *b; b->j = 5;
11452 }
11453 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11454 const int foo = 10;
11455 }
11456#endif
11457
11458 ;
11459 return 0;
7393} 11460}
7394{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11461_ACEOF
7395 int x[] = {25, 17}; 11462rm -f conftest.$ac_objext
7396 const int *foo = &x[0]; 11463if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7397 ++foo; 11464 (eval $ac_compile) 2>conftest.er1
7398} 11465 ac_status=$?
7399{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11466 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* 11467 rm -f conftest.er1
11468 cat conftest.err >&5
11469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11470 (exit $ac_status); } &&
11471 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11473 (eval $ac_try) 2>&5
11474 ac_status=$?
11475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11476 (exit $ac_status); }; } &&
11477 { ac_try='test -s conftest.$ac_objext'
11478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11479 (eval $ac_try) 2>&5
11480 ac_status=$?
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); }; }; then
7417 ac_cv_c_const=yes 11483 ac_cv_c_const=yes
7418else 11484else
7419 echo "configure: failed program was:" >&5 11485 echo "$as_me: failed program was:" >&5
7420 cat conftest.$ac_ext >&5 11486sed 's/^/| /' conftest.$ac_ext >&5
7421 rm -rf conftest* 11487
7422 ac_cv_c_const=no 11488ac_cv_c_const=no
7423fi 11489fi
7424rm -f conftest* 11490rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7425fi 11491fi
7426 11492echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7427echo "$ac_t""$ac_cv_c_const" 1>&6 11493echo "${ECHO_T}$ac_cv_c_const" >&6
7428if test $ac_cv_c_const = no; then 11494if test $ac_cv_c_const = no; then
11495
7429 cat >> confdefs.h <<\EOF 11496cat >>confdefs.h <<\_ACEOF
7430#define const 11497#define const
7431EOF 11498_ACEOF
7432 11499
7433fi 11500fi
7434 11501
11502echo "$as_me:$LINENO: checking for inline" >&5
7435echo $ac_n "checking for inline""... $ac_c" 1>&6 11503echo $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 11504if test "${ac_cv_c_inline+set}" = set; then
7438 echo $ac_n "(cached) $ac_c" 1>&6 11505 echo $ECHO_N "(cached) $ECHO_C" >&6
7439else 11506else
7440 ac_cv_c_inline=no 11507 ac_cv_c_inline=no
7441for ac_kw in inline __inline__ __inline; do 11508for ac_kw in inline __inline__ __inline; do
7442 cat > conftest.$ac_ext <<EOF 11509 cat >conftest.$ac_ext <<_ACEOF
7443#line 7444 "configure" 11510/* confdefs.h. */
7444#include "confdefs.h" 11511_ACEOF
11512cat confdefs.h >>conftest.$ac_ext
11513cat >>conftest.$ac_ext <<_ACEOF
11514/* end confdefs.h. */
11515#ifndef __cplusplus
11516typedef int foo_t;
11517static $ac_kw foo_t static_foo () {return 0; }
11518$ac_kw foo_t foo () {return 0; }
11519#endif
7445 11520
7446int main() { 11521_ACEOF
7447} $ac_kw foo() { 11522rm -f conftest.$ac_objext
7448; return 0; } 11523if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7449EOF 11524 (eval $ac_compile) 2>conftest.er1
7450if { (eval echo configure:7451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11525 ac_status=$?
11526 grep -v '^ *+' conftest.er1 >conftest.err
7451 rm -rf conftest* 11527 rm -f conftest.er1
11528 cat conftest.err >&5
11529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11530 (exit $ac_status); } &&
11531 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11533 (eval $ac_try) 2>&5
11534 ac_status=$?
11535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11536 (exit $ac_status); }; } &&
11537 { ac_try='test -s conftest.$ac_objext'
11538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11539 (eval $ac_try) 2>&5
11540 ac_status=$?
11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); }; }; then
7452 ac_cv_c_inline=$ac_kw; break 11543 ac_cv_c_inline=$ac_kw; break
7453else 11544else
7454 echo "configure: failed program was:" >&5 11545 echo "$as_me: failed program was:" >&5
11546sed 's/^/| /' conftest.$ac_ext >&5
11547
11548fi
11549rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11550done
11551
11552fi
11553echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
11554echo "${ECHO_T}$ac_cv_c_inline" >&6
11555
11556
11557case $ac_cv_c_inline in
11558 inline | yes) ;;
11559 *)
11560 case $ac_cv_c_inline in
11561 no) ac_val=;;
11562 *) ac_val=$ac_cv_c_inline;;
11563 esac
11564 cat >>confdefs.h <<_ACEOF
11565#ifndef __cplusplus
11566#define inline $ac_val
11567#endif
11568_ACEOF
11569 ;;
11570esac
11571
11572
11573
11574echo "$as_me:$LINENO: checking for mode_t" >&5
11575echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
11576if test "${ac_cv_type_mode_t+set}" = set; then
11577 echo $ECHO_N "(cached) $ECHO_C" >&6
11578else
11579 cat >conftest.$ac_ext <<_ACEOF
11580/* confdefs.h. */
11581_ACEOF
11582cat confdefs.h >>conftest.$ac_ext
11583cat >>conftest.$ac_ext <<_ACEOF
11584/* end confdefs.h. */
11585$ac_includes_default
11586int
11587main ()
11588{
11589if ((mode_t *) 0)
11590 return 0;
11591if (sizeof (mode_t))
11592 return 0;
11593 ;
11594 return 0;
11595}
11596_ACEOF
11597rm -f conftest.$ac_objext
11598if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11599 (eval $ac_compile) 2>conftest.er1
11600 ac_status=$?
11601 grep -v '^ *+' conftest.er1 >conftest.err
11602 rm -f conftest.er1
7455 cat conftest.$ac_ext >&5 11603 cat conftest.err >&5
11604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605 (exit $ac_status); } &&
11606 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11608 (eval $ac_try) 2>&5
11609 ac_status=$?
11610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611 (exit $ac_status); }; } &&
11612 { ac_try='test -s conftest.$ac_objext'
11613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11614 (eval $ac_try) 2>&5
11615 ac_status=$?
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); }; }; then
11618 ac_cv_type_mode_t=yes
11619else
11620 echo "$as_me: failed program was:" >&5
11621sed 's/^/| /' conftest.$ac_ext >&5
11622
11623ac_cv_type_mode_t=no
11624fi
11625rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11626fi
11627echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
11628echo "${ECHO_T}$ac_cv_type_mode_t" >&6
11629if test $ac_cv_type_mode_t = yes; then
11630 :
11631else
11632
11633cat >>confdefs.h <<_ACEOF
11634#define mode_t int
11635_ACEOF
11636
11637fi
11638
11639echo "$as_me:$LINENO: checking for pid_t" >&5
11640echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11641if test "${ac_cv_type_pid_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 ((pid_t *) 0)
11655 return 0;
11656if (sizeof (pid_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
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_pid_t=yes
11684else
11685 echo "$as_me: failed program was:" >&5
11686sed 's/^/| /' conftest.$ac_ext >&5
11687
11688ac_cv_type_pid_t=no
11689fi
11690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11691fi
11692echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
11693echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11694if test $ac_cv_type_pid_t = yes; then
11695 :
11696else
11697
11698cat >>confdefs.h <<_ACEOF
11699#define pid_t int
11700_ACEOF
11701
11702fi
11703
11704echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
11705echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
11706if test "${ac_cv_type_uid_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#include <sys/types.h>
11716
11717_ACEOF
11718if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11719 $EGREP "uid_t" >/dev/null 2>&1; then
11720 ac_cv_type_uid_t=yes
11721else
11722 ac_cv_type_uid_t=no
7456fi 11723fi
7457rm -f conftest* 11724rm -f conftest*
11725
11726fi
11727echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
11728echo "${ECHO_T}$ac_cv_type_uid_t" >&6
11729if test $ac_cv_type_uid_t = no; then
11730
11731cat >>confdefs.h <<\_ACEOF
11732#define uid_t int
11733_ACEOF
11734
11735
11736cat >>confdefs.h <<\_ACEOF
11737#define gid_t int
11738_ACEOF
11739
11740fi
11741
11742
11743echo "$as_me:$LINENO: checking for char" >&5
11744echo $ECHO_N "checking for char... $ECHO_C" >&6
11745if test "${ac_cv_type_char+set}" = set; then
11746 echo $ECHO_N "(cached) $ECHO_C" >&6
11747else
11748 cat >conftest.$ac_ext <<_ACEOF
11749/* confdefs.h. */
11750_ACEOF
11751cat confdefs.h >>conftest.$ac_ext
11752cat >>conftest.$ac_ext <<_ACEOF
11753/* end confdefs.h. */
11754$ac_includes_default
11755int
11756main ()
11757{
11758if ((char *) 0)
11759 return 0;
11760if (sizeof (char))
11761 return 0;
11762 ;
11763 return 0;
11764}
11765_ACEOF
11766rm -f conftest.$ac_objext
11767if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11768 (eval $ac_compile) 2>conftest.er1
11769 ac_status=$?
11770 grep -v '^ *+' conftest.er1 >conftest.err
11771 rm -f conftest.er1
11772 cat conftest.err >&5
11773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11774 (exit $ac_status); } &&
11775 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11777 (eval $ac_try) 2>&5
11778 ac_status=$?
11779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11780 (exit $ac_status); }; } &&
11781 { ac_try='test -s conftest.$ac_objext'
11782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11783 (eval $ac_try) 2>&5
11784 ac_status=$?
11785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11786 (exit $ac_status); }; }; then
11787 ac_cv_type_char=yes
11788else
11789 echo "$as_me: failed program was:" >&5
11790sed 's/^/| /' conftest.$ac_ext >&5
11791
11792ac_cv_type_char=no
11793fi
11794rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11795fi
11796echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
11797echo "${ECHO_T}$ac_cv_type_char" >&6
11798
11799echo "$as_me:$LINENO: checking size of char" >&5
11800echo $ECHO_N "checking size of char... $ECHO_C" >&6
11801if test "${ac_cv_sizeof_char+set}" = set; then
11802 echo $ECHO_N "(cached) $ECHO_C" >&6
11803else
11804 if test "$ac_cv_type_char" = yes; then
11805 # The cast to unsigned long works around a bug in the HP C Compiler
11806 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11807 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11808 # This bug is HP SR number 8606223364.
11809 if test "$cross_compiling" = yes; then
11810 # Depending upon the size, compute the lo and hi bounds.
11811cat >conftest.$ac_ext <<_ACEOF
11812/* confdefs.h. */
11813_ACEOF
11814cat confdefs.h >>conftest.$ac_ext
11815cat >>conftest.$ac_ext <<_ACEOF
11816/* end confdefs.h. */
11817$ac_includes_default
11818int
11819main ()
11820{
11821static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
11822test_array [0] = 0
11823
11824 ;
11825 return 0;
11826}
11827_ACEOF
11828rm -f conftest.$ac_objext
11829if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11830 (eval $ac_compile) 2>conftest.er1
11831 ac_status=$?
11832 grep -v '^ *+' conftest.er1 >conftest.err
11833 rm -f conftest.er1
11834 cat conftest.err >&5
11835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11836 (exit $ac_status); } &&
11837 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11839 (eval $ac_try) 2>&5
11840 ac_status=$?
11841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11842 (exit $ac_status); }; } &&
11843 { ac_try='test -s conftest.$ac_objext'
11844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11845 (eval $ac_try) 2>&5
11846 ac_status=$?
11847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11848 (exit $ac_status); }; }; then
11849 ac_lo=0 ac_mid=0
11850 while :; do
11851 cat >conftest.$ac_ext <<_ACEOF
11852/* confdefs.h. */
11853_ACEOF
11854cat confdefs.h >>conftest.$ac_ext
11855cat >>conftest.$ac_ext <<_ACEOF
11856/* end confdefs.h. */
11857$ac_includes_default
11858int
11859main ()
11860{
11861static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11862test_array [0] = 0
11863
11864 ;
11865 return 0;
11866}
11867_ACEOF
11868rm -f conftest.$ac_objext
11869if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11870 (eval $ac_compile) 2>conftest.er1
11871 ac_status=$?
11872 grep -v '^ *+' conftest.er1 >conftest.err
11873 rm -f conftest.er1
11874 cat conftest.err >&5
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); } &&
11877 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11879 (eval $ac_try) 2>&5
11880 ac_status=$?
11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 (exit $ac_status); }; } &&
11883 { ac_try='test -s conftest.$ac_objext'
11884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11885 (eval $ac_try) 2>&5
11886 ac_status=$?
11887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11888 (exit $ac_status); }; }; then
11889 ac_hi=$ac_mid; break
11890else
11891 echo "$as_me: failed program was:" >&5
11892sed 's/^/| /' conftest.$ac_ext >&5
11893
11894ac_lo=`expr $ac_mid + 1`
11895 if test $ac_lo -le $ac_mid; then
11896 ac_lo= ac_hi=
11897 break
11898 fi
11899 ac_mid=`expr 2 '*' $ac_mid + 1`
11900fi
11901rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11902 done
11903else
11904 echo "$as_me: failed program was:" >&5
11905sed 's/^/| /' conftest.$ac_ext >&5
11906
11907cat >conftest.$ac_ext <<_ACEOF
11908/* confdefs.h. */
11909_ACEOF
11910cat confdefs.h >>conftest.$ac_ext
11911cat >>conftest.$ac_ext <<_ACEOF
11912/* end confdefs.h. */
11913$ac_includes_default
11914int
11915main ()
11916{
11917static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
11918test_array [0] = 0
11919
11920 ;
11921 return 0;
11922}
11923_ACEOF
11924rm -f conftest.$ac_objext
11925if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11926 (eval $ac_compile) 2>conftest.er1
11927 ac_status=$?
11928 grep -v '^ *+' conftest.er1 >conftest.err
11929 rm -f conftest.er1
11930 cat conftest.err >&5
11931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11932 (exit $ac_status); } &&
11933 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11935 (eval $ac_try) 2>&5
11936 ac_status=$?
11937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11938 (exit $ac_status); }; } &&
11939 { ac_try='test -s conftest.$ac_objext'
11940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11941 (eval $ac_try) 2>&5
11942 ac_status=$?
11943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11944 (exit $ac_status); }; }; then
11945 ac_hi=-1 ac_mid=-1
11946 while :; do
11947 cat >conftest.$ac_ext <<_ACEOF
11948/* confdefs.h. */
11949_ACEOF
11950cat confdefs.h >>conftest.$ac_ext
11951cat >>conftest.$ac_ext <<_ACEOF
11952/* end confdefs.h. */
11953$ac_includes_default
11954int
11955main ()
11956{
11957static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
11958test_array [0] = 0
11959
11960 ;
11961 return 0;
11962}
11963_ACEOF
11964rm -f conftest.$ac_objext
11965if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11966 (eval $ac_compile) 2>conftest.er1
11967 ac_status=$?
11968 grep -v '^ *+' conftest.er1 >conftest.err
11969 rm -f conftest.er1
11970 cat conftest.err >&5
11971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11972 (exit $ac_status); } &&
11973 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11975 (eval $ac_try) 2>&5
11976 ac_status=$?
11977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11978 (exit $ac_status); }; } &&
11979 { ac_try='test -s conftest.$ac_objext'
11980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11981 (eval $ac_try) 2>&5
11982 ac_status=$?
11983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11984 (exit $ac_status); }; }; then
11985 ac_lo=$ac_mid; break
11986else
11987 echo "$as_me: failed program was:" >&5
11988sed 's/^/| /' conftest.$ac_ext >&5
11989
11990ac_hi=`expr '(' $ac_mid ')' - 1`
11991 if test $ac_mid -le $ac_hi; then
11992 ac_lo= ac_hi=
11993 break
11994 fi
11995 ac_mid=`expr 2 '*' $ac_mid`
11996fi
11997rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11998 done
11999else
12000 echo "$as_me: failed program was:" >&5
12001sed 's/^/| /' conftest.$ac_ext >&5
12002
12003ac_lo= ac_hi=
12004fi
12005rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12006fi
12007rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12008# Binary search between lo and hi bounds.
12009while test "x$ac_lo" != "x$ac_hi"; do
12010 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12011 cat >conftest.$ac_ext <<_ACEOF
12012/* confdefs.h. */
12013_ACEOF
12014cat confdefs.h >>conftest.$ac_ext
12015cat >>conftest.$ac_ext <<_ACEOF
12016/* end confdefs.h. */
12017$ac_includes_default
12018int
12019main ()
12020{
12021static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
12022test_array [0] = 0
12023
12024 ;
12025 return 0;
12026}
12027_ACEOF
12028rm -f conftest.$ac_objext
12029if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12030 (eval $ac_compile) 2>conftest.er1
12031 ac_status=$?
12032 grep -v '^ *+' conftest.er1 >conftest.err
12033 rm -f conftest.er1
12034 cat conftest.err >&5
12035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12036 (exit $ac_status); } &&
12037 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12039 (eval $ac_try) 2>&5
12040 ac_status=$?
12041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12042 (exit $ac_status); }; } &&
12043 { ac_try='test -s conftest.$ac_objext'
12044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12045 (eval $ac_try) 2>&5
12046 ac_status=$?
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; }; then
12049 ac_hi=$ac_mid
12050else
12051 echo "$as_me: failed program was:" >&5
12052sed 's/^/| /' conftest.$ac_ext >&5
12053
12054ac_lo=`expr '(' $ac_mid ')' + 1`
12055fi
12056rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7458done 12057done
7459 12058case $ac_lo in
7460fi 12059?*) ac_cv_sizeof_char=$ac_lo;;
7461 12060'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
7462echo "$ac_t""$ac_cv_c_inline" 1>&6 12061See \`config.log' for more details." >&5
7463case "$ac_cv_c_inline" in 12062echo "$as_me: error: cannot compute sizeof (char), 77
7464 inline | yes) ;; 12063See \`config.log' for more details." >&2;}
7465 no) cat >> confdefs.h <<\EOF 12064 { (exit 1); exit 1; }; } ;;
7466#define inline
7467EOF
7468 ;;
7469 *) cat >> confdefs.h <<EOF
7470#define inline $ac_cv_c_inline
7471EOF
7472 ;;
7473esac 12065esac
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 12066else
12067 if test "$cross_compiling" = yes; then
12068 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12069echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12070 { (exit 1); exit 1; }; }
12071else
7482 cat > conftest.$ac_ext <<EOF 12072 cat >conftest.$ac_ext <<_ACEOF
7483#line 7484 "configure" 12073/* confdefs.h. */
7484#include "confdefs.h" 12074_ACEOF
12075cat confdefs.h >>conftest.$ac_ext
12076cat >>conftest.$ac_ext <<_ACEOF
12077/* end confdefs.h. */
12078$ac_includes_default
12079long longval () { return (long) (sizeof (char)); }
12080unsigned long ulongval () { return (long) (sizeof (char)); }
12081#include <stdio.h>
7485#include <stdlib.h> 12082#include <stdlib.h>
7486#include <stdarg.h> 12083int
7487#include <string.h> 12084main ()
7488#include <float.h> 12085{
7489EOF 12086
7490ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 12087 FILE *f = fopen ("conftest.val", "w");
7491{ (eval echo configure:7492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 12088 if (! f)
7492ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 12089 exit (1);
7493if test -z "$ac_err"; then 12090 if (((long) (sizeof (char))) < 0)
7494 rm -rf conftest* 12091 {
7495 ac_cv_header_stdc=yes 12092 long i = longval ();
12093 if (i != ((long) (sizeof (char))))
12094 exit (1);
12095 fprintf (f, "%ld\n", i);
12096 }
7496else 12097 else
7497 echo "$ac_err" >&5 12098 {
12099 unsigned long i = ulongval ();
12100 if (i != ((long) (sizeof (char))))
12101 exit (1);
12102 fprintf (f, "%lu\n", i);
12103 }
12104 exit (ferror (f) || fclose (f) != 0);
12105
12106 ;
12107 return 0;
12108}
12109_ACEOF
12110rm -f conftest$ac_exeext
12111if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12112 (eval $ac_link) 2>&5
12113 ac_status=$?
12114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12115 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12117 (eval $ac_try) 2>&5
12118 ac_status=$?
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); }; }; then
12121 ac_cv_sizeof_char=`cat conftest.val`
12122else
12123 echo "$as_me: program exited with status $ac_status" >&5
7498 echo "configure: failed program was:" >&5 12124echo "$as_me: failed program was:" >&5
7499 cat conftest.$ac_ext >&5 12125sed 's/^/| /' conftest.$ac_ext >&5
7500 rm -rf conftest* 12126
7501 ac_cv_header_stdc=no 12127( exit $ac_status )
12128{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
12129See \`config.log' for more details." >&5
12130echo "$as_me: error: cannot compute sizeof (char), 77
12131See \`config.log' for more details." >&2;}
12132 { (exit 1); exit 1; }; }
7502fi 12133fi
12134rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12135fi
12136fi
7503rm -f conftest* 12137rm -f conftest.val
12138else
12139 ac_cv_sizeof_char=0
12140fi
12141fi
12142echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
12143echo "${ECHO_T}$ac_cv_sizeof_char" >&6
12144cat >>confdefs.h <<_ACEOF
12145#define SIZEOF_CHAR $ac_cv_sizeof_char
12146_ACEOF
7504 12147
12148
12149echo "$as_me:$LINENO: checking for short" >&5
12150echo $ECHO_N "checking for short... $ECHO_C" >&6
12151if test "${ac_cv_type_short+set}" = set; then
12152 echo $ECHO_N "(cached) $ECHO_C" >&6
12153else
12154 cat >conftest.$ac_ext <<_ACEOF
12155/* confdefs.h. */
12156_ACEOF
12157cat confdefs.h >>conftest.$ac_ext
12158cat >>conftest.$ac_ext <<_ACEOF
12159/* end confdefs.h. */
12160$ac_includes_default
12161int
12162main ()
12163{
12164if ((short *) 0)
12165 return 0;
12166if (sizeof (short))
12167 return 0;
12168 ;
12169 return 0;
12170}
12171_ACEOF
12172rm -f conftest.$ac_objext
12173if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12174 (eval $ac_compile) 2>conftest.er1
12175 ac_status=$?
12176 grep -v '^ *+' conftest.er1 >conftest.err
12177 rm -f conftest.er1
12178 cat conftest.err >&5
12179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12180 (exit $ac_status); } &&
12181 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12183 (eval $ac_try) 2>&5
12184 ac_status=$?
12185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12186 (exit $ac_status); }; } &&
12187 { ac_try='test -s conftest.$ac_objext'
12188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12189 (eval $ac_try) 2>&5
12190 ac_status=$?
12191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12192 (exit $ac_status); }; }; then
12193 ac_cv_type_short=yes
12194else
12195 echo "$as_me: failed program was:" >&5
12196sed 's/^/| /' conftest.$ac_ext >&5
12197
12198ac_cv_type_short=no
12199fi
12200rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12201fi
12202echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
12203echo "${ECHO_T}$ac_cv_type_short" >&6
12204
12205echo "$as_me:$LINENO: checking size of short" >&5
12206echo $ECHO_N "checking size of short... $ECHO_C" >&6
12207if test "${ac_cv_sizeof_short+set}" = set; then
12208 echo $ECHO_N "(cached) $ECHO_C" >&6
12209else
7505if test $ac_cv_header_stdc = yes; then 12210 if test "$ac_cv_type_short" = yes; then
7506 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 12211 # The cast to unsigned long works around a bug in the HP C Compiler
12212 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12213 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12214 # This bug is HP SR number 8606223364.
12215 if test "$cross_compiling" = yes; then
12216 # Depending upon the size, compute the lo and hi bounds.
7507cat > conftest.$ac_ext <<EOF 12217cat >conftest.$ac_ext <<_ACEOF
7508#line 7509 "configure" 12218/* confdefs.h. */
7509#include "confdefs.h" 12219_ACEOF
7510#include <string.h> 12220cat confdefs.h >>conftest.$ac_ext
7511EOF 12221cat >>conftest.$ac_ext <<_ACEOF
7512if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12222/* end confdefs.h. */
7513 egrep "memchr" >/dev/null 2>&1; then 12223$ac_includes_default
7514 : 12224int
7515else 12225main ()
12226{
12227static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
12228test_array [0] = 0
12229
12230 ;
12231 return 0;
12232}
12233_ACEOF
12234rm -f conftest.$ac_objext
12235if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12236 (eval $ac_compile) 2>conftest.er1
12237 ac_status=$?
12238 grep -v '^ *+' conftest.er1 >conftest.err
7516 rm -rf conftest* 12239 rm -f conftest.er1
7517 ac_cv_header_stdc=no 12240 cat conftest.err >&5
7518fi 12241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12242 (exit $ac_status); } &&
12243 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12245 (eval $ac_try) 2>&5
12246 ac_status=$?
12247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12248 (exit $ac_status); }; } &&
12249 { ac_try='test -s conftest.$ac_objext'
12250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12251 (eval $ac_try) 2>&5
12252 ac_status=$?
12253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12254 (exit $ac_status); }; }; then
12255 ac_lo=0 ac_mid=0
12256 while :; do
12257 cat >conftest.$ac_ext <<_ACEOF
12258/* confdefs.h. */
12259_ACEOF
12260cat confdefs.h >>conftest.$ac_ext
12261cat >>conftest.$ac_ext <<_ACEOF
12262/* end confdefs.h. */
12263$ac_includes_default
12264int
12265main ()
12266{
12267static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12268test_array [0] = 0
12269
12270 ;
12271 return 0;
12272}
12273_ACEOF
12274rm -f conftest.$ac_objext
12275if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12276 (eval $ac_compile) 2>conftest.er1
12277 ac_status=$?
12278 grep -v '^ *+' conftest.er1 >conftest.err
7519rm -f conftest* 12279 rm -f conftest.er1
12280 cat conftest.err >&5
12281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12282 (exit $ac_status); } &&
12283 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12285 (eval $ac_try) 2>&5
12286 ac_status=$?
12287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12288 (exit $ac_status); }; } &&
12289 { ac_try='test -s conftest.$ac_objext'
12290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12291 (eval $ac_try) 2>&5
12292 ac_status=$?
12293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12294 (exit $ac_status); }; }; then
12295 ac_hi=$ac_mid; break
12296else
12297 echo "$as_me: failed program was:" >&5
12298sed 's/^/| /' conftest.$ac_ext >&5
7520 12299
12300ac_lo=`expr $ac_mid + 1`
12301 if test $ac_lo -le $ac_mid; then
12302 ac_lo= ac_hi=
12303 break
12304 fi
12305 ac_mid=`expr 2 '*' $ac_mid + 1`
7521fi 12306fi
12307rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12308 done
12309else
12310 echo "$as_me: failed program was:" >&5
12311sed 's/^/| /' conftest.$ac_ext >&5
7522 12312
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 12313cat >conftest.$ac_ext <<_ACEOF
7526#line 7527 "configure" 12314/* confdefs.h. */
7527#include "confdefs.h" 12315_ACEOF
12316cat confdefs.h >>conftest.$ac_ext
12317cat >>conftest.$ac_ext <<_ACEOF
12318/* end confdefs.h. */
12319$ac_includes_default
12320int
12321main ()
12322{
12323static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
12324test_array [0] = 0
12325
12326 ;
12327 return 0;
12328}
12329_ACEOF
12330rm -f conftest.$ac_objext
12331if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12332 (eval $ac_compile) 2>conftest.er1
12333 ac_status=$?
12334 grep -v '^ *+' conftest.er1 >conftest.err
12335 rm -f conftest.er1
12336 cat conftest.err >&5
12337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12338 (exit $ac_status); } &&
12339 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12341 (eval $ac_try) 2>&5
12342 ac_status=$?
12343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12344 (exit $ac_status); }; } &&
12345 { ac_try='test -s conftest.$ac_objext'
12346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12347 (eval $ac_try) 2>&5
12348 ac_status=$?
12349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350 (exit $ac_status); }; }; then
12351 ac_hi=-1 ac_mid=-1
12352 while :; do
12353 cat >conftest.$ac_ext <<_ACEOF
12354/* confdefs.h. */
12355_ACEOF
12356cat confdefs.h >>conftest.$ac_ext
12357cat >>conftest.$ac_ext <<_ACEOF
12358/* end confdefs.h. */
12359$ac_includes_default
12360int
12361main ()
12362{
12363static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
12364test_array [0] = 0
12365
12366 ;
12367 return 0;
12368}
12369_ACEOF
12370rm -f conftest.$ac_objext
12371if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12372 (eval $ac_compile) 2>conftest.er1
12373 ac_status=$?
12374 grep -v '^ *+' conftest.er1 >conftest.err
12375 rm -f conftest.er1
12376 cat conftest.err >&5
12377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12378 (exit $ac_status); } &&
12379 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12381 (eval $ac_try) 2>&5
12382 ac_status=$?
12383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12384 (exit $ac_status); }; } &&
12385 { ac_try='test -s conftest.$ac_objext'
12386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12387 (eval $ac_try) 2>&5
12388 ac_status=$?
12389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12390 (exit $ac_status); }; }; then
12391 ac_lo=$ac_mid; break
12392else
12393 echo "$as_me: failed program was:" >&5
12394sed 's/^/| /' conftest.$ac_ext >&5
12395
12396ac_hi=`expr '(' $ac_mid ')' - 1`
12397 if test $ac_mid -le $ac_hi; then
12398 ac_lo= ac_hi=
12399 break
12400 fi
12401 ac_mid=`expr 2 '*' $ac_mid`
12402fi
12403rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12404 done
12405else
12406 echo "$as_me: failed program was:" >&5
12407sed 's/^/| /' conftest.$ac_ext >&5
12408
12409ac_lo= ac_hi=
12410fi
12411rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12412fi
12413rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12414# Binary search between lo and hi bounds.
12415while test "x$ac_lo" != "x$ac_hi"; do
12416 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12417 cat >conftest.$ac_ext <<_ACEOF
12418/* confdefs.h. */
12419_ACEOF
12420cat confdefs.h >>conftest.$ac_ext
12421cat >>conftest.$ac_ext <<_ACEOF
12422/* end confdefs.h. */
12423$ac_includes_default
12424int
12425main ()
12426{
12427static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12428test_array [0] = 0
12429
12430 ;
12431 return 0;
12432}
12433_ACEOF
12434rm -f conftest.$ac_objext
12435if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12436 (eval $ac_compile) 2>conftest.er1
12437 ac_status=$?
12438 grep -v '^ *+' conftest.er1 >conftest.err
12439 rm -f conftest.er1
12440 cat conftest.err >&5
12441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12442 (exit $ac_status); } &&
12443 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12445 (eval $ac_try) 2>&5
12446 ac_status=$?
12447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448 (exit $ac_status); }; } &&
12449 { ac_try='test -s conftest.$ac_objext'
12450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12451 (eval $ac_try) 2>&5
12452 ac_status=$?
12453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12454 (exit $ac_status); }; }; then
12455 ac_hi=$ac_mid
12456else
12457 echo "$as_me: failed program was:" >&5
12458sed 's/^/| /' conftest.$ac_ext >&5
12459
12460ac_lo=`expr '(' $ac_mid ')' + 1`
12461fi
12462rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12463done
12464case $ac_lo in
12465?*) ac_cv_sizeof_short=$ac_lo;;
12466'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12467See \`config.log' for more details." >&5
12468echo "$as_me: error: cannot compute sizeof (short), 77
12469See \`config.log' for more details." >&2;}
12470 { (exit 1); exit 1; }; } ;;
12471esac
12472else
12473 if test "$cross_compiling" = yes; then
12474 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12475echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12476 { (exit 1); exit 1; }; }
12477else
12478 cat >conftest.$ac_ext <<_ACEOF
12479/* confdefs.h. */
12480_ACEOF
12481cat confdefs.h >>conftest.$ac_ext
12482cat >>conftest.$ac_ext <<_ACEOF
12483/* end confdefs.h. */
12484$ac_includes_default
12485long longval () { return (long) (sizeof (short)); }
12486unsigned long ulongval () { return (long) (sizeof (short)); }
12487#include <stdio.h>
7528#include <stdlib.h> 12488#include <stdlib.h>
7529EOF 12489int
7530if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12490main ()
7531 egrep "free" >/dev/null 2>&1; then 12491{
7532 : 12492
12493 FILE *f = fopen ("conftest.val", "w");
12494 if (! f)
12495 exit (1);
12496 if (((long) (sizeof (short))) < 0)
12497 {
12498 long i = longval ();
12499 if (i != ((long) (sizeof (short))))
12500 exit (1);
12501 fprintf (f, "%ld\n", i);
12502 }
7533else 12503 else
7534 rm -rf conftest* 12504 {
7535 ac_cv_header_stdc=no 12505 unsigned long i = ulongval ();
12506 if (i != ((long) (sizeof (short))))
12507 exit (1);
12508 fprintf (f, "%lu\n", i);
12509 }
12510 exit (ferror (f) || fclose (f) != 0);
12511
12512 ;
12513 return 0;
12514}
12515_ACEOF
12516rm -f conftest$ac_exeext
12517if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12518 (eval $ac_link) 2>&5
12519 ac_status=$?
12520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12521 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12523 (eval $ac_try) 2>&5
12524 ac_status=$?
12525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12526 (exit $ac_status); }; }; then
12527 ac_cv_sizeof_short=`cat conftest.val`
12528else
12529 echo "$as_me: program exited with status $ac_status" >&5
12530echo "$as_me: failed program was:" >&5
12531sed 's/^/| /' conftest.$ac_ext >&5
12532
12533( exit $ac_status )
12534{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12535See \`config.log' for more details." >&5
12536echo "$as_me: error: cannot compute sizeof (short), 77
12537See \`config.log' for more details." >&2;}
12538 { (exit 1); exit 1; }; }
7536fi 12539fi
12540rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12541fi
12542fi
7537rm -f conftest* 12543rm -f conftest.val
7538 12544else
12545 ac_cv_sizeof_short=0
7539fi 12546fi
12547fi
12548echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
12549echo "${ECHO_T}$ac_cv_sizeof_short" >&6
12550cat >>confdefs.h <<_ACEOF
12551#define SIZEOF_SHORT $ac_cv_sizeof_short
12552_ACEOF
7540 12553
12554
12555echo "$as_me:$LINENO: checking for int" >&5
12556echo $ECHO_N "checking for int... $ECHO_C" >&6
12557if test "${ac_cv_type_int+set}" = set; then
12558 echo $ECHO_N "(cached) $ECHO_C" >&6
12559else
12560 cat >conftest.$ac_ext <<_ACEOF
12561/* confdefs.h. */
12562_ACEOF
12563cat confdefs.h >>conftest.$ac_ext
12564cat >>conftest.$ac_ext <<_ACEOF
12565/* end confdefs.h. */
12566$ac_includes_default
12567int
12568main ()
12569{
12570if ((int *) 0)
12571 return 0;
12572if (sizeof (int))
12573 return 0;
12574 ;
12575 return 0;
12576}
12577_ACEOF
12578rm -f conftest.$ac_objext
12579if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12580 (eval $ac_compile) 2>conftest.er1
12581 ac_status=$?
12582 grep -v '^ *+' conftest.er1 >conftest.err
12583 rm -f conftest.er1
12584 cat conftest.err >&5
12585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12586 (exit $ac_status); } &&
12587 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12589 (eval $ac_try) 2>&5
12590 ac_status=$?
12591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12592 (exit $ac_status); }; } &&
12593 { ac_try='test -s conftest.$ac_objext'
12594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12595 (eval $ac_try) 2>&5
12596 ac_status=$?
12597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12598 (exit $ac_status); }; }; then
12599 ac_cv_type_int=yes
12600else
12601 echo "$as_me: failed program was:" >&5
12602sed 's/^/| /' conftest.$ac_ext >&5
12603
12604ac_cv_type_int=no
12605fi
12606rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12607fi
12608echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
12609echo "${ECHO_T}$ac_cv_type_int" >&6
12610
12611echo "$as_me:$LINENO: checking size of int" >&5
12612echo $ECHO_N "checking size of int... $ECHO_C" >&6
12613if test "${ac_cv_sizeof_int+set}" = set; then
12614 echo $ECHO_N "(cached) $ECHO_C" >&6
12615else
7541if test $ac_cv_header_stdc = yes; then 12616 if test "$ac_cv_type_int" = yes; then
7542 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 12617 # The cast to unsigned long works around a bug in the HP C Compiler
12618 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12619 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12620 # This bug is HP SR number 8606223364.
7543if test "$cross_compiling" = yes; then 12621 if test "$cross_compiling" = yes; then
7544 : 12622 # Depending upon the size, compute the lo and hi bounds.
12623cat >conftest.$ac_ext <<_ACEOF
12624/* confdefs.h. */
12625_ACEOF
12626cat confdefs.h >>conftest.$ac_ext
12627cat >>conftest.$ac_ext <<_ACEOF
12628/* end confdefs.h. */
12629$ac_includes_default
12630int
12631main ()
12632{
12633static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
12634test_array [0] = 0
12635
12636 ;
12637 return 0;
12638}
12639_ACEOF
12640rm -f conftest.$ac_objext
12641if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12642 (eval $ac_compile) 2>conftest.er1
12643 ac_status=$?
12644 grep -v '^ *+' conftest.er1 >conftest.err
12645 rm -f conftest.er1
12646 cat conftest.err >&5
12647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12648 (exit $ac_status); } &&
12649 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12651 (eval $ac_try) 2>&5
12652 ac_status=$?
12653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12654 (exit $ac_status); }; } &&
12655 { ac_try='test -s conftest.$ac_objext'
12656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12657 (eval $ac_try) 2>&5
12658 ac_status=$?
12659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12660 (exit $ac_status); }; }; then
12661 ac_lo=0 ac_mid=0
12662 while :; do
12663 cat >conftest.$ac_ext <<_ACEOF
12664/* confdefs.h. */
12665_ACEOF
12666cat confdefs.h >>conftest.$ac_ext
12667cat >>conftest.$ac_ext <<_ACEOF
12668/* end confdefs.h. */
12669$ac_includes_default
12670int
12671main ()
12672{
12673static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12674test_array [0] = 0
12675
12676 ;
12677 return 0;
12678}
12679_ACEOF
12680rm -f conftest.$ac_objext
12681if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12682 (eval $ac_compile) 2>conftest.er1
12683 ac_status=$?
12684 grep -v '^ *+' conftest.er1 >conftest.err
12685 rm -f conftest.er1
12686 cat conftest.err >&5
12687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12688 (exit $ac_status); } &&
12689 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12691 (eval $ac_try) 2>&5
12692 ac_status=$?
12693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12694 (exit $ac_status); }; } &&
12695 { ac_try='test -s conftest.$ac_objext'
12696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12697 (eval $ac_try) 2>&5
12698 ac_status=$?
12699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12700 (exit $ac_status); }; }; then
12701 ac_hi=$ac_mid; break
7545else 12702else
12703 echo "$as_me: failed program was:" >&5
12704sed 's/^/| /' conftest.$ac_ext >&5
12705
12706ac_lo=`expr $ac_mid + 1`
12707 if test $ac_lo -le $ac_mid; then
12708 ac_lo= ac_hi=
12709 break
12710 fi
12711 ac_mid=`expr 2 '*' $ac_mid + 1`
12712fi
12713rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12714 done
12715else
12716 echo "$as_me: failed program was:" >&5
12717sed 's/^/| /' conftest.$ac_ext >&5
12718
12719cat >conftest.$ac_ext <<_ACEOF
12720/* confdefs.h. */
12721_ACEOF
12722cat confdefs.h >>conftest.$ac_ext
12723cat >>conftest.$ac_ext <<_ACEOF
12724/* end confdefs.h. */
12725$ac_includes_default
12726int
12727main ()
12728{
12729static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
12730test_array [0] = 0
12731
12732 ;
12733 return 0;
12734}
12735_ACEOF
12736rm -f conftest.$ac_objext
12737if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12738 (eval $ac_compile) 2>conftest.er1
12739 ac_status=$?
12740 grep -v '^ *+' conftest.er1 >conftest.err
12741 rm -f conftest.er1
12742 cat conftest.err >&5
12743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12744 (exit $ac_status); } &&
12745 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12747 (eval $ac_try) 2>&5
12748 ac_status=$?
12749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12750 (exit $ac_status); }; } &&
12751 { ac_try='test -s conftest.$ac_objext'
12752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12753 (eval $ac_try) 2>&5
12754 ac_status=$?
12755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12756 (exit $ac_status); }; }; then
12757 ac_hi=-1 ac_mid=-1
12758 while :; do
12759 cat >conftest.$ac_ext <<_ACEOF
12760/* confdefs.h. */
12761_ACEOF
12762cat confdefs.h >>conftest.$ac_ext
12763cat >>conftest.$ac_ext <<_ACEOF
12764/* end confdefs.h. */
12765$ac_includes_default
12766int
12767main ()
12768{
12769static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
12770test_array [0] = 0
12771
12772 ;
12773 return 0;
12774}
12775_ACEOF
12776rm -f conftest.$ac_objext
12777if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12778 (eval $ac_compile) 2>conftest.er1
12779 ac_status=$?
12780 grep -v '^ *+' conftest.er1 >conftest.err
12781 rm -f conftest.er1
12782 cat conftest.err >&5
12783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12784 (exit $ac_status); } &&
12785 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12787 (eval $ac_try) 2>&5
12788 ac_status=$?
12789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790 (exit $ac_status); }; } &&
12791 { ac_try='test -s conftest.$ac_objext'
12792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12793 (eval $ac_try) 2>&5
12794 ac_status=$?
12795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12796 (exit $ac_status); }; }; then
12797 ac_lo=$ac_mid; break
12798else
12799 echo "$as_me: failed program was:" >&5
12800sed 's/^/| /' conftest.$ac_ext >&5
12801
12802ac_hi=`expr '(' $ac_mid ')' - 1`
12803 if test $ac_mid -le $ac_hi; then
12804 ac_lo= ac_hi=
12805 break
12806 fi
12807 ac_mid=`expr 2 '*' $ac_mid`
12808fi
12809rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12810 done
12811else
12812 echo "$as_me: failed program was:" >&5
12813sed 's/^/| /' conftest.$ac_ext >&5
12814
12815ac_lo= ac_hi=
12816fi
12817rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12818fi
12819rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12820# Binary search between lo and hi bounds.
12821while test "x$ac_lo" != "x$ac_hi"; do
12822 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7546 cat > conftest.$ac_ext <<EOF 12823 cat >conftest.$ac_ext <<_ACEOF
7547#line 7548 "configure" 12824/* confdefs.h. */
7548#include "confdefs.h" 12825_ACEOF
7549#include <ctype.h> 12826cat confdefs.h >>conftest.$ac_ext
7550#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12827cat >>conftest.$ac_ext <<_ACEOF
7551#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12828/* end confdefs.h. */
7552#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12829$ac_includes_default
7553int main () { int i; for (i = 0; i < 256; i++) 12830int
7554if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12831main ()
7555exit (0); } 12832{
12833static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12834test_array [0] = 0
7556 12835
7557EOF 12836 ;
7558if { (eval echo configure:7559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12837 return 0;
7559then 12838}
7560 : 12839_ACEOF
12840rm -f conftest.$ac_objext
12841if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12842 (eval $ac_compile) 2>conftest.er1
12843 ac_status=$?
12844 grep -v '^ *+' conftest.er1 >conftest.err
12845 rm -f conftest.er1
12846 cat conftest.err >&5
12847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12848 (exit $ac_status); } &&
12849 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12851 (eval $ac_try) 2>&5
12852 ac_status=$?
12853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12854 (exit $ac_status); }; } &&
12855 { ac_try='test -s conftest.$ac_objext'
12856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12857 (eval $ac_try) 2>&5
12858 ac_status=$?
12859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12860 (exit $ac_status); }; }; then
12861 ac_hi=$ac_mid
7561else 12862else
7562 echo "configure: failed program was:" >&5 12863 echo "$as_me: failed program was:" >&5
7563 cat conftest.$ac_ext >&5 12864sed 's/^/| /' conftest.$ac_ext >&5
7564 rm -fr conftest*
7565 ac_cv_header_stdc=no
7566fi
7567rm -fr conftest*
7568fi
7569 12865
12866ac_lo=`expr '(' $ac_mid ')' + 1`
7570fi 12867fi
7571fi 12868rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7572 12869done
7573echo "$ac_t""$ac_cv_header_stdc" 1>&6 12870case $ac_lo in
7574if test $ac_cv_header_stdc = yes; then 12871?*) ac_cv_sizeof_int=$ac_lo;;
7575 cat >> confdefs.h <<\EOF 12872'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7576#define STDC_HEADERS 1 12873See \`config.log' for more details." >&5
7577EOF 12874echo "$as_me: error: cannot compute sizeof (int), 77
7578 12875See \`config.log' for more details." >&2;}
7579fi 12876 { (exit 1); exit 1; }; } ;;
7580 12877esac
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 12878else
12879 if test "$cross_compiling" = yes; then
12880 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12881echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12882 { (exit 1); exit 1; }; }
12883else
7586 cat > conftest.$ac_ext <<EOF 12884 cat >conftest.$ac_ext <<_ACEOF
7587#line 7588 "configure" 12885/* confdefs.h. */
7588#include "confdefs.h" 12886_ACEOF
12887cat confdefs.h >>conftest.$ac_ext
12888cat >>conftest.$ac_ext <<_ACEOF
12889/* end confdefs.h. */
12890$ac_includes_default
12891long longval () { return (long) (sizeof (int)); }
12892unsigned long ulongval () { return (long) (sizeof (int)); }
7589#include <sys/types.h> 12893#include <stdio.h>
7590#if STDC_HEADERS
7591#include <stdlib.h> 12894#include <stdlib.h>
7592#include <stddef.h> 12895int
7593#endif 12896main ()
7594EOF 12897{
7595if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12898
7596 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 12899 FILE *f = fopen ("conftest.val", "w");
7597 rm -rf conftest* 12900 if (! f)
7598 ac_cv_type_mode_t=yes 12901 exit (1);
12902 if (((long) (sizeof (int))) < 0)
12903 {
12904 long i = longval ();
12905 if (i != ((long) (sizeof (int))))
12906 exit (1);
12907 fprintf (f, "%ld\n", i);
12908 }
7599else 12909 else
7600 rm -rf conftest* 12910 {
7601 ac_cv_type_mode_t=no 12911 unsigned long i = ulongval ();
12912 if (i != ((long) (sizeof (int))))
12913 exit (1);
12914 fprintf (f, "%lu\n", i);
12915 }
12916 exit (ferror (f) || fclose (f) != 0);
12917
12918 ;
12919 return 0;
12920}
12921_ACEOF
12922rm -f conftest$ac_exeext
12923if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12924 (eval $ac_link) 2>&5
12925 ac_status=$?
12926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12927 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12929 (eval $ac_try) 2>&5
12930 ac_status=$?
12931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12932 (exit $ac_status); }; }; then
12933 ac_cv_sizeof_int=`cat conftest.val`
12934else
12935 echo "$as_me: program exited with status $ac_status" >&5
12936echo "$as_me: failed program was:" >&5
12937sed 's/^/| /' conftest.$ac_ext >&5
12938
12939( exit $ac_status )
12940{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
12941See \`config.log' for more details." >&5
12942echo "$as_me: error: cannot compute sizeof (int), 77
12943See \`config.log' for more details." >&2;}
12944 { (exit 1); exit 1; }; }
7602fi 12945fi
12946rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12947fi
12948fi
7603rm -f conftest* 12949rm -f conftest.val
7604 12950else
12951 ac_cv_sizeof_int=0
7605fi 12952fi
7606echo "$ac_t""$ac_cv_type_mode_t" 1>&6 12953fi
7607if test $ac_cv_type_mode_t = no; then 12954echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
12955echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7608 cat >> confdefs.h <<\EOF 12956cat >>confdefs.h <<_ACEOF
7609#define mode_t int 12957#define SIZEOF_INT $ac_cv_sizeof_int
7610EOF 12958_ACEOF
7611 12959
7612fi
7613 12960
7614echo $ac_n "checking for pid_t""... $ac_c" 1>&6 12961echo "$as_me:$LINENO: checking for long" >&5
7615echo "configure:7616: checking for pid_t" >&5 12962echo $ECHO_N "checking for long... $ECHO_C" >&6
7616if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 12963if test "${ac_cv_type_long+set}" = set; then
7617 echo $ac_n "(cached) $ac_c" 1>&6 12964 echo $ECHO_N "(cached) $ECHO_C" >&6
7618else 12965else
7619 cat > conftest.$ac_ext <<EOF 12966 cat >conftest.$ac_ext <<_ACEOF
7620#line 7621 "configure" 12967/* confdefs.h. */
7621#include "confdefs.h" 12968_ACEOF
12969cat confdefs.h >>conftest.$ac_ext
12970cat >>conftest.$ac_ext <<_ACEOF
12971/* end confdefs.h. */
12972$ac_includes_default
12973int
12974main ()
12975{
12976if ((long *) 0)
12977 return 0;
12978if (sizeof (long))
12979 return 0;
12980 ;
12981 return 0;
12982}
12983_ACEOF
12984rm -f conftest.$ac_objext
12985if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12986 (eval $ac_compile) 2>conftest.er1
12987 ac_status=$?
12988 grep -v '^ *+' conftest.er1 >conftest.err
12989 rm -f conftest.er1
12990 cat conftest.err >&5
12991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12992 (exit $ac_status); } &&
12993 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12995 (eval $ac_try) 2>&5
12996 ac_status=$?
12997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12998 (exit $ac_status); }; } &&
12999 { ac_try='test -s conftest.$ac_objext'
13000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13001 (eval $ac_try) 2>&5
13002 ac_status=$?
13003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13004 (exit $ac_status); }; }; then
13005 ac_cv_type_long=yes
13006else
13007 echo "$as_me: failed program was:" >&5
13008sed 's/^/| /' conftest.$ac_ext >&5
13009
13010ac_cv_type_long=no
13011fi
13012rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13013fi
13014echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
13015echo "${ECHO_T}$ac_cv_type_long" >&6
13016
13017echo "$as_me:$LINENO: checking size of long" >&5
13018echo $ECHO_N "checking size of long... $ECHO_C" >&6
13019if test "${ac_cv_sizeof_long+set}" = set; then
13020 echo $ECHO_N "(cached) $ECHO_C" >&6
13021else
13022 if test "$ac_cv_type_long" = yes; then
13023 # The cast to unsigned long works around a bug in the HP C Compiler
13024 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13025 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13026 # This bug is HP SR number 8606223364.
13027 if test "$cross_compiling" = yes; then
13028 # Depending upon the size, compute the lo and hi bounds.
13029cat >conftest.$ac_ext <<_ACEOF
13030/* confdefs.h. */
13031_ACEOF
13032cat confdefs.h >>conftest.$ac_ext
13033cat >>conftest.$ac_ext <<_ACEOF
13034/* end confdefs.h. */
13035$ac_includes_default
13036int
13037main ()
13038{
13039static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
13040test_array [0] = 0
13041
13042 ;
13043 return 0;
13044}
13045_ACEOF
13046rm -f conftest.$ac_objext
13047if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13048 (eval $ac_compile) 2>conftest.er1
13049 ac_status=$?
13050 grep -v '^ *+' conftest.er1 >conftest.err
13051 rm -f conftest.er1
13052 cat conftest.err >&5
13053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13054 (exit $ac_status); } &&
13055 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13057 (eval $ac_try) 2>&5
13058 ac_status=$?
13059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13060 (exit $ac_status); }; } &&
13061 { ac_try='test -s conftest.$ac_objext'
13062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13063 (eval $ac_try) 2>&5
13064 ac_status=$?
13065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13066 (exit $ac_status); }; }; then
13067 ac_lo=0 ac_mid=0
13068 while :; do
13069 cat >conftest.$ac_ext <<_ACEOF
13070/* confdefs.h. */
13071_ACEOF
13072cat confdefs.h >>conftest.$ac_ext
13073cat >>conftest.$ac_ext <<_ACEOF
13074/* end confdefs.h. */
13075$ac_includes_default
13076int
13077main ()
13078{
13079static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13080test_array [0] = 0
13081
13082 ;
13083 return 0;
13084}
13085_ACEOF
13086rm -f conftest.$ac_objext
13087if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13088 (eval $ac_compile) 2>conftest.er1
13089 ac_status=$?
13090 grep -v '^ *+' conftest.er1 >conftest.err
13091 rm -f conftest.er1
13092 cat conftest.err >&5
13093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13094 (exit $ac_status); } &&
13095 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13097 (eval $ac_try) 2>&5
13098 ac_status=$?
13099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13100 (exit $ac_status); }; } &&
13101 { ac_try='test -s conftest.$ac_objext'
13102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13103 (eval $ac_try) 2>&5
13104 ac_status=$?
13105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13106 (exit $ac_status); }; }; then
13107 ac_hi=$ac_mid; break
13108else
13109 echo "$as_me: failed program was:" >&5
13110sed 's/^/| /' conftest.$ac_ext >&5
13111
13112ac_lo=`expr $ac_mid + 1`
13113 if test $ac_lo -le $ac_mid; then
13114 ac_lo= ac_hi=
13115 break
13116 fi
13117 ac_mid=`expr 2 '*' $ac_mid + 1`
13118fi
13119rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13120 done
13121else
13122 echo "$as_me: failed program was:" >&5
13123sed 's/^/| /' conftest.$ac_ext >&5
13124
13125cat >conftest.$ac_ext <<_ACEOF
13126/* confdefs.h. */
13127_ACEOF
13128cat confdefs.h >>conftest.$ac_ext
13129cat >>conftest.$ac_ext <<_ACEOF
13130/* end confdefs.h. */
13131$ac_includes_default
13132int
13133main ()
13134{
13135static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
13136test_array [0] = 0
13137
13138 ;
13139 return 0;
13140}
13141_ACEOF
13142rm -f conftest.$ac_objext
13143if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13144 (eval $ac_compile) 2>conftest.er1
13145 ac_status=$?
13146 grep -v '^ *+' conftest.er1 >conftest.err
13147 rm -f conftest.er1
13148 cat conftest.err >&5
13149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13150 (exit $ac_status); } &&
13151 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13153 (eval $ac_try) 2>&5
13154 ac_status=$?
13155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13156 (exit $ac_status); }; } &&
13157 { ac_try='test -s conftest.$ac_objext'
13158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13159 (eval $ac_try) 2>&5
13160 ac_status=$?
13161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13162 (exit $ac_status); }; }; then
13163 ac_hi=-1 ac_mid=-1
13164 while :; do
13165 cat >conftest.$ac_ext <<_ACEOF
13166/* confdefs.h. */
13167_ACEOF
13168cat confdefs.h >>conftest.$ac_ext
13169cat >>conftest.$ac_ext <<_ACEOF
13170/* end confdefs.h. */
13171$ac_includes_default
13172int
13173main ()
13174{
13175static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
13176test_array [0] = 0
13177
13178 ;
13179 return 0;
13180}
13181_ACEOF
13182rm -f conftest.$ac_objext
13183if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13184 (eval $ac_compile) 2>conftest.er1
13185 ac_status=$?
13186 grep -v '^ *+' conftest.er1 >conftest.err
13187 rm -f conftest.er1
13188 cat conftest.err >&5
13189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13190 (exit $ac_status); } &&
13191 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13193 (eval $ac_try) 2>&5
13194 ac_status=$?
13195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13196 (exit $ac_status); }; } &&
13197 { ac_try='test -s conftest.$ac_objext'
13198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13199 (eval $ac_try) 2>&5
13200 ac_status=$?
13201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13202 (exit $ac_status); }; }; then
13203 ac_lo=$ac_mid; break
13204else
13205 echo "$as_me: failed program was:" >&5
13206sed 's/^/| /' conftest.$ac_ext >&5
13207
13208ac_hi=`expr '(' $ac_mid ')' - 1`
13209 if test $ac_mid -le $ac_hi; then
13210 ac_lo= ac_hi=
13211 break
13212 fi
13213 ac_mid=`expr 2 '*' $ac_mid`
13214fi
13215rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13216 done
13217else
13218 echo "$as_me: failed program was:" >&5
13219sed 's/^/| /' conftest.$ac_ext >&5
13220
13221ac_lo= ac_hi=
13222fi
13223rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13224fi
13225rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13226# Binary search between lo and hi bounds.
13227while test "x$ac_lo" != "x$ac_hi"; do
13228 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13229 cat >conftest.$ac_ext <<_ACEOF
13230/* confdefs.h. */
13231_ACEOF
13232cat confdefs.h >>conftest.$ac_ext
13233cat >>conftest.$ac_ext <<_ACEOF
13234/* end confdefs.h. */
13235$ac_includes_default
13236int
13237main ()
13238{
13239static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13240test_array [0] = 0
13241
13242 ;
13243 return 0;
13244}
13245_ACEOF
13246rm -f conftest.$ac_objext
13247if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13248 (eval $ac_compile) 2>conftest.er1
13249 ac_status=$?
13250 grep -v '^ *+' conftest.er1 >conftest.err
13251 rm -f conftest.er1
13252 cat conftest.err >&5
13253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13254 (exit $ac_status); } &&
13255 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13257 (eval $ac_try) 2>&5
13258 ac_status=$?
13259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13260 (exit $ac_status); }; } &&
13261 { ac_try='test -s conftest.$ac_objext'
13262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13263 (eval $ac_try) 2>&5
13264 ac_status=$?
13265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13266 (exit $ac_status); }; }; then
13267 ac_hi=$ac_mid
13268else
13269 echo "$as_me: failed program was:" >&5
13270sed 's/^/| /' conftest.$ac_ext >&5
13271
13272ac_lo=`expr '(' $ac_mid ')' + 1`
13273fi
13274rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13275done
13276case $ac_lo in
13277?*) ac_cv_sizeof_long=$ac_lo;;
13278'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13279See \`config.log' for more details." >&5
13280echo "$as_me: error: cannot compute sizeof (long), 77
13281See \`config.log' for more details." >&2;}
13282 { (exit 1); exit 1; }; } ;;
13283esac
13284else
13285 if test "$cross_compiling" = yes; then
13286 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13287echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13288 { (exit 1); exit 1; }; }
13289else
13290 cat >conftest.$ac_ext <<_ACEOF
13291/* confdefs.h. */
13292_ACEOF
13293cat confdefs.h >>conftest.$ac_ext
13294cat >>conftest.$ac_ext <<_ACEOF
13295/* end confdefs.h. */
13296$ac_includes_default
13297long longval () { return (long) (sizeof (long)); }
13298unsigned long ulongval () { return (long) (sizeof (long)); }
7622#include <sys/types.h> 13299#include <stdio.h>
7623#if STDC_HEADERS
7624#include <stdlib.h> 13300#include <stdlib.h>
7625#include <stddef.h> 13301int
7626#endif 13302main ()
7627EOF 13303{
7628if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13304
7629 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 13305 FILE *f = fopen ("conftest.val", "w");
7630 rm -rf conftest* 13306 if (! f)
7631 ac_cv_type_pid_t=yes 13307 exit (1);
13308 if (((long) (sizeof (long))) < 0)
13309 {
13310 long i = longval ();
13311 if (i != ((long) (sizeof (long))))
13312 exit (1);
13313 fprintf (f, "%ld\n", i);
13314 }
7632else 13315 else
7633 rm -rf conftest* 13316 {
7634 ac_cv_type_pid_t=no 13317 unsigned long i = ulongval ();
13318 if (i != ((long) (sizeof (long))))
13319 exit (1);
13320 fprintf (f, "%lu\n", i);
13321 }
13322 exit (ferror (f) || fclose (f) != 0);
13323
13324 ;
13325 return 0;
13326}
13327_ACEOF
13328rm -f conftest$ac_exeext
13329if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13330 (eval $ac_link) 2>&5
13331 ac_status=$?
13332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13333 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13335 (eval $ac_try) 2>&5
13336 ac_status=$?
13337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13338 (exit $ac_status); }; }; then
13339 ac_cv_sizeof_long=`cat conftest.val`
13340else
13341 echo "$as_me: program exited with status $ac_status" >&5
13342echo "$as_me: failed program was:" >&5
13343sed 's/^/| /' conftest.$ac_ext >&5
13344
13345( exit $ac_status )
13346{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13347See \`config.log' for more details." >&5
13348echo "$as_me: error: cannot compute sizeof (long), 77
13349See \`config.log' for more details." >&2;}
13350 { (exit 1); exit 1; }; }
7635fi 13351fi
13352rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13353fi
13354fi
7636rm -f conftest* 13355rm -f conftest.val
7637 13356else
13357 ac_cv_sizeof_long=0
7638fi 13358fi
7639echo "$ac_t""$ac_cv_type_pid_t" 1>&6 13359fi
7640if test $ac_cv_type_pid_t = no; then 13360echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13361echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7641 cat >> confdefs.h <<\EOF 13362cat >>confdefs.h <<_ACEOF
7642#define pid_t int 13363#define SIZEOF_LONG $ac_cv_sizeof_long
7643EOF 13364_ACEOF
7644 13365
7645fi
7646 13366
7647echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 13367echo "$as_me:$LINENO: checking for long long" >&5
7648echo "configure:7649: checking for uid_t in sys/types.h" >&5 13368echo $ECHO_N "checking for long long... $ECHO_C" >&6
7649if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 13369if test "${ac_cv_type_long_long+set}" = set; then
7650 echo $ac_n "(cached) $ac_c" 1>&6 13370 echo $ECHO_N "(cached) $ECHO_C" >&6
7651else 13371else
7652 cat > conftest.$ac_ext <<EOF 13372 cat >conftest.$ac_ext <<_ACEOF
7653#line 7654 "configure" 13373/* confdefs.h. */
7654#include "confdefs.h" 13374_ACEOF
7655#include <sys/types.h> 13375cat confdefs.h >>conftest.$ac_ext
7656EOF 13376cat >>conftest.$ac_ext <<_ACEOF
7657if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13377/* end confdefs.h. */
7658 egrep "uid_t" >/dev/null 2>&1; then 13378$ac_includes_default
13379int
13380main ()
13381{
13382if ((long long *) 0)
13383 return 0;
13384if (sizeof (long long))
13385 return 0;
13386 ;
13387 return 0;
13388}
13389_ACEOF
13390rm -f conftest.$ac_objext
13391if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13392 (eval $ac_compile) 2>conftest.er1
13393 ac_status=$?
13394 grep -v '^ *+' conftest.er1 >conftest.err
7659 rm -rf conftest* 13395 rm -f conftest.er1
13396 cat conftest.err >&5
13397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13398 (exit $ac_status); } &&
13399 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13401 (eval $ac_try) 2>&5
13402 ac_status=$?
13403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13404 (exit $ac_status); }; } &&
13405 { ac_try='test -s conftest.$ac_objext'
13406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13407 (eval $ac_try) 2>&5
13408 ac_status=$?
13409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13410 (exit $ac_status); }; }; then
7660 ac_cv_type_uid_t=yes 13411 ac_cv_type_long_long=yes
7661else 13412else
7662 rm -rf conftest* 13413 echo "$as_me: failed program was:" >&5
7663 ac_cv_type_uid_t=no 13414sed 's/^/| /' conftest.$ac_ext >&5
7664fi
7665rm -f conftest*
7666 13415
13416ac_cv_type_long_long=no
7667fi 13417fi
7668 13418rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7669echo "$ac_t""$ac_cv_type_uid_t" 1>&6
7670if test $ac_cv_type_uid_t = no; then
7671 cat >> confdefs.h <<\EOF
7672#define uid_t int
7673EOF
7674
7675 cat >> confdefs.h <<\EOF
7676#define gid_t int
7677EOF
7678
7679fi 13419fi
13420echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
13421echo "${ECHO_T}$ac_cv_type_long_long" >&6
7680 13422
7681 13423echo "$as_me:$LINENO: checking size of long long" >&5
7682 13424echo $ECHO_N "checking size of long long... $ECHO_C" >&6
7683echo $ac_n "checking size of char""... $ac_c" 1>&6 13425if test "${ac_cv_sizeof_long_long+set}" = set; then
7684echo "configure:7685: checking size of char" >&5
7685if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
7686 echo $ac_n "(cached) $ac_c" 1>&6 13426 echo $ECHO_N "(cached) $ECHO_C" >&6
7687else 13427else
13428 if test "$ac_cv_type_long_long" = yes; then
13429 # The cast to unsigned long works around a bug in the HP C Compiler
13430 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13431 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13432 # This bug is HP SR number 8606223364.
7688 if test "$cross_compiling" = yes; then 13433 if test "$cross_compiling" = yes; then
7689 ac_cv_sizeof_char=1 13434 # Depending upon the size, compute the lo and hi bounds.
13435cat >conftest.$ac_ext <<_ACEOF
13436/* confdefs.h. */
13437_ACEOF
13438cat confdefs.h >>conftest.$ac_ext
13439cat >>conftest.$ac_ext <<_ACEOF
13440/* end confdefs.h. */
13441$ac_includes_default
13442int
13443main ()
13444{
13445static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
13446test_array [0] = 0
13447
13448 ;
13449 return 0;
13450}
13451_ACEOF
13452rm -f conftest.$ac_objext
13453if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13454 (eval $ac_compile) 2>conftest.er1
13455 ac_status=$?
13456 grep -v '^ *+' conftest.er1 >conftest.err
13457 rm -f conftest.er1
13458 cat conftest.err >&5
13459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13460 (exit $ac_status); } &&
13461 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13463 (eval $ac_try) 2>&5
13464 ac_status=$?
13465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13466 (exit $ac_status); }; } &&
13467 { ac_try='test -s conftest.$ac_objext'
13468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13469 (eval $ac_try) 2>&5
13470 ac_status=$?
13471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13472 (exit $ac_status); }; }; then
13473 ac_lo=0 ac_mid=0
13474 while :; do
13475 cat >conftest.$ac_ext <<_ACEOF
13476/* confdefs.h. */
13477_ACEOF
13478cat confdefs.h >>conftest.$ac_ext
13479cat >>conftest.$ac_ext <<_ACEOF
13480/* end confdefs.h. */
13481$ac_includes_default
13482int
13483main ()
13484{
13485static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13486test_array [0] = 0
13487
13488 ;
13489 return 0;
13490}
13491_ACEOF
13492rm -f conftest.$ac_objext
13493if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13494 (eval $ac_compile) 2>conftest.er1
13495 ac_status=$?
13496 grep -v '^ *+' conftest.er1 >conftest.err
13497 rm -f conftest.er1
13498 cat conftest.err >&5
13499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13500 (exit $ac_status); } &&
13501 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13503 (eval $ac_try) 2>&5
13504 ac_status=$?
13505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13506 (exit $ac_status); }; } &&
13507 { ac_try='test -s conftest.$ac_objext'
13508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13509 (eval $ac_try) 2>&5
13510 ac_status=$?
13511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13512 (exit $ac_status); }; }; then
13513 ac_hi=$ac_mid; break
7690else 13514else
13515 echo "$as_me: failed program was:" >&5
13516sed 's/^/| /' conftest.$ac_ext >&5
13517
13518ac_lo=`expr $ac_mid + 1`
13519 if test $ac_lo -le $ac_mid; then
13520 ac_lo= ac_hi=
13521 break
13522 fi
13523 ac_mid=`expr 2 '*' $ac_mid + 1`
13524fi
13525rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13526 done
13527else
13528 echo "$as_me: failed program was:" >&5
13529sed 's/^/| /' conftest.$ac_ext >&5
13530
13531cat >conftest.$ac_ext <<_ACEOF
13532/* confdefs.h. */
13533_ACEOF
13534cat confdefs.h >>conftest.$ac_ext
13535cat >>conftest.$ac_ext <<_ACEOF
13536/* end confdefs.h. */
13537$ac_includes_default
13538int
13539main ()
13540{
13541static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
13542test_array [0] = 0
13543
13544 ;
13545 return 0;
13546}
13547_ACEOF
13548rm -f conftest.$ac_objext
13549if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13550 (eval $ac_compile) 2>conftest.er1
13551 ac_status=$?
13552 grep -v '^ *+' conftest.er1 >conftest.err
13553 rm -f conftest.er1
13554 cat conftest.err >&5
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); } &&
13557 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13559 (eval $ac_try) 2>&5
13560 ac_status=$?
13561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13562 (exit $ac_status); }; } &&
13563 { ac_try='test -s conftest.$ac_objext'
13564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13565 (eval $ac_try) 2>&5
13566 ac_status=$?
13567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13568 (exit $ac_status); }; }; then
13569 ac_hi=-1 ac_mid=-1
13570 while :; do
13571 cat >conftest.$ac_ext <<_ACEOF
13572/* confdefs.h. */
13573_ACEOF
13574cat confdefs.h >>conftest.$ac_ext
13575cat >>conftest.$ac_ext <<_ACEOF
13576/* end confdefs.h. */
13577$ac_includes_default
13578int
13579main ()
13580{
13581static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
13582test_array [0] = 0
13583
13584 ;
13585 return 0;
13586}
13587_ACEOF
13588rm -f conftest.$ac_objext
13589if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13590 (eval $ac_compile) 2>conftest.er1
13591 ac_status=$?
13592 grep -v '^ *+' conftest.er1 >conftest.err
13593 rm -f conftest.er1
13594 cat conftest.err >&5
13595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13596 (exit $ac_status); } &&
13597 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13599 (eval $ac_try) 2>&5
13600 ac_status=$?
13601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13602 (exit $ac_status); }; } &&
13603 { ac_try='test -s conftest.$ac_objext'
13604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13605 (eval $ac_try) 2>&5
13606 ac_status=$?
13607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13608 (exit $ac_status); }; }; then
13609 ac_lo=$ac_mid; break
13610else
13611 echo "$as_me: failed program was:" >&5
13612sed 's/^/| /' conftest.$ac_ext >&5
13613
13614ac_hi=`expr '(' $ac_mid ')' - 1`
13615 if test $ac_mid -le $ac_hi; then
13616 ac_lo= ac_hi=
13617 break
13618 fi
13619 ac_mid=`expr 2 '*' $ac_mid`
13620fi
13621rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13622 done
13623else
13624 echo "$as_me: failed program was:" >&5
13625sed 's/^/| /' conftest.$ac_ext >&5
13626
13627ac_lo= ac_hi=
13628fi
13629rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13630fi
13631rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13632# Binary search between lo and hi bounds.
13633while test "x$ac_lo" != "x$ac_hi"; do
13634 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7691 cat > conftest.$ac_ext <<EOF 13635 cat >conftest.$ac_ext <<_ACEOF
7692#line 7693 "configure" 13636/* confdefs.h. */
7693#include "confdefs.h" 13637_ACEOF
13638cat confdefs.h >>conftest.$ac_ext
13639cat >>conftest.$ac_ext <<_ACEOF
13640/* end confdefs.h. */
13641$ac_includes_default
13642int
13643main ()
13644{
13645static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13646test_array [0] = 0
13647
13648 ;
13649 return 0;
13650}
13651_ACEOF
13652rm -f conftest.$ac_objext
13653if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13654 (eval $ac_compile) 2>conftest.er1
13655 ac_status=$?
13656 grep -v '^ *+' conftest.er1 >conftest.err
13657 rm -f conftest.er1
13658 cat conftest.err >&5
13659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13660 (exit $ac_status); } &&
13661 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13663 (eval $ac_try) 2>&5
13664 ac_status=$?
13665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13666 (exit $ac_status); }; } &&
13667 { ac_try='test -s conftest.$ac_objext'
13668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13669 (eval $ac_try) 2>&5
13670 ac_status=$?
13671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13672 (exit $ac_status); }; }; then
13673 ac_hi=$ac_mid
13674else
13675 echo "$as_me: failed program was:" >&5
13676sed 's/^/| /' conftest.$ac_ext >&5
13677
13678ac_lo=`expr '(' $ac_mid ')' + 1`
13679fi
13680rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13681done
13682case $ac_lo in
13683?*) ac_cv_sizeof_long_long=$ac_lo;;
13684'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13685See \`config.log' for more details." >&5
13686echo "$as_me: error: cannot compute sizeof (long long), 77
13687See \`config.log' for more details." >&2;}
13688 { (exit 1); exit 1; }; } ;;
13689esac
13690else
13691 if test "$cross_compiling" = yes; then
13692 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13693echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13694 { (exit 1); exit 1; }; }
13695else
13696 cat >conftest.$ac_ext <<_ACEOF
13697/* confdefs.h. */
13698_ACEOF
13699cat confdefs.h >>conftest.$ac_ext
13700cat >>conftest.$ac_ext <<_ACEOF
13701/* end confdefs.h. */
13702$ac_includes_default
13703long longval () { return (long) (sizeof (long long)); }
13704unsigned long ulongval () { return (long) (sizeof (long long)); }
7694#include <stdio.h> 13705#include <stdio.h>
7695#include <sys/types.h> 13706#include <stdlib.h>
13707int
7696main() 13708main ()
7697{ 13709{
13710
7698 FILE *f=fopen("conftestval", "w"); 13711 FILE *f = fopen ("conftest.val", "w");
7699 if (!f) exit(1); 13712 if (! f)
7700 fprintf(f, "%d\n", sizeof(char));
7701 exit(0); 13713 exit (1);
13714 if (((long) (sizeof (long long))) < 0)
13715 {
13716 long i = longval ();
13717 if (i != ((long) (sizeof (long long))))
13718 exit (1);
13719 fprintf (f, "%ld\n", i);
13720 }
13721 else
13722 {
13723 unsigned long i = ulongval ();
13724 if (i != ((long) (sizeof (long long))))
13725 exit (1);
13726 fprintf (f, "%lu\n", i);
13727 }
13728 exit (ferror (f) || fclose (f) != 0);
13729
13730 ;
13731 return 0;
7702} 13732}
7703EOF 13733_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 13734rm -f conftest$ac_exeext
7705then 13735if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13736 (eval $ac_link) 2>&5
13737 ac_status=$?
13738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13739 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13741 (eval $ac_try) 2>&5
13742 ac_status=$?
13743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13744 (exit $ac_status); }; }; then
7706 ac_cv_sizeof_char=`cat conftestval` 13745 ac_cv_sizeof_long_long=`cat conftest.val`
7707else 13746else
13747 echo "$as_me: program exited with status $ac_status" >&5
7708 echo "configure: failed program was:" >&5 13748echo "$as_me: failed program was:" >&5
7709 cat conftest.$ac_ext >&5 13749sed 's/^/| /' conftest.$ac_ext >&5
7710 rm -fr conftest* 13750
7711 ac_cv_sizeof_char=0 13751( exit $ac_status )
13752{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13753See \`config.log' for more details." >&5
13754echo "$as_me: error: cannot compute sizeof (long long), 77
13755See \`config.log' for more details." >&2;}
13756 { (exit 1); exit 1; }; }
7712fi 13757fi
13758rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13759fi
13760fi
7713rm -fr conftest* 13761rm -f conftest.val
13762else
13763 ac_cv_sizeof_long_long=0
7714fi 13764fi
7715
7716fi 13765fi
7717echo "$ac_t""$ac_cv_sizeof_char" 1>&6 13766echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
13767echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
7718cat >> confdefs.h <<EOF 13768cat >>confdefs.h <<_ACEOF
7719#define SIZEOF_CHAR $ac_cv_sizeof_char 13769#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7720EOF 13770_ACEOF
7721 13771
7722 13772
7723echo $ac_n "checking size of short""... $ac_c" 1>&6 13773echo "$as_me:$LINENO: checking for int *" >&5
7724echo "configure:7725: checking size of short" >&5 13774echo $ECHO_N "checking for int *... $ECHO_C" >&6
7725if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13775if test "${ac_cv_type_int_p+set}" = set; then
7726 echo $ac_n "(cached) $ac_c" 1>&6 13776 echo $ECHO_N "(cached) $ECHO_C" >&6
7727else 13777else
13778 cat >conftest.$ac_ext <<_ACEOF
13779/* confdefs.h. */
13780_ACEOF
13781cat confdefs.h >>conftest.$ac_ext
13782cat >>conftest.$ac_ext <<_ACEOF
13783/* end confdefs.h. */
13784$ac_includes_default
13785int
13786main ()
13787{
13788if ((int * *) 0)
13789 return 0;
13790if (sizeof (int *))
13791 return 0;
13792 ;
13793 return 0;
13794}
13795_ACEOF
13796rm -f conftest.$ac_objext
13797if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13798 (eval $ac_compile) 2>conftest.er1
13799 ac_status=$?
13800 grep -v '^ *+' conftest.er1 >conftest.err
13801 rm -f conftest.er1
13802 cat conftest.err >&5
13803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13804 (exit $ac_status); } &&
13805 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13807 (eval $ac_try) 2>&5
13808 ac_status=$?
13809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13810 (exit $ac_status); }; } &&
13811 { ac_try='test -s conftest.$ac_objext'
13812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13813 (eval $ac_try) 2>&5
13814 ac_status=$?
13815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13816 (exit $ac_status); }; }; then
13817 ac_cv_type_int_p=yes
13818else
13819 echo "$as_me: failed program was:" >&5
13820sed 's/^/| /' conftest.$ac_ext >&5
13821
13822ac_cv_type_int_p=no
13823fi
13824rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13825fi
13826echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
13827echo "${ECHO_T}$ac_cv_type_int_p" >&6
13828
13829echo "$as_me:$LINENO: checking size of int *" >&5
13830echo $ECHO_N "checking size of int *... $ECHO_C" >&6
13831if test "${ac_cv_sizeof_int_p+set}" = set; then
13832 echo $ECHO_N "(cached) $ECHO_C" >&6
13833else
13834 if test "$ac_cv_type_int_p" = yes; then
13835 # The cast to unsigned long works around a bug in the HP C Compiler
13836 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13837 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13838 # This bug is HP SR number 8606223364.
7728 if test "$cross_compiling" = yes; then 13839 if test "$cross_compiling" = yes; then
7729 ac_cv_sizeof_short=2 13840 # Depending upon the size, compute the lo and hi bounds.
13841cat >conftest.$ac_ext <<_ACEOF
13842/* confdefs.h. */
13843_ACEOF
13844cat confdefs.h >>conftest.$ac_ext
13845cat >>conftest.$ac_ext <<_ACEOF
13846/* end confdefs.h. */
13847$ac_includes_default
13848int
13849main ()
13850{
13851static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
13852test_array [0] = 0
13853
13854 ;
13855 return 0;
13856}
13857_ACEOF
13858rm -f conftest.$ac_objext
13859if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13860 (eval $ac_compile) 2>conftest.er1
13861 ac_status=$?
13862 grep -v '^ *+' conftest.er1 >conftest.err
13863 rm -f conftest.er1
13864 cat conftest.err >&5
13865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13866 (exit $ac_status); } &&
13867 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13869 (eval $ac_try) 2>&5
13870 ac_status=$?
13871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13872 (exit $ac_status); }; } &&
13873 { ac_try='test -s conftest.$ac_objext'
13874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13875 (eval $ac_try) 2>&5
13876 ac_status=$?
13877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13878 (exit $ac_status); }; }; then
13879 ac_lo=0 ac_mid=0
13880 while :; do
13881 cat >conftest.$ac_ext <<_ACEOF
13882/* confdefs.h. */
13883_ACEOF
13884cat confdefs.h >>conftest.$ac_ext
13885cat >>conftest.$ac_ext <<_ACEOF
13886/* end confdefs.h. */
13887$ac_includes_default
13888int
13889main ()
13890{
13891static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13892test_array [0] = 0
13893
13894 ;
13895 return 0;
13896}
13897_ACEOF
13898rm -f conftest.$ac_objext
13899if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13900 (eval $ac_compile) 2>conftest.er1
13901 ac_status=$?
13902 grep -v '^ *+' conftest.er1 >conftest.err
13903 rm -f conftest.er1
13904 cat conftest.err >&5
13905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13906 (exit $ac_status); } &&
13907 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13909 (eval $ac_try) 2>&5
13910 ac_status=$?
13911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13912 (exit $ac_status); }; } &&
13913 { ac_try='test -s conftest.$ac_objext'
13914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13915 (eval $ac_try) 2>&5
13916 ac_status=$?
13917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13918 (exit $ac_status); }; }; then
13919 ac_hi=$ac_mid; break
7730else 13920else
13921 echo "$as_me: failed program was:" >&5
13922sed 's/^/| /' conftest.$ac_ext >&5
13923
13924ac_lo=`expr $ac_mid + 1`
13925 if test $ac_lo -le $ac_mid; then
13926 ac_lo= ac_hi=
13927 break
13928 fi
13929 ac_mid=`expr 2 '*' $ac_mid + 1`
13930fi
13931rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13932 done
13933else
13934 echo "$as_me: failed program was:" >&5
13935sed 's/^/| /' conftest.$ac_ext >&5
13936
13937cat >conftest.$ac_ext <<_ACEOF
13938/* confdefs.h. */
13939_ACEOF
13940cat confdefs.h >>conftest.$ac_ext
13941cat >>conftest.$ac_ext <<_ACEOF
13942/* end confdefs.h. */
13943$ac_includes_default
13944int
13945main ()
13946{
13947static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
13948test_array [0] = 0
13949
13950 ;
13951 return 0;
13952}
13953_ACEOF
13954rm -f conftest.$ac_objext
13955if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13956 (eval $ac_compile) 2>conftest.er1
13957 ac_status=$?
13958 grep -v '^ *+' conftest.er1 >conftest.err
13959 rm -f conftest.er1
13960 cat conftest.err >&5
13961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13962 (exit $ac_status); } &&
13963 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13965 (eval $ac_try) 2>&5
13966 ac_status=$?
13967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13968 (exit $ac_status); }; } &&
13969 { ac_try='test -s conftest.$ac_objext'
13970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13971 (eval $ac_try) 2>&5
13972 ac_status=$?
13973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13974 (exit $ac_status); }; }; then
13975 ac_hi=-1 ac_mid=-1
13976 while :; do
13977 cat >conftest.$ac_ext <<_ACEOF
13978/* confdefs.h. */
13979_ACEOF
13980cat confdefs.h >>conftest.$ac_ext
13981cat >>conftest.$ac_ext <<_ACEOF
13982/* end confdefs.h. */
13983$ac_includes_default
13984int
13985main ()
13986{
13987static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
13988test_array [0] = 0
13989
13990 ;
13991 return 0;
13992}
13993_ACEOF
13994rm -f conftest.$ac_objext
13995if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13996 (eval $ac_compile) 2>conftest.er1
13997 ac_status=$?
13998 grep -v '^ *+' conftest.er1 >conftest.err
13999 rm -f conftest.er1
14000 cat conftest.err >&5
14001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14002 (exit $ac_status); } &&
14003 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14005 (eval $ac_try) 2>&5
14006 ac_status=$?
14007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14008 (exit $ac_status); }; } &&
14009 { ac_try='test -s conftest.$ac_objext'
14010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14011 (eval $ac_try) 2>&5
14012 ac_status=$?
14013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14014 (exit $ac_status); }; }; then
14015 ac_lo=$ac_mid; break
14016else
14017 echo "$as_me: failed program was:" >&5
14018sed 's/^/| /' conftest.$ac_ext >&5
14019
14020ac_hi=`expr '(' $ac_mid ')' - 1`
14021 if test $ac_mid -le $ac_hi; then
14022 ac_lo= ac_hi=
14023 break
14024 fi
14025 ac_mid=`expr 2 '*' $ac_mid`
14026fi
14027rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14028 done
14029else
14030 echo "$as_me: failed program was:" >&5
14031sed 's/^/| /' conftest.$ac_ext >&5
14032
14033ac_lo= ac_hi=
14034fi
14035rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14036fi
14037rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14038# Binary search between lo and hi bounds.
14039while test "x$ac_lo" != "x$ac_hi"; do
14040 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7731 cat > conftest.$ac_ext <<EOF 14041 cat >conftest.$ac_ext <<_ACEOF
7732#line 7733 "configure" 14042/* confdefs.h. */
7733#include "confdefs.h" 14043_ACEOF
14044cat confdefs.h >>conftest.$ac_ext
14045cat >>conftest.$ac_ext <<_ACEOF
14046/* end confdefs.h. */
14047$ac_includes_default
14048int
14049main ()
14050{
14051static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
14052test_array [0] = 0
14053
14054 ;
14055 return 0;
14056}
14057_ACEOF
14058rm -f conftest.$ac_objext
14059if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14060 (eval $ac_compile) 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); } &&
14067 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14069 (eval $ac_try) 2>&5
14070 ac_status=$?
14071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14072 (exit $ac_status); }; } &&
14073 { ac_try='test -s conftest.$ac_objext'
14074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14075 (eval $ac_try) 2>&5
14076 ac_status=$?
14077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14078 (exit $ac_status); }; }; then
14079 ac_hi=$ac_mid
14080else
14081 echo "$as_me: failed program was:" >&5
14082sed 's/^/| /' conftest.$ac_ext >&5
14083
14084ac_lo=`expr '(' $ac_mid ')' + 1`
14085fi
14086rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14087done
14088case $ac_lo in
14089?*) ac_cv_sizeof_int_p=$ac_lo;;
14090'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
14091See \`config.log' for more details." >&5
14092echo "$as_me: error: cannot compute sizeof (int *), 77
14093See \`config.log' for more details." >&2;}
14094 { (exit 1); exit 1; }; } ;;
14095esac
14096else
14097 if test "$cross_compiling" = yes; then
14098 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
14099echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
14100 { (exit 1); exit 1; }; }
14101else
14102 cat >conftest.$ac_ext <<_ACEOF
14103/* confdefs.h. */
14104_ACEOF
14105cat confdefs.h >>conftest.$ac_ext
14106cat >>conftest.$ac_ext <<_ACEOF
14107/* end confdefs.h. */
14108$ac_includes_default
14109long longval () { return (long) (sizeof (int *)); }
14110unsigned long ulongval () { return (long) (sizeof (int *)); }
7734#include <stdio.h> 14111#include <stdio.h>
7735#include <sys/types.h> 14112#include <stdlib.h>
14113int
7736main() 14114main ()
7737{ 14115{
14116
7738 FILE *f=fopen("conftestval", "w"); 14117 FILE *f = fopen ("conftest.val", "w");
7739 if (!f) exit(1); 14118 if (! f)
7740 fprintf(f, "%d\n", sizeof(short));
7741 exit(0); 14119 exit (1);
14120 if (((long) (sizeof (int *))) < 0)
14121 {
14122 long i = longval ();
14123 if (i != ((long) (sizeof (int *))))
14124 exit (1);
14125 fprintf (f, "%ld\n", i);
14126 }
14127 else
14128 {
14129 unsigned long i = ulongval ();
14130 if (i != ((long) (sizeof (int *))))
14131 exit (1);
14132 fprintf (f, "%lu\n", i);
14133 }
14134 exit (ferror (f) || fclose (f) != 0);
14135
14136 ;
14137 return 0;
7742} 14138}
7743EOF 14139_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 14140rm -f conftest$ac_exeext
7745then 14141if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14142 (eval $ac_link) 2>&5
14143 ac_status=$?
14144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14145 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14147 (eval $ac_try) 2>&5
14148 ac_status=$?
14149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14150 (exit $ac_status); }; }; then
7746 ac_cv_sizeof_short=`cat conftestval` 14151 ac_cv_sizeof_int_p=`cat conftest.val`
7747else 14152else
14153 echo "$as_me: program exited with status $ac_status" >&5
7748 echo "configure: failed program was:" >&5 14154echo "$as_me: failed program was:" >&5
7749 cat conftest.$ac_ext >&5 14155sed 's/^/| /' conftest.$ac_ext >&5
7750 rm -fr conftest* 14156
7751 ac_cv_sizeof_short=0 14157( exit $ac_status )
14158{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
14159See \`config.log' for more details." >&5
14160echo "$as_me: error: cannot compute sizeof (int *), 77
14161See \`config.log' for more details." >&2;}
14162 { (exit 1); exit 1; }; }
7752fi 14163fi
14164rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14165fi
14166fi
7753rm -fr conftest* 14167rm -f conftest.val
14168else
14169 ac_cv_sizeof_int_p=0
7754fi 14170fi
7755
7756fi 14171fi
7757echo "$ac_t""$ac_cv_sizeof_short" 1>&6 14172echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
14173echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
7758cat >> confdefs.h <<EOF 14174cat >>confdefs.h <<_ACEOF
7759#define SIZEOF_SHORT $ac_cv_sizeof_short 14175#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7760EOF 14176_ACEOF
7761 14177
7762 14178
7763echo $ac_n "checking size of int""... $ac_c" 1>&6 14179
7764echo "configure:7765: checking size of int" >&5 14180
7765if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 14181echo "$as_me:$LINENO: checking for int16_t" >&5
14182echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
14183if test "${rxvt_cv_int16_t+set}" = set; then
7766 echo $ac_n "(cached) $ac_c" 1>&6 14184 echo $ECHO_N "(cached) $ECHO_C" >&6
7767else 14185else
7768 if test "$cross_compiling" = yes; then
7769 ac_cv_sizeof_int=4
7770else
7771 cat > conftest.$ac_ext <<EOF 14186 cat >conftest.$ac_ext <<_ACEOF
7772#line 7773 "configure" 14187/* confdefs.h. */
7773#include "confdefs.h" 14188_ACEOF
14189cat confdefs.h >>conftest.$ac_ext
14190cat >>conftest.$ac_ext <<_ACEOF
14191/* end confdefs.h. */
7774#include <stdio.h> 14192#include <stdint.h>
7775#include <sys/types.h> 14193int
7776main() 14194main ()
7777{ 14195{
7778 FILE *f=fopen("conftestval", "w"); 14196int16_t dummy;
7779 if (!f) exit(1); 14197 ;
7780 fprintf(f, "%d\n", sizeof(int)); 14198 return 0;
7781 exit(0);
7782} 14199}
7783EOF 14200_ACEOF
7784if { (eval echo configure:7785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 14201rm -f conftest.$ac_objext
7785then 14202if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7786 ac_cv_sizeof_int=`cat conftestval` 14203 (eval $ac_compile) 2>conftest.er1
7787else 14204 ac_status=$?
7788 echo "configure: failed program was:" >&5 14205 grep -v '^ *+' conftest.er1 >conftest.err
7789 cat conftest.$ac_ext >&5
7790 rm -fr conftest* 14206 rm -f conftest.er1
7791 ac_cv_sizeof_int=0
7792fi
7793rm -fr conftest*
7794fi
7795
7796fi
7797echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7798cat >> confdefs.h <<EOF
7799#define SIZEOF_INT $ac_cv_sizeof_int
7800EOF
7801
7802
7803echo $ac_n "checking size of long""... $ac_c" 1>&6
7804echo "configure:7805: checking size of long" >&5
7805if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
7806 echo $ac_n "(cached) $ac_c" 1>&6
7807else
7808 if test "$cross_compiling" = yes; then
7809 ac_cv_sizeof_long=4
7810else
7811 cat > conftest.$ac_ext <<EOF
7812#line 7813 "configure"
7813#include "confdefs.h"
7814#include <stdio.h>
7815#include <sys/types.h>
7816main()
7817{
7818 FILE *f=fopen("conftestval", "w");
7819 if (!f) exit(1);
7820 fprintf(f, "%d\n", sizeof(long));
7821 exit(0);
7822}
7823EOF
7824if { (eval echo configure:7825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7825then
7826 ac_cv_sizeof_long=`cat conftestval`
7827else
7828 echo "configure: failed program was:" >&5
7829 cat conftest.$ac_ext >&5 14207 cat conftest.err >&5
7830 rm -fr conftest* 14208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 ac_cv_sizeof_long=0 14209 (exit $ac_status); } &&
7832fi 14210 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7833rm -fr conftest* 14211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7834fi 14212 (eval $ac_try) 2>&5
7835 14213 ac_status=$?
7836fi 14214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7837echo "$ac_t""$ac_cv_sizeof_long" 1>&6 14215 (exit $ac_status); }; } &&
7838cat >> confdefs.h <<EOF 14216 { ac_try='test -s conftest.$ac_objext'
7839#define SIZEOF_LONG $ac_cv_sizeof_long 14217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7840EOF 14218 (eval $ac_try) 2>&5
7841 14219 ac_status=$?
7842 14220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7843echo $ac_n "checking size of long long""... $ac_c" 1>&6 14221 (exit $ac_status); }; }; then
7844echo "configure:7845: checking size of long long" >&5
7845if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
7846 echo $ac_n "(cached) $ac_c" 1>&6
7847else
7848 if test "$cross_compiling" = yes; then
7849 ac_cv_sizeof_long_long=8
7850else
7851 cat > conftest.$ac_ext <<EOF
7852#line 7853 "configure"
7853#include "confdefs.h"
7854#include <stdio.h>
7855#include <sys/types.h>
7856main()
7857{
7858 FILE *f=fopen("conftestval", "w");
7859 if (!f) exit(1);
7860 fprintf(f, "%d\n", sizeof(long long));
7861 exit(0);
7862}
7863EOF
7864if { (eval echo configure:7865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7865then
7866 ac_cv_sizeof_long_long=`cat conftestval`
7867else
7868 echo "configure: failed program was:" >&5
7869 cat conftest.$ac_ext >&5
7870 rm -fr conftest*
7871 ac_cv_sizeof_long_long=0
7872fi
7873rm -fr conftest*
7874fi
7875
7876fi
7877echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
7878cat >> confdefs.h <<EOF
7879#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7880EOF
7881
7882
7883echo $ac_n "checking size of int *""... $ac_c" 1>&6
7884echo "configure:7885: checking size of int *" >&5
7885if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
7886 echo $ac_n "(cached) $ac_c" 1>&6
7887else
7888 if test "$cross_compiling" = yes; then
7889 ac_cv_sizeof_int_p=4
7890else
7891 cat > conftest.$ac_ext <<EOF
7892#line 7893 "configure"
7893#include "confdefs.h"
7894#include <stdio.h>
7895#include <sys/types.h>
7896main()
7897{
7898 FILE *f=fopen("conftestval", "w");
7899 if (!f) exit(1);
7900 fprintf(f, "%d\n", sizeof(int *));
7901 exit(0);
7902}
7903EOF
7904if { (eval echo configure:7905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7905then
7906 ac_cv_sizeof_int_p=`cat conftestval`
7907else
7908 echo "configure: failed program was:" >&5
7909 cat conftest.$ac_ext >&5
7910 rm -fr conftest*
7911 ac_cv_sizeof_int_p=0
7912fi
7913rm -fr conftest*
7914fi
7915
7916fi
7917echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
7918cat >> confdefs.h <<EOF
7919#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7920EOF
7921
7922
7923
7924
7925echo $ac_n "checking for int16_t""... $ac_c" 1>&6
7926echo "configure:7927: checking for int16_t" >&5
7927if eval "test \"`echo '$''{'rxvt_cv_int16_t'+set}'`\" = set"; then
7928 echo $ac_n "(cached) $ac_c" 1>&6
7929else
7930 cat > conftest.$ac_ext <<EOF
7931#line 7932 "configure"
7932#include "confdefs.h"
7933#include <stdint.h>
7934int main() {
7935int16_t dummy;
7936; return 0; }
7937EOF
7938if { (eval echo configure:7939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7939 rm -rf conftest*
7940 rxvt_cv_int16_t=yes 14222 rxvt_cv_int16_t=yes
7941else 14223else
7942 echo "configure: failed program was:" >&5 14224 echo "$as_me: failed program was:" >&5
7943 cat conftest.$ac_ext >&5 14225sed 's/^/| /' conftest.$ac_ext >&5
7944 rm -rf conftest* 14226
7945 if test $ac_cv_sizeof_char -ge 2; then 14227if test $ac_cv_sizeof_char -ge 2; then
7946 rxvt_cv_int16_t=" char" 14228 rxvt_cv_int16_t=" char"
7947else 14229else
7948 if test $ac_cv_sizeof_short -ge 2; then 14230 if test $ac_cv_sizeof_short -ge 2; then
7949 rxvt_cv_int16_t=" short" 14231 rxvt_cv_int16_t=" short"
7950 else 14232 else
7962 fi 14244 fi
7963 fi 14245 fi
7964 fi 14246 fi
7965fi 14247fi
7966fi 14248fi
7967rm -f conftest* 14249rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7968fi 14250fi
7969 14251echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7970echo "$ac_t""$rxvt_cv_int16_t" 1>&6 14252echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7971if test x"$rxvt_cv_int16_t" != xyes; then 14253if test x"$rxvt_cv_int16_t" != xyes; then
7972 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 14254 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7973else 14255else
7974 if test x"" = x; then 14256 if test x"" = x; then
7975 rxvt_int16_typedef="/* typedef short int16_t; */" 14257 rxvt_int16_typedef="/* typedef short int16_t; */"
7976 else 14258 else
7977 rxvt_int16_typedef="/* typedef short int16_t; */" 14259 rxvt_int16_typedef="/* typedef short int16_t; */"
7978 fi 14260 fi
7979fi 14261fi
7980 14262
14263echo "$as_me:$LINENO: checking for uint16_t" >&5
7981echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 14264echo $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 14265if test "${rxvt_cv_uint16_t+set}" = set; then
7984 echo $ac_n "(cached) $ac_c" 1>&6 14266 echo $ECHO_N "(cached) $ECHO_C" >&6
7985else 14267else
7986 cat > conftest.$ac_ext <<EOF 14268 cat >conftest.$ac_ext <<_ACEOF
7987#line 7988 "configure" 14269/* confdefs.h. */
7988#include "confdefs.h" 14270_ACEOF
14271cat confdefs.h >>conftest.$ac_ext
14272cat >>conftest.$ac_ext <<_ACEOF
14273/* end confdefs.h. */
7989#include <stdint.h> 14274#include <stdint.h>
7990int main() { 14275int
14276main ()
14277{
7991uint16_t dummy; 14278uint16_t dummy;
14279 ;
7992; return 0; } 14280 return 0;
7993EOF 14281}
7994if { (eval echo configure:7995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14282_ACEOF
14283rm -f conftest.$ac_objext
14284if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14285 (eval $ac_compile) 2>conftest.er1
14286 ac_status=$?
14287 grep -v '^ *+' conftest.er1 >conftest.err
7995 rm -rf conftest* 14288 rm -f conftest.er1
14289 cat conftest.err >&5
14290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14291 (exit $ac_status); } &&
14292 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
14298 { ac_try='test -s conftest.$ac_objext'
14299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14300 (eval $ac_try) 2>&5
14301 ac_status=$?
14302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14303 (exit $ac_status); }; }; then
7996 rxvt_cv_uint16_t=yes 14304 rxvt_cv_uint16_t=yes
7997else 14305else
7998 echo "configure: failed program was:" >&5 14306 echo "$as_me: failed program was:" >&5
7999 cat conftest.$ac_ext >&5 14307sed 's/^/| /' conftest.$ac_ext >&5
8000 rm -rf conftest* 14308
8001 if test $ac_cv_sizeof_char -ge 2; then 14309if test $ac_cv_sizeof_char -ge 2; then
8002 rxvt_cv_uint16_t="unsigned char" 14310 rxvt_cv_uint16_t="unsigned char"
8003else 14311else
8004 if test $ac_cv_sizeof_short -ge 2; then 14312 if test $ac_cv_sizeof_short -ge 2; then
8005 rxvt_cv_uint16_t="unsigned short" 14313 rxvt_cv_uint16_t="unsigned short"
8006 else 14314 else
8018 fi 14326 fi
8019 fi 14327 fi
8020 fi 14328 fi
8021fi 14329fi
8022fi 14330fi
8023rm -f conftest* 14331rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8024fi 14332fi
8025 14333echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8026echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 14334echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8027if test x"$rxvt_cv_uint16_t" != xyes; then 14335if test x"$rxvt_cv_uint16_t" != xyes; then
8028 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 14336 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8029else 14337else
8030 if test x"unsigned" = x; then 14338 if test x"unsigned" = x; then
8031 rxvt_uint16_typedef="/* typedef short uint16_t; */" 14339 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8032 else 14340 else
8033 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 14341 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8034 fi 14342 fi
8035fi 14343fi
8036 14344
14345echo "$as_me:$LINENO: checking for int32_t" >&5
8037echo $ac_n "checking for int32_t""... $ac_c" 1>&6 14346echo $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 14347if test "${rxvt_cv_int32_t+set}" = set; then
8040 echo $ac_n "(cached) $ac_c" 1>&6 14348 echo $ECHO_N "(cached) $ECHO_C" >&6
8041else 14349else
8042 cat > conftest.$ac_ext <<EOF 14350 cat >conftest.$ac_ext <<_ACEOF
8043#line 8044 "configure" 14351/* confdefs.h. */
8044#include "confdefs.h" 14352_ACEOF
14353cat confdefs.h >>conftest.$ac_ext
14354cat >>conftest.$ac_ext <<_ACEOF
14355/* end confdefs.h. */
8045#include <stdint.h> 14356#include <stdint.h>
8046int main() { 14357int
14358main ()
14359{
8047int32_t dummy; 14360int32_t dummy;
14361 ;
8048; return 0; } 14362 return 0;
8049EOF 14363}
8050if { (eval echo configure:8051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14364_ACEOF
14365rm -f conftest.$ac_objext
14366if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14367 (eval $ac_compile) 2>conftest.er1
14368 ac_status=$?
14369 grep -v '^ *+' conftest.er1 >conftest.err
8051 rm -rf conftest* 14370 rm -f conftest.er1
14371 cat conftest.err >&5
14372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14373 (exit $ac_status); } &&
14374 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14376 (eval $ac_try) 2>&5
14377 ac_status=$?
14378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14379 (exit $ac_status); }; } &&
14380 { ac_try='test -s conftest.$ac_objext'
14381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14382 (eval $ac_try) 2>&5
14383 ac_status=$?
14384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14385 (exit $ac_status); }; }; then
8052 rxvt_cv_int32_t=yes 14386 rxvt_cv_int32_t=yes
8053else 14387else
8054 echo "configure: failed program was:" >&5 14388 echo "$as_me: failed program was:" >&5
8055 cat conftest.$ac_ext >&5 14389sed 's/^/| /' conftest.$ac_ext >&5
8056 rm -rf conftest* 14390
8057 if test $ac_cv_sizeof_char -ge 4; then 14391if test $ac_cv_sizeof_char -ge 4; then
8058 rxvt_cv_int32_t=" char" 14392 rxvt_cv_int32_t=" char"
8059else 14393else
8060 if test $ac_cv_sizeof_short -ge 4; then 14394 if test $ac_cv_sizeof_short -ge 4; then
8061 rxvt_cv_int32_t=" short" 14395 rxvt_cv_int32_t=" short"
8062 else 14396 else
8074 fi 14408 fi
8075 fi 14409 fi
8076 fi 14410 fi
8077fi 14411fi
8078fi 14412fi
8079rm -f conftest* 14413rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8080fi 14414fi
8081 14415echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8082echo "$ac_t""$rxvt_cv_int32_t" 1>&6 14416echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8083if test x"$rxvt_cv_int32_t" != xyes; then 14417if test x"$rxvt_cv_int32_t" != xyes; then
8084 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 14418 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8085else 14419else
8086 if test x"" = x; then 14420 if test x"" = x; then
8087 rxvt_int32_typedef="/* typedef int int32_t; */" 14421 rxvt_int32_typedef="/* typedef int int32_t; */"
8088 else 14422 else
8089 rxvt_int32_typedef="/* typedef int int32_t; */" 14423 rxvt_int32_typedef="/* typedef int int32_t; */"
8090 fi 14424 fi
8091fi 14425fi
8092 14426
14427echo "$as_me:$LINENO: checking for uint32_t" >&5
8093echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 14428echo $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 14429if test "${rxvt_cv_uint32_t+set}" = set; then
8096 echo $ac_n "(cached) $ac_c" 1>&6 14430 echo $ECHO_N "(cached) $ECHO_C" >&6
8097else 14431else
8098 cat > conftest.$ac_ext <<EOF 14432 cat >conftest.$ac_ext <<_ACEOF
8099#line 8100 "configure" 14433/* confdefs.h. */
8100#include "confdefs.h" 14434_ACEOF
14435cat confdefs.h >>conftest.$ac_ext
14436cat >>conftest.$ac_ext <<_ACEOF
14437/* end confdefs.h. */
8101#include <stdint.h> 14438#include <stdint.h>
8102int main() { 14439int
14440main ()
14441{
8103uint32_t dummy; 14442uint32_t dummy;
14443 ;
8104; return 0; } 14444 return 0;
8105EOF 14445}
8106if { (eval echo configure:8107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14446_ACEOF
14447rm -f conftest.$ac_objext
14448if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14449 (eval $ac_compile) 2>conftest.er1
14450 ac_status=$?
14451 grep -v '^ *+' conftest.er1 >conftest.err
8107 rm -rf conftest* 14452 rm -f conftest.er1
14453 cat conftest.err >&5
14454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14455 (exit $ac_status); } &&
14456 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14458 (eval $ac_try) 2>&5
14459 ac_status=$?
14460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14461 (exit $ac_status); }; } &&
14462 { ac_try='test -s conftest.$ac_objext'
14463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14464 (eval $ac_try) 2>&5
14465 ac_status=$?
14466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14467 (exit $ac_status); }; }; then
8108 rxvt_cv_uint32_t=yes 14468 rxvt_cv_uint32_t=yes
8109else 14469else
8110 echo "configure: failed program was:" >&5 14470 echo "$as_me: failed program was:" >&5
8111 cat conftest.$ac_ext >&5 14471sed 's/^/| /' conftest.$ac_ext >&5
8112 rm -rf conftest* 14472
8113 if test $ac_cv_sizeof_char -ge 4; then 14473if test $ac_cv_sizeof_char -ge 4; then
8114 rxvt_cv_uint32_t="unsigned char" 14474 rxvt_cv_uint32_t="unsigned char"
8115else 14475else
8116 if test $ac_cv_sizeof_short -ge 4; then 14476 if test $ac_cv_sizeof_short -ge 4; then
8117 rxvt_cv_uint32_t="unsigned short" 14477 rxvt_cv_uint32_t="unsigned short"
8118 else 14478 else
8130 fi 14490 fi
8131 fi 14491 fi
8132 fi 14492 fi
8133fi 14493fi
8134fi 14494fi
8135rm -f conftest* 14495rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8136fi 14496fi
8137 14497echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8138echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 14498echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8139if test x"$rxvt_cv_uint32_t" != xyes; then 14499if test x"$rxvt_cv_uint32_t" != xyes; then
8140 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 14500 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8141else 14501else
8142 if test x"unsigned" = x; then 14502 if test x"unsigned" = x; then
8143 rxvt_uint32_typedef="/* typedef int uint32_t; */" 14503 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8144 else 14504 else
8145 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 14505 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8146 fi 14506 fi
8147fi 14507fi
8148 14508
8149if test $ac_cv_sizeof_int_p -eq 8; then 14509if test $ac_cv_sizeof_int_p -eq 8; then
8150 rxvt_intp_define="#define intp_t int64_t" 14510 rxvt_intp_define="#define intp_t int64_t"
8151 rxvt_u_intp_define="#define u_intp_t u_int64_t" 14511 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8152else 14512else
8164 fi 14524 fi
8165fi 14525fi
8166 14526
8167 14527
8168 14528
14529echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8169echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 14530echo $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 14531if test "${ac_cv_type_signal+set}" = set; then
8172 echo $ac_n "(cached) $ac_c" 1>&6 14532 echo $ECHO_N "(cached) $ECHO_C" >&6
8173else 14533else
8174 cat > conftest.$ac_ext <<EOF 14534 cat >conftest.$ac_ext <<_ACEOF
8175#line 8176 "configure" 14535/* confdefs.h. */
8176#include "confdefs.h" 14536_ACEOF
14537cat confdefs.h >>conftest.$ac_ext
14538cat >>conftest.$ac_ext <<_ACEOF
14539/* end confdefs.h. */
8177#include <sys/types.h> 14540#include <sys/types.h>
8178#include <signal.h> 14541#include <signal.h>
8179#ifdef signal 14542#ifdef signal
8180#undef signal 14543# undef signal
8181#endif 14544#endif
8182#ifdef __cplusplus 14545#ifdef __cplusplus
8183extern "C" void (*signal (int, void (*)(int)))(int); 14546extern "C" void (*signal (int, void (*)(int)))(int);
8184#else 14547#else
8185void (*signal ()) (); 14548void (*signal ()) ();
8186#endif 14549#endif
8187 14550
8188int main() { 14551int
14552main ()
14553{
8189int i; 14554int i;
14555 ;
8190; return 0; } 14556 return 0;
8191EOF 14557}
8192if { (eval echo configure:8193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14558_ACEOF
14559rm -f conftest.$ac_objext
14560if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14561 (eval $ac_compile) 2>conftest.er1
14562 ac_status=$?
14563 grep -v '^ *+' conftest.er1 >conftest.err
8193 rm -rf conftest* 14564 rm -f conftest.er1
14565 cat conftest.err >&5
14566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14567 (exit $ac_status); } &&
14568 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14570 (eval $ac_try) 2>&5
14571 ac_status=$?
14572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14573 (exit $ac_status); }; } &&
14574 { ac_try='test -s conftest.$ac_objext'
14575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14576 (eval $ac_try) 2>&5
14577 ac_status=$?
14578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579 (exit $ac_status); }; }; then
8194 ac_cv_type_signal=void 14580 ac_cv_type_signal=void
8195else 14581else
8196 echo "configure: failed program was:" >&5 14582 echo "$as_me: failed program was:" >&5
8197 cat conftest.$ac_ext >&5 14583sed 's/^/| /' conftest.$ac_ext >&5
8198 rm -rf conftest* 14584
8199 ac_cv_type_signal=int 14585ac_cv_type_signal=int
8200fi 14586fi
8201rm -f conftest* 14587rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8202fi 14588fi
8203 14589echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8204echo "$ac_t""$ac_cv_type_signal" 1>&6 14590echo "${ECHO_T}$ac_cv_type_signal" >&6
14591
8205cat >> confdefs.h <<EOF 14592cat >>confdefs.h <<_ACEOF
8206#define RETSIGTYPE $ac_cv_type_signal 14593#define RETSIGTYPE $ac_cv_type_signal
8207EOF 14594_ACEOF
8208 14595
8209 14596
8210 14597
8211case "$host_alias" in 14598case "$host_alias" in
8212 *ultrix) ac_cv_func_setsid='no' ;; 14599 *ultrix) ac_cv_func_setsid='no' ;;
8213 *) break;; 14600 *) break;;
8214esac 14601esac
14602
14603
14604
14605
14606
14607
14608
14609
14610
14611
14612
14613
14614
14615
14616
14617
14618
14619
8215 14620
8216for ac_func in \ 14621for ac_func in \
8217 atexit \ 14622 atexit \
8218 revoke \ 14623 revoke \
8219 unsetenv \ 14624 unsetenv \
8232 nanosleep \ 14637 nanosleep \
8233 updwtmp \ 14638 updwtmp \
8234 ttyslot \ 14639 ttyslot \
8235 14640
8236do 14641do
14642as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14643echo "$as_me:$LINENO: checking for $ac_func" >&5
8237echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 14644echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8238echo "configure:8239: checking for $ac_func" >&5 14645if 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 14646 echo $ECHO_N "(cached) $ECHO_C" >&6
8241else 14647else
8242 cat > conftest.$ac_ext <<EOF 14648 cat >conftest.$ac_ext <<_ACEOF
8243#line 8244 "configure" 14649/* confdefs.h. */
8244#include "confdefs.h" 14650_ACEOF
14651cat confdefs.h >>conftest.$ac_ext
14652cat >>conftest.$ac_ext <<_ACEOF
14653/* end confdefs.h. */
14654/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14655 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14656#define $ac_func innocuous_$ac_func
14657
8245/* System header to define __stub macros and hopefully few prototypes, 14658/* System header to define __stub macros and hopefully few prototypes,
8246 which can conflict with char $ac_func(); below. */ 14659 which can conflict with char $ac_func (); below.
14660 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14661 <limits.h> exists even on freestanding compilers. */
14662
14663#ifdef __STDC__
14664# include <limits.h>
14665#else
8247#include <assert.h> 14666# include <assert.h>
14667#endif
14668
14669#undef $ac_func
14670
8248/* Override any gcc2 internal prototype to avoid an error. */ 14671/* Override any gcc2 internal prototype to avoid an error. */
14672#ifdef __cplusplus
14673extern "C"
14674{
14675#endif
8249/* We use char because int might match the return type of a gcc2 14676/* We use char because int might match the return type of a gcc2
8250 builtin and then its argument prototype would still apply. */ 14677 builtin and then its argument prototype would still apply. */
8251char $ac_func(); 14678char $ac_func ();
8252
8253int main() {
8254
8255/* The GNU C library defines this for functions which it implements 14679/* The GNU C library defines this for functions which it implements
8256 to always fail with ENOSYS. Some functions are actually named 14680 to always fail with ENOSYS. Some functions are actually named
8257 something starting with __ and the normal name is an alias. */ 14681 something starting with __ and the normal name is an alias. */
8258#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14682#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8259choke me 14683choke me
8260#else 14684#else
8261$ac_func(); 14685char (*f) () = $ac_func;
8262#endif 14686#endif
14687#ifdef __cplusplus
14688}
14689#endif
8263 14690
14691int
14692main ()
14693{
14694return f != $ac_func;
14695 ;
8264; return 0; } 14696 return 0;
8265EOF 14697}
8266if { (eval echo configure:8267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 14698_ACEOF
14699rm -f conftest.$ac_objext conftest$ac_exeext
14700if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14701 (eval $ac_link) 2>conftest.er1
14702 ac_status=$?
14703 grep -v '^ *+' conftest.er1 >conftest.err
8267 rm -rf conftest* 14704 rm -f conftest.er1
8268 eval "ac_cv_func_$ac_func=yes" 14705 cat conftest.err >&5
14706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14707 (exit $ac_status); } &&
14708 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14710 (eval $ac_try) 2>&5
14711 ac_status=$?
14712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14713 (exit $ac_status); }; } &&
14714 { ac_try='test -s conftest$ac_exeext'
14715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14716 (eval $ac_try) 2>&5
14717 ac_status=$?
14718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14719 (exit $ac_status); }; }; then
14720 eval "$as_ac_var=yes"
8269else 14721else
8270 echo "configure: failed program was:" >&5 14722 echo "$as_me: failed program was:" >&5
8271 cat conftest.$ac_ext >&5 14723sed 's/^/| /' conftest.$ac_ext >&5
8272 rm -rf conftest*
8273 eval "ac_cv_func_$ac_func=no"
8274fi
8275rm -f conftest*
8276fi
8277 14724
8278if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 14725eval "$as_ac_var=no"
8279 echo "$ac_t""yes" 1>&6 14726fi
8280 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 14727rm -f conftest.err conftest.$ac_objext \
14728 conftest$ac_exeext conftest.$ac_ext
14729fi
14730echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14731echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14732if test `eval echo '${'$as_ac_var'}'` = yes; then
8281 cat >> confdefs.h <<EOF 14733 cat >>confdefs.h <<_ACEOF
8282#define $ac_tr_func 1 14734#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8283EOF 14735_ACEOF
8284 14736
8285else
8286 echo "$ac_t""no" 1>&6
8287fi 14737fi
8288done 14738done
8289 14739
8290 14740
8291 14741
8292ac_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 14742if test "${ac_cv_header_utmp_h+set}" = set; then
14743 echo "$as_me:$LINENO: checking for utmp.h" >&5
8293echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 14744echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8294echo "configure:8295: checking for utmp.h" >&5 14745if 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 14746 echo $ECHO_N "(cached) $ECHO_C" >&6
14747fi
14748echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
14749echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
8297else 14750else
14751 # Is the header compilable?
14752echo "$as_me:$LINENO: checking utmp.h usability" >&5
14753echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
8298 cat > conftest.$ac_ext <<EOF 14754cat >conftest.$ac_ext <<_ACEOF
8299#line 8300 "configure" 14755/* confdefs.h. */
8300#include "confdefs.h" 14756_ACEOF
14757cat confdefs.h >>conftest.$ac_ext
14758cat >>conftest.$ac_ext <<_ACEOF
14759/* end confdefs.h. */
14760$ac_includes_default
8301#include <utmp.h> 14761#include <utmp.h>
8302EOF 14762_ACEOF
8303ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14763rm -f conftest.$ac_objext
8304{ (eval echo configure:8305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14764if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8305ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14765 (eval $ac_compile) 2>conftest.er1
14766 ac_status=$?
14767 grep -v '^ *+' conftest.er1 >conftest.err
14768 rm -f conftest.er1
14769 cat conftest.err >&5
14770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771 (exit $ac_status); } &&
14772 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14774 (eval $ac_try) 2>&5
14775 ac_status=$?
14776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14777 (exit $ac_status); }; } &&
14778 { ac_try='test -s conftest.$ac_objext'
14779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14780 (eval $ac_try) 2>&5
14781 ac_status=$?
14782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14783 (exit $ac_status); }; }; then
14784 ac_header_compiler=yes
14785else
14786 echo "$as_me: failed program was:" >&5
14787sed 's/^/| /' conftest.$ac_ext >&5
14788
14789ac_header_compiler=no
14790fi
14791rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14792echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14793echo "${ECHO_T}$ac_header_compiler" >&6
14794
14795# Is the header present?
14796echo "$as_me:$LINENO: checking utmp.h presence" >&5
14797echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
14798cat >conftest.$ac_ext <<_ACEOF
14799/* confdefs.h. */
14800_ACEOF
14801cat confdefs.h >>conftest.$ac_ext
14802cat >>conftest.$ac_ext <<_ACEOF
14803/* end confdefs.h. */
14804#include <utmp.h>
14805_ACEOF
14806if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14807 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14808 ac_status=$?
14809 grep -v '^ *+' conftest.er1 >conftest.err
14810 rm -f conftest.er1
14811 cat conftest.err >&5
14812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14813 (exit $ac_status); } >/dev/null; then
14814 if test -s conftest.err; then
14815 ac_cpp_err=$ac_cxx_preproc_warn_flag
14816 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14817 else
14818 ac_cpp_err=
14819 fi
14820else
14821 ac_cpp_err=yes
14822fi
8306if test -z "$ac_err"; then 14823if test -z "$ac_cpp_err"; then
8307 rm -rf conftest* 14824 ac_header_preproc=yes
8308 eval "ac_cv_header_$ac_safe=yes"
8309else 14825else
8310 echo "$ac_err" >&5
8311 echo "configure: failed program was:" >&5 14826 echo "$as_me: failed program was:" >&5
8312 cat conftest.$ac_ext >&5 14827sed 's/^/| /' conftest.$ac_ext >&5
8313 rm -rf conftest* 14828
8314 eval "ac_cv_header_$ac_safe=no" 14829 ac_header_preproc=no
8315fi 14830fi
8316rm -f conftest* 14831rm -f conftest.err conftest.$ac_ext
14832echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14833echo "${ECHO_T}$ac_header_preproc" >&6
14834
14835# So? What about this header?
14836case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14837 yes:no: )
14838 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
14839echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14840 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
14841echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14842 ac_header_preproc=yes
14843 ;;
14844 no:yes:* )
14845 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
14846echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
14847 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
14848echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
14849 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
14850echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
14851 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
14852echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
14853 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
14854echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
14855 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
14856echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
14857 (
14858 cat <<\_ASBOX
14859## ------------------------------------------ ##
14860## Report this to the AC_PACKAGE_NAME lists. ##
14861## ------------------------------------------ ##
14862_ASBOX
14863 ) |
14864 sed "s/^/$as_me: WARNING: /" >&2
14865 ;;
14866esac
14867echo "$as_me:$LINENO: checking for utmp.h" >&5
14868echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
14869if test "${ac_cv_header_utmp_h+set}" = set; then
14870 echo $ECHO_N "(cached) $ECHO_C" >&6
14871else
14872 ac_cv_header_utmp_h=$ac_header_preproc
8317fi 14873fi
8318if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14874echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8319 echo "$ac_t""yes" 1>&6 14875echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
14876
14877fi
14878if test $ac_cv_header_utmp_h = yes; then
14879 echo "$as_me:$LINENO: checking for struct utmp" >&5
8320 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14880echo $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 14881if test "${rxvt_cv_struct_utmp+set}" = set; then
8323 echo $ac_n "(cached) $ac_c" 1>&6 14882 echo $ECHO_N "(cached) $ECHO_C" >&6
8324else 14883else
8325 cat > conftest.$ac_ext <<EOF 14884 cat >conftest.$ac_ext <<_ACEOF
8326#line 8327 "configure" 14885/* confdefs.h. */
8327#include "confdefs.h" 14886_ACEOF
14887cat confdefs.h >>conftest.$ac_ext
14888cat >>conftest.$ac_ext <<_ACEOF
14889/* end confdefs.h. */
8328#include <sys/types.h> 14890#include <sys/types.h>
8329#include <stdint.h> 14891#include <stdint.h>
8330#include <utmp.h> 14892#include <utmp.h>
8331int main() { 14893int
14894main ()
14895{
8332struct utmp ut; 14896struct utmp ut;
14897 ;
8333; return 0; } 14898 return 0;
8334EOF 14899}
8335if { (eval echo configure:8336: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14900_ACEOF
14901rm -f conftest.$ac_objext
14902if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14903 (eval $ac_compile) 2>conftest.er1
14904 ac_status=$?
14905 grep -v '^ *+' conftest.er1 >conftest.err
8336 rm -rf conftest* 14906 rm -f conftest.er1
14907 cat conftest.err >&5
14908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14909 (exit $ac_status); } &&
14910 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14912 (eval $ac_try) 2>&5
14913 ac_status=$?
14914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14915 (exit $ac_status); }; } &&
14916 { ac_try='test -s conftest.$ac_objext'
14917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14918 (eval $ac_try) 2>&5
14919 ac_status=$?
14920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14921 (exit $ac_status); }; }; then
8337 rxvt_cv_struct_utmp=yes 14922 rxvt_cv_struct_utmp=yes
8338else 14923else
8339 echo "configure: failed program was:" >&5 14924 echo "$as_me: failed program was:" >&5
8340 cat conftest.$ac_ext >&5 14925sed 's/^/| /' conftest.$ac_ext >&5
8341 rm -rf conftest* 14926
8342 rxvt_cv_struct_utmp=no 14927rxvt_cv_struct_utmp=no
8343fi 14928fi
8344rm -f conftest* 14929rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8345fi 14930fi
8346 14931echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8347echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14932echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8348if test x$rxvt_cv_struct_utmp = xyes; then 14933if test x$rxvt_cv_struct_utmp = xyes; then
14934
8349 cat >> confdefs.h <<\EOF 14935cat >>confdefs.h <<\_ACEOF
8350#define HAVE_STRUCT_UTMP 1 14936#define HAVE_STRUCT_UTMP 1
8351EOF 14937_ACEOF
8352 14938
8353fi 14939fi
8354 14940
8355 14941
14942echo "$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 14943echo $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 14944if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8359 echo $ac_n "(cached) $ac_c" 1>&6 14945 echo $ECHO_N "(cached) $ECHO_C" >&6
8360else 14946else
8361 cat > conftest.$ac_ext <<EOF 14947 cat >conftest.$ac_ext <<_ACEOF
8362#line 8363 "configure" 14948/* confdefs.h. */
8363#include "confdefs.h" 14949_ACEOF
14950cat confdefs.h >>conftest.$ac_ext
14951cat >>conftest.$ac_ext <<_ACEOF
14952/* end confdefs.h. */
8364#include <sys/types.h> 14953#include <sys/types.h>
8365#include <utmp.h> 14954#include <utmp.h>
8366int main() { 14955int
14956main ()
14957{
8367struct utmp ut; ut.ut_host; 14958struct utmp ut; ut.ut_host;
14959 ;
8368; return 0; } 14960 return 0;
8369EOF 14961}
8370if { (eval echo configure:8371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14962_ACEOF
14963rm -f conftest.$ac_objext
14964if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14965 (eval $ac_compile) 2>conftest.er1
14966 ac_status=$?
14967 grep -v '^ *+' conftest.er1 >conftest.err
8371 rm -rf conftest* 14968 rm -f conftest.er1
14969 cat conftest.err >&5
14970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14971 (exit $ac_status); } &&
14972 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14974 (eval $ac_try) 2>&5
14975 ac_status=$?
14976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14977 (exit $ac_status); }; } &&
14978 { ac_try='test -s conftest.$ac_objext'
14979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14980 (eval $ac_try) 2>&5
14981 ac_status=$?
14982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14983 (exit $ac_status); }; }; then
8372 rxvt_cv_struct_utmp_host=yes 14984 rxvt_cv_struct_utmp_host=yes
8373else 14985else
8374 echo "configure: failed program was:" >&5 14986 echo "$as_me: failed program was:" >&5
8375 cat conftest.$ac_ext >&5 14987sed 's/^/| /' conftest.$ac_ext >&5
8376 rm -rf conftest* 14988
8377 rxvt_cv_struct_utmp_host=no 14989rxvt_cv_struct_utmp_host=no
8378fi 14990fi
8379rm -f conftest* 14991rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8380fi 14992fi
8381 14993echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8382echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 14994echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8383if test x$rxvt_cv_struct_utmp_host = xyes; then 14995if test x$rxvt_cv_struct_utmp_host = xyes; then
14996
8384 cat >> confdefs.h <<\EOF 14997cat >>confdefs.h <<\_ACEOF
8385#define HAVE_UTMP_HOST 1 14998#define HAVE_UTMP_HOST 1
8386EOF 14999_ACEOF
8387 15000
8388fi 15001fi
8389 15002
15003echo "$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 15004echo $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 15005if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8393 echo $ac_n "(cached) $ac_c" 1>&6 15006 echo $ECHO_N "(cached) $ECHO_C" >&6
8394else 15007else
8395 cat > conftest.$ac_ext <<EOF 15008 cat >conftest.$ac_ext <<_ACEOF
8396#line 8397 "configure" 15009/* confdefs.h. */
8397#include "confdefs.h" 15010_ACEOF
15011cat confdefs.h >>conftest.$ac_ext
15012cat >>conftest.$ac_ext <<_ACEOF
15013/* end confdefs.h. */
8398#include <sys/types.h> 15014#include <sys/types.h>
8399#include <utmp.h> 15015#include <utmp.h>
8400int main() { 15016int
15017main ()
15018{
8401struct utmp ut; ut.ut_pid; 15019struct utmp ut; ut.ut_pid;
15020 ;
8402; return 0; } 15021 return 0;
8403EOF 15022}
8404if { (eval echo configure:8405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15023_ACEOF
15024rm -f conftest.$ac_objext
15025if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15026 (eval $ac_compile) 2>conftest.er1
15027 ac_status=$?
15028 grep -v '^ *+' conftest.er1 >conftest.err
8405 rm -rf conftest* 15029 rm -f conftest.er1
15030 cat conftest.err >&5
15031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15032 (exit $ac_status); } &&
15033 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15035 (eval $ac_try) 2>&5
15036 ac_status=$?
15037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15038 (exit $ac_status); }; } &&
15039 { ac_try='test -s conftest.$ac_objext'
15040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15041 (eval $ac_try) 2>&5
15042 ac_status=$?
15043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15044 (exit $ac_status); }; }; then
8406 rxvt_cv_struct_utmp_pid=yes 15045 rxvt_cv_struct_utmp_pid=yes
8407else 15046else
8408 echo "configure: failed program was:" >&5 15047 echo "$as_me: failed program was:" >&5
8409 cat conftest.$ac_ext >&5 15048sed 's/^/| /' conftest.$ac_ext >&5
8410 rm -rf conftest* 15049
8411 rxvt_cv_struct_utmp_pid=no 15050rxvt_cv_struct_utmp_pid=no
8412fi 15051fi
8413rm -f conftest* 15052rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8414fi 15053fi
8415 15054echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8416echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 15055echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8417if test x$rxvt_cv_struct_utmp_pid = xyes; then 15056if test x$rxvt_cv_struct_utmp_pid = xyes; then
15057
8418 cat >> confdefs.h <<\EOF 15058cat >>confdefs.h <<\_ACEOF
8419#define HAVE_UTMP_PID 1 15059#define HAVE_UTMP_PID 1
8420EOF 15060_ACEOF
8421 15061
8422fi 15062fi
8423 15063
8424else
8425 echo "$ac_t""no" 1>&6
8426fi 15064fi
8427
8428 15065
8429ac_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 15066
15067
15068if test "${ac_cv_header_utmpx_h+set}" = set; then
15069 echo "$as_me:$LINENO: checking for utmpx.h" >&5
8430echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 15070echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8431echo "configure:8432: checking for utmpx.h" >&5 15071if 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 15072 echo $ECHO_N "(cached) $ECHO_C" >&6
15073fi
15074echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
15075echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
8434else 15076else
15077 # Is the header compilable?
15078echo "$as_me:$LINENO: checking utmpx.h usability" >&5
15079echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
8435 cat > conftest.$ac_ext <<EOF 15080cat >conftest.$ac_ext <<_ACEOF
8436#line 8437 "configure" 15081/* confdefs.h. */
8437#include "confdefs.h" 15082_ACEOF
15083cat confdefs.h >>conftest.$ac_ext
15084cat >>conftest.$ac_ext <<_ACEOF
15085/* end confdefs.h. */
15086$ac_includes_default
8438#include <utmpx.h> 15087#include <utmpx.h>
8439EOF 15088_ACEOF
8440ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 15089rm -f conftest.$ac_objext
8441{ (eval echo configure:8442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 15090if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8442ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 15091 (eval $ac_compile) 2>conftest.er1
15092 ac_status=$?
15093 grep -v '^ *+' conftest.er1 >conftest.err
15094 rm -f conftest.er1
15095 cat conftest.err >&5
15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); } &&
15098 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15100 (eval $ac_try) 2>&5
15101 ac_status=$?
15102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15103 (exit $ac_status); }; } &&
15104 { ac_try='test -s conftest.$ac_objext'
15105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15106 (eval $ac_try) 2>&5
15107 ac_status=$?
15108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); }; }; then
15110 ac_header_compiler=yes
15111else
15112 echo "$as_me: failed program was:" >&5
15113sed 's/^/| /' conftest.$ac_ext >&5
15114
15115ac_header_compiler=no
15116fi
15117rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15118echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15119echo "${ECHO_T}$ac_header_compiler" >&6
15120
15121# Is the header present?
15122echo "$as_me:$LINENO: checking utmpx.h presence" >&5
15123echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
15124cat >conftest.$ac_ext <<_ACEOF
15125/* confdefs.h. */
15126_ACEOF
15127cat confdefs.h >>conftest.$ac_ext
15128cat >>conftest.$ac_ext <<_ACEOF
15129/* end confdefs.h. */
15130#include <utmpx.h>
15131_ACEOF
15132if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15133 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15134 ac_status=$?
15135 grep -v '^ *+' conftest.er1 >conftest.err
15136 rm -f conftest.er1
15137 cat conftest.err >&5
15138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15139 (exit $ac_status); } >/dev/null; then
15140 if test -s conftest.err; then
15141 ac_cpp_err=$ac_cxx_preproc_warn_flag
15142 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
15143 else
15144 ac_cpp_err=
15145 fi
15146else
15147 ac_cpp_err=yes
15148fi
8443if test -z "$ac_err"; then 15149if test -z "$ac_cpp_err"; then
8444 rm -rf conftest* 15150 ac_header_preproc=yes
8445 eval "ac_cv_header_$ac_safe=yes"
8446else 15151else
8447 echo "$ac_err" >&5
8448 echo "configure: failed program was:" >&5 15152 echo "$as_me: failed program was:" >&5
8449 cat conftest.$ac_ext >&5 15153sed 's/^/| /' conftest.$ac_ext >&5
8450 rm -rf conftest* 15154
8451 eval "ac_cv_header_$ac_safe=no" 15155 ac_header_preproc=no
8452fi 15156fi
8453rm -f conftest* 15157rm -f conftest.err conftest.$ac_ext
15158echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15159echo "${ECHO_T}$ac_header_preproc" >&6
15160
15161# So? What about this header?
15162case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
15163 yes:no: )
15164 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
15165echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15166 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
15167echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
15168 ac_header_preproc=yes
15169 ;;
15170 no:yes:* )
15171 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
15172echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
15173 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
15174echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
15175 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
15176echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
15177 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
15178echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
15179 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
15180echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
15181 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
15182echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
15183 (
15184 cat <<\_ASBOX
15185## ------------------------------------------ ##
15186## Report this to the AC_PACKAGE_NAME lists. ##
15187## ------------------------------------------ ##
15188_ASBOX
15189 ) |
15190 sed "s/^/$as_me: WARNING: /" >&2
15191 ;;
15192esac
15193echo "$as_me:$LINENO: checking for utmpx.h" >&5
15194echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
15195if test "${ac_cv_header_utmpx_h+set}" = set; then
15196 echo $ECHO_N "(cached) $ECHO_C" >&6
15197else
15198 ac_cv_header_utmpx_h=$ac_header_preproc
8454fi 15199fi
8455if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 15200echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8456 echo "$ac_t""yes" 1>&6 15201echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
15202
15203fi
15204if test $ac_cv_header_utmpx_h = yes; then
15205 echo "$as_me:$LINENO: checking for struct utmpx" >&5
8457 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 15206echo $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 15207if test "${rxvt_cv_struct_utmpx+set}" = set; then
8460 echo $ac_n "(cached) $ac_c" 1>&6 15208 echo $ECHO_N "(cached) $ECHO_C" >&6
8461else 15209else
8462 cat > conftest.$ac_ext <<EOF 15210 cat >conftest.$ac_ext <<_ACEOF
8463#line 8464 "configure" 15211/* confdefs.h. */
8464#include "confdefs.h" 15212_ACEOF
15213cat confdefs.h >>conftest.$ac_ext
15214cat >>conftest.$ac_ext <<_ACEOF
15215/* end confdefs.h. */
8465#include <sys/types.h> 15216#include <sys/types.h>
8466#include <utmpx.h> 15217#include <utmpx.h>
8467int main() { 15218int
15219main ()
15220{
8468struct utmpx ut; 15221struct utmpx ut;
15222 ;
8469; return 0; } 15223 return 0;
8470EOF 15224}
8471if { (eval echo configure:8472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15225_ACEOF
15226rm -f conftest.$ac_objext
15227if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15228 (eval $ac_compile) 2>conftest.er1
15229 ac_status=$?
15230 grep -v '^ *+' conftest.er1 >conftest.err
8472 rm -rf conftest* 15231 rm -f conftest.er1
15232 cat conftest.err >&5
15233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15234 (exit $ac_status); } &&
15235 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15237 (eval $ac_try) 2>&5
15238 ac_status=$?
15239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15240 (exit $ac_status); }; } &&
15241 { ac_try='test -s conftest.$ac_objext'
15242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15243 (eval $ac_try) 2>&5
15244 ac_status=$?
15245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15246 (exit $ac_status); }; }; then
8473 rxvt_cv_struct_utmpx=yes 15247 rxvt_cv_struct_utmpx=yes
8474else 15248else
8475 echo "configure: failed program was:" >&5 15249 echo "$as_me: failed program was:" >&5
8476 cat conftest.$ac_ext >&5 15250sed 's/^/| /' conftest.$ac_ext >&5
8477 rm -rf conftest* 15251
8478 rxvt_cv_struct_utmpx=no 15252rxvt_cv_struct_utmpx=no
8479fi 15253fi
8480rm -f conftest* 15254rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8481fi 15255fi
8482 15256echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8483echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 15257echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8484if test x$rxvt_cv_struct_utmpx = xyes; then 15258if test x$rxvt_cv_struct_utmpx = xyes; then
15259
8485 cat >> confdefs.h <<\EOF 15260cat >>confdefs.h <<\_ACEOF
8486#define HAVE_STRUCT_UTMPX 1 15261#define HAVE_STRUCT_UTMPX 1
8487EOF 15262_ACEOF
8488 15263
8489fi 15264fi
8490 15265
8491 15266
15267echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8492echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 15268echo $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 15269if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8495 echo $ac_n "(cached) $ac_c" 1>&6 15270 echo $ECHO_N "(cached) $ECHO_C" >&6
8496else 15271else
8497 cat > conftest.$ac_ext <<EOF 15272 cat >conftest.$ac_ext <<_ACEOF
8498#line 8499 "configure" 15273/* confdefs.h. */
8499#include "confdefs.h" 15274_ACEOF
15275cat confdefs.h >>conftest.$ac_ext
15276cat >>conftest.$ac_ext <<_ACEOF
15277/* end confdefs.h. */
8500#include <sys/types.h> 15278#include <sys/types.h>
8501#include <utmpx.h> 15279#include <utmpx.h>
8502int main() { 15280int
15281main ()
15282{
8503struct utmpx utx; utx.ut_host; 15283struct utmpx utx; utx.ut_host;
15284 ;
8504; return 0; } 15285 return 0;
8505EOF 15286}
8506if { (eval echo configure:8507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15287_ACEOF
15288rm -f conftest.$ac_objext
15289if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15290 (eval $ac_compile) 2>conftest.er1
15291 ac_status=$?
15292 grep -v '^ *+' conftest.er1 >conftest.err
8507 rm -rf conftest* 15293 rm -f conftest.er1
15294 cat conftest.err >&5
15295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15296 (exit $ac_status); } &&
15297 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15299 (eval $ac_try) 2>&5
15300 ac_status=$?
15301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15302 (exit $ac_status); }; } &&
15303 { ac_try='test -s conftest.$ac_objext'
15304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15305 (eval $ac_try) 2>&5
15306 ac_status=$?
15307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15308 (exit $ac_status); }; }; then
8508 rxvt_cv_struct_utmpx_host=yes 15309 rxvt_cv_struct_utmpx_host=yes
8509else 15310else
8510 echo "configure: failed program was:" >&5 15311 echo "$as_me: failed program was:" >&5
8511 cat conftest.$ac_ext >&5 15312sed 's/^/| /' conftest.$ac_ext >&5
8512 rm -rf conftest* 15313
8513 rxvt_cv_struct_utmpx_host=no 15314rxvt_cv_struct_utmpx_host=no
8514fi 15315fi
8515rm -f conftest* 15316rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8516fi 15317fi
8517 15318echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8518echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 15319echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8519if test x$rxvt_cv_struct_utmpx_host = xyes; then 15320if test x$rxvt_cv_struct_utmpx_host = xyes; then
15321
8520 cat >> confdefs.h <<\EOF 15322cat >>confdefs.h <<\_ACEOF
8521#define HAVE_UTMPX_HOST 1 15323#define HAVE_UTMPX_HOST 1
8522EOF 15324_ACEOF
8523 15325
8524fi 15326fi
8525 15327
8526else
8527 echo "$ac_t""no" 1>&6
8528fi 15328fi
8529
8530 15329
15330
15331
15332echo "$as_me:$LINENO: checking for struct lastlog" >&5
8531echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 15333echo $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 15334if test "${rxvt_cv_struct_lastlog+set}" = set; then
8534 echo $ac_n "(cached) $ac_c" 1>&6 15335 echo $ECHO_N "(cached) $ECHO_C" >&6
8535else 15336else
8536 cat > conftest.$ac_ext <<EOF 15337 cat >conftest.$ac_ext <<_ACEOF
8537#line 8538 "configure" 15338/* confdefs.h. */
8538#include "confdefs.h" 15339_ACEOF
15340cat confdefs.h >>conftest.$ac_ext
15341cat >>conftest.$ac_ext <<_ACEOF
15342/* end confdefs.h. */
8539#include <sys/types.h> 15343#include <sys/types.h>
8540#include <utmp.h> 15344#include <utmp.h>
8541#ifdef HAVE_LASTLOG_H 15345#ifdef HAVE_LASTLOG_H
8542#include <lastlog.h> 15346#include <lastlog.h>
8543#endif 15347#endif
8544 15348
8545int main() { 15349int
15350main ()
15351{
8546struct lastlog ll; 15352struct lastlog ll;
15353 ;
8547; return 0; } 15354 return 0;
8548EOF 15355}
8549if { (eval echo configure:8550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15356_ACEOF
15357rm -f conftest.$ac_objext
15358if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15359 (eval $ac_compile) 2>conftest.er1
15360 ac_status=$?
15361 grep -v '^ *+' conftest.er1 >conftest.err
8550 rm -rf conftest* 15362 rm -f conftest.er1
15363 cat conftest.err >&5
15364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); } &&
15366 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15368 (eval $ac_try) 2>&5
15369 ac_status=$?
15370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15371 (exit $ac_status); }; } &&
15372 { ac_try='test -s conftest.$ac_objext'
15373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15374 (eval $ac_try) 2>&5
15375 ac_status=$?
15376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15377 (exit $ac_status); }; }; then
8551 rxvt_cv_struct_lastlog=yes 15378 rxvt_cv_struct_lastlog=yes
8552else 15379else
8553 echo "configure: failed program was:" >&5 15380 echo "$as_me: failed program was:" >&5
8554 cat conftest.$ac_ext >&5 15381sed 's/^/| /' conftest.$ac_ext >&5
8555 rm -rf conftest* 15382
8556 rxvt_cv_struct_lastlog=no 15383rxvt_cv_struct_lastlog=no
8557fi 15384fi
8558rm -f conftest* 15385rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8559fi 15386fi
8560 15387echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8561echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 15388echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8562if test x$rxvt_cv_struct_lastlog = xyes; then 15389if test x$rxvt_cv_struct_lastlog = xyes; then
15390
8563 cat >> confdefs.h <<\EOF 15391cat >>confdefs.h <<\_ACEOF
8564#define HAVE_STRUCT_LASTLOG 1 15392#define HAVE_STRUCT_LASTLOG 1
8565EOF 15393_ACEOF
8566 15394
8567fi 15395fi
8568 15396
15397echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8569echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 15398echo $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 15399if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8572 echo $ac_n "(cached) $ac_c" 1>&6 15400 echo $ECHO_N "(cached) $ECHO_C" >&6
8573else 15401else
8574 cat > conftest.$ac_ext <<EOF 15402 cat >conftest.$ac_ext <<_ACEOF
8575#line 8576 "configure" 15403/* confdefs.h. */
8576#include "confdefs.h" 15404_ACEOF
15405cat confdefs.h >>conftest.$ac_ext
15406cat >>conftest.$ac_ext <<_ACEOF
15407/* end confdefs.h. */
8577#include <sys/types.h> 15408#include <sys/types.h>
8578#include <utmpx.h> 15409#include <utmpx.h>
8579#ifdef HAVE_LASTLOG_H 15410#ifdef HAVE_LASTLOG_H
8580#include <lastlog.h> 15411#include <lastlog.h>
8581#endif 15412#endif
8582 15413
8583int main() { 15414int
15415main ()
15416{
8584struct lastlogx ll; 15417struct lastlogx ll;
15418 ;
8585; return 0; } 15419 return 0;
8586EOF 15420}
8587if { (eval echo configure:8588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15421_ACEOF
15422rm -f conftest.$ac_objext
15423if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15424 (eval $ac_compile) 2>conftest.er1
15425 ac_status=$?
15426 grep -v '^ *+' conftest.er1 >conftest.err
8588 rm -rf conftest* 15427 rm -f conftest.er1
15428 cat conftest.err >&5
15429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15430 (exit $ac_status); } &&
15431 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15433 (eval $ac_try) 2>&5
15434 ac_status=$?
15435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15436 (exit $ac_status); }; } &&
15437 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
8589 rxvt_cv_struct_lastlogx=yes 15443 rxvt_cv_struct_lastlogx=yes
8590else 15444else
8591 echo "configure: failed program was:" >&5 15445 echo "$as_me: failed program was:" >&5
8592 cat conftest.$ac_ext >&5 15446sed 's/^/| /' conftest.$ac_ext >&5
8593 rm -rf conftest* 15447
8594 rxvt_cv_struct_lastlogx=no 15448rxvt_cv_struct_lastlogx=no
8595fi 15449fi
8596rm -f conftest* 15450rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8597fi 15451fi
8598 15452echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8599echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 15453echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8600if test x$rxvt_cv_struct_lastlogx = xyes; then 15454if test x$rxvt_cv_struct_lastlogx = xyes; then
15455
8601 cat >> confdefs.h <<\EOF 15456cat >>confdefs.h <<\_ACEOF
8602#define HAVE_STRUCT_LASTLOGX 1 15457#define HAVE_STRUCT_LASTLOGX 1
8603EOF 15458_ACEOF
8604 15459
8605fi 15460fi
8606 15461
8607 15462
15463echo "$as_me:$LINENO: checking where utmp is located" >&5
8608echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 15464echo $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 15465if test "${rxvt_cv_path_utmp+set}" = set; then
8611 echo $ac_n "(cached) $ac_c" 1>&6 15466 echo $ECHO_N "(cached) $ECHO_C" >&6
8612else 15467else
8613 if test "$cross_compiling" = yes; then 15468 if test "$cross_compiling" = yes; then
15469 { 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 15470echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
8615else 15471else
8616 cat > conftest.$ac_ext <<EOF 15472 cat >conftest.$ac_ext <<_ACEOF
8617#line 8618 "configure" 15473/* confdefs.h. */
8618#include "confdefs.h" 15474_ACEOF
15475cat confdefs.h >>conftest.$ac_ext
15476cat >>conftest.$ac_ext <<_ACEOF
15477/* end confdefs.h. */
8619#include <stdio.h> 15478#include <stdio.h>
8620#include <sys/types.h> 15479#include <sys/types.h>
8621#include <utmp.h> 15480#include <utmp.h>
8622#include <errno.h> 15481#include <errno.h>
8623main() 15482main()
8640 exit(0); 15499 exit(0);
8641 } 15500 }
8642 } 15501 }
8643 exit(0); 15502 exit(0);
8644} 15503}
8645EOF 15504_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 15505rm -f conftest$ac_exeext
8647then 15506if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15507 (eval $ac_link) 2>&5
15508 ac_status=$?
15509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15510 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15512 (eval $ac_try) 2>&5
15513 ac_status=$?
15514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15515 (exit $ac_status); }; }; then
8648 rxvt_cv_path_utmp=`cat conftestval` 15516 rxvt_cv_path_utmp=`cat conftestval`
8649else 15517else
15518 echo "$as_me: program exited with status $ac_status" >&5
8650 echo "configure: failed program was:" >&5 15519echo "$as_me: failed program was:" >&5
8651 cat conftest.$ac_ext >&5 15520sed 's/^/| /' conftest.$ac_ext >&5
8652 rm -fr conftest* 15521
15522( exit $ac_status )
8653 rxvt_cv_path_utmp= 15523rxvt_cv_path_utmp=
8654fi 15524fi
8655rm -fr conftest* 15525rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8656fi 15526fi
8657
8658fi 15527fi
8659 15528echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8660echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 15529echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8661if test x$rxvt_cv_path_utmp != x; then 15530if test x$rxvt_cv_path_utmp != x; then
15531
8662 cat >> confdefs.h <<EOF 15532cat >>confdefs.h <<_ACEOF
8663#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 15533#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8664EOF 15534_ACEOF
8665 15535
8666fi 15536fi
8667 15537
8668 15538
15539echo "$as_me:$LINENO: checking where utmpx is located" >&5
8669echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 15540echo $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 15541if test "${rxvt_cv_path_utmpx+set}" = set; then
8672 echo $ac_n "(cached) $ac_c" 1>&6 15542 echo $ECHO_N "(cached) $ECHO_C" >&6
8673else 15543else
8674 if test "$cross_compiling" = yes; then 15544 if test "$cross_compiling" = yes; then
15545 { 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 15546echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
8676else 15547else
8677 cat > conftest.$ac_ext <<EOF 15548 cat >conftest.$ac_ext <<_ACEOF
8678#line 8679 "configure" 15549/* confdefs.h. */
8679#include "confdefs.h" 15550_ACEOF
15551cat confdefs.h >>conftest.$ac_ext
15552cat >>conftest.$ac_ext <<_ACEOF
15553/* end confdefs.h. */
8680#include <stdio.h> 15554#include <stdio.h>
8681#include <sys/types.h> 15555#include <sys/types.h>
8682#include <utmpx.h> 15556#include <utmpx.h>
8683#include <errno.h> 15557#include <errno.h>
8684#include <sys/stat.h> 15558#include <sys/stat.h>
8711 exit(0); 15585 exit(0);
8712 } 15586 }
8713 } 15587 }
8714 exit(0); 15588 exit(0);
8715} 15589}
8716EOF 15590_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 15591rm -f conftest$ac_exeext
8718then 15592if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15593 (eval $ac_link) 2>&5
15594 ac_status=$?
15595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15596 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15598 (eval $ac_try) 2>&5
15599 ac_status=$?
15600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15601 (exit $ac_status); }; }; then
8719 rxvt_cv_path_utmpx=`cat conftestval` 15602 rxvt_cv_path_utmpx=`cat conftestval`
8720else 15603else
15604 echo "$as_me: program exited with status $ac_status" >&5
8721 echo "configure: failed program was:" >&5 15605echo "$as_me: failed program was:" >&5
8722 cat conftest.$ac_ext >&5 15606sed 's/^/| /' conftest.$ac_ext >&5
8723 rm -fr conftest* 15607
15608( exit $ac_status )
8724 rxvt_cv_path_utmpx= 15609rxvt_cv_path_utmpx=
8725fi 15610fi
8726rm -fr conftest* 15611rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8727fi 15612fi
8728
8729fi 15613fi
8730 15614echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8731echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 15615echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8732if test x$rxvt_cv_path_utmpx != x; then 15616if test x$rxvt_cv_path_utmpx != x; then
15617
8733 cat >> confdefs.h <<EOF 15618cat >>confdefs.h <<_ACEOF
8734#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 15619#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8735EOF 15620_ACEOF
8736 15621
8737fi 15622fi
8738 15623
8739 15624
15625echo "$as_me:$LINENO: checking where wtmp is located" >&5
8740echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 15626echo $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 15627if test "${rxvt_cv_path_wtmp+set}" = set; then
8743 echo $ac_n "(cached) $ac_c" 1>&6 15628 echo $ECHO_N "(cached) $ECHO_C" >&6
8744else 15629else
8745 if test "$cross_compiling" = yes; then 15630 if test "$cross_compiling" = yes; then
15631 { 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 15632echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
8747else 15633else
8748 cat > conftest.$ac_ext <<EOF 15634 cat >conftest.$ac_ext <<_ACEOF
8749#line 8750 "configure" 15635/* confdefs.h. */
8750#include "confdefs.h" 15636_ACEOF
15637cat confdefs.h >>conftest.$ac_ext
15638cat >>conftest.$ac_ext <<_ACEOF
15639/* end confdefs.h. */
8751#include <stdio.h> 15640#include <stdio.h>
8752#include <sys/types.h> 15641#include <sys/types.h>
8753#ifdef HAVE_UTMP_H 15642#ifdef HAVE_UTMP_H
8754#include <utmp.h> 15643#include <utmp.h>
8755#endif 15644#endif
8756#include <errno.h> 15645#include <errno.h>
8757main() 15646main()
8758{ 15647{
8759 char **w, *wtmplist[] = { 15648 char **w, *wtmplist[] = {
8760 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL }; 15649 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
8761 FILE *a, *f=fopen("conftestval", "w"); 15650 FILE *a, *f=fopen("conftestval", "w");
8762 if (!f) exit(1); 15651 if (!f) exit(1);
8763#ifdef WTMP_FILE 15652#ifdef WTMP_FILE
8764 fprintf(f, "%s\n", WTMP_FILE); 15653 fprintf(f, "%s\n", WTMP_FILE);
8765 exit(0); 15654 exit(0);
8774 exit(0); 15663 exit(0);
8775 } 15664 }
8776 } 15665 }
8777 exit(0); 15666 exit(0);
8778} 15667}
8779EOF 15668_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 15669rm -f conftest$ac_exeext
8781then 15670if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15671 (eval $ac_link) 2>&5
15672 ac_status=$?
15673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15674 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15676 (eval $ac_try) 2>&5
15677 ac_status=$?
15678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15679 (exit $ac_status); }; }; then
8782 rxvt_cv_path_wtmp=`cat conftestval` 15680 rxvt_cv_path_wtmp=`cat conftestval`
8783else 15681else
15682 echo "$as_me: program exited with status $ac_status" >&5
8784 echo "configure: failed program was:" >&5 15683echo "$as_me: failed program was:" >&5
8785 cat conftest.$ac_ext >&5 15684sed 's/^/| /' conftest.$ac_ext >&5
8786 rm -fr conftest* 15685
15686( exit $ac_status )
8787 rxvt_cv_path_wtmp= 15687rxvt_cv_path_wtmp=
8788fi 15688fi
8789rm -fr conftest* 15689rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8790fi 15690fi
8791
8792fi 15691fi
8793 15692echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8794echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 15693echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8795if test x$rxvt_cv_path_wtmp != x; then 15694if test x$rxvt_cv_path_wtmp != x; then
15695
8796 cat >> confdefs.h <<EOF 15696cat >>confdefs.h <<_ACEOF
8797#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 15697#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8798EOF 15698_ACEOF
8799 15699
8800fi 15700fi
8801 15701
15702echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8802echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 15703echo $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 15704if test "${rxvt_cv_path_wtmpx+set}" = set; then
8805 echo $ac_n "(cached) $ac_c" 1>&6 15705 echo $ECHO_N "(cached) $ECHO_C" >&6
8806else 15706else
8807 if test "$cross_compiling" = yes; then 15707 if test "$cross_compiling" = yes; then
15708 { 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 15709echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
8809else 15710else
8810 cat > conftest.$ac_ext <<EOF 15711 cat >conftest.$ac_ext <<_ACEOF
8811#line 8812 "configure" 15712/* confdefs.h. */
8812#include "confdefs.h" 15713_ACEOF
15714cat confdefs.h >>conftest.$ac_ext
15715cat >>conftest.$ac_ext <<_ACEOF
15716/* end confdefs.h. */
8813#include <stdio.h> 15717#include <stdio.h>
8814#ifdef HAVE_UTMPX_H 15718#ifdef HAVE_UTMPX_H
8815#include <utmpx.h> 15719#include <utmpx.h>
8816#endif 15720#endif
8817#include <errno.h> 15721#include <errno.h>
8818main() 15722main()
8819{ 15723{
8820 char **w, *wtmplist[] = { 15724 char **w, *wtmplist[] = {
8821 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 15725 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8822 FILE *a, *f=fopen("conftestval", "w"); 15726 FILE *a, *f=fopen("conftestval", "w");
8823 if (!f) exit(1); 15727 if (!f) exit(1);
8824#ifdef WTMPX_FILE 15728#ifdef WTMPX_FILE
8825 fprintf(f, "%s\n", WTMPX_FILE); 15729 fprintf(f, "%s\n", WTMPX_FILE);
8826 exit(0); 15730 exit(0);
8835 exit(0); 15739 exit(0);
8836 } 15740 }
8837 } 15741 }
8838 exit(0); 15742 exit(0);
8839} 15743}
8840EOF 15744_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 15745rm -f conftest$ac_exeext
8842then 15746if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15747 (eval $ac_link) 2>&5
15748 ac_status=$?
15749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15750 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15752 (eval $ac_try) 2>&5
15753 ac_status=$?
15754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15755 (exit $ac_status); }; }; then
8843 rxvt_cv_path_wtmpx=`cat conftestval` 15756 rxvt_cv_path_wtmpx=`cat conftestval`
8844else 15757else
15758 echo "$as_me: program exited with status $ac_status" >&5
8845 echo "configure: failed program was:" >&5 15759echo "$as_me: failed program was:" >&5
8846 cat conftest.$ac_ext >&5 15760sed 's/^/| /' conftest.$ac_ext >&5
8847 rm -fr conftest* 15761
15762( exit $ac_status )
8848 rxvt_cv_path_wtmpx= 15763rxvt_cv_path_wtmpx=
8849fi 15764fi
8850rm -fr conftest* 15765rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8851fi 15766fi
8852
8853fi 15767fi
8854 15768echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8855echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15769echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8856if test x$rxvt_cv_path_wtmpx != x; then 15770if test x$rxvt_cv_path_wtmpx != x; then
15771
8857 cat >> confdefs.h <<EOF 15772cat >>confdefs.h <<_ACEOF
8858#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15773#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8859EOF 15774_ACEOF
8860 15775
8861fi 15776fi
8862 15777
15778echo "$as_me:$LINENO: checking where lastlog is located" >&5
8863echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15779echo $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 15780if test "${rxvt_cv_path_lastlog+set}" = set; then
8866 echo $ac_n "(cached) $ac_c" 1>&6 15781 echo $ECHO_N "(cached) $ECHO_C" >&6
8867else 15782else
8868 if test "$cross_compiling" = yes; then 15783 if test "$cross_compiling" = yes; then
15784 { 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 15785echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
8870else 15786else
8871 cat > conftest.$ac_ext <<EOF 15787 cat >conftest.$ac_ext <<_ACEOF
8872#line 8873 "configure" 15788/* confdefs.h. */
8873#include "confdefs.h" 15789_ACEOF
15790cat confdefs.h >>conftest.$ac_ext
15791cat >>conftest.$ac_ext <<_ACEOF
15792/* end confdefs.h. */
8874#include <stdio.h> 15793#include <stdio.h>
8875#include <sys/types.h> 15794#include <sys/types.h>
8876#ifdef HAVE_UTMPX_H 15795#ifdef HAVE_UTMPX_H
8877#include <utmpx.h> 15796#include <utmpx.h>
8878#elif defined(HAVE_UTMP_H) 15797#elif defined(HAVE_UTMP_H)
8901 exit(0); 15820 exit(0);
8902 } 15821 }
8903 } 15822 }
8904 exit(0); 15823 exit(0);
8905} 15824}
8906EOF 15825_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 15826rm -f conftest$ac_exeext
8908then 15827if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15828 (eval $ac_link) 2>&5
15829 ac_status=$?
15830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15831 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15833 (eval $ac_try) 2>&5
15834 ac_status=$?
15835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15836 (exit $ac_status); }; }; then
8909 rxvt_cv_path_lastlog=`cat conftestval` 15837 rxvt_cv_path_lastlog=`cat conftestval`
8910else 15838else
15839 echo "$as_me: program exited with status $ac_status" >&5
8911 echo "configure: failed program was:" >&5 15840echo "$as_me: failed program was:" >&5
8912 cat conftest.$ac_ext >&5 15841sed 's/^/| /' conftest.$ac_ext >&5
8913 rm -fr conftest* 15842
15843( exit $ac_status )
8914 rxvt_cv_path_lastlog= 15844rxvt_cv_path_lastlog=
8915fi 15845fi
8916rm -fr conftest* 15846rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8917fi 15847fi
8918
8919fi 15848fi
8920 15849echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8921echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15850echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8922if test x$rxvt_cv_path_lastlog != x; then 15851if test x$rxvt_cv_path_lastlog != x; then
15852
8923 cat >> confdefs.h <<EOF 15853cat >>confdefs.h <<_ACEOF
8924#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15854#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8925EOF 15855_ACEOF
8926 15856
8927 if test -d "$rxvt_cv_path_lastlog"; then 15857 if test -d "$rxvt_cv_path_lastlog"; then
15858
8928 cat >> confdefs.h <<\EOF 15859cat >>confdefs.h <<\_ACEOF
8929#define LASTLOG_IS_DIR 1 15860#define LASTLOG_IS_DIR 1
8930EOF 15861_ACEOF
8931 15862
8932 fi 15863 fi
8933fi 15864fi
8934 15865
15866echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8935echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15867echo $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 15868if test "${rxvt_cv_path_lastlogx+set}" = set; then
8938 echo $ac_n "(cached) $ac_c" 1>&6 15869 echo $ECHO_N "(cached) $ECHO_C" >&6
8939else 15870else
8940 if test "$cross_compiling" = yes; then 15871 if test "$cross_compiling" = yes; then
15872 { 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 15873echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
8942else 15874else
8943 cat > conftest.$ac_ext <<EOF 15875 cat >conftest.$ac_ext <<_ACEOF
8944#line 8945 "configure" 15876/* confdefs.h. */
8945#include "confdefs.h" 15877_ACEOF
15878cat confdefs.h >>conftest.$ac_ext
15879cat >>conftest.$ac_ext <<_ACEOF
15880/* end confdefs.h. */
8946#include <stdio.h> 15881#include <stdio.h>
8947#ifdef HAVE_UTMPX_H 15882#ifdef HAVE_UTMPX_H
8948#include <utmpx.h> 15883#include <utmpx.h>
8949#endif 15884#endif
8950#include <errno.h> 15885#include <errno.h>
8967 exit(0); 15902 exit(0);
8968 } 15903 }
8969 } 15904 }
8970 exit(0); 15905 exit(0);
8971} 15906}
8972EOF 15907_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 15908rm -f conftest$ac_exeext
8974then 15909if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15910 (eval $ac_link) 2>&5
15911 ac_status=$?
15912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15913 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15915 (eval $ac_try) 2>&5
15916 ac_status=$?
15917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15918 (exit $ac_status); }; }; then
8975 rxvt_cv_path_lastlogx=`cat conftestval` 15919 rxvt_cv_path_lastlogx=`cat conftestval`
8976else 15920else
15921 echo "$as_me: program exited with status $ac_status" >&5
8977 echo "configure: failed program was:" >&5 15922echo "$as_me: failed program was:" >&5
8978 cat conftest.$ac_ext >&5 15923sed 's/^/| /' conftest.$ac_ext >&5
8979 rm -fr conftest* 15924
15925( exit $ac_status )
8980 rxvt_cv_path_lastlogx= 15926rxvt_cv_path_lastlogx=
8981fi 15927fi
8982rm -fr conftest* 15928rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8983fi 15929fi
8984
8985fi 15930fi
8986 15931echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8987echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15932echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8988if test x$rxvt_cv_path_lastlogx != x; then 15933if test x$rxvt_cv_path_lastlogx != x; then
15934
8989 cat >> confdefs.h <<EOF 15935cat >>confdefs.h <<_ACEOF
8990#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15936#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8991EOF 15937_ACEOF
8992 15938
8993fi 15939fi
8994 15940
8995 15941
15942echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8996echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15943echo $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 15944if test "${rxvt_cv_path_ttytab+set}" = set; then
8999 echo $ac_n "(cached) $ac_c" 1>&6 15945 echo $ECHO_N "(cached) $ECHO_C" >&6
9000else 15946else
9001 for ttys_file in /etc/ttys /etc/ttytab; 15947 for ttys_file in /etc/ttys /etc/ttytab;
9002do 15948do
9003 if test -f "$ttys_file" ; then 15949 if test -f "$ttys_file" ; then
9004 rxvt_cv_path_ttytab=$ttys_file 15950 rxvt_cv_path_ttytab=$ttys_file
9005 break 15951 break
9006 fi 15952 fi
9007done 15953done
9008 15954
9009fi 15955fi
9010 15956echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
9011echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15957echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
9012if test x$rxvt_cv_path_ttytab != x; then 15958if test x$rxvt_cv_path_ttytab != x; then
15959
9013 cat >> confdefs.h <<EOF 15960cat >>confdefs.h <<_ACEOF
9014#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 15961#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
9015EOF 15962_ACEOF
9016 15963
9017fi 15964fi
9018 15965
9019 15966
9020ac_save_LIBS=$LIBS 15967ac_save_LIBS=$LIBS
9022CFLAGS="$CFLAGS $X_CFLAGS" 15969CFLAGS="$CFLAGS $X_CFLAGS"
9023LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 15970LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9024if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 15971if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
9025 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 15972 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9026fi 15973fi
15974echo "$as_me:$LINENO: checking for working Xlocale" >&5
9027echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 15975echo $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 15976if test "${rxvt_cv_func_xlocale+set}" = set; then
9030 echo $ac_n "(cached) $ac_c" 1>&6 15977 echo $ECHO_N "(cached) $ECHO_C" >&6
9031else 15978else
9032 if test "$cross_compiling" = yes; then 15979 if test "$cross_compiling" = yes; then
15980 { 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 15981echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9034else 15982else
9035 cat > conftest.$ac_ext <<EOF 15983 cat >conftest.$ac_ext <<_ACEOF
9036#line 9037 "configure" 15984/* confdefs.h. */
9037#include "confdefs.h" 15985_ACEOF
15986cat confdefs.h >>conftest.$ac_ext
15987cat >>conftest.$ac_ext <<_ACEOF
15988/* end confdefs.h. */
9038#include <X11/Xlib.h> 15989#include <X11/Xlib.h>
9039main() { 15990main() {
9040char *p; 15991char *p;
9041if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 15992if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9042exit (XSupportsLocale() ? 0 : 1); 15993exit (XSupportsLocale() ? 0 : 1);
9043else 15994else
9044exit (1);} 15995exit (1);}
9045EOF 15996_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 15997rm -f conftest$ac_exeext
9047then 15998if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15999 (eval $ac_link) 2>&5
16000 ac_status=$?
16001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16002 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16004 (eval $ac_try) 2>&5
16005 ac_status=$?
16006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16007 (exit $ac_status); }; }; then
9048 rxvt_cv_func_xlocale=yes 16008 rxvt_cv_func_xlocale=yes
9049else 16009else
16010 echo "$as_me: program exited with status $ac_status" >&5
9050 echo "configure: failed program was:" >&5 16011echo "$as_me: failed program was:" >&5
9051 cat conftest.$ac_ext >&5 16012sed 's/^/| /' conftest.$ac_ext >&5
9052 rm -fr conftest* 16013
16014( exit $ac_status )
9053 rxvt_cv_func_xlocale=no 16015rxvt_cv_func_xlocale=no
9054fi 16016fi
9055rm -fr conftest* 16017rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9056fi 16018fi
9057
9058fi 16019fi
9059 16020echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9060echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 16021echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9061if test x$rxvt_cv_func_xlocale = xyes; then 16022if test x$rxvt_cv_func_xlocale = xyes; then
16023
9062 cat >> confdefs.h <<\EOF 16024cat >>confdefs.h <<\_ACEOF
9063#define HAVE_XLOCALE 1 16025#define HAVE_XLOCALE 1
9064EOF 16026_ACEOF
9065 16027
9066fi 16028fi
9067 16029
16030echo "$as_me:$LINENO: checking for working X setlocale" >&5
9068echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 16031echo $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 16032if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9071 echo $ac_n "(cached) $ac_c" 1>&6 16033 echo $ECHO_N "(cached) $ECHO_C" >&6
9072else 16034else
9073 cat > conftest.$ac_ext <<EOF 16035 cat >conftest.$ac_ext <<_ACEOF
9074#line 9075 "configure" 16036/* confdefs.h. */
9075#include "confdefs.h" 16037_ACEOF
16038cat confdefs.h >>conftest.$ac_ext
16039cat >>conftest.$ac_ext <<_ACEOF
16040/* end confdefs.h. */
9076#define X_LOCALE 1 16041#define X_LOCALE 1
9077#include <X11/Xlocale.h> 16042#include <X11/Xlocale.h>
9078int main() { 16043int
16044main ()
16045{
9079setlocale(LC_CTYPE, ""); 16046setlocale(LC_CTYPE, "");
16047 ;
9080; return 0; } 16048 return 0;
9081EOF 16049}
9082if { (eval echo configure:9083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16050_ACEOF
16051rm -f conftest.$ac_objext conftest$ac_exeext
16052if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16053 (eval $ac_link) 2>conftest.er1
16054 ac_status=$?
16055 grep -v '^ *+' conftest.er1 >conftest.err
9083 rm -rf conftest* 16056 rm -f conftest.er1
16057 cat conftest.err >&5
16058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16059 (exit $ac_status); } &&
16060 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16062 (eval $ac_try) 2>&5
16063 ac_status=$?
16064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16065 (exit $ac_status); }; } &&
16066 { ac_try='test -s conftest$ac_exeext'
16067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16068 (eval $ac_try) 2>&5
16069 ac_status=$?
16070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16071 (exit $ac_status); }; }; then
9084 rxvt_cv_func_xsetlocale=yes 16072 rxvt_cv_func_xsetlocale=yes
9085else 16073else
9086 echo "configure: failed program was:" >&5 16074 echo "$as_me: failed program was:" >&5
9087 cat conftest.$ac_ext >&5 16075sed 's/^/| /' conftest.$ac_ext >&5
9088 rm -rf conftest* 16076
9089 rxvt_cv_func_xsetlocale=no 16077rxvt_cv_func_xsetlocale=no
9090fi 16078fi
9091rm -f conftest* 16079rm -f conftest.err conftest.$ac_objext \
16080 conftest$ac_exeext conftest.$ac_ext
9092fi 16081fi
9093 16082echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9094echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 16083echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9095if test x$rxvt_cv_func_xsetlocale = xyes; then 16084if test x$rxvt_cv_func_xsetlocale = xyes; then
16085
9096 cat >> confdefs.h <<\EOF 16086cat >>confdefs.h <<\_ACEOF
9097#define HAVE_XSETLOCALE 1 16087#define HAVE_XSETLOCALE 1
9098EOF 16088_ACEOF
9099 16089
9100fi 16090fi
9101LIBS=$ac_save_LIBS 16091LIBS=$ac_save_LIBS
9102CFLAGS=$ac_save_CFLAGS 16092CFLAGS=$ac_save_CFLAGS
9103 16093
16094echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9104echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 16095echo $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 16096if test "${rxvt_cv_func_setlocale+set}" = set; then
9107 echo $ac_n "(cached) $ac_c" 1>&6 16097 echo $ECHO_N "(cached) $ECHO_C" >&6
9108else 16098else
9109 cat > conftest.$ac_ext <<EOF 16099 cat >conftest.$ac_ext <<_ACEOF
9110#line 9111 "configure" 16100/* confdefs.h. */
9111#include "confdefs.h" 16101_ACEOF
16102cat confdefs.h >>conftest.$ac_ext
16103cat >>conftest.$ac_ext <<_ACEOF
16104/* end confdefs.h. */
9112#include <locale.h> 16105#include <clocale>
9113int main() { 16106int
16107main ()
16108{
9114setlocale(LC_CTYPE, ""); 16109setlocale(LC_CTYPE, "");
16110 ;
9115; return 0; } 16111 return 0;
9116EOF 16112}
9117if { (eval echo configure:9118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16113_ACEOF
16114rm -f conftest.$ac_objext conftest$ac_exeext
16115if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16116 (eval $ac_link) 2>conftest.er1
16117 ac_status=$?
16118 grep -v '^ *+' conftest.er1 >conftest.err
9118 rm -rf conftest* 16119 rm -f conftest.er1
16120 cat conftest.err >&5
16121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16122 (exit $ac_status); } &&
16123 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16125 (eval $ac_try) 2>&5
16126 ac_status=$?
16127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16128 (exit $ac_status); }; } &&
16129 { ac_try='test -s conftest$ac_exeext'
16130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16131 (eval $ac_try) 2>&5
16132 ac_status=$?
16133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16134 (exit $ac_status); }; }; then
9119 rxvt_cv_func_setlocale=yes 16135 rxvt_cv_func_setlocale=yes
9120else 16136else
9121 echo "configure: failed program was:" >&5 16137 echo "$as_me: failed program was:" >&5
9122 cat conftest.$ac_ext >&5 16138sed 's/^/| /' conftest.$ac_ext >&5
9123 rm -rf conftest* 16139
9124 rxvt_cv_func_setlocale=no 16140rxvt_cv_func_setlocale=no
9125fi 16141fi
9126rm -f conftest* 16142rm -f conftest.err conftest.$ac_objext \
16143 conftest$ac_exeext conftest.$ac_ext
9127fi 16144fi
9128 16145echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9129echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 16146echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9130if test x$rxvt_cv_func_setlocale = xyes; then 16147if test x$rxvt_cv_func_setlocale = xyes; then
16148
9131 cat >> confdefs.h <<\EOF 16149cat >>confdefs.h <<\_ACEOF
9132#define HAVE_SETLOCALE 1 16150#define HAVE_SETLOCALE 1
9133EOF 16151_ACEOF
9134 16152
9135fi 16153fi
9136 16154
16155echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9137echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 16156echo $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 16157if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9140 echo $ac_n "(cached) $ac_c" 1>&6 16158 echo $ECHO_N "(cached) $ECHO_C" >&6
9141else 16159else
9142 cat > conftest.$ac_ext <<EOF 16160 cat >conftest.$ac_ext <<_ACEOF
9143#line 9144 "configure" 16161/* confdefs.h. */
9144#include "confdefs.h" 16162_ACEOF
16163cat confdefs.h >>conftest.$ac_ext
16164cat >>conftest.$ac_ext <<_ACEOF
16165/* end confdefs.h. */
9145#include <langinfo.h> 16166#include <langinfo.h>
9146int main() { 16167int
16168main ()
16169{
9147nl_langinfo(CODESET); 16170nl_langinfo(CODESET);
16171 ;
9148; return 0; } 16172 return 0;
9149EOF 16173}
9150if { (eval echo configure:9151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16174_ACEOF
16175rm -f conftest.$ac_objext conftest$ac_exeext
16176if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16177 (eval $ac_link) 2>conftest.er1
16178 ac_status=$?
16179 grep -v '^ *+' conftest.er1 >conftest.err
9151 rm -rf conftest* 16180 rm -f conftest.er1
16181 cat conftest.err >&5
16182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16183 (exit $ac_status); } &&
16184 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16186 (eval $ac_try) 2>&5
16187 ac_status=$?
16188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16189 (exit $ac_status); }; } &&
16190 { ac_try='test -s conftest$ac_exeext'
16191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16192 (eval $ac_try) 2>&5
16193 ac_status=$?
16194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16195 (exit $ac_status); }; }; then
9152 rxvt_cv_func_nl_langinfo=yes 16196 rxvt_cv_func_nl_langinfo=yes
9153else 16197else
9154 echo "configure: failed program was:" >&5 16198 echo "$as_me: failed program was:" >&5
9155 cat conftest.$ac_ext >&5 16199sed 's/^/| /' conftest.$ac_ext >&5
9156 rm -rf conftest* 16200
9157 rxvt_cv_func_nl_langinfo=no 16201rxvt_cv_func_nl_langinfo=no
9158fi 16202fi
9159rm -f conftest* 16203rm -f conftest.err conftest.$ac_objext \
16204 conftest$ac_exeext conftest.$ac_ext
9160fi 16205fi
9161 16206echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9162echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 16207echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9163if test x$rxvt_cv_func_nl_langinfo = xyes; then 16208if test x$rxvt_cv_func_nl_langinfo = xyes; then
16209
9164 cat >> confdefs.h <<\EOF 16210cat >>confdefs.h <<\_ACEOF
9165#define HAVE_NL_LANGINFO 1 16211#define HAVE_NL_LANGINFO 1
9166EOF 16212_ACEOF
9167 16213
9168fi 16214fi
9169 16215
9170echo $ac_n "checking for getpt""... $ac_c" 1>&6 16216echo "$as_me:$LINENO: checking for broken XIM callback" >&5
9171echo "configure:9172: checking for getpt" >&5 16217echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
9172if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then 16218if test "${rxvt_broken_ximcb+set}" = set; then
9173 echo $ac_n "(cached) $ac_c" 1>&6 16219 echo $ECHO_N "(cached) $ECHO_C" >&6
9174else 16220else
9175 cat > conftest.$ac_ext <<EOF 16221 cat >conftest.$ac_ext <<_ACEOF
9176#line 9177 "configure" 16222
9177#include "confdefs.h" 16223#include <X11/Xlib.h>
16224
16225void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
16226
16227void f() {
16228 XIMCallback cb;
16229 cb.callback = im_destroy_cb;
16230}
16231
16232_ACEOF
16233rm -f conftest.$ac_objext
16234if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16235 (eval $ac_compile) 2>conftest.er1
16236 ac_status=$?
16237 grep -v '^ *+' conftest.er1 >conftest.err
16238 rm -f conftest.er1
16239 cat conftest.err >&5
16240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16241 (exit $ac_status); } &&
16242 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16244 (eval $ac_try) 2>&5
16245 ac_status=$?
16246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); }; } &&
16248 { ac_try='test -s conftest.$ac_objext'
16249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16250 (eval $ac_try) 2>&5
16251 ac_status=$?
16252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16253 (exit $ac_status); }; }; then
16254 rxvt_broken_ximcb=yes
16255else
16256 echo "$as_me: failed program was:" >&5
16257sed 's/^/| /' conftest.$ac_ext >&5
16258
16259rxvt_broken_ximcb=no
16260fi
16261rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16262fi
16263echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
16264echo "${ECHO_T}$rxvt_broken_ximcb" >&6
16265
16266if test x$rxvt_broken_ximcb = xyes; then
16267
16268cat >>confdefs.h <<\_ACEOF
16269#define XIMCB_PROTO_BROKEN 1
16270_ACEOF
16271
16272fi
16273
16274echo "$as_me:$LINENO: checking for getpt" >&5
16275echo $ECHO_N "checking for getpt... $ECHO_C" >&6
16276if test "${rxvt_cv_func_getpt+set}" = set; then
16277 echo $ECHO_N "(cached) $ECHO_C" >&6
16278else
16279 cat >conftest.$ac_ext <<_ACEOF
16280/* confdefs.h. */
16281_ACEOF
16282cat confdefs.h >>conftest.$ac_ext
16283cat >>conftest.$ac_ext <<_ACEOF
16284/* end confdefs.h. */
9178#define _GNU_SOURCE 16285#define _GNU_SOURCE
9179#ifdef HAVE_STDLIB_H 16286#ifdef HAVE_STDLIB_H
9180# include <stdlib.h> 16287# include <cstdlib>
9181#endif 16288#endif
9182int main() { 16289int
16290main ()
16291{
9183(void)getpt(); 16292(void)getpt();
16293 ;
9184; return 0; } 16294 return 0;
9185EOF 16295}
9186if { (eval echo configure:9187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16296_ACEOF
16297rm -f conftest.$ac_objext conftest$ac_exeext
16298if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16299 (eval $ac_link) 2>conftest.er1
16300 ac_status=$?
16301 grep -v '^ *+' conftest.er1 >conftest.err
9187 rm -rf conftest* 16302 rm -f conftest.er1
16303 cat conftest.err >&5
16304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305 (exit $ac_status); } &&
16306 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16308 (eval $ac_try) 2>&5
16309 ac_status=$?
16310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16311 (exit $ac_status); }; } &&
16312 { ac_try='test -s conftest$ac_exeext'
16313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16314 (eval $ac_try) 2>&5
16315 ac_status=$?
16316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16317 (exit $ac_status); }; }; then
9188 rxvt_cv_func_getpt=yes 16318 rxvt_cv_func_getpt=yes
9189else 16319else
9190 echo "configure: failed program was:" >&5 16320 echo "$as_me: failed program was:" >&5
9191 cat conftest.$ac_ext >&5 16321sed 's/^/| /' conftest.$ac_ext >&5
9192 rm -rf conftest* 16322
9193 rxvt_cv_func_getpt=no 16323rxvt_cv_func_getpt=no
9194fi 16324fi
9195rm -f conftest* 16325rm -f conftest.err conftest.$ac_objext \
16326 conftest$ac_exeext conftest.$ac_ext
9196fi 16327fi
9197 16328echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9198echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 16329echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9199if test x$rxvt_cv_func_getpt = xyes; then 16330if test x$rxvt_cv_func_getpt = xyes; then
16331
9200 cat >> confdefs.h <<\EOF 16332cat >>confdefs.h <<\_ACEOF
9201#define HAVE_GETPT 1 16333#define HAVE_GETPT 1
9202EOF 16334_ACEOF
9203 16335
9204fi 16336fi
9205 16337
16338echo "$as_me:$LINENO: checking for pty/tty type" >&5
9206echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 16339echo $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 16340if test "${rxvt_cv_ptys+set}" = set; then
9209 echo $ac_n "(cached) $ac_c" 1>&6 16341 echo $ECHO_N "(cached) $ECHO_C" >&6
9210else 16342else
9211 if test x$ac_cv_func_openpty = xyes; then 16343 if test x$ac_cv_func_openpty = xyes; then
9212 rxvt_cv_ptys=OPENPTY 16344 rxvt_cv_ptys=OPENPTY
9213 else if test x$ac_cv_func__getpty = xyes; then 16345 else if test x$ac_cv_func__getpty = xyes; then
9214 rxvt_cv_ptys=SGI4 16346 rxvt_cv_ptys=SGI4
9237fi 16369fi
9238fi 16370fi
9239fi 16371fi
9240 16372
9241fi 16373fi
9242 16374echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9243echo "$ac_t""$rxvt_cv_ptys" 1>&6 16375echo "${ECHO_T}$rxvt_cv_ptys" >&6
9244 16376
9245if test x$rxvt_cv_ptys = xOPENPTY; then 16377if test x$rxvt_cv_ptys = xOPENPTY; then
16378
9246 cat >> confdefs.h <<\EOF 16379cat >>confdefs.h <<\_ACEOF
9247#define PTYS_ARE_OPENPTY 1 16380#define PTYS_ARE_OPENPTY 1
9248EOF 16381_ACEOF
9249 16382
9250fi 16383fi
9251if test x$rxvt_cv_ptys = xSCO; then 16384if test x$rxvt_cv_ptys = xSCO; then
16385
9252 cat >> confdefs.h <<\EOF 16386cat >>confdefs.h <<\_ACEOF
9253#define PTYS_ARE_NUMERIC 1 16387#define PTYS_ARE_NUMERIC 1
9254EOF 16388_ACEOF
9255 16389
9256fi 16390fi
9257if test x$rxvt_cv_ptys = xSTREAMS; then 16391if test x$rxvt_cv_ptys = xSTREAMS; then
16392
9258 cat >> confdefs.h <<\EOF 16393cat >>confdefs.h <<\_ACEOF
9259#define PTYS_ARE_PTMX 1 16394#define PTYS_ARE_PTMX 1
9260EOF 16395_ACEOF
9261 16396
9262fi 16397fi
9263if test x$rxvt_cv_ptys = xPTC; then 16398if test x$rxvt_cv_ptys = xPTC; then
16399
9264 cat >> confdefs.h <<\EOF 16400cat >>confdefs.h <<\_ACEOF
9265#define PTYS_ARE_PTC 1 16401#define PTYS_ARE_PTC 1
9266EOF 16402_ACEOF
9267 16403
9268fi 16404fi
9269if test x$rxvt_cv_ptys = xSGI4; then 16405if test x$rxvt_cv_ptys = xSGI4; then
16406
9270 cat >> confdefs.h <<\EOF 16407cat >>confdefs.h <<\_ACEOF
9271#define PTYS_ARE__GETPTY 1 16408#define PTYS_ARE__GETPTY 1
9272EOF 16409_ACEOF
9273 16410
9274fi 16411fi
9275if test x$rxvt_cv_ptys = xCONVEX; then 16412if test x$rxvt_cv_ptys = xCONVEX; then
16413
9276 cat >> confdefs.h <<\EOF 16414cat >>confdefs.h <<\_ACEOF
9277#define PTYS_ARE_GETPTY 1 16415#define PTYS_ARE_GETPTY 1
9278EOF 16416_ACEOF
9279 16417
9280fi 16418fi
9281if test x$rxvt_cv_ptys = xGLIBC; then 16419if test x$rxvt_cv_ptys = xGLIBC; then
16420
9282 cat >> confdefs.h <<\EOF 16421cat >>confdefs.h <<\_ACEOF
9283#define PTYS_ARE_GETPT 1 16422#define PTYS_ARE_GETPT 1
9284EOF 16423_ACEOF
9285 16424
9286fi 16425fi
9287if test x$rxvt_cv_ptys = xHPUX; then 16426if test x$rxvt_cv_ptys = xHPUX; then
16427
9288 cat >> confdefs.h <<\EOF 16428cat >>confdefs.h <<\_ACEOF
9289#define PTYS_ARE_CLONE 1 16429#define PTYS_ARE_CLONE 1
9290EOF 16430_ACEOF
9291 16431
9292fi 16432fi
9293if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 16433if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
16434
9294 cat >> confdefs.h <<\EOF 16435cat >>confdefs.h <<\_ACEOF
9295#define PTYS_ARE_SEARCHED 1 16436#define PTYS_ARE_SEARCHED 1
9296EOF 16437_ACEOF
9297 16438
9298fi 16439fi
9299 16440
9300 16441
16442{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9301echo "checking for pty ranges" 1>&6 16443echo "$as_me: checking for pty ranges..." >&6;}
9302echo "configure:9303: checking for pty ranges" >&5
9303ptys=`echo /dev/pty??` 16444ptys=`echo /dev/pty??`
9304pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` 16445pch1=`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'` 16446pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
9306if test x$pch1 != x; then 16447if test x$pch1 != x; then
16448
9307 cat >> confdefs.h <<EOF 16449cat >>confdefs.h <<_ACEOF
9308#define PTYCHAR1 "$pch1" 16450#define PTYCHAR1 "$pch1"
9309EOF 16451_ACEOF
9310 16452
9311fi 16453fi
9312if test x$pch2 != x; then 16454if test x$pch2 != x; then
16455
9313 cat >> confdefs.h <<EOF 16456cat >>confdefs.h <<_ACEOF
9314#define PTYCHAR2 "$pch2" 16457#define PTYCHAR2 "$pch2"
9315EOF 16458_ACEOF
9316 16459
9317fi 16460fi
9318 16461
9319echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6
9320echo "configure:9321: checking for setlocale in -lxpg4" >&5
9321ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'`
9322if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9323 echo $ac_n "(cached) $ac_c" 1>&6
9324else
9325 ac_save_LIBS="$LIBS"
9326LIBS="-lxpg4 $LIBS"
9327cat > conftest.$ac_ext <<EOF
9328#line 9329 "configure"
9329#include "confdefs.h"
9330/* Override any gcc2 internal prototype to avoid an error. */
9331/* We use char because int might match the return type of a gcc2
9332 builtin and then its argument prototype would still apply. */
9333char setlocale();
9334
9335int main() {
9336setlocale()
9337; return 0; }
9338EOF
9339if { (eval echo configure:9340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9340 rm -rf conftest*
9341 eval "ac_cv_lib_$ac_lib_var=yes"
9342else
9343 echo "configure: failed program was:" >&5
9344 cat conftest.$ac_ext >&5
9345 rm -rf conftest*
9346 eval "ac_cv_lib_$ac_lib_var=no"
9347fi
9348rm -f conftest*
9349LIBS="$ac_save_LIBS"
9350
9351fi
9352if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9353 echo "$ac_t""yes" 1>&6
9354 LIBS="$LIBS -lxpg4"
9355else
9356 echo "$ac_t""no" 1>&6
9357fi
9358
9359
9360if test x$support_graphics = xyes; then 16462if test x$support_iso14755 = xyes; then
16463
9361 cat >> confdefs.h <<\EOF 16464cat >>confdefs.h <<\_ACEOF
9362#define RXVT_GRAPHICS 1 16465#define ISO_14755 1
9363EOF 16466_ACEOF
16467
16468fi
16469if test x$support_8bitctrls = xyes; then
16470
16471cat >>confdefs.h <<\_ACEOF
16472#define EIGHT_BIT_CONTROLS 1
16473_ACEOF
16474
16475fi
16476if test x$support_fading = xyes; then
16477
16478cat >>confdefs.h <<\_ACEOF
16479#define OFF_FOCUS_FADING 1
16480_ACEOF
16481
16482fi
16483if test x$support_tinting = xyes; then
16484
16485cat >>confdefs.h <<\_ACEOF
16486#define TINTING 1
16487_ACEOF
9364 16488
9365fi 16489fi
9366if test x$support_inheritpixmap = xyes; then 16490if test x$support_inheritpixmap = xyes; then
16491
9367 cat >> confdefs.h <<\EOF 16492cat >>confdefs.h <<\_ACEOF
9368#define TRANSPARENT 1 16493#define TRANSPARENT 1
9369EOF 16494_ACEOF
9370 16495
9371fi 16496fi
9372if test x$support_keepscrolling = xno; then 16497if test x$support_keepscrolling = xno; then
16498
9373 cat >> confdefs.h <<\EOF 16499cat >>confdefs.h <<\_ACEOF
9374#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16500#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9375EOF 16501_ACEOF
9376 16502
9377fi 16503fi
9378if test x$support_selectionscrolling = xyes; then 16504if test x$support_selectionscrolling = xyes; then
16505
9379 cat >> confdefs.h <<\EOF 16506cat >>confdefs.h <<\_ACEOF
9380#define SELECTION_SCROLLING 1 16507#define SELECTION_SCROLLING 1
9381EOF 16508_ACEOF
9382 16509
9383fi 16510fi
9384if test x$support_menubar = xyes; then 16511if test x$support_menubar = xyes; then
16512
9385 cat >> confdefs.h <<\EOF 16513cat >>confdefs.h <<\_ACEOF
9386#define MENUBAR 1 16514#define MENUBAR 1
9387EOF 16515_ACEOF
9388 16516
9389fi 16517fi
9390if test x$support_frills = xno; then 16518if test x$support_frills = xyes; then
16519
9391 cat >> confdefs.h <<\EOF 16520cat >>confdefs.h <<\_ACEOF
9392#define NO_FRILLS 1 16521#define ENABLE_FRILLS 1
9393EOF 16522_ACEOF
9394 16523
9395fi 16524fi
9396if test x$support_linespace = xno; then 16525if test x$support_linespace = xno; then
16526
9397 cat >> confdefs.h <<\EOF 16527cat >>confdefs.h <<\_ACEOF
9398#define NO_LINESPACE 1 16528#define NO_LINESPACE 1
9399EOF 16529_ACEOF
9400 16530
9401fi 16531fi
9402if test x$support_24bit = xyes; then 16532if test x$support_24bit = xyes; then
16533
9403 cat >> confdefs.h <<\EOF 16534cat >>confdefs.h <<\_ACEOF
9404#define PREFER_24BIT 1 16535#define PREFER_24BIT 1
9405EOF 16536_ACEOF
9406 16537
9407fi 16538fi
9408if test x$support_mousewheel = xyes; then 16539if test x$support_mousewheel = xyes; then
16540
9409 cat >> confdefs.h <<\EOF 16541cat >>confdefs.h <<\_ACEOF
9410#define MOUSE_WHEEL 1 16542#define MOUSE_WHEEL 1
9411EOF 16543_ACEOF
9412 16544
9413fi 16545fi
9414if test x$support_mouseslipwheel = xyes; then 16546if test x$support_mouseslipwheel = xyes; then
16547
9415 cat >> confdefs.h <<\EOF 16548cat >>confdefs.h <<\_ACEOF
9416#define MOUSE_SLIP_WHEELING 1 16549#define MOUSE_SLIP_WHEELING 1
9417EOF 16550_ACEOF
9418
9419fi
9420if test x$support_oldselection = xno; then
9421 cat >> confdefs.h <<\EOF
9422#define NO_OLD_SELECTION 1
9423EOF
9424 16551
9425fi 16552fi
9426if test x$support_utmp = xyes; then 16553if test x$support_utmp = xyes; then
16554
9427 cat >> confdefs.h <<\EOF 16555cat >>confdefs.h <<\_ACEOF
9428#define UTMP_SUPPORT 1 16556#define UTMP_SUPPORT 1
9429EOF 16557_ACEOF
9430 16558
9431fi 16559fi
9432if test x$support_wtmp = xyes; then 16560if test x$support_wtmp = xyes; then
16561
9433 cat >> confdefs.h <<\EOF 16562cat >>confdefs.h <<\_ACEOF
9434#define WTMP_SUPPORT 1 16563#define WTMP_SUPPORT 1
9435EOF 16564_ACEOF
9436 16565
9437fi 16566fi
9438if test x$support_lastlog = xyes; then 16567if test x$support_lastlog = xyes; then
16568
9439 cat >> confdefs.h <<\EOF 16569cat >>confdefs.h <<\_ACEOF
9440#define LASTLOG_SUPPORT 1 16570#define LASTLOG_SUPPORT 1
9441EOF 16571_ACEOF
9442 16572
9443fi 16573fi
9444if test x$support_xim = xyes -o x$multichar_set = xyes; then 16574if test x$support_xim = xyes -o x$multichar_set = xyes; then
9445 if test x$rxvt_cv_func_xlocale = xyes; then 16575 if test x$rxvt_cv_func_xlocale = xyes; then
16576
9446 cat >> confdefs.h <<\EOF 16577cat >>confdefs.h <<\_ACEOF
9447#define USE_XIM 1 16578#define USE_XIM 1
9448EOF 16579_ACEOF
9449 16580
9450 fi 16581 fi
9451fi 16582fi
9452if test x$support_xpm = xyes; then 16583if test x$support_xpm = xyes; then
16584
9453 cat >> confdefs.h <<\EOF 16585cat >>confdefs.h <<\_ACEOF
9454#define XPM_BACKGROUND 1 16586#define XPM_BACKGROUND 1
9455EOF 16587_ACEOF
9456 16588
9457fi 16589fi
9458if test x$support_scroll_rxvt = xyes; then 16590if test x$support_scroll_rxvt = xyes; then
16591
9459 cat >> confdefs.h <<\EOF 16592cat >>confdefs.h <<\_ACEOF
9460#define RXVT_SCROLLBAR 1 16593#define RXVT_SCROLLBAR 1
9461EOF 16594_ACEOF
9462 16595
9463 scrolltypes="rxvt" 16596 scrolltypes="rxvt"
9464fi 16597fi
9465if test x$support_scroll_next = xyes; then 16598if test x$support_scroll_next = xyes; then
16599
9466 cat >> confdefs.h <<\EOF 16600cat >>confdefs.h <<\_ACEOF
9467#define NEXT_SCROLLBAR 1 16601#define NEXT_SCROLLBAR 1
9468EOF 16602_ACEOF
9469 16603
9470 scrolltypes="$scrolltypes next" 16604 scrolltypes="$scrolltypes next"
9471fi 16605fi
9472if test x$support_scroll_xterm = xyes; then 16606if test x$support_scroll_xterm = xyes; then
16607
9473 cat >> confdefs.h <<\EOF 16608cat >>confdefs.h <<\_ACEOF
9474#define XTERM_SCROLLBAR 1 16609#define XTERM_SCROLLBAR 1
9475EOF 16610_ACEOF
9476 16611
9477 scrolltypes="$scrolltypes xterm" 16612 scrolltypes="$scrolltypes xterm"
9478fi 16613fi
16614if test x$support_scroll_plain = xyes; then
16615
16616cat >>confdefs.h <<\_ACEOF
16617#define PLAIN_SCROLLBAR 1
16618_ACEOF
16619
16620 scrolltypes="$scrolltypes plain"
16621fi
9479if test x$support_pointer_blank = xyes; then 16622if test x$support_pointer_blank = xyes; then
16623
9480 cat >> confdefs.h <<\EOF 16624cat >>confdefs.h <<\_ACEOF
9481#define POINTER_BLANK 1 16625#define POINTER_BLANK 1
9482EOF 16626_ACEOF
9483 16627
9484fi 16628fi
9485if test x$support_cursor_blink = xyes; then 16629if test x$support_cursor_blink = xyes; then
16630
9486 cat >> confdefs.h <<\EOF 16631cat >>confdefs.h <<\_ACEOF
9487#define CURSOR_BLINK 1 16632#define CURSOR_BLINK 1
9488EOF 16633_ACEOF
16634
16635fi
16636if test x$support_text_blink = xyes; then
16637
16638cat >>confdefs.h <<\_ACEOF
16639#define TEXT_BLINK 1
16640_ACEOF
9489 16641
9490fi 16642fi
9491if test x$support_unicode3 = xyes; then 16643if test x$support_unicode3 = xyes; then
16644
9492 cat >> confdefs.h <<\EOF 16645cat >>confdefs.h <<\_ACEOF
9493#define UNICODE_3 1 16646#define UNICODE_3 1
9494EOF 16647_ACEOF
16648
16649fi
16650if test x$support_combining = xyes; then
16651
16652cat >>confdefs.h <<\_ACEOF
16653#define ENABLE_COMBINING 1
16654_ACEOF
9495 16655
9496fi 16656fi
9497if test x$codesets = xall; then 16657if test x$codesets = xall; then
9498 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16658 codesets=jp,jp-ext,kr,cn,cn-ext
9499fi 16659fi
16660
16661cat >>confdefs.h <<\_ACEOF
16662#define ENCODING_EU 1
16663_ACEOF
16664
16665
16666cat >>confdefs.h <<\_ACEOF
16667#define ENCODING_VN 1
16668_ACEOF
16669
9500for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16670for 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 16671 case "$codeset" in
9506 VN ) cat >> confdefs.h <<\EOF 16672 JP )
16673cat >>confdefs.h <<\_ACEOF
9507#define ENCODING_VN 1 16674#define ENCODING_JP 1
9508EOF 16675_ACEOF
9509 ;; 16676 ;;
9510 JP ) cat >> confdefs.h <<\EOF 16677 JP_EXT )
16678cat >>confdefs.h <<\_ACEOF
9511#define ENCODING_JP 1 16679#define ENCODING_JP_EXT 1
9512EOF 16680_ACEOF
9513 ;; 16681 ;;
9514 JP_EXT ) cat >> confdefs.h <<\EOF 16682 KR )
16683cat >>confdefs.h <<\_ACEOF
9515#define ENCODING_JP_EXT 1 16684#define ENCODING_KR 1
9516EOF 16685_ACEOF
9517 ;; 16686 ;;
9518 KR ) cat >> confdefs.h <<\EOF 16687 CN )
16688cat >>confdefs.h <<\_ACEOF
9519#define ENCODING_KR 1 16689#define ENCODING_CN 1
9520EOF 16690_ACEOF
9521 ;; 16691 ;;
9522 CN ) cat >> confdefs.h <<\EOF 16692 CN_EXT )
9523#define ENCODING_CN 1 16693cat >>confdefs.h <<\_ACEOF
9524EOF
9525 ;;
9526 CN_EXT ) cat >> confdefs.h <<\EOF
9527#define ENCODING_CN_EXT 1 16694#define ENCODING_CN_EXT 1
9528EOF 16695_ACEOF
9529 ;; 16696 ;;
9530 esac 16697 esac
9531done 16698done
9532 16699
9533 16700
9553 16720
9554 16721
9555 16722
9556 16723
9557if test x$support_addstrings = xno; then 16724if test x$support_addstrings = xno; then
16725
9558 cat >> confdefs.h <<\EOF 16726cat >>confdefs.h <<\_ACEOF
9559#define NO_STRINGS 1 16727#define NO_STRINGS 1
9560EOF 16728_ACEOF
9561 16729
9562fi 16730fi
9563 16731
9564MCOMMON=./autoconf/Make.common 16732MCOMMON=./autoconf/Make.common
9565 16733
9566 16734
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 && 16735test "$program_prefix" != NONE &&
9578 program_transform_name="s,^,${program_prefix},; $program_transform_name" 16736 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9579# Use a double $ so make ignores it. 16737# Use a double $ so make ignores it.
9580test "$program_suffix" != NONE && 16738test "$program_suffix" != NONE &&
9581 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 16739 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9582 16740# Double any \ or $. echo might interpret backslashes.
9583# sed with no file args requires a program. 16741# By default was `s,x,x', remove it if useless.
9584test "$program_transform_name" = "" && program_transform_name="s,x,x," 16742cat <<\_ACEOF >conftest.sed
9585 16743s/[\\$]/&&/g;s/;s,x,x,$//
9586 16744_ACEOF
9587RXVTNAME=`echo rxvt|sed "$program_transform_name"` 16745program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16746rm conftest.sed
9588 16747
9589 16748
9590 16749
9591 16750
9592 16751
9593if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16752if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9594 include_stdint_h="#include <stdint.h>" 16753 include_stdint_h="#include <stdint.h>"
9595else 16754else
9596 include_stdint_h="/* #include <stdint.h> */" 16755 include_stdint_h="/* #include <stdint.h> */"
9597fi 16756fi
9598if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16757if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9599 include_stdarg_h="#include <stdarg.h>" 16758 include_stdarg_h="#include <cstdarg>"
9600else 16759else
9601 include_stdarg_h="/* #include <stdarg.h> */" 16760 include_stdarg_h="/* #include <cstdarg> */"
9602fi 16761fi
9603if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16762if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9604 include_stdlib_h="#include <stdlib.h>" 16763 include_stdlib_h="#include <cstdlib>"
9605else 16764else
9606 include_stdlib_h="/* #include <stdlib.h> */" 16765 include_stdlib_h="/* #include <cstdlib> */"
9607fi 16766fi
9608if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16767if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9609 include_unistd_h="#include <unistd.h>" 16768 include_unistd_h="#include <unistd.h>"
9610else 16769else
9611 include_unistd_h="/* #include <unistd.h> */" 16770 include_unistd_h="/* #include <unistd.h> */"
9612fi 16771fi
9613if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16772if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9614 include_string_h="#include <string.h>" 16773 include_string_h="#include <cstring>"
9615else 16774else
9616 include_string_h="/* #include <string.h> */" 16775 include_string_h="/* #include <cstring> */"
9617fi 16776fi
9618if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16777if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9619 include_fcntl_h="#include <fcntl.h>" 16778 include_fcntl_h="#include <fcntl.h>"
9620else 16779else
9621 include_fcntl_h="/* #include <fcntl.h> */" 16780 include_fcntl_h="/* #include <fcntl.h> */"
9622fi 16781fi
9623if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 16782if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9624 include_util_h="#include <util.h>" 16783 include_util_h="#include <util.h>"
9625else 16784else
9626 include_util_h="/* #include <util.h> */" 16785 include_util_h="/* #include <util.h> */"
9627fi 16786fi
9628if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 16787if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9629 include_assert_h="#include <assert.h>" 16788 include_assert_h="#include <assert.h>"
9630else 16789else
9631 include_assert_h="/* #include <assert.h> */" 16790 include_assert_h="/* #include <assert.h> */"
9632fi 16791fi
9633if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 16792if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9634 include_sys_ioctl_h="#include <sys/ioctl.h>" 16793 include_sys_ioctl_h="#include <sys/ioctl.h>"
9635else 16794else
9636 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 16795 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9637fi 16796fi
9638if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then 16797if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
9639 include_sys_select_h="#include <sys/select.h>" 16798 include_sys_select_h="#include <sys/select.h>"
9640else 16799else
9641 include_sys_select_h="/* #include <sys/select.h> */" 16800 include_sys_select_h="/* #include <sys/select.h> */"
9642fi 16801fi
9643if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then 16802if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
9644 include_sys_strredir_h="#include <sys/strredir.h>" 16803 include_sys_strredir_h="#include <sys/strredir.h>"
9645else 16804else
9646 include_sys_strredir_h="/* #include <sys/strredir.h> */" 16805 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9647fi 16806fi
9648if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then 16807if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
9649 include_sys_time_h="#include <sys/time.h>" 16808 include_sys_time_h="#include <sys/time.h>"
9650else 16809else
9651 include_sys_time_h="/* #include <sys/time.h> */" 16810 include_sys_time_h="/* #include <sys/time.h> */"
9652fi 16811fi
9653if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then 16812if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
9654 include_time_h="#include <time.h>" 16813 include_time_h="#include <time.h>"
9655else 16814else
9656 include_time_h="/* #include <time.h> */" 16815 include_time_h="/* #include <time.h> */"
9657fi 16816fi
9658 16817
9659if test x$support_xft = xyes; then 16818if test x$support_xft = xyes; then
9660 LIBS="$LIBS `pkg-config xft --libs`" 16819 LIBS="$LIBS `pkg-config xft --libs`"
9661 CFLAGS="$CFLAGS `pkg-config xft --cflags`" 16820 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9662 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 16821 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9663 16822
16823
9664 for ac_hdr in X11/Xft/Xft.h 16824for ac_header in X11/Xft/Xft.h
9665do 16825do
9666ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 16826as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16827if eval "test \"\${$as_ac_Header+set}\" = set"; then
16828 echo "$as_me:$LINENO: checking for $ac_header" >&5
9667echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 16829echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9668echo "configure:9669: checking for $ac_hdr" >&5 16830if eval "test \"\${$as_ac_Header+set}\" = set"; then
9669if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9670 echo $ac_n "(cached) $ac_c" 1>&6 16831 echo $ECHO_N "(cached) $ECHO_C" >&6
16832fi
16833echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16834echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9671else 16835else
16836 # Is the header compilable?
16837echo "$as_me:$LINENO: checking $ac_header usability" >&5
16838echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9672 cat > conftest.$ac_ext <<EOF 16839cat >conftest.$ac_ext <<_ACEOF
9673#line 9674 "configure" 16840/* confdefs.h. */
9674#include "confdefs.h" 16841_ACEOF
16842cat confdefs.h >>conftest.$ac_ext
16843cat >>conftest.$ac_ext <<_ACEOF
16844/* end confdefs.h. */
16845$ac_includes_default
9675#include <$ac_hdr> 16846#include <$ac_header>
9676EOF 16847_ACEOF
9677ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 16848rm -f conftest.$ac_objext
9678{ (eval echo configure:9679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 16849if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9679ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 16850 (eval $ac_compile) 2>conftest.er1
16851 ac_status=$?
16852 grep -v '^ *+' conftest.er1 >conftest.err
16853 rm -f conftest.er1
16854 cat conftest.err >&5
16855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16856 (exit $ac_status); } &&
16857 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16859 (eval $ac_try) 2>&5
16860 ac_status=$?
16861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16862 (exit $ac_status); }; } &&
16863 { ac_try='test -s conftest.$ac_objext'
16864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16865 (eval $ac_try) 2>&5
16866 ac_status=$?
16867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16868 (exit $ac_status); }; }; then
16869 ac_header_compiler=yes
16870else
16871 echo "$as_me: failed program was:" >&5
16872sed 's/^/| /' conftest.$ac_ext >&5
16873
16874ac_header_compiler=no
16875fi
16876rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16877echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16878echo "${ECHO_T}$ac_header_compiler" >&6
16879
16880# Is the header present?
16881echo "$as_me:$LINENO: checking $ac_header presence" >&5
16882echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16883cat >conftest.$ac_ext <<_ACEOF
16884/* confdefs.h. */
16885_ACEOF
16886cat confdefs.h >>conftest.$ac_ext
16887cat >>conftest.$ac_ext <<_ACEOF
16888/* end confdefs.h. */
16889#include <$ac_header>
16890_ACEOF
16891if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16892 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16893 ac_status=$?
16894 grep -v '^ *+' conftest.er1 >conftest.err
16895 rm -f conftest.er1
16896 cat conftest.err >&5
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); } >/dev/null; then
16899 if test -s conftest.err; then
16900 ac_cpp_err=$ac_cxx_preproc_warn_flag
16901 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16902 else
16903 ac_cpp_err=
16904 fi
16905else
16906 ac_cpp_err=yes
16907fi
9680if test -z "$ac_err"; then 16908if test -z "$ac_cpp_err"; then
9681 rm -rf conftest* 16909 ac_header_preproc=yes
9682 eval "ac_cv_header_$ac_safe=yes"
9683else 16910else
9684 echo "$ac_err" >&5
9685 echo "configure: failed program was:" >&5 16911 echo "$as_me: failed program was:" >&5
9686 cat conftest.$ac_ext >&5 16912sed 's/^/| /' conftest.$ac_ext >&5
9687 rm -rf conftest* 16913
9688 eval "ac_cv_header_$ac_safe=no" 16914 ac_header_preproc=no
9689fi 16915fi
9690rm -f conftest* 16916rm -f conftest.err conftest.$ac_ext
16917echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16918echo "${ECHO_T}$ac_header_preproc" >&6
16919
16920# So? What about this header?
16921case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16922 yes:no: )
16923 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16924echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16925 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16926echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16927 ac_header_preproc=yes
16928 ;;
16929 no:yes:* )
16930 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16931echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16932 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16933echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16934 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16935echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16936 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16937echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16938 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16939echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16940 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16941echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16942 (
16943 cat <<\_ASBOX
16944## ------------------------------------------ ##
16945## Report this to the AC_PACKAGE_NAME lists. ##
16946## ------------------------------------------ ##
16947_ASBOX
16948 ) |
16949 sed "s/^/$as_me: WARNING: /" >&2
16950 ;;
16951esac
16952echo "$as_me:$LINENO: checking for $ac_header" >&5
16953echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16954if eval "test \"\${$as_ac_Header+set}\" = set"; then
16955 echo $ECHO_N "(cached) $ECHO_C" >&6
16956else
16957 eval "$as_ac_Header=\$ac_header_preproc"
9691fi 16958fi
9692if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 16959echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9693 echo "$ac_t""yes" 1>&6 16960echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9694 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 16961
16962fi
16963if test `eval echo '${'$as_ac_Header'}'` = yes; then
9695 cat >> confdefs.h <<EOF 16964 cat >>confdefs.h <<_ACEOF
9696#define $ac_tr_hdr 1 16965#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9697EOF 16966_ACEOF
9698 16967
9699else 16968else
9700 echo "$ac_t""no" 1>&6
9701support_xft=no 16969 support_xft=no
9702fi 16970fi
16971
9703done 16972done
9704 16973
16974
16975echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
9705 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6 16976echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
9706echo "configure:9707: checking for XftDrawString32 in -lXft" >&5 16977if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
9707ac_lib_var=`echo Xft'_'XftDrawString32 | sed 'y%./+-%__p_%'`
9708if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9709 echo $ac_n "(cached) $ac_c" 1>&6 16978 echo $ECHO_N "(cached) $ECHO_C" >&6
9710else 16979else
9711 ac_save_LIBS="$LIBS" 16980 ac_check_lib_save_LIBS=$LIBS
9712LIBS="-lXft $LIBS" 16981LIBS="-lXft $LIBS"
9713cat > conftest.$ac_ext <<EOF 16982cat >conftest.$ac_ext <<_ACEOF
9714#line 9715 "configure" 16983/* confdefs.h. */
9715#include "confdefs.h" 16984_ACEOF
16985cat confdefs.h >>conftest.$ac_ext
16986cat >>conftest.$ac_ext <<_ACEOF
16987/* end confdefs.h. */
16988
9716/* Override any gcc2 internal prototype to avoid an error. */ 16989/* Override any gcc2 internal prototype to avoid an error. */
16990#ifdef __cplusplus
16991extern "C"
16992#endif
9717/* We use char because int might match the return type of a gcc2 16993/* We use char because int might match the return type of a gcc2
9718 builtin and then its argument prototype would still apply. */ 16994 builtin and then its argument prototype would still apply. */
9719char XftDrawString32(); 16995char XftDrawString32 ();
9720 16996int
9721int main() { 16997main ()
16998{
9722XftDrawString32() 16999XftDrawString32 ();
17000 ;
9723; return 0; } 17001 return 0;
9724EOF 17002}
9725if { (eval echo configure:9726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 17003_ACEOF
17004rm -f conftest.$ac_objext conftest$ac_exeext
17005if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17006 (eval $ac_link) 2>conftest.er1
17007 ac_status=$?
17008 grep -v '^ *+' conftest.er1 >conftest.err
9726 rm -rf conftest* 17009 rm -f conftest.er1
9727 eval "ac_cv_lib_$ac_lib_var=yes" 17010 cat conftest.err >&5
17011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17012 (exit $ac_status); } &&
17013 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
17014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17015 (eval $ac_try) 2>&5
17016 ac_status=$?
17017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17018 (exit $ac_status); }; } &&
17019 { ac_try='test -s conftest$ac_exeext'
17020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17021 (eval $ac_try) 2>&5
17022 ac_status=$?
17023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17024 (exit $ac_status); }; }; then
17025 ac_cv_lib_Xft_XftDrawString32=yes
9728else 17026else
9729 echo "configure: failed program was:" >&5 17027 echo "$as_me: failed program was:" >&5
9730 cat conftest.$ac_ext >&5 17028sed 's/^/| /' conftest.$ac_ext >&5
9731 rm -rf conftest* 17029
9732 eval "ac_cv_lib_$ac_lib_var=no" 17030ac_cv_lib_Xft_XftDrawString32=no
9733fi 17031fi
9734rm -f conftest* 17032rm -f conftest.err conftest.$ac_objext \
17033 conftest$ac_exeext conftest.$ac_ext
9735LIBS="$ac_save_LIBS" 17034LIBS=$ac_check_lib_save_LIBS
9736
9737fi 17035fi
9738if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 17036echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9739 echo "$ac_t""yes" 1>&6 17037echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9740 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 17038if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9741 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9742 cat >> confdefs.h <<EOF 17039 cat >>confdefs.h <<_ACEOF
9743#define $ac_tr_lib 1 17040#define HAVE_LIBXFT 1
9744EOF 17041_ACEOF
9745 17042
9746 LIBS="-lXft $LIBS" 17043 LIBS="-lXft $LIBS"
9747 17044
9748else 17045else
9749 echo "$ac_t""no" 1>&6
9750support_xft=no 17046 support_xft=no
9751fi 17047fi
9752 17048
9753 17049
9754 if test x$support_xft = xyes; then 17050 if test x$support_xft = xyes; then
17051
9755 cat >> confdefs.h <<\EOF 17052cat >>confdefs.h <<\_ACEOF
9756#define XFT 1 17053#define XFT 1
9757EOF 17054_ACEOF
9758 17055
9759 fi 17056 fi
9760fi 17057fi
9761 17058
9762trap '' 1 2 15 17059 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile"
17060
9763cat > confcache <<\EOF 17061cat >confcache <<\_ACEOF
9764# This file is a shell script that caches the results of configure 17062# 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 17063# tests run on this system so they can be shared between configure
9766# scripts and configure runs. It is not useful on other systems. 17064# 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. 17065# It is not useful on other systems. If it contains results you don't
17066# want to keep, you may remove or edit it.
9768# 17067#
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 17068# config.status only pays attention to the cache file if you give it
9776# --recheck option to rerun configure. 17069# the --recheck option to rerun configure.
9777# 17070#
9778EOF 17071# `ac_cv_env_foo' variables (set or unset) will be overridden when
17072# loading this file, other *unset* `ac_cv_foo' will be assigned the
17073# following values.
17074
17075_ACEOF
17076
9779# The following way of writing the cache mishandles newlines in values, 17077# The following way of writing the cache mishandles newlines in values,
9780# but we know of no workaround that is simple, portable, and efficient. 17078# but we know of no workaround that is simple, portable, and efficient.
9781# So, don't put newlines in cache variables' values. 17079# So, don't put newlines in cache variables' values.
9782# Ultrix sh set writes to stderr and can't be redirected directly, 17080# 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. 17081# and sets the high bit in the cache file unless we assign to the vars.
17082{
9784(set) 2>&1 | 17083 (set) 2>&1 |
9785 case `(ac_space=' '; set | grep ac_space) 2>&1` in 17084 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9786 *ac_space=\ *) 17085 *ac_space=\ *)
9787 # `set' does not quote correctly, so add quotes (double-quote substitution 17086 # `set' does not quote correctly, so add quotes (double-quote
9788 # turns \\\\ into \\, and sed turns \\ into \). 17087 # substitution turns \\\\ into \\, and sed turns \\ into \).
9789 sed -n \ 17088 sed -n \
9790 -e "s/'/'\\\\''/g" \ 17089 "s/'/'\\\\''/g;
9791 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 17090 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9792 ;; 17091 ;;
9793 *) 17092 *)
9794 # `set' quotes correctly as required by POSIX, so do not add quotes. 17093 # `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' 17094 sed -n \
17095 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9796 ;; 17096 ;;
9797 esac >> confcache 17097 esac;
9798if cmp -s $cache_file confcache; then 17098} |
9799 : 17099 sed '
9800else 17100 t clear
17101 : clear
17102 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17103 t end
17104 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17105 : end' >>confcache
17106if diff $cache_file confcache >/dev/null 2>&1; then :; else
9801 if test -w $cache_file; then 17107 if test -w $cache_file; then
9802 echo "updating cache $cache_file" 17108 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9803 cat confcache > $cache_file 17109 cat confcache >$cache_file
9804 else 17110 else
9805 echo "not updating unwritable cache $cache_file" 17111 echo "not updating unwritable cache $cache_file"
9806 fi 17112 fi
9807fi 17113fi
9808rm -f confcache 17114rm -f confcache
9809 17115
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 17116test "x$prefix" = xNONE && prefix=$ac_default_prefix
9813# Let make expand exec_prefix. 17117# Let make expand exec_prefix.
9814test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 17118test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9815 17119
9816# Any assignment to VPATH causes Sun make to only execute 17120# 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. 17121# ${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. 17122# trailing colons and then remove the whole line if VPATH becomes empty
17123# (actually we leave an empty line to preserve line numbers).
9819if test "x$srcdir" = x.; then 17124if test "x$srcdir" = x.; then
9820 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 17125 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17126s/:*\$(srcdir):*/:/;
17127s/:*\${srcdir}:*/:/;
17128s/:*@srcdir@:*/:/;
17129s/^\([^=]*=[ ]*\):*/\1/;
17130s/:*$//;
17131s/^[^=]*=[ ]*$//;
17132}'
9821fi 17133fi
9822
9823trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9824 17134
9825DEFS=-DHAVE_CONFIG_H 17135DEFS=-DHAVE_CONFIG_H
9826 17136
9827# Without the "./", some shells look in PATH for config.status. 17137ac_libobjs=
17138ac_ltlibobjs=
17139for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17140 # 1. Remove the extension, and $U if already installed.
17141 ac_i=`echo "$ac_i" |
17142 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
17143 # 2. Add them.
17144 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
17145 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
17146done
17147LIBOBJS=$ac_libobjs
17148
17149LTLIBOBJS=$ac_ltlibobjs
17150
17151
17152
9828: ${CONFIG_STATUS=./config.status} 17153: ${CONFIG_STATUS=./config.status}
9829 17154ac_clean_files_save=$ac_clean_files
17155ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17156{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9830echo creating $CONFIG_STATUS 17157echo "$as_me: creating $CONFIG_STATUS" >&6;}
9831rm -f $CONFIG_STATUS
9832cat > $CONFIG_STATUS <<EOF 17158cat >$CONFIG_STATUS <<_ACEOF
9833#! /bin/sh 17159#! $SHELL
9834# Generated automatically by configure. 17160# Generated by $as_me.
9835# Run this file to recreate the current configuration. 17161# 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 17162# Compiler output produced by configure, useful for debugging
9842# configure, is in ./config.log if it exists. 17163# configure, is in config.log if it exists.
9843 17164
9844ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 17165debug=false
9845for ac_option 17166ac_cs_recheck=false
17167ac_cs_silent=false
17168SHELL=\${CONFIG_SHELL-$SHELL}
17169_ACEOF
17170
17171cat >>$CONFIG_STATUS <<\_ACEOF
17172## --------------------- ##
17173## M4sh Initialization. ##
17174## --------------------- ##
17175
17176# Be Bourne compatible
17177if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17178 emulate sh
17179 NULLCMD=:
17180 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17181 # is contrary to our usage. Disable this feature.
17182 alias -g '${1+"$@"}'='"$@"'
17183elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
17184 set -o posix
17185fi
17186DUALCASE=1; export DUALCASE # for MKS sh
17187
17188# Support unset when possible.
17189if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
17190 as_unset=unset
17191else
17192 as_unset=false
17193fi
17194
17195
17196# Work around bugs in pre-3.0 UWIN ksh.
17197$as_unset ENV MAIL MAILPATH
17198PS1='$ '
17199PS2='> '
17200PS4='+ '
17201
17202# NLS nuisances.
17203for as_var in \
17204 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
17205 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
17206 LC_TELEPHONE LC_TIME
9846do 17207do
17208 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
17209 eval $as_var=C; export $as_var
17210 else
17211 $as_unset $as_var
17212 fi
17213done
17214
17215# Required to use basename.
17216if expr a : '\(a\)' >/dev/null 2>&1; then
17217 as_expr=expr
17218else
17219 as_expr=false
17220fi
17221
17222if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
17223 as_basename=basename
17224else
17225 as_basename=false
17226fi
17227
17228
17229# Name of the executable.
17230as_me=`$as_basename "$0" ||
17231$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17232 X"$0" : 'X\(//\)$' \| \
17233 X"$0" : 'X\(/\)$' \| \
17234 . : '\(.\)' 2>/dev/null ||
17235echo X/"$0" |
17236 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
17237 /^X\/\(\/\/\)$/{ s//\1/; q; }
17238 /^X\/\(\/\).*/{ s//\1/; q; }
17239 s/.*/./; q'`
17240
17241
17242# PATH needs CR, and LINENO needs CR and PATH.
17243# Avoid depending upon Character Ranges.
17244as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17245as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17246as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17247as_cr_digits='0123456789'
17248as_cr_alnum=$as_cr_Letters$as_cr_digits
17249
17250# The user is always right.
17251if test "${PATH_SEPARATOR+set}" != set; then
17252 echo "#! /bin/sh" >conf$$.sh
17253 echo "exit 0" >>conf$$.sh
17254 chmod +x conf$$.sh
17255 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
17256 PATH_SEPARATOR=';'
17257 else
17258 PATH_SEPARATOR=:
17259 fi
17260 rm -f conf$$.sh
17261fi
17262
17263
17264 as_lineno_1=$LINENO
17265 as_lineno_2=$LINENO
17266 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17267 test "x$as_lineno_1" != "x$as_lineno_2" &&
17268 test "x$as_lineno_3" = "x$as_lineno_2" || {
17269 # Find who we are. Look in the path if we contain no path at all
17270 # relative or not.
17271 case $0 in
17272 *[\\/]* ) as_myself=$0 ;;
17273 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17274for as_dir in $PATH
17275do
17276 IFS=$as_save_IFS
17277 test -z "$as_dir" && as_dir=.
17278 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17279done
17280
17281 ;;
17282 esac
17283 # We did not find ourselves, most probably we were run as `sh COMMAND'
17284 # in which case we are not to be found in the path.
17285 if test "x$as_myself" = x; then
17286 as_myself=$0
17287 fi
17288 if test ! -f "$as_myself"; then
17289 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
17290echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
17291 { (exit 1); exit 1; }; }
17292 fi
17293 case $CONFIG_SHELL in
17294 '')
17295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17296for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
17297do
17298 IFS=$as_save_IFS
17299 test -z "$as_dir" && as_dir=.
17300 for as_base in sh bash ksh sh5; do
17301 case $as_dir in
17302 /*)
17303 if ("$as_dir/$as_base" -c '
17304 as_lineno_1=$LINENO
17305 as_lineno_2=$LINENO
17306 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17307 test "x$as_lineno_1" != "x$as_lineno_2" &&
17308 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
17309 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
17310 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
17311 CONFIG_SHELL=$as_dir/$as_base
17312 export CONFIG_SHELL
17313 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
17314 fi;;
17315 esac
17316 done
17317done
17318;;
17319 esac
17320
17321 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
17322 # uniformly replaced by the line number. The first 'sed' inserts a
17323 # line-number line before each line; the second 'sed' does the real
17324 # work. The second script uses 'N' to pair each line-number line
17325 # with the numbered line, and appends trailing '-' during
17326 # substitution so that $LINENO is not a special case at line end.
17327 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
17328 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
17329 sed '=' <$as_myself |
17330 sed '
17331 N
17332 s,$,-,
17333 : loop
17334 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
17335 t loop
17336 s,-$,,
17337 s,^['$as_cr_digits']*\n,,
17338 ' >$as_me.lineno &&
17339 chmod +x $as_me.lineno ||
17340 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
17341echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
17342 { (exit 1); exit 1; }; }
17343
17344 # Don't try to exec as it changes $[0], causing all sort of problems
17345 # (the dirname of $[0] is not the place where we might find the
17346 # original and so on. Autoconf is especially sensible to this).
17347 . ./$as_me.lineno
17348 # Exit status is that of the last command.
17349 exit
17350}
17351
17352
17353case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
17354 *c*,-n*) ECHO_N= ECHO_C='
17355' ECHO_T=' ' ;;
17356 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
17357 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
17358esac
17359
17360if expr a : '\(a\)' >/dev/null 2>&1; then
17361 as_expr=expr
17362else
17363 as_expr=false
17364fi
17365
17366rm -f conf$$ conf$$.exe conf$$.file
17367echo >conf$$.file
17368if ln -s conf$$.file conf$$ 2>/dev/null; then
17369 # We could just check for DJGPP; but this test a) works b) is more generic
17370 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17371 if test -f conf$$.exe; then
17372 # Don't use ln at all; we don't have any links
17373 as_ln_s='cp -p'
17374 else
17375 as_ln_s='ln -s'
17376 fi
17377elif ln conf$$.file conf$$ 2>/dev/null; then
17378 as_ln_s=ln
17379else
17380 as_ln_s='cp -p'
17381fi
17382rm -f conf$$ conf$$.exe conf$$.file
17383
17384if mkdir -p . 2>/dev/null; then
17385 as_mkdir_p=:
17386else
17387 test -d ./-p && rmdir ./-p
17388 as_mkdir_p=false
17389fi
17390
17391as_executable_p="test -f"
17392
17393# Sed expression to map a string onto a valid CPP name.
17394as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17395
17396# Sed expression to map a string onto a valid variable name.
17397as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17398
17399
17400# IFS
17401# We need space, tab and new line, in precisely that order.
17402as_nl='
17403'
17404IFS=" $as_nl"
17405
17406# CDPATH.
17407$as_unset CDPATH
17408
17409exec 6>&1
17410
17411# Open the log real soon, to keep \$[0] and so on meaningful, and to
17412# report actual input values of CONFIG_FILES etc. instead of their
17413# values after options handling. Logging --version etc. is OK.
17414exec 5>>config.log
17415{
17416 echo
17417 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17418## Running $as_me. ##
17419_ASBOX
17420} >&5
17421cat >&5 <<_CSEOF
17422
17423This file was extended by $as_me, which was
17424generated by GNU Autoconf 2.59. Invocation command line was
17425
17426 CONFIG_FILES = $CONFIG_FILES
17427 CONFIG_HEADERS = $CONFIG_HEADERS
17428 CONFIG_LINKS = $CONFIG_LINKS
17429 CONFIG_COMMANDS = $CONFIG_COMMANDS
17430 $ $0 $@
17431
17432_CSEOF
17433echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
17434echo >&5
17435_ACEOF
17436
17437# Files that config.status was made for.
17438if test -n "$ac_config_files"; then
17439 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17440fi
17441
17442if test -n "$ac_config_headers"; then
17443 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17444fi
17445
17446if test -n "$ac_config_links"; then
17447 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17448fi
17449
17450if test -n "$ac_config_commands"; then
17451 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17452fi
17453
17454cat >>$CONFIG_STATUS <<\_ACEOF
17455
17456ac_cs_usage="\
17457\`$as_me' instantiates files from templates according to the
17458current configuration.
17459
17460Usage: $0 [OPTIONS] [FILE]...
17461
17462 -h, --help print this help, then exit
17463 -V, --version print version number, then exit
17464 -q, --quiet do not print progress messages
17465 -d, --debug don't remove temporary files
17466 --recheck update $as_me by reconfiguring in the same conditions
17467 --file=FILE[:TEMPLATE]
17468 instantiate the configuration file FILE
17469 --header=FILE[:TEMPLATE]
17470 instantiate the configuration header FILE
17471
17472Configuration files:
17473$config_files
17474
17475Configuration headers:
17476$config_headers
17477
17478Report bugs to <bug-autoconf@gnu.org>."
17479_ACEOF
17480
17481cat >>$CONFIG_STATUS <<_ACEOF
17482ac_cs_version="\\
17483config.status
17484configured by $0, generated by GNU Autoconf 2.59,
17485 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17486
17487Copyright (C) 2003 Free Software Foundation, Inc.
17488This config.status script is free software; the Free Software Foundation
17489gives unlimited permission to copy, distribute and modify it."
17490srcdir=$srcdir
17491INSTALL="$INSTALL"
17492_ACEOF
17493
17494cat >>$CONFIG_STATUS <<\_ACEOF
17495# If no file are specified by the user, then we need to provide default
17496# value. By we need to know if files were specified by the user.
17497ac_need_defaults=:
17498while test $# != 0
17499do
17500 case $1 in
17501 --*=*)
17502 ac_option=`expr "x$1" : 'x\([^=]*\)='`
17503 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
17504 ac_shift=:
17505 ;;
17506 -*)
17507 ac_option=$1
17508 ac_optarg=$2
17509 ac_shift=shift
17510 ;;
17511 *) # This is not an option, so the user has probably given explicit
17512 # arguments.
17513 ac_option=$1
17514 ac_need_defaults=false;;
17515 esac
17516
9847 case "\$ac_option" in 17517 case $ac_option in
17518 # Handling of the options.
17519_ACEOF
17520cat >>$CONFIG_STATUS <<\_ACEOF
9848 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17521 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9849 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 17522 ac_cs_recheck=: ;;
9850 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 17523 --version | --vers* | -V )
9851 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 17524 echo "$ac_cs_version"; exit 0 ;;
9852 echo "$CONFIG_STATUS generated by autoconf version 2.13" 17525 --he | --h)
9853 exit 0 ;; 17526 # Conflict between --help and --header
9854 -help | --help | --hel | --he | --h) 17527 { { echo "$as_me:$LINENO: error: ambiguous option: $1
17528Try \`$0 --help' for more information." >&5
17529echo "$as_me: error: ambiguous option: $1
17530Try \`$0 --help' for more information." >&2;}
17531 { (exit 1); exit 1; }; };;
17532 --help | --hel | -h )
9855 echo "\$ac_cs_usage"; exit 0 ;; 17533 echo "$ac_cs_usage"; exit 0 ;;
9856 *) echo "\$ac_cs_usage"; exit 1 ;; 17534 --debug | --d* | -d )
17535 debug=: ;;
17536 --file | --fil | --fi | --f )
17537 $ac_shift
17538 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
17539 ac_need_defaults=false;;
17540 --header | --heade | --head | --hea )
17541 $ac_shift
17542 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
17543 ac_need_defaults=false;;
17544 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17545 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17546 ac_cs_silent=: ;;
17547
17548 # This is an error.
17549 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
17550Try \`$0 --help' for more information." >&5
17551echo "$as_me: error: unrecognized option: $1
17552Try \`$0 --help' for more information." >&2;}
17553 { (exit 1); exit 1; }; } ;;
17554
17555 *) ac_config_targets="$ac_config_targets $1" ;;
17556
17557 esac
17558 shift
17559done
17560
17561ac_configure_extra_args=
17562
17563if $ac_cs_silent; then
17564 exec 6>/dev/null
17565 ac_configure_extra_args="$ac_configure_extra_args --silent"
17566fi
17567
17568_ACEOF
17569cat >>$CONFIG_STATUS <<_ACEOF
17570if \$ac_cs_recheck; then
17571 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
17572 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17573fi
17574
17575_ACEOF
17576
17577
17578
17579
17580
17581cat >>$CONFIG_STATUS <<\_ACEOF
17582for ac_config_target in $ac_config_targets
17583do
17584 case "$ac_config_target" in
17585 # Handling of arguments.
17586 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17587 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17588 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17589 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17590 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
17591 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
17592 "W11/Makefile" ) CONFIG_FILES="$CONFIG_FILES W11/Makefile" ;;
17593 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
17594 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17595echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17596 { (exit 1); exit 1; }; };;
9857 esac 17597 esac
9858done 17598done
9859 17599
9860ac_given_srcdir=$srcdir 17600# If the user did not use the arguments to specify the items to instantiate,
9861ac_given_INSTALL="$INSTALL" 17601# then the envvar interface is used. Set only those that are not.
17602# We use the long form for the default assignment because of an extremely
17603# bizarre bug on SunOS 4.1.3.
17604if $ac_need_defaults; then
17605 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17606 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17607fi
9862 17608
9863trap 'rm -fr `echo "autoconf/Make.common \ 17609# Have a temporary directory for convenience. Make it in the build tree
9864Makefile \ 17610# simply because there is no reason to put it here, and in addition,
9865doc/Makefile \ 17611# creating and moving files from /tmp can sometimes cause problems.
9866src/Makefile \ 17612# Create a temporary directory, and hook for its removal unless debugging.
9867src/graphics/Makefile \ 17613$debug ||
9868src/test/Makefile \ 17614{
9869src/rxvtlib.h \ 17615 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9870W11/Makefile \ 17616 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 17617}
9872EOF 17618
17619# Create a (secure) tmp directory for tmp files.
17620
17621{
17622 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
17623 test -n "$tmp" && test -d "$tmp"
17624} ||
17625{
17626 tmp=./confstat$$-$RANDOM
17627 (umask 077 && mkdir $tmp)
17628} ||
17629{
17630 echo "$me: cannot create a temporary directory in ." >&2
17631 { (exit 1); exit 1; }
17632}
17633
17634_ACEOF
17635
9873cat >> $CONFIG_STATUS <<EOF 17636cat >>$CONFIG_STATUS <<_ACEOF
9874 17637
17638#
17639# CONFIG_FILES section.
17640#
17641
17642# No need to generate the scripts if there are no CONFIG_FILES.
17643# This happens for instance when ./config.status config.h
17644if test -n "\$CONFIG_FILES"; then
9875# Protect against being on the right side of a sed subst in config.status. 17645 # Protect against being on the right side of a sed subst in config.status.
9876sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 17646 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9877 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 17647 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9878$ac_vpsub 17648s,@SHELL@,$SHELL,;t t
17649s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17650s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17651s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17652s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17653s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17654s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17655s,@exec_prefix@,$exec_prefix,;t t
17656s,@prefix@,$prefix,;t t
17657s,@program_transform_name@,$program_transform_name,;t t
17658s,@bindir@,$bindir,;t t
17659s,@sbindir@,$sbindir,;t t
17660s,@libexecdir@,$libexecdir,;t t
17661s,@datadir@,$datadir,;t t
17662s,@sysconfdir@,$sysconfdir,;t t
17663s,@sharedstatedir@,$sharedstatedir,;t t
17664s,@localstatedir@,$localstatedir,;t t
17665s,@libdir@,$libdir,;t t
17666s,@includedir@,$includedir,;t t
17667s,@oldincludedir@,$oldincludedir,;t t
17668s,@infodir@,$infodir,;t t
17669s,@mandir@,$mandir,;t t
17670s,@build_alias@,$build_alias,;t t
17671s,@host_alias@,$host_alias,;t t
17672s,@target_alias@,$target_alias,;t t
17673s,@DEFS@,$DEFS,;t t
17674s,@ECHO_C@,$ECHO_C,;t t
17675s,@ECHO_N@,$ECHO_N,;t t
17676s,@ECHO_T@,$ECHO_T,;t t
17677s,@LIBS@,$LIBS,;t t
17678s,@VERSION@,$VERSION,;t t
17679s,@DATE@,$DATE,;t t
17680s,@LSMDATE@,$LSMDATE,;t t
17681s,@LIBVERSION@,$LIBVERSION,;t t
17682s,@CC@,$CC,;t t
17683s,@CFLAGS@,$CFLAGS,;t t
17684s,@LDFLAGS@,$LDFLAGS,;t t
17685s,@CPPFLAGS@,$CPPFLAGS,;t t
17686s,@ac_ct_CC@,$ac_ct_CC,;t t
17687s,@EXEEXT@,$EXEEXT,;t t
17688s,@OBJEXT@,$OBJEXT,;t t
17689s,@CXX@,$CXX,;t t
17690s,@CXXFLAGS@,$CXXFLAGS,;t t
17691s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17692s,@CPP@,$CPP,;t t
17693s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17694s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17695s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17696s,@AWK@,$AWK,;t t
17697s,@LINKER@,$LINKER,;t t
17698s,@CXXCPP@,$CXXCPP,;t t
17699s,@EGREP@,$EGREP,;t t
17700s,@build@,$build,;t t
17701s,@build_cpu@,$build_cpu,;t t
17702s,@build_vendor@,$build_vendor,;t t
17703s,@build_os@,$build_os,;t t
17704s,@host@,$host,;t t
17705s,@host_cpu@,$host_cpu,;t t
17706s,@host_vendor@,$host_vendor,;t t
17707s,@host_os@,$host_os,;t t
17708s,@LN_S@,$LN_S,;t t
17709s,@ECHO@,$ECHO,;t t
17710s,@RANLIB@,$RANLIB,;t t
17711s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17712s,@STRIP@,$STRIP,;t t
17713s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17714s,@LIBTOOL@,$LIBTOOL,;t t
17715s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17716s,@RXVTNAME@,$RXVTNAME,;t t
17717s,@MV@,$MV,;t t
17718s,@RM@,$RM,;t t
17719s,@CP@,$CP,;t t
17720s,@LN@,$LN,;t t
17721s,@SED@,$SED,;t t
17722s,@CMP@,$CMP,;t t
17723s,@TBL@,$TBL,;t t
17724s,@X_CFLAGS@,$X_CFLAGS,;t t
17725s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17726s,@X_LIBS@,$X_LIBS,;t t
17727s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17728s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17729s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
17730s,@XPM_LIBS@,$XPM_LIBS,;t t
17731s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
17732s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17733s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17734s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17735s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17736s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17737s,@DEBUG@,$DEBUG,;t t
17738s,@DINCLUDE@,$DINCLUDE,;t t
17739s,@DLIB@,$DLIB,;t t
17740s,@include_stdint_h@,$include_stdint_h,;t t
17741s,@include_stdarg_h@,$include_stdarg_h,;t t
17742s,@include_stdlib_h@,$include_stdlib_h,;t t
17743s,@include_unistd_h@,$include_unistd_h,;t t
17744s,@include_string_h@,$include_string_h,;t t
17745s,@include_fcntl_h@,$include_fcntl_h,;t t
17746s,@include_util_h@,$include_util_h,;t t
17747s,@include_assert_h@,$include_assert_h,;t t
17748s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
17749s,@include_sys_select_h@,$include_sys_select_h,;t t
17750s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17751s,@include_sys_time_h@,$include_sys_time_h,;t t
17752s,@include_time_h@,$include_time_h,;t t
17753s,@LIBOBJS@,$LIBOBJS,;t t
17754s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17755/@MCOMMON@/r $MCOMMON
17756s,@MCOMMON@,,;t t
17757CEOF
17758
17759_ACEOF
17760
17761 cat >>$CONFIG_STATUS <<\_ACEOF
17762 # Split the substitutions into bite-sized pieces for seds with
17763 # small command number limits, like on Digital OSF/1 and HP-UX.
17764 ac_max_sed_lines=48
17765 ac_sed_frag=1 # Number of current file.
17766 ac_beg=1 # First line for current file.
17767 ac_end=$ac_max_sed_lines # Line after last line for current file.
17768 ac_more_lines=:
17769 ac_sed_cmds=
17770 while $ac_more_lines; do
17771 if test $ac_beg -gt 1; then
17772 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17773 else
17774 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17775 fi
17776 if test ! -s $tmp/subs.frag; then
17777 ac_more_lines=false
17778 else
17779 # The purpose of the label and of the branching condition is to
17780 # speed up the sed processing (if there are no `@' at all, there
17781 # is no need to browse any of the substitutions).
17782 # These are the two extra sed commands mentioned above.
17783 (echo ':t
17784 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
17785 if test -z "$ac_sed_cmds"; then
17786 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
17787 else
17788 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17789 fi
17790 ac_sed_frag=`expr $ac_sed_frag + 1`
17791 ac_beg=$ac_end
17792 ac_end=`expr $ac_end + $ac_max_sed_lines`
17793 fi
17794 done
17795 if test -z "$ac_sed_cmds"; then
17796 ac_sed_cmds=cat
17797 fi
17798fi # test -n "$CONFIG_FILES"
17799
17800_ACEOF
17801cat >>$CONFIG_STATUS <<\_ACEOF
17802for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
17803 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17804 case $ac_file in
17805 - | *:- | *:-:* ) # input from stdin
17806 cat >$tmp/stdin
17807 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17808 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17809 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17810 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17811 * ) ac_file_in=$ac_file.in ;;
17812 esac
17813
17814 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17815 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17816$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17817 X"$ac_file" : 'X\(//\)[^/]' \| \
17818 X"$ac_file" : 'X\(//\)$' \| \
17819 X"$ac_file" : 'X\(/\)' \| \
17820 . : '\(.\)' 2>/dev/null ||
17821echo X"$ac_file" |
17822 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17823 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17824 /^X\(\/\/\)$/{ s//\1/; q; }
17825 /^X\(\/\).*/{ s//\1/; q; }
17826 s/.*/./; q'`
17827 { if $as_mkdir_p; then
17828 mkdir -p "$ac_dir"
17829 else
17830 as_dir="$ac_dir"
17831 as_dirs=
17832 while test ! -d "$as_dir"; do
17833 as_dirs="$as_dir $as_dirs"
17834 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17835$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17836 X"$as_dir" : 'X\(//\)[^/]' \| \
17837 X"$as_dir" : 'X\(//\)$' \| \
17838 X"$as_dir" : 'X\(/\)' \| \
17839 . : '\(.\)' 2>/dev/null ||
17840echo X"$as_dir" |
17841 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17842 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17843 /^X\(\/\/\)$/{ s//\1/; q; }
17844 /^X\(\/\).*/{ s//\1/; q; }
17845 s/.*/./; q'`
17846 done
17847 test ! -n "$as_dirs" || mkdir $as_dirs
17848 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17849echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17850 { (exit 1); exit 1; }; }; }
17851
17852 ac_builddir=.
17853
17854if test "$ac_dir" != .; then
17855 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17856 # A "../" for each directory in $ac_dir_suffix.
17857 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17858else
17859 ac_dir_suffix= ac_top_builddir=
17860fi
17861
17862case $srcdir in
17863 .) # No --srcdir option. We are building in place.
17864 ac_srcdir=.
17865 if test -z "$ac_top_builddir"; then
17866 ac_top_srcdir=.
17867 else
17868 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17869 fi ;;
17870 [\\/]* | ?:[\\/]* ) # Absolute path.
17871 ac_srcdir=$srcdir$ac_dir_suffix;
17872 ac_top_srcdir=$srcdir ;;
17873 *) # Relative path.
17874 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17875 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17876esac
17877
17878# Do not use `cd foo && pwd` to compute absolute paths, because
17879# the directories may not exist.
17880case `pwd` in
17881.) ac_abs_builddir="$ac_dir";;
17882*)
17883 case "$ac_dir" in
17884 .) ac_abs_builddir=`pwd`;;
17885 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17886 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17887 esac;;
17888esac
17889case $ac_abs_builddir in
17890.) ac_abs_top_builddir=${ac_top_builddir}.;;
17891*)
17892 case ${ac_top_builddir}. in
17893 .) ac_abs_top_builddir=$ac_abs_builddir;;
17894 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17895 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17896 esac;;
17897esac
17898case $ac_abs_builddir in
17899.) ac_abs_srcdir=$ac_srcdir;;
17900*)
17901 case $ac_srcdir in
17902 .) ac_abs_srcdir=$ac_abs_builddir;;
17903 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17904 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17905 esac;;
17906esac
17907case $ac_abs_builddir in
17908.) ac_abs_top_srcdir=$ac_top_srcdir;;
17909*)
17910 case $ac_top_srcdir in
17911 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17912 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17913 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17914 esac;;
17915esac
17916
17917
17918 case $INSTALL in
17919 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17920 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
17921 esac
17922
17923 # Let's still pretend it is `configure' which instantiates (i.e., don't
17924 # use $as_me), people would be surprised to read:
17925 # /* config.h. Generated by config.status. */
17926 if test x"$ac_file" = x-; then
17927 configure_input=
17928 else
17929 configure_input="$ac_file. "
17930 fi
17931 configure_input=$configure_input"Generated from `echo $ac_file_in |
17932 sed 's,.*/,,'` by configure."
17933
17934 # First look for the input files in the build tree, otherwise in the
17935 # src tree.
17936 ac_file_inputs=`IFS=:
17937 for f in $ac_file_in; do
17938 case $f in
17939 -) echo $tmp/stdin ;;
17940 [\\/$]*)
17941 # Absolute (can't be DOS-style, as IFS=:)
17942 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17943echo "$as_me: error: cannot find input file: $f" >&2;}
17944 { (exit 1); exit 1; }; }
17945 echo "$f";;
17946 *) # Relative
17947 if test -f "$f"; then
17948 # Build tree
17949 echo "$f"
17950 elif test -f "$srcdir/$f"; then
17951 # Source tree
17952 echo "$srcdir/$f"
17953 else
17954 # /dev/null tree
17955 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17956echo "$as_me: error: cannot find input file: $f" >&2;}
17957 { (exit 1); exit 1; }; }
17958 fi;;
17959 esac
17960 done` || { (exit 1); exit 1; }
17961
17962 if test x"$ac_file" != x-; then
17963 { echo "$as_me:$LINENO: creating $ac_file" >&5
17964echo "$as_me: creating $ac_file" >&6;}
17965 rm -f "$ac_file"
17966 fi
17967_ACEOF
17968cat >>$CONFIG_STATUS <<_ACEOF
17969 sed "$ac_vpsub
9879$extrasub 17970$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 17971_ACEOF
9973EOF
9974
9975cat >> $CONFIG_STATUS <<\EOF 17972cat >>$CONFIG_STATUS <<\_ACEOF
9976 17973:t
9977# Split the substitutions into bite-sized pieces for seds with 17974/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9978# small command number limits, like on Digital OSF/1 and HP-UX. 17975s,@configure_input@,$configure_input,;t t
9979ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 17976s,@srcdir@,$ac_srcdir,;t t
9980ac_file=1 # Number of current file. 17977s,@abs_srcdir@,$ac_abs_srcdir,;t t
9981ac_beg=1 # First line for current file. 17978s,@top_srcdir@,$ac_top_srcdir,;t t
9982ac_end=$ac_max_sed_cmds # Line after last line for current file. 17979s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9983ac_more_lines=: 17980s,@builddir@,$ac_builddir,;t t
9984ac_sed_cmds="" 17981s,@abs_builddir@,$ac_abs_builddir,;t t
9985while $ac_more_lines; do 17982s,@top_builddir@,$ac_top_builddir,;t t
9986 if test $ac_beg -gt 1; then 17983s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9987 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 17984s,@INSTALL@,$ac_INSTALL,;t t
17985" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
17986 rm -f $tmp/stdin
17987 if test x"$ac_file" != x-; then
17988 mv $tmp/out $ac_file
9988 else 17989 else
9989 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 17990 cat $tmp/out
17991 rm -f $tmp/out
9990 fi 17992 fi
9991 if test ! -s conftest.s$ac_file; then 17993
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 17994done
10005if test -z "$ac_sed_cmds"; then 17995_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 17996cat >>$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 17997
10031 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 17998#
10032 17999# CONFIG_HEADER section.
10033 # Remove last slash and all that follows it. Not all systems have dirname. 18000#
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 18001
10079# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 18002# 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. 18003# NAME is the cpp macro being defined and VALUE is the value it is being given.
10081# 18004#
10082# ac_d sets the value in "#define NAME VALUE" lines. 18005# ac_d sets the value in "#define NAME VALUE" lines.
10083ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 18006ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10084ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 18007ac_dB='[ ].*$,\1#\2'
10085ac_dC='\3' 18008ac_dC=' '
10086ac_dD='%g' 18009ac_dD=',;t'
10087# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 18010# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10088ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 18011ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10089ac_uB='\([ ]\)%\1#\2define\3' 18012ac_uB='$,\1#\2define\3'
10090ac_uC=' ' 18013ac_uC=' '
10091ac_uD='\4%g' 18014ac_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 18015
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 18016for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10106 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 18017 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10107 case "$ac_file" in 18018 case $ac_file in
18019 - | *:- | *:-:* ) # input from stdin
18020 cat >$tmp/stdin
18021 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18022 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10108 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 18023 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10109 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 18024 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10110 *) ac_file_in="${ac_file}.in" ;; 18025 * ) ac_file_in=$ac_file.in ;;
10111 esac 18026 esac
10112 18027
10113 echo creating $ac_file 18028 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
18029echo "$as_me: creating $ac_file" >&6;}
10114 18030
10115 rm -f conftest.frag conftest.in conftest.out 18031 # 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"` 18032 # src tree.
10117 cat $ac_file_inputs > conftest.in 18033 ac_file_inputs=`IFS=:
18034 for f in $ac_file_in; do
18035 case $f in
18036 -) echo $tmp/stdin ;;
18037 [\\/$]*)
18038 # Absolute (can't be DOS-style, as IFS=:)
18039 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18040echo "$as_me: error: cannot find input file: $f" >&2;}
18041 { (exit 1); exit 1; }; }
18042 # Do quote $f, to prevent DOS paths from being IFS'd.
18043 echo "$f";;
18044 *) # Relative
18045 if test -f "$f"; then
18046 # Build tree
18047 echo "$f"
18048 elif test -f "$srcdir/$f"; then
18049 # Source tree
18050 echo "$srcdir/$f"
18051 else
18052 # /dev/null tree
18053 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18054echo "$as_me: error: cannot find input file: $f" >&2;}
18055 { (exit 1); exit 1; }; }
18056 fi;;
18057 esac
18058 done` || { (exit 1); exit 1; }
18059 # Remove the trailing spaces.
18060 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10118 18061
10119EOF 18062_ACEOF
10120 18063
10121# Transform confdefs.h into a sed script conftest.vals that substitutes 18064# Transform confdefs.h into two sed scripts, `conftest.defines' and
10122# the proper values into config.h.in to produce config.h. And first: 18065# `conftest.undefs', that substitutes the proper values into
18066# config.h.in to produce config.h. The first handles `#define'
18067# templates, and the second `#undef' templates.
10123# Protect against being on the right side of a sed subst in config.status. 18068# 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. 18069# config.status. Protect against being in an unquoted here document
10125rm -f conftest.vals 18070# in config.status.
10126cat > conftest.hdr <<\EOF 18071rm -f conftest.defines conftest.undefs
18072# Using a here document instead of a string reduces the quoting nightmare.
18073# Putting comments in sed scripts is not portable.
18074#
18075# `end' is used to avoid that the second main sed command (meant for
18076# 0-ary CPP macros) applies to n-ary macro definitions.
18077# See the Autoconf documentation for `clear'.
18078cat >confdef2sed.sed <<\_ACEOF
10127s/[\\&%]/\\&/g 18079s/[\\&,]/\\&/g
10128s%[\\$`]%\\&%g 18080s,[\\$`],\\&,g
10129s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 18081t clear
10130s%ac_d%ac_u%gp 18082: clear
10131s%ac_u%ac_e%gp 18083s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10132EOF 18084t end
10133sed -n -f conftest.hdr confdefs.h > conftest.vals 18085s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10134rm -f conftest.hdr 18086: end
18087_ACEOF
18088# If some macros were called several times there might be several times
18089# the same #defines, which is useless. Nevertheless, we may not want to
18090# sort them, since we want the *last* AC-DEFINE to be honored.
18091uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
18092sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
18093rm -f confdef2sed.sed
10135 18094
10136# This sed command replaces #undef with comments. This is necessary, for 18095# This sed command replaces #undef with comments. This is necessary, for
10137# example, in the case of _POSIX_SOURCE, which is predefined and required 18096# example, in the case of _POSIX_SOURCE, which is predefined and required
10138# on some systems where configure will not decide to define it. 18097# on some systems where configure will not decide to define it.
10139cat >> conftest.vals <<\EOF 18098cat >>conftest.undefs <<\_ACEOF
10140s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 18099s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10141EOF 18100_ACEOF
10142 18101
10143# Break up conftest.vals because some shells have a limit on 18102# 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. 18103# of here documents, and old seds have small limits too (100 cmds).
10145 18104echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
18105echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
18106echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
18107echo ' :' >>$CONFIG_STATUS
10146rm -f conftest.tail 18108rm -f conftest.tail
10147while : 18109while grep . conftest.defines >/dev/null
10148do 18110do
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. 18111 # Write a limited-size here document to $tmp/defines.sed.
10153 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 18112 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
18113 # Speed up: don't consider the non `#define' lines.
18114 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
18115 # Work around the forget-to-reset-the-flag bug.
18116 echo 't clr' >>$CONFIG_STATUS
18117 echo ': clr' >>$CONFIG_STATUS
10154 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 18118 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10155 echo 'CEOF 18119 echo 'CEOF
10156 sed -f conftest.frag conftest.in > conftest.out 18120 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10157 rm -f conftest.in 18121 rm -f $tmp/in
10158 mv conftest.out conftest.in 18122 mv $tmp/out $tmp/in
10159' >> $CONFIG_STATUS 18123' >>$CONFIG_STATUS
10160 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 18124 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10161 rm -f conftest.vals 18125 rm -f conftest.defines
10162 mv conftest.tail conftest.vals 18126 mv conftest.tail conftest.defines
10163done 18127done
18128rm -f conftest.defines
18129echo ' fi # grep' >>$CONFIG_STATUS
18130echo >>$CONFIG_STATUS
18131
18132# Break up conftest.undefs because some shells have a limit on the size
18133# of here documents, and old seds have small limits too (100 cmds).
18134echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10164rm -f conftest.vals 18135rm -f conftest.tail
18136while grep . conftest.undefs >/dev/null
18137do
18138 # Write a limited-size here document to $tmp/undefs.sed.
18139 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
18140 # Speed up: don't consider the non `#undef'
18141 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
18142 # Work around the forget-to-reset-the-flag bug.
18143 echo 't clr' >>$CONFIG_STATUS
18144 echo ': clr' >>$CONFIG_STATUS
18145 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
18146 echo 'CEOF
18147 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
18148 rm -f $tmp/in
18149 mv $tmp/out $tmp/in
18150' >>$CONFIG_STATUS
18151 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
18152 rm -f conftest.undefs
18153 mv conftest.tail conftest.undefs
18154done
18155rm -f conftest.undefs
10165 18156
10166cat >> $CONFIG_STATUS <<\EOF 18157cat >>$CONFIG_STATUS <<\_ACEOF
10167 rm -f conftest.frag conftest.h 18158 # Let's still pretend it is `configure' which instantiates (i.e., don't
10168 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 18159 # use $as_me), people would be surprised to read:
10169 cat conftest.in >> conftest.h 18160 # /* config.h. Generated by config.status. */
10170 rm -f conftest.in 18161 if test x"$ac_file" = x-; then
10171 if cmp -s $ac_file conftest.h 2>/dev/null; then 18162 echo "/* Generated by configure. */" >$tmp/config.h
10172 echo "$ac_file is unchanged"
10173 rm -f conftest.h
10174 else 18163 else
10175 # Remove last slash and all that follows it. Not all systems have dirname. 18164 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10176 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 18165 fi
10177 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 18166 cat $tmp/in >>$tmp/config.h
10178 # The file is in a subdirectory. 18167 rm -f $tmp/in
18168 if test x"$ac_file" != x-; then
18169 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
18170 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
18171echo "$as_me: $ac_file is unchanged" >&6;}
18172 else
18173 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
18174$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18175 X"$ac_file" : 'X\(//\)[^/]' \| \
18176 X"$ac_file" : 'X\(//\)$' \| \
18177 X"$ac_file" : 'X\(/\)' \| \
18178 . : '\(.\)' 2>/dev/null ||
18179echo X"$ac_file" |
18180 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18181 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18182 /^X\(\/\/\)$/{ s//\1/; q; }
18183 /^X\(\/\).*/{ s//\1/; q; }
18184 s/.*/./; q'`
18185 { if $as_mkdir_p; then
18186 mkdir -p "$ac_dir"
18187 else
18188 as_dir="$ac_dir"
18189 as_dirs=
18190 while test ! -d "$as_dir"; do
18191 as_dirs="$as_dir $as_dirs"
18192 as_dir=`(dirname "$as_dir") 2>/dev/null ||
18193$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18194 X"$as_dir" : 'X\(//\)[^/]' \| \
18195 X"$as_dir" : 'X\(//\)$' \| \
18196 X"$as_dir" : 'X\(/\)' \| \
18197 . : '\(.\)' 2>/dev/null ||
18198echo X"$as_dir" |
18199 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18200 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18201 /^X\(\/\/\)$/{ s//\1/; q; }
18202 /^X\(\/\).*/{ s//\1/; q; }
18203 s/.*/./; q'`
18204 done
10179 test ! -d "$ac_dir" && mkdir "$ac_dir" 18205 test ! -n "$as_dirs" || mkdir $as_dirs
18206 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
18207echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
18208 { (exit 1); exit 1; }; }; }
18209
18210 rm -f $ac_file
18211 mv $tmp/config.h $ac_file
10180 fi 18212 fi
10181 rm -f $ac_file 18213 else
10182 mv conftest.h $ac_file 18214 cat $tmp/config.h
18215 rm -f $tmp/config.h
10183 fi 18216 fi
10184fi; done 18217done
18218_ACEOF
10185 18219
10186EOF
10187cat >> $CONFIG_STATUS <<EOF
10188
10189EOF
10190cat >> $CONFIG_STATUS <<\EOF 18220cat >>$CONFIG_STATUS <<\_ACEOF
10191 18221
10192exit 0 18222{ (exit 0); exit 0; }
10193EOF 18223_ACEOF
10194chmod +x $CONFIG_STATUS 18224chmod +x $CONFIG_STATUS
10195rm -fr confdefs* $ac_clean_files 18225ac_clean_files=$ac_clean_files_save
10196test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 18226
18227
18228# configure is writing to config.log, and then calls config.status.
18229# config.status does its own redirection, appending to config.log.
18230# Unfortunately, on DOS this fails, as config.log is still kept open
18231# by configure, so config.status won't be able to write to it; its
18232# output is simply discarded. So we exec the FD to /dev/null,
18233# effectively closing config.log, so it can be properly (re)opened and
18234# appended to by config.status. When coming back to configure, we
18235# need to make the FD available again.
18236if test "$no_create" != yes; then
18237 ac_cs_success=:
18238 ac_config_status_args=
18239 test "$silent" = yes &&
18240 ac_config_status_args="$ac_config_status_args --quiet"
18241 exec 5>/dev/null
18242 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18243 exec 5>>config.log
18244 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18245 # would make configure fail if this is the last instruction.
18246 $ac_cs_success || { (exit 1); exit 1; }
18247fi
10197 18248
10198 18249
10199echo "Configuration: 18250echo "Configuration:
10200 18251
10201 Rxvt version: $VERSION : $DATE 18252 Rxvt version: $VERSION : $DATE
10202 Source code location: $srcdir 18253 Source code location: $srcdir
10203 Install path: ${prefix}/bin 18254 Install path: ${prefix}/bin
10204 Compiler: $CC 18255 Compiler: $CXX
10205 Compiler flags: $CFLAGS" 18256 Compiler flags: $CFLAGS
18257 Linker: $LINKER"
10206 18258
10207if test "$MALLOC_TYPE" = S; then 18259if test "$MALLOC_TYPE" = S; then
10208 echo " malloc support: system default" 18260 echo " malloc support: system default"
10209fi 18261fi
10210if test "$MALLOC_TYPE" = G; then 18262if test "$MALLOC_TYPE" = G; then
10221echo " 18273echo "
10222The following are set in config.h 18274The following are set in config.h
10223" 18275"
10224echo " pty/tty type: "$rxvt_cv_ptys 18276echo " pty/tty type: "$rxvt_cv_ptys
10225if test x$support_utmp != xyes; then 18277if test x$support_utmp != xyes; then
10226 echo " utmp support: disabled 18278 echo " utmp support: disabled"
10227" 18279 echo
10228else 18280else
10229 echo " utmp support: enabled 18281 echo " utmp support: enabled
10230 utmp file: $rxvt_cv_path_utmp 18282 utmp file: $rxvt_cv_path_utmp
10231 utmpx file: $rxvt_cv_path_utmpx 18283 utmpx file: $rxvt_cv_path_utmpx
10232 wtmp file: $rxvt_cv_path_wtmp 18284 wtmp file: $rxvt_cv_path_wtmp
10233 wtmpx file: $rxvt_cv_path_wtmpx 18285 wtmpx file: $rxvt_cv_path_wtmpx
10234 lastlog file: $rxvt_cv_path_lastlog 18286 lastlog file: $rxvt_cv_path_lastlog
10235 ttys/ttytab file: $rxvt_cv_path_ttytab 18287 ttys/ttytab file: $rxvt_cv_path_ttytab"
10236" 18288 echo
10237fi 18289fi
10238if test x$term != x; then 18290if test x$term != x; then
10239 echo " set TERM to: $term 18291 echo " set TERM to: $term"
10240"
10241fi 18292fi
10242if test x$terminfo != x; then 18293if test x$terminfo != x; then
10243 echo " set TERMINFO to: $terminfo 18294 echo " set TERMINFO to: $terminfo"
10244"
10245fi 18295fi
18296echo " default resource name: $RESNAME"
18297echo " resource class: $RESCLASS"
18298if test x$RESFALLBACK != x; then
18299 echo " resource class fallback: $RESFALLBACK"
18300fi
18301echo
10246if test x$rxvt_cv_ptys = xUNKNOWN; then 18302if test x$rxvt_cv_ptys = xUNKNOWN; then
10247 echo ".----------------------------------------------------------------." 18303 echo ".----------------------------------------------------------------."
10248 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18304 echo ". WARNING: could not determine pty/tty type. Do not build until ."
10249 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18305 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
10250 echo ".----------------------------------------------------------------." 18306 echo ".----------------------------------------------------------------."
10264 echo ". WARNING: --enable-xim was specified however the locale support ." 18320 echo ". WARNING: --enable-xim was specified however the locale support ."
10265 echo ". functions could not be found. ." 18321 echo ". functions could not be found. ."
10266 echo ". XIM is now being DISABLED! ." 18322 echo ". XIM is now being DISABLED! ."
10267 echo ".----------------------------------------------------------------." 18323 echo ".----------------------------------------------------------------."
10268fi 18324fi
18325
10269echo " *** Please check src/feature.h for further options *** 18326echo " *** Please check src/feature.h for further options ***"
10270" 18327echo
18328
18329echo ".----------------------------------------------------------------."
18330echo ". NOTE: most features are disabled by default, try ."
18331echo ". configure --help to get an idea of the optional features ."
18332echo ".----------------------------------------------------------------."
18333echo
18334

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines