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.32 by root, Tue Aug 10 22:36:30 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-frills enable support for rarely used features
1060 --enable-linespace enable support for linespace
1061 --enable-24bit enable support for using 24bit visuals if available
1062 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1063 --enable-selectionscrolling enable scrolling during selections
1064 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1065 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1066 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1067 --enable-dlmalloc enable Doug Lea's malloc - for production use
1068 NOTE: enable only one malloc package
1069 --enable-smart-resize enable smart growth/shrink behaviour
1070 --enable-256-color enable 256-color support
1071 --enable-cursor-blink enable blinking cursor
1072 --enable-text-blink enable blinking text
1073 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1074
1075Optional Packages:
1076 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1077 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1078 --with-gnu-ld assume the C compiler uses GNU ld default=no
1079 --with-pic try to use only PIC/non-PIC objects default=use both
1080 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1081 --with-res-name=NAME use this as default resource name (default: urxvt)
1082 --with-res-class=CLASS use this as the resource class (default: URxvt)
1083 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1084 --with-term=NAME set the terminal to NAME (default: rxvt)
1085 --with-terminfo=PATH set the path to the terminfo tree to PATH
1086 --with-x use the X Window System
1087 --with-xpm-includes=DIR use XPM includes in DIR
1088 --with-xpm-library=DIR use XPM library in DIR
1089 --with-xpm use XPM
1090
1091Some influential environment variables:
1092 CC C compiler command
1093 CFLAGS C compiler flags
1094 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1095 nonstandard directory <lib dir>
1096 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1097 headers in a nonstandard directory <include dir>
1098 CXX C++ compiler command
1099 CXXFLAGS C++ compiler flags
1100 CPP C preprocessor
1101 CXXCPP C++ preprocessor
1102
1103Use these variables to override the choices made by `configure' or to help
1104it to find libraries and programs with nonstandard names/locations.
1105
1106_ACEOF
1107fi
1108
1109if test "$ac_init_help" = "recursive"; then
1110 # If there are subdirs, report their specific --help.
1111 ac_popdir=`pwd`
1112 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1113 test -d $ac_dir || continue
1114 ac_builddir=.
1115
1116if test "$ac_dir" != .; then
1117 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1118 # A "../" for each directory in $ac_dir_suffix.
1119 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1120else
1121 ac_dir_suffix= ac_top_builddir=
1122fi
1123
1124case $srcdir in
1125 .) # No --srcdir option. We are building in place.
1126 ac_srcdir=.
1127 if test -z "$ac_top_builddir"; then
1128 ac_top_srcdir=.
1129 else
1130 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1131 fi ;;
1132 [\\/]* | ?:[\\/]* ) # Absolute path.
1133 ac_srcdir=$srcdir$ac_dir_suffix;
1134 ac_top_srcdir=$srcdir ;;
1135 *) # Relative path.
1136 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1137 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1138esac
1139
1140# Do not use `cd foo && pwd` to compute absolute paths, because
1141# the directories may not exist.
1142case `pwd` in
1143.) ac_abs_builddir="$ac_dir";;
1144*)
1145 case "$ac_dir" in
1146 .) ac_abs_builddir=`pwd`;;
1147 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1148 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1149 esac;;
1150esac
1151case $ac_abs_builddir in
1152.) ac_abs_top_builddir=${ac_top_builddir}.;;
1153*)
1154 case ${ac_top_builddir}. in
1155 .) ac_abs_top_builddir=$ac_abs_builddir;;
1156 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1157 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1158 esac;;
1159esac
1160case $ac_abs_builddir in
1161.) ac_abs_srcdir=$ac_srcdir;;
1162*)
1163 case $ac_srcdir in
1164 .) ac_abs_srcdir=$ac_abs_builddir;;
1165 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1166 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1167 esac;;
1168esac
1169case $ac_abs_builddir in
1170.) ac_abs_top_srcdir=$ac_top_srcdir;;
1171*)
1172 case $ac_top_srcdir in
1173 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1174 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1175 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1176 esac;;
1177esac
1178
1179 cd $ac_dir
1180 # Check for guested configure; otherwise get Cygnus style configure.
1181 if test -f $ac_srcdir/configure.gnu; then
1182 echo
1183 $SHELL $ac_srcdir/configure.gnu --help=recursive
1184 elif test -f $ac_srcdir/configure; then
1185 echo
1186 $SHELL $ac_srcdir/configure --help=recursive
1187 elif test -f $ac_srcdir/configure.ac ||
1188 test -f $ac_srcdir/configure.in; then
1189 echo
1190 $ac_configure --help
1191 else
1192 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1193 fi
1194 cd "$ac_popdir"
1195 done
1196fi
1197
1198test -n "$ac_init_help" && exit 0
1199if $ac_init_version; then
1200 cat <<\_ACEOF
1201
1202Copyright (C) 2003 Free Software Foundation, Inc.
1203This configure script is free software; the Free Software Foundation
1204gives unlimited permission to copy, distribute and modify it.
1205_ACEOF
1206 exit 0
1207fi
1208exec 5>config.log
1209cat >&5 <<_ACEOF
1210This file contains any messages produced by compilers while
1211running configure, to aid debugging if configure makes a mistake.
1212
1213It was created by $as_me, which was
1214generated by GNU Autoconf 2.59. Invocation command line was
1215
1216 $ $0 $@
1217
1218_ACEOF
1219{
1220cat <<_ASUNAME
1221## --------- ##
1222## Platform. ##
1223## --------- ##
1224
1225hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1226uname -m = `(uname -m) 2>/dev/null || echo unknown`
1227uname -r = `(uname -r) 2>/dev/null || echo unknown`
1228uname -s = `(uname -s) 2>/dev/null || echo unknown`
1229uname -v = `(uname -v) 2>/dev/null || echo unknown`
1230
1231/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1232/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1233
1234/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1235/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1236/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1237hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1238/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1239/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1240/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1241
1242_ASUNAME
1243
1244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1245for as_dir in $PATH
1246do
1247 IFS=$as_save_IFS
1248 test -z "$as_dir" && as_dir=.
1249 echo "PATH: $as_dir"
1250done
1251
1252} >&5
1253
1254cat >&5 <<_ACEOF
1255
1256
1257## ----------- ##
1258## Core tests. ##
1259## ----------- ##
1260
1261_ACEOF
1262
1263
1264# Keep a trace of the command line.
1265# Strip out --no-create and --no-recursion so they do not pile up.
1266# Strip out --silent because we don't want to record it for future runs.
1267# Also quote any args containing shell meta-characters.
1268# Make two passes to allow for proper duplicate-argument suppression.
1269ac_configure_args=
1270ac_configure_args0=
1271ac_configure_args1=
1272ac_sep=
1273ac_must_keep_next=false
1274for ac_pass in 1 2
1275do
1276 for ac_arg
1277 do
1278 case $ac_arg in
1279 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1280 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1281 | -silent | --silent | --silen | --sile | --sil)
1282 continue ;;
1283 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1284 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1285 esac
1286 case $ac_pass in
1287 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1288 2)
1289 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1290 if test $ac_must_keep_next = true; then
1291 ac_must_keep_next=false # Got value, back to normal.
1292 else
1293 case $ac_arg in
1294 *=* | --config-cache | -C | -disable-* | --disable-* \
1295 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1296 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1297 | -with-* | --with-* | -without-* | --without-* | --x)
1298 case "$ac_configure_args0 " in
1299 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1300 esac
1301 ;;
1302 -* ) ac_must_keep_next=true ;;
1303 esac
1304 fi
1305 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1306 # Get rid of the leading space.
1307 ac_sep=" "
1308 ;;
1309 esac
1310 done
1311done
1312$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1313$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1314
1315# When interrupted or exit'd, cleanup temporary files, and complete
1316# config.log. We remove comments because anyway the quotes in there
1317# would cause problems or look ugly.
1318# WARNING: Be sure not to use single quotes in there, as some shells,
1319# such as our DU 5.0 friend, will then `close' the trap.
1320trap 'exit_status=$?
1321 # Save into config.log some information that might help in debugging.
1322 {
1323 echo
1324
1325 cat <<\_ASBOX
1326## ---------------- ##
1327## Cache variables. ##
1328## ---------------- ##
1329_ASBOX
1330 echo
1331 # The following way of writing the cache mishandles newlines in values,
1332{
1333 (set) 2>&1 |
1334 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1335 *ac_space=\ *)
1336 sed -n \
1337 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1338 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1339 ;;
1340 *)
1341 sed -n \
1342 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1343 ;;
1344 esac;
1345}
1346 echo
1347
1348 cat <<\_ASBOX
1349## ----------------- ##
1350## Output variables. ##
1351## ----------------- ##
1352_ASBOX
1353 echo
1354 for ac_var in $ac_subst_vars
1355 do
1356 eval ac_val=$`echo $ac_var`
1357 echo "$ac_var='"'"'$ac_val'"'"'"
1358 done | sort
1359 echo
1360
1361 if test -n "$ac_subst_files"; then
1362 cat <<\_ASBOX
1363## ------------- ##
1364## Output files. ##
1365## ------------- ##
1366_ASBOX
1367 echo
1368 for ac_var in $ac_subst_files
1369 do
1370 eval ac_val=$`echo $ac_var`
1371 echo "$ac_var='"'"'$ac_val'"'"'"
1372 done | sort
1373 echo
1374 fi
1375
1376 if test -s confdefs.h; then
1377 cat <<\_ASBOX
1378## ----------- ##
1379## confdefs.h. ##
1380## ----------- ##
1381_ASBOX
1382 echo
1383 sed "/^$/d" confdefs.h | sort
1384 echo
1385 fi
1386 test "$ac_signal" != 0 &&
1387 echo "$as_me: caught signal $ac_signal"
1388 echo "$as_me: exit $exit_status"
1389 } >&5
1390 rm -f core *.core &&
1391 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1392 exit $exit_status
1393 ' 0
1394for ac_signal in 1 2 13 15; do
1395 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1396done
1397ac_signal=0
1398
1399# confdefs.h avoids OS command line length limits that DEFS can exceed.
1400rm -rf conftest* confdefs.h
1401# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1402echo >confdefs.h
1403
1404# Predefined preprocessor variables.
1405
1406cat >>confdefs.h <<_ACEOF
1407#define PACKAGE_NAME "$PACKAGE_NAME"
1408_ACEOF
1409
1410
1411cat >>confdefs.h <<_ACEOF
1412#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1413_ACEOF
1414
1415
1416cat >>confdefs.h <<_ACEOF
1417#define PACKAGE_VERSION "$PACKAGE_VERSION"
1418_ACEOF
1419
1420
1421cat >>confdefs.h <<_ACEOF
1422#define PACKAGE_STRING "$PACKAGE_STRING"
1423_ACEOF
1424
1425
1426cat >>confdefs.h <<_ACEOF
1427#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1428_ACEOF
1429
1430
1431# Let the site file select an alternate cache file if it wants to.
746# Prefer explicitly selected file to automatically selected ones. 1432# Prefer explicitly selected file to automatically selected ones.
747if test -z "$CONFIG_SITE"; then 1433if test -z "$CONFIG_SITE"; then
748 if test "x$prefix" != xNONE; then 1434 if test "x$prefix" != xNONE; then
749 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1435 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
750 else 1436 else
751 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1437 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
752 fi 1438 fi
753fi 1439fi
754for ac_site_file in $CONFIG_SITE; do 1440for ac_site_file in $CONFIG_SITE; do
755 if test -r "$ac_site_file"; then 1441 if test -r "$ac_site_file"; then
1442 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
756 echo "loading site script $ac_site_file" 1443echo "$as_me: loading site script $ac_site_file" >&6;}
1444 sed 's/^/| /' "$ac_site_file" >&5
757 . "$ac_site_file" 1445 . "$ac_site_file"
758 fi 1446 fi
759done 1447done
760 1448
761if test -r "$cache_file"; then 1449if test -r "$cache_file"; then
1450 # Some versions of bash will fail to source /dev/null (special
1451 # files actually), so we avoid doing that.
1452 if test -f "$cache_file"; then
1453 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
762 echo "loading cache $cache_file" 1454echo "$as_me: loading cache $cache_file" >&6;}
763 . $cache_file 1455 case $cache_file in
1456 [\\/]* | ?:[\\/]* ) . $cache_file;;
1457 *) . ./$cache_file;;
1458 esac
1459 fi
764else 1460else
1461 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
765 echo "creating cache $cache_file" 1462echo "$as_me: creating cache $cache_file" >&6;}
766 > $cache_file 1463 >$cache_file
1464fi
1465
1466# Check that the precious variables saved in the cache have kept the same
1467# value.
1468ac_cache_corrupted=false
1469for ac_var in `(set) 2>&1 |
1470 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1471 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1472 eval ac_new_set=\$ac_env_${ac_var}_set
1473 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1474 eval ac_new_val="\$ac_env_${ac_var}_value"
1475 case $ac_old_set,$ac_new_set in
1476 set,)
1477 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1478echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1479 ac_cache_corrupted=: ;;
1480 ,set)
1481 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1482echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1483 ac_cache_corrupted=: ;;
1484 ,);;
1485 *)
1486 if test "x$ac_old_val" != "x$ac_new_val"; then
1487 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1488echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1489 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1490echo "$as_me: former value: $ac_old_val" >&2;}
1491 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1492echo "$as_me: current value: $ac_new_val" >&2;}
1493 ac_cache_corrupted=:
1494 fi;;
1495 esac
1496 # Pass precious variables to config.status.
1497 if test "$ac_new_set" = set; then
1498 case $ac_new_val in
1499 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1500 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1501 *) ac_arg=$ac_var=$ac_new_val ;;
1502 esac
1503 case " $ac_configure_args " in
1504 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1505 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1506 esac
1507 fi
1508done
1509if $ac_cache_corrupted; then
1510 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1511echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1512 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1513echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1514 { (exit 1); exit 1; }; }
767fi 1515fi
768 1516
769ac_ext=c 1517ac_ext=c
770# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
771ac_cpp='$CPP $CPPFLAGS' 1518ac_cpp='$CPP $CPPFLAGS'
772ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1519ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
773ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1520ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
774cross_compiling=$ac_cv_prog_cc_cross 1521ac_compiler_gnu=$ac_cv_c_compiler_gnu
775 1522
776ac_exeext= 1523
777ac_objext=o 1524
778if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 1525
779 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 1526
780 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 1527
781 ac_n= ac_c=' 1528
782' ac_t=' ' 1529
783 else 1530
784 ac_n=-n ac_c= ac_t= 1531
785 fi 1532
786else 1533
787 ac_n= ac_c='\c' ac_t= 1534
788fi 1535
1536
1537
1538
1539
789 1540
790 1541
791ac_aux_dir= 1542ac_aux_dir=
792for ac_dir in autoconf $srcdir/autoconf; do 1543for ac_dir in autoconf $srcdir/autoconf; do
793 if test -f $ac_dir/install-sh; then 1544 if test -f $ac_dir/install-sh; then
796 break 1547 break
797 elif test -f $ac_dir/install.sh; then 1548 elif test -f $ac_dir/install.sh; then
798 ac_aux_dir=$ac_dir 1549 ac_aux_dir=$ac_dir
799 ac_install_sh="$ac_aux_dir/install.sh -c" 1550 ac_install_sh="$ac_aux_dir/install.sh -c"
800 break 1551 break
1552 elif test -f $ac_dir/shtool; then
1553 ac_aux_dir=$ac_dir
1554 ac_install_sh="$ac_aux_dir/shtool install -c"
1555 break
801 fi 1556 fi
802done 1557done
803if test -z "$ac_aux_dir"; then 1558if test -z "$ac_aux_dir"; then
1559 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5
804 { echo "configure: error: can not find install-sh or install.sh in autoconf $srcdir/autoconf" 1>&2; exit 1; } 1560echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1561 { (exit 1); exit 1; }; }
805fi 1562fi
806ac_config_guess=$ac_aux_dir/config.guess 1563ac_config_guess="$SHELL $ac_aux_dir/config.guess"
807ac_config_sub=$ac_aux_dir/config.sub 1564ac_config_sub="$SHELL $ac_aux_dir/config.sub"
808ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 1565ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
809 1566
1567 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
810 1568
811 1569
812VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1570VERSION=`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` 1571DATE=`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` 1572LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
816echo "" 1574echo ""
817echo "configuring for rxvt $VERSION" 1575echo "configuring for rxvt $VERSION"
818echo "" 1576echo ""
819 1577
820 1578
1579ac_ext=c
1580ac_cpp='$CPP $CPPFLAGS'
1581ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1582ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1583ac_compiler_gnu=$ac_cv_c_compiler_gnu
1584if test -n "$ac_tool_prefix"; then
821# Extract the first word of "gcc", so it can be a program name with args. 1585 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
822set dummy gcc; ac_word=$2 1586set dummy ${ac_tool_prefix}gcc; ac_word=$2
1587echo "$as_me:$LINENO: checking for $ac_word" >&5
823echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1588echo $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 1589if test "${ac_cv_prog_CC+set}" = set; then
826 echo $ac_n "(cached) $ac_c" 1>&6 1590 echo $ECHO_N "(cached) $ECHO_C" >&6
827else 1591else
828 if test -n "$CC"; then 1592 if test -n "$CC"; then
829 ac_cv_prog_CC="$CC" # Let the user override the test. 1593 ac_cv_prog_CC="$CC" # Let the user override the test.
830else 1594else
831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
832 ac_dummy="$PATH" 1596for as_dir in $PATH
833 for ac_dir in $ac_dummy; do 1597do
1598 IFS=$as_save_IFS
834 test -z "$ac_dir" && ac_dir=. 1599 test -z "$as_dir" && as_dir=.
835 if test -f $ac_dir/$ac_word; then 1600 for ac_exec_ext in '' $ac_executable_extensions; do
836 ac_cv_prog_CC="gcc" 1601 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1602 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1603 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
837 break 1604 break 2
838 fi 1605 fi
839 done 1606done
840 IFS="$ac_save_ifs" 1607done
1608
841fi 1609fi
842fi 1610fi
843CC="$ac_cv_prog_CC" 1611CC=$ac_cv_prog_CC
844if test -n "$CC"; then 1612if test -n "$CC"; then
845 echo "$ac_t""$CC" 1>&6 1613 echo "$as_me:$LINENO: result: $CC" >&5
1614echo "${ECHO_T}$CC" >&6
846else 1615else
847 echo "$ac_t""no" 1>&6 1616 echo "$as_me:$LINENO: result: no" >&5
1617echo "${ECHO_T}no" >&6
848fi 1618fi
849 1619
1620fi
1621if test -z "$ac_cv_prog_CC"; then
1622 ac_ct_CC=$CC
1623 # Extract the first word of "gcc", so it can be a program name with args.
1624set dummy gcc; ac_word=$2
1625echo "$as_me:$LINENO: checking for $ac_word" >&5
1626echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1627if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1628 echo $ECHO_N "(cached) $ECHO_C" >&6
1629else
1630 if test -n "$ac_ct_CC"; then
1631 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1632else
1633as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1634for as_dir in $PATH
1635do
1636 IFS=$as_save_IFS
1637 test -z "$as_dir" && as_dir=.
1638 for ac_exec_ext in '' $ac_executable_extensions; do
1639 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1640 ac_cv_prog_ac_ct_CC="gcc"
1641 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1642 break 2
1643 fi
1644done
1645done
1646
1647fi
1648fi
1649ac_ct_CC=$ac_cv_prog_ac_ct_CC
1650if test -n "$ac_ct_CC"; then
1651 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1652echo "${ECHO_T}$ac_ct_CC" >&6
1653else
1654 echo "$as_me:$LINENO: result: no" >&5
1655echo "${ECHO_T}no" >&6
1656fi
1657
1658 CC=$ac_ct_CC
1659else
1660 CC="$ac_cv_prog_CC"
1661fi
1662
1663if test -z "$CC"; then
1664 if test -n "$ac_tool_prefix"; then
1665 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1666set dummy ${ac_tool_prefix}cc; ac_word=$2
1667echo "$as_me:$LINENO: checking for $ac_word" >&5
1668echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1669if test "${ac_cv_prog_CC+set}" = set; then
1670 echo $ECHO_N "(cached) $ECHO_C" >&6
1671else
1672 if test -n "$CC"; then
1673 ac_cv_prog_CC="$CC" # Let the user override the test.
1674else
1675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1676for as_dir in $PATH
1677do
1678 IFS=$as_save_IFS
1679 test -z "$as_dir" && as_dir=.
1680 for ac_exec_ext in '' $ac_executable_extensions; do
1681 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1682 ac_cv_prog_CC="${ac_tool_prefix}cc"
1683 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1684 break 2
1685 fi
1686done
1687done
1688
1689fi
1690fi
1691CC=$ac_cv_prog_CC
1692if test -n "$CC"; then
1693 echo "$as_me:$LINENO: result: $CC" >&5
1694echo "${ECHO_T}$CC" >&6
1695else
1696 echo "$as_me:$LINENO: result: no" >&5
1697echo "${ECHO_T}no" >&6
1698fi
1699
1700fi
1701if test -z "$ac_cv_prog_CC"; then
1702 ac_ct_CC=$CC
1703 # Extract the first word of "cc", so it can be a program name with args.
1704set dummy cc; ac_word=$2
1705echo "$as_me:$LINENO: checking for $ac_word" >&5
1706echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1707if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1708 echo $ECHO_N "(cached) $ECHO_C" >&6
1709else
1710 if test -n "$ac_ct_CC"; then
1711 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1712else
1713as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1714for as_dir in $PATH
1715do
1716 IFS=$as_save_IFS
1717 test -z "$as_dir" && as_dir=.
1718 for ac_exec_ext in '' $ac_executable_extensions; do
1719 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1720 ac_cv_prog_ac_ct_CC="cc"
1721 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1722 break 2
1723 fi
1724done
1725done
1726
1727fi
1728fi
1729ac_ct_CC=$ac_cv_prog_ac_ct_CC
1730if test -n "$ac_ct_CC"; then
1731 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1732echo "${ECHO_T}$ac_ct_CC" >&6
1733else
1734 echo "$as_me:$LINENO: result: no" >&5
1735echo "${ECHO_T}no" >&6
1736fi
1737
1738 CC=$ac_ct_CC
1739else
1740 CC="$ac_cv_prog_CC"
1741fi
1742
1743fi
850if test -z "$CC"; then 1744if test -z "$CC"; then
851 # Extract the first word of "cc", so it can be a program name with args. 1745 # Extract the first word of "cc", so it can be a program name with args.
852set dummy cc; ac_word=$2 1746set dummy cc; ac_word=$2
1747echo "$as_me:$LINENO: checking for $ac_word" >&5
853echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1748echo $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 1749if test "${ac_cv_prog_CC+set}" = set; then
856 echo $ac_n "(cached) $ac_c" 1>&6 1750 echo $ECHO_N "(cached) $ECHO_C" >&6
857else 1751else
858 if test -n "$CC"; then 1752 if test -n "$CC"; then
859 ac_cv_prog_CC="$CC" # Let the user override the test. 1753 ac_cv_prog_CC="$CC" # Let the user override the test.
860else 1754else
861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
862 ac_prog_rejected=no 1755 ac_prog_rejected=no
863 ac_dummy="$PATH" 1756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
864 for ac_dir in $ac_dummy; do 1757for as_dir in $PATH
1758do
1759 IFS=$as_save_IFS
865 test -z "$ac_dir" && ac_dir=. 1760 test -z "$as_dir" && as_dir=.
866 if test -f $ac_dir/$ac_word; then 1761 for ac_exec_ext in '' $ac_executable_extensions; do
1762 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
867 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1763 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
868 ac_prog_rejected=yes 1764 ac_prog_rejected=yes
869 continue 1765 continue
870 fi 1766 fi
871 ac_cv_prog_CC="cc" 1767 ac_cv_prog_CC="cc"
1768 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
872 break 1769 break 2
873 fi 1770 fi
874 done 1771done
875 IFS="$ac_save_ifs" 1772done
1773
876if test $ac_prog_rejected = yes; then 1774if test $ac_prog_rejected = yes; then
877 # We found a bogon in the path, so make sure we never use it. 1775 # We found a bogon in the path, so make sure we never use it.
878 set dummy $ac_cv_prog_CC 1776 set dummy $ac_cv_prog_CC
879 shift 1777 shift
880 if test $# -gt 0; then 1778 if test $# != 0; then
881 # We chose a different compiler from the bogus one. 1779 # We chose a different compiler from the bogus one.
882 # However, it has the same basename, so the bogon will be chosen 1780 # 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. 1781 # first if we set CC to just the basename; use the full file name.
884 shift 1782 shift
885 set dummy "$ac_dir/$ac_word" "$@" 1783 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
886 shift
887 ac_cv_prog_CC="$@"
888 fi 1784 fi
889fi 1785fi
890fi 1786fi
891fi 1787fi
892CC="$ac_cv_prog_CC" 1788CC=$ac_cv_prog_CC
893if test -n "$CC"; then 1789if test -n "$CC"; then
894 echo "$ac_t""$CC" 1>&6 1790 echo "$as_me:$LINENO: result: $CC" >&5
1791echo "${ECHO_T}$CC" >&6
895else 1792else
896 echo "$ac_t""no" 1>&6 1793 echo "$as_me:$LINENO: result: no" >&5
1794echo "${ECHO_T}no" >&6
897fi 1795fi
898 1796
1797fi
899 if test -z "$CC"; then 1798if test -z "$CC"; then
900 case "`uname -s`" in 1799 if test -n "$ac_tool_prefix"; then
901 *win32* | *WIN32*) 1800 for ac_prog in cl
1801 do
902 # Extract the first word of "cl", so it can be a program name with args. 1802 # 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 1803set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1804echo "$as_me:$LINENO: checking for $ac_word" >&5
904echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1805echo $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 1806if test "${ac_cv_prog_CC+set}" = set; then
907 echo $ac_n "(cached) $ac_c" 1>&6 1807 echo $ECHO_N "(cached) $ECHO_C" >&6
908else 1808else
909 if test -n "$CC"; then 1809 if test -n "$CC"; then
910 ac_cv_prog_CC="$CC" # Let the user override the test. 1810 ac_cv_prog_CC="$CC" # Let the user override the test.
911else 1811else
912 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
913 ac_dummy="$PATH" 1813for as_dir in $PATH
914 for ac_dir in $ac_dummy; do 1814do
1815 IFS=$as_save_IFS
915 test -z "$ac_dir" && ac_dir=. 1816 test -z "$as_dir" && as_dir=.
916 if test -f $ac_dir/$ac_word; then 1817 for ac_exec_ext in '' $ac_executable_extensions; do
917 ac_cv_prog_CC="cl" 1818 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1819 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
918 break 1821 break 2
1822 fi
1823done
1824done
1825
1826fi
1827fi
1828CC=$ac_cv_prog_CC
1829if test -n "$CC"; then
1830 echo "$as_me:$LINENO: result: $CC" >&5
1831echo "${ECHO_T}$CC" >&6
1832else
1833 echo "$as_me:$LINENO: result: no" >&5
1834echo "${ECHO_T}no" >&6
1835fi
1836
1837 test -n "$CC" && break
1838 done
1839fi
1840if test -z "$CC"; then
1841 ac_ct_CC=$CC
1842 for ac_prog in cl
1843do
1844 # Extract the first word of "$ac_prog", so it can be a program name with args.
1845set dummy $ac_prog; ac_word=$2
1846echo "$as_me:$LINENO: checking for $ac_word" >&5
1847echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1848if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1849 echo $ECHO_N "(cached) $ECHO_C" >&6
1850else
1851 if test -n "$ac_ct_CC"; then
1852 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1853else
1854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1855for as_dir in $PATH
1856do
1857 IFS=$as_save_IFS
1858 test -z "$as_dir" && as_dir=.
1859 for ac_exec_ext in '' $ac_executable_extensions; do
1860 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1861 ac_cv_prog_ac_ct_CC="$ac_prog"
1862 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1863 break 2
1864 fi
1865done
1866done
1867
1868fi
1869fi
1870ac_ct_CC=$ac_cv_prog_ac_ct_CC
1871if test -n "$ac_ct_CC"; then
1872 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1873echo "${ECHO_T}$ac_ct_CC" >&6
1874else
1875 echo "$as_me:$LINENO: result: no" >&5
1876echo "${ECHO_T}no" >&6
1877fi
1878
1879 test -n "$ac_ct_CC" && break
1880done
1881
1882 CC=$ac_ct_CC
1883fi
1884
1885fi
1886
1887
1888test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1889See \`config.log' for more details." >&5
1890echo "$as_me: error: no acceptable C compiler found in \$PATH
1891See \`config.log' for more details." >&2;}
1892 { (exit 1); exit 1; }; }
1893
1894# Provide some information about the compiler.
1895echo "$as_me:$LINENO:" \
1896 "checking for C compiler version" >&5
1897ac_compiler=`set X $ac_compile; echo $2`
1898{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1899 (eval $ac_compiler --version </dev/null >&5) 2>&5
1900 ac_status=$?
1901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1902 (exit $ac_status); }
1903{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1904 (eval $ac_compiler -v </dev/null >&5) 2>&5
1905 ac_status=$?
1906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1907 (exit $ac_status); }
1908{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1909 (eval $ac_compiler -V </dev/null >&5) 2>&5
1910 ac_status=$?
1911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1912 (exit $ac_status); }
1913
1914cat >conftest.$ac_ext <<_ACEOF
1915/* confdefs.h. */
1916_ACEOF
1917cat confdefs.h >>conftest.$ac_ext
1918cat >>conftest.$ac_ext <<_ACEOF
1919/* end confdefs.h. */
1920
1921int
1922main ()
1923{
1924
1925 ;
1926 return 0;
1927}
1928_ACEOF
1929ac_clean_files_save=$ac_clean_files
1930ac_clean_files="$ac_clean_files a.out a.exe b.out"
1931# Try to create an executable without -o first, disregard a.out.
1932# It will help us diagnose broken compilers, and finding out an intuition
1933# of exeext.
1934echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1935echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1936ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1937if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1938 (eval $ac_link_default) 2>&5
1939 ac_status=$?
1940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1941 (exit $ac_status); }; then
1942 # Find the output, starting from the most likely. This scheme is
1943# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1944# resort.
1945
1946# Be careful to initialize this variable, since it used to be cached.
1947# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1948ac_cv_exeext=
1949# b.out is created by i960 compilers.
1950for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1951do
1952 test -f "$ac_file" || continue
1953 case $ac_file in
1954 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1955 ;;
1956 conftest.$ac_ext )
1957 # This is the source file.
1958 ;;
1959 [ab].out )
1960 # We found the default executable, but exeext='' is most
1961 # certainly right.
1962 break;;
1963 *.* )
1964 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1965 # FIXME: I believe we export ac_cv_exeext for Libtool,
1966 # but it would be cool to find out if it's true. Does anybody
1967 # maintain Libtool? --akim.
1968 export ac_cv_exeext
1969 break;;
1970 * )
1971 break;;
1972 esac
1973done
1974else
1975 echo "$as_me: failed program was:" >&5
1976sed 's/^/| /' conftest.$ac_ext >&5
1977
1978{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1979See \`config.log' for more details." >&5
1980echo "$as_me: error: C compiler cannot create executables
1981See \`config.log' for more details." >&2;}
1982 { (exit 77); exit 77; }; }
1983fi
1984
1985ac_exeext=$ac_cv_exeext
1986echo "$as_me:$LINENO: result: $ac_file" >&5
1987echo "${ECHO_T}$ac_file" >&6
1988
1989# Check the compiler produces executables we can run. If not, either
1990# the compiler is broken, or we cross compile.
1991echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1992echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1993# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1994# If not cross compiling, check that we can run a simple program.
1995if test "$cross_compiling" != yes; then
1996 if { ac_try='./$ac_file'
1997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1998 (eval $ac_try) 2>&5
1999 ac_status=$?
2000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2001 (exit $ac_status); }; }; then
2002 cross_compiling=no
2003 else
2004 if test "$cross_compiling" = maybe; then
2005 cross_compiling=yes
2006 else
2007 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2008If you meant to cross compile, use \`--host'.
2009See \`config.log' for more details." >&5
2010echo "$as_me: error: cannot run C compiled programs.
2011If you meant to cross compile, use \`--host'.
2012See \`config.log' for more details." >&2;}
2013 { (exit 1); exit 1; }; }
919 fi 2014 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 2015 fi
933 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
934fi 2016fi
2017echo "$as_me:$LINENO: result: yes" >&5
2018echo "${ECHO_T}yes" >&6
935 2019
936echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2020rm -f a.out a.exe conftest$ac_cv_exeext b.out
937echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2021ac_clean_files=$ac_clean_files_save
2022# Check the compiler produces executables we can run. If not, either
2023# the compiler is broken, or we cross compile.
2024echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2025echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2026echo "$as_me:$LINENO: result: $cross_compiling" >&5
2027echo "${ECHO_T}$cross_compiling" >&6
938 2028
939ac_ext=c 2029echo "$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. 2030echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
941ac_cpp='$CPP $CPPFLAGS' 2031if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2032 (eval $ac_link) 2>&5
943ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2033 ac_status=$?
944cross_compiling=$ac_cv_prog_cc_cross 2034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2035 (exit $ac_status); }; then
2036 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2037# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2038# work properly (i.e., refer to `conftest.exe'), while it won't with
2039# `rm'.
2040for ac_file in conftest.exe conftest conftest.*; do
2041 test -f "$ac_file" || continue
2042 case $ac_file in
2043 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2044 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2045 export ac_cv_exeext
2046 break;;
2047 * ) break;;
2048 esac
2049done
2050else
2051 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2052See \`config.log' for more details." >&5
2053echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2054See \`config.log' for more details." >&2;}
2055 { (exit 1); exit 1; }; }
2056fi
945 2057
2058rm -f conftest$ac_cv_exeext
2059echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2060echo "${ECHO_T}$ac_cv_exeext" >&6
2061
2062rm -f conftest.$ac_ext
2063EXEEXT=$ac_cv_exeext
2064ac_exeext=$EXEEXT
2065echo "$as_me:$LINENO: checking for suffix of object files" >&5
2066echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2067if test "${ac_cv_objext+set}" = set; then
2068 echo $ECHO_N "(cached) $ECHO_C" >&6
2069else
2070 cat >conftest.$ac_ext <<_ACEOF
2071/* confdefs.h. */
2072_ACEOF
2073cat confdefs.h >>conftest.$ac_ext
946cat > conftest.$ac_ext << EOF 2074cat >>conftest.$ac_ext <<_ACEOF
2075/* end confdefs.h. */
947 2076
948#line 949 "configure" 2077int
949#include "confdefs.h" 2078main ()
2079{
950 2080
951main(){return(0);} 2081 ;
952EOF 2082 return 0;
953if { (eval echo configure:954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2083}
954 ac_cv_prog_cc_works=yes 2084_ACEOF
955 # If we can't run a trivial program, we are probably using a cross compiler. 2085rm -f conftest.o conftest.obj
956 if (./conftest; exit) 2>/dev/null; then 2086if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
957 ac_cv_prog_cc_cross=no 2087 (eval $ac_compile) 2>&5
2088 ac_status=$?
2089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2090 (exit $ac_status); }; then
2091 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2092 case $ac_file in
2093 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2094 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2095 break;;
2096 esac
2097done
958 else 2098else
959 ac_cv_prog_cc_cross=yes
960 fi
961else
962 echo "configure: failed program was:" >&5 2099 echo "$as_me: failed program was:" >&5
963 cat conftest.$ac_ext >&5 2100sed '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 2101
974echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 2102{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
975if test $ac_cv_prog_cc_works = no; then 2103See \`config.log' for more details." >&5
976 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 2104echo "$as_me: error: cannot compute suffix of object files: cannot compile
2105See \`config.log' for more details." >&2;}
2106 { (exit 1); exit 1; }; }
977fi 2107fi
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 2108
2109rm -f conftest.$ac_cv_objext conftest.$ac_ext
2110fi
2111echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2112echo "${ECHO_T}$ac_cv_objext" >&6
2113OBJEXT=$ac_cv_objext
2114ac_objext=$OBJEXT
2115echo "$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 2116echo $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 2117if 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 2118 echo $ECHO_N "(cached) $ECHO_C" >&6
987else 2119else
988 cat > conftest.c <<EOF 2120 cat >conftest.$ac_ext <<_ACEOF
2121/* confdefs.h. */
2122_ACEOF
2123cat confdefs.h >>conftest.$ac_ext
2124cat >>conftest.$ac_ext <<_ACEOF
2125/* end confdefs.h. */
2126
2127int
2128main ()
2129{
989#ifdef __GNUC__ 2130#ifndef __GNUC__
990 yes; 2131 choke me
991#endif 2132#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 2133
1000echo "$ac_t""$ac_cv_prog_gcc" 1>&6 2134 ;
1001 2135 return 0;
1002if test $ac_cv_prog_gcc = yes; then 2136}
1003 GCC=yes 2137_ACEOF
2138rm -f conftest.$ac_objext
2139if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2140 (eval $ac_compile) 2>conftest.er1
2141 ac_status=$?
2142 grep -v '^ *+' conftest.er1 >conftest.err
2143 rm -f conftest.er1
2144 cat conftest.err >&5
2145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2146 (exit $ac_status); } &&
2147 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2149 (eval $ac_try) 2>&5
2150 ac_status=$?
2151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2152 (exit $ac_status); }; } &&
2153 { ac_try='test -s conftest.$ac_objext'
2154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2155 (eval $ac_try) 2>&5
2156 ac_status=$?
2157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2158 (exit $ac_status); }; }; then
2159 ac_compiler_gnu=yes
1004else 2160else
1005 GCC= 2161 echo "$as_me: failed program was:" >&5
1006fi 2162sed 's/^/| /' conftest.$ac_ext >&5
1007 2163
2164ac_compiler_gnu=no
2165fi
2166rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2167ac_cv_c_compiler_gnu=$ac_compiler_gnu
2168
2169fi
2170echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2171echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2172GCC=`test $ac_compiler_gnu = yes && echo yes`
1008ac_test_CFLAGS="${CFLAGS+set}" 2173ac_test_CFLAGS=${CFLAGS+set}
1009ac_save_CFLAGS="$CFLAGS" 2174ac_save_CFLAGS=$CFLAGS
1010CFLAGS= 2175CFLAGS="-g"
2176echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1011echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2177echo $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 2178if test "${ac_cv_prog_cc_g+set}" = set; then
1014 echo $ac_n "(cached) $ac_c" 1>&6 2179 echo $ECHO_N "(cached) $ECHO_C" >&6
1015else 2180else
1016 echo 'void f(){}' > conftest.c 2181 cat >conftest.$ac_ext <<_ACEOF
1017if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 2182/* confdefs.h. */
2183_ACEOF
2184cat confdefs.h >>conftest.$ac_ext
2185cat >>conftest.$ac_ext <<_ACEOF
2186/* end confdefs.h. */
2187
2188int
2189main ()
2190{
2191
2192 ;
2193 return 0;
2194}
2195_ACEOF
2196rm -f conftest.$ac_objext
2197if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2198 (eval $ac_compile) 2>conftest.er1
2199 ac_status=$?
2200 grep -v '^ *+' conftest.er1 >conftest.err
2201 rm -f conftest.er1
2202 cat conftest.err >&5
2203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2204 (exit $ac_status); } &&
2205 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2207 (eval $ac_try) 2>&5
2208 ac_status=$?
2209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2210 (exit $ac_status); }; } &&
2211 { ac_try='test -s conftest.$ac_objext'
2212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2213 (eval $ac_try) 2>&5
2214 ac_status=$?
2215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2216 (exit $ac_status); }; }; then
1018 ac_cv_prog_cc_g=yes 2217 ac_cv_prog_cc_g=yes
1019else 2218else
2219 echo "$as_me: failed program was:" >&5
2220sed 's/^/| /' conftest.$ac_ext >&5
2221
1020 ac_cv_prog_cc_g=no 2222ac_cv_prog_cc_g=no
1021fi 2223fi
1022rm -f conftest* 2224rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1023
1024fi 2225fi
1025 2226echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1026echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 2227echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1027if test "$ac_test_CFLAGS" = set; then 2228if test "$ac_test_CFLAGS" = set; then
1028 CFLAGS="$ac_save_CFLAGS" 2229 CFLAGS=$ac_save_CFLAGS
1029elif test $ac_cv_prog_cc_g = yes; then 2230elif test $ac_cv_prog_cc_g = yes; then
1030 if test "$GCC" = yes; then 2231 if test "$GCC" = yes; then
1031 CFLAGS="-g -O2" 2232 CFLAGS="-g -O2"
1032 else 2233 else
1033 CFLAGS="-g" 2234 CFLAGS="-g"
1037 CFLAGS="-O2" 2238 CFLAGS="-O2"
1038 else 2239 else
1039 CFLAGS= 2240 CFLAGS=
1040 fi 2241 fi
1041fi 2242fi
2243echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2244echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2245if test "${ac_cv_prog_cc_stdc+set}" = set; then
2246 echo $ECHO_N "(cached) $ECHO_C" >&6
2247else
2248 ac_cv_prog_cc_stdc=no
2249ac_save_CC=$CC
2250cat >conftest.$ac_ext <<_ACEOF
2251/* confdefs.h. */
2252_ACEOF
2253cat confdefs.h >>conftest.$ac_ext
2254cat >>conftest.$ac_ext <<_ACEOF
2255/* end confdefs.h. */
2256#include <stdarg.h>
2257#include <stdio.h>
2258#include <sys/types.h>
2259#include <sys/stat.h>
2260/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2261struct buf { int x; };
2262FILE * (*rcsopen) (struct buf *, struct stat *, int);
2263static char *e (p, i)
2264 char **p;
2265 int i;
2266{
2267 return p[i];
2268}
2269static char *f (char * (*g) (char **, int), char **p, ...)
2270{
2271 char *s;
2272 va_list v;
2273 va_start (v,p);
2274 s = g (p, va_arg (v,int));
2275 va_end (v);
2276 return s;
2277}
1042 2278
1043for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 2279/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2280 function prototypes and stuff, but not '\xHH' hex character constants.
2281 These don't provoke an error unfortunately, instead are silently treated
2282 as 'x'. The following induces an error, until -std1 is added to get
2283 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2284 array size at least. It's necessary to write '\x00'==0 to get something
2285 that's true only with -std1. */
2286int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2287
2288int test (int i, double x);
2289struct s1 {int (*f) (int a);};
2290struct s2 {int (*f) (double a);};
2291int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2292int argc;
2293char **argv;
2294int
2295main ()
2296{
2297return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2298 ;
2299 return 0;
2300}
2301_ACEOF
2302# Don't try gcc -ansi; that turns off useful extensions and
2303# breaks some systems' header files.
2304# AIX -qlanglvl=ansi
2305# Ultrix and OSF/1 -std1
2306# HP-UX 10.20 and later -Ae
2307# HP-UX older versions -Aa -D_HPUX_SOURCE
2308# SVR4 -Xc -D__EXTENSIONS__
2309for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1044do 2310do
2311 CC="$ac_save_CC $ac_arg"
2312 rm -f conftest.$ac_objext
2313if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2314 (eval $ac_compile) 2>conftest.er1
2315 ac_status=$?
2316 grep -v '^ *+' conftest.er1 >conftest.err
2317 rm -f conftest.er1
2318 cat conftest.err >&5
2319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2320 (exit $ac_status); } &&
2321 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2323 (eval $ac_try) 2>&5
2324 ac_status=$?
2325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2326 (exit $ac_status); }; } &&
2327 { ac_try='test -s conftest.$ac_objext'
2328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2329 (eval $ac_try) 2>&5
2330 ac_status=$?
2331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2332 (exit $ac_status); }; }; then
2333 ac_cv_prog_cc_stdc=$ac_arg
2334break
2335else
2336 echo "$as_me: failed program was:" >&5
2337sed 's/^/| /' conftest.$ac_ext >&5
2338
2339fi
2340rm -f conftest.err conftest.$ac_objext
2341done
2342rm -f conftest.$ac_ext conftest.$ac_objext
2343CC=$ac_save_CC
2344
2345fi
2346
2347case "x$ac_cv_prog_cc_stdc" in
2348 x|xno)
2349 echo "$as_me:$LINENO: result: none needed" >&5
2350echo "${ECHO_T}none needed" >&6 ;;
2351 *)
2352 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2353echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2354 CC="$CC $ac_cv_prog_cc_stdc" ;;
2355esac
2356
2357# Some people use a C++ compiler to compile C. Since we use `exit',
2358# in C++ we need to declare it. In case someone uses the same compiler
2359# for both compiling C and C++ we need to have the C++ compiler decide
2360# the declaration of exit, since it's the most demanding environment.
2361cat >conftest.$ac_ext <<_ACEOF
2362#ifndef __cplusplus
2363 choke me
2364#endif
2365_ACEOF
2366rm -f conftest.$ac_objext
2367if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2368 (eval $ac_compile) 2>conftest.er1
2369 ac_status=$?
2370 grep -v '^ *+' conftest.er1 >conftest.err
2371 rm -f conftest.er1
2372 cat conftest.err >&5
2373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2374 (exit $ac_status); } &&
2375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2377 (eval $ac_try) 2>&5
2378 ac_status=$?
2379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2380 (exit $ac_status); }; } &&
2381 { ac_try='test -s conftest.$ac_objext'
2382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2383 (eval $ac_try) 2>&5
2384 ac_status=$?
2385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2386 (exit $ac_status); }; }; then
2387 for ac_declaration in \
2388 '' \
2389 'extern "C" void std::exit (int) throw (); using std::exit;' \
2390 'extern "C" void std::exit (int); using std::exit;' \
2391 'extern "C" void exit (int) throw ();' \
2392 'extern "C" void exit (int);' \
2393 'void exit (int);'
2394do
2395 cat >conftest.$ac_ext <<_ACEOF
2396/* confdefs.h. */
2397_ACEOF
2398cat confdefs.h >>conftest.$ac_ext
2399cat >>conftest.$ac_ext <<_ACEOF
2400/* end confdefs.h. */
2401$ac_declaration
2402#include <stdlib.h>
2403int
2404main ()
2405{
2406exit (42);
2407 ;
2408 return 0;
2409}
2410_ACEOF
2411rm -f conftest.$ac_objext
2412if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2413 (eval $ac_compile) 2>conftest.er1
2414 ac_status=$?
2415 grep -v '^ *+' conftest.er1 >conftest.err
2416 rm -f conftest.er1
2417 cat conftest.err >&5
2418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2419 (exit $ac_status); } &&
2420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2422 (eval $ac_try) 2>&5
2423 ac_status=$?
2424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2425 (exit $ac_status); }; } &&
2426 { ac_try='test -s conftest.$ac_objext'
2427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2428 (eval $ac_try) 2>&5
2429 ac_status=$?
2430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2431 (exit $ac_status); }; }; then
2432 :
2433else
2434 echo "$as_me: failed program was:" >&5
2435sed 's/^/| /' conftest.$ac_ext >&5
2436
2437continue
2438fi
2439rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2440 cat >conftest.$ac_ext <<_ACEOF
2441/* confdefs.h. */
2442_ACEOF
2443cat confdefs.h >>conftest.$ac_ext
2444cat >>conftest.$ac_ext <<_ACEOF
2445/* end confdefs.h. */
2446$ac_declaration
2447int
2448main ()
2449{
2450exit (42);
2451 ;
2452 return 0;
2453}
2454_ACEOF
2455rm -f conftest.$ac_objext
2456if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2457 (eval $ac_compile) 2>conftest.er1
2458 ac_status=$?
2459 grep -v '^ *+' conftest.er1 >conftest.err
2460 rm -f conftest.er1
2461 cat conftest.err >&5
2462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2463 (exit $ac_status); } &&
2464 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2466 (eval $ac_try) 2>&5
2467 ac_status=$?
2468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2469 (exit $ac_status); }; } &&
2470 { ac_try='test -s conftest.$ac_objext'
2471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2472 (eval $ac_try) 2>&5
2473 ac_status=$?
2474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2475 (exit $ac_status); }; }; then
2476 break
2477else
2478 echo "$as_me: failed program was:" >&5
2479sed 's/^/| /' conftest.$ac_ext >&5
2480
2481fi
2482rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2483done
2484rm -f conftest*
2485if test -n "$ac_declaration"; then
2486 echo '#ifdef __cplusplus' >>confdefs.h
2487 echo $ac_declaration >>confdefs.h
2488 echo '#endif' >>confdefs.h
2489fi
2490
2491else
2492 echo "$as_me: failed program was:" >&5
2493sed 's/^/| /' conftest.$ac_ext >&5
2494
2495fi
2496rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2497ac_ext=c
2498ac_cpp='$CPP $CPPFLAGS'
2499ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2500ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2501ac_compiler_gnu=$ac_cv_c_compiler_gnu
2502
2503ac_ext=cc
2504ac_cpp='$CXXCPP $CPPFLAGS'
2505ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2506ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2507ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2508if test -n "$ac_tool_prefix"; then
2509 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2510 do
1045# Extract the first word of "$ac_prog", so it can be a program name with args. 2511 # 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 2512set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2513echo "$as_me:$LINENO: checking for $ac_word" >&5
1047echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2514echo $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 2515if test "${ac_cv_prog_CXX+set}" = set; then
1050 echo $ac_n "(cached) $ac_c" 1>&6 2516 echo $ECHO_N "(cached) $ECHO_C" >&6
1051else 2517else
1052 if test -n "$CXX"; then 2518 if test -n "$CXX"; then
1053 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2519 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1054else 2520else
1055 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2521as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1056 ac_dummy="$PATH" 2522for as_dir in $PATH
1057 for ac_dir in $ac_dummy; do 2523do
2524 IFS=$as_save_IFS
1058 test -z "$ac_dir" && ac_dir=. 2525 test -z "$as_dir" && as_dir=.
1059 if test -f $ac_dir/$ac_word; then 2526 for ac_exec_ext in '' $ac_executable_extensions; do
2527 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1060 ac_cv_prog_CXX="$ac_prog" 2528 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2529 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1061 break 2530 break 2
1062 fi 2531 fi
2532done
2533done
2534
2535fi
2536fi
2537CXX=$ac_cv_prog_CXX
2538if test -n "$CXX"; then
2539 echo "$as_me:$LINENO: result: $CXX" >&5
2540echo "${ECHO_T}$CXX" >&6
2541else
2542 echo "$as_me:$LINENO: result: no" >&5
2543echo "${ECHO_T}no" >&6
2544fi
2545
2546 test -n "$CXX" && break
1063 done 2547 done
1064 IFS="$ac_save_ifs"
1065fi 2548fi
1066fi
1067CXX="$ac_cv_prog_CXX"
1068if test -n "$CXX"; then 2549if test -z "$CXX"; then
1069 echo "$ac_t""$CXX" 1>&6 2550 ac_ct_CXX=$CXX
2551 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2552do
2553 # Extract the first word of "$ac_prog", so it can be a program name with args.
2554set dummy $ac_prog; ac_word=$2
2555echo "$as_me:$LINENO: checking for $ac_word" >&5
2556echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2557if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2558 echo $ECHO_N "(cached) $ECHO_C" >&6
1070else 2559else
1071 echo "$ac_t""no" 1>&6 2560 if test -n "$ac_ct_CXX"; then
1072fi 2561 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1073 2562else
1074test -n "$CXX" && break 2563as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2564for as_dir in $PATH
2565do
2566 IFS=$as_save_IFS
2567 test -z "$as_dir" && as_dir=.
2568 for ac_exec_ext in '' $ac_executable_extensions; do
2569 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2570 ac_cv_prog_ac_ct_CXX="$ac_prog"
2571 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2572 break 2
2573 fi
1075done 2574done
2575done
2576
2577fi
2578fi
2579ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2580if test -n "$ac_ct_CXX"; then
2581 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2582echo "${ECHO_T}$ac_ct_CXX" >&6
2583else
2584 echo "$as_me:$LINENO: result: no" >&5
2585echo "${ECHO_T}no" >&6
2586fi
2587
2588 test -n "$ac_ct_CXX" && break
2589done
1076test -n "$CXX" || CXX="gcc" 2590test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1077 2591
2592 CXX=$ac_ct_CXX
2593fi
1078 2594
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 2595
1082ac_ext=C 2596# Provide some information about the compiler.
1083# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2597echo "$as_me:$LINENO:" \
1084ac_cpp='$CXXCPP $CPPFLAGS' 2598 "checking for C++ compiler version" >&5
1085ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2599ac_compiler=`set X $ac_compile; echo $2`
1086ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2600{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1087cross_compiling=$ac_cv_prog_cxx_cross 2601 (eval $ac_compiler --version </dev/null >&5) 2>&5
2602 ac_status=$?
2603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2604 (exit $ac_status); }
2605{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2606 (eval $ac_compiler -v </dev/null >&5) 2>&5
2607 ac_status=$?
2608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2609 (exit $ac_status); }
2610{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2611 (eval $ac_compiler -V </dev/null >&5) 2>&5
2612 ac_status=$?
2613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2614 (exit $ac_status); }
1088 2615
2616echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2617echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2618if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2619 echo $ECHO_N "(cached) $ECHO_C" >&6
2620else
2621 cat >conftest.$ac_ext <<_ACEOF
2622/* confdefs.h. */
2623_ACEOF
2624cat confdefs.h >>conftest.$ac_ext
1089cat > conftest.$ac_ext << EOF 2625cat >>conftest.$ac_ext <<_ACEOF
2626/* end confdefs.h. */
1090 2627
1091#line 1092 "configure" 2628int
1092#include "confdefs.h" 2629main ()
1093 2630{
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__ 2631#ifndef __GNUC__
1133 yes; 2632 choke me
1134#endif 2633#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 2634
1143echo "$ac_t""$ac_cv_prog_gxx" 1>&6 2635 ;
1144 2636 return 0;
1145if test $ac_cv_prog_gxx = yes; then 2637}
1146 GXX=yes 2638_ACEOF
2639rm -f conftest.$ac_objext
2640if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2641 (eval $ac_compile) 2>conftest.er1
2642 ac_status=$?
2643 grep -v '^ *+' conftest.er1 >conftest.err
2644 rm -f conftest.er1
2645 cat conftest.err >&5
2646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2647 (exit $ac_status); } &&
2648 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2650 (eval $ac_try) 2>&5
2651 ac_status=$?
2652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2653 (exit $ac_status); }; } &&
2654 { ac_try='test -s conftest.$ac_objext'
2655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2656 (eval $ac_try) 2>&5
2657 ac_status=$?
2658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2659 (exit $ac_status); }; }; then
2660 ac_compiler_gnu=yes
1147else 2661else
1148 GXX= 2662 echo "$as_me: failed program was:" >&5
1149fi 2663sed 's/^/| /' conftest.$ac_ext >&5
1150 2664
2665ac_compiler_gnu=no
2666fi
2667rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2668ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2669
2670fi
2671echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2672echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2673GXX=`test $ac_compiler_gnu = yes && echo yes`
1151ac_test_CXXFLAGS="${CXXFLAGS+set}" 2674ac_test_CXXFLAGS=${CXXFLAGS+set}
1152ac_save_CXXFLAGS="$CXXFLAGS" 2675ac_save_CXXFLAGS=$CXXFLAGS
1153CXXFLAGS= 2676CXXFLAGS="-g"
2677echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
1154echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 2678echo $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 2679if test "${ac_cv_prog_cxx_g+set}" = set; then
1157 echo $ac_n "(cached) $ac_c" 1>&6 2680 echo $ECHO_N "(cached) $ECHO_C" >&6
1158else 2681else
1159 echo 'void f(){}' > conftest.cc 2682 cat >conftest.$ac_ext <<_ACEOF
1160if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then 2683/* confdefs.h. */
2684_ACEOF
2685cat confdefs.h >>conftest.$ac_ext
2686cat >>conftest.$ac_ext <<_ACEOF
2687/* end confdefs.h. */
2688
2689int
2690main ()
2691{
2692
2693 ;
2694 return 0;
2695}
2696_ACEOF
2697rm -f conftest.$ac_objext
2698if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2699 (eval $ac_compile) 2>conftest.er1
2700 ac_status=$?
2701 grep -v '^ *+' conftest.er1 >conftest.err
2702 rm -f conftest.er1
2703 cat conftest.err >&5
2704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2705 (exit $ac_status); } &&
2706 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2708 (eval $ac_try) 2>&5
2709 ac_status=$?
2710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2711 (exit $ac_status); }; } &&
2712 { ac_try='test -s conftest.$ac_objext'
2713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2714 (eval $ac_try) 2>&5
2715 ac_status=$?
2716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2717 (exit $ac_status); }; }; then
1161 ac_cv_prog_cxx_g=yes 2718 ac_cv_prog_cxx_g=yes
1162else 2719else
2720 echo "$as_me: failed program was:" >&5
2721sed 's/^/| /' conftest.$ac_ext >&5
2722
1163 ac_cv_prog_cxx_g=no 2723ac_cv_prog_cxx_g=no
1164fi 2724fi
1165rm -f conftest* 2725rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1166
1167fi 2726fi
1168 2727echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
1169echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 2728echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
1170if test "$ac_test_CXXFLAGS" = set; then 2729if test "$ac_test_CXXFLAGS" = set; then
1171 CXXFLAGS="$ac_save_CXXFLAGS" 2730 CXXFLAGS=$ac_save_CXXFLAGS
1172elif test $ac_cv_prog_cxx_g = yes; then 2731elif test $ac_cv_prog_cxx_g = yes; then
1173 if test "$GXX" = yes; then 2732 if test "$GXX" = yes; then
1174 CXXFLAGS="-g -O2" 2733 CXXFLAGS="-g -O2"
1175 else 2734 else
1176 CXXFLAGS="-g" 2735 CXXFLAGS="-g"
1180 CXXFLAGS="-O2" 2739 CXXFLAGS="-O2"
1181 else 2740 else
1182 CXXFLAGS= 2741 CXXFLAGS=
1183 fi 2742 fi
1184fi 2743fi
2744for ac_declaration in \
2745 '' \
2746 'extern "C" void std::exit (int) throw (); using std::exit;' \
2747 'extern "C" void std::exit (int); using std::exit;' \
2748 'extern "C" void exit (int) throw ();' \
2749 'extern "C" void exit (int);' \
2750 'void exit (int);'
2751do
2752 cat >conftest.$ac_ext <<_ACEOF
2753/* confdefs.h. */
2754_ACEOF
2755cat confdefs.h >>conftest.$ac_ext
2756cat >>conftest.$ac_ext <<_ACEOF
2757/* end confdefs.h. */
2758$ac_declaration
2759#include <stdlib.h>
2760int
2761main ()
2762{
2763exit (42);
2764 ;
2765 return 0;
2766}
2767_ACEOF
2768rm -f conftest.$ac_objext
2769if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2770 (eval $ac_compile) 2>conftest.er1
2771 ac_status=$?
2772 grep -v '^ *+' conftest.er1 >conftest.err
2773 rm -f conftest.er1
2774 cat conftest.err >&5
2775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2776 (exit $ac_status); } &&
2777 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2779 (eval $ac_try) 2>&5
2780 ac_status=$?
2781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2782 (exit $ac_status); }; } &&
2783 { ac_try='test -s conftest.$ac_objext'
2784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2785 (eval $ac_try) 2>&5
2786 ac_status=$?
2787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2788 (exit $ac_status); }; }; then
2789 :
2790else
2791 echo "$as_me: failed program was:" >&5
2792sed 's/^/| /' conftest.$ac_ext >&5
1185 2793
2794continue
2795fi
2796rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2797 cat >conftest.$ac_ext <<_ACEOF
2798/* confdefs.h. */
2799_ACEOF
2800cat confdefs.h >>conftest.$ac_ext
2801cat >>conftest.$ac_ext <<_ACEOF
2802/* end confdefs.h. */
2803$ac_declaration
2804int
2805main ()
2806{
2807exit (42);
2808 ;
2809 return 0;
2810}
2811_ACEOF
2812rm -f conftest.$ac_objext
2813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2814 (eval $ac_compile) 2>conftest.er1
2815 ac_status=$?
2816 grep -v '^ *+' conftest.er1 >conftest.err
2817 rm -f conftest.er1
2818 cat conftest.err >&5
2819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2820 (exit $ac_status); } &&
2821 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2823 (eval $ac_try) 2>&5
2824 ac_status=$?
2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826 (exit $ac_status); }; } &&
2827 { ac_try='test -s conftest.$ac_objext'
2828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2829 (eval $ac_try) 2>&5
2830 ac_status=$?
2831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2832 (exit $ac_status); }; }; then
2833 break
2834else
2835 echo "$as_me: failed program was:" >&5
2836sed 's/^/| /' conftest.$ac_ext >&5
2837
2838fi
2839rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2840done
2841rm -f conftest*
2842if test -n "$ac_declaration"; then
2843 echo '#ifdef __cplusplus' >>confdefs.h
2844 echo $ac_declaration >>confdefs.h
2845 echo '#endif' >>confdefs.h
2846fi
2847
2848ac_ext=c
2849ac_cpp='$CPP $CPPFLAGS'
2850ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2851ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2852ac_compiler_gnu=$ac_cv_c_compiler_gnu
2853
2854ac_ext=c
2855ac_cpp='$CPP $CPPFLAGS'
2856ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2857ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2858ac_compiler_gnu=$ac_cv_c_compiler_gnu
2859echo "$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 2860echo $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. 2861# On Suns, sometimes $CPP names a directory.
1189if test -n "$CPP" && test -d "$CPP"; then 2862if test -n "$CPP" && test -d "$CPP"; then
1190 CPP= 2863 CPP=
1191fi 2864fi
1192if test -z "$CPP"; then 2865if test -z "$CPP"; then
1193if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 2866 if test "${ac_cv_prog_CPP+set}" = set; then
1194 echo $ac_n "(cached) $ac_c" 1>&6 2867 echo $ECHO_N "(cached) $ECHO_C" >&6
1195else 2868else
1196 # This must be in double quotes, not single quotes, because CPP may get 2869 # Double quotes because CPP needs to be expanded
1197 # substituted into the Makefile and "${CC-cc}" will confuse make. 2870 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1198 CPP="${CC-cc} -E" 2871 do
2872 ac_preproc_ok=false
2873for ac_c_preproc_warn_flag in '' yes
2874do
2875 # Use a header file that comes with gcc, so configuring glibc
2876 # with a fresh cross-compiler works.
2877 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2878 # <limits.h> exists even on freestanding compilers.
1199 # On the NeXT, cc -E runs the code through the compiler's parser, 2879 # On the NeXT, cc -E runs the code through the compiler's parser,
1200 # not just through cpp. 2880 # not just through cpp. "Syntax error" is here to catch this case.
1201 cat > conftest.$ac_ext <<EOF 2881 cat >conftest.$ac_ext <<_ACEOF
1202#line 1203 "configure" 2882/* confdefs.h. */
1203#include "confdefs.h" 2883_ACEOF
2884cat confdefs.h >>conftest.$ac_ext
2885cat >>conftest.$ac_ext <<_ACEOF
2886/* end confdefs.h. */
2887#ifdef __STDC__
2888# include <limits.h>
2889#else
1204#include <assert.h> 2890# include <assert.h>
1205Syntax Error 2891#endif
1206EOF 2892 Syntax error
1207ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2893_ACEOF
1208{ (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2894if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1209ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2895 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2896 ac_status=$?
2897 grep -v '^ *+' conftest.er1 >conftest.err
2898 rm -f conftest.er1
2899 cat conftest.err >&5
2900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2901 (exit $ac_status); } >/dev/null; then
2902 if test -s conftest.err; then
2903 ac_cpp_err=$ac_c_preproc_warn_flag
2904 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2905 else
2906 ac_cpp_err=
2907 fi
2908else
2909 ac_cpp_err=yes
2910fi
1210if test -z "$ac_err"; then 2911if test -z "$ac_cpp_err"; then
1211 : 2912 :
1212else 2913else
1213 echo "$ac_err" >&5
1214 echo "configure: failed program was:" >&5 2914 echo "$as_me: failed program was:" >&5
1215 cat conftest.$ac_ext >&5 2915sed 's/^/| /' conftest.$ac_ext >&5
1216 rm -rf conftest* 2916
1217 CPP="${CC-cc} -E -traditional-cpp" 2917 # Broken: fails on valid input.
2918continue
2919fi
2920rm -f conftest.err conftest.$ac_ext
2921
2922 # OK, works on sane cases. Now check whether non-existent headers
2923 # can be detected and how.
1218 cat > conftest.$ac_ext <<EOF 2924 cat >conftest.$ac_ext <<_ACEOF
1219#line 1220 "configure" 2925/* confdefs.h. */
1220#include "confdefs.h" 2926_ACEOF
2927cat confdefs.h >>conftest.$ac_ext
2928cat >>conftest.$ac_ext <<_ACEOF
2929/* end confdefs.h. */
2930#include <ac_nonexistent.h>
2931_ACEOF
2932if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2933 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2934 ac_status=$?
2935 grep -v '^ *+' conftest.er1 >conftest.err
2936 rm -f conftest.er1
2937 cat conftest.err >&5
2938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2939 (exit $ac_status); } >/dev/null; then
2940 if test -s conftest.err; then
2941 ac_cpp_err=$ac_c_preproc_warn_flag
2942 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2943 else
2944 ac_cpp_err=
2945 fi
2946else
2947 ac_cpp_err=yes
2948fi
2949if test -z "$ac_cpp_err"; then
2950 # Broken: success on invalid input.
2951continue
2952else
2953 echo "$as_me: failed program was:" >&5
2954sed 's/^/| /' conftest.$ac_ext >&5
2955
2956 # Passes both tests.
2957ac_preproc_ok=:
2958break
2959fi
2960rm -f conftest.err conftest.$ac_ext
2961
2962done
2963# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2964rm -f conftest.err conftest.$ac_ext
2965if $ac_preproc_ok; then
2966 break
2967fi
2968
2969 done
2970 ac_cv_prog_CPP=$CPP
2971
2972fi
2973 CPP=$ac_cv_prog_CPP
2974else
2975 ac_cv_prog_CPP=$CPP
2976fi
2977echo "$as_me:$LINENO: result: $CPP" >&5
2978echo "${ECHO_T}$CPP" >&6
2979ac_preproc_ok=false
2980for ac_c_preproc_warn_flag in '' yes
2981do
2982 # Use a header file that comes with gcc, so configuring glibc
2983 # with a fresh cross-compiler works.
2984 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2985 # <limits.h> exists even on freestanding compilers.
2986 # On the NeXT, cc -E runs the code through the compiler's parser,
2987 # not just through cpp. "Syntax error" is here to catch this case.
2988 cat >conftest.$ac_ext <<_ACEOF
2989/* confdefs.h. */
2990_ACEOF
2991cat confdefs.h >>conftest.$ac_ext
2992cat >>conftest.$ac_ext <<_ACEOF
2993/* end confdefs.h. */
2994#ifdef __STDC__
2995# include <limits.h>
2996#else
1221#include <assert.h> 2997# include <assert.h>
1222Syntax Error 2998#endif
1223EOF 2999 Syntax error
1224ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3000_ACEOF
1225{ (eval echo configure:1226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3001if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1226ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3002 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3003 ac_status=$?
3004 grep -v '^ *+' conftest.er1 >conftest.err
3005 rm -f conftest.er1
3006 cat conftest.err >&5
3007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3008 (exit $ac_status); } >/dev/null; then
3009 if test -s conftest.err; then
3010 ac_cpp_err=$ac_c_preproc_warn_flag
3011 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3012 else
3013 ac_cpp_err=
3014 fi
3015else
3016 ac_cpp_err=yes
3017fi
1227if test -z "$ac_err"; then 3018if test -z "$ac_cpp_err"; then
1228 : 3019 :
1229else 3020else
1230 echo "$ac_err" >&5
1231 echo "configure: failed program was:" >&5 3021 echo "$as_me: failed program was:" >&5
1232 cat conftest.$ac_ext >&5 3022sed 's/^/| /' conftest.$ac_ext >&5
1233 rm -rf conftest* 3023
1234 CPP="${CC-cc} -nologo -E" 3024 # Broken: fails on valid input.
3025continue
3026fi
3027rm -f conftest.err conftest.$ac_ext
3028
3029 # OK, works on sane cases. Now check whether non-existent headers
3030 # can be detected and how.
1235 cat > conftest.$ac_ext <<EOF 3031 cat >conftest.$ac_ext <<_ACEOF
1236#line 1237 "configure" 3032/* confdefs.h. */
1237#include "confdefs.h" 3033_ACEOF
1238#include <assert.h> 3034cat confdefs.h >>conftest.$ac_ext
1239Syntax Error 3035cat >>conftest.$ac_ext <<_ACEOF
1240EOF 3036/* end confdefs.h. */
1241ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3037#include <ac_nonexistent.h>
1242{ (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3038_ACEOF
1243ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3039if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3040 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } >/dev/null; then
3047 if test -s conftest.err; then
3048 ac_cpp_err=$ac_c_preproc_warn_flag
3049 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3050 else
3051 ac_cpp_err=
3052 fi
3053else
3054 ac_cpp_err=yes
3055fi
1244if test -z "$ac_err"; then 3056if test -z "$ac_cpp_err"; then
3057 # Broken: success on invalid input.
3058continue
3059else
3060 echo "$as_me: failed program was:" >&5
3061sed 's/^/| /' conftest.$ac_ext >&5
3062
3063 # Passes both tests.
3064ac_preproc_ok=:
3065break
3066fi
3067rm -f conftest.err conftest.$ac_ext
3068
3069done
3070# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3071rm -f conftest.err conftest.$ac_ext
3072if $ac_preproc_ok; then
1245 : 3073 :
1246else 3074else
1247 echo "$ac_err" >&5 3075 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1248 echo "configure: failed program was:" >&5 3076See \`config.log' for more details." >&5
1249 cat conftest.$ac_ext >&5 3077echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1250 rm -rf conftest* 3078See \`config.log' for more details." >&2;}
1251 CPP=/lib/cpp 3079 { (exit 1); exit 1; }; }
1252fi 3080fi
1253rm -f conftest* 3081
1254fi 3082ac_ext=c
1255rm -f conftest* 3083ac_cpp='$CPP $CPPFLAGS'
1256fi 3084ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257rm -f conftest* 3085ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258 ac_cv_prog_CPP="$CPP" 3086ac_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 3087
1266# Find a good install program. We prefer a C program (faster), 3088# 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 3089# so one script is as good as another. But avoid the broken or
1268# incompatible versions: 3090# incompatible versions:
1269# SysV /etc/install, /usr/sbin/install 3091# SysV /etc/install, /usr/sbin/install
1270# SunOS /usr/etc/install 3092# SunOS /usr/etc/install
1271# IRIX /sbin/install 3093# IRIX /sbin/install
1272# AIX /bin/install 3094# AIX /bin/install
3095# AmigaOS /C/install, which installs bootblocks on floppy discs
1273# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3096# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1274# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3097# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1275# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3098# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3099# OS/2's system install, which has a completely different semantic
1276# ./install, which can be erroneously created by make from ./install.sh. 3100# ./install, which can be erroneously created by make from ./install.sh.
3101echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1277echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 3102echo $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 3103if test -z "$INSTALL"; then
1280if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 3104if test "${ac_cv_path_install+set}" = set; then
1281 echo $ac_n "(cached) $ac_c" 1>&6 3105 echo $ECHO_N "(cached) $ECHO_C" >&6
1282else 3106else
1283 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 3107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1284 for ac_dir in $PATH; do 3108for as_dir in $PATH
3109do
3110 IFS=$as_save_IFS
3111 test -z "$as_dir" && as_dir=.
1285 # Account for people who put trailing slashes in PATH elements. 3112 # Account for people who put trailing slashes in PATH elements.
1286 case "$ac_dir/" in 3113case $as_dir/ in
3114 ./ | .// | /cC/* | \
1287 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 3115 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3116 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3117 /usr/ucb/* ) ;;
1288 *) 3118 *)
1289 # OSF1 and SCO ODT 3.0 have their own names for install. 3119 # 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 3120 # Don't use installbsd from OSF since it installs stuff as root
1291 # by default. 3121 # by default.
1292 for ac_prog in ginstall scoinst install; do 3122 for ac_prog in ginstall scoinst install; do
1293 if test -f $ac_dir/$ac_prog; then 3123 for ac_exec_ext in '' $ac_executable_extensions; do
3124 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1294 if test $ac_prog = install && 3125 if test $ac_prog = install &&
1295 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 3126 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1296 # AIX install. It has an incompatible calling convention. 3127 # AIX install. It has an incompatible calling convention.
1297 : 3128 :
3129 elif test $ac_prog = install &&
3130 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3131 # program-specific install script used by HP pwplus--don't use.
3132 :
1298 else 3133 else
1299 ac_cv_path_install="$ac_dir/$ac_prog -c" 3134 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1300 break 2 3135 break 3
1301 fi 3136 fi
1302 fi 3137 fi
1303 done 3138 done
1304 ;;
1305 esac
1306 done 3139 done
1307 IFS="$ac_save_IFS" 3140 ;;
3141esac
3142done
3143
1308 3144
1309fi 3145fi
1310 if test "${ac_cv_path_install+set}" = set; then 3146 if test "${ac_cv_path_install+set}" = set; then
1311 INSTALL="$ac_cv_path_install" 3147 INSTALL=$ac_cv_path_install
1312 else 3148 else
1313 # As a last resort, use the slow shell script. We don't cache a 3149 # 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 3150 # path for INSTALL within a source directory, because that will
1315 # break other packages using the cache if that directory is 3151 # break other packages using the cache if that directory is
1316 # removed, or if the path is relative. 3152 # removed, or if the path is relative.
1317 INSTALL="$ac_install_sh" 3153 INSTALL=$ac_install_sh
1318 fi 3154 fi
1319fi 3155fi
3156echo "$as_me:$LINENO: result: $INSTALL" >&5
1320echo "$ac_t""$INSTALL" 1>&6 3157echo "${ECHO_T}$INSTALL" >&6
1321 3158
1322# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3159# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1323# It thinks the first close brace ends the variable substitution. 3160# It thinks the first close brace ends the variable substitution.
1324test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3161test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1325 3162
1326test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 3163test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1327 3164
1328test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3165test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1329 3166
1330for ac_prog in mawk gawk nawk awk 3167for ac_prog in gawk mawk nawk awk
1331do 3168do
1332# Extract the first word of "$ac_prog", so it can be a program name with args. 3169 # Extract the first word of "$ac_prog", so it can be a program name with args.
1333set dummy $ac_prog; ac_word=$2 3170set dummy $ac_prog; ac_word=$2
3171echo "$as_me:$LINENO: checking for $ac_word" >&5
1334echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3172echo $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 3173if test "${ac_cv_prog_AWK+set}" = set; then
1337 echo $ac_n "(cached) $ac_c" 1>&6 3174 echo $ECHO_N "(cached) $ECHO_C" >&6
1338else 3175else
1339 if test -n "$AWK"; then 3176 if test -n "$AWK"; then
1340 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3177 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1341else 3178else
1342 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3179as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1343 ac_dummy="$PATH" 3180for as_dir in $PATH
1344 for ac_dir in $ac_dummy; do 3181do
3182 IFS=$as_save_IFS
1345 test -z "$ac_dir" && ac_dir=. 3183 test -z "$as_dir" && as_dir=.
1346 if test -f $ac_dir/$ac_word; then 3184 for ac_exec_ext in '' $ac_executable_extensions; do
3185 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1347 ac_cv_prog_AWK="$ac_prog" 3186 ac_cv_prog_AWK="$ac_prog"
3187 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1348 break 3188 break 2
3189 fi
3190done
3191done
3192
3193fi
3194fi
3195AWK=$ac_cv_prog_AWK
3196if test -n "$AWK"; then
3197 echo "$as_me:$LINENO: result: $AWK" >&5
3198echo "${ECHO_T}$AWK" >&6
3199else
3200 echo "$as_me:$LINENO: result: no" >&5
3201echo "${ECHO_T}no" >&6
3202fi
3203
3204 test -n "$AWK" && break
3205done
3206
3207
3208ac_ext=c
3209ac_cpp='$CPP $CPPFLAGS'
3210ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212ac_compiler_gnu=$ac_cv_c_compiler_gnu
3213
3214
3215LINKER="$CXX"
3216if test x$GCC = xyes && test x$GXX = xyes; then
3217
3218echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3219echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3220if test "${ac_cv_lib_supcpp_main+set}" = set; then
3221 echo $ECHO_N "(cached) $ECHO_C" >&6
3222else
3223 ac_check_lib_save_LIBS=$LIBS
3224LIBS="-lsupc++ $LIBS"
3225cat >conftest.$ac_ext <<_ACEOF
3226/* confdefs.h. */
3227_ACEOF
3228cat confdefs.h >>conftest.$ac_ext
3229cat >>conftest.$ac_ext <<_ACEOF
3230/* end confdefs.h. */
3231
3232
3233int
3234main ()
3235{
3236main ();
3237 ;
3238 return 0;
3239}
3240_ACEOF
3241rm -f conftest.$ac_objext conftest$ac_exeext
3242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3243 (eval $ac_link) 2>conftest.er1
3244 ac_status=$?
3245 grep -v '^ *+' conftest.er1 >conftest.err
3246 rm -f conftest.er1
3247 cat conftest.err >&5
3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249 (exit $ac_status); } &&
3250 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3252 (eval $ac_try) 2>&5
3253 ac_status=$?
3254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3255 (exit $ac_status); }; } &&
3256 { ac_try='test -s conftest$ac_exeext'
3257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3258 (eval $ac_try) 2>&5
3259 ac_status=$?
3260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261 (exit $ac_status); }; }; then
3262 ac_cv_lib_supcpp_main=yes
3263else
3264 echo "$as_me: failed program was:" >&5
3265sed 's/^/| /' conftest.$ac_ext >&5
3266
3267ac_cv_lib_supcpp_main=no
3268fi
3269rm -f conftest.err conftest.$ac_objext \
3270 conftest$ac_exeext conftest.$ac_ext
3271LIBS=$ac_check_lib_save_LIBS
3272fi
3273echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3274echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3275if test $ac_cv_lib_supcpp_main = yes; then
3276
3277 LINKER="$CC"
3278 LIBS="$LIBS -lsupc++"
3279
3280fi
3281
3282fi
3283LINKER=$LINKER
3284
3285
3286CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3287
3288
3289ac_ext=cc
3290ac_cpp='$CXXCPP $CPPFLAGS'
3291ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3292ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3293ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3294
3295
3296
3297ac_ext=cc
3298ac_cpp='$CXXCPP $CPPFLAGS'
3299ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3300ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3301ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3302echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3303echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3304if test -z "$CXXCPP"; then
3305 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3306 echo $ECHO_N "(cached) $ECHO_C" >&6
3307else
3308 # Double quotes because CXXCPP needs to be expanded
3309 for CXXCPP in "$CXX -E" "/lib/cpp"
3310 do
3311 ac_preproc_ok=false
3312for ac_cxx_preproc_warn_flag in '' yes
3313do
3314 # Use a header file that comes with gcc, so configuring glibc
3315 # with a fresh cross-compiler works.
3316 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3317 # <limits.h> exists even on freestanding compilers.
3318 # On the NeXT, cc -E runs the code through the compiler's parser,
3319 # not just through cpp. "Syntax error" is here to catch this case.
3320 cat >conftest.$ac_ext <<_ACEOF
3321/* confdefs.h. */
3322_ACEOF
3323cat confdefs.h >>conftest.$ac_ext
3324cat >>conftest.$ac_ext <<_ACEOF
3325/* end confdefs.h. */
3326#ifdef __STDC__
3327# include <limits.h>
3328#else
3329# include <assert.h>
3330#endif
3331 Syntax error
3332_ACEOF
3333if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3334 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3335 ac_status=$?
3336 grep -v '^ *+' conftest.er1 >conftest.err
3337 rm -f conftest.er1
3338 cat conftest.err >&5
3339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3340 (exit $ac_status); } >/dev/null; then
3341 if test -s conftest.err; then
3342 ac_cpp_err=$ac_cxx_preproc_warn_flag
3343 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3344 else
3345 ac_cpp_err=
3346 fi
3347else
3348 ac_cpp_err=yes
3349fi
3350if test -z "$ac_cpp_err"; then
3351 :
3352else
3353 echo "$as_me: failed program was:" >&5
3354sed 's/^/| /' conftest.$ac_ext >&5
3355
3356 # Broken: fails on valid input.
3357continue
3358fi
3359rm -f conftest.err conftest.$ac_ext
3360
3361 # OK, works on sane cases. Now check whether non-existent headers
3362 # can be detected and how.
3363 cat >conftest.$ac_ext <<_ACEOF
3364/* confdefs.h. */
3365_ACEOF
3366cat confdefs.h >>conftest.$ac_ext
3367cat >>conftest.$ac_ext <<_ACEOF
3368/* end confdefs.h. */
3369#include <ac_nonexistent.h>
3370_ACEOF
3371if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3372 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3373 ac_status=$?
3374 grep -v '^ *+' conftest.er1 >conftest.err
3375 rm -f conftest.er1
3376 cat conftest.err >&5
3377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3378 (exit $ac_status); } >/dev/null; then
3379 if test -s conftest.err; then
3380 ac_cpp_err=$ac_cxx_preproc_warn_flag
3381 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3382 else
3383 ac_cpp_err=
3384 fi
3385else
3386 ac_cpp_err=yes
3387fi
3388if test -z "$ac_cpp_err"; then
3389 # Broken: success on invalid input.
3390continue
3391else
3392 echo "$as_me: failed program was:" >&5
3393sed 's/^/| /' conftest.$ac_ext >&5
3394
3395 # Passes both tests.
3396ac_preproc_ok=:
3397break
3398fi
3399rm -f conftest.err conftest.$ac_ext
3400
3401done
3402# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3403rm -f conftest.err conftest.$ac_ext
3404if $ac_preproc_ok; then
3405 break
3406fi
3407
3408 done
3409 ac_cv_prog_CXXCPP=$CXXCPP
3410
3411fi
3412 CXXCPP=$ac_cv_prog_CXXCPP
3413else
3414 ac_cv_prog_CXXCPP=$CXXCPP
3415fi
3416echo "$as_me:$LINENO: result: $CXXCPP" >&5
3417echo "${ECHO_T}$CXXCPP" >&6
3418ac_preproc_ok=false
3419for ac_cxx_preproc_warn_flag in '' yes
3420do
3421 # Use a header file that comes with gcc, so configuring glibc
3422 # with a fresh cross-compiler works.
3423 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3424 # <limits.h> exists even on freestanding compilers.
3425 # On the NeXT, cc -E runs the code through the compiler's parser,
3426 # not just through cpp. "Syntax error" is here to catch this case.
3427 cat >conftest.$ac_ext <<_ACEOF
3428/* confdefs.h. */
3429_ACEOF
3430cat confdefs.h >>conftest.$ac_ext
3431cat >>conftest.$ac_ext <<_ACEOF
3432/* end confdefs.h. */
3433#ifdef __STDC__
3434# include <limits.h>
3435#else
3436# include <assert.h>
3437#endif
3438 Syntax error
3439_ACEOF
3440if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3441 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3442 ac_status=$?
3443 grep -v '^ *+' conftest.er1 >conftest.err
3444 rm -f conftest.er1
3445 cat conftest.err >&5
3446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3447 (exit $ac_status); } >/dev/null; then
3448 if test -s conftest.err; then
3449 ac_cpp_err=$ac_cxx_preproc_warn_flag
3450 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3451 else
3452 ac_cpp_err=
3453 fi
3454else
3455 ac_cpp_err=yes
3456fi
3457if test -z "$ac_cpp_err"; then
3458 :
3459else
3460 echo "$as_me: failed program was:" >&5
3461sed 's/^/| /' conftest.$ac_ext >&5
3462
3463 # Broken: fails on valid input.
3464continue
3465fi
3466rm -f conftest.err conftest.$ac_ext
3467
3468 # OK, works on sane cases. Now check whether non-existent headers
3469 # can be detected and how.
3470 cat >conftest.$ac_ext <<_ACEOF
3471/* confdefs.h. */
3472_ACEOF
3473cat confdefs.h >>conftest.$ac_ext
3474cat >>conftest.$ac_ext <<_ACEOF
3475/* end confdefs.h. */
3476#include <ac_nonexistent.h>
3477_ACEOF
3478if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3479 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3480 ac_status=$?
3481 grep -v '^ *+' conftest.er1 >conftest.err
3482 rm -f conftest.er1
3483 cat conftest.err >&5
3484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3485 (exit $ac_status); } >/dev/null; then
3486 if test -s conftest.err; then
3487 ac_cpp_err=$ac_cxx_preproc_warn_flag
3488 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3489 else
3490 ac_cpp_err=
3491 fi
3492else
3493 ac_cpp_err=yes
3494fi
3495if test -z "$ac_cpp_err"; then
3496 # Broken: success on invalid input.
3497continue
3498else
3499 echo "$as_me: failed program was:" >&5
3500sed 's/^/| /' conftest.$ac_ext >&5
3501
3502 # Passes both tests.
3503ac_preproc_ok=:
3504break
3505fi
3506rm -f conftest.err conftest.$ac_ext
3507
3508done
3509# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3510rm -f conftest.err conftest.$ac_ext
3511if $ac_preproc_ok; then
3512 :
3513else
3514 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3515See \`config.log' for more details." >&5
3516echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3517See \`config.log' for more details." >&2;}
3518 { (exit 1); exit 1; }; }
3519fi
3520
3521ac_ext=cc
3522ac_cpp='$CXXCPP $CPPFLAGS'
3523ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3524ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3525ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3526
3527
3528echo "$as_me:$LINENO: checking for egrep" >&5
3529echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3530if test "${ac_cv_prog_egrep+set}" = set; then
3531 echo $ECHO_N "(cached) $ECHO_C" >&6
3532else
3533 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3534 then ac_cv_prog_egrep='grep -E'
3535 else ac_cv_prog_egrep='egrep'
1349 fi 3536 fi
1350 done
1351 IFS="$ac_save_ifs"
1352fi 3537fi
1353fi 3538echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1354AWK="$ac_cv_prog_AWK" 3539echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1355if test -n "$AWK"; then 3540 EGREP=$ac_cv_prog_egrep
1356 echo "$ac_t""$AWK" 1>&6
1357else
1358 echo "$ac_t""no" 1>&6
1359fi
1360 3541
1361test -n "$AWK" && break
1362done
1363 3542
1364 3543
3544echo "$as_me:$LINENO: checking for AIX" >&5
1365echo $ac_n "checking for AIX""... $ac_c" 1>&6 3545echo $ECHO_N "checking for AIX... $ECHO_C" >&6
1366echo "configure:1367: checking for AIX" >&5
1367cat > conftest.$ac_ext <<EOF 3546cat >conftest.$ac_ext <<_ACEOF
1368#line 1369 "configure" 3547/* confdefs.h. */
1369#include "confdefs.h" 3548_ACEOF
3549cat confdefs.h >>conftest.$ac_ext
3550cat >>conftest.$ac_ext <<_ACEOF
3551/* end confdefs.h. */
1370#ifdef _AIX 3552#ifdef _AIX
1371 yes 3553 yes
1372#endif 3554#endif
1373 3555
1374EOF 3556_ACEOF
1375if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3557if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1376 egrep "yes" >/dev/null 2>&1; then 3558 $EGREP "yes" >/dev/null 2>&1; then
1377 rm -rf conftest* 3559 echo "$as_me:$LINENO: result: yes" >&5
1378 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF 3560echo "${ECHO_T}yes" >&6
3561cat >>confdefs.h <<\_ACEOF
1379#define _ALL_SOURCE 1 3562#define _ALL_SOURCE 1
1380EOF 3563_ACEOF
1381 3564
1382else 3565else
1383 rm -rf conftest* 3566 echo "$as_me:$LINENO: result: no" >&5
1384 echo "$ac_t""no" 1>&6 3567echo "${ECHO_T}no" >&6
1385fi 3568fi
1386rm -f conftest* 3569rm -f conftest*
1387 3570
1388 3571
1389echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 3572echo "$as_me:$LINENO: checking for library containing strerror" >&5
1390echo "configure:1391: checking for POSIXized ISC" >&5 3573echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
1391if test -d /etc/conf/kconfig.d && 3574if test "${ac_cv_search_strerror+set}" = set; then
1392 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 3575 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 3576else
1403 CC="$CC -Xp" 3577 ac_func_search_save_LIBS=$LIBS
1404 fi 3578ac_cv_search_strerror=no
3579cat >conftest.$ac_ext <<_ACEOF
3580/* confdefs.h. */
3581_ACEOF
3582cat confdefs.h >>conftest.$ac_ext
3583cat >>conftest.$ac_ext <<_ACEOF
3584/* end confdefs.h. */
3585
3586/* Override any gcc2 internal prototype to avoid an error. */
3587#ifdef __cplusplus
3588extern "C"
3589#endif
3590/* We use char because int might match the return type of a gcc2
3591 builtin and then its argument prototype would still apply. */
3592char strerror ();
3593int
3594main ()
3595{
3596strerror ();
3597 ;
3598 return 0;
3599}
3600_ACEOF
3601rm -f conftest.$ac_objext conftest$ac_exeext
3602if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3603 (eval $ac_link) 2>conftest.er1
3604 ac_status=$?
3605 grep -v '^ *+' conftest.er1 >conftest.err
3606 rm -f conftest.er1
3607 cat conftest.err >&5
3608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3609 (exit $ac_status); } &&
3610 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3612 (eval $ac_try) 2>&5
3613 ac_status=$?
3614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3615 (exit $ac_status); }; } &&
3616 { ac_try='test -s conftest$ac_exeext'
3617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3618 (eval $ac_try) 2>&5
3619 ac_status=$?
3620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3621 (exit $ac_status); }; }; then
3622 ac_cv_search_strerror="none required"
1405else 3623else
1406 echo "$ac_t""no" 1>&6 3624 echo "$as_me: failed program was:" >&5
1407 ISC= 3625sed 's/^/| /' conftest.$ac_ext >&5
3626
3627fi
3628rm -f conftest.err conftest.$ac_objext \
3629 conftest$ac_exeext conftest.$ac_ext
3630if test "$ac_cv_search_strerror" = no; then
3631 for ac_lib in cposix; do
3632 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3633 cat >conftest.$ac_ext <<_ACEOF
3634/* confdefs.h. */
3635_ACEOF
3636cat confdefs.h >>conftest.$ac_ext
3637cat >>conftest.$ac_ext <<_ACEOF
3638/* end confdefs.h. */
3639
3640/* Override any gcc2 internal prototype to avoid an error. */
3641#ifdef __cplusplus
3642extern "C"
3643#endif
3644/* We use char because int might match the return type of a gcc2
3645 builtin and then its argument prototype would still apply. */
3646char strerror ();
3647int
3648main ()
3649{
3650strerror ();
3651 ;
3652 return 0;
3653}
3654_ACEOF
3655rm -f conftest.$ac_objext conftest$ac_exeext
3656if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3657 (eval $ac_link) 2>conftest.er1
3658 ac_status=$?
3659 grep -v '^ *+' conftest.er1 >conftest.err
3660 rm -f conftest.er1
3661 cat conftest.err >&5
3662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3663 (exit $ac_status); } &&
3664 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3666 (eval $ac_try) 2>&5
3667 ac_status=$?
3668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3669 (exit $ac_status); }; } &&
3670 { ac_try='test -s conftest$ac_exeext'
3671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3672 (eval $ac_try) 2>&5
3673 ac_status=$?
3674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3675 (exit $ac_status); }; }; then
3676 ac_cv_search_strerror="-l$ac_lib"
3677break
3678else
3679 echo "$as_me: failed program was:" >&5
3680sed 's/^/| /' conftest.$ac_ext >&5
3681
3682fi
3683rm -f conftest.err conftest.$ac_objext \
3684 conftest$ac_exeext conftest.$ac_ext
3685 done
3686fi
3687LIBS=$ac_func_search_save_LIBS
3688fi
3689echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3690echo "${ECHO_T}$ac_cv_search_strerror" >&6
3691if test "$ac_cv_search_strerror" != no; then
3692 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3693
3694fi
3695
3696
3697echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3698echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3699if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3700 echo $ECHO_N "(cached) $ECHO_C" >&6
3701else
3702 ac_check_lib_save_LIBS=$LIBS
3703LIBS="-lxpg4 $LIBS"
3704cat >conftest.$ac_ext <<_ACEOF
3705/* confdefs.h. */
3706_ACEOF
3707cat confdefs.h >>conftest.$ac_ext
3708cat >>conftest.$ac_ext <<_ACEOF
3709/* end confdefs.h. */
3710
3711/* Override any gcc2 internal prototype to avoid an error. */
3712#ifdef __cplusplus
3713extern "C"
3714#endif
3715/* We use char because int might match the return type of a gcc2
3716 builtin and then its argument prototype would still apply. */
3717char setlocale ();
3718int
3719main ()
3720{
3721setlocale ();
3722 ;
3723 return 0;
3724}
3725_ACEOF
3726rm -f conftest.$ac_objext conftest$ac_exeext
3727if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3728 (eval $ac_link) 2>conftest.er1
3729 ac_status=$?
3730 grep -v '^ *+' conftest.er1 >conftest.err
3731 rm -f conftest.er1
3732 cat conftest.err >&5
3733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3734 (exit $ac_status); } &&
3735 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3737 (eval $ac_try) 2>&5
3738 ac_status=$?
3739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3740 (exit $ac_status); }; } &&
3741 { ac_try='test -s conftest$ac_exeext'
3742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3743 (eval $ac_try) 2>&5
3744 ac_status=$?
3745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3746 (exit $ac_status); }; }; then
3747 ac_cv_lib_xpg4_setlocale=yes
3748else
3749 echo "$as_me: failed program was:" >&5
3750sed 's/^/| /' conftest.$ac_ext >&5
3751
3752ac_cv_lib_xpg4_setlocale=no
3753fi
3754rm -f conftest.err conftest.$ac_objext \
3755 conftest$ac_exeext conftest.$ac_ext
3756LIBS=$ac_check_lib_save_LIBS
3757fi
3758echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3759echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3760if test $ac_cv_lib_xpg4_setlocale = yes; then
3761 LIBS="$LIBS -lxpg4"
3762fi
3763
3764
3765echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3766echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3767if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3768 echo $ECHO_N "(cached) $ECHO_C" >&6
3769else
3770 ac_check_lib_save_LIBS=$LIBS
3771LIBS="-lnsl $LIBS"
3772cat >conftest.$ac_ext <<_ACEOF
3773/* confdefs.h. */
3774_ACEOF
3775cat confdefs.h >>conftest.$ac_ext
3776cat >>conftest.$ac_ext <<_ACEOF
3777/* end confdefs.h. */
3778
3779/* Override any gcc2 internal prototype to avoid an error. */
3780#ifdef __cplusplus
3781extern "C"
3782#endif
3783/* We use char because int might match the return type of a gcc2
3784 builtin and then its argument prototype would still apply. */
3785char gethostbyname ();
3786int
3787main ()
3788{
3789gethostbyname ();
3790 ;
3791 return 0;
3792}
3793_ACEOF
3794rm -f conftest.$ac_objext conftest$ac_exeext
3795if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3796 (eval $ac_link) 2>conftest.er1
3797 ac_status=$?
3798 grep -v '^ *+' conftest.er1 >conftest.err
3799 rm -f conftest.er1
3800 cat conftest.err >&5
3801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3802 (exit $ac_status); } &&
3803 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3805 (eval $ac_try) 2>&5
3806 ac_status=$?
3807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3808 (exit $ac_status); }; } &&
3809 { ac_try='test -s conftest$ac_exeext'
3810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3811 (eval $ac_try) 2>&5
3812 ac_status=$?
3813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3814 (exit $ac_status); }; }; then
3815 ac_cv_lib_nsl_gethostbyname=yes
3816else
3817 echo "$as_me: failed program was:" >&5
3818sed 's/^/| /' conftest.$ac_ext >&5
3819
3820ac_cv_lib_nsl_gethostbyname=no
3821fi
3822rm -f conftest.err conftest.$ac_objext \
3823 conftest$ac_exeext conftest.$ac_ext
3824LIBS=$ac_check_lib_save_LIBS
3825fi
3826echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3827echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3828if test $ac_cv_lib_nsl_gethostbyname = yes; then
3829 LIBS="$LIBS -lnsl"
3830fi
3831
3832echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3833echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3834if test "${ac_cv_lib_socket_socket+set}" = set; then
3835 echo $ECHO_N "(cached) $ECHO_C" >&6
3836else
3837 ac_check_lib_save_LIBS=$LIBS
3838LIBS="-lsocket $LIBS"
3839cat >conftest.$ac_ext <<_ACEOF
3840/* confdefs.h. */
3841_ACEOF
3842cat confdefs.h >>conftest.$ac_ext
3843cat >>conftest.$ac_ext <<_ACEOF
3844/* end confdefs.h. */
3845
3846/* Override any gcc2 internal prototype to avoid an error. */
3847#ifdef __cplusplus
3848extern "C"
3849#endif
3850/* We use char because int might match the return type of a gcc2
3851 builtin and then its argument prototype would still apply. */
3852char socket ();
3853int
3854main ()
3855{
3856socket ();
3857 ;
3858 return 0;
3859}
3860_ACEOF
3861rm -f conftest.$ac_objext conftest$ac_exeext
3862if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3863 (eval $ac_link) 2>conftest.er1
3864 ac_status=$?
3865 grep -v '^ *+' conftest.er1 >conftest.err
3866 rm -f conftest.er1
3867 cat conftest.err >&5
3868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); } &&
3870 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3872 (eval $ac_try) 2>&5
3873 ac_status=$?
3874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3875 (exit $ac_status); }; } &&
3876 { ac_try='test -s conftest$ac_exeext'
3877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3878 (eval $ac_try) 2>&5
3879 ac_status=$?
3880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3881 (exit $ac_status); }; }; then
3882 ac_cv_lib_socket_socket=yes
3883else
3884 echo "$as_me: failed program was:" >&5
3885sed 's/^/| /' conftest.$ac_ext >&5
3886
3887ac_cv_lib_socket_socket=no
3888fi
3889rm -f conftest.err conftest.$ac_objext \
3890 conftest$ac_exeext conftest.$ac_ext
3891LIBS=$ac_check_lib_save_LIBS
3892fi
3893echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3894echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3895if test $ac_cv_lib_socket_socket = yes; then
3896 LIBS="$LIBS -lsocket"
1408fi 3897fi
1409 3898
1410 3899
1411# Check whether --enable-shared or --disable-shared was given. 3900# Check whether --enable-shared or --disable-shared was given.
1412if test "${enable_shared+set}" = set; then 3901if test "${enable_shared+set}" = set; then
1427 IFS="$ac_save_ifs" 3916 IFS="$ac_save_ifs"
1428 ;; 3917 ;;
1429esac 3918esac
1430else 3919else
1431 enable_shared=no 3920 enable_shared=no
1432fi
1433# Check whether --enable-static or --disable-static was given. 3921fi; # Check whether --enable-static or --disable-static was given.
1434if test "${enable_static+set}" = set; then 3922if test "${enable_static+set}" = set; then
1435 enableval="$enable_static" 3923 enableval="$enable_static"
1436 p=${PACKAGE-default} 3924 p=${PACKAGE-default}
1437case "$enableval" in 3925case "$enableval" in
1438yes) enable_static=yes ;; 3926yes) enable_static=yes ;;
1449 IFS="$ac_save_ifs" 3937 IFS="$ac_save_ifs"
1450 ;; 3938 ;;
1451esac 3939esac
1452else 3940else
1453 enable_static=yes 3941 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. 3942fi; # Check whether --enable-fast-install or --disable-fast-install was given.
1518if test "${enable_fast_install+set}" = set; then 3943if test "${enable_fast_install+set}" = set; then
1519 enableval="$enable_fast_install" 3944 enableval="$enable_fast_install"
1520 p=${PACKAGE-default} 3945 p=${PACKAGE-default}
1521case "$enableval" in 3946case "$enableval" in
1522yes) enable_fast_install=yes ;; 3947yes) enable_fast_install=yes ;;
1533 IFS="$ac_save_ifs" 3958 IFS="$ac_save_ifs"
1534 ;; 3959 ;;
1535esac 3960esac
1536else 3961else
1537 enable_fast_install=yes 3962 enable_fast_install=yes
1538fi 3963fi;
1539
1540
1541# Make sure we can run config.sub. 3964# Make sure we can run config.sub.
1542if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 3965$ac_config_sub sun4 >/dev/null 2>&1 ||
3966 { { 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; } 3967echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1544fi 3968 { (exit 1); exit 1; }; }
1545 3969
1546echo $ac_n "checking host system type""... $ac_c" 1>&6 3970echo "$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 3971echo $ECHO_N "checking build system type... $ECHO_C" >&6
1568echo "configure:1569: checking build system type" >&5 3972if test "${ac_cv_build+set}" = set; then
3973 echo $ECHO_N "(cached) $ECHO_C" >&6
3974else
3975 ac_cv_build_alias=$build_alias
3976test -z "$ac_cv_build_alias" &&
3977 ac_cv_build_alias=`$ac_config_guess`
3978test -z "$ac_cv_build_alias" &&
3979 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3980echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3981 { (exit 1); exit 1; }; }
3982ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3983 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3984echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3985 { (exit 1); exit 1; }; }
1569 3986
1570build_alias=$build 3987fi
1571case "$build_alias" in 3988echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1572NONE) 3989echo "${ECHO_T}$ac_cv_build" >&6
1573 case $nonopt in 3990build=$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/'` 3991build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1581build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3992build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1582build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3993build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1583echo "$ac_t""$build" 1>&6 3994
3995
3996echo "$as_me:$LINENO: checking host system type" >&5
3997echo $ECHO_N "checking host system type... $ECHO_C" >&6
3998if test "${ac_cv_host+set}" = set; then
3999 echo $ECHO_N "(cached) $ECHO_C" >&6
4000else
4001 ac_cv_host_alias=$host_alias
4002test -z "$ac_cv_host_alias" &&
4003 ac_cv_host_alias=$ac_cv_build_alias
4004ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
4005 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
4006echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
4007 { (exit 1); exit 1; }; }
4008
4009fi
4010echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4011echo "${ECHO_T}$ac_cv_host" >&6
4012host=$ac_cv_host
4013host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4014host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4015host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4016
4017
1584 4018
1585# Check whether --with-gnu-ld or --without-gnu-ld was given. 4019# Check whether --with-gnu-ld or --without-gnu-ld was given.
1586if test "${with_gnu_ld+set}" = set; then 4020if test "${with_gnu_ld+set}" = set; then
1587 withval="$with_gnu_ld" 4021 withval="$with_gnu_ld"
1588 test "$withval" = no || with_gnu_ld=yes 4022 test "$withval" = no || with_gnu_ld=yes
1589else 4023else
1590 with_gnu_ld=no 4024 with_gnu_ld=no
1591fi 4025fi;
1592
1593ac_prog=ld 4026ac_prog=ld
1594if test "$GCC" = yes; then 4027if test "$GCC" = yes; then
1595 # Check if gcc -print-prog-name=ld gives a path. 4028 # Check if gcc -print-prog-name=ld gives a path.
4029 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 4030echo $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 4031 case $host in
1599 *-*-mingw*) 4032 *-*-mingw*)
1600 # gcc leaves a trailing carriage return which upsets mingw 4033 # gcc leaves a trailing carriage return which upsets mingw
1601 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 4034 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1602 *) 4035 *)
1621 # If it is relative, then search for the first ld in PATH. 4054 # If it is relative, then search for the first ld in PATH.
1622 with_gnu_ld=unknown 4055 with_gnu_ld=unknown
1623 ;; 4056 ;;
1624 esac 4057 esac
1625elif test "$with_gnu_ld" = yes; then 4058elif test "$with_gnu_ld" = yes; then
4059 echo "$as_me:$LINENO: checking for GNU ld" >&5
1626 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 4060echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
1627echo "configure:1628: checking for GNU ld" >&5
1628else 4061else
4062 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
1629 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 4063echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
1630echo "configure:1631: checking for non-GNU ld" >&5
1631fi 4064fi
1632if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 4065if test "${lt_cv_path_LD+set}" = set; then
1633 echo $ac_n "(cached) $ac_c" 1>&6 4066 echo $ECHO_N "(cached) $ECHO_C" >&6
1634else 4067else
1635 if test -z "$LD"; then 4068 if test -z "$LD"; then
1636 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 4069 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1637 for ac_dir in $PATH; do 4070 for ac_dir in $PATH; do
1638 test -z "$ac_dir" && ac_dir=. 4071 test -z "$ac_dir" && ac_dir=.
1654fi 4087fi
1655fi 4088fi
1656 4089
1657LD="$lt_cv_path_LD" 4090LD="$lt_cv_path_LD"
1658if test -n "$LD"; then 4091if test -n "$LD"; then
1659 echo "$ac_t""$LD" 1>&6 4092 echo "$as_me:$LINENO: result: $LD" >&5
4093echo "${ECHO_T}$LD" >&6
1660else 4094else
1661 echo "$ac_t""no" 1>&6 4095 echo "$as_me:$LINENO: result: no" >&5
4096echo "${ECHO_T}no" >&6
1662fi 4097fi
1663test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 4098test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4099echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4100 { (exit 1); exit 1; }; }
4101echo "$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 4102echo $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 4103if test "${lt_cv_prog_gnu_ld+set}" = set; then
1667 echo $ac_n "(cached) $ac_c" 1>&6 4104 echo $ECHO_N "(cached) $ECHO_C" >&6
1668else 4105else
1669 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 4106 # 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 4107if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1671 lt_cv_prog_gnu_ld=yes 4108 lt_cv_prog_gnu_ld=yes
1672else 4109else
1673 lt_cv_prog_gnu_ld=no 4110 lt_cv_prog_gnu_ld=no
1674fi 4111fi
1675fi 4112fi
1676 4113echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
1677echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 4114echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
1678with_gnu_ld=$lt_cv_prog_gnu_ld 4115with_gnu_ld=$lt_cv_prog_gnu_ld
1679 4116
1680 4117
4118echo "$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 4119echo $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 4120if test "${lt_cv_ld_reload_flag+set}" = set; then
1684 echo $ac_n "(cached) $ac_c" 1>&6 4121 echo $ECHO_N "(cached) $ECHO_C" >&6
1685else 4122else
1686 lt_cv_ld_reload_flag='-r' 4123 lt_cv_ld_reload_flag='-r'
1687fi 4124fi
1688 4125echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
1689echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6 4126echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
1690reload_flag=$lt_cv_ld_reload_flag 4127reload_flag=$lt_cv_ld_reload_flag
1691test -n "$reload_flag" && reload_flag=" $reload_flag" 4128test -n "$reload_flag" && reload_flag=" $reload_flag"
1692 4129
4130echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
1693echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 4131echo $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 4132if test "${lt_cv_path_NM+set}" = set; then
1696 echo $ac_n "(cached) $ac_c" 1>&6 4133 echo $ECHO_N "(cached) $ECHO_C" >&6
1697else 4134else
1698 if test -n "$NM"; then 4135 if test -n "$NM"; then
1699 # Let the user override the test. 4136 # Let the user override the test.
1700 lt_cv_path_NM="$NM" 4137 lt_cv_path_NM="$NM"
1701else 4138else
1724 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 4161 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1725fi 4162fi
1726fi 4163fi
1727 4164
1728NM="$lt_cv_path_NM" 4165NM="$lt_cv_path_NM"
1729echo "$ac_t""$NM" 1>&6 4166echo "$as_me:$LINENO: result: $NM" >&5
4167echo "${ECHO_T}$NM" >&6
1730 4168
4169echo "$as_me:$LINENO: checking whether ln -s works" >&5
1731echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 4170echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1732echo "configure:1733: checking whether ln -s works" >&5 4171LN_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 4172if test "$LN_S" = "ln -s"; then
1747 echo "$ac_t""yes" 1>&6 4173 echo "$as_me:$LINENO: result: yes" >&5
4174echo "${ECHO_T}yes" >&6
1748else 4175else
1749 echo "$ac_t""no" 1>&6 4176 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4177echo "${ECHO_T}no, using $LN_S" >&6
1750fi 4178fi
1751 4179
4180echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
1752echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 4181echo $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 4182if test "${lt_cv_deplibs_check_method+set}" = set; then
1755 echo $ac_n "(cached) $ac_c" 1>&6 4183 echo $ECHO_N "(cached) $ECHO_C" >&6
1756else 4184else
1757 lt_cv_file_magic_cmd='$MAGIC_CMD' 4185 lt_cv_file_magic_cmd='$MAGIC_CMD'
1758lt_cv_file_magic_test_file= 4186lt_cv_file_magic_test_file=
1759lt_cv_deplibs_check_method='unknown' 4187lt_cv_deplibs_check_method='unknown'
1760# Need to set the preceding variable on all platforms that support 4188# Need to set the preceding variable on all platforms that support
1906 esac 4334 esac
1907 ;; 4335 ;;
1908esac 4336esac
1909 4337
1910fi 4338fi
1911 4339echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
1912echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6 4340echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
1913file_magic_cmd=$lt_cv_file_magic_cmd 4341file_magic_cmd=$lt_cv_file_magic_cmd
1914deplibs_check_method=$lt_cv_deplibs_check_method 4342deplibs_check_method=$lt_cv_deplibs_check_method
1915 4343
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 4344
1936echo "$ac_t""$ac_cv_objext" 1>&6
1937OBJEXT=$ac_cv_objext
1938ac_objext=$ac_cv_objext
1939 4345
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 4346
1979 4347
1980 4348
1981 4349
1982# Check for command to grab the raw symbol name followed by C symbol from nm. 4350# Check for command to grab the raw symbol name followed by C symbol from nm.
4351echo "$as_me:$LINENO: checking command to parse $NM output" >&5
1983echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 4352echo $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 4353if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
1986 echo $ac_n "(cached) $ac_c" 1>&6 4354 echo $ECHO_N "(cached) $ECHO_C" >&6
1987else 4355else
1988 4356
1989# These are sane defaults that work on at least a few old systems. 4357# These are sane defaults that work on at least a few old systems.
1990# [They come from Ultrix. What could be older than Ultrix?!! ;)] 4358# [They come from Ultrix. What could be older than Ultrix?!! ;)]
1991 4359
1992# Character class describing NM global symbol codes. 4360# Character class describing NM global symbol codes.
1993symcode='[BCDEGRST]' 4361symcode='[BCDEGRST]'
2055} 4423}
2056#endif 4424#endif
2057main(){nm_test_var='a';nm_test_func();return(0);} 4425main(){nm_test_var='a';nm_test_func();return(0);}
2058EOF 4426EOF
2059 4427
2060 if { (eval echo configure:2061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4429 (eval $ac_compile) 2>&5
4430 ac_status=$?
4431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4432 (exit $ac_status); }; then
2061 # Now try to grab the symbols. 4433 # Now try to grab the symbols.
2062 nlist=conftest.nm 4434 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 4435 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4436 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4437 ac_status=$?
4438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4439 (exit $ac_status); } && test -s "$nlist"; then
2064 # Try sorting and uniquifying the output. 4440 # Try sorting and uniquifying the output.
2065 if sort "$nlist" | uniq > "$nlist"T; then 4441 if sort "$nlist" | uniq > "$nlist"T; then
2066 mv -f "$nlist"T "$nlist" 4442 mv -f "$nlist"T "$nlist"
2067 else 4443 else
2068 rm -f "$nlist"T 4444 rm -f "$nlist"T
2109 mv conftest.$ac_objext conftstm.$ac_objext 4485 mv conftest.$ac_objext conftstm.$ac_objext
2110 save_LIBS="$LIBS" 4486 save_LIBS="$LIBS"
2111 save_CFLAGS="$CFLAGS" 4487 save_CFLAGS="$CFLAGS"
2112 LIBS="conftstm.$ac_objext" 4488 LIBS="conftstm.$ac_objext"
2113 CFLAGS="$CFLAGS$no_builtin_flag" 4489 CFLAGS="$CFLAGS$no_builtin_flag"
2114 if { (eval echo configure:2115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4491 (eval $ac_link) 2>&5
4492 ac_status=$?
4493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4494 (exit $ac_status); } && test -s conftest; then
2115 pipe_works=yes 4495 pipe_works=yes
2116 fi 4496 fi
2117 LIBS="$save_LIBS" 4497 LIBS="$save_LIBS"
2118 CFLAGS="$save_CFLAGS" 4498 CFLAGS="$save_CFLAGS"
2119 else 4499 else
2146 global_symbol_to_cdecl= 4526 global_symbol_to_cdecl=
2147else 4527else
2148 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl" 4528 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
2149fi 4529fi
2150if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then 4530if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
2151 echo "$ac_t""failed" 1>&6 4531 echo "$as_me:$LINENO: result: failed" >&5
4532echo "${ECHO_T}failed" >&6
4533else
4534 echo "$as_me:$LINENO: result: ok" >&5
4535echo "${ECHO_T}ok" >&6
4536fi
4537
4538echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4539echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4540if test "${ac_cv_header_stdc+set}" = set; then
4541 echo $ECHO_N "(cached) $ECHO_C" >&6
4542else
4543 cat >conftest.$ac_ext <<_ACEOF
4544/* confdefs.h. */
4545_ACEOF
4546cat confdefs.h >>conftest.$ac_ext
4547cat >>conftest.$ac_ext <<_ACEOF
4548/* end confdefs.h. */
4549#include <stdlib.h>
4550#include <stdarg.h>
4551#include <string.h>
4552#include <float.h>
4553
4554int
4555main ()
4556{
4557
4558 ;
4559 return 0;
4560}
4561_ACEOF
4562rm -f conftest.$ac_objext
4563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4564 (eval $ac_compile) 2>conftest.er1
4565 ac_status=$?
4566 grep -v '^ *+' conftest.er1 >conftest.err
4567 rm -f conftest.er1
4568 cat conftest.err >&5
4569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4570 (exit $ac_status); } &&
4571 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4573 (eval $ac_try) 2>&5
4574 ac_status=$?
4575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4576 (exit $ac_status); }; } &&
4577 { ac_try='test -s conftest.$ac_objext'
4578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4579 (eval $ac_try) 2>&5
4580 ac_status=$?
4581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4582 (exit $ac_status); }; }; then
4583 ac_cv_header_stdc=yes
4584else
4585 echo "$as_me: failed program was:" >&5
4586sed 's/^/| /' conftest.$ac_ext >&5
4587
4588ac_cv_header_stdc=no
4589fi
4590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4591
4592if test $ac_cv_header_stdc = yes; then
4593 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4594 cat >conftest.$ac_ext <<_ACEOF
4595/* confdefs.h. */
4596_ACEOF
4597cat confdefs.h >>conftest.$ac_ext
4598cat >>conftest.$ac_ext <<_ACEOF
4599/* end confdefs.h. */
4600#include <string.h>
4601
4602_ACEOF
4603if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4604 $EGREP "memchr" >/dev/null 2>&1; then
4605 :
4606else
4607 ac_cv_header_stdc=no
4608fi
4609rm -f conftest*
4610
4611fi
4612
4613if test $ac_cv_header_stdc = yes; then
4614 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4615 cat >conftest.$ac_ext <<_ACEOF
4616/* confdefs.h. */
4617_ACEOF
4618cat confdefs.h >>conftest.$ac_ext
4619cat >>conftest.$ac_ext <<_ACEOF
4620/* end confdefs.h. */
4621#include <stdlib.h>
4622
4623_ACEOF
4624if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4625 $EGREP "free" >/dev/null 2>&1; then
4626 :
4627else
4628 ac_cv_header_stdc=no
4629fi
4630rm -f conftest*
4631
4632fi
4633
4634if test $ac_cv_header_stdc = yes; then
4635 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4636 if test "$cross_compiling" = yes; then
4637 :
4638else
4639 cat >conftest.$ac_ext <<_ACEOF
4640/* confdefs.h. */
4641_ACEOF
4642cat confdefs.h >>conftest.$ac_ext
4643cat >>conftest.$ac_ext <<_ACEOF
4644/* end confdefs.h. */
4645#include <ctype.h>
4646#if ((' ' & 0x0FF) == 0x020)
4647# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4648# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2152else 4649#else
2153 echo "$ac_t""ok" 1>&6 4650# define ISLOWER(c) \
2154fi 4651 (('a' <= (c) && (c) <= 'i') \
4652 || ('j' <= (c) && (c) <= 'r') \
4653 || ('s' <= (c) && (c) <= 'z'))
4654# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4655#endif
2155 4656
2156for ac_hdr in dlfcn.h 4657#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4658int
4659main ()
4660{
4661 int i;
4662 for (i = 0; i < 256; i++)
4663 if (XOR (islower (i), ISLOWER (i))
4664 || toupper (i) != TOUPPER (i))
4665 exit(2);
4666 exit (0);
4667}
4668_ACEOF
4669rm -f conftest$ac_exeext
4670if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4671 (eval $ac_link) 2>&5
4672 ac_status=$?
4673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4674 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4676 (eval $ac_try) 2>&5
4677 ac_status=$?
4678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4679 (exit $ac_status); }; }; then
4680 :
4681else
4682 echo "$as_me: program exited with status $ac_status" >&5
4683echo "$as_me: failed program was:" >&5
4684sed 's/^/| /' conftest.$ac_ext >&5
4685
4686( exit $ac_status )
4687ac_cv_header_stdc=no
4688fi
4689rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4690fi
4691fi
4692fi
4693echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4694echo "${ECHO_T}$ac_cv_header_stdc" >&6
4695if test $ac_cv_header_stdc = yes; then
4696
4697cat >>confdefs.h <<\_ACEOF
4698#define STDC_HEADERS 1
4699_ACEOF
4700
4701fi
4702
4703# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4714 inttypes.h stdint.h unistd.h
2157do 4715do
2158ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4716as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4717echo "$as_me:$LINENO: checking for $ac_header" >&5
2159echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4718echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2160echo "configure:2161: checking for $ac_hdr" >&5 4719if 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 4720 echo $ECHO_N "(cached) $ECHO_C" >&6
2163else 4721else
2164 cat > conftest.$ac_ext <<EOF 4722 cat >conftest.$ac_ext <<_ACEOF
2165#line 2166 "configure" 4723/* confdefs.h. */
2166#include "confdefs.h" 4724_ACEOF
4725cat confdefs.h >>conftest.$ac_ext
4726cat >>conftest.$ac_ext <<_ACEOF
4727/* end confdefs.h. */
4728$ac_includes_default
4729
2167#include <$ac_hdr> 4730#include <$ac_header>
2168EOF 4731_ACEOF
2169ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4732rm -f conftest.$ac_objext
2170{ (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4733if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4734 (eval $ac_compile) 2>conftest.er1
4735 ac_status=$?
4736 grep -v '^ *+' conftest.er1 >conftest.err
4737 rm -f conftest.er1
4738 cat conftest.err >&5
4739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4740 (exit $ac_status); } &&
4741 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4743 (eval $ac_try) 2>&5
4744 ac_status=$?
4745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4746 (exit $ac_status); }; } &&
4747 { ac_try='test -s conftest.$ac_objext'
4748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4749 (eval $ac_try) 2>&5
4750 ac_status=$?
4751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752 (exit $ac_status); }; }; then
4753 eval "$as_ac_Header=yes"
4754else
4755 echo "$as_me: failed program was:" >&5
4756sed 's/^/| /' conftest.$ac_ext >&5
4757
4758eval "$as_ac_Header=no"
4759fi
4760rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4761fi
4762echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4763echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4764if test `eval echo '${'$as_ac_Header'}'` = yes; then
4765 cat >>confdefs.h <<_ACEOF
4766#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4767_ACEOF
4768
4769fi
4770
4771done
4772
4773
4774
4775for ac_header in dlfcn.h
4776do
4777as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4778if eval "test \"\${$as_ac_Header+set}\" = set"; then
4779 echo "$as_me:$LINENO: checking for $ac_header" >&5
4780echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4781if eval "test \"\${$as_ac_Header+set}\" = set"; then
4782 echo $ECHO_N "(cached) $ECHO_C" >&6
4783fi
4784echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4785echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4786else
4787 # Is the header compilable?
4788echo "$as_me:$LINENO: checking $ac_header usability" >&5
4789echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4790cat >conftest.$ac_ext <<_ACEOF
4791/* confdefs.h. */
4792_ACEOF
4793cat confdefs.h >>conftest.$ac_ext
4794cat >>conftest.$ac_ext <<_ACEOF
4795/* end confdefs.h. */
4796$ac_includes_default
4797#include <$ac_header>
4798_ACEOF
4799rm -f conftest.$ac_objext
4800if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4801 (eval $ac_compile) 2>conftest.er1
4802 ac_status=$?
4803 grep -v '^ *+' conftest.er1 >conftest.err
4804 rm -f conftest.er1
4805 cat conftest.err >&5
4806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4807 (exit $ac_status); } &&
4808 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4810 (eval $ac_try) 2>&5
4811 ac_status=$?
4812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4813 (exit $ac_status); }; } &&
4814 { ac_try='test -s conftest.$ac_objext'
4815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4816 (eval $ac_try) 2>&5
4817 ac_status=$?
4818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4819 (exit $ac_status); }; }; then
4820 ac_header_compiler=yes
4821else
4822 echo "$as_me: failed program was:" >&5
4823sed 's/^/| /' conftest.$ac_ext >&5
4824
4825ac_header_compiler=no
4826fi
4827rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4828echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4829echo "${ECHO_T}$ac_header_compiler" >&6
4830
4831# Is the header present?
4832echo "$as_me:$LINENO: checking $ac_header presence" >&5
4833echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4834cat >conftest.$ac_ext <<_ACEOF
4835/* confdefs.h. */
4836_ACEOF
4837cat confdefs.h >>conftest.$ac_ext
4838cat >>conftest.$ac_ext <<_ACEOF
4839/* end confdefs.h. */
4840#include <$ac_header>
4841_ACEOF
4842if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4843 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4844 ac_status=$?
4845 grep -v '^ *+' conftest.er1 >conftest.err
4846 rm -f conftest.er1
4847 cat conftest.err >&5
4848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4849 (exit $ac_status); } >/dev/null; then
4850 if test -s conftest.err; then
4851 ac_cpp_err=$ac_cxx_preproc_warn_flag
4852 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4853 else
4854 ac_cpp_err=
4855 fi
4856else
4857 ac_cpp_err=yes
4858fi
2172if test -z "$ac_err"; then 4859if test -z "$ac_cpp_err"; then
2173 rm -rf conftest* 4860 ac_header_preproc=yes
2174 eval "ac_cv_header_$ac_safe=yes"
2175else 4861else
2176 echo "$ac_err" >&5
2177 echo "configure: failed program was:" >&5 4862 echo "$as_me: failed program was:" >&5
2178 cat conftest.$ac_ext >&5 4863sed 's/^/| /' conftest.$ac_ext >&5
2179 rm -rf conftest* 4864
2180 eval "ac_cv_header_$ac_safe=no" 4865 ac_header_preproc=no
2181fi 4866fi
2182rm -f conftest* 4867rm -f conftest.err conftest.$ac_ext
4868echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4869echo "${ECHO_T}$ac_header_preproc" >&6
4870
4871# So? What about this header?
4872case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4873 yes:no: )
4874 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4875echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4876 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4877echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4878 ac_header_preproc=yes
4879 ;;
4880 no:yes:* )
4881 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4882echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4883 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4884echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4885 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4886echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4887 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4888echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4889 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4890echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4891 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4892echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4893 (
4894 cat <<\_ASBOX
4895## ------------------------------------------ ##
4896## Report this to the AC_PACKAGE_NAME lists. ##
4897## ------------------------------------------ ##
4898_ASBOX
4899 ) |
4900 sed "s/^/$as_me: WARNING: /" >&2
4901 ;;
4902esac
4903echo "$as_me:$LINENO: checking for $ac_header" >&5
4904echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4905if eval "test \"\${$as_ac_Header+set}\" = set"; then
4906 echo $ECHO_N "(cached) $ECHO_C" >&6
4907else
4908 eval "$as_ac_Header=\$ac_header_preproc"
2183fi 4909fi
2184if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4910echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2185 echo "$ac_t""yes" 1>&6 4911echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2186 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 4912
4913fi
4914if test `eval echo '${'$as_ac_Header'}'` = yes; then
2187 cat >> confdefs.h <<EOF 4915 cat >>confdefs.h <<_ACEOF
2188#define $ac_tr_hdr 1 4916#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2189EOF 4917_ACEOF
2190 4918
2191else
2192 echo "$ac_t""no" 1>&6
2193fi 4919fi
4920
2194done 4921done
2195 4922
2196 4923
2197 4924
2198 4925
2199 4926
2200# Only perform the check for file, if the check method requires it 4927# Only perform the check for file, if the check method requires it
2201case "$deplibs_check_method" in 4928case "$deplibs_check_method" in
2202file_magic*) 4929file_magic*)
2203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 4930 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4931 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 4932echo $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 4933if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2207 echo $ac_n "(cached) $ac_c" 1>&6 4934 echo $ECHO_N "(cached) $ECHO_C" >&6
2208else 4935else
2209 case "$MAGIC_CMD" in 4936 case "$MAGIC_CMD" in
2210 /*) 4937 /*)
2211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 4938 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2212 ;; 4939 ;;
2254esac 4981esac
2255fi 4982fi
2256 4983
2257MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 4984MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2258if test -n "$MAGIC_CMD"; then 4985if test -n "$MAGIC_CMD"; then
4986 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2259 echo "$ac_t""$MAGIC_CMD" 1>&6 4987echo "${ECHO_T}$MAGIC_CMD" >&6
2260else 4988else
2261 echo "$ac_t""no" 1>&6 4989 echo "$as_me:$LINENO: result: no" >&5
4990echo "${ECHO_T}no" >&6
2262fi 4991fi
2263 4992
2264if test -z "$lt_cv_path_MAGIC_CMD"; then 4993if test -z "$lt_cv_path_MAGIC_CMD"; then
2265 if test -n "$ac_tool_prefix"; then 4994 if test -n "$ac_tool_prefix"; then
4995 echo "$as_me:$LINENO: checking for file" >&5
2266 echo $ac_n "checking for file""... $ac_c" 1>&6 4996echo $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 4997if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2269 echo $ac_n "(cached) $ac_c" 1>&6 4998 echo $ECHO_N "(cached) $ECHO_C" >&6
2270else 4999else
2271 case "$MAGIC_CMD" in 5000 case "$MAGIC_CMD" in
2272 /*) 5001 /*)
2273 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 5002 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2274 ;; 5003 ;;
2316esac 5045esac
2317fi 5046fi
2318 5047
2319MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 5048MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2320if test -n "$MAGIC_CMD"; then 5049if test -n "$MAGIC_CMD"; then
5050 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2321 echo "$ac_t""$MAGIC_CMD" 1>&6 5051echo "${ECHO_T}$MAGIC_CMD" >&6
2322else 5052else
2323 echo "$ac_t""no" 1>&6 5053 echo "$as_me:$LINENO: result: no" >&5
5054echo "${ECHO_T}no" >&6
2324fi 5055fi
2325 5056
2326 else 5057 else
2327 MAGIC_CMD=: 5058 MAGIC_CMD=:
2328 fi 5059 fi
2330 5061
2331 fi 5062 fi
2332 ;; 5063 ;;
2333esac 5064esac
2334 5065
5066if 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. 5067 # 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 5068set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5069echo "$as_me:$LINENO: checking for $ac_word" >&5
2337echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5070echo $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 5071if test "${ac_cv_prog_RANLIB+set}" = set; then
2340 echo $ac_n "(cached) $ac_c" 1>&6 5072 echo $ECHO_N "(cached) $ECHO_C" >&6
2341else 5073else
2342 if test -n "$RANLIB"; then 5074 if test -n "$RANLIB"; then
2343 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5075 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2344else 5076else
2345 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 ac_dummy="$PATH" 5078for as_dir in $PATH
2347 for ac_dir in $ac_dummy; do 5079do
5080 IFS=$as_save_IFS
2348 test -z "$ac_dir" && ac_dir=. 5081 test -z "$as_dir" && as_dir=.
2349 if test -f $ac_dir/$ac_word; then 5082 for ac_exec_ext in '' $ac_executable_extensions; do
5083 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5084 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5085 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2351 break 5086 break 2
2352 fi 5087 fi
2353 done 5088done
2354 IFS="$ac_save_ifs" 5089done
5090
2355fi 5091fi
2356fi 5092fi
2357RANLIB="$ac_cv_prog_RANLIB" 5093RANLIB=$ac_cv_prog_RANLIB
2358if test -n "$RANLIB"; then 5094if test -n "$RANLIB"; then
2359 echo "$ac_t""$RANLIB" 1>&6 5095 echo "$as_me:$LINENO: result: $RANLIB" >&5
5096echo "${ECHO_T}$RANLIB" >&6
2360else 5097else
2361 echo "$ac_t""no" 1>&6 5098 echo "$as_me:$LINENO: result: no" >&5
5099echo "${ECHO_T}no" >&6
2362fi 5100fi
2363 5101
2364 5102fi
2365if test -z "$ac_cv_prog_RANLIB"; then 5103if test -z "$ac_cv_prog_RANLIB"; then
2366if test -n "$ac_tool_prefix"; then 5104 ac_ct_RANLIB=$RANLIB
2367 # Extract the first word of "ranlib", so it can be a program name with args. 5105 # Extract the first word of "ranlib", so it can be a program name with args.
2368set dummy ranlib; ac_word=$2 5106set dummy ranlib; ac_word=$2
5107echo "$as_me:$LINENO: checking for $ac_word" >&5
2369echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5108echo $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 5109if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2372 echo $ac_n "(cached) $ac_c" 1>&6 5110 echo $ECHO_N "(cached) $ECHO_C" >&6
2373else 5111else
2374 if test -n "$RANLIB"; then 5112 if test -n "$ac_ct_RANLIB"; then
2375 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5113 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2376else 5114else
2377 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5115as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378 ac_dummy="$PATH" 5116for as_dir in $PATH
2379 for ac_dir in $ac_dummy; do 5117do
5118 IFS=$as_save_IFS
2380 test -z "$ac_dir" && ac_dir=. 5119 test -z "$as_dir" && as_dir=.
2381 if test -f $ac_dir/$ac_word; then 5120 for ac_exec_ext in '' $ac_executable_extensions; do
5121 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2382 ac_cv_prog_RANLIB="ranlib" 5122 ac_cv_prog_ac_ct_RANLIB="ranlib"
5123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2383 break 5124 break 2
2384 fi 5125 fi
2385 done 5126done
2386 IFS="$ac_save_ifs" 5127done
5128
2387 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 5129 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2388fi 5130fi
2389fi 5131fi
5132ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5133if test -n "$ac_ct_RANLIB"; then
5134 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5135echo "${ECHO_T}$ac_ct_RANLIB" >&6
5136else
5137 echo "$as_me:$LINENO: result: no" >&5
5138echo "${ECHO_T}no" >&6
5139fi
5140
5141 RANLIB=$ac_ct_RANLIB
5142else
2390RANLIB="$ac_cv_prog_RANLIB" 5143 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 5144fi
2396 5145
2397else 5146if 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. 5147 # 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 5148set dummy ${ac_tool_prefix}strip; ac_word=$2
5149echo "$as_me:$LINENO: checking for $ac_word" >&5
2404echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5150echo $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 5151if test "${ac_cv_prog_STRIP+set}" = set; then
2407 echo $ac_n "(cached) $ac_c" 1>&6 5152 echo $ECHO_N "(cached) $ECHO_C" >&6
2408else 5153else
2409 if test -n "$STRIP"; then 5154 if test -n "$STRIP"; then
2410 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5155 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2411else 5156else
2412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 ac_dummy="$PATH" 5158for as_dir in $PATH
2414 for ac_dir in $ac_dummy; do 5159do
5160 IFS=$as_save_IFS
2415 test -z "$ac_dir" && ac_dir=. 5161 test -z "$as_dir" && as_dir=.
2416 if test -f $ac_dir/$ac_word; then 5162 for ac_exec_ext in '' $ac_executable_extensions; do
5163 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 5164 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5165 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 5166 break 2
2419 fi 5167 fi
2420 done 5168done
2421 IFS="$ac_save_ifs" 5169done
5170
2422fi 5171fi
2423fi 5172fi
2424STRIP="$ac_cv_prog_STRIP" 5173STRIP=$ac_cv_prog_STRIP
2425if test -n "$STRIP"; then 5174if test -n "$STRIP"; then
2426 echo "$ac_t""$STRIP" 1>&6 5175 echo "$as_me:$LINENO: result: $STRIP" >&5
5176echo "${ECHO_T}$STRIP" >&6
2427else 5177else
2428 echo "$ac_t""no" 1>&6 5178 echo "$as_me:$LINENO: result: no" >&5
5179echo "${ECHO_T}no" >&6
2429fi 5180fi
2430 5181
2431 5182fi
2432if test -z "$ac_cv_prog_STRIP"; then 5183if test -z "$ac_cv_prog_STRIP"; then
2433if test -n "$ac_tool_prefix"; then 5184 ac_ct_STRIP=$STRIP
2434 # Extract the first word of "strip", so it can be a program name with args. 5185 # Extract the first word of "strip", so it can be a program name with args.
2435set dummy strip; ac_word=$2 5186set dummy strip; ac_word=$2
5187echo "$as_me:$LINENO: checking for $ac_word" >&5
2436echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5188echo $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 5189if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2439 echo $ac_n "(cached) $ac_c" 1>&6 5190 echo $ECHO_N "(cached) $ECHO_C" >&6
2440else 5191else
2441 if test -n "$STRIP"; then 5192 if test -n "$ac_ct_STRIP"; then
2442 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5193 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2443else 5194else
2444 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5195as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 ac_dummy="$PATH" 5196for as_dir in $PATH
2446 for ac_dir in $ac_dummy; do 5197do
5198 IFS=$as_save_IFS
2447 test -z "$ac_dir" && ac_dir=. 5199 test -z "$as_dir" && as_dir=.
2448 if test -f $ac_dir/$ac_word; then 5200 for ac_exec_ext in '' $ac_executable_extensions; do
5201 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2449 ac_cv_prog_STRIP="strip" 5202 ac_cv_prog_ac_ct_STRIP="strip"
5203 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 5204 break 2
2451 fi 5205 fi
2452 done 5206done
2453 IFS="$ac_save_ifs" 5207done
5208
2454 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":" 5209 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2455fi 5210fi
2456fi 5211fi
5212ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5213if test -n "$ac_ct_STRIP"; then
5214 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5215echo "${ECHO_T}$ac_ct_STRIP" >&6
5216else
5217 echo "$as_me:$LINENO: result: no" >&5
5218echo "${ECHO_T}no" >&6
5219fi
5220
5221 STRIP=$ac_ct_STRIP
5222else
2457STRIP="$ac_cv_prog_STRIP" 5223 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 5224fi
2468 5225
2469 5226
2470enable_dlopen=no 5227enable_dlopen=no
2471enable_win32_dll=no 5228enable_win32_dll=no
2472 5229
2473# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 5230# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2474if test "${enable_libtool_lock+set}" = set; then 5231if test "${enable_libtool_lock+set}" = set; then
2475 enableval="$enable_libtool_lock" 5232 enableval="$enable_libtool_lock"
2476 : 5233
2477fi 5234fi;
2478
2479test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 5235test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
2480 5236
2481# Some flags need to be propagated to the compiler or linker for good 5237# Some flags need to be propagated to the compiler or linker for good
2482# libtool support. 5238# libtool support.
2483case "$host" in 5239case "$host" in
2484*-*-irix6*) 5240*-*-irix6*)
2485 # Find out which ABI we are using. 5241 # Find out which ABI we are using.
2486 echo '#line 2487 "configure"' > conftest.$ac_ext 5242 echo '#line 5242 "configure"' > conftest.$ac_ext
2487 if { (eval echo configure:2488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5244 (eval $ac_compile) 2>&5
5245 ac_status=$?
5246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5247 (exit $ac_status); }; then
2488 case "`/usr/bin/file conftest.$ac_objext`" in 5248 case "`/usr/bin/file conftest.$ac_objext`" in
2489 *32-bit*) 5249 *32-bit*)
2490 LD="${LD-ld} -32" 5250 LD="${LD-ld} -32"
2491 ;; 5251 ;;
2492 *N32*) 5252 *N32*)
2502 5262
2503*-*-sco3.2v5*) 5263*-*-sco3.2v5*)
2504 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 5264 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2505 SAVE_CFLAGS="$CFLAGS" 5265 SAVE_CFLAGS="$CFLAGS"
2506 CFLAGS="$CFLAGS -belf" 5266 CFLAGS="$CFLAGS -belf"
5267 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 5268echo $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 5269if test "${lt_cv_cc_needs_belf+set}" = set; then
2510 echo $ac_n "(cached) $ac_c" 1>&6 5270 echo $ECHO_N "(cached) $ECHO_C" >&6
2511else 5271else
2512 5272
5273
2513 ac_ext=c 5274 ac_ext=c
2514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2515ac_cpp='$CPP $CPPFLAGS' 5275ac_cpp='$CPP $CPPFLAGS'
2516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5276ac_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' 5277ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2518cross_compiling=$ac_cv_prog_cc_cross 5278ac_compiler_gnu=$ac_cv_c_compiler_gnu
2519 5279
2520 cat > conftest.$ac_ext <<EOF 5280 cat >conftest.$ac_ext <<_ACEOF
2521#line 2522 "configure" 5281/* confdefs.h. */
2522#include "confdefs.h" 5282_ACEOF
5283cat confdefs.h >>conftest.$ac_ext
5284cat >>conftest.$ac_ext <<_ACEOF
5285/* end confdefs.h. */
2523 5286
2524int main() { 5287int
5288main ()
5289{
2525 5290
5291 ;
2526; return 0; } 5292 return 0;
2527EOF 5293}
2528if { (eval echo configure:2529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5294_ACEOF
5295rm -f conftest.$ac_objext conftest$ac_exeext
5296if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5297 (eval $ac_link) 2>conftest.er1
5298 ac_status=$?
5299 grep -v '^ *+' conftest.er1 >conftest.err
2529 rm -rf conftest* 5300 rm -f conftest.er1
5301 cat conftest.err >&5
5302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5303 (exit $ac_status); } &&
5304 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5306 (eval $ac_try) 2>&5
5307 ac_status=$?
5308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5309 (exit $ac_status); }; } &&
5310 { ac_try='test -s conftest$ac_exeext'
5311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5312 (eval $ac_try) 2>&5
5313 ac_status=$?
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); }; }; then
2530 lt_cv_cc_needs_belf=yes 5316 lt_cv_cc_needs_belf=yes
2531else 5317else
2532 echo "configure: failed program was:" >&5 5318 echo "$as_me: failed program was:" >&5
2533 cat conftest.$ac_ext >&5 5319sed 's/^/| /' conftest.$ac_ext >&5
2534 rm -rf conftest* 5320
2535 lt_cv_cc_needs_belf=no 5321lt_cv_cc_needs_belf=no
2536fi 5322fi
2537rm -f conftest* 5323rm -f conftest.err conftest.$ac_objext \
5324 conftest$ac_exeext conftest.$ac_ext
2538 ac_ext=c 5325 ac_ext=cc
2539# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2540ac_cpp='$CPP $CPPFLAGS' 5326ac_cpp='$CXXCPP $CPPFLAGS'
2541ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5327ac_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' 5328ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543cross_compiling=$ac_cv_prog_cc_cross 5329ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2544 5330
2545fi 5331fi
2546 5332echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
2547echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 5333echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
2548 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5334 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 5335 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2550 CFLAGS="$SAVE_CFLAGS" 5336 CFLAGS="$SAVE_CFLAGS"
2551 fi 5337 fi
2552 ;; 5338 ;;
2637set dummy $CC 5423set dummy $CC
2638compiler="$2" 5424compiler="$2"
2639 5425
2640## FIXME: this should be a separate macro 5426## FIXME: this should be a separate macro
2641## 5427##
5428echo "$as_me:$LINENO: checking for objdir" >&5
2642echo $ac_n "checking for objdir""... $ac_c" 1>&6 5429echo $ECHO_N "checking for objdir... $ECHO_C" >&6
2643echo "configure:2644: checking for objdir" >&5
2644rm -f .libs 2>/dev/null 5430rm -f .libs 2>/dev/null
2645mkdir .libs 2>/dev/null 5431mkdir .libs 2>/dev/null
2646if test -d .libs; then 5432if test -d .libs; then
2647 objdir=.libs 5433 objdir=.libs
2648else 5434else
2649 # MS-DOS does not allow filenames that begin with a dot. 5435 # MS-DOS does not allow filenames that begin with a dot.
2650 objdir=_libs 5436 objdir=_libs
2651fi 5437fi
2652rmdir .libs 2>/dev/null 5438rmdir .libs 2>/dev/null
5439echo "$as_me:$LINENO: result: $objdir" >&5
2653echo "$ac_t""$objdir" 1>&6 5440echo "${ECHO_T}$objdir" >&6
2654## 5441##
2655## END FIXME 5442## END FIXME
2656 5443
2657 5444
2658## FIXME: this should be a separate macro 5445## FIXME: this should be a separate macro
2659## 5446##
5447
2660# Check whether --with-pic or --without-pic was given. 5448# Check whether --with-pic or --without-pic was given.
2661if test "${with_pic+set}" = set; then 5449if test "${with_pic+set}" = set; then
2662 withval="$with_pic" 5450 withval="$with_pic"
2663 pic_mode="$withval" 5451 pic_mode="$withval"
2664else 5452else
2665 pic_mode=default 5453 pic_mode=default
2666fi 5454fi;
2667
2668test -z "$pic_mode" && pic_mode=default 5455test -z "$pic_mode" && pic_mode=default
2669 5456
2670# We assume here that the value for lt_cv_prog_cc_pic will not be cached 5457# 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 5458# in isolation, and that seeing it set (from the cache) indicates that
2672# the associated values are set (in the cache) correctly too. 5459# the associated values are set (in the cache) correctly too.
5460echo "$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 5461echo $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 5462if test "${lt_cv_prog_cc_pic+set}" = set; then
2676 echo $ac_n "(cached) $ac_c" 1>&6 5463 echo $ECHO_N "(cached) $ECHO_C" >&6
2677else 5464else
2678 lt_cv_prog_cc_pic= 5465 lt_cv_prog_cc_pic=
2679 lt_cv_prog_cc_shlib= 5466 lt_cv_prog_cc_shlib=
2680 lt_cv_prog_cc_wl= 5467 lt_cv_prog_cc_wl=
2681 lt_cv_prog_cc_static= 5468 lt_cv_prog_cc_static=
2804 fi 5591 fi
2805 5592
2806fi 5593fi
2807 5594
2808if test -z "$lt_cv_prog_cc_pic"; then 5595if test -z "$lt_cv_prog_cc_pic"; then
2809 echo "$ac_t""none" 1>&6 5596 echo "$as_me:$LINENO: result: none" >&5
5597echo "${ECHO_T}none" >&6
2810else 5598else
5599 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
2811 echo "$ac_t""$lt_cv_prog_cc_pic" 1>&6 5600echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
2812 5601
2813 # Check to make sure the pic_flag actually works. 5602 # Check to make sure the pic_flag actually works.
5603 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 5604echo $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 5605 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
2817 echo $ac_n "(cached) $ac_c" 1>&6 5606 echo $ECHO_N "(cached) $ECHO_C" >&6
2818else 5607else
2819 save_CFLAGS="$CFLAGS" 5608 save_CFLAGS="$CFLAGS"
2820 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" 5609 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
2821 cat > conftest.$ac_ext <<EOF 5610 cat >conftest.$ac_ext <<_ACEOF
2822#line 2823 "configure" 5611/* confdefs.h. */
2823#include "confdefs.h" 5612_ACEOF
5613cat confdefs.h >>conftest.$ac_ext
5614cat >>conftest.$ac_ext <<_ACEOF
5615/* end confdefs.h. */
2824 5616
2825int main() { 5617int
5618main ()
5619{
2826 5620
5621 ;
2827; return 0; } 5622 return 0;
2828EOF 5623}
2829if { (eval echo configure:2830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5624_ACEOF
5625rm -f conftest.$ac_objext
5626if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5627 (eval $ac_compile) 2>conftest.er1
5628 ac_status=$?
5629 grep -v '^ *+' conftest.er1 >conftest.err
2830 rm -rf conftest* 5630 rm -f conftest.er1
5631 cat conftest.err >&5
5632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5633 (exit $ac_status); } &&
5634 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5636 (eval $ac_try) 2>&5
5637 ac_status=$?
5638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5639 (exit $ac_status); }; } &&
5640 { ac_try='test -s conftest.$ac_objext'
5641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5642 (eval $ac_try) 2>&5
5643 ac_status=$?
5644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5645 (exit $ac_status); }; }; then
2831 case "$host_os" in 5646 case "$host_os" in
2832 hpux9* | hpux10* | hpux11*) 5647 hpux9* | hpux10* | hpux11*)
2833 # On HP-UX, both CC and GCC only warn that PIC is supported... then 5648 # 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 5649 # they create non-PIC objects. So, if there were any warnings, we
2835 # assume that PIC is not supported. 5650 # assume that PIC is not supported.
2841 ;; 5656 ;;
2842 *) 5657 *)
2843 lt_cv_prog_cc_pic_works=yes 5658 lt_cv_prog_cc_pic_works=yes
2844 ;; 5659 ;;
2845 esac 5660 esac
2846 5661
2847else 5662else
2848 echo "configure: failed program was:" >&5 5663 echo "$as_me: failed program was:" >&5
2849 cat conftest.$ac_ext >&5 5664sed 's/^/| /' conftest.$ac_ext >&5
2850 rm -rf conftest* 5665
2851 lt_cv_prog_cc_pic_works=no 5666 lt_cv_prog_cc_pic_works=no
2852 5667
2853fi 5668fi
2854rm -f conftest* 5669rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2855 CFLAGS="$save_CFLAGS" 5670 CFLAGS="$save_CFLAGS"
2856 5671
2857fi 5672fi
2858 5673
2859 5674
2860 if test "X$lt_cv_prog_cc_pic_works" = Xno; then 5675 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
2861 lt_cv_prog_cc_pic= 5676 lt_cv_prog_cc_pic=
2862 lt_cv_prog_cc_can_build_shared=no 5677 lt_cv_prog_cc_can_build_shared=no
2863 else 5678 else
2864 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" 5679 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
2865 fi 5680 fi
2866 5681
5682 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
2867 echo "$ac_t""$lt_cv_prog_cc_pic_works" 1>&6 5683echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
2868fi 5684fi
2869## 5685##
2870## END FIXME 5686## END FIXME
2871 5687
2872# Check for any special shared library compilation flags. 5688# Check for any special shared library compilation flags.
2873if test -n "$lt_cv_prog_cc_shlib"; then 5689if test -n "$lt_cv_prog_cc_shlib"; then
5690 { 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 5691echo "$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 : 5692 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
2876 else 5693 else
5694 { 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 5695echo "$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 5696 lt_cv_prog_cc_can_build_shared=no
2879 fi 5697 fi
2880fi 5698fi
2881 5699
2882## FIXME: this should be a separate macro 5700## FIXME: this should be a separate macro
2883## 5701##
5702echo "$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 5703echo $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 5704if test "${lt_cv_prog_cc_static_works+set}" = set; then
2887 echo $ac_n "(cached) $ac_c" 1>&6 5705 echo $ECHO_N "(cached) $ECHO_C" >&6
2888else 5706else
2889 lt_cv_prog_cc_static_works=no 5707 lt_cv_prog_cc_static_works=no
2890 save_LDFLAGS="$LDFLAGS" 5708 save_LDFLAGS="$LDFLAGS"
2891 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" 5709 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
2892 cat > conftest.$ac_ext <<EOF 5710 cat >conftest.$ac_ext <<_ACEOF
2893#line 2894 "configure" 5711/* confdefs.h. */
2894#include "confdefs.h" 5712_ACEOF
5713cat confdefs.h >>conftest.$ac_ext
5714cat >>conftest.$ac_ext <<_ACEOF
5715/* end confdefs.h. */
2895 5716
2896int main() { 5717int
5718main ()
5719{
2897 5720
5721 ;
2898; return 0; } 5722 return 0;
2899EOF 5723}
2900if { (eval echo configure:2901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5724_ACEOF
5725rm -f conftest.$ac_objext conftest$ac_exeext
5726if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5727 (eval $ac_link) 2>conftest.er1
5728 ac_status=$?
5729 grep -v '^ *+' conftest.er1 >conftest.err
2901 rm -rf conftest* 5730 rm -f conftest.er1
5731 cat conftest.err >&5
5732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5733 (exit $ac_status); } &&
5734 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5736 (eval $ac_try) 2>&5
5737 ac_status=$?
5738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5739 (exit $ac_status); }; } &&
5740 { ac_try='test -s conftest$ac_exeext'
5741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5742 (eval $ac_try) 2>&5
5743 ac_status=$?
5744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5745 (exit $ac_status); }; }; then
2902 lt_cv_prog_cc_static_works=yes 5746 lt_cv_prog_cc_static_works=yes
2903else 5747else
2904 echo "configure: failed program was:" >&5 5748 echo "$as_me: failed program was:" >&5
2905 cat conftest.$ac_ext >&5 5749sed 's/^/| /' conftest.$ac_ext >&5
5750
2906fi 5751fi
2907rm -f conftest* 5752rm -f conftest.err conftest.$ac_objext \
5753 conftest$ac_exeext conftest.$ac_ext
2908 LDFLAGS="$save_LDFLAGS" 5754 LDFLAGS="$save_LDFLAGS"
2909 5755
2910fi 5756fi
2911 5757
2912 5758
2913# Belt *and* braces to stop my trousers falling down: 5759# Belt *and* braces to stop my trousers falling down:
2914test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static= 5760test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5761echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
2915echo "$ac_t""$lt_cv_prog_cc_static_works" 1>&6 5762echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
2916 5763
2917pic_flag="$lt_cv_prog_cc_pic" 5764pic_flag="$lt_cv_prog_cc_pic"
2918special_shlib_compile_flags="$lt_cv_prog_cc_shlib" 5765special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
2919wl="$lt_cv_prog_cc_wl" 5766wl="$lt_cv_prog_cc_wl"
2920link_static_flag="$lt_cv_prog_cc_static" 5767link_static_flag="$lt_cv_prog_cc_static"
2925 5772
2926 5773
2927## FIXME: this should be a separate macro 5774## FIXME: this should be a separate macro
2928## 5775##
2929# Check to see if options -o and -c are simultaneously supported by compiler 5776# Check to see if options -o and -c are simultaneously supported by compiler
5777echo "$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 5778echo $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 5779$rm -r conftest 2>/dev/null
2933mkdir conftest 5780mkdir conftest
2934cd conftest 5781cd conftest
2935echo "int some_variable = 0;" > conftest.$ac_ext 5782echo "int some_variable = 0;" > conftest.$ac_ext
2936mkdir out 5783mkdir out
2941# builds. 5788# builds.
2942chmod -w . 5789chmod -w .
2943save_CFLAGS="$CFLAGS" 5790save_CFLAGS="$CFLAGS"
2944CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5791CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
2945compiler_c_o=no 5792compiler_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 5793if { (eval echo configure:5793: \"$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 5794 # The compiler can only warn and ignore the option if not recognized
2948 # So say no if there are warnings 5795 # So say no if there are warnings
2949 if test -s out/conftest.err; then 5796 if test -s out/conftest.err; then
2950 compiler_c_o=no 5797 compiler_c_o=no
2951 else 5798 else
2954else 5801else
2955 # Append any errors to the config.log. 5802 # Append any errors to the config.log.
2956 cat out/conftest.err 1>&5 5803 cat out/conftest.err 1>&5
2957 compiler_c_o=no 5804 compiler_c_o=no
2958fi 5805fi
5806echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2959echo "$ac_t""$compiler_c_o" 1>&6 5807echo "${ECHO_T}$compiler_c_o" >&6
2960CFLAGS="$save_CFLAGS" 5808CFLAGS="$save_CFLAGS"
2961chmod u+w . 5809chmod u+w .
2962$rm conftest* out/* 5810$rm conftest* out/*
2963rmdir out 5811rmdir out
2964cd .. 5812cd ..
2965rmdir conftest 5813rmdir conftest
2966$rm -r conftest 2>/dev/null 5814$rm -r conftest 2>/dev/null
2967 5815
2968if test x"$compiler_c_o" = x"yes"; then 5816if test x"$compiler_c_o" = x"yes"; then
2969 # Check to see if we can write to a .lo 5817 # Check to see if we can write to a .lo
5818 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 5819echo $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 5820 compiler_o_lo=no
2973 save_CFLAGS="$CFLAGS" 5821 save_CFLAGS="$CFLAGS"
2974 CFLAGS="$CFLAGS -c -o conftest.lo" 5822 CFLAGS="$CFLAGS -c -o conftest.lo"
2975 cat > conftest.$ac_ext <<EOF 5823 cat >conftest.$ac_ext <<_ACEOF
2976#line 2977 "configure" 5824/* confdefs.h. */
2977#include "confdefs.h" 5825_ACEOF
5826cat confdefs.h >>conftest.$ac_ext
5827cat >>conftest.$ac_ext <<_ACEOF
5828/* end confdefs.h. */
2978 5829
2979int main() { 5830int
5831main ()
5832{
2980int some_variable = 0; 5833int some_variable = 0;
5834 ;
2981; return 0; } 5835 return 0;
2982EOF 5836}
2983if { (eval echo configure:2984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5837_ACEOF
5838rm -f conftest.$ac_objext
5839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5840 (eval $ac_compile) 2>conftest.er1
5841 ac_status=$?
5842 grep -v '^ *+' conftest.er1 >conftest.err
2984 rm -rf conftest* 5843 rm -f conftest.er1
5844 cat conftest.err >&5
5845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5846 (exit $ac_status); } &&
5847 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5849 (eval $ac_try) 2>&5
5850 ac_status=$?
5851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5852 (exit $ac_status); }; } &&
5853 { ac_try='test -s conftest.$ac_objext'
5854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5855 (eval $ac_try) 2>&5
5856 ac_status=$?
5857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5858 (exit $ac_status); }; }; then
2985 # The compiler can only warn and ignore the option if not recognized 5859 # The compiler can only warn and ignore the option if not recognized
2986 # So say no if there are warnings 5860 # So say no if there are warnings
2987 if test -s conftest.err; then 5861 if test -s conftest.err; then
2988 compiler_o_lo=no 5862 compiler_o_lo=no
2989 else 5863 else
2990 compiler_o_lo=yes 5864 compiler_o_lo=yes
2991 fi 5865 fi
2992 5866
2993else 5867else
2994 echo "configure: failed program was:" >&5 5868 echo "$as_me: failed program was:" >&5
2995 cat conftest.$ac_ext >&5 5869sed 's/^/| /' conftest.$ac_ext >&5
5870
2996fi 5871fi
2997rm -f conftest* 5872rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5873 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2998 echo "$ac_t""$compiler_c_o" 1>&6 5874echo "${ECHO_T}$compiler_c_o" >&6
2999 CFLAGS="$save_CFLAGS" 5875 CFLAGS="$save_CFLAGS"
3000else 5876else
3001 compiler_o_lo=no 5877 compiler_o_lo=no
3002fi 5878fi
3003## 5879##
3007## 5883##
3008# Check to see if we can do hard links to lock some files if needed 5884# Check to see if we can do hard links to lock some files if needed
3009hard_links="nottested" 5885hard_links="nottested"
3010if test "$compiler_c_o" = no && test "$need_locks" != no; then 5886if test "$compiler_c_o" = no && test "$need_locks" != no; then
3011 # do not overwrite the value of need_locks provided by the user 5887 # do not overwrite the value of need_locks provided by the user
5888 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 5889echo $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 5890 hard_links=yes
3015 $rm conftest* 5891 $rm conftest*
3016 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5892 ln conftest.a conftest.b 2>/dev/null && hard_links=no
3017 touch conftest.a 5893 touch conftest.a
3018 ln conftest.a conftest.b 2>&5 || hard_links=no 5894 ln conftest.a conftest.b 2>&5 || hard_links=no
3019 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5895 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5896 echo "$as_me:$LINENO: result: $hard_links" >&5
3020 echo "$ac_t""$hard_links" 1>&6 5897echo "${ECHO_T}$hard_links" >&6
3021 if test "$hard_links" = no; then 5898 if test "$hard_links" = no; then
5899 { 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 5900echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
3023 need_locks=warn 5901 need_locks=warn
3024 fi 5902 fi
3025else 5903else
3026 need_locks=no 5904 need_locks=no
3027fi 5905fi
3030 5908
3031## FIXME: this should be a separate macro 5909## FIXME: this should be a separate macro
3032## 5910##
3033if test "$GCC" = yes; then 5911if test "$GCC" = yes; then
3034 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler 5912 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5913 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 5914echo $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 5915 echo "int some_variable = 0;" > conftest.$ac_ext
3038 save_CFLAGS="$CFLAGS" 5916 save_CFLAGS="$CFLAGS"
3039 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" 5917 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
3040 compiler_rtti_exceptions=no 5918 compiler_rtti_exceptions=no
3041 cat > conftest.$ac_ext <<EOF 5919 cat >conftest.$ac_ext <<_ACEOF
3042#line 3043 "configure" 5920/* confdefs.h. */
3043#include "confdefs.h" 5921_ACEOF
5922cat confdefs.h >>conftest.$ac_ext
5923cat >>conftest.$ac_ext <<_ACEOF
5924/* end confdefs.h. */
3044 5925
3045int main() { 5926int
5927main ()
5928{
3046int some_variable = 0; 5929int some_variable = 0;
5930 ;
3047; return 0; } 5931 return 0;
3048EOF 5932}
3049if { (eval echo configure:3050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5933_ACEOF
5934rm -f conftest.$ac_objext
5935if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5936 (eval $ac_compile) 2>conftest.er1
5937 ac_status=$?
5938 grep -v '^ *+' conftest.er1 >conftest.err
3050 rm -rf conftest* 5939 rm -f conftest.er1
5940 cat conftest.err >&5
5941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5942 (exit $ac_status); } &&
5943 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5945 (eval $ac_try) 2>&5
5946 ac_status=$?
5947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5948 (exit $ac_status); }; } &&
5949 { ac_try='test -s conftest.$ac_objext'
5950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5951 (eval $ac_try) 2>&5
5952 ac_status=$?
5953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5954 (exit $ac_status); }; }; then
3051 # The compiler can only warn and ignore the option if not recognized 5955 # The compiler can only warn and ignore the option if not recognized
3052 # So say no if there are warnings 5956 # So say no if there are warnings
3053 if test -s conftest.err; then 5957 if test -s conftest.err; then
3054 compiler_rtti_exceptions=no 5958 compiler_rtti_exceptions=no
3055 else 5959 else
3056 compiler_rtti_exceptions=yes 5960 compiler_rtti_exceptions=yes
3057 fi 5961 fi
3058 5962
3059else 5963else
3060 echo "configure: failed program was:" >&5 5964 echo "$as_me: failed program was:" >&5
3061 cat conftest.$ac_ext >&5 5965sed 's/^/| /' conftest.$ac_ext >&5
5966
3062fi 5967fi
3063rm -f conftest* 5968rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3064 CFLAGS="$save_CFLAGS" 5969 CFLAGS="$save_CFLAGS"
5970 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
3065 echo "$ac_t""$compiler_rtti_exceptions" 1>&6 5971echo "${ECHO_T}$compiler_rtti_exceptions" >&6
3066 5972
3067 if test "$compiler_rtti_exceptions" = "yes"; then 5973 if test "$compiler_rtti_exceptions" = "yes"; then
3068 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions' 5974 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
3069 else 5975 else
3070 no_builtin_flag=' -fno-builtin' 5976 no_builtin_flag=' -fno-builtin'
3074## END FIXME 5980## END FIXME
3075 5981
3076## FIXME: this should be a separate macro 5982## FIXME: this should be a separate macro
3077## 5983##
3078# See if the linker supports building shared libraries. 5984# See if the linker supports building shared libraries.
5985echo "$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 5986echo $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 5987
3082allow_undefined_flag= 5988allow_undefined_flag=
3083no_undefined_flag= 5989no_undefined_flag=
3084need_lib_prefix=unknown 5990need_lib_prefix=unknown
3085need_version=unknown 5991need_version=unknown
3632 *) 6538 *)
3633 ld_shlibs=no 6539 ld_shlibs=no
3634 ;; 6540 ;;
3635 esac 6541 esac
3636fi 6542fi
6543echo "$as_me:$LINENO: result: $ld_shlibs" >&5
3637echo "$ac_t""$ld_shlibs" 1>&6 6544echo "${ECHO_T}$ld_shlibs" >&6
3638test "$ld_shlibs" = no && can_build_shared=no 6545test "$ld_shlibs" = no && can_build_shared=no
3639## 6546##
3640## END FIXME 6547## END FIXME
3641 6548
3642## FIXME: this should be a separate macro 6549## FIXME: this should be a separate macro
3643## 6550##
3644# Check hardcoding attributes. 6551# Check hardcoding attributes.
6552echo "$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 6553echo $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= 6554hardcode_action=
3648if test -n "$hardcode_libdir_flag_spec" || \ 6555if test -n "$hardcode_libdir_flag_spec" || \
3649 test -n "$runpath_var"; then 6556 test -n "$runpath_var"; then
3650 6557
3651 # We can hardcode non-existant directories. 6558 # We can hardcode non-existant directories.
3664else 6571else
3665 # We cannot hardcode anything, or else we can only hardcode existing 6572 # We cannot hardcode anything, or else we can only hardcode existing
3666 # directories. 6573 # directories.
3667 hardcode_action=unsupported 6574 hardcode_action=unsupported
3668fi 6575fi
6576echo "$as_me:$LINENO: result: $hardcode_action" >&5
3669echo "$ac_t""$hardcode_action" 1>&6 6577echo "${ECHO_T}$hardcode_action" >&6
3670## 6578##
3671## END FIXME 6579## END FIXME
3672 6580
3673## FIXME: this should be a separate macro 6581## FIXME: this should be a separate macro
3674## 6582##
3675striplib= 6583striplib=
3676old_striplib= 6584old_striplib=
6585echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
3677echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6 6586echo $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 6587if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
3680 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 6588 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
3681 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 6589 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
3682 echo "$ac_t""yes" 1>&6 6590 echo "$as_me:$LINENO: result: yes" >&5
6591echo "${ECHO_T}yes" >&6
3683else 6592else
3684 echo "$ac_t""no" 1>&6 6593 echo "$as_me:$LINENO: result: no" >&5
6594echo "${ECHO_T}no" >&6
3685fi 6595fi
3686## 6596##
3687## END FIXME 6597## END FIXME
3688 6598
3689reload_cmds='$LD$reload_flag -o $output$reload_objs' 6599reload_cmds='$LD$reload_flag -o $output$reload_objs'
3690test -z "$deplibs_check_method" && deplibs_check_method=unknown 6600test -z "$deplibs_check_method" && deplibs_check_method=unknown
3691 6601
3692## FIXME: this should be a separate macro 6602## FIXME: this should be a separate macro
3693## 6603##
3694# PORTME Fill in your ld.so characteristics 6604# PORTME Fill in your ld.so characteristics
6605echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
3695echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6 6606echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
3696echo "configure:3697: checking dynamic linker characteristics" >&5
3697library_names_spec= 6607library_names_spec=
3698libname_spec='lib$name' 6608libname_spec='lib$name'
3699soname_spec= 6609soname_spec=
3700postinstall_cmds= 6610postinstall_cmds=
3701postuninstall_cmds= 6611postuninstall_cmds=
4017 6927
4018*) 6928*)
4019 dynamic_linker=no 6929 dynamic_linker=no
4020 ;; 6930 ;;
4021esac 6931esac
6932echo "$as_me:$LINENO: result: $dynamic_linker" >&5
4022echo "$ac_t""$dynamic_linker" 1>&6 6933echo "${ECHO_T}$dynamic_linker" >&6
4023test "$dynamic_linker" = no && can_build_shared=no 6934test "$dynamic_linker" = no && can_build_shared=no
4024## 6935##
4025## END FIXME 6936## END FIXME
4026 6937
4027## FIXME: this should be a separate macro 6938## FIXME: this should be a separate macro
4028## 6939##
4029# Report the final consequences. 6940# Report the final consequences.
6941echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
4030echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6 6942echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
4031echo "configure:4032: checking if libtool supports shared libraries" >&5 6943echo "$as_me:$LINENO: result: $can_build_shared" >&5
4032echo "$ac_t""$can_build_shared" 1>&6 6944echo "${ECHO_T}$can_build_shared" >&6
4033## 6945##
4034## END FIXME 6946## END FIXME
4035 6947
4036if test "$hardcode_action" = relink; then 6948if test "$hardcode_action" = relink; then
4037 # Fast installation is not supported 6949 # Fast installation is not supported
4066 lt_cv_dlopen="LoadLibrary" 6978 lt_cv_dlopen="LoadLibrary"
4067 lt_cv_dlopen_libs= 6979 lt_cv_dlopen_libs=
4068 ;; 6980 ;;
4069 6981
4070 *) 6982 *)
6983 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
4071 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 6984echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
4072echo "configure:4073: checking for dlopen in -ldl" >&5 6985if 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 6986 echo $ECHO_N "(cached) $ECHO_C" >&6
4076else 6987else
4077 ac_save_LIBS="$LIBS" 6988 ac_check_lib_save_LIBS=$LIBS
4078LIBS="-ldl $LIBS" 6989LIBS="-ldl $LIBS"
4079cat > conftest.$ac_ext <<EOF 6990cat >conftest.$ac_ext <<_ACEOF
4080#line 4081 "configure" 6991/* confdefs.h. */
4081#include "confdefs.h" 6992_ACEOF
6993cat confdefs.h >>conftest.$ac_ext
6994cat >>conftest.$ac_ext <<_ACEOF
6995/* end confdefs.h. */
6996
4082/* Override any gcc2 internal prototype to avoid an error. */ 6997/* Override any gcc2 internal prototype to avoid an error. */
6998#ifdef __cplusplus
6999extern "C"
7000#endif
4083/* We use char because int might match the return type of a gcc2 7001/* We use char because int might match the return type of a gcc2
4084 builtin and then its argument prototype would still apply. */ 7002 builtin and then its argument prototype would still apply. */
4085char dlopen(); 7003char dlopen ();
4086 7004int
4087int main() { 7005main ()
7006{
4088dlopen() 7007dlopen ();
7008 ;
4089; return 0; } 7009 return 0;
4090EOF 7010}
4091if { (eval echo configure:4092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7011_ACEOF
7012rm -f conftest.$ac_objext conftest$ac_exeext
7013if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7014 (eval $ac_link) 2>conftest.er1
7015 ac_status=$?
7016 grep -v '^ *+' conftest.er1 >conftest.err
4092 rm -rf conftest* 7017 rm -f conftest.er1
4093 eval "ac_cv_lib_$ac_lib_var=yes" 7018 cat conftest.err >&5
7019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7020 (exit $ac_status); } &&
7021 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7023 (eval $ac_try) 2>&5
7024 ac_status=$?
7025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7026 (exit $ac_status); }; } &&
7027 { ac_try='test -s conftest$ac_exeext'
7028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7029 (eval $ac_try) 2>&5
7030 ac_status=$?
7031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032 (exit $ac_status); }; }; then
7033 ac_cv_lib_dl_dlopen=yes
4094else 7034else
4095 echo "configure: failed program was:" >&5 7035 echo "$as_me: failed program was:" >&5
4096 cat conftest.$ac_ext >&5 7036sed 's/^/| /' conftest.$ac_ext >&5
4097 rm -rf conftest* 7037
4098 eval "ac_cv_lib_$ac_lib_var=no" 7038ac_cv_lib_dl_dlopen=no
4099fi 7039fi
4100rm -f conftest* 7040rm -f conftest.err conftest.$ac_objext \
7041 conftest$ac_exeext conftest.$ac_ext
4101LIBS="$ac_save_LIBS" 7042LIBS=$ac_check_lib_save_LIBS
4102
4103fi 7043fi
4104if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7044echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
4105 echo "$ac_t""yes" 1>&6 7045echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
7046if test $ac_cv_lib_dl_dlopen = yes; then
4106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 7047 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
4107else 7048else
4108 echo "$ac_t""no" 1>&6 7049 echo "$as_me:$LINENO: checking for dlopen" >&5
4109echo $ac_n "checking for dlopen""... $ac_c" 1>&6 7050echo $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 7051if test "${ac_cv_func_dlopen+set}" = set; then
4112 echo $ac_n "(cached) $ac_c" 1>&6 7052 echo $ECHO_N "(cached) $ECHO_C" >&6
4113else 7053else
4114 cat > conftest.$ac_ext <<EOF 7054 cat >conftest.$ac_ext <<_ACEOF
4115#line 4116 "configure" 7055/* confdefs.h. */
4116#include "confdefs.h" 7056_ACEOF
7057cat confdefs.h >>conftest.$ac_ext
7058cat >>conftest.$ac_ext <<_ACEOF
7059/* end confdefs.h. */
7060/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
7061 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7062#define dlopen innocuous_dlopen
7063
4117/* System header to define __stub macros and hopefully few prototypes, 7064/* System header to define __stub macros and hopefully few prototypes,
4118 which can conflict with char dlopen(); below. */ 7065 which can conflict with char dlopen (); below.
7066 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7067 <limits.h> exists even on freestanding compilers. */
7068
7069#ifdef __STDC__
7070# include <limits.h>
7071#else
4119#include <assert.h> 7072# include <assert.h>
7073#endif
7074
7075#undef dlopen
7076
4120/* Override any gcc2 internal prototype to avoid an error. */ 7077/* Override any gcc2 internal prototype to avoid an error. */
7078#ifdef __cplusplus
7079extern "C"
7080{
7081#endif
4121/* We use char because int might match the return type of a gcc2 7082/* We use char because int might match the return type of a gcc2
4122 builtin and then its argument prototype would still apply. */ 7083 builtin and then its argument prototype would still apply. */
4123char dlopen(); 7084char dlopen ();
4124
4125int main() {
4126
4127/* The GNU C library defines this for functions which it implements 7085/* The GNU C library defines this for functions which it implements
4128 to always fail with ENOSYS. Some functions are actually named 7086 to always fail with ENOSYS. Some functions are actually named
4129 something starting with __ and the normal name is an alias. */ 7087 something starting with __ and the normal name is an alias. */
4130#if defined (__stub_dlopen) || defined (__stub___dlopen) 7088#if defined (__stub_dlopen) || defined (__stub___dlopen)
4131choke me 7089choke me
4132#else 7090#else
4133dlopen(); 7091char (*f) () = dlopen;
4134#endif 7092#endif
7093#ifdef __cplusplus
7094}
7095#endif
4135 7096
7097int
7098main ()
7099{
7100return f != dlopen;
7101 ;
4136; return 0; } 7102 return 0;
4137EOF 7103}
4138if { (eval echo configure:4139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7104_ACEOF
7105rm -f conftest.$ac_objext conftest$ac_exeext
7106if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7107 (eval $ac_link) 2>conftest.er1
7108 ac_status=$?
7109 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -rf conftest* 7110 rm -f conftest.er1
7111 cat conftest.err >&5
7112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7113 (exit $ac_status); } &&
7114 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7116 (eval $ac_try) 2>&5
7117 ac_status=$?
7118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7119 (exit $ac_status); }; } &&
7120 { ac_try='test -s conftest$ac_exeext'
7121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7122 (eval $ac_try) 2>&5
7123 ac_status=$?
7124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7125 (exit $ac_status); }; }; then
4140 eval "ac_cv_func_dlopen=yes" 7126 ac_cv_func_dlopen=yes
4141else 7127else
4142 echo "configure: failed program was:" >&5 7128 echo "$as_me: failed program was:" >&5
4143 cat conftest.$ac_ext >&5 7129sed 's/^/| /' conftest.$ac_ext >&5
4144 rm -rf conftest* 7130
4145 eval "ac_cv_func_dlopen=no" 7131ac_cv_func_dlopen=no
4146fi 7132fi
4147rm -f conftest* 7133rm -f conftest.err conftest.$ac_objext \
7134 conftest$ac_exeext conftest.$ac_ext
4148fi 7135fi
4149 7136echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
7137echo "${ECHO_T}$ac_cv_func_dlopen" >&6
4150if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then 7138if test $ac_cv_func_dlopen = yes; then
4151 echo "$ac_t""yes" 1>&6
4152 lt_cv_dlopen="dlopen" 7139 lt_cv_dlopen="dlopen"
4153else 7140else
4154 echo "$ac_t""no" 1>&6 7141 echo "$as_me:$LINENO: checking for shl_load" >&5
4155echo $ac_n "checking for shl_load""... $ac_c" 1>&6 7142echo $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 7143if test "${ac_cv_func_shl_load+set}" = set; then
4158 echo $ac_n "(cached) $ac_c" 1>&6 7144 echo $ECHO_N "(cached) $ECHO_C" >&6
4159else 7145else
4160 cat > conftest.$ac_ext <<EOF 7146 cat >conftest.$ac_ext <<_ACEOF
4161#line 4162 "configure" 7147/* confdefs.h. */
4162#include "confdefs.h" 7148_ACEOF
7149cat confdefs.h >>conftest.$ac_ext
7150cat >>conftest.$ac_ext <<_ACEOF
7151/* end confdefs.h. */
7152/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
7153 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7154#define shl_load innocuous_shl_load
7155
4163/* System header to define __stub macros and hopefully few prototypes, 7156/* System header to define __stub macros and hopefully few prototypes,
4164 which can conflict with char shl_load(); below. */ 7157 which can conflict with char shl_load (); below.
7158 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7159 <limits.h> exists even on freestanding compilers. */
7160
7161#ifdef __STDC__
7162# include <limits.h>
7163#else
4165#include <assert.h> 7164# include <assert.h>
7165#endif
7166
7167#undef shl_load
7168
4166/* Override any gcc2 internal prototype to avoid an error. */ 7169/* Override any gcc2 internal prototype to avoid an error. */
7170#ifdef __cplusplus
7171extern "C"
7172{
7173#endif
4167/* We use char because int might match the return type of a gcc2 7174/* We use char because int might match the return type of a gcc2
4168 builtin and then its argument prototype would still apply. */ 7175 builtin and then its argument prototype would still apply. */
4169char shl_load(); 7176char shl_load ();
4170
4171int main() {
4172
4173/* The GNU C library defines this for functions which it implements 7177/* The GNU C library defines this for functions which it implements
4174 to always fail with ENOSYS. Some functions are actually named 7178 to always fail with ENOSYS. Some functions are actually named
4175 something starting with __ and the normal name is an alias. */ 7179 something starting with __ and the normal name is an alias. */
4176#if defined (__stub_shl_load) || defined (__stub___shl_load) 7180#if defined (__stub_shl_load) || defined (__stub___shl_load)
4177choke me 7181choke me
4178#else 7182#else
4179shl_load(); 7183char (*f) () = shl_load;
4180#endif 7184#endif
7185#ifdef __cplusplus
7186}
7187#endif
4181 7188
7189int
7190main ()
7191{
7192return f != shl_load;
7193 ;
4182; return 0; } 7194 return 0;
4183EOF 7195}
4184if { (eval echo configure:4185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7196_ACEOF
7197rm -f conftest.$ac_objext conftest$ac_exeext
7198if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7199 (eval $ac_link) 2>conftest.er1
7200 ac_status=$?
7201 grep -v '^ *+' conftest.er1 >conftest.err
4185 rm -rf conftest* 7202 rm -f conftest.er1
7203 cat conftest.err >&5
7204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7205 (exit $ac_status); } &&
7206 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7208 (eval $ac_try) 2>&5
7209 ac_status=$?
7210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7211 (exit $ac_status); }; } &&
7212 { ac_try='test -s conftest$ac_exeext'
7213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7214 (eval $ac_try) 2>&5
7215 ac_status=$?
7216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7217 (exit $ac_status); }; }; then
4186 eval "ac_cv_func_shl_load=yes" 7218 ac_cv_func_shl_load=yes
4187else 7219else
4188 echo "configure: failed program was:" >&5 7220 echo "$as_me: failed program was:" >&5
4189 cat conftest.$ac_ext >&5 7221sed 's/^/| /' conftest.$ac_ext >&5
4190 rm -rf conftest* 7222
4191 eval "ac_cv_func_shl_load=no" 7223ac_cv_func_shl_load=no
4192fi 7224fi
4193rm -f conftest* 7225rm -f conftest.err conftest.$ac_objext \
7226 conftest$ac_exeext conftest.$ac_ext
4194fi 7227fi
4195 7228echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7229echo "${ECHO_T}$ac_cv_func_shl_load" >&6
4196if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then 7230if test $ac_cv_func_shl_load = yes; then
4197 echo "$ac_t""yes" 1>&6
4198 lt_cv_dlopen="shl_load" 7231 lt_cv_dlopen="shl_load"
4199else 7232else
4200 echo "$ac_t""no" 1>&6 7233 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
4201echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 7234echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
4202echo "configure:4203: checking for dlopen in -lsvld" >&5 7235if 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 7236 echo $ECHO_N "(cached) $ECHO_C" >&6
4206else 7237else
4207 ac_save_LIBS="$LIBS" 7238 ac_check_lib_save_LIBS=$LIBS
4208LIBS="-lsvld $LIBS" 7239LIBS="-lsvld $LIBS"
4209cat > conftest.$ac_ext <<EOF 7240cat >conftest.$ac_ext <<_ACEOF
4210#line 4211 "configure" 7241/* confdefs.h. */
4211#include "confdefs.h" 7242_ACEOF
7243cat confdefs.h >>conftest.$ac_ext
7244cat >>conftest.$ac_ext <<_ACEOF
7245/* end confdefs.h. */
7246
4212/* Override any gcc2 internal prototype to avoid an error. */ 7247/* Override any gcc2 internal prototype to avoid an error. */
7248#ifdef __cplusplus
7249extern "C"
7250#endif
4213/* We use char because int might match the return type of a gcc2 7251/* We use char because int might match the return type of a gcc2
4214 builtin and then its argument prototype would still apply. */ 7252 builtin and then its argument prototype would still apply. */
4215char dlopen(); 7253char dlopen ();
4216 7254int
4217int main() { 7255main ()
7256{
4218dlopen() 7257dlopen ();
7258 ;
4219; return 0; } 7259 return 0;
4220EOF 7260}
4221if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7261_ACEOF
7262rm -f conftest.$ac_objext conftest$ac_exeext
7263if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7264 (eval $ac_link) 2>conftest.er1
7265 ac_status=$?
7266 grep -v '^ *+' conftest.er1 >conftest.err
4222 rm -rf conftest* 7267 rm -f conftest.er1
4223 eval "ac_cv_lib_$ac_lib_var=yes" 7268 cat conftest.err >&5
7269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7270 (exit $ac_status); } &&
7271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7273 (eval $ac_try) 2>&5
7274 ac_status=$?
7275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7276 (exit $ac_status); }; } &&
7277 { ac_try='test -s conftest$ac_exeext'
7278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7279 (eval $ac_try) 2>&5
7280 ac_status=$?
7281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7282 (exit $ac_status); }; }; then
7283 ac_cv_lib_svld_dlopen=yes
4224else 7284else
4225 echo "configure: failed program was:" >&5 7285 echo "$as_me: failed program was:" >&5
4226 cat conftest.$ac_ext >&5 7286sed 's/^/| /' conftest.$ac_ext >&5
4227 rm -rf conftest* 7287
4228 eval "ac_cv_lib_$ac_lib_var=no" 7288ac_cv_lib_svld_dlopen=no
4229fi 7289fi
4230rm -f conftest* 7290rm -f conftest.err conftest.$ac_objext \
7291 conftest$ac_exeext conftest.$ac_ext
4231LIBS="$ac_save_LIBS" 7292LIBS=$ac_check_lib_save_LIBS
4232
4233fi 7293fi
4234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7294echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
4235 echo "$ac_t""yes" 1>&6 7295echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
7296if test $ac_cv_lib_svld_dlopen = yes; then
4236 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 7297 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
4237else 7298else
4238 echo "$ac_t""no" 1>&6 7299 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
4239echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 7300echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
4240echo "configure:4241: checking for shl_load in -ldld" >&5 7301if 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 7302 echo $ECHO_N "(cached) $ECHO_C" >&6
4244else 7303else
4245 ac_save_LIBS="$LIBS" 7304 ac_check_lib_save_LIBS=$LIBS
4246LIBS="-ldld $LIBS" 7305LIBS="-ldld $LIBS"
4247cat > conftest.$ac_ext <<EOF 7306cat >conftest.$ac_ext <<_ACEOF
4248#line 4249 "configure" 7307/* confdefs.h. */
4249#include "confdefs.h" 7308_ACEOF
7309cat confdefs.h >>conftest.$ac_ext
7310cat >>conftest.$ac_ext <<_ACEOF
7311/* end confdefs.h. */
7312
4250/* Override any gcc2 internal prototype to avoid an error. */ 7313/* Override any gcc2 internal prototype to avoid an error. */
7314#ifdef __cplusplus
7315extern "C"
7316#endif
4251/* We use char because int might match the return type of a gcc2 7317/* We use char because int might match the return type of a gcc2
4252 builtin and then its argument prototype would still apply. */ 7318 builtin and then its argument prototype would still apply. */
4253char shl_load(); 7319char shl_load ();
4254 7320int
4255int main() { 7321main ()
7322{
4256shl_load() 7323shl_load ();
7324 ;
4257; return 0; } 7325 return 0;
4258EOF 7326}
4259if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7327_ACEOF
7328rm -f conftest.$ac_objext conftest$ac_exeext
7329if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7330 (eval $ac_link) 2>conftest.er1
7331 ac_status=$?
7332 grep -v '^ *+' conftest.er1 >conftest.err
4260 rm -rf conftest* 7333 rm -f conftest.er1
4261 eval "ac_cv_lib_$ac_lib_var=yes" 7334 cat conftest.err >&5
7335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7336 (exit $ac_status); } &&
7337 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7339 (eval $ac_try) 2>&5
7340 ac_status=$?
7341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7342 (exit $ac_status); }; } &&
7343 { ac_try='test -s conftest$ac_exeext'
7344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7345 (eval $ac_try) 2>&5
7346 ac_status=$?
7347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7348 (exit $ac_status); }; }; then
7349 ac_cv_lib_dld_shl_load=yes
4262else 7350else
4263 echo "configure: failed program was:" >&5 7351 echo "$as_me: failed program was:" >&5
4264 cat conftest.$ac_ext >&5 7352sed 's/^/| /' conftest.$ac_ext >&5
4265 rm -rf conftest* 7353
4266 eval "ac_cv_lib_$ac_lib_var=no" 7354ac_cv_lib_dld_shl_load=no
4267fi 7355fi
4268rm -f conftest* 7356rm -f conftest.err conftest.$ac_objext \
7357 conftest$ac_exeext conftest.$ac_ext
4269LIBS="$ac_save_LIBS" 7358LIBS=$ac_check_lib_save_LIBS
4270
4271fi 7359fi
4272if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7360echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
4273 echo "$ac_t""yes" 1>&6 7361echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
7362if test $ac_cv_lib_dld_shl_load = yes; then
4274 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 7363 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
4275else
4276 echo "$ac_t""no" 1>&6
4277fi 7364fi
4278 7365
4279
4280fi
4281 7366
4282
4283fi 7367fi
4284 7368
4285
4286fi
4287 7369
4288 7370fi
7371
7372
7373fi
7374
7375
4289fi 7376fi
4290 7377
4291 ;; 7378 ;;
4292 esac 7379 esac
4293 7380
4306 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 7393 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
4307 7394
4308 save_LIBS="$LIBS" 7395 save_LIBS="$LIBS"
4309 LIBS="$lt_cv_dlopen_libs $LIBS" 7396 LIBS="$lt_cv_dlopen_libs $LIBS"
4310 7397
7398 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 7399echo $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 7400if test "${lt_cv_dlopen_self+set}" = set; then
4314 echo $ac_n "(cached) $ac_c" 1>&6 7401 echo $ECHO_N "(cached) $ECHO_C" >&6
4315else 7402else
4316 if test "$cross_compiling" = yes; then : 7403 if test "$cross_compiling" = yes; then :
4317 lt_cv_dlopen_self=cross 7404 lt_cv_dlopen_self=cross
4318else 7405else
4319 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7406 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4320 lt_status=$lt_dlunknown 7407 lt_status=$lt_dlunknown
4321 cat > conftest.$ac_ext <<EOF 7408 cat > conftest.$ac_ext <<EOF
4322#line 4323 "configure" 7409#line 7409 "configure"
4323#include "confdefs.h" 7410#include "confdefs.h"
4324 7411
4325#if HAVE_DLFCN_H 7412#if HAVE_DLFCN_H
4326#include <dlfcn.h> 7413#include <dlfcn.h>
4327#endif 7414#endif
4378 } 7465 }
4379 7466
4380 exit (status); 7467 exit (status);
4381} 7468}
4382EOF 7469EOF
4383 if { (eval echo configure:4384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7470 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7471 (eval $ac_link) 2>&5
7472 ac_status=$?
7473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7474 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4384 (./conftest; exit; ) 2>/dev/null 7475 (./conftest; exit; ) 2>/dev/null
4385 lt_status=$? 7476 lt_status=$?
4386 case x$lt_status in 7477 case x$lt_status in
4387 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 7478 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
4388 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 7479 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
4393 lt_cv_dlopen_self=no 7484 lt_cv_dlopen_self=no
4394 fi 7485 fi
4395fi 7486fi
4396rm -fr conftest* 7487rm -fr conftest*
4397 7488
4398
4399fi
4400 7489
7490fi
7491echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
4401echo "$ac_t""$lt_cv_dlopen_self" 1>&6 7492echo "${ECHO_T}$lt_cv_dlopen_self" >&6
4402 7493
4403 if test "x$lt_cv_dlopen_self" = xyes; then 7494 if test "x$lt_cv_dlopen_self" = xyes; then
4404 LDFLAGS="$LDFLAGS $link_static_flag" 7495 LDFLAGS="$LDFLAGS $link_static_flag"
7496 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 7497echo $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 7498if test "${lt_cv_dlopen_self_static+set}" = set; then
4408 echo $ac_n "(cached) $ac_c" 1>&6 7499 echo $ECHO_N "(cached) $ECHO_C" >&6
4409else 7500else
4410 if test "$cross_compiling" = yes; then : 7501 if test "$cross_compiling" = yes; then :
4411 lt_cv_dlopen_self_static=cross 7502 lt_cv_dlopen_self_static=cross
4412else 7503else
4413 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7504 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4414 lt_status=$lt_dlunknown 7505 lt_status=$lt_dlunknown
4415 cat > conftest.$ac_ext <<EOF 7506 cat > conftest.$ac_ext <<EOF
4416#line 4417 "configure" 7507#line 7507 "configure"
4417#include "confdefs.h" 7508#include "confdefs.h"
4418 7509
4419#if HAVE_DLFCN_H 7510#if HAVE_DLFCN_H
4420#include <dlfcn.h> 7511#include <dlfcn.h>
4421#endif 7512#endif
4472 } 7563 }
4473 7564
4474 exit (status); 7565 exit (status);
4475} 7566}
4476EOF 7567EOF
4477 if { (eval echo configure:4478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7568 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7569 (eval $ac_link) 2>&5
7570 ac_status=$?
7571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7572 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4478 (./conftest; exit; ) 2>/dev/null 7573 (./conftest; exit; ) 2>/dev/null
4479 lt_status=$? 7574 lt_status=$?
4480 case x$lt_status in 7575 case x$lt_status in
4481 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 7576 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
4482 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 7577 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
4487 lt_cv_dlopen_self_static=no 7582 lt_cv_dlopen_self_static=no
4488 fi 7583 fi
4489fi 7584fi
4490rm -fr conftest* 7585rm -fr conftest*
4491 7586
4492
4493fi
4494 7587
7588fi
7589echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
4495echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6 7590echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
4496 fi 7591 fi
4497 7592
4498 CPPFLAGS="$save_CPPFLAGS" 7593 CPPFLAGS="$save_CPPFLAGS"
4499 LDFLAGS="$save_LDFLAGS" 7594 LDFLAGS="$save_LDFLAGS"
4500 LIBS="$save_LIBS" 7595 LIBS="$save_LIBS"
4522 ;; 7617 ;;
4523 '$CC '*) 7618 '$CC '*)
4524 # Test whether the compiler implicitly links with -lc since on some 7619 # Test whether the compiler implicitly links with -lc since on some
4525 # systems, -lgcc has to come before -lc. If gcc already passes -lc 7620 # systems, -lgcc has to come before -lc. If gcc already passes -lc
4526 # to ld, don't add -lc before -lgcc. 7621 # to ld, don't add -lc before -lgcc.
7622 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 7623echo $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 7624 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
4530 echo $ac_n "(cached) $ac_c" 1>&6 7625 echo $ECHO_N "(cached) $ECHO_C" >&6
4531else 7626else
4532 $rm conftest* 7627 $rm conftest*
4533 echo 'static int dummy;' > conftest.$ac_ext 7628 echo 'static int dummy;' > conftest.$ac_ext
4534 7629
4535 if { (eval echo configure:4536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7631 (eval $ac_compile) 2>&5
7632 ac_status=$?
7633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7634 (exit $ac_status); }; then
4536 soname=conftest 7635 soname=conftest
4537 lib=conftest 7636 lib=conftest
4538 libobjs=conftest.$ac_objext 7637 libobjs=conftest.$ac_objext
4539 deplibs= 7638 deplibs=
4540 wl=$lt_cv_prog_cc_wl 7639 wl=$lt_cv_prog_cc_wl
4543 verstring= 7642 verstring=
4544 output_objdir=. 7643 output_objdir=.
4545 libname=conftest 7644 libname=conftest
4546 save_allow_undefined_flag=$allow_undefined_flag 7645 save_allow_undefined_flag=$allow_undefined_flag
4547 allow_undefined_flag= 7646 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; } 7647 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
7648 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
7649 ac_status=$?
7650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7651 (exit $ac_status); }
4549 then 7652 then
4550 lt_cv_archive_cmds_need_lc=no 7653 lt_cv_archive_cmds_need_lc=no
4551 else 7654 else
4552 lt_cv_archive_cmds_need_lc=yes 7655 lt_cv_archive_cmds_need_lc=yes
4553 fi 7656 fi
4555 else 7658 else
4556 cat conftest.err 1>&5 7659 cat conftest.err 1>&5
4557 fi 7660 fi
4558fi 7661fi
4559 7662
7663 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
4560 echo "$ac_t""$lt_cv_archive_cmds_need_lc" 1>&6 7664echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
4561 ;; 7665 ;;
4562 esac 7666 esac
4563fi 7667fi
4564need_lc=${lt_cv_archive_cmds_need_lc-yes} 7668need_lc=${lt_cv_archive_cmds_need_lc-yes}
4565## 7669##
5130 8234
5131MALLOC_TYPE=S 8235MALLOC_TYPE=S
5132support_addstrings=no 8236support_addstrings=no
5133support_frills=no 8237support_frills=no
5134support_linespace=no 8238support_linespace=no
5135support_graphics=no
5136support_inheritpixmap=no 8239support_inheritpixmap=no
8240support_tinting=no
8241support_fading=no
5137support_keepscrolling=no 8242support_keepscrolling=no
5138support_selectionscrolling=no 8243support_selectionscrolling=no
5139support_menubar=no 8244support_menubar=no
5140support_mousewheel=no 8245support_mousewheel=no
5141support_mouseslipwheel=no 8246support_mouseslipwheel=no
5142support_oldselection=no
5143support_utmp=no 8247support_utmp=no
5144support_wtmp=no 8248support_wtmp=no
5145support_lastlog=no 8249support_lastlog=no
5146support_cursor_blink=no 8250support_cursor_blink=no
8251support_text_blink=no
5147support_pointer_blank=no 8252support_pointer_blank=no
5148support_scroll_rxvt=no 8253support_scroll_rxvt=no
5149support_scroll_next=no 8254support_scroll_next=no
5150support_scroll_xterm=no 8255support_scroll_xterm=no
8256support_scroll_plain=no
5151support_xim=no 8257support_xim=no
5152support_xpm=no 8258support_xpm=no
5153support_xft=no 8259support_xft=no
5154support_unicode3=no 8260support_unicode3=no
8261support_combining=no
8262support_8bitctrls=no
5155codesets= 8263codesets=
5156 8264
5157 8265
5158if test "x$enable_shared" = xyes; then 8266if test "x$enable_shared" = xyes; then
8267
5159 cat >> confdefs.h <<\EOF 8268cat >>confdefs.h <<\_ACEOF
5160#define LIBRXVT 1 8269#define LIBRXVT 1
5161EOF 8270_ACEOF
5162 8271
5163 INSTALL_LIBRXVT=yes 8272 INSTALL_LIBRXVT=yes
5164fi 8273fi
5165 8274
5166 8275
5169 enableval="$enable_everything" 8278 enableval="$enable_everything"
5170 if test x$enableval = xyes; then 8279 if test x$enableval = xyes; then
5171 support_24bit=yes 8280 support_24bit=yes
5172 support_frills=yes 8281 support_frills=yes
5173 support_linespace=yes 8282 support_linespace=yes
5174 support_graphics=yes
5175 support_inheritpixmap=yes 8283 support_inheritpixmap=yes
8284 support_tinting=yes
8285 support_fading=yes
5176 support_keepscrolling=yes 8286 support_keepscrolling=yes
5177 support_selectionscrolling=yes 8287 support_selectionscrolling=yes
5178 support_lastlog=yes 8288 support_lastlog=yes
5179 support_menubar=yes 8289 support_menubar=yes
5180 support_mousewheel=yes 8290 support_mousewheel=yes
5181 support_mouseslipwheel=yes 8291 support_mouseslipwheel=yes
5182 support_oldselection=yes
5183 support_cursor_blink=yes 8292 support_cursor_blink=yes
8293 support_text_blink=yes
5184 support_pointer_blank=yes 8294 support_pointer_blank=yes
5185 support_scroll_rxvt=yes 8295 support_scroll_rxvt=yes
5186 support_scroll_next=yes 8296 support_scroll_next=yes
5187 support_scroll_xterm=yes 8297 support_scroll_xterm=yes
8298 support_scroll_plain=yes
5188 support_utmp=yes 8299 support_utmp=yes
5189 support_wtmp=yes 8300 support_wtmp=yes
5190 support_xim=yes 8301 support_xim=yes
5191 support_xpm=yes 8302 support_xpm=yes
5192 support_xft=yes 8303 support_xft=yes
5193 support_unicode3=yes 8304 support_unicode3=yes
8305 support_combining=yes
8306 #support_8bitctrls=yes
5194 codesets=all 8307 codesets=all
5195 fi 8308 fi
5196fi 8309fi;
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 8310
5218# Check whether --enable-unicode3 or --disable-unicode3 was given. 8311# Check whether --enable-unicode3 or --disable-unicode3 was given.
5219if test "${enable_unicode3+set}" = set; then 8312if test "${enable_unicode3+set}" = set; then
5220 enableval="$enable_unicode3" 8313 enableval="$enable_unicode3"
5221 if test x$enableval = xyes; then 8314 if test x$enableval = xyes -o x$enableval = xno; then
5222 support_unicode3=yes 8315 support_unicode3=yes
5223 fi 8316 fi
5224fi 8317fi;
5225 8318
8319# Check whether --enable-combining or --disable-combining was given.
8320if test "${enable_combining+set}" = set; then
8321 enableval="$enable_combining"
8322 if test x$enableval = xyes -o x$enableval = xno; then
8323 support_combining=yes
8324 fi
8325fi;
5226 8326
5227# Check whether --enable-xft or --disable-xft was given. 8327# Check whether --enable-xft or --disable-xft was given.
5228if test "${enable_xft+set}" = set; then 8328if test "${enable_xft+set}" = set; then
5229 enableval="$enable_xft" 8329 enableval="$enable_xft"
5230 if test x$enableval = xyes; then 8330 if test x$enableval = xyes -o x$enableval = xno; then
5231 support_xft=yes 8331 support_xft=yes
5232 fi 8332 fi
5233fi 8333fi;
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 8334
5258# Check whether --enable-utmp or --disable-utmp was given. 8335# Check whether --enable-utmp or --disable-utmp was given.
5259if test "${enable_utmp+set}" = set; then 8336if test "${enable_utmp+set}" = set; then
5260 enableval="$enable_utmp" 8337 enableval="$enable_utmp"
5261 if test x$enableval = xyes -o x$enableval = xno; then 8338 if test x$enableval = xyes -o x$enableval = xno; then
5262 support_utmp=$enableval 8339 support_utmp=$enableval
5263 fi 8340 fi
5264fi 8341fi;
5265
5266 8342
5267# Check whether --enable-wtmp or --disable-wtmp was given. 8343# Check whether --enable-wtmp or --disable-wtmp was given.
5268if test "${enable_wtmp+set}" = set; then 8344if test "${enable_wtmp+set}" = set; then
5269 enableval="$enable_wtmp" 8345 enableval="$enable_wtmp"
5270 if test x$enableval = xyes -o x$enableval = xno; then 8346 if test x$enableval = xyes -o x$enableval = xno; then
5271 support_wtmp=$enableval 8347 support_wtmp=$enableval
5272 fi 8348 fi
5273fi 8349fi;
5274
5275 8350
5276# Check whether --enable-lastlog or --disable-lastlog was given. 8351# Check whether --enable-lastlog or --disable-lastlog was given.
5277if test "${enable_lastlog+set}" = set; then 8352if test "${enable_lastlog+set}" = set; then
5278 enableval="$enable_lastlog" 8353 enableval="$enable_lastlog"
5279 if test x$enableval = xyes -o x$enableval = xno; then 8354 if test x$enableval = xyes -o x$enableval = xno; then
5280 support_lastlog=$enableval 8355 support_lastlog=$enableval
5281 fi 8356 fi
5282fi 8357fi;
5283
5284 8358
5285# Check whether --enable-xpm-background or --disable-xpm-background was given. 8359# Check whether --enable-xpm-background or --disable-xpm-background was given.
5286if test "${enable_xpm_background+set}" = set; then 8360if test "${enable_xpm_background+set}" = set; then
5287 enableval="$enable_xpm_background" 8361 enableval="$enable_xpm_background"
5288 if test x$enableval = xyes -o x$enableval = xno; then 8362 if test x$enableval = xyes -o x$enableval = xno; then
5289 support_xpm=$enableval 8363 support_xpm=$enableval
5290 fi 8364 fi
5291fi 8365fi;
5292
5293 8366
5294# Check whether --enable-transparency or --disable-transparency was given. 8367# Check whether --enable-transparency or --disable-transparency was given.
5295if test "${enable_transparency+set}" = set; then 8368if test "${enable_transparency+set}" = set; then
5296 enableval="$enable_transparency" 8369 enableval="$enable_transparency"
5297 if test x$enableval = xyes -o x$enableval = xno; then 8370 if test x$enableval = xyes -o x$enableval = xno; then
5298 support_inheritpixmap=$enableval 8371 support_inheritpixmap=$enableval
5299 fi 8372 fi
5300fi 8373fi;
5301 8374
8375# Check whether --enable-tinting or --disable-tinting was given.
8376if test "${enable_tinting+set}" = set; then
8377 enableval="$enable_tinting"
8378 if test x$enableval = xyes -o x$enableval = xno; then
8379 support_tinting=$enableval
8380 fi
8381fi;
8382
8383# Check whether --enable-fading or --disable-fading was given.
8384if test "${enable_fading+set}" = set; then
8385 enableval="$enable_fading"
8386 if test x$enableval = xyes -o x$enableval = xno; then
8387 support_fading=$enableval
8388 fi
8389fi;
5302 8390
5303# Check whether --enable-menubar or --disable-menubar was given. 8391# Check whether --enable-menubar or --disable-menubar was given.
5304if test "${enable_menubar+set}" = set; then 8392if test "${enable_menubar+set}" = set; then
5305 enableval="$enable_menubar" 8393 enableval="$enable_menubar"
5306 if test x$enableval = xyes -o x$enableval = xno; then 8394 if test x$enableval = xyes -o x$enableval = xno; then
5307 support_menubar=$enableval 8395 support_menubar=$enableval
5308 fi 8396 fi
5309fi 8397fi;
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 8398
5321# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8399# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5322if test "${enable_rxvt_scroll+set}" = set; then 8400if test "${enable_rxvt_scroll+set}" = set; then
5323 enableval="$enable_rxvt_scroll" 8401 enableval="$enable_rxvt_scroll"
5324 if test x$enableval = xyes -o x$enableval = xno; then 8402 if test x$enableval = xyes -o x$enableval = xno; then
5325 support_scroll_rxvt=$enableval 8403 support_scroll_rxvt=$enableval
5326 fi 8404 fi
5327fi 8405fi;
5328
5329 8406
5330# Check whether --enable-next-scroll or --disable-next-scroll was given. 8407# Check whether --enable-next-scroll or --disable-next-scroll was given.
5331if test "${enable_next_scroll+set}" = set; then 8408if test "${enable_next_scroll+set}" = set; then
5332 enableval="$enable_next_scroll" 8409 enableval="$enable_next_scroll"
5333 if test x$enableval = xyes -o x$enableval = xno; then 8410 if test x$enableval = xyes -o x$enableval = xno; then
5334 support_scroll_next=$enableval 8411 support_scroll_next=$enableval
5335 fi 8412 fi
5336fi 8413fi;
5337
5338 8414
5339# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8415# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5340if test "${enable_xterm_scroll+set}" = set; then 8416if test "${enable_xterm_scroll+set}" = set; then
5341 enableval="$enable_xterm_scroll" 8417 enableval="$enable_xterm_scroll"
5342 if test x$enableval = xyes -o x$enableval = xno; then 8418 if test x$enableval = xyes -o x$enableval = xno; then
5343 support_scroll_xterm=$enableval 8419 support_scroll_xterm=$enableval
5344 fi 8420 fi
5345fi 8421fi;
5346 8422
8423# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8424if test "${enable_plain_scroll+set}" = set; then
8425 enableval="$enable_plain_scroll"
8426 if test x$enableval = xyes -o x$enableval = xno; then
8427 support_scroll_plain=$enableval
8428 fi
8429fi;
5347 8430
5348# Check whether --enable-half-shadow or --disable-half-shadow was given. 8431# Check whether --enable-half-shadow or --disable-half-shadow was given.
5349if test "${enable_half_shadow+set}" = set; then 8432if test "${enable_half_shadow+set}" = set; then
5350 enableval="$enable_half_shadow" 8433 enableval="$enable_half_shadow"
5351 if test x$enableval = xyes; then 8434 if test x$enableval = xyes; then
8435
5352 cat >> confdefs.h <<\EOF 8436cat >>confdefs.h <<\_ACEOF
5353#define HALFSHADOW 1 8437#define HALFSHADOW 1
5354EOF 8438_ACEOF
5355 8439
5356 fi 8440 fi
5357fi 8441fi;
5358 8442
8443
8444# Check whether --with-codesets or --without-codesets was given.
8445if test "${with_codesets+set}" = set; then
8446 withval="$with_codesets"
8447 codesets="$withval"
8448fi;
5359 8449
5360# Check whether --enable-xim or --disable-xim was given. 8450# Check whether --enable-xim or --disable-xim was given.
5361if test "${enable_xim+set}" = set; then 8451if test "${enable_xim+set}" = set; then
5362 enableval="$enable_xim" 8452 enableval="$enable_xim"
5363 if test x$enableval = xyes -o x$enableval = xno; then 8453 if test x$enableval = xyes -o x$enableval = xno; then
5364 support_xim=$enableval 8454 support_xim=$enableval
5365 fi 8455 fi
5366fi 8456fi;
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 8457
5381# Check whether --enable-ttygid or --disable-ttygid was given. 8458# Check whether --enable-ttygid or --disable-ttygid was given.
5382if test "${enable_ttygid+set}" = set; then 8459if test "${enable_ttygid+set}" = set; then
5383 enableval="$enable_ttygid" 8460 enableval="$enable_ttygid"
5384 if test x$enableval = xyes; then 8461 if test x$enableval = xyes; then
8462
5385 cat >> confdefs.h <<\EOF 8463cat >>confdefs.h <<\_ACEOF
5386#define TTY_GID_SUPPORT 1 8464#define TTY_GID_SUPPORT 1
5387EOF 8465_ACEOF
5388 8466
5389 fi 8467 fi
5390fi 8468fi;
5391
5392 8469
5393# Check whether --enable-backspace-key or --disable-backspace-key was given. 8470# Check whether --enable-backspace-key or --disable-backspace-key was given.
5394if test "${enable_backspace_key+set}" = set; then 8471if test "${enable_backspace_key+set}" = set; then
5395 enableval="$enable_backspace_key" 8472 enableval="$enable_backspace_key"
5396 if test x$enableval = xno; then 8473 if test x$enableval = xno; then
8474
5397 cat >> confdefs.h <<\EOF 8475cat >>confdefs.h <<\_ACEOF
5398#define NO_BACKSPACE_KEY 1 8476#define NO_BACKSPACE_KEY 1
5399EOF 8477_ACEOF
5400 8478
5401 fi 8479 fi
5402fi 8480fi;
5403
5404 8481
5405# Check whether --enable-delete-key or --disable-delete-key was given. 8482# Check whether --enable-delete-key or --disable-delete-key was given.
5406if test "${enable_delete_key+set}" = set; then 8483if test "${enable_delete_key+set}" = set; then
5407 enableval="$enable_delete_key" 8484 enableval="$enable_delete_key"
5408 if test x$enableval = xno; then 8485 if test x$enableval = xno; then
8486
5409 cat >> confdefs.h <<\EOF 8487cat >>confdefs.h <<\_ACEOF
5410#define NO_DELETE_KEY 1 8488#define NO_DELETE_KEY 1
5411EOF 8489_ACEOF
5412 8490
5413 fi 8491 fi
5414fi 8492fi;
5415
5416 8493
5417# Check whether --enable-resources or --disable-resources was given. 8494# Check whether --enable-resources or --disable-resources was given.
5418if test "${enable_resources+set}" = set; then 8495if test "${enable_resources+set}" = set; then
5419 enableval="$enable_resources" 8496 enableval="$enable_resources"
5420 if test x$enableval = xno; then 8497 if test x$enableval = xno; then
8498
5421 cat >> confdefs.h <<\EOF 8499cat >>confdefs.h <<\_ACEOF
5422#define NO_RESOURCES 1 8500#define NO_RESOURCES 1
5423EOF 8501_ACEOF
5424 8502
5425 fi 8503 fi
5426fi 8504fi;
5427
5428 8505
5429# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8506# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5430if test "${enable_xgetdefault+set}" = set; then 8507if test "${enable_xgetdefault+set}" = set; then
5431 enableval="$enable_xgetdefault" 8508 enableval="$enable_xgetdefault"
5432 if test x$enableval = xyes; then 8509 if test x$enableval = xyes; then
8510
5433 cat >> confdefs.h <<\EOF 8511cat >>confdefs.h <<\_ACEOF
5434#define USE_XGETDEFAULT 1 8512#define USE_XGETDEFAULT 1
5435EOF 8513_ACEOF
5436 8514
5437 fi 8515 fi
5438fi 8516fi;
8517
8518# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8519if test "${enable_8bitctrls+set}" = set; then
8520 enableval="$enable_8bitctrls"
8521 if test x$enableval = xyes -o x$enableval = xno; then
8522 support_8bitctrls=yes
8523 fi
8524fi;
8525
8526RESFALLBACK=Rxvt
8527# Check whether --enable-fallback or --disable-fallback was given.
8528if test "${enable_fallback+set}" = set; then
8529 enableval="$enable_fallback"
8530
8531 test x$enableval = xyes && enableval=Rxvt
8532 test x$enableval = xno && enableval=
8533 RESFALLBACK="$enableval"
8534
8535fi;
8536
8537if test x$RESFALLBACK != x; then
8538
8539cat >>confdefs.h <<_ACEOF
8540#define RESFALLBACK "$RESFALLBACK"
8541_ACEOF
8542
8543fi
8544
8545RESNAME=urxvt
8546
8547# Check whether --with-res-name or --without-res-name was given.
8548if test "${with_res_name+set}" = set; then
8549 withval="$with_res_name"
8550 RESNAME="$withval"
8551fi;
8552
8553cat >>confdefs.h <<_ACEOF
8554#define RESNAME "$RESNAME"
8555_ACEOF
8556
8557
8558RESCLASS=URxvt
8559
8560# Check whether --with-res-class or --without-res-class was given.
8561if test "${with_res_class+set}" = set; then
8562 withval="$with_res_class"
8563 RESCLASS="$withval"
8564fi;
8565
8566cat >>confdefs.h <<_ACEOF
8567#define RESCLASS "$RESCLASS"
8568_ACEOF
8569
8570
8571RXVTNAME=urxvt
8572
8573# Check whether --with-name or --without-name was given.
8574if test "${with_name+set}" = set; then
8575 withval="$with_name"
8576 RXVTNAME="$withval"
8577fi;
8578
8579RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
5439 8580
5440 8581
5441# Check whether --enable-strings or --disable-strings was given. 8582# Check whether --enable-strings or --disable-strings was given.
5442if test "${enable_strings+set}" = set; then 8583if test "${enable_strings+set}" = set; then
5443 enableval="$enable_strings" 8584 enableval="$enable_strings"
5444 if test x$enableval = xyes -o x$enableval = xno; then 8585 if test x$enableval = xyes -o x$enableval = xno; then
5445 support_addstrings=$enableval 8586 support_addstrings=$enableval
5446 fi 8587 fi
5447fi 8588fi;
5448
5449 8589
5450# Check whether --enable-swapscreen or --disable-swapscreen was given. 8590# Check whether --enable-swapscreen or --disable-swapscreen was given.
5451if test "${enable_swapscreen+set}" = set; then 8591if test "${enable_swapscreen+set}" = set; then
5452 enableval="$enable_swapscreen" 8592 enableval="$enable_swapscreen"
5453 if test x$enableval = xno; then 8593 if test x$enableval = xno; then
8594
5454 cat >> confdefs.h <<\EOF 8595cat >>confdefs.h <<\_ACEOF
5455#define NO_SECONDARY_SCREEN 1 8596#define NO_SECONDARY_SCREEN 1
5456EOF 8597_ACEOF
5457 8598
5458 fi 8599 fi
5459fi 8600fi;
5460
5461 8601
5462# Check whether --enable-frills or --disable-frills was given. 8602# Check whether --enable-frills or --disable-frills was given.
5463if test "${enable_frills+set}" = set; then 8603if test "${enable_frills+set}" = set; then
5464 enableval="$enable_frills" 8604 enableval="$enable_frills"
5465 if test x$enableval = xyes -o x$enableval = xno; then 8605 if test x$enableval = xyes -o x$enableval = xno; then
5466 support_frills=$enableval 8606 support_frills=$enableval
5467 fi 8607 fi
5468fi 8608fi;
5469
5470 8609
5471# Check whether --enable-linespace or --disable-linespace was given. 8610# Check whether --enable-linespace or --disable-linespace was given.
5472if test "${enable_linespace+set}" = set; then 8611if test "${enable_linespace+set}" = set; then
5473 enableval="$enable_linespace" 8612 enableval="$enable_linespace"
5474 if test x$enableval = xyes -o x$enableval = xno; then 8613 if test x$enableval = xyes -o x$enableval = xno; then
5475 support_linespace=$enableval 8614 support_linespace=$enableval
5476 fi 8615 fi
5477fi 8616fi;
5478
5479 8617
5480# Check whether --enable-24bit or --disable-24bit was given. 8618# Check whether --enable-24bit or --disable-24bit was given.
5481if test "${enable_24bit+set}" = set; then 8619if test "${enable_24bit+set}" = set; then
5482 enableval="$enable_24bit" 8620 enableval="$enable_24bit"
5483 if test x$enableval = xyes -o x$enableval = xno; then 8621 if test x$enableval = xyes -o x$enableval = xno; then
5484 support_24bit=$enableval 8622 support_24bit=$enableval
5485 fi 8623 fi
5486fi 8624fi;
5487
5488 8625
5489# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8626# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5490if test "${enable_keepscrolling+set}" = set; then 8627if test "${enable_keepscrolling+set}" = set; then
5491 enableval="$enable_keepscrolling" 8628 enableval="$enable_keepscrolling"
5492 if test x$enableval = xyes -o x$enableval = xno; then 8629 if test x$enableval = xyes -o x$enableval = xno; then
5493 support_keepscrolling=$enableval 8630 support_keepscrolling=$enableval
5494 fi 8631 fi
5495fi 8632fi;
5496
5497 8633
5498# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8634# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5499if test "${enable_selectionscrolling+set}" = set; then 8635if test "${enable_selectionscrolling+set}" = set; then
5500 enableval="$enable_selectionscrolling" 8636 enableval="$enable_selectionscrolling"
5501 if test x$enableval = xyes -o x$enableval = xno; then 8637 if test x$enableval = xyes -o x$enableval = xno; then
5502 support_selectionscrolling=$enableval 8638 support_selectionscrolling=$enableval
5503 fi 8639 fi
5504fi 8640fi;
5505
5506 8641
5507# Check whether --enable-mousewheel or --disable-mousewheel was given. 8642# Check whether --enable-mousewheel or --disable-mousewheel was given.
5508if test "${enable_mousewheel+set}" = set; then 8643if test "${enable_mousewheel+set}" = set; then
5509 enableval="$enable_mousewheel" 8644 enableval="$enable_mousewheel"
5510 if test x$enableval = xyes -o x$enableval = xno; then 8645 if test x$enableval = xyes -o x$enableval = xno; then
5511 support_mousewheel=$enableval 8646 support_mousewheel=$enableval
5512 fi 8647 fi
5513fi 8648fi;
5514
5515 8649
5516# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8650# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5517if test "${enable_slipwheeling+set}" = set; then 8651if test "${enable_slipwheeling+set}" = set; then
5518 enableval="$enable_slipwheeling" 8652 enableval="$enable_slipwheeling"
5519 if test x$enableval = xyes -o x$enableval = xno; then 8653 if test x$enableval = xyes -o x$enableval = xno; then
5520 support_mouseslipwheel=$enableval 8654 support_mouseslipwheel=$enableval
5521 fi 8655 fi
5522fi 8656fi;
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 8657
5546# Check whether --enable-dmalloc or --disable-dmalloc was given. 8658# Check whether --enable-dmalloc or --disable-dmalloc was given.
5547if test "${enable_dmalloc+set}" = set; then 8659if test "${enable_dmalloc+set}" = set; then
5548 enableval="$enable_dmalloc" 8660 enableval="$enable_dmalloc"
5549 if test x$enableval = xyes; then 8661 if test x$enableval = xyes; then
5550 MALLOC_TYPE=G 8662 MALLOC_TYPE=G
5551 DEBUG=-DDEBUG_MALLOC 8663 DEBUG=-DDEBUG_MALLOC
5552 DLIB="-L/usr/local/lib -ldmalloc" 8664 DLIB="-L/usr/local/lib -ldmalloc"
5553 DINCLUDE=-I/usr/local/include 8665 DINCLUDE=-I/usr/local/include
5554 fi 8666 fi
5555fi 8667fi;
5556
5557 8668
5558# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8669# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5559if test "${enable_dlmalloc+set}" = set; then 8670if test "${enable_dlmalloc+set}" = set; then
5560 enableval="$enable_dlmalloc" 8671 enableval="$enable_dlmalloc"
5561 if test x$enableval = xyes; then 8672 if test x$enableval = xyes; then
5562 MALLOC_TYPE=D 8673 MALLOC_TYPE=D
5563 DEBUG= 8674 DEBUG=
5564 DLIB="-L/usr/local/lib -ldlmalloc" 8675 DLIB="-L/usr/local/lib -ldlmalloc"
5565 DINCLUDE= 8676 DINCLUDE=
5566 fi 8677 fi
5567fi 8678fi;
5568
5569 8679
5570# Check whether --enable-smart-resize or --disable-smart-resize was given. 8680# Check whether --enable-smart-resize or --disable-smart-resize was given.
5571if test "${enable_smart_resize+set}" = set; then 8681if test "${enable_smart_resize+set}" = set; then
5572 enableval="$enable_smart_resize" 8682 enableval="$enable_smart_resize"
5573 if test x$enableval = xyes; then 8683 if test x$enableval = xyes; then
8684
5574 cat >> confdefs.h <<\EOF 8685cat >>confdefs.h <<\_ACEOF
5575#define SMART_RESIZE 1 8686#define SMART_RESIZE 1
5576EOF 8687_ACEOF
5577 8688
5578 fi 8689 fi
5579fi 8690fi;
5580
5581 8691
5582# Check whether --enable-256-color or --disable-256-color was given. 8692# Check whether --enable-256-color or --disable-256-color was given.
5583if test "${enable_256_color+set}" = set; then 8693if test "${enable_256_color+set}" = set; then
5584 enableval="$enable_256_color" 8694 enableval="$enable_256_color"
5585 if test x$enableval = xyes; then 8695 if test x$enableval = xyes; then
8696
5586 cat >> confdefs.h <<\EOF 8697cat >>confdefs.h <<\_ACEOF
5587#define TTY_256COLOR 1 8698#define TTY_256COLOR 1
5588EOF 8699_ACEOF
5589 8700
5590 fi 8701 fi
5591fi 8702fi;
5592
5593 8703
5594# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8704# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5595if test "${enable_cursor_blink+set}" = set; then 8705if test "${enable_cursor_blink+set}" = set; then
5596 enableval="$enable_cursor_blink" 8706 enableval="$enable_cursor_blink"
5597 if test x$enableval = xyes -o x$enableval = xno; then 8707 if test x$enableval = xyes -o x$enableval = xno; then
5598 support_cursor_blink=$enableval 8708 support_cursor_blink=$enableval
5599 fi 8709 fi
5600fi 8710fi;
5601 8711
8712# Check whether --enable-text-blink or --disable-text-blink was given.
8713if test "${enable_text_blink+set}" = set; then
8714 enableval="$enable_text_blink"
8715 if test x$enableval = xyes -o x$enableval = xno; then
8716 support_text_blink=$enableval
8717 fi
8718fi;
5602 8719
5603# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8720# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5604if test "${enable_pointer_blank+set}" = set; then 8721if test "${enable_pointer_blank+set}" = set; then
5605 enableval="$enable_pointer_blank" 8722 enableval="$enable_pointer_blank"
5606 if test x$enableval = xyes -o x$enableval = xno; then 8723 if test x$enableval = xyes -o x$enableval = xno; then
5607 support_pointer_blank=$enableval 8724 support_pointer_blank=$enableval
5608 fi 8725 fi
5609fi 8726fi;
5610 8727
5611 8728
5612# Check whether --with-term or --without-term was given. 8729# Check whether --with-term or --without-term was given.
5613if test "${with_term+set}" = set; then 8730if test "${with_term+set}" = set; then
5614 withval="$with_term" 8731 withval="$with_term"
5615 if test x$withval != x; then 8732 if test x$withval != x; then
8733
5616 cat >> confdefs.h <<EOF 8734cat >>confdefs.h <<_ACEOF
5617#define TERMENV "$withval" 8735#define TERMENV "$withval"
5618EOF 8736_ACEOF
5619 term="$withval" 8737 term="$withval"
5620 fi 8738 fi
5621fi 8739fi;
5622 8740
5623 8741
5624# Check whether --with-terminfo or --without-terminfo was given. 8742# Check whether --with-terminfo or --without-terminfo was given.
5625if test "${with_terminfo+set}" = set; then 8743if test "${with_terminfo+set}" = set; then
5626 withval="$with_terminfo" 8744 withval="$with_terminfo"
5627 if test x$withval != x; then 8745 if test x$withval != x; then
8746
5628 cat >> confdefs.h <<EOF 8747cat >>confdefs.h <<_ACEOF
5629#define RXVT_TERMINFO "$withval" 8748#define RXVT_TERMINFO "$withval"
5630EOF 8749_ACEOF
5631 terminfo="$withval" 8750 terminfo="$withval"
5632 fi 8751 fi
5633fi 8752fi;
5634 8753
5635 8754
5636 8755
5637cat >> confdefs.h <<\EOF 8756cat >>confdefs.h <<\_ACEOF
5638#define PROTOTYPES 1 8757#define PROTOTYPES 1
5639EOF 8758_ACEOF
5640 8759
5641 8760
5642if test -z "$CFLAGS"; then 8761if test -z "$CFLAGS"; then
5643 if test -z "$CCOPTS"; then 8762 if test -z "$CCOPTS"; then
5644 CCOPTS='-O' 8763 CCOPTS='-O'
5646 CFLAGS="$CCOPTS" 8765 CFLAGS="$CCOPTS"
5647fi 8766fi
5648 8767
5649# Extract the first word of "mv", so it can be a program name with args. 8768# Extract the first word of "mv", so it can be a program name with args.
5650set dummy mv; ac_word=$2 8769set dummy mv; ac_word=$2
8770echo "$as_me:$LINENO: checking for $ac_word" >&5
5651echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8771echo $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 8772if test "${ac_cv_path_MV+set}" = set; then
5654 echo $ac_n "(cached) $ac_c" 1>&6 8773 echo $ECHO_N "(cached) $ECHO_C" >&6
5655else 8774else
5656 case "$MV" in 8775 case $MV in
5657 /*) 8776 [\\/]* | ?:[\\/]*)
5658 ac_cv_path_MV="$MV" # Let the user override the test with a path. 8777 ac_cv_path_MV="$MV" # Let the user override the test with a path.
5659 ;; 8778 ;;
5660 ?:/*)
5661 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5662 ;;
5663 *) 8779 *)
5664 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5665 ac_dummy="$PATH" 8781for as_dir in $PATH
5666 for ac_dir in $ac_dummy; do 8782do
8783 IFS=$as_save_IFS
5667 test -z "$ac_dir" && ac_dir=. 8784 test -z "$as_dir" && as_dir=.
5668 if test -f $ac_dir/$ac_word; then 8785 for ac_exec_ext in '' $ac_executable_extensions; do
8786 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5669 ac_cv_path_MV="$ac_dir/$ac_word" 8787 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
8788 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 break 8789 break 2
5671 fi 8790 fi
5672 done 8791done
5673 IFS="$ac_save_ifs" 8792done
8793
5674 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8794 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5675 ;; 8795 ;;
5676esac 8796esac
5677fi 8797fi
5678MV="$ac_cv_path_MV" 8798MV=$ac_cv_path_MV
8799
5679if test -n "$MV"; then 8800if test -n "$MV"; then
5680 echo "$ac_t""$MV" 1>&6 8801 echo "$as_me:$LINENO: result: $MV" >&5
8802echo "${ECHO_T}$MV" >&6
5681else 8803else
5682 echo "$ac_t""no" 1>&6 8804 echo "$as_me:$LINENO: result: no" >&5
8805echo "${ECHO_T}no" >&6
5683fi 8806fi
5684 8807
5685# Extract the first word of "rm", so it can be a program name with args. 8808# Extract the first word of "rm", so it can be a program name with args.
5686set dummy rm; ac_word=$2 8809set dummy rm; ac_word=$2
8810echo "$as_me:$LINENO: checking for $ac_word" >&5
5687echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8811echo $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 8812if test "${ac_cv_path_RM+set}" = set; then
5690 echo $ac_n "(cached) $ac_c" 1>&6 8813 echo $ECHO_N "(cached) $ECHO_C" >&6
5691else 8814else
5692 case "$RM" in 8815 case $RM in
5693 /*) 8816 [\\/]* | ?:[\\/]*)
5694 ac_cv_path_RM="$RM" # Let the user override the test with a path. 8817 ac_cv_path_RM="$RM" # Let the user override the test with a path.
5695 ;; 8818 ;;
5696 ?:/*)
5697 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5698 ;;
5699 *) 8819 *)
5700 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5701 ac_dummy="$PATH" 8821for as_dir in $PATH
5702 for ac_dir in $ac_dummy; do 8822do
8823 IFS=$as_save_IFS
5703 test -z "$ac_dir" && ac_dir=. 8824 test -z "$as_dir" && as_dir=.
5704 if test -f $ac_dir/$ac_word; then 8825 for ac_exec_ext in '' $ac_executable_extensions; do
8826 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5705 ac_cv_path_RM="$ac_dir/$ac_word" 8827 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8828 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5706 break 8829 break 2
5707 fi 8830 fi
5708 done 8831done
5709 IFS="$ac_save_ifs" 8832done
8833
5710 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8834 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5711 ;; 8835 ;;
5712esac 8836esac
5713fi 8837fi
5714RM="$ac_cv_path_RM" 8838RM=$ac_cv_path_RM
8839
5715if test -n "$RM"; then 8840if test -n "$RM"; then
5716 echo "$ac_t""$RM" 1>&6 8841 echo "$as_me:$LINENO: result: $RM" >&5
8842echo "${ECHO_T}$RM" >&6
5717else 8843else
5718 echo "$ac_t""no" 1>&6 8844 echo "$as_me:$LINENO: result: no" >&5
8845echo "${ECHO_T}no" >&6
5719fi 8846fi
5720 8847
5721# Extract the first word of "cp", so it can be a program name with args. 8848# Extract the first word of "cp", so it can be a program name with args.
5722set dummy cp; ac_word=$2 8849set dummy cp; ac_word=$2
8850echo "$as_me:$LINENO: checking for $ac_word" >&5
5723echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8851echo $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 8852if test "${ac_cv_path_CP+set}" = set; then
5726 echo $ac_n "(cached) $ac_c" 1>&6 8853 echo $ECHO_N "(cached) $ECHO_C" >&6
5727else 8854else
5728 case "$CP" in 8855 case $CP in
5729 /*) 8856 [\\/]* | ?:[\\/]*)
5730 ac_cv_path_CP="$CP" # Let the user override the test with a path. 8857 ac_cv_path_CP="$CP" # Let the user override the test with a path.
5731 ;; 8858 ;;
5732 ?:/*)
5733 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5734 ;;
5735 *) 8859 *)
5736 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5737 ac_dummy="$PATH" 8861for as_dir in $PATH
5738 for ac_dir in $ac_dummy; do 8862do
8863 IFS=$as_save_IFS
5739 test -z "$ac_dir" && ac_dir=. 8864 test -z "$as_dir" && as_dir=.
5740 if test -f $ac_dir/$ac_word; then 8865 for ac_exec_ext in '' $ac_executable_extensions; do
8866 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5741 ac_cv_path_CP="$ac_dir/$ac_word" 8867 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
8868 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5742 break 8869 break 2
5743 fi 8870 fi
5744 done 8871done
5745 IFS="$ac_save_ifs" 8872done
8873
5746 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8874 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5747 ;; 8875 ;;
5748esac 8876esac
5749fi 8877fi
5750CP="$ac_cv_path_CP" 8878CP=$ac_cv_path_CP
8879
5751if test -n "$CP"; then 8880if test -n "$CP"; then
5752 echo "$ac_t""$CP" 1>&6 8881 echo "$as_me:$LINENO: result: $CP" >&5
8882echo "${ECHO_T}$CP" >&6
5753else 8883else
5754 echo "$ac_t""no" 1>&6 8884 echo "$as_me:$LINENO: result: no" >&5
8885echo "${ECHO_T}no" >&6
5755fi 8886fi
5756 8887
5757# Extract the first word of "ln", so it can be a program name with args. 8888# Extract the first word of "ln", so it can be a program name with args.
5758set dummy ln; ac_word=$2 8889set dummy ln; ac_word=$2
8890echo "$as_me:$LINENO: checking for $ac_word" >&5
5759echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8891echo $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 8892if test "${ac_cv_path_LN+set}" = set; then
5762 echo $ac_n "(cached) $ac_c" 1>&6 8893 echo $ECHO_N "(cached) $ECHO_C" >&6
5763else 8894else
5764 case "$LN" in 8895 case $LN in
5765 /*) 8896 [\\/]* | ?:[\\/]*)
5766 ac_cv_path_LN="$LN" # Let the user override the test with a path. 8897 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5767 ;; 8898 ;;
5768 ?:/*)
5769 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5770 ;;
5771 *) 8899 *)
5772 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 ac_dummy="$PATH" 8901for as_dir in $PATH
5774 for ac_dir in $ac_dummy; do 8902do
8903 IFS=$as_save_IFS
5775 test -z "$ac_dir" && ac_dir=. 8904 test -z "$as_dir" && as_dir=.
5776 if test -f $ac_dir/$ac_word; then 8905 for ac_exec_ext in '' $ac_executable_extensions; do
8906 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5777 ac_cv_path_LN="$ac_dir/$ac_word" 8907 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
8908 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5778 break 8909 break 2
5779 fi 8910 fi
5780 done 8911done
5781 IFS="$ac_save_ifs" 8912done
8913
5782 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8914 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5783 ;; 8915 ;;
5784esac 8916esac
5785fi 8917fi
5786LN="$ac_cv_path_LN" 8918LN=$ac_cv_path_LN
8919
5787if test -n "$LN"; then 8920if test -n "$LN"; then
5788 echo "$ac_t""$LN" 1>&6 8921 echo "$as_me:$LINENO: result: $LN" >&5
8922echo "${ECHO_T}$LN" >&6
5789else 8923else
5790 echo "$ac_t""no" 1>&6 8924 echo "$as_me:$LINENO: result: no" >&5
8925echo "${ECHO_T}no" >&6
5791fi 8926fi
5792 8927
5793# Extract the first word of "sed", so it can be a program name with args. 8928# Extract the first word of "sed", so it can be a program name with args.
5794set dummy sed; ac_word=$2 8929set dummy sed; ac_word=$2
8930echo "$as_me:$LINENO: checking for $ac_word" >&5
5795echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8931echo $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 8932if test "${ac_cv_path_SED+set}" = set; then
5798 echo $ac_n "(cached) $ac_c" 1>&6 8933 echo $ECHO_N "(cached) $ECHO_C" >&6
5799else 8934else
5800 case "$SED" in 8935 case $SED in
5801 /*) 8936 [\\/]* | ?:[\\/]*)
5802 ac_cv_path_SED="$SED" # Let the user override the test with a path. 8937 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5803 ;; 8938 ;;
5804 ?:/*)
5805 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5806 ;;
5807 *) 8939 *)
5808 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 ac_dummy="$PATH" 8941for as_dir in $PATH
5810 for ac_dir in $ac_dummy; do 8942do
8943 IFS=$as_save_IFS
5811 test -z "$ac_dir" && ac_dir=. 8944 test -z "$as_dir" && as_dir=.
5812 if test -f $ac_dir/$ac_word; then 8945 for ac_exec_ext in '' $ac_executable_extensions; do
8946 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5813 ac_cv_path_SED="$ac_dir/$ac_word" 8947 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
8948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5814 break 8949 break 2
5815 fi 8950 fi
5816 done 8951done
5817 IFS="$ac_save_ifs" 8952done
8953
5818 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8954 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5819 ;; 8955 ;;
5820esac 8956esac
5821fi 8957fi
5822SED="$ac_cv_path_SED" 8958SED=$ac_cv_path_SED
8959
5823if test -n "$SED"; then 8960if test -n "$SED"; then
5824 echo "$ac_t""$SED" 1>&6 8961 echo "$as_me:$LINENO: result: $SED" >&5
8962echo "${ECHO_T}$SED" >&6
5825else 8963else
5826 echo "$ac_t""no" 1>&6 8964 echo "$as_me:$LINENO: result: no" >&5
8965echo "${ECHO_T}no" >&6
5827fi 8966fi
5828 8967
5829# Extract the first word of "echo", so it can be a program name with args. 8968# Extract the first word of "echo", so it can be a program name with args.
5830set dummy echo; ac_word=$2 8969set dummy echo; ac_word=$2
8970echo "$as_me:$LINENO: checking for $ac_word" >&5
5831echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8971echo $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 8972if test "${ac_cv_path_ECHO+set}" = set; then
5834 echo $ac_n "(cached) $ac_c" 1>&6 8973 echo $ECHO_N "(cached) $ECHO_C" >&6
5835else 8974else
5836 case "$ECHO" in 8975 case $ECHO in
5837 /*) 8976 [\\/]* | ?:[\\/]*)
5838 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path. 8977 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5839 ;; 8978 ;;
5840 ?:/*)
5841 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5842 ;;
5843 *) 8979 *)
5844 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5845 ac_dummy="$PATH" 8981for as_dir in $PATH
5846 for ac_dir in $ac_dummy; do 8982do
8983 IFS=$as_save_IFS
5847 test -z "$ac_dir" && ac_dir=. 8984 test -z "$as_dir" && as_dir=.
5848 if test -f $ac_dir/$ac_word; then 8985 for ac_exec_ext in '' $ac_executable_extensions; do
8986 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5849 ac_cv_path_ECHO="$ac_dir/$ac_word" 8987 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
8988 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5850 break 8989 break 2
5851 fi 8990 fi
5852 done 8991done
5853 IFS="$ac_save_ifs" 8992done
8993
5854 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 8994 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5855 ;; 8995 ;;
5856esac 8996esac
5857fi 8997fi
5858ECHO="$ac_cv_path_ECHO" 8998ECHO=$ac_cv_path_ECHO
8999
5859if test -n "$ECHO"; then 9000if test -n "$ECHO"; then
5860 echo "$ac_t""$ECHO" 1>&6 9001 echo "$as_me:$LINENO: result: $ECHO" >&5
9002echo "${ECHO_T}$ECHO" >&6
5861else 9003else
5862 echo "$ac_t""no" 1>&6 9004 echo "$as_me:$LINENO: result: no" >&5
9005echo "${ECHO_T}no" >&6
5863fi 9006fi
5864 9007
5865# Extract the first word of "cmp", so it can be a program name with args. 9008# Extract the first word of "cmp", so it can be a program name with args.
5866set dummy cmp; ac_word=$2 9009set dummy cmp; ac_word=$2
9010echo "$as_me:$LINENO: checking for $ac_word" >&5
5867echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9011echo $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 9012if test "${ac_cv_path_CMP+set}" = set; then
5870 echo $ac_n "(cached) $ac_c" 1>&6 9013 echo $ECHO_N "(cached) $ECHO_C" >&6
5871else 9014else
5872 case "$CMP" in 9015 case $CMP in
5873 /*) 9016 [\\/]* | ?:[\\/]*)
5874 ac_cv_path_CMP="$CMP" # Let the user override the test with a path. 9017 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5875 ;; 9018 ;;
5876 ?:/*)
5877 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5878 ;;
5879 *) 9019 *)
5880 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 ac_dummy="$PATH" 9021for as_dir in $PATH
5882 for ac_dir in $ac_dummy; do 9022do
9023 IFS=$as_save_IFS
5883 test -z "$ac_dir" && ac_dir=. 9024 test -z "$as_dir" && as_dir=.
5884 if test -f $ac_dir/$ac_word; then 9025 for ac_exec_ext in '' $ac_executable_extensions; do
9026 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5885 ac_cv_path_CMP="$ac_dir/$ac_word" 9027 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
9028 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5886 break 9029 break 2
5887 fi 9030 fi
5888 done 9031done
5889 IFS="$ac_save_ifs" 9032done
9033
5890 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 9034 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5891 ;; 9035 ;;
5892esac 9036esac
5893fi 9037fi
5894CMP="$ac_cv_path_CMP" 9038CMP=$ac_cv_path_CMP
9039
5895if test -n "$CMP"; then 9040if test -n "$CMP"; then
5896 echo "$ac_t""$CMP" 1>&6 9041 echo "$as_me:$LINENO: result: $CMP" >&5
9042echo "${ECHO_T}$CMP" >&6
5897else 9043else
5898 echo "$ac_t""no" 1>&6 9044 echo "$as_me:$LINENO: result: no" >&5
9045echo "${ECHO_T}no" >&6
5899fi 9046fi
5900 9047
5901# Extract the first word of "tbl", so it can be a program name with args. 9048# Extract the first word of "tbl", so it can be a program name with args.
5902set dummy tbl; ac_word=$2 9049set dummy tbl; ac_word=$2
9050echo "$as_me:$LINENO: checking for $ac_word" >&5
5903echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9051echo $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 9052if test "${ac_cv_path_TBL+set}" = set; then
5906 echo $ac_n "(cached) $ac_c" 1>&6 9053 echo $ECHO_N "(cached) $ECHO_C" >&6
5907else 9054else
5908 case "$TBL" in 9055 case $TBL in
5909 /*) 9056 [\\/]* | ?:[\\/]*)
5910 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 9057 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5911 ;; 9058 ;;
5912 ?:/*)
5913 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path.
5914 ;;
5915 *) 9059 *)
5916 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5917 ac_dummy="$PATH" 9061for as_dir in $PATH
5918 for ac_dir in $ac_dummy; do 9062do
9063 IFS=$as_save_IFS
5919 test -z "$ac_dir" && ac_dir=. 9064 test -z "$as_dir" && as_dir=.
5920 if test -f $ac_dir/$ac_word; then 9065 for ac_exec_ext in '' $ac_executable_extensions; do
9066 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_path_TBL="$ac_dir/$ac_word" 9067 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
9068 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 9069 break 2
5923 fi 9070 fi
5924 done 9071done
5925 IFS="$ac_save_ifs" 9072done
9073
5926 ;; 9074 ;;
5927esac 9075esac
5928fi 9076fi
5929TBL="$ac_cv_path_TBL" 9077TBL=$ac_cv_path_TBL
9078
5930if test -n "$TBL"; then 9079if test -n "$TBL"; then
5931 echo "$ac_t""$TBL" 1>&6 9080 echo "$as_me:$LINENO: result: $TBL" >&5
9081echo "${ECHO_T}$TBL" >&6
5932else 9082else
5933 echo "$ac_t""no" 1>&6 9083 echo "$as_me:$LINENO: result: no" >&5
9084echo "${ECHO_T}no" >&6
5934fi 9085fi
5935 9086
5936 9087
5937 9088
5938 9089
5939# If we find X, set shell vars x_includes and x_libraries to the 9090
5940# paths, otherwise set no_x=yes. 9091if 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. 9092 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 9093echo $ECHO_N "checking for X... $ECHO_C" >&6
5944echo "configure:5945: checking for X" >&5 9094
9095ac_path_x_has_been_run=yes
5945 9096
5946# Check whether --with-x or --without-x was given. 9097# Check whether --with-x or --without-x was given.
5947if test "${with_x+set}" = set; then 9098if test "${with_x+set}" = set; then
5948 withval="$with_x" 9099 withval="$with_x"
5949 : 9100
5950fi 9101fi;
5951
5952# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 9102# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5953if test "x$with_x" = xno; then 9103if test "x$with_x" = xno; then
5954 # The user explicitly disabled X. 9104 # The user explicitly disabled X.
5955 have_x=disabled 9105 have_x=disabled
5956else 9106else
5957 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then 9107 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5958 # Both variables are already set. 9108 # Both variables are already set.
5959 have_x=yes 9109 have_x=yes
5960 else 9110 else
5961if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 9111 if test "${ac_cv_have_x+set}" = set; then
5962 echo $ac_n "(cached) $ac_c" 1>&6 9112 echo $ECHO_N "(cached) $ECHO_C" >&6
5963else 9113else
5964 # One or both of the vars are not set, and there is no cached value. 9114 # One or both of the vars are not set, and there is no cached value.
5965ac_x_includes=NO ac_x_libraries=NO 9115ac_x_includes=no ac_x_libraries=no
5966rm -fr conftestdir 9116rm -fr conftest.dir
5967if mkdir conftestdir; then 9117if mkdir conftest.dir; then
5968 cd conftestdir 9118 cd conftest.dir
5969 # Make sure to not put "make" in the Imakefile rules, since we grep it out. 9119 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5970 cat > Imakefile <<'EOF' 9120 cat >Imakefile <<'_ACEOF'
5971acfindx: 9121acfindx:
5972 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 9122 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5973EOF 9123_ACEOF
5974 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 9124 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5975 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 9125 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5976 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 9126 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5977 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 9127 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5978 for ac_extension in a so sl; do 9128 for ac_extension in a so sl; do
5979 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 9129 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5980 test -f $ac_im_libdir/libX11.$ac_extension; then 9130 test -f $ac_im_libdir/libX11.$ac_extension; then
5981 ac_im_usrlibdir=$ac_im_libdir; break 9131 ac_im_usrlibdir=$ac_im_libdir; break
5982 fi 9132 fi
5983 done 9133 done
5984 # Screen out bogus values from the imake configuration. They are 9134 # Screen out bogus values from the imake configuration. They are
5985 # bogus both because they are the default anyway, and because 9135 # bogus both because they are the default anyway, and because
5986 # using them would break gcc on systems where it needs fixed includes. 9136 # using them would break gcc on systems where it needs fixed includes.
5987 case "$ac_im_incroot" in 9137 case $ac_im_incroot in
5988 /usr/include) ;; 9138 /usr/include) ;;
5989 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; 9139 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5990 esac 9140 esac
5991 case "$ac_im_usrlibdir" in 9141 case $ac_im_usrlibdir in
5992 /usr/lib | /lib) ;; 9142 /usr/lib | /lib) ;;
5993 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 9143 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5994 esac 9144 esac
5995 fi 9145 fi
5996 cd .. 9146 cd ..
5997 rm -fr conftestdir 9147 rm -fr conftest.dir
5998fi 9148fi
5999 9149
9150# Standard set of common directories for X headers.
9151# Check X11 before X11Rn because it is often a symlink to the current release.
9152ac_x_header_dirs='
9153/usr/X11/include
9154/usr/X11R6/include
9155/usr/X11R5/include
9156/usr/X11R4/include
9157
9158/usr/include/X11
9159/usr/include/X11R6
9160/usr/include/X11R5
9161/usr/include/X11R4
9162
9163/usr/local/X11/include
9164/usr/local/X11R6/include
9165/usr/local/X11R5/include
9166/usr/local/X11R4/include
9167
9168/usr/local/include/X11
9169/usr/local/include/X11R6
9170/usr/local/include/X11R5
9171/usr/local/include/X11R4
9172
9173/usr/X386/include
9174/usr/x386/include
9175/usr/XFree86/include/X11
9176
9177/usr/include
9178/usr/local/include
9179/usr/unsupported/include
9180/usr/athena/include
9181/usr/local/x11r5/include
9182/usr/lpp/Xamples/include
9183
9184/usr/openwin/include
9185/usr/openwin/share/include'
9186
6000if test "$ac_x_includes" = NO; then 9187if test "$ac_x_includes" = no; then
6001 # Guess where to find include files, by looking for this one X11 .h file. 9188 # 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. 9189 # First, try using that file with no special directory specified.
9190 cat >conftest.$ac_ext <<_ACEOF
9191/* confdefs.h. */
9192_ACEOF
9193cat confdefs.h >>conftest.$ac_ext
6005cat > conftest.$ac_ext <<EOF 9194cat >>conftest.$ac_ext <<_ACEOF
6006#line 6007 "configure" 9195/* end confdefs.h. */
6007#include "confdefs.h" 9196#include <X11/Intrinsic.h>
6008#include <$x_direct_test_include> 9197_ACEOF
6009EOF 9198if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6010ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 9199 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6011{ (eval echo configure:6012: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 9200 ac_status=$?
6012ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 9201 grep -v '^ *+' conftest.er1 >conftest.err
9202 rm -f conftest.er1
9203 cat conftest.err >&5
9204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9205 (exit $ac_status); } >/dev/null; then
9206 if test -s conftest.err; then
9207 ac_cpp_err=$ac_cxx_preproc_warn_flag
9208 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9209 else
9210 ac_cpp_err=
9211 fi
9212else
9213 ac_cpp_err=yes
9214fi
6013if test -z "$ac_err"; then 9215if test -z "$ac_cpp_err"; then
6014 rm -rf conftest*
6015 # We can compile using X headers with no special include directory. 9216 # We can compile using X headers with no special include directory.
6016ac_x_includes= 9217ac_x_includes=
6017else 9218else
6018 echo "$ac_err" >&5
6019 echo "configure: failed program was:" >&5 9219 echo "$as_me: failed program was:" >&5
6020 cat conftest.$ac_ext >&5 9220sed 's/^/| /' conftest.$ac_ext >&5
6021 rm -rf conftest* 9221
6022 # Look for the header file in a standard set of common directories. 9222 for ac_dir in $ac_x_header_dirs; do
6023# Check X11 before X11Rn because it is often a symlink to the current release. 9223 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 9224 ac_x_includes=$ac_dir
6062 break 9225 break
6063 fi 9226 fi
6064 done 9227done
6065fi 9228fi
6066rm -f conftest* 9229rm -f conftest.err conftest.$ac_ext
6067fi # $ac_x_includes = NO 9230fi # $ac_x_includes = no
6068 9231
6069if test "$ac_x_libraries" = NO; then 9232if test "$ac_x_libraries" = no; then
6070 # Check for the libraries. 9233 # 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. 9234 # See if we find them without any special options.
6076 # Don't add to $LIBS permanently. 9235 # Don't add to $LIBS permanently.
6077 ac_save_LIBS="$LIBS" 9236 ac_save_LIBS=$LIBS
6078 LIBS="-l$x_direct_test_library $LIBS" 9237 LIBS="-lXt $LIBS"
9238 cat >conftest.$ac_ext <<_ACEOF
9239/* confdefs.h. */
9240_ACEOF
9241cat confdefs.h >>conftest.$ac_ext
6079cat > conftest.$ac_ext <<EOF 9242cat >>conftest.$ac_ext <<_ACEOF
6080#line 6081 "configure" 9243/* end confdefs.h. */
6081#include "confdefs.h" 9244#include <X11/Intrinsic.h>
6082 9245int
6083int main() { 9246main ()
6084${x_direct_test_function}() 9247{
9248XtMalloc (0)
9249 ;
6085; return 0; } 9250 return 0;
6086EOF 9251}
6087if { (eval echo configure:6088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9252_ACEOF
9253rm -f conftest.$ac_objext conftest$ac_exeext
9254if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9255 (eval $ac_link) 2>conftest.er1
9256 ac_status=$?
9257 grep -v '^ *+' conftest.er1 >conftest.err
6088 rm -rf conftest* 9258 rm -f conftest.er1
9259 cat conftest.err >&5
9260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9261 (exit $ac_status); } &&
9262 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9264 (eval $ac_try) 2>&5
9265 ac_status=$?
9266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9267 (exit $ac_status); }; } &&
9268 { ac_try='test -s conftest$ac_exeext'
9269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9270 (eval $ac_try) 2>&5
9271 ac_status=$?
9272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9273 (exit $ac_status); }; }; then
6089 LIBS="$ac_save_LIBS" 9274 LIBS=$ac_save_LIBS
6090# We can link X programs with no special library path. 9275# We can link X programs with no special library path.
6091ac_x_libraries= 9276ac_x_libraries=
6092else 9277else
6093 echo "configure: failed program was:" >&5 9278 echo "$as_me: failed program was:" >&5
6094 cat conftest.$ac_ext >&5 9279sed 's/^/| /' conftest.$ac_ext >&5
6095 rm -rf conftest* 9280
6096 LIBS="$ac_save_LIBS" 9281LIBS=$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/` \ 9282for 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 9283do
9284 # Don't even attempt the hair of trying to link an X program!
6136 for ac_extension in a so sl; do 9285 for ac_extension in a so sl; do
6137 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9286 if test -r $ac_dir/libXt.$ac_extension; then
6138 ac_x_libraries=$ac_dir 9287 ac_x_libraries=$ac_dir
6139 break 2 9288 break 2
6140 fi 9289 fi
6141 done 9290 done
6142done 9291done
6143fi 9292fi
6144rm -f conftest* 9293rm -f conftest.err conftest.$ac_objext \
9294 conftest$ac_exeext conftest.$ac_ext
6145fi # $ac_x_libraries = NO 9295fi # $ac_x_libraries = no
6146 9296
6147if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9297if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6148 # Didn't find X anywhere. Cache the known absence of X. 9298 # Didn't find X anywhere. Cache the known absence of X.
6149 ac_cv_have_x="have_x=no" 9299 ac_cv_have_x="have_x=no"
6150else 9300else
6151 # Record where we found X for the cache. 9301 # Record where we found X for the cache.
6152 ac_cv_have_x="have_x=yes \ 9302 ac_cv_have_x="have_x=yes \
6153 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 9303 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6154fi 9304fi
6155fi 9305fi
9306
6156 fi 9307 fi
6157 eval "$ac_cv_have_x" 9308 eval "$ac_cv_have_x"
6158fi # $with_x != no 9309fi # $with_x != no
6159 9310
6160if test "$have_x" != yes; then 9311if test "$have_x" != yes; then
6161 echo "$ac_t""$have_x" 1>&6 9312 echo "$as_me:$LINENO: result: $have_x" >&5
9313echo "${ECHO_T}$have_x" >&6
6162 no_x=yes 9314 no_x=yes
6163else 9315else
6164 # If each of the values was on the command line, it overrides each guess. 9316 # 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 9317 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6166 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9318 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6167 # Update the cache value to reflect the command line values. 9319 # Update the cache value to reflect the command line values.
6168 ac_cv_have_x="have_x=yes \ 9320 ac_cv_have_x="have_x=yes \
6169 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9321 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9322 # It might be that x_includes is empty (headers are found in the
9323 # standard search path. Then output the corresponding message
9324 ac_out_x_includes=$x_includes
9325 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9326 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 9327echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
6171fi 9328fi
6172 9329
9330fi
6173if test "$no_x" = yes; then 9331if test "$no_x" = yes; then
6174 # Not all programs may use this symbol, but it does not hurt to define it. 9332 # Not all programs may use this symbol, but it does not hurt to define it.
9333
6175 cat >> confdefs.h <<\EOF 9334cat >>confdefs.h <<\_ACEOF
6176#define X_DISPLAY_MISSING 1 9335#define X_DISPLAY_MISSING 1
6177EOF 9336_ACEOF
6178 9337
6179 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9338 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6180else 9339else
6181 if test -n "$x_includes"; then 9340 if test -n "$x_includes"; then
6182 X_CFLAGS="$X_CFLAGS -I$x_includes" 9341 X_CFLAGS="$X_CFLAGS -I$x_includes"
6185 # It would also be nice to do this for all -L options, not just this one. 9344 # It would also be nice to do this for all -L options, not just this one.
6186 if test -n "$x_libraries"; then 9345 if test -n "$x_libraries"; then
6187 X_LIBS="$X_LIBS -L$x_libraries" 9346 X_LIBS="$X_LIBS -L$x_libraries"
6188 # For Solaris; some versions of Sun CC require a space after -R and 9347 # For Solaris; some versions of Sun CC require a space after -R and
6189 # others require no space. Words are not sufficient . . . . 9348 # others require no space. Words are not sufficient . . . .
6190 case "`(uname -sr) 2>/dev/null`" in 9349 case `(uname -sr) 2>/dev/null` in
6191 "SunOS 5"*) 9350 "SunOS 5"*)
9351 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 9352echo $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" 9353 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6195 cat > conftest.$ac_ext <<EOF 9354 cat >conftest.$ac_ext <<_ACEOF
6196#line 6197 "configure" 9355/* confdefs.h. */
6197#include "confdefs.h" 9356_ACEOF
9357cat confdefs.h >>conftest.$ac_ext
9358cat >>conftest.$ac_ext <<_ACEOF
9359/* end confdefs.h. */
6198 9360
6199int main() { 9361int
9362main ()
9363{
6200 9364
9365 ;
6201; return 0; } 9366 return 0;
6202EOF 9367}
6203if { (eval echo configure:6204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9368_ACEOF
9369rm -f conftest.$ac_objext conftest$ac_exeext
9370if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9371 (eval $ac_link) 2>conftest.er1
9372 ac_status=$?
9373 grep -v '^ *+' conftest.er1 >conftest.err
6204 rm -rf conftest* 9374 rm -f conftest.er1
9375 cat conftest.err >&5
9376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9377 (exit $ac_status); } &&
9378 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9380 (eval $ac_try) 2>&5
9381 ac_status=$?
9382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9383 (exit $ac_status); }; } &&
9384 { ac_try='test -s conftest$ac_exeext'
9385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9386 (eval $ac_try) 2>&5
9387 ac_status=$?
9388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9389 (exit $ac_status); }; }; then
6205 ac_R_nospace=yes 9390 ac_R_nospace=yes
6206else 9391else
6207 echo "configure: failed program was:" >&5 9392 echo "$as_me: failed program was:" >&5
6208 cat conftest.$ac_ext >&5 9393sed 's/^/| /' conftest.$ac_ext >&5
6209 rm -rf conftest* 9394
6210 ac_R_nospace=no 9395ac_R_nospace=no
6211fi 9396fi
6212rm -f conftest* 9397rm -f conftest.err conftest.$ac_objext \
9398 conftest$ac_exeext conftest.$ac_ext
6213 if test $ac_R_nospace = yes; then 9399 if test $ac_R_nospace = yes; then
6214 echo "$ac_t""no" 1>&6 9400 echo "$as_me:$LINENO: result: no" >&5
9401echo "${ECHO_T}no" >&6
6215 X_LIBS="$X_LIBS -R$x_libraries" 9402 X_LIBS="$X_LIBS -R$x_libraries"
6216 else 9403 else
6217 LIBS="$ac_xsave_LIBS -R $x_libraries" 9404 LIBS="$ac_xsave_LIBS -R $x_libraries"
6218 cat > conftest.$ac_ext <<EOF 9405 cat >conftest.$ac_ext <<_ACEOF
6219#line 6220 "configure" 9406/* confdefs.h. */
6220#include "confdefs.h" 9407_ACEOF
9408cat confdefs.h >>conftest.$ac_ext
9409cat >>conftest.$ac_ext <<_ACEOF
9410/* end confdefs.h. */
6221 9411
6222int main() { 9412int
9413main ()
9414{
6223 9415
9416 ;
6224; return 0; } 9417 return 0;
6225EOF 9418}
6226if { (eval echo configure:6227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9419_ACEOF
9420rm -f conftest.$ac_objext conftest$ac_exeext
9421if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9422 (eval $ac_link) 2>conftest.er1
9423 ac_status=$?
9424 grep -v '^ *+' conftest.er1 >conftest.err
6227 rm -rf conftest* 9425 rm -f conftest.er1
9426 cat conftest.err >&5
9427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9428 (exit $ac_status); } &&
9429 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9431 (eval $ac_try) 2>&5
9432 ac_status=$?
9433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9434 (exit $ac_status); }; } &&
9435 { ac_try='test -s conftest$ac_exeext'
9436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9437 (eval $ac_try) 2>&5
9438 ac_status=$?
9439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9440 (exit $ac_status); }; }; then
6228 ac_R_space=yes 9441 ac_R_space=yes
6229else 9442else
6230 echo "configure: failed program was:" >&5 9443 echo "$as_me: failed program was:" >&5
6231 cat conftest.$ac_ext >&5 9444sed 's/^/| /' conftest.$ac_ext >&5
6232 rm -rf conftest* 9445
6233 ac_R_space=no 9446ac_R_space=no
6234fi 9447fi
6235rm -f conftest* 9448rm -f conftest.err conftest.$ac_objext \
9449 conftest$ac_exeext conftest.$ac_ext
6236 if test $ac_R_space = yes; then 9450 if test $ac_R_space = yes; then
6237 echo "$ac_t""yes" 1>&6 9451 echo "$as_me:$LINENO: result: yes" >&5
9452echo "${ECHO_T}yes" >&6
6238 X_LIBS="$X_LIBS -R $x_libraries" 9453 X_LIBS="$X_LIBS -R $x_libraries"
6239 else 9454 else
9455 echo "$as_me:$LINENO: result: neither works" >&5
6240 echo "$ac_t""neither works" 1>&6 9456echo "${ECHO_T}neither works" >&6
6241 fi 9457 fi
6242 fi 9458 fi
6243 LIBS="$ac_xsave_LIBS" 9459 LIBS=$ac_xsave_LIBS
6244 esac 9460 esac
6245 fi 9461 fi
6246 9462
6247 # Check for system-dependent libraries X programs must link with. 9463 # Check for system-dependent libraries X programs must link with.
6248 # Do this before checking for the system-independent R6 libraries 9464 # Do this before checking for the system-independent R6 libraries
6249 # (-lICE), since we may need -lsocket or whatever for X linking. 9465 # (-lICE), since we may need -lsocket or whatever for X linking.
6250 9466
6251 if test "$ISC" = yes; then 9467 if test "$ISC" = yes; then
6252 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9468 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6253 else 9469 else
6254 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 9470 # Martyn Johnson says this is needed for Ultrix, if the X
6255 # libraries were built with DECnet support. And karl@cs.umb.edu says 9471 # libraries were built with DECnet support. And Karl Berry says
6256 # the Alpha needs dnet_stub (dnet does not exist). 9472 # the Alpha needs dnet_stub (dnet does not exist).
9473 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9474 cat >conftest.$ac_ext <<_ACEOF
9475/* confdefs.h. */
9476_ACEOF
9477cat confdefs.h >>conftest.$ac_ext
9478cat >>conftest.$ac_ext <<_ACEOF
9479/* end confdefs.h. */
9480
9481/* Override any gcc2 internal prototype to avoid an error. */
9482#ifdef __cplusplus
9483extern "C"
9484#endif
9485/* We use char because int might match the return type of a gcc2
9486 builtin and then its argument prototype would still apply. */
9487char XOpenDisplay ();
9488int
9489main ()
9490{
9491XOpenDisplay ();
9492 ;
9493 return 0;
9494}
9495_ACEOF
9496rm -f conftest.$ac_objext conftest$ac_exeext
9497if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9498 (eval $ac_link) 2>conftest.er1
9499 ac_status=$?
9500 grep -v '^ *+' conftest.er1 >conftest.err
9501 rm -f conftest.er1
9502 cat conftest.err >&5
9503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504 (exit $ac_status); } &&
9505 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9507 (eval $ac_try) 2>&5
9508 ac_status=$?
9509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9510 (exit $ac_status); }; } &&
9511 { ac_try='test -s conftest$ac_exeext'
9512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9513 (eval $ac_try) 2>&5
9514 ac_status=$?
9515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9516 (exit $ac_status); }; }; then
9517 :
9518else
9519 echo "$as_me: failed program was:" >&5
9520sed 's/^/| /' conftest.$ac_ext >&5
9521
9522echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6257 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 9523echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6258echo "configure:6259: checking for dnet_ntoa in -ldnet" >&5 9524if 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 9525 echo $ECHO_N "(cached) $ECHO_C" >&6
6262else 9526else
6263 ac_save_LIBS="$LIBS" 9527 ac_check_lib_save_LIBS=$LIBS
6264LIBS="-ldnet $LIBS" 9528LIBS="-ldnet $LIBS"
6265cat > conftest.$ac_ext <<EOF 9529cat >conftest.$ac_ext <<_ACEOF
6266#line 6267 "configure" 9530/* confdefs.h. */
6267#include "confdefs.h" 9531_ACEOF
9532cat confdefs.h >>conftest.$ac_ext
9533cat >>conftest.$ac_ext <<_ACEOF
9534/* end confdefs.h. */
9535
6268/* Override any gcc2 internal prototype to avoid an error. */ 9536/* Override any gcc2 internal prototype to avoid an error. */
9537#ifdef __cplusplus
9538extern "C"
9539#endif
6269/* We use char because int might match the return type of a gcc2 9540/* We use char because int might match the return type of a gcc2
6270 builtin and then its argument prototype would still apply. */ 9541 builtin and then its argument prototype would still apply. */
6271char dnet_ntoa(); 9542char dnet_ntoa ();
6272 9543int
6273int main() { 9544main ()
9545{
6274dnet_ntoa() 9546dnet_ntoa ();
9547 ;
6275; return 0; } 9548 return 0;
6276EOF 9549}
6277if { (eval echo configure:6278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9550_ACEOF
9551rm -f conftest.$ac_objext conftest$ac_exeext
9552if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9553 (eval $ac_link) 2>conftest.er1
9554 ac_status=$?
9555 grep -v '^ *+' conftest.er1 >conftest.err
6278 rm -rf conftest* 9556 rm -f conftest.er1
6279 eval "ac_cv_lib_$ac_lib_var=yes" 9557 cat conftest.err >&5
9558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9559 (exit $ac_status); } &&
9560 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9562 (eval $ac_try) 2>&5
9563 ac_status=$?
9564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9565 (exit $ac_status); }; } &&
9566 { ac_try='test -s conftest$ac_exeext'
9567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9568 (eval $ac_try) 2>&5
9569 ac_status=$?
9570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9571 (exit $ac_status); }; }; then
9572 ac_cv_lib_dnet_dnet_ntoa=yes
6280else 9573else
6281 echo "configure: failed program was:" >&5 9574 echo "$as_me: failed program was:" >&5
6282 cat conftest.$ac_ext >&5 9575sed 's/^/| /' conftest.$ac_ext >&5
6283 rm -rf conftest* 9576
6284 eval "ac_cv_lib_$ac_lib_var=no" 9577ac_cv_lib_dnet_dnet_ntoa=no
6285fi 9578fi
6286rm -f conftest* 9579rm -f conftest.err conftest.$ac_objext \
9580 conftest$ac_exeext conftest.$ac_ext
6287LIBS="$ac_save_LIBS" 9581LIBS=$ac_check_lib_save_LIBS
6288
6289fi 9582fi
6290if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9583echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6291 echo "$ac_t""yes" 1>&6 9584echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
9585if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6292 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9586 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6293else
6294 echo "$ac_t""no" 1>&6
6295fi 9587fi
6296 9588
6297 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 9589 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9590 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 9591echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
6299echo "configure:6300: checking for dnet_ntoa in -ldnet_stub" >&5 9592if 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 9593 echo $ECHO_N "(cached) $ECHO_C" >&6
6303else 9594else
6304 ac_save_LIBS="$LIBS" 9595 ac_check_lib_save_LIBS=$LIBS
6305LIBS="-ldnet_stub $LIBS" 9596LIBS="-ldnet_stub $LIBS"
6306cat > conftest.$ac_ext <<EOF 9597cat >conftest.$ac_ext <<_ACEOF
6307#line 6308 "configure" 9598/* confdefs.h. */
6308#include "confdefs.h" 9599_ACEOF
9600cat confdefs.h >>conftest.$ac_ext
9601cat >>conftest.$ac_ext <<_ACEOF
9602/* end confdefs.h. */
9603
6309/* Override any gcc2 internal prototype to avoid an error. */ 9604/* Override any gcc2 internal prototype to avoid an error. */
9605#ifdef __cplusplus
9606extern "C"
9607#endif
6310/* We use char because int might match the return type of a gcc2 9608/* We use char because int might match the return type of a gcc2
6311 builtin and then its argument prototype would still apply. */ 9609 builtin and then its argument prototype would still apply. */
6312char dnet_ntoa(); 9610char dnet_ntoa ();
6313 9611int
6314int main() { 9612main ()
9613{
6315dnet_ntoa() 9614dnet_ntoa ();
9615 ;
6316; return 0; } 9616 return 0;
6317EOF 9617}
6318if { (eval echo configure:6319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9618_ACEOF
9619rm -f conftest.$ac_objext conftest$ac_exeext
9620if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9621 (eval $ac_link) 2>conftest.er1
9622 ac_status=$?
9623 grep -v '^ *+' conftest.er1 >conftest.err
6319 rm -rf conftest* 9624 rm -f conftest.er1
6320 eval "ac_cv_lib_$ac_lib_var=yes" 9625 cat conftest.err >&5
9626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9627 (exit $ac_status); } &&
9628 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9630 (eval $ac_try) 2>&5
9631 ac_status=$?
9632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9633 (exit $ac_status); }; } &&
9634 { ac_try='test -s conftest$ac_exeext'
9635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9636 (eval $ac_try) 2>&5
9637 ac_status=$?
9638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9639 (exit $ac_status); }; }; then
9640 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6321else 9641else
6322 echo "configure: failed program was:" >&5 9642 echo "$as_me: failed program was:" >&5
6323 cat conftest.$ac_ext >&5 9643sed 's/^/| /' conftest.$ac_ext >&5
6324 rm -rf conftest* 9644
6325 eval "ac_cv_lib_$ac_lib_var=no" 9645ac_cv_lib_dnet_stub_dnet_ntoa=no
6326fi 9646fi
6327rm -f conftest* 9647rm -f conftest.err conftest.$ac_objext \
9648 conftest$ac_exeext conftest.$ac_ext
6328LIBS="$ac_save_LIBS" 9649LIBS=$ac_check_lib_save_LIBS
6329
6330fi 9650fi
6331if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9651echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6332 echo "$ac_t""yes" 1>&6 9652echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
9653if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
6333 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9654 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6334else
6335 echo "$ac_t""no" 1>&6
6336fi 9655fi
6337 9656
6338 fi 9657 fi
9658fi
9659rm -f conftest.err conftest.$ac_objext \
9660 conftest$ac_exeext conftest.$ac_ext
9661 LIBS="$ac_xsave_LIBS"
6339 9662
6340 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 9663 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6341 # to get the SysV transport functions. 9664 # to get the SysV transport functions.
6342 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 9665 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6343 # needs -lnsl. 9666 # needs -lnsl.
6344 # The nsl library prevents programs from opening the X display 9667 # The nsl library prevents programs from opening the X display
6345 # on Irix 5.2, according to dickey@clark.net. 9668 # on Irix 5.2, according to T.E. Dickey.
9669 # The functions gethostbyname, getservbyname, and inet_addr are
9670 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9671 echo "$as_me:$LINENO: checking for gethostbyname" >&5
6346 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9672echo $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 9673if test "${ac_cv_func_gethostbyname+set}" = set; then
6349 echo $ac_n "(cached) $ac_c" 1>&6 9674 echo $ECHO_N "(cached) $ECHO_C" >&6
6350else 9675else
6351 cat > conftest.$ac_ext <<EOF 9676 cat >conftest.$ac_ext <<_ACEOF
6352#line 6353 "configure" 9677/* confdefs.h. */
6353#include "confdefs.h" 9678_ACEOF
9679cat confdefs.h >>conftest.$ac_ext
9680cat >>conftest.$ac_ext <<_ACEOF
9681/* end confdefs.h. */
9682/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9683 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9684#define gethostbyname innocuous_gethostbyname
9685
6354/* System header to define __stub macros and hopefully few prototypes, 9686/* System header to define __stub macros and hopefully few prototypes,
6355 which can conflict with char gethostbyname(); below. */ 9687 which can conflict with char gethostbyname (); below.
9688 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9689 <limits.h> exists even on freestanding compilers. */
9690
9691#ifdef __STDC__
9692# include <limits.h>
9693#else
6356#include <assert.h> 9694# include <assert.h>
9695#endif
9696
9697#undef gethostbyname
9698
6357/* Override any gcc2 internal prototype to avoid an error. */ 9699/* Override any gcc2 internal prototype to avoid an error. */
9700#ifdef __cplusplus
9701extern "C"
9702{
9703#endif
6358/* We use char because int might match the return type of a gcc2 9704/* We use char because int might match the return type of a gcc2
6359 builtin and then its argument prototype would still apply. */ 9705 builtin and then its argument prototype would still apply. */
6360char gethostbyname(); 9706char gethostbyname ();
6361
6362int main() {
6363
6364/* The GNU C library defines this for functions which it implements 9707/* The GNU C library defines this for functions which it implements
6365 to always fail with ENOSYS. Some functions are actually named 9708 to always fail with ENOSYS. Some functions are actually named
6366 something starting with __ and the normal name is an alias. */ 9709 something starting with __ and the normal name is an alias. */
6367#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9710#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6368choke me 9711choke me
6369#else 9712#else
6370gethostbyname(); 9713char (*f) () = gethostbyname;
6371#endif 9714#endif
9715#ifdef __cplusplus
9716}
9717#endif
6372 9718
9719int
9720main ()
9721{
9722return f != gethostbyname;
9723 ;
6373; return 0; } 9724 return 0;
6374EOF 9725}
6375if { (eval echo configure:6376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9726_ACEOF
9727rm -f conftest.$ac_objext conftest$ac_exeext
9728if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9729 (eval $ac_link) 2>conftest.er1
9730 ac_status=$?
9731 grep -v '^ *+' conftest.er1 >conftest.err
6376 rm -rf conftest* 9732 rm -f conftest.er1
9733 cat conftest.err >&5
9734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9735 (exit $ac_status); } &&
9736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9738 (eval $ac_try) 2>&5
9739 ac_status=$?
9740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9741 (exit $ac_status); }; } &&
9742 { ac_try='test -s conftest$ac_exeext'
9743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9744 (eval $ac_try) 2>&5
9745 ac_status=$?
9746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9747 (exit $ac_status); }; }; then
6377 eval "ac_cv_func_gethostbyname=yes" 9748 ac_cv_func_gethostbyname=yes
6378else 9749else
6379 echo "configure: failed program was:" >&5 9750 echo "$as_me: failed program was:" >&5
6380 cat conftest.$ac_ext >&5 9751sed 's/^/| /' conftest.$ac_ext >&5
6381 rm -rf conftest* 9752
6382 eval "ac_cv_func_gethostbyname=no" 9753ac_cv_func_gethostbyname=no
6383fi 9754fi
6384rm -f conftest* 9755rm -f conftest.err conftest.$ac_objext \
9756 conftest$ac_exeext conftest.$ac_ext
6385fi 9757fi
6386 9758echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6387if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9759echo "${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 9760
6394 if test $ac_cv_func_gethostbyname = no; then 9761 if test $ac_cv_func_gethostbyname = no; then
9762 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6395 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9763echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6396echo "configure:6397: checking for gethostbyname in -lnsl" >&5 9764if 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 9765 echo $ECHO_N "(cached) $ECHO_C" >&6
6400else 9766else
6401 ac_save_LIBS="$LIBS" 9767 ac_check_lib_save_LIBS=$LIBS
6402LIBS="-lnsl $LIBS" 9768LIBS="-lnsl $LIBS"
6403cat > conftest.$ac_ext <<EOF 9769cat >conftest.$ac_ext <<_ACEOF
6404#line 6405 "configure" 9770/* confdefs.h. */
6405#include "confdefs.h" 9771_ACEOF
9772cat confdefs.h >>conftest.$ac_ext
9773cat >>conftest.$ac_ext <<_ACEOF
9774/* end confdefs.h. */
9775
6406/* Override any gcc2 internal prototype to avoid an error. */ 9776/* Override any gcc2 internal prototype to avoid an error. */
9777#ifdef __cplusplus
9778extern "C"
9779#endif
6407/* We use char because int might match the return type of a gcc2 9780/* We use char because int might match the return type of a gcc2
6408 builtin and then its argument prototype would still apply. */ 9781 builtin and then its argument prototype would still apply. */
6409char gethostbyname(); 9782char gethostbyname ();
6410 9783int
6411int main() { 9784main ()
9785{
6412gethostbyname() 9786gethostbyname ();
9787 ;
6413; return 0; } 9788 return 0;
6414EOF 9789}
6415if { (eval echo configure:6416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9790_ACEOF
9791rm -f conftest.$ac_objext conftest$ac_exeext
9792if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9793 (eval $ac_link) 2>conftest.er1
9794 ac_status=$?
9795 grep -v '^ *+' conftest.er1 >conftest.err
6416 rm -rf conftest* 9796 rm -f conftest.er1
6417 eval "ac_cv_lib_$ac_lib_var=yes" 9797 cat conftest.err >&5
9798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9799 (exit $ac_status); } &&
9800 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9802 (eval $ac_try) 2>&5
9803 ac_status=$?
9804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9805 (exit $ac_status); }; } &&
9806 { ac_try='test -s conftest$ac_exeext'
9807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9808 (eval $ac_try) 2>&5
9809 ac_status=$?
9810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9811 (exit $ac_status); }; }; then
9812 ac_cv_lib_nsl_gethostbyname=yes
6418else 9813else
6419 echo "configure: failed program was:" >&5 9814 echo "$as_me: failed program was:" >&5
6420 cat conftest.$ac_ext >&5 9815sed 's/^/| /' conftest.$ac_ext >&5
6421 rm -rf conftest* 9816
6422 eval "ac_cv_lib_$ac_lib_var=no" 9817ac_cv_lib_nsl_gethostbyname=no
6423fi 9818fi
6424rm -f conftest* 9819rm -f conftest.err conftest.$ac_objext \
9820 conftest$ac_exeext conftest.$ac_ext
6425LIBS="$ac_save_LIBS" 9821LIBS=$ac_check_lib_save_LIBS
6426
6427fi 9822fi
6428if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9823echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6429 echo "$ac_t""yes" 1>&6 9824echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9825if test $ac_cv_lib_nsl_gethostbyname = yes; then
6430 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9826 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6431else
6432 echo "$ac_t""no" 1>&6
6433fi 9827fi
6434 9828
9829 if test $ac_cv_lib_nsl_gethostbyname = no; then
9830 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9831echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
9832if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9833 echo $ECHO_N "(cached) $ECHO_C" >&6
9834else
9835 ac_check_lib_save_LIBS=$LIBS
9836LIBS="-lbsd $LIBS"
9837cat >conftest.$ac_ext <<_ACEOF
9838/* confdefs.h. */
9839_ACEOF
9840cat confdefs.h >>conftest.$ac_ext
9841cat >>conftest.$ac_ext <<_ACEOF
9842/* end confdefs.h. */
9843
9844/* Override any gcc2 internal prototype to avoid an error. */
9845#ifdef __cplusplus
9846extern "C"
9847#endif
9848/* We use char because int might match the return type of a gcc2
9849 builtin and then its argument prototype would still apply. */
9850char gethostbyname ();
9851int
9852main ()
9853{
9854gethostbyname ();
9855 ;
9856 return 0;
9857}
9858_ACEOF
9859rm -f conftest.$ac_objext conftest$ac_exeext
9860if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9861 (eval $ac_link) 2>conftest.er1
9862 ac_status=$?
9863 grep -v '^ *+' conftest.er1 >conftest.err
9864 rm -f conftest.er1
9865 cat conftest.err >&5
9866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9867 (exit $ac_status); } &&
9868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9870 (eval $ac_try) 2>&5
9871 ac_status=$?
9872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9873 (exit $ac_status); }; } &&
9874 { ac_try='test -s conftest$ac_exeext'
9875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9876 (eval $ac_try) 2>&5
9877 ac_status=$?
9878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9879 (exit $ac_status); }; }; then
9880 ac_cv_lib_bsd_gethostbyname=yes
9881else
9882 echo "$as_me: failed program was:" >&5
9883sed 's/^/| /' conftest.$ac_ext >&5
9884
9885ac_cv_lib_bsd_gethostbyname=no
9886fi
9887rm -f conftest.err conftest.$ac_objext \
9888 conftest$ac_exeext conftest.$ac_ext
9889LIBS=$ac_check_lib_save_LIBS
9890fi
9891echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9892echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
9893if test $ac_cv_lib_bsd_gethostbyname = yes; then
9894 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9895fi
9896
9897 fi
6435 fi 9898 fi
6436 9899
6437 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9900 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6438 # socket/setsockopt and other routines are undefined under SCO ODT 9901 # 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 9902 # 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 9903 # on later versions), says Simon Leinen: it contains gethostby*
6441 # gethostby* variants that don't use the nameserver (or something). 9904 # variants that don't use the name server (or something). -lsocket
6442 # -lsocket must be given before -lnsl if both are needed. 9905 # must be given before -lnsl if both are needed. We assume that
6443 # We assume that if connect needs -lnsl, so does gethostbyname. 9906 # if connect needs -lnsl, so does gethostbyname.
9907 echo "$as_me:$LINENO: checking for connect" >&5
6444 echo $ac_n "checking for connect""... $ac_c" 1>&6 9908echo $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 9909if test "${ac_cv_func_connect+set}" = set; then
6447 echo $ac_n "(cached) $ac_c" 1>&6 9910 echo $ECHO_N "(cached) $ECHO_C" >&6
6448else 9911else
6449 cat > conftest.$ac_ext <<EOF 9912 cat >conftest.$ac_ext <<_ACEOF
6450#line 6451 "configure" 9913/* confdefs.h. */
6451#include "confdefs.h" 9914_ACEOF
9915cat confdefs.h >>conftest.$ac_ext
9916cat >>conftest.$ac_ext <<_ACEOF
9917/* end confdefs.h. */
9918/* Define connect to an innocuous variant, in case <limits.h> declares connect.
9919 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9920#define connect innocuous_connect
9921
6452/* System header to define __stub macros and hopefully few prototypes, 9922/* System header to define __stub macros and hopefully few prototypes,
6453 which can conflict with char connect(); below. */ 9923 which can conflict with char connect (); below.
9924 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9925 <limits.h> exists even on freestanding compilers. */
9926
9927#ifdef __STDC__
9928# include <limits.h>
9929#else
6454#include <assert.h> 9930# include <assert.h>
9931#endif
9932
9933#undef connect
9934
6455/* Override any gcc2 internal prototype to avoid an error. */ 9935/* Override any gcc2 internal prototype to avoid an error. */
9936#ifdef __cplusplus
9937extern "C"
9938{
9939#endif
6456/* We use char because int might match the return type of a gcc2 9940/* We use char because int might match the return type of a gcc2
6457 builtin and then its argument prototype would still apply. */ 9941 builtin and then its argument prototype would still apply. */
6458char connect(); 9942char connect ();
6459
6460int main() {
6461
6462/* The GNU C library defines this for functions which it implements 9943/* The GNU C library defines this for functions which it implements
6463 to always fail with ENOSYS. Some functions are actually named 9944 to always fail with ENOSYS. Some functions are actually named
6464 something starting with __ and the normal name is an alias. */ 9945 something starting with __ and the normal name is an alias. */
6465#if defined (__stub_connect) || defined (__stub___connect) 9946#if defined (__stub_connect) || defined (__stub___connect)
6466choke me 9947choke me
6467#else 9948#else
6468connect(); 9949char (*f) () = connect;
6469#endif 9950#endif
9951#ifdef __cplusplus
9952}
9953#endif
6470 9954
9955int
9956main ()
9957{
9958return f != connect;
9959 ;
6471; return 0; } 9960 return 0;
6472EOF 9961}
6473if { (eval echo configure:6474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9962_ACEOF
9963rm -f conftest.$ac_objext conftest$ac_exeext
9964if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9965 (eval $ac_link) 2>conftest.er1
9966 ac_status=$?
9967 grep -v '^ *+' conftest.er1 >conftest.err
6474 rm -rf conftest* 9968 rm -f conftest.er1
9969 cat conftest.err >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); } &&
9972 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9974 (eval $ac_try) 2>&5
9975 ac_status=$?
9976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9977 (exit $ac_status); }; } &&
9978 { ac_try='test -s conftest$ac_exeext'
9979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9980 (eval $ac_try) 2>&5
9981 ac_status=$?
9982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9983 (exit $ac_status); }; }; then
6475 eval "ac_cv_func_connect=yes" 9984 ac_cv_func_connect=yes
6476else 9985else
6477 echo "configure: failed program was:" >&5 9986 echo "$as_me: failed program was:" >&5
6478 cat conftest.$ac_ext >&5 9987sed 's/^/| /' conftest.$ac_ext >&5
6479 rm -rf conftest* 9988
6480 eval "ac_cv_func_connect=no" 9989ac_cv_func_connect=no
6481fi 9990fi
6482rm -f conftest* 9991rm -f conftest.err conftest.$ac_objext \
9992 conftest$ac_exeext conftest.$ac_ext
6483fi 9993fi
6484 9994echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6485if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 9995echo "${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 9996
6492 if test $ac_cv_func_connect = no; then 9997 if test $ac_cv_func_connect = no; then
9998 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6493 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 9999echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6494echo "configure:6495: checking for connect in -lsocket" >&5 10000if 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 10001 echo $ECHO_N "(cached) $ECHO_C" >&6
6498else 10002else
6499 ac_save_LIBS="$LIBS" 10003 ac_check_lib_save_LIBS=$LIBS
6500LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 10004LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6501cat > conftest.$ac_ext <<EOF 10005cat >conftest.$ac_ext <<_ACEOF
6502#line 6503 "configure" 10006/* confdefs.h. */
6503#include "confdefs.h" 10007_ACEOF
10008cat confdefs.h >>conftest.$ac_ext
10009cat >>conftest.$ac_ext <<_ACEOF
10010/* end confdefs.h. */
10011
6504/* Override any gcc2 internal prototype to avoid an error. */ 10012/* Override any gcc2 internal prototype to avoid an error. */
10013#ifdef __cplusplus
10014extern "C"
10015#endif
6505/* We use char because int might match the return type of a gcc2 10016/* We use char because int might match the return type of a gcc2
6506 builtin and then its argument prototype would still apply. */ 10017 builtin and then its argument prototype would still apply. */
6507char connect(); 10018char connect ();
6508 10019int
6509int main() { 10020main ()
10021{
6510connect() 10022connect ();
10023 ;
6511; return 0; } 10024 return 0;
6512EOF 10025}
6513if { (eval echo configure:6514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10026_ACEOF
10027rm -f conftest.$ac_objext conftest$ac_exeext
10028if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10029 (eval $ac_link) 2>conftest.er1
10030 ac_status=$?
10031 grep -v '^ *+' conftest.er1 >conftest.err
6514 rm -rf conftest* 10032 rm -f conftest.er1
6515 eval "ac_cv_lib_$ac_lib_var=yes" 10033 cat conftest.err >&5
10034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10035 (exit $ac_status); } &&
10036 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10038 (eval $ac_try) 2>&5
10039 ac_status=$?
10040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10041 (exit $ac_status); }; } &&
10042 { ac_try='test -s conftest$ac_exeext'
10043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10044 (eval $ac_try) 2>&5
10045 ac_status=$?
10046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10047 (exit $ac_status); }; }; then
10048 ac_cv_lib_socket_connect=yes
6516else 10049else
6517 echo "configure: failed program was:" >&5 10050 echo "$as_me: failed program was:" >&5
6518 cat conftest.$ac_ext >&5 10051sed 's/^/| /' conftest.$ac_ext >&5
6519 rm -rf conftest* 10052
6520 eval "ac_cv_lib_$ac_lib_var=no" 10053ac_cv_lib_socket_connect=no
6521fi 10054fi
6522rm -f conftest* 10055rm -f conftest.err conftest.$ac_objext \
10056 conftest$ac_exeext conftest.$ac_ext
6523LIBS="$ac_save_LIBS" 10057LIBS=$ac_check_lib_save_LIBS
6524
6525fi 10058fi
6526if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10059echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6527 echo "$ac_t""yes" 1>&6 10060echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
10061if test $ac_cv_lib_socket_connect = yes; then
6528 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 10062 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6529else
6530 echo "$ac_t""no" 1>&6
6531fi 10063fi
6532 10064
6533 fi 10065 fi
6534 10066
6535 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 10067 # Guillermo Gomez says -lposix is necessary on A/UX.
10068 echo "$as_me:$LINENO: checking for remove" >&5
6536 echo $ac_n "checking for remove""... $ac_c" 1>&6 10069echo $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 10070if test "${ac_cv_func_remove+set}" = set; then
6539 echo $ac_n "(cached) $ac_c" 1>&6 10071 echo $ECHO_N "(cached) $ECHO_C" >&6
6540else 10072else
6541 cat > conftest.$ac_ext <<EOF 10073 cat >conftest.$ac_ext <<_ACEOF
6542#line 6543 "configure" 10074/* confdefs.h. */
6543#include "confdefs.h" 10075_ACEOF
10076cat confdefs.h >>conftest.$ac_ext
10077cat >>conftest.$ac_ext <<_ACEOF
10078/* end confdefs.h. */
10079/* Define remove to an innocuous variant, in case <limits.h> declares remove.
10080 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10081#define remove innocuous_remove
10082
6544/* System header to define __stub macros and hopefully few prototypes, 10083/* System header to define __stub macros and hopefully few prototypes,
6545 which can conflict with char remove(); below. */ 10084 which can conflict with char remove (); below.
10085 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10086 <limits.h> exists even on freestanding compilers. */
10087
10088#ifdef __STDC__
10089# include <limits.h>
10090#else
6546#include <assert.h> 10091# include <assert.h>
10092#endif
10093
10094#undef remove
10095
6547/* Override any gcc2 internal prototype to avoid an error. */ 10096/* Override any gcc2 internal prototype to avoid an error. */
10097#ifdef __cplusplus
10098extern "C"
10099{
10100#endif
6548/* We use char because int might match the return type of a gcc2 10101/* We use char because int might match the return type of a gcc2
6549 builtin and then its argument prototype would still apply. */ 10102 builtin and then its argument prototype would still apply. */
6550char remove(); 10103char remove ();
6551
6552int main() {
6553
6554/* The GNU C library defines this for functions which it implements 10104/* The GNU C library defines this for functions which it implements
6555 to always fail with ENOSYS. Some functions are actually named 10105 to always fail with ENOSYS. Some functions are actually named
6556 something starting with __ and the normal name is an alias. */ 10106 something starting with __ and the normal name is an alias. */
6557#if defined (__stub_remove) || defined (__stub___remove) 10107#if defined (__stub_remove) || defined (__stub___remove)
6558choke me 10108choke me
6559#else 10109#else
6560remove(); 10110char (*f) () = remove;
6561#endif 10111#endif
10112#ifdef __cplusplus
10113}
10114#endif
6562 10115
10116int
10117main ()
10118{
10119return f != remove;
10120 ;
6563; return 0; } 10121 return 0;
6564EOF 10122}
6565if { (eval echo configure:6566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10123_ACEOF
10124rm -f conftest.$ac_objext conftest$ac_exeext
10125if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10126 (eval $ac_link) 2>conftest.er1
10127 ac_status=$?
10128 grep -v '^ *+' conftest.er1 >conftest.err
6566 rm -rf conftest* 10129 rm -f conftest.er1
10130 cat conftest.err >&5
10131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10132 (exit $ac_status); } &&
10133 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10135 (eval $ac_try) 2>&5
10136 ac_status=$?
10137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10138 (exit $ac_status); }; } &&
10139 { ac_try='test -s conftest$ac_exeext'
10140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10141 (eval $ac_try) 2>&5
10142 ac_status=$?
10143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10144 (exit $ac_status); }; }; then
6567 eval "ac_cv_func_remove=yes" 10145 ac_cv_func_remove=yes
6568else 10146else
6569 echo "configure: failed program was:" >&5 10147 echo "$as_me: failed program was:" >&5
6570 cat conftest.$ac_ext >&5 10148sed 's/^/| /' conftest.$ac_ext >&5
6571 rm -rf conftest* 10149
6572 eval "ac_cv_func_remove=no" 10150ac_cv_func_remove=no
6573fi 10151fi
6574rm -f conftest* 10152rm -f conftest.err conftest.$ac_objext \
10153 conftest$ac_exeext conftest.$ac_ext
6575fi 10154fi
6576 10155echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6577if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 10156echo "${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 10157
6584 if test $ac_cv_func_remove = no; then 10158 if test $ac_cv_func_remove = no; then
10159 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6585 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 10160echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6586echo "configure:6587: checking for remove in -lposix" >&5 10161if 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 10162 echo $ECHO_N "(cached) $ECHO_C" >&6
6590else 10163else
6591 ac_save_LIBS="$LIBS" 10164 ac_check_lib_save_LIBS=$LIBS
6592LIBS="-lposix $LIBS" 10165LIBS="-lposix $LIBS"
6593cat > conftest.$ac_ext <<EOF 10166cat >conftest.$ac_ext <<_ACEOF
6594#line 6595 "configure" 10167/* confdefs.h. */
6595#include "confdefs.h" 10168_ACEOF
10169cat confdefs.h >>conftest.$ac_ext
10170cat >>conftest.$ac_ext <<_ACEOF
10171/* end confdefs.h. */
10172
6596/* Override any gcc2 internal prototype to avoid an error. */ 10173/* Override any gcc2 internal prototype to avoid an error. */
10174#ifdef __cplusplus
10175extern "C"
10176#endif
6597/* We use char because int might match the return type of a gcc2 10177/* We use char because int might match the return type of a gcc2
6598 builtin and then its argument prototype would still apply. */ 10178 builtin and then its argument prototype would still apply. */
6599char remove(); 10179char remove ();
6600 10180int
6601int main() { 10181main ()
10182{
6602remove() 10183remove ();
10184 ;
6603; return 0; } 10185 return 0;
6604EOF 10186}
6605if { (eval echo configure:6606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10187_ACEOF
10188rm -f conftest.$ac_objext conftest$ac_exeext
10189if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10190 (eval $ac_link) 2>conftest.er1
10191 ac_status=$?
10192 grep -v '^ *+' conftest.er1 >conftest.err
6606 rm -rf conftest* 10193 rm -f conftest.er1
6607 eval "ac_cv_lib_$ac_lib_var=yes" 10194 cat conftest.err >&5
10195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10196 (exit $ac_status); } &&
10197 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10199 (eval $ac_try) 2>&5
10200 ac_status=$?
10201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10202 (exit $ac_status); }; } &&
10203 { ac_try='test -s conftest$ac_exeext'
10204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10205 (eval $ac_try) 2>&5
10206 ac_status=$?
10207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10208 (exit $ac_status); }; }; then
10209 ac_cv_lib_posix_remove=yes
6608else 10210else
6609 echo "configure: failed program was:" >&5 10211 echo "$as_me: failed program was:" >&5
6610 cat conftest.$ac_ext >&5 10212sed 's/^/| /' conftest.$ac_ext >&5
6611 rm -rf conftest* 10213
6612 eval "ac_cv_lib_$ac_lib_var=no" 10214ac_cv_lib_posix_remove=no
6613fi 10215fi
6614rm -f conftest* 10216rm -f conftest.err conftest.$ac_objext \
10217 conftest$ac_exeext conftest.$ac_ext
6615LIBS="$ac_save_LIBS" 10218LIBS=$ac_check_lib_save_LIBS
6616
6617fi 10219fi
6618if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10220echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6619 echo "$ac_t""yes" 1>&6 10221echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
10222if test $ac_cv_lib_posix_remove = yes; then
6620 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 10223 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6621else
6622 echo "$ac_t""no" 1>&6
6623fi 10224fi
6624 10225
6625 fi 10226 fi
6626 10227
6627 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 10228 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
10229 echo "$as_me:$LINENO: checking for shmat" >&5
6628 echo $ac_n "checking for shmat""... $ac_c" 1>&6 10230echo $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 10231if test "${ac_cv_func_shmat+set}" = set; then
6631 echo $ac_n "(cached) $ac_c" 1>&6 10232 echo $ECHO_N "(cached) $ECHO_C" >&6
6632else 10233else
6633 cat > conftest.$ac_ext <<EOF 10234 cat >conftest.$ac_ext <<_ACEOF
6634#line 6635 "configure" 10235/* confdefs.h. */
6635#include "confdefs.h" 10236_ACEOF
10237cat confdefs.h >>conftest.$ac_ext
10238cat >>conftest.$ac_ext <<_ACEOF
10239/* end confdefs.h. */
10240/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
10241 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10242#define shmat innocuous_shmat
10243
6636/* System header to define __stub macros and hopefully few prototypes, 10244/* System header to define __stub macros and hopefully few prototypes,
6637 which can conflict with char shmat(); below. */ 10245 which can conflict with char shmat (); below.
10246 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10247 <limits.h> exists even on freestanding compilers. */
10248
10249#ifdef __STDC__
10250# include <limits.h>
10251#else
6638#include <assert.h> 10252# include <assert.h>
10253#endif
10254
10255#undef shmat
10256
6639/* Override any gcc2 internal prototype to avoid an error. */ 10257/* Override any gcc2 internal prototype to avoid an error. */
10258#ifdef __cplusplus
10259extern "C"
10260{
10261#endif
6640/* We use char because int might match the return type of a gcc2 10262/* We use char because int might match the return type of a gcc2
6641 builtin and then its argument prototype would still apply. */ 10263 builtin and then its argument prototype would still apply. */
6642char shmat(); 10264char shmat ();
6643
6644int main() {
6645
6646/* The GNU C library defines this for functions which it implements 10265/* The GNU C library defines this for functions which it implements
6647 to always fail with ENOSYS. Some functions are actually named 10266 to always fail with ENOSYS. Some functions are actually named
6648 something starting with __ and the normal name is an alias. */ 10267 something starting with __ and the normal name is an alias. */
6649#if defined (__stub_shmat) || defined (__stub___shmat) 10268#if defined (__stub_shmat) || defined (__stub___shmat)
6650choke me 10269choke me
6651#else 10270#else
6652shmat(); 10271char (*f) () = shmat;
6653#endif 10272#endif
10273#ifdef __cplusplus
10274}
10275#endif
6654 10276
10277int
10278main ()
10279{
10280return f != shmat;
10281 ;
6655; return 0; } 10282 return 0;
6656EOF 10283}
6657if { (eval echo configure:6658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10284_ACEOF
10285rm -f conftest.$ac_objext conftest$ac_exeext
10286if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10287 (eval $ac_link) 2>conftest.er1
10288 ac_status=$?
10289 grep -v '^ *+' conftest.er1 >conftest.err
6658 rm -rf conftest* 10290 rm -f conftest.er1
10291 cat conftest.err >&5
10292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10293 (exit $ac_status); } &&
10294 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10296 (eval $ac_try) 2>&5
10297 ac_status=$?
10298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10299 (exit $ac_status); }; } &&
10300 { ac_try='test -s conftest$ac_exeext'
10301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10302 (eval $ac_try) 2>&5
10303 ac_status=$?
10304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10305 (exit $ac_status); }; }; then
6659 eval "ac_cv_func_shmat=yes" 10306 ac_cv_func_shmat=yes
6660else 10307else
6661 echo "configure: failed program was:" >&5 10308 echo "$as_me: failed program was:" >&5
6662 cat conftest.$ac_ext >&5 10309sed 's/^/| /' conftest.$ac_ext >&5
6663 rm -rf conftest* 10310
6664 eval "ac_cv_func_shmat=no" 10311ac_cv_func_shmat=no
6665fi 10312fi
6666rm -f conftest* 10313rm -f conftest.err conftest.$ac_objext \
10314 conftest$ac_exeext conftest.$ac_ext
6667fi 10315fi
6668 10316echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6669if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10317echo "${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 10318
6676 if test $ac_cv_func_shmat = no; then 10319 if test $ac_cv_func_shmat = no; then
10320 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6677 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10321echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6678echo "configure:6679: checking for shmat in -lipc" >&5 10322if 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 10323 echo $ECHO_N "(cached) $ECHO_C" >&6
6682else 10324else
6683 ac_save_LIBS="$LIBS" 10325 ac_check_lib_save_LIBS=$LIBS
6684LIBS="-lipc $LIBS" 10326LIBS="-lipc $LIBS"
6685cat > conftest.$ac_ext <<EOF 10327cat >conftest.$ac_ext <<_ACEOF
6686#line 6687 "configure" 10328/* confdefs.h. */
6687#include "confdefs.h" 10329_ACEOF
10330cat confdefs.h >>conftest.$ac_ext
10331cat >>conftest.$ac_ext <<_ACEOF
10332/* end confdefs.h. */
10333
6688/* Override any gcc2 internal prototype to avoid an error. */ 10334/* Override any gcc2 internal prototype to avoid an error. */
10335#ifdef __cplusplus
10336extern "C"
10337#endif
6689/* We use char because int might match the return type of a gcc2 10338/* We use char because int might match the return type of a gcc2
6690 builtin and then its argument prototype would still apply. */ 10339 builtin and then its argument prototype would still apply. */
6691char shmat(); 10340char shmat ();
6692 10341int
6693int main() { 10342main ()
10343{
6694shmat() 10344shmat ();
10345 ;
6695; return 0; } 10346 return 0;
6696EOF 10347}
6697if { (eval echo configure:6698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10348_ACEOF
10349rm -f conftest.$ac_objext conftest$ac_exeext
10350if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10351 (eval $ac_link) 2>conftest.er1
10352 ac_status=$?
10353 grep -v '^ *+' conftest.er1 >conftest.err
6698 rm -rf conftest* 10354 rm -f conftest.er1
6699 eval "ac_cv_lib_$ac_lib_var=yes" 10355 cat conftest.err >&5
10356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10357 (exit $ac_status); } &&
10358 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10360 (eval $ac_try) 2>&5
10361 ac_status=$?
10362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10363 (exit $ac_status); }; } &&
10364 { ac_try='test -s conftest$ac_exeext'
10365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10366 (eval $ac_try) 2>&5
10367 ac_status=$?
10368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10369 (exit $ac_status); }; }; then
10370 ac_cv_lib_ipc_shmat=yes
6700else 10371else
6701 echo "configure: failed program was:" >&5 10372 echo "$as_me: failed program was:" >&5
6702 cat conftest.$ac_ext >&5 10373sed 's/^/| /' conftest.$ac_ext >&5
6703 rm -rf conftest* 10374
6704 eval "ac_cv_lib_$ac_lib_var=no" 10375ac_cv_lib_ipc_shmat=no
6705fi 10376fi
6706rm -f conftest* 10377rm -f conftest.err conftest.$ac_objext \
10378 conftest$ac_exeext conftest.$ac_ext
6707LIBS="$ac_save_LIBS" 10379LIBS=$ac_check_lib_save_LIBS
6708
6709fi 10380fi
6710if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10381echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6711 echo "$ac_t""yes" 1>&6 10382echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10383if test $ac_cv_lib_ipc_shmat = yes; then
6712 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10384 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6713else
6714 echo "$ac_t""no" 1>&6
6715fi 10385fi
6716 10386
6717 fi 10387 fi
6718 fi 10388 fi
6719 10389
6720 # Check for libraries that X11R6 Xt/Xaw programs need. 10390 # Check for libraries that X11R6 Xt/Xaw programs need.
6721 ac_save_LDFLAGS="$LDFLAGS" 10391 ac_save_LDFLAGS=$LDFLAGS
6722 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10392 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6723 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 10393 # 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 10394 # 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. 10395 # 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 10396 # These have to be linked with before -lX11, unlike the other
6727 # libraries we check for below, so use a different variable. 10397 # libraries we check for below, so use a different variable.
6728 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10398 # John Interrante, Karl Berry
10399 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6729 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10400echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6730echo "configure:6731: checking for IceConnectionNumber in -lICE" >&5 10401if 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 10402 echo $ECHO_N "(cached) $ECHO_C" >&6
6734else 10403else
6735 ac_save_LIBS="$LIBS" 10404 ac_check_lib_save_LIBS=$LIBS
6736LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10405LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6737cat > conftest.$ac_ext <<EOF 10406cat >conftest.$ac_ext <<_ACEOF
6738#line 6739 "configure" 10407/* confdefs.h. */
6739#include "confdefs.h" 10408_ACEOF
10409cat confdefs.h >>conftest.$ac_ext
10410cat >>conftest.$ac_ext <<_ACEOF
10411/* end confdefs.h. */
10412
6740/* Override any gcc2 internal prototype to avoid an error. */ 10413/* Override any gcc2 internal prototype to avoid an error. */
10414#ifdef __cplusplus
10415extern "C"
10416#endif
6741/* We use char because int might match the return type of a gcc2 10417/* We use char because int might match the return type of a gcc2
6742 builtin and then its argument prototype would still apply. */ 10418 builtin and then its argument prototype would still apply. */
6743char IceConnectionNumber(); 10419char IceConnectionNumber ();
6744 10420int
6745int main() { 10421main ()
10422{
6746IceConnectionNumber() 10423IceConnectionNumber ();
10424 ;
6747; return 0; } 10425 return 0;
6748EOF 10426}
6749if { (eval echo configure:6750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10427_ACEOF
10428rm -f conftest.$ac_objext conftest$ac_exeext
10429if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10430 (eval $ac_link) 2>conftest.er1
10431 ac_status=$?
10432 grep -v '^ *+' conftest.er1 >conftest.err
6750 rm -rf conftest* 10433 rm -f conftest.er1
6751 eval "ac_cv_lib_$ac_lib_var=yes" 10434 cat conftest.err >&5
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } &&
10437 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10439 (eval $ac_try) 2>&5
10440 ac_status=$?
10441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10442 (exit $ac_status); }; } &&
10443 { ac_try='test -s conftest$ac_exeext'
10444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10445 (eval $ac_try) 2>&5
10446 ac_status=$?
10447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10448 (exit $ac_status); }; }; then
10449 ac_cv_lib_ICE_IceConnectionNumber=yes
6752else 10450else
6753 echo "configure: failed program was:" >&5 10451 echo "$as_me: failed program was:" >&5
6754 cat conftest.$ac_ext >&5 10452sed 's/^/| /' conftest.$ac_ext >&5
6755 rm -rf conftest* 10453
6756 eval "ac_cv_lib_$ac_lib_var=no" 10454ac_cv_lib_ICE_IceConnectionNumber=no
6757fi 10455fi
6758rm -f conftest* 10456rm -f conftest.err conftest.$ac_objext \
10457 conftest$ac_exeext conftest.$ac_ext
6759LIBS="$ac_save_LIBS" 10458LIBS=$ac_check_lib_save_LIBS
6760
6761fi 10459fi
6762if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10460echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6763 echo "$ac_t""yes" 1>&6 10461echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10462if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6764 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10463 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6765else
6766 echo "$ac_t""no" 1>&6
6767fi 10464fi
6768 10465
6769 LDFLAGS="$ac_save_LDFLAGS" 10466 LDFLAGS=$ac_save_LDFLAGS
6770 10467
6771fi 10468fi
6772 10469
6773 10470
6774 10471
6775if test x$support_xpm = xyes; then 10472if test x$support_xpm = xyes; then
6776 10473
6777 10474
6778 10475
6779# Initialize some more variables set by options. 10476# Initialize some more variables set by options.
6780# The variables have the same names as the options, with 10477# The variables have the same names as the options, with
6781# dashes changed to underlines. 10478# dashes changed to underlines.
6782 10479
6783# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 10480# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6784# paths, otherwise set no_xpm=yes. 10481# paths, otherwise set no_xpm=yes.
6785# Uses ac_ vars as temps to allow command line to override cache and checks. 10482# Uses ac_ vars as temps to allow command line to override cache and checks.
10483echo "$as_me:$LINENO: checking for libXpm" >&5
6786echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10484echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6787echo "configure:6788: checking for libXpm" >&5 10485
6788 10486
6789# Check whether --with-xpm_includes or --without-xpm_includes was given. 10487# Check whether --with-xpm_includes or --without-xpm_includes was given.
6790if test "${with_xpm_includes+set}" = set; then 10488if test "${with_xpm_includes+set}" = set; then
6791 withval="$with_xpm_includes" 10489 withval="$with_xpm_includes"
6792 xpm_includes="$withval" 10490 xpm_includes="$withval"
6793else 10491else
6794 xpm_includes=NO 10492 xpm_includes=NO
6795fi 10493fi;
6796 10494
6797# Check whether --with-xpm_library or --without-xpm_library was given. 10495# Check whether --with-xpm_library or --without-xpm_library was given.
6798if test "${with_xpm_library+set}" = set; then 10496if test "${with_xpm_library+set}" = set; then
6799 withval="$with_xpm_library" 10497 withval="$with_xpm_library"
6800 xpm_libraries="$withval" 10498 xpm_libraries="$withval"
6801else 10499else
6802 xpm_libraries=NO 10500 xpm_libraries=NO
6803fi 10501fi;
6804
6805 10502
6806# --without-xpm overrides everything else, but does not touch the cache. 10503# --without-xpm overrides everything else, but does not touch the cache.
10504
6807# Check whether --with-xpm or --without-xpm was given. 10505# Check whether --with-xpm or --without-xpm was given.
6808if test "${with_xpm+set}" = set; then 10506if test "${with_xpm+set}" = set; then
6809 withval="$with_xpm" 10507 withval="$with_xpm"
6810 : 10508
6811fi 10509fi;
6812
6813if test "$with_xpm" = no; then 10510if test "$with_xpm" = no; then
6814 have_xpm=disabled 10511 have_xpm=disabled
6815else 10512else
6816 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10513 if test "${ac_cv_have_xpm+set}" = set; then
6817 echo $ac_n "(cached) $ac_c" 1>&6 10514 echo $ECHO_N "(cached) $ECHO_C" >&6
6818else 10515else
6819 10516
6820 vt_xpm_include_X11=no 10517 vt_xpm_include_X11=no
6821 if test -n "$xpm_includes"; then 10518 if test -n "$xpm_includes"; then
6822 vt_xpm_includes=$xpm_includes 10519 vt_xpm_includes=$xpm_includes
6823 else 10520 else
6824 vt_xpm_includes=NO 10521 vt_xpm_includes=NO
6834 10531
6835ac_save_CPPFLAGS="$CPPFLAGS" 10532ac_save_CPPFLAGS="$CPPFLAGS"
6836CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10533CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6837 10534
6838 # First, try using that file with no special directory specified. 10535 # First, try using that file with no special directory specified.
6839cat > conftest.$ac_ext <<EOF 10536cat >conftest.$ac_ext <<_ACEOF
6840#line 6841 "configure" 10537/* confdefs.h. */
6841#include "confdefs.h" 10538_ACEOF
10539cat confdefs.h >>conftest.$ac_ext
10540cat >>conftest.$ac_ext <<_ACEOF
10541/* end confdefs.h. */
6842#include <X11/xpm.h> 10542#include <X11/xpm.h>
6843EOF 10543_ACEOF
6844ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10544if { (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; } 10545 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6846ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10546 ac_status=$?
10547 grep -v '^ *+' conftest.er1 >conftest.err
10548 rm -f conftest.er1
10549 cat conftest.err >&5
10550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10551 (exit $ac_status); } >/dev/null; then
10552 if test -s conftest.err; then
10553 ac_cpp_err=$ac_cxx_preproc_warn_flag
10554 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10555 else
10556 ac_cpp_err=
10557 fi
10558else
10559 ac_cpp_err=yes
10560fi
6847if test -z "$ac_err"; then 10561if test -z "$ac_cpp_err"; then
6848 rm -rf conftest*
6849 # We can compile using X headers with no special include directory. 10562 # We can compile using X headers with no special include directory.
6850vt_xpm_includes= 10563vt_xpm_includes=
6851vt_xpm_include_X11=yes 10564vt_xpm_include_X11=yes
6852else 10565else
6853 echo "$ac_err" >&5
6854 echo "configure: failed program was:" >&5 10566 echo "$as_me: failed program was:" >&5
6855 cat conftest.$ac_ext >&5 10567sed 's/^/| /' conftest.$ac_ext >&5
6856 rm -rf conftest* 10568
6857 CPPFLAGS="$ac_save_CPPFLAGS" 10569 CPPFLAGS="$ac_save_CPPFLAGS"
6858# Look for the header file in a standard set of common directories. 10570# Look for the header file in a standard set of common directories.
6859 for ac_dir in \ 10571 for ac_dir in \
6860 /usr/X11/include \ 10572 /usr/X11/include \
6861 /usr/X11R6/include \ 10573 /usr/X11R6/include \
6902 break 10614 break
6903 fi 10615 fi
6904 fi 10616 fi
6905 done 10617 done
6906fi 10618fi
6907rm -f conftest* 10619rm -f conftest.err conftest.$ac_ext
6908fi 10620fi
6909 10621
6910if test "$vt_xpm_libraries" = NO; then 10622if test "$vt_xpm_libraries" = NO; then
6911 # Check for the libraries. 10623 # Check for the libraries.
6912 10624
6913 # See if we find them without any special options. 10625 # See if we find them without any special options.
6914 # Don't add to $LIBS permanently. 10626 # Don't add to $LIBS permanently.
6915 ac_save_LIBS="$LIBS" 10627 ac_save_LIBS="$LIBS"
6916 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10628 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6917cat > conftest.$ac_ext <<EOF 10629cat >conftest.$ac_ext <<_ACEOF
6918#line 6919 "configure" 10630/* confdefs.h. */
6919#include "confdefs.h" 10631_ACEOF
10632cat confdefs.h >>conftest.$ac_ext
10633cat >>conftest.$ac_ext <<_ACEOF
10634/* end confdefs.h. */
6920 10635
6921int main() { 10636int
10637main ()
10638{
6922XpmReadFileToPixmap() 10639XpmReadFileToPixmap()
10640 ;
6923; return 0; } 10641 return 0;
6924EOF 10642}
6925if { (eval echo configure:6926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10643_ACEOF
10644rm -f conftest.$ac_objext conftest$ac_exeext
10645if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10646 (eval $ac_link) 2>conftest.er1
10647 ac_status=$?
10648 grep -v '^ *+' conftest.er1 >conftest.err
6926 rm -rf conftest* 10649 rm -f conftest.er1
10650 cat conftest.err >&5
10651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10652 (exit $ac_status); } &&
10653 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10655 (eval $ac_try) 2>&5
10656 ac_status=$?
10657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10658 (exit $ac_status); }; } &&
10659 { ac_try='test -s conftest$ac_exeext'
10660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10661 (eval $ac_try) 2>&5
10662 ac_status=$?
10663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10664 (exit $ac_status); }; }; then
6927 LIBS="$ac_save_LIBS" 10665 LIBS="$ac_save_LIBS"
6928# We can link libXpm with no special library path. 10666# We can link libXpm with no special library path.
6929vt_xpm_libraries= 10667vt_xpm_libraries=
6930else 10668else
6931 echo "configure: failed program was:" >&5 10669 echo "$as_me: failed program was:" >&5
6932 cat conftest.$ac_ext >&5 10670sed 's/^/| /' conftest.$ac_ext >&5
6933 rm -rf conftest* 10671
6934 LIBS="$ac_save_LIBS" 10672LIBS="$ac_save_LIBS"
6935# First see if replacing the include by lib works. 10673# First see if replacing the include by lib works.
6936for ac_dir in \ 10674for ac_dir in \
6937 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 10675 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6938 /usr/X11/lib \ 10676 /usr/X11/lib \
6939 /usr/X11R6/lib \ 10677 /usr/X11R6/lib \
6976 break 2 10714 break 2
6977 fi 10715 fi
6978 done 10716 done
6979done 10717done
6980fi 10718fi
6981rm -f conftest* 10719rm -f conftest.err conftest.$ac_objext \
10720 conftest$ac_exeext conftest.$ac_ext
6982fi 10721fi
6983 10722
6984 10723
6985 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 10724 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6986 ac_cv_have_xpm="have_xpm=no" 10725 ac_cv_have_xpm="have_xpm=no"
6992fi 10731fi
6993 eval "$ac_cv_have_xpm" 10732 eval "$ac_cv_have_xpm"
6994fi 10733fi
6995 10734
6996if test "$have_xpm" != yes; then 10735if test "$have_xpm" != yes; then
6997 echo "$ac_t""$have_xpm" 1>&6 10736 echo "$as_me:$LINENO: result: $have_xpm" >&5
10737echo "${ECHO_T}$have_xpm" >&6
6998 no_xpm=yes 10738 no_xpm=yes
6999else 10739else
7000 if test "$xpm_includes" != NO; then 10740 if test "$xpm_includes" != NO; then
7001 if test "$xpm_includes" = "$vt_xpm_includes"; then 10741 if test "$xpm_includes" = "$vt_xpm_includes"; then
7002 if test -r "$xpm_includes/X11/xpm.h"; then 10742 if test -r "$xpm_includes/X11/xpm.h"; then
7003 vt_xpm_include_X11=yes 10743 vt_xpm_include_X11=yes
7004 fi 10744 fi
7005 else 10745 else
7006 vt_xpm_include_X11=no 10746 vt_xpm_include_X11=no
7007 if test -z "$xpm_includes"; then 10747 if test -z "$xpm_includes"; then
7008 cat > conftest.$ac_ext <<EOF 10748 cat >conftest.$ac_ext <<_ACEOF
7009#line 7010 "configure" 10749/* confdefs.h. */
7010#include "confdefs.h" 10750_ACEOF
10751cat confdefs.h >>conftest.$ac_ext
10752cat >>conftest.$ac_ext <<_ACEOF
10753/* end confdefs.h. */
7011#include <X11/xpm.h> 10754#include <X11/xpm.h>
7012EOF 10755_ACEOF
7013ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10756if { (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; } 10757 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7015ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10758 ac_status=$?
10759 grep -v '^ *+' conftest.er1 >conftest.err
10760 rm -f conftest.er1
10761 cat conftest.err >&5
10762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10763 (exit $ac_status); } >/dev/null; then
10764 if test -s conftest.err; then
10765 ac_cpp_err=$ac_cxx_preproc_warn_flag
10766 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10767 else
10768 ac_cpp_err=
10769 fi
10770else
10771 ac_cpp_err=yes
10772fi
7016if test -z "$ac_err"; then 10773if test -z "$ac_cpp_err"; then
7017 rm -rf conftest*
7018 vt_xpm_include_X11=yes 10774 vt_xpm_include_X11=yes
7019else 10775else
7020 echo "$ac_err" >&5
7021 echo "configure: failed program was:" >&5 10776 echo "$as_me: failed program was:" >&5
7022 cat conftest.$ac_ext >&5 10777sed 's/^/| /' conftest.$ac_ext >&5
10778
10779
7023fi 10780fi
7024rm -f conftest* 10781rm -f conftest.err conftest.$ac_ext
7025 else 10782 else
7026 if test -r "$xpm_includes/X11/xpm.h"; then 10783 if test -r "$xpm_includes/X11/xpm.h"; then
7027 vt_xpm_include_X11=yes 10784 vt_xpm_include_X11=yes
7028 fi 10785 fi
7029 fi 10786 fi
7036 # Update the cache value to reflect the command line values. 10793 # Update the cache value to reflect the command line values.
7037 ac_cv_have_xpm="have_xpm=yes \ 10794 ac_cv_have_xpm="have_xpm=yes \
7038 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 10795 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
7039 vt_xpm_include_X11=$vt_xpm_include_X11" 10796 vt_xpm_include_X11=$vt_xpm_include_X11"
7040 eval "$ac_cv_have_xpm" 10797 eval "$ac_cv_have_xpm"
10798 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 10799echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7042 if test -n "$vt_xpm_includes"; then 10800 if test -n "$vt_xpm_includes"; then
7043 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10801 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7044 fi 10802 fi
7045 if test -n "$vt_xpm_includes"; then 10803 if test -n "$vt_xpm_includes"; then
7046 XPM_CFLAGS="-I$vt_xpm_includes" 10804 XPM_CFLAGS="-I$vt_xpm_includes"
7048 XPM_LIBS="-lXpm" 10806 XPM_LIBS="-lXpm"
7049 if test -n "$vt_xpm_libraries"; then 10807 if test -n "$vt_xpm_libraries"; then
7050 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10808 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7051 fi 10809 fi
7052 if test "x$vt_xpm_include_X11" = xyes; then 10810 if test "x$vt_xpm_include_X11" = xyes; then
10811
7053 cat >> confdefs.h <<\EOF 10812cat >>confdefs.h <<\_ACEOF
7054#define XPM_INC_X11 1 10813#define XPM_INC_X11 1
7055EOF 10814_ACEOF
7056 10815
7057 fi 10816 fi
7058fi 10817fi
7059 10818
7060 10819
7064 if test x$no_xpm = xyes; then 10823 if test x$no_xpm = xyes; then
7065 support_xpm=needsmanualspecification 10824 support_xpm=needsmanualspecification
7066 fi 10825 fi
7067fi 10826fi
7068 10827
10828echo "$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 10829echo $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 10830if test "${ac_cv_header_sys_wait_h+set}" = set; then
7072 echo $ac_n "(cached) $ac_c" 1>&6 10831 echo $ECHO_N "(cached) $ECHO_C" >&6
7073else 10832else
7074 cat > conftest.$ac_ext <<EOF 10833 cat >conftest.$ac_ext <<_ACEOF
7075#line 7076 "configure" 10834/* confdefs.h. */
7076#include "confdefs.h" 10835_ACEOF
10836cat confdefs.h >>conftest.$ac_ext
10837cat >>conftest.$ac_ext <<_ACEOF
10838/* end confdefs.h. */
7077#include <sys/types.h> 10839#include <sys/types.h>
7078#include <sys/wait.h> 10840#include <sys/wait.h>
7079#ifndef WEXITSTATUS 10841#ifndef WEXITSTATUS
7080#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10842# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7081#endif 10843#endif
7082#ifndef WIFEXITED 10844#ifndef WIFEXITED
7083#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10845# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7084#endif 10846#endif
7085int main() { 10847
10848int
10849main ()
10850{
7086int s; 10851 int s;
7087wait (&s); 10852 wait (&s);
7088s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10853 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10854 ;
7089; return 0; } 10855 return 0;
7090EOF 10856}
7091if { (eval echo configure:7092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10857_ACEOF
10858rm -f conftest.$ac_objext
10859if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10860 (eval $ac_compile) 2>conftest.er1
10861 ac_status=$?
10862 grep -v '^ *+' conftest.er1 >conftest.err
7092 rm -rf conftest* 10863 rm -f conftest.er1
10864 cat conftest.err >&5
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); } &&
10867 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10869 (eval $ac_try) 2>&5
10870 ac_status=$?
10871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10872 (exit $ac_status); }; } &&
10873 { ac_try='test -s conftest.$ac_objext'
10874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10875 (eval $ac_try) 2>&5
10876 ac_status=$?
10877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10878 (exit $ac_status); }; }; then
7093 ac_cv_header_sys_wait_h=yes 10879 ac_cv_header_sys_wait_h=yes
7094else 10880else
7095 echo "configure: failed program was:" >&5 10881 echo "$as_me: failed program was:" >&5
7096 cat conftest.$ac_ext >&5 10882sed 's/^/| /' conftest.$ac_ext >&5
7097 rm -rf conftest* 10883
7098 ac_cv_header_sys_wait_h=no 10884ac_cv_header_sys_wait_h=no
7099fi 10885fi
7100rm -f conftest* 10886rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7101fi 10887fi
7102 10888echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7103echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10889echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7104if test $ac_cv_header_sys_wait_h = yes; then 10890if test $ac_cv_header_sys_wait_h = yes; then
10891
7105 cat >> confdefs.h <<\EOF 10892cat >>confdefs.h <<\_ACEOF
7106#define HAVE_SYS_WAIT_H 1 10893#define HAVE_SYS_WAIT_H 1
7107EOF 10894_ACEOF
7108 10895
7109fi 10896fi
7110 10897
10898
10899
10900
10901
10902
10903
10904
10905
10906
10907
10908
10909
10910
10911
10912
10913
10914
10915
10916
7111for ac_hdr in \ 10917for ac_header in \
7112 assert.h \ 10918 assert.h \
7113 fcntl.h \ 10919 fcntl.h \
7114 grp.h \ 10920 grp.h \
7115 libc.h \ 10921 libc.h \
7116 lastlog.h \ 10922 lastlog.h \
7128 utmp.h \ 10934 utmp.h \
7129 utmpx.h \ 10935 utmpx.h \
7130 stdint.h \ 10936 stdint.h \
7131 10937
7132do 10938do
7133ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 10939as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10940if eval "test \"\${$as_ac_Header+set}\" = set"; then
10941 echo "$as_me:$LINENO: checking for $ac_header" >&5
7134echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10942echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7135echo "configure:7136: checking for $ac_hdr" >&5 10943if 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 10944 echo $ECHO_N "(cached) $ECHO_C" >&6
10945fi
10946echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10947echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7138else 10948else
10949 # Is the header compilable?
10950echo "$as_me:$LINENO: checking $ac_header usability" >&5
10951echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7139 cat > conftest.$ac_ext <<EOF 10952cat >conftest.$ac_ext <<_ACEOF
7140#line 7141 "configure" 10953/* confdefs.h. */
7141#include "confdefs.h" 10954_ACEOF
10955cat confdefs.h >>conftest.$ac_ext
10956cat >>conftest.$ac_ext <<_ACEOF
10957/* end confdefs.h. */
10958$ac_includes_default
7142#include <$ac_hdr> 10959#include <$ac_header>
7143EOF 10960_ACEOF
7144ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10961rm -f conftest.$ac_objext
7145{ (eval echo configure:7146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10962if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7146ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10963 (eval $ac_compile) 2>conftest.er1
10964 ac_status=$?
10965 grep -v '^ *+' conftest.er1 >conftest.err
10966 rm -f conftest.er1
10967 cat conftest.err >&5
10968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10969 (exit $ac_status); } &&
10970 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10972 (eval $ac_try) 2>&5
10973 ac_status=$?
10974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975 (exit $ac_status); }; } &&
10976 { ac_try='test -s conftest.$ac_objext'
10977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10978 (eval $ac_try) 2>&5
10979 ac_status=$?
10980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10981 (exit $ac_status); }; }; then
10982 ac_header_compiler=yes
10983else
10984 echo "$as_me: failed program was:" >&5
10985sed 's/^/| /' conftest.$ac_ext >&5
10986
10987ac_header_compiler=no
10988fi
10989rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10990echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10991echo "${ECHO_T}$ac_header_compiler" >&6
10992
10993# Is the header present?
10994echo "$as_me:$LINENO: checking $ac_header presence" >&5
10995echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10996cat >conftest.$ac_ext <<_ACEOF
10997/* confdefs.h. */
10998_ACEOF
10999cat confdefs.h >>conftest.$ac_ext
11000cat >>conftest.$ac_ext <<_ACEOF
11001/* end confdefs.h. */
11002#include <$ac_header>
11003_ACEOF
11004if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11005 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11006 ac_status=$?
11007 grep -v '^ *+' conftest.er1 >conftest.err
11008 rm -f conftest.er1
11009 cat conftest.err >&5
11010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11011 (exit $ac_status); } >/dev/null; then
11012 if test -s conftest.err; then
11013 ac_cpp_err=$ac_cxx_preproc_warn_flag
11014 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11015 else
11016 ac_cpp_err=
11017 fi
11018else
11019 ac_cpp_err=yes
11020fi
7147if test -z "$ac_err"; then 11021if test -z "$ac_cpp_err"; then
7148 rm -rf conftest* 11022 ac_header_preproc=yes
7149 eval "ac_cv_header_$ac_safe=yes"
7150else 11023else
7151 echo "$ac_err" >&5
7152 echo "configure: failed program was:" >&5 11024 echo "$as_me: failed program was:" >&5
7153 cat conftest.$ac_ext >&5 11025sed 's/^/| /' conftest.$ac_ext >&5
7154 rm -rf conftest* 11026
7155 eval "ac_cv_header_$ac_safe=no" 11027 ac_header_preproc=no
7156fi 11028fi
7157rm -f conftest* 11029rm -f conftest.err conftest.$ac_ext
11030echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11031echo "${ECHO_T}$ac_header_preproc" >&6
11032
11033# So? What about this header?
11034case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11035 yes:no: )
11036 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11037echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11038 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11039echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11040 ac_header_preproc=yes
11041 ;;
11042 no:yes:* )
11043 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11044echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11045 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11046echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11047 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11048echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11049 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11050echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11051 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11052echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11053 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11054echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11055 (
11056 cat <<\_ASBOX
11057## ------------------------------------------ ##
11058## Report this to the AC_PACKAGE_NAME lists. ##
11059## ------------------------------------------ ##
11060_ASBOX
11061 ) |
11062 sed "s/^/$as_me: WARNING: /" >&2
11063 ;;
11064esac
11065echo "$as_me:$LINENO: checking for $ac_header" >&5
11066echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11067if eval "test \"\${$as_ac_Header+set}\" = set"; then
11068 echo $ECHO_N "(cached) $ECHO_C" >&6
11069else
11070 eval "$as_ac_Header=\$ac_header_preproc"
7158fi 11071fi
7159if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 11072echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7160 echo "$ac_t""yes" 1>&6 11073echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7161 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 11074
11075fi
11076if test `eval echo '${'$as_ac_Header'}'` = yes; then
7162 cat >> confdefs.h <<EOF 11077 cat >>confdefs.h <<_ACEOF
7163#define $ac_tr_hdr 1 11078#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7164EOF 11079_ACEOF
7165 11080
7166else
7167 echo "$ac_t""no" 1>&6
7168fi 11081fi
11082
7169done 11083done
7170 11084
7171 11085
11086echo "$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 11087echo $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 11088if test "${ac_cv_header_time+set}" = set; then
7175 echo $ac_n "(cached) $ac_c" 1>&6 11089 echo $ECHO_N "(cached) $ECHO_C" >&6
7176else 11090else
7177 cat > conftest.$ac_ext <<EOF 11091 cat >conftest.$ac_ext <<_ACEOF
7178#line 7179 "configure" 11092/* confdefs.h. */
7179#include "confdefs.h" 11093_ACEOF
11094cat confdefs.h >>conftest.$ac_ext
11095cat >>conftest.$ac_ext <<_ACEOF
11096/* end confdefs.h. */
7180#include <sys/types.h> 11097#include <sys/types.h>
7181#include <sys/time.h> 11098#include <sys/time.h>
7182#include <time.h> 11099#include <time.h>
7183int main() { 11100
7184struct tm *tp; 11101int
11102main ()
11103{
11104if ((struct tm *) 0)
11105return 0;
11106 ;
7185; return 0; } 11107 return 0;
7186EOF 11108}
7187if { (eval echo configure:7188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11109_ACEOF
11110rm -f conftest.$ac_objext
11111if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11112 (eval $ac_compile) 2>conftest.er1
11113 ac_status=$?
11114 grep -v '^ *+' conftest.er1 >conftest.err
7188 rm -rf conftest* 11115 rm -f conftest.er1
11116 cat conftest.err >&5
11117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11118 (exit $ac_status); } &&
11119 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11121 (eval $ac_try) 2>&5
11122 ac_status=$?
11123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11124 (exit $ac_status); }; } &&
11125 { ac_try='test -s conftest.$ac_objext'
11126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11127 (eval $ac_try) 2>&5
11128 ac_status=$?
11129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11130 (exit $ac_status); }; }; then
7189 ac_cv_header_time=yes 11131 ac_cv_header_time=yes
7190else 11132else
7191 echo "configure: failed program was:" >&5 11133 echo "$as_me: failed program was:" >&5
7192 cat conftest.$ac_ext >&5 11134sed 's/^/| /' conftest.$ac_ext >&5
7193 rm -rf conftest* 11135
7194 ac_cv_header_time=no 11136ac_cv_header_time=no
7195fi 11137fi
7196rm -f conftest* 11138rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7197fi 11139fi
7198 11140echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7199echo "$ac_t""$ac_cv_header_time" 1>&6 11141echo "${ECHO_T}$ac_cv_header_time" >&6
7200if test $ac_cv_header_time = yes; then 11142if test $ac_cv_header_time = yes; then
11143
7201 cat >> confdefs.h <<\EOF 11144cat >>confdefs.h <<\_ACEOF
7202#define TIME_WITH_SYS_TIME 1 11145#define TIME_WITH_SYS_TIME 1
7203EOF 11146_ACEOF
7204 11147
7205fi 11148fi
7206 11149
7207 11150
11151echo "$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 11152echo $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 11153if test "${rxvt_cv_header_sysioctl+set}" = set; then
7211 echo $ac_n "(cached) $ac_c" 1>&6 11154 echo $ECHO_N "(cached) $ECHO_C" >&6
7212else 11155else
7213 cat > conftest.$ac_ext <<EOF 11156 cat >conftest.$ac_ext <<_ACEOF
7214#line 7215 "configure" 11157/* confdefs.h. */
7215#include "confdefs.h" 11158_ACEOF
11159cat confdefs.h >>conftest.$ac_ext
11160cat >>conftest.$ac_ext <<_ACEOF
11161/* end confdefs.h. */
7216#include <stdio.h> 11162#include <stdio.h>
7217#include <sys/ioctl.h> 11163#include <sys/ioctl.h>
7218#ifdef HAVE_TERMIOS_H 11164#ifdef HAVE_TERMIOS_H
7219#include <termios.h> 11165#include <termios.h>
7220#endif 11166#endif
7221int main() { 11167int
11168main ()
11169{
7222int a = ECHO; 11170int a = ECHO;
11171 ;
7223; return 0; } 11172 return 0;
7224EOF 11173}
7225if { (eval echo configure:7226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11174_ACEOF
11175rm -f conftest.$ac_objext
11176if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11177 (eval $ac_compile) 2>conftest.er1
11178 ac_status=$?
11179 grep -v '^ *+' conftest.er1 >conftest.err
7226 rm -rf conftest* 11180 rm -f conftest.er1
11181 cat conftest.err >&5
11182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11183 (exit $ac_status); } &&
11184 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11186 (eval $ac_try) 2>&5
11187 ac_status=$?
11188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11189 (exit $ac_status); }; } &&
11190 { ac_try='test -s conftest.$ac_objext'
11191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11192 (eval $ac_try) 2>&5
11193 ac_status=$?
11194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11195 (exit $ac_status); }; }; then
7227 rxvt_cv_header_sysioctl=yes 11196 rxvt_cv_header_sysioctl=yes
7228else 11197else
7229 echo "configure: failed program was:" >&5 11198 echo "$as_me: failed program was:" >&5
7230 cat conftest.$ac_ext >&5 11199sed 's/^/| /' conftest.$ac_ext >&5
7231 rm -rf conftest* 11200
7232 rxvt_cv_header_sysioctl=no 11201rxvt_cv_header_sysioctl=no
7233fi 11202fi
7234rm -f conftest* 11203rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7235fi 11204fi
7236 11205echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7237echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 11206echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7238 11207
7239if test -n "$GCC"; then 11208if test -n "$GCC"; then
7240 LDARG="-Wl," 11209 LDARG="-Wl,"
7241else 11210else
7242 LDARG="" 11211 LDARG=""
7245 11214
7246ac_save_CFLAGS=$CFLAGS 11215ac_save_CFLAGS=$CFLAGS
7247ac_save_LIBS=$LIBS 11216ac_save_LIBS=$LIBS
7248CFLAGS="$CFLAGS $X_CFLAGS" 11217CFLAGS="$CFLAGS $X_CFLAGS"
7249LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11218LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11219echo "$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 11220echo $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 11221if test "${rxvt_cv_rpath+set}" = set; then
7253 echo $ac_n "(cached) $ac_c" 1>&6 11222 echo $ECHO_N "(cached) $ECHO_C" >&6
7254else 11223else
7255 if test "$cross_compiling" = yes; then 11224 if test "$cross_compiling" = yes; then
11225 { 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 11226echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7257else 11227else
7258 cat > conftest.$ac_ext <<EOF 11228 cat >conftest.$ac_ext <<_ACEOF
7259#line 7260 "configure" 11229/* confdefs.h. */
7260#include "confdefs.h" 11230_ACEOF
11231cat confdefs.h >>conftest.$ac_ext
11232cat >>conftest.$ac_ext <<_ACEOF
11233/* end confdefs.h. */
7261 11234
7262main() 11235main()
7263{ 11236{
7264 exit(0); 11237 exit(0);
7265 (void) XOpenDisplay("foobar"); 11238 (void) XOpenDisplay("foobar");
7266} 11239}
7267EOF 11240_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 11241rm -f conftest$ac_exeext
7269then 11242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11243 (eval $ac_link) 2>&5
11244 ac_status=$?
11245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11246 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11248 (eval $ac_try) 2>&5
11249 ac_status=$?
11250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11251 (exit $ac_status); }; }; then
7270 rxvt_cv_rpath=yes 11252 rxvt_cv_rpath=yes
7271else 11253else
11254 echo "$as_me: program exited with status $ac_status" >&5
7272 echo "configure: failed program was:" >&5 11255echo "$as_me: failed program was:" >&5
7273 cat conftest.$ac_ext >&5 11256sed 's/^/| /' conftest.$ac_ext >&5
7274 rm -fr conftest* 11257
11258( exit $ac_status )
7275 rxvt_cv_rpath=no 11259rxvt_cv_rpath=no
7276fi 11260fi
7277rm -fr conftest* 11261rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7278fi 11262fi
7279
7280fi 11263fi
7281 11264echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7282echo "$ac_t""$rxvt_cv_rpath" 1>&6 11265echo "${ECHO_T}$rxvt_cv_rpath" >&6
7283if test x$rxvt_cv_rpath != xyes; then 11266if test x$rxvt_cv_rpath != xyes; then
7284 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 11267 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"` 11268 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11269 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 11270echo $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 11271if test "${rxvt_cv_R+set}" = set; then
7289 echo $ac_n "(cached) $ac_c" 1>&6 11272 echo $ECHO_N "(cached) $ECHO_C" >&6
7290else 11273else
7291 if test "$cross_compiling" = yes; then 11274 if test "$cross_compiling" = yes; then
7292 rxvt_cv_R=no 11275 rxvt_cv_R=no
7293else 11276else
7294 cat > conftest.$ac_ext <<EOF 11277 cat >conftest.$ac_ext <<_ACEOF
7295#line 7296 "configure" 11278/* confdefs.h. */
7296#include "confdefs.h" 11279_ACEOF
11280cat confdefs.h >>conftest.$ac_ext
11281cat >>conftest.$ac_ext <<_ACEOF
11282/* end confdefs.h. */
7297 11283
7298main() 11284main()
7299{ 11285{
7300 exit(0); 11286 exit(0);
7301 (void) XOpenDisplay("foobar"); 11287 (void) XOpenDisplay("foobar");
7302} 11288}
7303EOF 11289_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 11290rm -f conftest$ac_exeext
7305then 11291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11292 (eval $ac_link) 2>&5
11293 ac_status=$?
11294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11295 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11297 (eval $ac_try) 2>&5
11298 ac_status=$?
11299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11300 (exit $ac_status); }; }; then
7306 rxvt_cv_R=yes 11301 rxvt_cv_R=yes
7307else 11302else
11303 echo "$as_me: program exited with status $ac_status" >&5
7308 echo "configure: failed program was:" >&5 11304echo "$as_me: failed program was:" >&5
7309 cat conftest.$ac_ext >&5 11305sed 's/^/| /' conftest.$ac_ext >&5
7310 rm -fr conftest* 11306
11307( exit $ac_status )
7311 rxvt_cv_R=no 11308rxvt_cv_R=no
7312fi 11309fi
7313rm -fr conftest* 11310rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7314fi 11311fi
7315
7316fi 11312fi
7317 11313echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7318echo "$ac_t""$rxvt_cv_R" 1>&6 11314echo "${ECHO_T}$rxvt_cv_R" >&6
7319 if test x$rxvt_cv_R != xyes; then 11315 if test x$rxvt_cv_R != xyes; then
7320 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11316 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7321 fi 11317 fi
7322fi 11318fi
7323 11319
11320echo "$as_me:$LINENO: checking for XPointer" >&5
7324echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11321echo $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 11322if test "${rxvt_cv_xpointer+set}" = set; then
7327 echo $ac_n "(cached) $ac_c" 1>&6 11323 echo $ECHO_N "(cached) $ECHO_C" >&6
7328else 11324else
7329 cat > conftest.$ac_ext <<EOF 11325 cat >conftest.$ac_ext <<_ACEOF
7330#line 7331 "configure" 11326/* confdefs.h. */
7331#include "confdefs.h" 11327_ACEOF
11328cat confdefs.h >>conftest.$ac_ext
11329cat >>conftest.$ac_ext <<_ACEOF
11330/* end confdefs.h. */
7332#include <X11/Xlib.h> 11331#include <X11/Xlib.h>
7333int main() { 11332int
11333main ()
11334{
7334XPointer dummy; 11335XPointer dummy;
11336 ;
7335; return 0; } 11337 return 0;
7336EOF 11338}
7337if { (eval echo configure:7338: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11339_ACEOF
11340rm -f conftest.$ac_objext
11341if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11342 (eval $ac_compile) 2>conftest.er1
11343 ac_status=$?
11344 grep -v '^ *+' conftest.er1 >conftest.err
7338 rm -rf conftest* 11345 rm -f conftest.er1
11346 cat conftest.err >&5
11347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11348 (exit $ac_status); } &&
11349 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11351 (eval $ac_try) 2>&5
11352 ac_status=$?
11353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354 (exit $ac_status); }; } &&
11355 { ac_try='test -s conftest.$ac_objext'
11356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11357 (eval $ac_try) 2>&5
11358 ac_status=$?
11359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11360 (exit $ac_status); }; }; then
7339 rxvt_cv_xpointer=yes 11361 rxvt_cv_xpointer=yes
7340else 11362else
7341 echo "configure: failed program was:" >&5 11363 echo "$as_me: failed program was:" >&5
7342 cat conftest.$ac_ext >&5 11364sed 's/^/| /' conftest.$ac_ext >&5
7343 rm -rf conftest* 11365
7344 rxvt_cv_xpointer=no 11366rxvt_cv_xpointer=no
7345fi 11367fi
7346rm -f conftest* 11368rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7347fi 11369fi
7348 11370echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7349echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11371echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7350if test x$rxvt_cv_xpointer = xyes; then 11372if test x$rxvt_cv_xpointer = xyes; then
11373
7351 cat >> confdefs.h <<\EOF 11374cat >>confdefs.h <<\_ACEOF
7352#define HAVE_XPOINTER 1 11375#define HAVE_XPOINTER 1
7353EOF 11376_ACEOF
7354 11377
7355fi 11378fi
7356LIBS=$ac_save_LIBS 11379LIBS=$ac_save_LIBS
7357CFLAGS=$ac_save_CFLAGS 11380CFLAGS=$ac_save_CFLAGS
7358 11381
7359 11382
7360echo $ac_n "checking for working const""... $ac_c" 1>&6 11383echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7361echo "configure:7362: checking for working const" >&5 11384echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7362if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11385if test "${ac_cv_c_const+set}" = set; then
7363 echo $ac_n "(cached) $ac_c" 1>&6 11386 echo $ECHO_N "(cached) $ECHO_C" >&6
7364else 11387else
7365 cat > conftest.$ac_ext <<EOF 11388 cat >conftest.$ac_ext <<_ACEOF
7366#line 7367 "configure" 11389/* confdefs.h. */
7367#include "confdefs.h" 11390_ACEOF
11391cat confdefs.h >>conftest.$ac_ext
11392cat >>conftest.$ac_ext <<_ACEOF
11393/* end confdefs.h. */
7368 11394
7369int main() { 11395int
7370 11396main ()
11397{
11398/* FIXME: Include the comments suggested by Paul. */
11399#ifndef __cplusplus
7371/* Ultrix mips cc rejects this. */ 11400 /* Ultrix mips cc rejects this. */
7372typedef int charset[2]; const charset x; 11401 typedef int charset[2];
11402 const charset x;
7373/* SunOS 4.1.1 cc rejects this. */ 11403 /* SunOS 4.1.1 cc rejects this. */
7374char const *const *ccp; 11404 char const *const *ccp;
7375char **p; 11405 char **p;
7376/* NEC SVR4.0.2 mips cc rejects this. */ 11406 /* NEC SVR4.0.2 mips cc rejects this. */
7377struct point {int x, y;}; 11407 struct point {int x, y;};
7378static struct point const zero = {0,0}; 11408 static struct point const zero = {0,0};
7379/* AIX XL C 1.02.0.0 rejects this. 11409 /* 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 11410 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 */ 11411 an arm of an if-expression whose if-part is not a constant
11412 expression */
7382const char *g = "string"; 11413 const char *g = "string";
7383ccp = &g + (g ? g-g : 0); 11414 ccp = &g + (g ? g-g : 0);
7384/* HPUX 7.0 cc rejects these. */ 11415 /* HPUX 7.0 cc rejects these. */
7385++ccp; 11416 ++ccp;
7386p = (char**) ccp; 11417 p = (char**) ccp;
7387ccp = (char const *const *) p; 11418 ccp = (char const *const *) p;
7388{ /* SCO 3.2v4 cc rejects this. */ 11419 { /* SCO 3.2v4 cc rejects this. */
7389 char *t; 11420 char *t;
7390 char const *s = 0 ? (char *) 0 : (char const *) 0; 11421 char const *s = 0 ? (char *) 0 : (char const *) 0;
7391 11422
7392 *t++ = 0; 11423 *t++ = 0;
11424 }
11425 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11426 int x[] = {25, 17};
11427 const int *foo = &x[0];
11428 ++foo;
11429 }
11430 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11431 typedef const int *iptr;
11432 iptr p = 0;
11433 ++p;
11434 }
11435 { /* AIX XL C 1.02.0.0 rejects this saying
11436 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11437 struct s { int j; const int *ap[3]; };
11438 struct s *b; b->j = 5;
11439 }
11440 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11441 const int foo = 10;
11442 }
11443#endif
11444
11445 ;
11446 return 0;
7393} 11447}
7394{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11448_ACEOF
7395 int x[] = {25, 17}; 11449rm -f conftest.$ac_objext
7396 const int *foo = &x[0]; 11450if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7397 ++foo; 11451 (eval $ac_compile) 2>conftest.er1
7398} 11452 ac_status=$?
7399{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11453 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* 11454 rm -f conftest.er1
11455 cat conftest.err >&5
11456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11457 (exit $ac_status); } &&
11458 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11460 (eval $ac_try) 2>&5
11461 ac_status=$?
11462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11463 (exit $ac_status); }; } &&
11464 { ac_try='test -s conftest.$ac_objext'
11465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11466 (eval $ac_try) 2>&5
11467 ac_status=$?
11468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11469 (exit $ac_status); }; }; then
7417 ac_cv_c_const=yes 11470 ac_cv_c_const=yes
7418else 11471else
7419 echo "configure: failed program was:" >&5 11472 echo "$as_me: failed program was:" >&5
7420 cat conftest.$ac_ext >&5 11473sed 's/^/| /' conftest.$ac_ext >&5
7421 rm -rf conftest* 11474
7422 ac_cv_c_const=no 11475ac_cv_c_const=no
7423fi 11476fi
7424rm -f conftest* 11477rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7425fi 11478fi
7426 11479echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7427echo "$ac_t""$ac_cv_c_const" 1>&6 11480echo "${ECHO_T}$ac_cv_c_const" >&6
7428if test $ac_cv_c_const = no; then 11481if test $ac_cv_c_const = no; then
11482
7429 cat >> confdefs.h <<\EOF 11483cat >>confdefs.h <<\_ACEOF
7430#define const 11484#define const
7431EOF 11485_ACEOF
7432 11486
7433fi 11487fi
7434 11488
11489echo "$as_me:$LINENO: checking for inline" >&5
7435echo $ac_n "checking for inline""... $ac_c" 1>&6 11490echo $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 11491if test "${ac_cv_c_inline+set}" = set; then
7438 echo $ac_n "(cached) $ac_c" 1>&6 11492 echo $ECHO_N "(cached) $ECHO_C" >&6
7439else 11493else
7440 ac_cv_c_inline=no 11494 ac_cv_c_inline=no
7441for ac_kw in inline __inline__ __inline; do 11495for ac_kw in inline __inline__ __inline; do
7442 cat > conftest.$ac_ext <<EOF 11496 cat >conftest.$ac_ext <<_ACEOF
7443#line 7444 "configure" 11497/* confdefs.h. */
7444#include "confdefs.h" 11498_ACEOF
11499cat confdefs.h >>conftest.$ac_ext
11500cat >>conftest.$ac_ext <<_ACEOF
11501/* end confdefs.h. */
11502#ifndef __cplusplus
11503typedef int foo_t;
11504static $ac_kw foo_t static_foo () {return 0; }
11505$ac_kw foo_t foo () {return 0; }
11506#endif
7445 11507
7446int main() { 11508_ACEOF
7447} $ac_kw foo() { 11509rm -f conftest.$ac_objext
7448; return 0; } 11510if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7449EOF 11511 (eval $ac_compile) 2>conftest.er1
7450if { (eval echo configure:7451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11512 ac_status=$?
11513 grep -v '^ *+' conftest.er1 >conftest.err
7451 rm -rf conftest* 11514 rm -f conftest.er1
11515 cat conftest.err >&5
11516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11517 (exit $ac_status); } &&
11518 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11520 (eval $ac_try) 2>&5
11521 ac_status=$?
11522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11523 (exit $ac_status); }; } &&
11524 { ac_try='test -s conftest.$ac_objext'
11525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11526 (eval $ac_try) 2>&5
11527 ac_status=$?
11528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11529 (exit $ac_status); }; }; then
7452 ac_cv_c_inline=$ac_kw; break 11530 ac_cv_c_inline=$ac_kw; break
7453else 11531else
7454 echo "configure: failed program was:" >&5 11532 echo "$as_me: failed program was:" >&5
11533sed 's/^/| /' conftest.$ac_ext >&5
11534
11535fi
11536rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11537done
11538
11539fi
11540echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
11541echo "${ECHO_T}$ac_cv_c_inline" >&6
11542
11543
11544case $ac_cv_c_inline in
11545 inline | yes) ;;
11546 *)
11547 case $ac_cv_c_inline in
11548 no) ac_val=;;
11549 *) ac_val=$ac_cv_c_inline;;
11550 esac
11551 cat >>confdefs.h <<_ACEOF
11552#ifndef __cplusplus
11553#define inline $ac_val
11554#endif
11555_ACEOF
11556 ;;
11557esac
11558
11559
11560
11561echo "$as_me:$LINENO: checking for mode_t" >&5
11562echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
11563if test "${ac_cv_type_mode_t+set}" = set; then
11564 echo $ECHO_N "(cached) $ECHO_C" >&6
11565else
11566 cat >conftest.$ac_ext <<_ACEOF
11567/* confdefs.h. */
11568_ACEOF
11569cat confdefs.h >>conftest.$ac_ext
11570cat >>conftest.$ac_ext <<_ACEOF
11571/* end confdefs.h. */
11572$ac_includes_default
11573int
11574main ()
11575{
11576if ((mode_t *) 0)
11577 return 0;
11578if (sizeof (mode_t))
11579 return 0;
11580 ;
11581 return 0;
11582}
11583_ACEOF
11584rm -f conftest.$ac_objext
11585if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11586 (eval $ac_compile) 2>conftest.er1
11587 ac_status=$?
11588 grep -v '^ *+' conftest.er1 >conftest.err
11589 rm -f conftest.er1
7455 cat conftest.$ac_ext >&5 11590 cat conftest.err >&5
11591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11592 (exit $ac_status); } &&
11593 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11595 (eval $ac_try) 2>&5
11596 ac_status=$?
11597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11598 (exit $ac_status); }; } &&
11599 { ac_try='test -s conftest.$ac_objext'
11600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11601 (eval $ac_try) 2>&5
11602 ac_status=$?
11603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11604 (exit $ac_status); }; }; then
11605 ac_cv_type_mode_t=yes
11606else
11607 echo "$as_me: failed program was:" >&5
11608sed 's/^/| /' conftest.$ac_ext >&5
11609
11610ac_cv_type_mode_t=no
11611fi
11612rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11613fi
11614echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
11615echo "${ECHO_T}$ac_cv_type_mode_t" >&6
11616if test $ac_cv_type_mode_t = yes; then
11617 :
11618else
11619
11620cat >>confdefs.h <<_ACEOF
11621#define mode_t int
11622_ACEOF
11623
11624fi
11625
11626echo "$as_me:$LINENO: checking for pid_t" >&5
11627echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11628if test "${ac_cv_type_pid_t+set}" = set; then
11629 echo $ECHO_N "(cached) $ECHO_C" >&6
11630else
11631 cat >conftest.$ac_ext <<_ACEOF
11632/* confdefs.h. */
11633_ACEOF
11634cat confdefs.h >>conftest.$ac_ext
11635cat >>conftest.$ac_ext <<_ACEOF
11636/* end confdefs.h. */
11637$ac_includes_default
11638int
11639main ()
11640{
11641if ((pid_t *) 0)
11642 return 0;
11643if (sizeof (pid_t))
11644 return 0;
11645 ;
11646 return 0;
11647}
11648_ACEOF
11649rm -f conftest.$ac_objext
11650if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11651 (eval $ac_compile) 2>conftest.er1
11652 ac_status=$?
11653 grep -v '^ *+' conftest.er1 >conftest.err
11654 rm -f conftest.er1
11655 cat conftest.err >&5
11656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11657 (exit $ac_status); } &&
11658 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11660 (eval $ac_try) 2>&5
11661 ac_status=$?
11662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663 (exit $ac_status); }; } &&
11664 { ac_try='test -s conftest.$ac_objext'
11665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11666 (eval $ac_try) 2>&5
11667 ac_status=$?
11668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11669 (exit $ac_status); }; }; then
11670 ac_cv_type_pid_t=yes
11671else
11672 echo "$as_me: failed program was:" >&5
11673sed 's/^/| /' conftest.$ac_ext >&5
11674
11675ac_cv_type_pid_t=no
11676fi
11677rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11678fi
11679echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
11680echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11681if test $ac_cv_type_pid_t = yes; then
11682 :
11683else
11684
11685cat >>confdefs.h <<_ACEOF
11686#define pid_t int
11687_ACEOF
11688
11689fi
11690
11691echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
11692echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
11693if test "${ac_cv_type_uid_t+set}" = set; then
11694 echo $ECHO_N "(cached) $ECHO_C" >&6
11695else
11696 cat >conftest.$ac_ext <<_ACEOF
11697/* confdefs.h. */
11698_ACEOF
11699cat confdefs.h >>conftest.$ac_ext
11700cat >>conftest.$ac_ext <<_ACEOF
11701/* end confdefs.h. */
11702#include <sys/types.h>
11703
11704_ACEOF
11705if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11706 $EGREP "uid_t" >/dev/null 2>&1; then
11707 ac_cv_type_uid_t=yes
11708else
11709 ac_cv_type_uid_t=no
7456fi 11710fi
7457rm -f conftest* 11711rm -f conftest*
11712
11713fi
11714echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
11715echo "${ECHO_T}$ac_cv_type_uid_t" >&6
11716if test $ac_cv_type_uid_t = no; then
11717
11718cat >>confdefs.h <<\_ACEOF
11719#define uid_t int
11720_ACEOF
11721
11722
11723cat >>confdefs.h <<\_ACEOF
11724#define gid_t int
11725_ACEOF
11726
11727fi
11728
11729
11730
11731echo "$as_me:$LINENO: checking for char" >&5
11732echo $ECHO_N "checking for char... $ECHO_C" >&6
11733if test "${ac_cv_type_char+set}" = set; then
11734 echo $ECHO_N "(cached) $ECHO_C" >&6
11735else
11736 cat >conftest.$ac_ext <<_ACEOF
11737/* confdefs.h. */
11738_ACEOF
11739cat confdefs.h >>conftest.$ac_ext
11740cat >>conftest.$ac_ext <<_ACEOF
11741/* end confdefs.h. */
11742$ac_includes_default
11743int
11744main ()
11745{
11746if ((char *) 0)
11747 return 0;
11748if (sizeof (char))
11749 return 0;
11750 ;
11751 return 0;
11752}
11753_ACEOF
11754rm -f conftest.$ac_objext
11755if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11756 (eval $ac_compile) 2>conftest.er1
11757 ac_status=$?
11758 grep -v '^ *+' conftest.er1 >conftest.err
11759 rm -f conftest.er1
11760 cat conftest.err >&5
11761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11762 (exit $ac_status); } &&
11763 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11765 (eval $ac_try) 2>&5
11766 ac_status=$?
11767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11768 (exit $ac_status); }; } &&
11769 { ac_try='test -s conftest.$ac_objext'
11770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11771 (eval $ac_try) 2>&5
11772 ac_status=$?
11773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11774 (exit $ac_status); }; }; then
11775 ac_cv_type_char=yes
11776else
11777 echo "$as_me: failed program was:" >&5
11778sed 's/^/| /' conftest.$ac_ext >&5
11779
11780ac_cv_type_char=no
11781fi
11782rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11783fi
11784echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
11785echo "${ECHO_T}$ac_cv_type_char" >&6
11786
11787echo "$as_me:$LINENO: checking size of char" >&5
11788echo $ECHO_N "checking size of char... $ECHO_C" >&6
11789if test "${ac_cv_sizeof_char+set}" = set; then
11790 echo $ECHO_N "(cached) $ECHO_C" >&6
11791else
11792 if test "$ac_cv_type_char" = yes; then
11793 # The cast to unsigned long works around a bug in the HP C Compiler
11794 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11795 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11796 # This bug is HP SR number 8606223364.
11797 if test "$cross_compiling" = yes; then
11798 # Depending upon the size, compute the lo and hi bounds.
11799cat >conftest.$ac_ext <<_ACEOF
11800/* confdefs.h. */
11801_ACEOF
11802cat confdefs.h >>conftest.$ac_ext
11803cat >>conftest.$ac_ext <<_ACEOF
11804/* end confdefs.h. */
11805$ac_includes_default
11806int
11807main ()
11808{
11809static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
11810test_array [0] = 0
11811
11812 ;
11813 return 0;
11814}
11815_ACEOF
11816rm -f conftest.$ac_objext
11817if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11818 (eval $ac_compile) 2>conftest.er1
11819 ac_status=$?
11820 grep -v '^ *+' conftest.er1 >conftest.err
11821 rm -f conftest.er1
11822 cat conftest.err >&5
11823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11824 (exit $ac_status); } &&
11825 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11827 (eval $ac_try) 2>&5
11828 ac_status=$?
11829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11830 (exit $ac_status); }; } &&
11831 { ac_try='test -s conftest.$ac_objext'
11832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11833 (eval $ac_try) 2>&5
11834 ac_status=$?
11835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11836 (exit $ac_status); }; }; then
11837 ac_lo=0 ac_mid=0
11838 while :; do
11839 cat >conftest.$ac_ext <<_ACEOF
11840/* confdefs.h. */
11841_ACEOF
11842cat confdefs.h >>conftest.$ac_ext
11843cat >>conftest.$ac_ext <<_ACEOF
11844/* end confdefs.h. */
11845$ac_includes_default
11846int
11847main ()
11848{
11849static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11850test_array [0] = 0
11851
11852 ;
11853 return 0;
11854}
11855_ACEOF
11856rm -f conftest.$ac_objext
11857if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11858 (eval $ac_compile) 2>conftest.er1
11859 ac_status=$?
11860 grep -v '^ *+' conftest.er1 >conftest.err
11861 rm -f conftest.er1
11862 cat conftest.err >&5
11863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11864 (exit $ac_status); } &&
11865 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11867 (eval $ac_try) 2>&5
11868 ac_status=$?
11869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11870 (exit $ac_status); }; } &&
11871 { ac_try='test -s conftest.$ac_objext'
11872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11873 (eval $ac_try) 2>&5
11874 ac_status=$?
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); }; }; then
11877 ac_hi=$ac_mid; break
11878else
11879 echo "$as_me: failed program was:" >&5
11880sed 's/^/| /' conftest.$ac_ext >&5
11881
11882ac_lo=`expr $ac_mid + 1`
11883 if test $ac_lo -le $ac_mid; then
11884 ac_lo= ac_hi=
11885 break
11886 fi
11887 ac_mid=`expr 2 '*' $ac_mid + 1`
11888fi
11889rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11890 done
11891else
11892 echo "$as_me: failed program was:" >&5
11893sed 's/^/| /' conftest.$ac_ext >&5
11894
11895cat >conftest.$ac_ext <<_ACEOF
11896/* confdefs.h. */
11897_ACEOF
11898cat confdefs.h >>conftest.$ac_ext
11899cat >>conftest.$ac_ext <<_ACEOF
11900/* end confdefs.h. */
11901$ac_includes_default
11902int
11903main ()
11904{
11905static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
11906test_array [0] = 0
11907
11908 ;
11909 return 0;
11910}
11911_ACEOF
11912rm -f conftest.$ac_objext
11913if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11914 (eval $ac_compile) 2>conftest.er1
11915 ac_status=$?
11916 grep -v '^ *+' conftest.er1 >conftest.err
11917 rm -f conftest.er1
11918 cat conftest.err >&5
11919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11920 (exit $ac_status); } &&
11921 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11923 (eval $ac_try) 2>&5
11924 ac_status=$?
11925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11926 (exit $ac_status); }; } &&
11927 { ac_try='test -s conftest.$ac_objext'
11928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11929 (eval $ac_try) 2>&5
11930 ac_status=$?
11931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11932 (exit $ac_status); }; }; then
11933 ac_hi=-1 ac_mid=-1
11934 while :; do
11935 cat >conftest.$ac_ext <<_ACEOF
11936/* confdefs.h. */
11937_ACEOF
11938cat confdefs.h >>conftest.$ac_ext
11939cat >>conftest.$ac_ext <<_ACEOF
11940/* end confdefs.h. */
11941$ac_includes_default
11942int
11943main ()
11944{
11945static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
11946test_array [0] = 0
11947
11948 ;
11949 return 0;
11950}
11951_ACEOF
11952rm -f conftest.$ac_objext
11953if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11954 (eval $ac_compile) 2>conftest.er1
11955 ac_status=$?
11956 grep -v '^ *+' conftest.er1 >conftest.err
11957 rm -f conftest.er1
11958 cat conftest.err >&5
11959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11960 (exit $ac_status); } &&
11961 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11963 (eval $ac_try) 2>&5
11964 ac_status=$?
11965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11966 (exit $ac_status); }; } &&
11967 { ac_try='test -s conftest.$ac_objext'
11968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11969 (eval $ac_try) 2>&5
11970 ac_status=$?
11971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11972 (exit $ac_status); }; }; then
11973 ac_lo=$ac_mid; break
11974else
11975 echo "$as_me: failed program was:" >&5
11976sed 's/^/| /' conftest.$ac_ext >&5
11977
11978ac_hi=`expr '(' $ac_mid ')' - 1`
11979 if test $ac_mid -le $ac_hi; then
11980 ac_lo= ac_hi=
11981 break
11982 fi
11983 ac_mid=`expr 2 '*' $ac_mid`
11984fi
11985rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11986 done
11987else
11988 echo "$as_me: failed program was:" >&5
11989sed 's/^/| /' conftest.$ac_ext >&5
11990
11991ac_lo= ac_hi=
11992fi
11993rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11994fi
11995rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11996# Binary search between lo and hi bounds.
11997while test "x$ac_lo" != "x$ac_hi"; do
11998 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
11999 cat >conftest.$ac_ext <<_ACEOF
12000/* confdefs.h. */
12001_ACEOF
12002cat confdefs.h >>conftest.$ac_ext
12003cat >>conftest.$ac_ext <<_ACEOF
12004/* end confdefs.h. */
12005$ac_includes_default
12006int
12007main ()
12008{
12009static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
12010test_array [0] = 0
12011
12012 ;
12013 return 0;
12014}
12015_ACEOF
12016rm -f conftest.$ac_objext
12017if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12018 (eval $ac_compile) 2>conftest.er1
12019 ac_status=$?
12020 grep -v '^ *+' conftest.er1 >conftest.err
12021 rm -f conftest.er1
12022 cat conftest.err >&5
12023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12024 (exit $ac_status); } &&
12025 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12027 (eval $ac_try) 2>&5
12028 ac_status=$?
12029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12030 (exit $ac_status); }; } &&
12031 { ac_try='test -s conftest.$ac_objext'
12032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12033 (eval $ac_try) 2>&5
12034 ac_status=$?
12035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12036 (exit $ac_status); }; }; then
12037 ac_hi=$ac_mid
12038else
12039 echo "$as_me: failed program was:" >&5
12040sed 's/^/| /' conftest.$ac_ext >&5
12041
12042ac_lo=`expr '(' $ac_mid ')' + 1`
12043fi
12044rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7458done 12045done
7459 12046case $ac_lo in
7460fi 12047?*) ac_cv_sizeof_char=$ac_lo;;
7461 12048'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
7462echo "$ac_t""$ac_cv_c_inline" 1>&6 12049See \`config.log' for more details." >&5
7463case "$ac_cv_c_inline" in 12050echo "$as_me: error: cannot compute sizeof (char), 77
7464 inline | yes) ;; 12051See \`config.log' for more details." >&2;}
7465 no) cat >> confdefs.h <<\EOF 12052 { (exit 1); exit 1; }; } ;;
7466#define inline
7467EOF
7468 ;;
7469 *) cat >> confdefs.h <<EOF
7470#define inline $ac_cv_c_inline
7471EOF
7472 ;;
7473esac 12053esac
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 12054else
12055 if test "$cross_compiling" = yes; then
12056 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12057echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12058 { (exit 1); exit 1; }; }
12059else
7482 cat > conftest.$ac_ext <<EOF 12060 cat >conftest.$ac_ext <<_ACEOF
7483#line 7484 "configure" 12061/* confdefs.h. */
7484#include "confdefs.h" 12062_ACEOF
12063cat confdefs.h >>conftest.$ac_ext
12064cat >>conftest.$ac_ext <<_ACEOF
12065/* end confdefs.h. */
12066$ac_includes_default
12067long longval () { return (long) (sizeof (char)); }
12068unsigned long ulongval () { return (long) (sizeof (char)); }
12069#include <stdio.h>
7485#include <stdlib.h> 12070#include <stdlib.h>
7486#include <stdarg.h> 12071int
7487#include <string.h> 12072main ()
7488#include <float.h> 12073{
7489EOF 12074
7490ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 12075 FILE *f = fopen ("conftest.val", "w");
7491{ (eval echo configure:7492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 12076 if (! f)
7492ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 12077 exit (1);
7493if test -z "$ac_err"; then 12078 if (((long) (sizeof (char))) < 0)
7494 rm -rf conftest* 12079 {
7495 ac_cv_header_stdc=yes 12080 long i = longval ();
12081 if (i != ((long) (sizeof (char))))
12082 exit (1);
12083 fprintf (f, "%ld\n", i);
12084 }
7496else 12085 else
7497 echo "$ac_err" >&5 12086 {
12087 unsigned long i = ulongval ();
12088 if (i != ((long) (sizeof (char))))
12089 exit (1);
12090 fprintf (f, "%lu\n", i);
12091 }
12092 exit (ferror (f) || fclose (f) != 0);
12093
12094 ;
12095 return 0;
12096}
12097_ACEOF
12098rm -f conftest$ac_exeext
12099if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12100 (eval $ac_link) 2>&5
12101 ac_status=$?
12102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12103 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12105 (eval $ac_try) 2>&5
12106 ac_status=$?
12107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); }; }; then
12109 ac_cv_sizeof_char=`cat conftest.val`
12110else
12111 echo "$as_me: program exited with status $ac_status" >&5
7498 echo "configure: failed program was:" >&5 12112echo "$as_me: failed program was:" >&5
7499 cat conftest.$ac_ext >&5 12113sed 's/^/| /' conftest.$ac_ext >&5
7500 rm -rf conftest* 12114
7501 ac_cv_header_stdc=no 12115( exit $ac_status )
12116{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
12117See \`config.log' for more details." >&5
12118echo "$as_me: error: cannot compute sizeof (char), 77
12119See \`config.log' for more details." >&2;}
12120 { (exit 1); exit 1; }; }
7502fi 12121fi
12122rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12123fi
12124fi
7503rm -f conftest* 12125rm -f conftest.val
12126else
12127 ac_cv_sizeof_char=0
12128fi
12129fi
12130echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
12131echo "${ECHO_T}$ac_cv_sizeof_char" >&6
12132cat >>confdefs.h <<_ACEOF
12133#define SIZEOF_CHAR $ac_cv_sizeof_char
12134_ACEOF
7504 12135
12136
12137echo "$as_me:$LINENO: checking for short" >&5
12138echo $ECHO_N "checking for short... $ECHO_C" >&6
12139if test "${ac_cv_type_short+set}" = set; then
12140 echo $ECHO_N "(cached) $ECHO_C" >&6
12141else
12142 cat >conftest.$ac_ext <<_ACEOF
12143/* confdefs.h. */
12144_ACEOF
12145cat confdefs.h >>conftest.$ac_ext
12146cat >>conftest.$ac_ext <<_ACEOF
12147/* end confdefs.h. */
12148$ac_includes_default
12149int
12150main ()
12151{
12152if ((short *) 0)
12153 return 0;
12154if (sizeof (short))
12155 return 0;
12156 ;
12157 return 0;
12158}
12159_ACEOF
12160rm -f conftest.$ac_objext
12161if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12162 (eval $ac_compile) 2>conftest.er1
12163 ac_status=$?
12164 grep -v '^ *+' conftest.er1 >conftest.err
12165 rm -f conftest.er1
12166 cat conftest.err >&5
12167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12168 (exit $ac_status); } &&
12169 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12171 (eval $ac_try) 2>&5
12172 ac_status=$?
12173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12174 (exit $ac_status); }; } &&
12175 { ac_try='test -s conftest.$ac_objext'
12176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12177 (eval $ac_try) 2>&5
12178 ac_status=$?
12179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12180 (exit $ac_status); }; }; then
12181 ac_cv_type_short=yes
12182else
12183 echo "$as_me: failed program was:" >&5
12184sed 's/^/| /' conftest.$ac_ext >&5
12185
12186ac_cv_type_short=no
12187fi
12188rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12189fi
12190echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
12191echo "${ECHO_T}$ac_cv_type_short" >&6
12192
12193echo "$as_me:$LINENO: checking size of short" >&5
12194echo $ECHO_N "checking size of short... $ECHO_C" >&6
12195if test "${ac_cv_sizeof_short+set}" = set; then
12196 echo $ECHO_N "(cached) $ECHO_C" >&6
12197else
7505if test $ac_cv_header_stdc = yes; then 12198 if test "$ac_cv_type_short" = yes; then
7506 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 12199 # The cast to unsigned long works around a bug in the HP C Compiler
12200 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12201 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12202 # This bug is HP SR number 8606223364.
12203 if test "$cross_compiling" = yes; then
12204 # Depending upon the size, compute the lo and hi bounds.
7507cat > conftest.$ac_ext <<EOF 12205cat >conftest.$ac_ext <<_ACEOF
7508#line 7509 "configure" 12206/* confdefs.h. */
7509#include "confdefs.h" 12207_ACEOF
7510#include <string.h> 12208cat confdefs.h >>conftest.$ac_ext
7511EOF 12209cat >>conftest.$ac_ext <<_ACEOF
7512if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12210/* end confdefs.h. */
7513 egrep "memchr" >/dev/null 2>&1; then 12211$ac_includes_default
7514 : 12212int
7515else 12213main ()
12214{
12215static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
12216test_array [0] = 0
12217
12218 ;
12219 return 0;
12220}
12221_ACEOF
12222rm -f conftest.$ac_objext
12223if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12224 (eval $ac_compile) 2>conftest.er1
12225 ac_status=$?
12226 grep -v '^ *+' conftest.er1 >conftest.err
7516 rm -rf conftest* 12227 rm -f conftest.er1
7517 ac_cv_header_stdc=no 12228 cat conftest.err >&5
7518fi 12229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12230 (exit $ac_status); } &&
12231 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12233 (eval $ac_try) 2>&5
12234 ac_status=$?
12235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12236 (exit $ac_status); }; } &&
12237 { ac_try='test -s conftest.$ac_objext'
12238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12239 (eval $ac_try) 2>&5
12240 ac_status=$?
12241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12242 (exit $ac_status); }; }; then
12243 ac_lo=0 ac_mid=0
12244 while :; do
12245 cat >conftest.$ac_ext <<_ACEOF
12246/* confdefs.h. */
12247_ACEOF
12248cat confdefs.h >>conftest.$ac_ext
12249cat >>conftest.$ac_ext <<_ACEOF
12250/* end confdefs.h. */
12251$ac_includes_default
12252int
12253main ()
12254{
12255static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12256test_array [0] = 0
12257
12258 ;
12259 return 0;
12260}
12261_ACEOF
12262rm -f conftest.$ac_objext
12263if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12264 (eval $ac_compile) 2>conftest.er1
12265 ac_status=$?
12266 grep -v '^ *+' conftest.er1 >conftest.err
7519rm -f conftest* 12267 rm -f conftest.er1
12268 cat conftest.err >&5
12269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12270 (exit $ac_status); } &&
12271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12273 (eval $ac_try) 2>&5
12274 ac_status=$?
12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12276 (exit $ac_status); }; } &&
12277 { ac_try='test -s conftest.$ac_objext'
12278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12279 (eval $ac_try) 2>&5
12280 ac_status=$?
12281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12282 (exit $ac_status); }; }; then
12283 ac_hi=$ac_mid; break
12284else
12285 echo "$as_me: failed program was:" >&5
12286sed 's/^/| /' conftest.$ac_ext >&5
7520 12287
12288ac_lo=`expr $ac_mid + 1`
12289 if test $ac_lo -le $ac_mid; then
12290 ac_lo= ac_hi=
12291 break
12292 fi
12293 ac_mid=`expr 2 '*' $ac_mid + 1`
7521fi 12294fi
12295rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12296 done
12297else
12298 echo "$as_me: failed program was:" >&5
12299sed 's/^/| /' conftest.$ac_ext >&5
7522 12300
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 12301cat >conftest.$ac_ext <<_ACEOF
7526#line 7527 "configure" 12302/* confdefs.h. */
7527#include "confdefs.h" 12303_ACEOF
12304cat confdefs.h >>conftest.$ac_ext
12305cat >>conftest.$ac_ext <<_ACEOF
12306/* end confdefs.h. */
12307$ac_includes_default
12308int
12309main ()
12310{
12311static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
12312test_array [0] = 0
12313
12314 ;
12315 return 0;
12316}
12317_ACEOF
12318rm -f conftest.$ac_objext
12319if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12320 (eval $ac_compile) 2>conftest.er1
12321 ac_status=$?
12322 grep -v '^ *+' conftest.er1 >conftest.err
12323 rm -f conftest.er1
12324 cat conftest.err >&5
12325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12326 (exit $ac_status); } &&
12327 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12329 (eval $ac_try) 2>&5
12330 ac_status=$?
12331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12332 (exit $ac_status); }; } &&
12333 { ac_try='test -s conftest.$ac_objext'
12334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12335 (eval $ac_try) 2>&5
12336 ac_status=$?
12337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12338 (exit $ac_status); }; }; then
12339 ac_hi=-1 ac_mid=-1
12340 while :; do
12341 cat >conftest.$ac_ext <<_ACEOF
12342/* confdefs.h. */
12343_ACEOF
12344cat confdefs.h >>conftest.$ac_ext
12345cat >>conftest.$ac_ext <<_ACEOF
12346/* end confdefs.h. */
12347$ac_includes_default
12348int
12349main ()
12350{
12351static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
12352test_array [0] = 0
12353
12354 ;
12355 return 0;
12356}
12357_ACEOF
12358rm -f conftest.$ac_objext
12359if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12360 (eval $ac_compile) 2>conftest.er1
12361 ac_status=$?
12362 grep -v '^ *+' conftest.er1 >conftest.err
12363 rm -f conftest.er1
12364 cat conftest.err >&5
12365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12366 (exit $ac_status); } &&
12367 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12369 (eval $ac_try) 2>&5
12370 ac_status=$?
12371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12372 (exit $ac_status); }; } &&
12373 { ac_try='test -s conftest.$ac_objext'
12374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12375 (eval $ac_try) 2>&5
12376 ac_status=$?
12377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12378 (exit $ac_status); }; }; then
12379 ac_lo=$ac_mid; break
12380else
12381 echo "$as_me: failed program was:" >&5
12382sed 's/^/| /' conftest.$ac_ext >&5
12383
12384ac_hi=`expr '(' $ac_mid ')' - 1`
12385 if test $ac_mid -le $ac_hi; then
12386 ac_lo= ac_hi=
12387 break
12388 fi
12389 ac_mid=`expr 2 '*' $ac_mid`
12390fi
12391rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12392 done
12393else
12394 echo "$as_me: failed program was:" >&5
12395sed 's/^/| /' conftest.$ac_ext >&5
12396
12397ac_lo= ac_hi=
12398fi
12399rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12400fi
12401rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12402# Binary search between lo and hi bounds.
12403while test "x$ac_lo" != "x$ac_hi"; do
12404 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12405 cat >conftest.$ac_ext <<_ACEOF
12406/* confdefs.h. */
12407_ACEOF
12408cat confdefs.h >>conftest.$ac_ext
12409cat >>conftest.$ac_ext <<_ACEOF
12410/* end confdefs.h. */
12411$ac_includes_default
12412int
12413main ()
12414{
12415static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12416test_array [0] = 0
12417
12418 ;
12419 return 0;
12420}
12421_ACEOF
12422rm -f conftest.$ac_objext
12423if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12424 (eval $ac_compile) 2>conftest.er1
12425 ac_status=$?
12426 grep -v '^ *+' conftest.er1 >conftest.err
12427 rm -f conftest.er1
12428 cat conftest.err >&5
12429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12430 (exit $ac_status); } &&
12431 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12433 (eval $ac_try) 2>&5
12434 ac_status=$?
12435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12436 (exit $ac_status); }; } &&
12437 { ac_try='test -s conftest.$ac_objext'
12438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12439 (eval $ac_try) 2>&5
12440 ac_status=$?
12441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12442 (exit $ac_status); }; }; then
12443 ac_hi=$ac_mid
12444else
12445 echo "$as_me: failed program was:" >&5
12446sed 's/^/| /' conftest.$ac_ext >&5
12447
12448ac_lo=`expr '(' $ac_mid ')' + 1`
12449fi
12450rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12451done
12452case $ac_lo in
12453?*) ac_cv_sizeof_short=$ac_lo;;
12454'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12455See \`config.log' for more details." >&5
12456echo "$as_me: error: cannot compute sizeof (short), 77
12457See \`config.log' for more details." >&2;}
12458 { (exit 1); exit 1; }; } ;;
12459esac
12460else
12461 if test "$cross_compiling" = yes; then
12462 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12463echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12464 { (exit 1); exit 1; }; }
12465else
12466 cat >conftest.$ac_ext <<_ACEOF
12467/* confdefs.h. */
12468_ACEOF
12469cat confdefs.h >>conftest.$ac_ext
12470cat >>conftest.$ac_ext <<_ACEOF
12471/* end confdefs.h. */
12472$ac_includes_default
12473long longval () { return (long) (sizeof (short)); }
12474unsigned long ulongval () { return (long) (sizeof (short)); }
12475#include <stdio.h>
7528#include <stdlib.h> 12476#include <stdlib.h>
7529EOF 12477int
7530if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12478main ()
7531 egrep "free" >/dev/null 2>&1; then 12479{
7532 : 12480
12481 FILE *f = fopen ("conftest.val", "w");
12482 if (! f)
12483 exit (1);
12484 if (((long) (sizeof (short))) < 0)
12485 {
12486 long i = longval ();
12487 if (i != ((long) (sizeof (short))))
12488 exit (1);
12489 fprintf (f, "%ld\n", i);
12490 }
7533else 12491 else
7534 rm -rf conftest* 12492 {
7535 ac_cv_header_stdc=no 12493 unsigned long i = ulongval ();
12494 if (i != ((long) (sizeof (short))))
12495 exit (1);
12496 fprintf (f, "%lu\n", i);
12497 }
12498 exit (ferror (f) || fclose (f) != 0);
12499
12500 ;
12501 return 0;
12502}
12503_ACEOF
12504rm -f conftest$ac_exeext
12505if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12506 (eval $ac_link) 2>&5
12507 ac_status=$?
12508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12509 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12511 (eval $ac_try) 2>&5
12512 ac_status=$?
12513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12514 (exit $ac_status); }; }; then
12515 ac_cv_sizeof_short=`cat conftest.val`
12516else
12517 echo "$as_me: program exited with status $ac_status" >&5
12518echo "$as_me: failed program was:" >&5
12519sed 's/^/| /' conftest.$ac_ext >&5
12520
12521( exit $ac_status )
12522{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12523See \`config.log' for more details." >&5
12524echo "$as_me: error: cannot compute sizeof (short), 77
12525See \`config.log' for more details." >&2;}
12526 { (exit 1); exit 1; }; }
7536fi 12527fi
12528rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12529fi
12530fi
7537rm -f conftest* 12531rm -f conftest.val
7538 12532else
12533 ac_cv_sizeof_short=0
7539fi 12534fi
12535fi
12536echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
12537echo "${ECHO_T}$ac_cv_sizeof_short" >&6
12538cat >>confdefs.h <<_ACEOF
12539#define SIZEOF_SHORT $ac_cv_sizeof_short
12540_ACEOF
7540 12541
12542
12543echo "$as_me:$LINENO: checking for int" >&5
12544echo $ECHO_N "checking for int... $ECHO_C" >&6
12545if test "${ac_cv_type_int+set}" = set; then
12546 echo $ECHO_N "(cached) $ECHO_C" >&6
12547else
12548 cat >conftest.$ac_ext <<_ACEOF
12549/* confdefs.h. */
12550_ACEOF
12551cat confdefs.h >>conftest.$ac_ext
12552cat >>conftest.$ac_ext <<_ACEOF
12553/* end confdefs.h. */
12554$ac_includes_default
12555int
12556main ()
12557{
12558if ((int *) 0)
12559 return 0;
12560if (sizeof (int))
12561 return 0;
12562 ;
12563 return 0;
12564}
12565_ACEOF
12566rm -f conftest.$ac_objext
12567if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12568 (eval $ac_compile) 2>conftest.er1
12569 ac_status=$?
12570 grep -v '^ *+' conftest.er1 >conftest.err
12571 rm -f conftest.er1
12572 cat conftest.err >&5
12573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12574 (exit $ac_status); } &&
12575 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12577 (eval $ac_try) 2>&5
12578 ac_status=$?
12579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12580 (exit $ac_status); }; } &&
12581 { ac_try='test -s conftest.$ac_objext'
12582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12583 (eval $ac_try) 2>&5
12584 ac_status=$?
12585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12586 (exit $ac_status); }; }; then
12587 ac_cv_type_int=yes
12588else
12589 echo "$as_me: failed program was:" >&5
12590sed 's/^/| /' conftest.$ac_ext >&5
12591
12592ac_cv_type_int=no
12593fi
12594rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12595fi
12596echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
12597echo "${ECHO_T}$ac_cv_type_int" >&6
12598
12599echo "$as_me:$LINENO: checking size of int" >&5
12600echo $ECHO_N "checking size of int... $ECHO_C" >&6
12601if test "${ac_cv_sizeof_int+set}" = set; then
12602 echo $ECHO_N "(cached) $ECHO_C" >&6
12603else
7541if test $ac_cv_header_stdc = yes; then 12604 if test "$ac_cv_type_int" = yes; then
7542 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 12605 # The cast to unsigned long works around a bug in the HP C Compiler
12606 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12607 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12608 # This bug is HP SR number 8606223364.
7543if test "$cross_compiling" = yes; then 12609 if test "$cross_compiling" = yes; then
7544 : 12610 # Depending upon the size, compute the lo and hi bounds.
12611cat >conftest.$ac_ext <<_ACEOF
12612/* confdefs.h. */
12613_ACEOF
12614cat confdefs.h >>conftest.$ac_ext
12615cat >>conftest.$ac_ext <<_ACEOF
12616/* end confdefs.h. */
12617$ac_includes_default
12618int
12619main ()
12620{
12621static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
12622test_array [0] = 0
12623
12624 ;
12625 return 0;
12626}
12627_ACEOF
12628rm -f conftest.$ac_objext
12629if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12630 (eval $ac_compile) 2>conftest.er1
12631 ac_status=$?
12632 grep -v '^ *+' conftest.er1 >conftest.err
12633 rm -f conftest.er1
12634 cat conftest.err >&5
12635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12636 (exit $ac_status); } &&
12637 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12639 (eval $ac_try) 2>&5
12640 ac_status=$?
12641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12642 (exit $ac_status); }; } &&
12643 { ac_try='test -s conftest.$ac_objext'
12644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12645 (eval $ac_try) 2>&5
12646 ac_status=$?
12647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12648 (exit $ac_status); }; }; then
12649 ac_lo=0 ac_mid=0
12650 while :; do
12651 cat >conftest.$ac_ext <<_ACEOF
12652/* confdefs.h. */
12653_ACEOF
12654cat confdefs.h >>conftest.$ac_ext
12655cat >>conftest.$ac_ext <<_ACEOF
12656/* end confdefs.h. */
12657$ac_includes_default
12658int
12659main ()
12660{
12661static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12662test_array [0] = 0
12663
12664 ;
12665 return 0;
12666}
12667_ACEOF
12668rm -f conftest.$ac_objext
12669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12670 (eval $ac_compile) 2>conftest.er1
12671 ac_status=$?
12672 grep -v '^ *+' conftest.er1 >conftest.err
12673 rm -f conftest.er1
12674 cat conftest.err >&5
12675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676 (exit $ac_status); } &&
12677 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12679 (eval $ac_try) 2>&5
12680 ac_status=$?
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; } &&
12683 { ac_try='test -s conftest.$ac_objext'
12684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12685 (eval $ac_try) 2>&5
12686 ac_status=$?
12687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12688 (exit $ac_status); }; }; then
12689 ac_hi=$ac_mid; break
7545else 12690else
12691 echo "$as_me: failed program was:" >&5
12692sed 's/^/| /' conftest.$ac_ext >&5
12693
12694ac_lo=`expr $ac_mid + 1`
12695 if test $ac_lo -le $ac_mid; then
12696 ac_lo= ac_hi=
12697 break
12698 fi
12699 ac_mid=`expr 2 '*' $ac_mid + 1`
12700fi
12701rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12702 done
12703else
12704 echo "$as_me: failed program was:" >&5
12705sed 's/^/| /' conftest.$ac_ext >&5
12706
12707cat >conftest.$ac_ext <<_ACEOF
12708/* confdefs.h. */
12709_ACEOF
12710cat confdefs.h >>conftest.$ac_ext
12711cat >>conftest.$ac_ext <<_ACEOF
12712/* end confdefs.h. */
12713$ac_includes_default
12714int
12715main ()
12716{
12717static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
12718test_array [0] = 0
12719
12720 ;
12721 return 0;
12722}
12723_ACEOF
12724rm -f conftest.$ac_objext
12725if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12726 (eval $ac_compile) 2>conftest.er1
12727 ac_status=$?
12728 grep -v '^ *+' conftest.er1 >conftest.err
12729 rm -f conftest.er1
12730 cat conftest.err >&5
12731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12732 (exit $ac_status); } &&
12733 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12735 (eval $ac_try) 2>&5
12736 ac_status=$?
12737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12738 (exit $ac_status); }; } &&
12739 { ac_try='test -s conftest.$ac_objext'
12740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12741 (eval $ac_try) 2>&5
12742 ac_status=$?
12743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12744 (exit $ac_status); }; }; then
12745 ac_hi=-1 ac_mid=-1
12746 while :; do
12747 cat >conftest.$ac_ext <<_ACEOF
12748/* confdefs.h. */
12749_ACEOF
12750cat confdefs.h >>conftest.$ac_ext
12751cat >>conftest.$ac_ext <<_ACEOF
12752/* end confdefs.h. */
12753$ac_includes_default
12754int
12755main ()
12756{
12757static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
12758test_array [0] = 0
12759
12760 ;
12761 return 0;
12762}
12763_ACEOF
12764rm -f conftest.$ac_objext
12765if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12766 (eval $ac_compile) 2>conftest.er1
12767 ac_status=$?
12768 grep -v '^ *+' conftest.er1 >conftest.err
12769 rm -f conftest.er1
12770 cat conftest.err >&5
12771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12772 (exit $ac_status); } &&
12773 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12775 (eval $ac_try) 2>&5
12776 ac_status=$?
12777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12778 (exit $ac_status); }; } &&
12779 { ac_try='test -s conftest.$ac_objext'
12780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12781 (eval $ac_try) 2>&5
12782 ac_status=$?
12783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12784 (exit $ac_status); }; }; then
12785 ac_lo=$ac_mid; break
12786else
12787 echo "$as_me: failed program was:" >&5
12788sed 's/^/| /' conftest.$ac_ext >&5
12789
12790ac_hi=`expr '(' $ac_mid ')' - 1`
12791 if test $ac_mid -le $ac_hi; then
12792 ac_lo= ac_hi=
12793 break
12794 fi
12795 ac_mid=`expr 2 '*' $ac_mid`
12796fi
12797rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12798 done
12799else
12800 echo "$as_me: failed program was:" >&5
12801sed 's/^/| /' conftest.$ac_ext >&5
12802
12803ac_lo= ac_hi=
12804fi
12805rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12806fi
12807rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12808# Binary search between lo and hi bounds.
12809while test "x$ac_lo" != "x$ac_hi"; do
12810 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7546 cat > conftest.$ac_ext <<EOF 12811 cat >conftest.$ac_ext <<_ACEOF
7547#line 7548 "configure" 12812/* confdefs.h. */
7548#include "confdefs.h" 12813_ACEOF
7549#include <ctype.h> 12814cat confdefs.h >>conftest.$ac_ext
7550#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12815cat >>conftest.$ac_ext <<_ACEOF
7551#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12816/* end confdefs.h. */
7552#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12817$ac_includes_default
7553int main () { int i; for (i = 0; i < 256; i++) 12818int
7554if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12819main ()
7555exit (0); } 12820{
12821static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12822test_array [0] = 0
7556 12823
7557EOF 12824 ;
7558if { (eval echo configure:7559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12825 return 0;
7559then 12826}
7560 : 12827_ACEOF
12828rm -f conftest.$ac_objext
12829if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12830 (eval $ac_compile) 2>conftest.er1
12831 ac_status=$?
12832 grep -v '^ *+' conftest.er1 >conftest.err
12833 rm -f conftest.er1
12834 cat conftest.err >&5
12835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12836 (exit $ac_status); } &&
12837 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12839 (eval $ac_try) 2>&5
12840 ac_status=$?
12841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12842 (exit $ac_status); }; } &&
12843 { ac_try='test -s conftest.$ac_objext'
12844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12845 (eval $ac_try) 2>&5
12846 ac_status=$?
12847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12848 (exit $ac_status); }; }; then
12849 ac_hi=$ac_mid
7561else 12850else
7562 echo "configure: failed program was:" >&5 12851 echo "$as_me: failed program was:" >&5
7563 cat conftest.$ac_ext >&5 12852sed 's/^/| /' conftest.$ac_ext >&5
7564 rm -fr conftest*
7565 ac_cv_header_stdc=no
7566fi
7567rm -fr conftest*
7568fi
7569 12853
12854ac_lo=`expr '(' $ac_mid ')' + 1`
7570fi 12855fi
7571fi 12856rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7572 12857done
7573echo "$ac_t""$ac_cv_header_stdc" 1>&6 12858case $ac_lo in
7574if test $ac_cv_header_stdc = yes; then 12859?*) ac_cv_sizeof_int=$ac_lo;;
7575 cat >> confdefs.h <<\EOF 12860'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7576#define STDC_HEADERS 1 12861See \`config.log' for more details." >&5
7577EOF 12862echo "$as_me: error: cannot compute sizeof (int), 77
7578 12863See \`config.log' for more details." >&2;}
7579fi 12864 { (exit 1); exit 1; }; } ;;
7580 12865esac
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 12866else
12867 if test "$cross_compiling" = yes; then
12868 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12869echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12870 { (exit 1); exit 1; }; }
12871else
7586 cat > conftest.$ac_ext <<EOF 12872 cat >conftest.$ac_ext <<_ACEOF
7587#line 7588 "configure" 12873/* confdefs.h. */
7588#include "confdefs.h" 12874_ACEOF
12875cat confdefs.h >>conftest.$ac_ext
12876cat >>conftest.$ac_ext <<_ACEOF
12877/* end confdefs.h. */
12878$ac_includes_default
12879long longval () { return (long) (sizeof (int)); }
12880unsigned long ulongval () { return (long) (sizeof (int)); }
7589#include <sys/types.h> 12881#include <stdio.h>
7590#if STDC_HEADERS
7591#include <stdlib.h> 12882#include <stdlib.h>
7592#include <stddef.h> 12883int
7593#endif 12884main ()
7594EOF 12885{
7595if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12886
7596 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 12887 FILE *f = fopen ("conftest.val", "w");
7597 rm -rf conftest* 12888 if (! f)
7598 ac_cv_type_mode_t=yes 12889 exit (1);
12890 if (((long) (sizeof (int))) < 0)
12891 {
12892 long i = longval ();
12893 if (i != ((long) (sizeof (int))))
12894 exit (1);
12895 fprintf (f, "%ld\n", i);
12896 }
7599else 12897 else
7600 rm -rf conftest* 12898 {
7601 ac_cv_type_mode_t=no 12899 unsigned long i = ulongval ();
12900 if (i != ((long) (sizeof (int))))
12901 exit (1);
12902 fprintf (f, "%lu\n", i);
12903 }
12904 exit (ferror (f) || fclose (f) != 0);
12905
12906 ;
12907 return 0;
12908}
12909_ACEOF
12910rm -f conftest$ac_exeext
12911if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12912 (eval $ac_link) 2>&5
12913 ac_status=$?
12914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12915 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12917 (eval $ac_try) 2>&5
12918 ac_status=$?
12919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12920 (exit $ac_status); }; }; then
12921 ac_cv_sizeof_int=`cat conftest.val`
12922else
12923 echo "$as_me: program exited with status $ac_status" >&5
12924echo "$as_me: failed program was:" >&5
12925sed 's/^/| /' conftest.$ac_ext >&5
12926
12927( exit $ac_status )
12928{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
12929See \`config.log' for more details." >&5
12930echo "$as_me: error: cannot compute sizeof (int), 77
12931See \`config.log' for more details." >&2;}
12932 { (exit 1); exit 1; }; }
7602fi 12933fi
12934rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12935fi
12936fi
7603rm -f conftest* 12937rm -f conftest.val
7604 12938else
12939 ac_cv_sizeof_int=0
7605fi 12940fi
7606echo "$ac_t""$ac_cv_type_mode_t" 1>&6 12941fi
7607if test $ac_cv_type_mode_t = no; then 12942echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
12943echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7608 cat >> confdefs.h <<\EOF 12944cat >>confdefs.h <<_ACEOF
7609#define mode_t int 12945#define SIZEOF_INT $ac_cv_sizeof_int
7610EOF 12946_ACEOF
7611 12947
7612fi
7613 12948
7614echo $ac_n "checking for pid_t""... $ac_c" 1>&6 12949echo "$as_me:$LINENO: checking for long" >&5
7615echo "configure:7616: checking for pid_t" >&5 12950echo $ECHO_N "checking for long... $ECHO_C" >&6
7616if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 12951if test "${ac_cv_type_long+set}" = set; then
7617 echo $ac_n "(cached) $ac_c" 1>&6 12952 echo $ECHO_N "(cached) $ECHO_C" >&6
7618else 12953else
7619 cat > conftest.$ac_ext <<EOF 12954 cat >conftest.$ac_ext <<_ACEOF
7620#line 7621 "configure" 12955/* confdefs.h. */
7621#include "confdefs.h" 12956_ACEOF
12957cat confdefs.h >>conftest.$ac_ext
12958cat >>conftest.$ac_ext <<_ACEOF
12959/* end confdefs.h. */
12960$ac_includes_default
12961int
12962main ()
12963{
12964if ((long *) 0)
12965 return 0;
12966if (sizeof (long))
12967 return 0;
12968 ;
12969 return 0;
12970}
12971_ACEOF
12972rm -f conftest.$ac_objext
12973if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12974 (eval $ac_compile) 2>conftest.er1
12975 ac_status=$?
12976 grep -v '^ *+' conftest.er1 >conftest.err
12977 rm -f conftest.er1
12978 cat conftest.err >&5
12979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12980 (exit $ac_status); } &&
12981 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12983 (eval $ac_try) 2>&5
12984 ac_status=$?
12985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12986 (exit $ac_status); }; } &&
12987 { ac_try='test -s conftest.$ac_objext'
12988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12989 (eval $ac_try) 2>&5
12990 ac_status=$?
12991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12992 (exit $ac_status); }; }; then
12993 ac_cv_type_long=yes
12994else
12995 echo "$as_me: failed program was:" >&5
12996sed 's/^/| /' conftest.$ac_ext >&5
12997
12998ac_cv_type_long=no
12999fi
13000rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13001fi
13002echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
13003echo "${ECHO_T}$ac_cv_type_long" >&6
13004
13005echo "$as_me:$LINENO: checking size of long" >&5
13006echo $ECHO_N "checking size of long... $ECHO_C" >&6
13007if test "${ac_cv_sizeof_long+set}" = set; then
13008 echo $ECHO_N "(cached) $ECHO_C" >&6
13009else
13010 if test "$ac_cv_type_long" = yes; then
13011 # The cast to unsigned long works around a bug in the HP C Compiler
13012 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13013 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13014 # This bug is HP SR number 8606223364.
13015 if test "$cross_compiling" = yes; then
13016 # Depending upon the size, compute the lo and hi bounds.
13017cat >conftest.$ac_ext <<_ACEOF
13018/* confdefs.h. */
13019_ACEOF
13020cat confdefs.h >>conftest.$ac_ext
13021cat >>conftest.$ac_ext <<_ACEOF
13022/* end confdefs.h. */
13023$ac_includes_default
13024int
13025main ()
13026{
13027static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
13028test_array [0] = 0
13029
13030 ;
13031 return 0;
13032}
13033_ACEOF
13034rm -f conftest.$ac_objext
13035if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13036 (eval $ac_compile) 2>conftest.er1
13037 ac_status=$?
13038 grep -v '^ *+' conftest.er1 >conftest.err
13039 rm -f conftest.er1
13040 cat conftest.err >&5
13041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13042 (exit $ac_status); } &&
13043 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13045 (eval $ac_try) 2>&5
13046 ac_status=$?
13047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13048 (exit $ac_status); }; } &&
13049 { ac_try='test -s conftest.$ac_objext'
13050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13051 (eval $ac_try) 2>&5
13052 ac_status=$?
13053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13054 (exit $ac_status); }; }; then
13055 ac_lo=0 ac_mid=0
13056 while :; do
13057 cat >conftest.$ac_ext <<_ACEOF
13058/* confdefs.h. */
13059_ACEOF
13060cat confdefs.h >>conftest.$ac_ext
13061cat >>conftest.$ac_ext <<_ACEOF
13062/* end confdefs.h. */
13063$ac_includes_default
13064int
13065main ()
13066{
13067static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13068test_array [0] = 0
13069
13070 ;
13071 return 0;
13072}
13073_ACEOF
13074rm -f conftest.$ac_objext
13075if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13076 (eval $ac_compile) 2>conftest.er1
13077 ac_status=$?
13078 grep -v '^ *+' conftest.er1 >conftest.err
13079 rm -f conftest.er1
13080 cat conftest.err >&5
13081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13082 (exit $ac_status); } &&
13083 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13085 (eval $ac_try) 2>&5
13086 ac_status=$?
13087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13088 (exit $ac_status); }; } &&
13089 { ac_try='test -s conftest.$ac_objext'
13090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13091 (eval $ac_try) 2>&5
13092 ac_status=$?
13093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13094 (exit $ac_status); }; }; then
13095 ac_hi=$ac_mid; break
13096else
13097 echo "$as_me: failed program was:" >&5
13098sed 's/^/| /' conftest.$ac_ext >&5
13099
13100ac_lo=`expr $ac_mid + 1`
13101 if test $ac_lo -le $ac_mid; then
13102 ac_lo= ac_hi=
13103 break
13104 fi
13105 ac_mid=`expr 2 '*' $ac_mid + 1`
13106fi
13107rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13108 done
13109else
13110 echo "$as_me: failed program was:" >&5
13111sed 's/^/| /' conftest.$ac_ext >&5
13112
13113cat >conftest.$ac_ext <<_ACEOF
13114/* confdefs.h. */
13115_ACEOF
13116cat confdefs.h >>conftest.$ac_ext
13117cat >>conftest.$ac_ext <<_ACEOF
13118/* end confdefs.h. */
13119$ac_includes_default
13120int
13121main ()
13122{
13123static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
13124test_array [0] = 0
13125
13126 ;
13127 return 0;
13128}
13129_ACEOF
13130rm -f conftest.$ac_objext
13131if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13132 (eval $ac_compile) 2>conftest.er1
13133 ac_status=$?
13134 grep -v '^ *+' conftest.er1 >conftest.err
13135 rm -f conftest.er1
13136 cat conftest.err >&5
13137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13138 (exit $ac_status); } &&
13139 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13141 (eval $ac_try) 2>&5
13142 ac_status=$?
13143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13144 (exit $ac_status); }; } &&
13145 { ac_try='test -s conftest.$ac_objext'
13146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13147 (eval $ac_try) 2>&5
13148 ac_status=$?
13149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13150 (exit $ac_status); }; }; then
13151 ac_hi=-1 ac_mid=-1
13152 while :; do
13153 cat >conftest.$ac_ext <<_ACEOF
13154/* confdefs.h. */
13155_ACEOF
13156cat confdefs.h >>conftest.$ac_ext
13157cat >>conftest.$ac_ext <<_ACEOF
13158/* end confdefs.h. */
13159$ac_includes_default
13160int
13161main ()
13162{
13163static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
13164test_array [0] = 0
13165
13166 ;
13167 return 0;
13168}
13169_ACEOF
13170rm -f conftest.$ac_objext
13171if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13172 (eval $ac_compile) 2>conftest.er1
13173 ac_status=$?
13174 grep -v '^ *+' conftest.er1 >conftest.err
13175 rm -f conftest.er1
13176 cat conftest.err >&5
13177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13178 (exit $ac_status); } &&
13179 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13181 (eval $ac_try) 2>&5
13182 ac_status=$?
13183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13184 (exit $ac_status); }; } &&
13185 { ac_try='test -s conftest.$ac_objext'
13186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13187 (eval $ac_try) 2>&5
13188 ac_status=$?
13189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13190 (exit $ac_status); }; }; then
13191 ac_lo=$ac_mid; break
13192else
13193 echo "$as_me: failed program was:" >&5
13194sed 's/^/| /' conftest.$ac_ext >&5
13195
13196ac_hi=`expr '(' $ac_mid ')' - 1`
13197 if test $ac_mid -le $ac_hi; then
13198 ac_lo= ac_hi=
13199 break
13200 fi
13201 ac_mid=`expr 2 '*' $ac_mid`
13202fi
13203rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13204 done
13205else
13206 echo "$as_me: failed program was:" >&5
13207sed 's/^/| /' conftest.$ac_ext >&5
13208
13209ac_lo= ac_hi=
13210fi
13211rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13212fi
13213rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13214# Binary search between lo and hi bounds.
13215while test "x$ac_lo" != "x$ac_hi"; do
13216 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13217 cat >conftest.$ac_ext <<_ACEOF
13218/* confdefs.h. */
13219_ACEOF
13220cat confdefs.h >>conftest.$ac_ext
13221cat >>conftest.$ac_ext <<_ACEOF
13222/* end confdefs.h. */
13223$ac_includes_default
13224int
13225main ()
13226{
13227static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13228test_array [0] = 0
13229
13230 ;
13231 return 0;
13232}
13233_ACEOF
13234rm -f conftest.$ac_objext
13235if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13236 (eval $ac_compile) 2>conftest.er1
13237 ac_status=$?
13238 grep -v '^ *+' conftest.er1 >conftest.err
13239 rm -f conftest.er1
13240 cat conftest.err >&5
13241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13242 (exit $ac_status); } &&
13243 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13245 (eval $ac_try) 2>&5
13246 ac_status=$?
13247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13248 (exit $ac_status); }; } &&
13249 { ac_try='test -s conftest.$ac_objext'
13250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13251 (eval $ac_try) 2>&5
13252 ac_status=$?
13253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13254 (exit $ac_status); }; }; then
13255 ac_hi=$ac_mid
13256else
13257 echo "$as_me: failed program was:" >&5
13258sed 's/^/| /' conftest.$ac_ext >&5
13259
13260ac_lo=`expr '(' $ac_mid ')' + 1`
13261fi
13262rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13263done
13264case $ac_lo in
13265?*) ac_cv_sizeof_long=$ac_lo;;
13266'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13267See \`config.log' for more details." >&5
13268echo "$as_me: error: cannot compute sizeof (long), 77
13269See \`config.log' for more details." >&2;}
13270 { (exit 1); exit 1; }; } ;;
13271esac
13272else
13273 if test "$cross_compiling" = yes; then
13274 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13275echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13276 { (exit 1); exit 1; }; }
13277else
13278 cat >conftest.$ac_ext <<_ACEOF
13279/* confdefs.h. */
13280_ACEOF
13281cat confdefs.h >>conftest.$ac_ext
13282cat >>conftest.$ac_ext <<_ACEOF
13283/* end confdefs.h. */
13284$ac_includes_default
13285long longval () { return (long) (sizeof (long)); }
13286unsigned long ulongval () { return (long) (sizeof (long)); }
7622#include <sys/types.h> 13287#include <stdio.h>
7623#if STDC_HEADERS
7624#include <stdlib.h> 13288#include <stdlib.h>
7625#include <stddef.h> 13289int
7626#endif 13290main ()
7627EOF 13291{
7628if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13292
7629 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 13293 FILE *f = fopen ("conftest.val", "w");
7630 rm -rf conftest* 13294 if (! f)
7631 ac_cv_type_pid_t=yes 13295 exit (1);
13296 if (((long) (sizeof (long))) < 0)
13297 {
13298 long i = longval ();
13299 if (i != ((long) (sizeof (long))))
13300 exit (1);
13301 fprintf (f, "%ld\n", i);
13302 }
7632else 13303 else
7633 rm -rf conftest* 13304 {
7634 ac_cv_type_pid_t=no 13305 unsigned long i = ulongval ();
13306 if (i != ((long) (sizeof (long))))
13307 exit (1);
13308 fprintf (f, "%lu\n", i);
13309 }
13310 exit (ferror (f) || fclose (f) != 0);
13311
13312 ;
13313 return 0;
13314}
13315_ACEOF
13316rm -f conftest$ac_exeext
13317if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13318 (eval $ac_link) 2>&5
13319 ac_status=$?
13320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13321 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13323 (eval $ac_try) 2>&5
13324 ac_status=$?
13325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13326 (exit $ac_status); }; }; then
13327 ac_cv_sizeof_long=`cat conftest.val`
13328else
13329 echo "$as_me: program exited with status $ac_status" >&5
13330echo "$as_me: failed program was:" >&5
13331sed 's/^/| /' conftest.$ac_ext >&5
13332
13333( exit $ac_status )
13334{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13335See \`config.log' for more details." >&5
13336echo "$as_me: error: cannot compute sizeof (long), 77
13337See \`config.log' for more details." >&2;}
13338 { (exit 1); exit 1; }; }
7635fi 13339fi
13340rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13341fi
13342fi
7636rm -f conftest* 13343rm -f conftest.val
7637 13344else
13345 ac_cv_sizeof_long=0
7638fi 13346fi
7639echo "$ac_t""$ac_cv_type_pid_t" 1>&6 13347fi
7640if test $ac_cv_type_pid_t = no; then 13348echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13349echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7641 cat >> confdefs.h <<\EOF 13350cat >>confdefs.h <<_ACEOF
7642#define pid_t int 13351#define SIZEOF_LONG $ac_cv_sizeof_long
7643EOF 13352_ACEOF
7644 13353
7645fi
7646 13354
7647echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 13355echo "$as_me:$LINENO: checking for long long" >&5
7648echo "configure:7649: checking for uid_t in sys/types.h" >&5 13356echo $ECHO_N "checking for long long... $ECHO_C" >&6
7649if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 13357if test "${ac_cv_type_long_long+set}" = set; then
7650 echo $ac_n "(cached) $ac_c" 1>&6 13358 echo $ECHO_N "(cached) $ECHO_C" >&6
7651else 13359else
7652 cat > conftest.$ac_ext <<EOF 13360 cat >conftest.$ac_ext <<_ACEOF
7653#line 7654 "configure" 13361/* confdefs.h. */
7654#include "confdefs.h" 13362_ACEOF
7655#include <sys/types.h> 13363cat confdefs.h >>conftest.$ac_ext
7656EOF 13364cat >>conftest.$ac_ext <<_ACEOF
7657if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13365/* end confdefs.h. */
7658 egrep "uid_t" >/dev/null 2>&1; then 13366$ac_includes_default
13367int
13368main ()
13369{
13370if ((long long *) 0)
13371 return 0;
13372if (sizeof (long long))
13373 return 0;
13374 ;
13375 return 0;
13376}
13377_ACEOF
13378rm -f conftest.$ac_objext
13379if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13380 (eval $ac_compile) 2>conftest.er1
13381 ac_status=$?
13382 grep -v '^ *+' conftest.er1 >conftest.err
7659 rm -rf conftest* 13383 rm -f conftest.er1
13384 cat conftest.err >&5
13385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13386 (exit $ac_status); } &&
13387 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13389 (eval $ac_try) 2>&5
13390 ac_status=$?
13391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13392 (exit $ac_status); }; } &&
13393 { ac_try='test -s conftest.$ac_objext'
13394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13395 (eval $ac_try) 2>&5
13396 ac_status=$?
13397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13398 (exit $ac_status); }; }; then
7660 ac_cv_type_uid_t=yes 13399 ac_cv_type_long_long=yes
7661else 13400else
7662 rm -rf conftest* 13401 echo "$as_me: failed program was:" >&5
7663 ac_cv_type_uid_t=no 13402sed 's/^/| /' conftest.$ac_ext >&5
7664fi
7665rm -f conftest*
7666 13403
13404ac_cv_type_long_long=no
7667fi 13405fi
7668 13406rm -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 13407fi
13408echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
13409echo "${ECHO_T}$ac_cv_type_long_long" >&6
7680 13410
7681 13411echo "$as_me:$LINENO: checking size of long long" >&5
7682 13412echo $ECHO_N "checking size of long long... $ECHO_C" >&6
7683echo $ac_n "checking size of char""... $ac_c" 1>&6 13413if 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 13414 echo $ECHO_N "(cached) $ECHO_C" >&6
7687else 13415else
13416 if test "$ac_cv_type_long_long" = yes; then
13417 # The cast to unsigned long works around a bug in the HP C Compiler
13418 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13419 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13420 # This bug is HP SR number 8606223364.
7688 if test "$cross_compiling" = yes; then 13421 if test "$cross_compiling" = yes; then
7689 ac_cv_sizeof_char=1 13422 # Depending upon the size, compute the lo and hi bounds.
13423cat >conftest.$ac_ext <<_ACEOF
13424/* confdefs.h. */
13425_ACEOF
13426cat confdefs.h >>conftest.$ac_ext
13427cat >>conftest.$ac_ext <<_ACEOF
13428/* end confdefs.h. */
13429$ac_includes_default
13430int
13431main ()
13432{
13433static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
13434test_array [0] = 0
13435
13436 ;
13437 return 0;
13438}
13439_ACEOF
13440rm -f conftest.$ac_objext
13441if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13442 (eval $ac_compile) 2>conftest.er1
13443 ac_status=$?
13444 grep -v '^ *+' conftest.er1 >conftest.err
13445 rm -f conftest.er1
13446 cat conftest.err >&5
13447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13448 (exit $ac_status); } &&
13449 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13451 (eval $ac_try) 2>&5
13452 ac_status=$?
13453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13454 (exit $ac_status); }; } &&
13455 { ac_try='test -s conftest.$ac_objext'
13456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13457 (eval $ac_try) 2>&5
13458 ac_status=$?
13459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13460 (exit $ac_status); }; }; then
13461 ac_lo=0 ac_mid=0
13462 while :; do
13463 cat >conftest.$ac_ext <<_ACEOF
13464/* confdefs.h. */
13465_ACEOF
13466cat confdefs.h >>conftest.$ac_ext
13467cat >>conftest.$ac_ext <<_ACEOF
13468/* end confdefs.h. */
13469$ac_includes_default
13470int
13471main ()
13472{
13473static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13474test_array [0] = 0
13475
13476 ;
13477 return 0;
13478}
13479_ACEOF
13480rm -f conftest.$ac_objext
13481if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13482 (eval $ac_compile) 2>conftest.er1
13483 ac_status=$?
13484 grep -v '^ *+' conftest.er1 >conftest.err
13485 rm -f conftest.er1
13486 cat conftest.err >&5
13487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13488 (exit $ac_status); } &&
13489 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13491 (eval $ac_try) 2>&5
13492 ac_status=$?
13493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13494 (exit $ac_status); }; } &&
13495 { ac_try='test -s conftest.$ac_objext'
13496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13497 (eval $ac_try) 2>&5
13498 ac_status=$?
13499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13500 (exit $ac_status); }; }; then
13501 ac_hi=$ac_mid; break
7690else 13502else
13503 echo "$as_me: failed program was:" >&5
13504sed 's/^/| /' conftest.$ac_ext >&5
13505
13506ac_lo=`expr $ac_mid + 1`
13507 if test $ac_lo -le $ac_mid; then
13508 ac_lo= ac_hi=
13509 break
13510 fi
13511 ac_mid=`expr 2 '*' $ac_mid + 1`
13512fi
13513rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13514 done
13515else
13516 echo "$as_me: failed program was:" >&5
13517sed 's/^/| /' conftest.$ac_ext >&5
13518
13519cat >conftest.$ac_ext <<_ACEOF
13520/* confdefs.h. */
13521_ACEOF
13522cat confdefs.h >>conftest.$ac_ext
13523cat >>conftest.$ac_ext <<_ACEOF
13524/* end confdefs.h. */
13525$ac_includes_default
13526int
13527main ()
13528{
13529static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
13530test_array [0] = 0
13531
13532 ;
13533 return 0;
13534}
13535_ACEOF
13536rm -f conftest.$ac_objext
13537if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13538 (eval $ac_compile) 2>conftest.er1
13539 ac_status=$?
13540 grep -v '^ *+' conftest.er1 >conftest.err
13541 rm -f conftest.er1
13542 cat conftest.err >&5
13543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13544 (exit $ac_status); } &&
13545 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13547 (eval $ac_try) 2>&5
13548 ac_status=$?
13549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13550 (exit $ac_status); }; } &&
13551 { ac_try='test -s conftest.$ac_objext'
13552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13553 (eval $ac_try) 2>&5
13554 ac_status=$?
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); }; }; then
13557 ac_hi=-1 ac_mid=-1
13558 while :; do
13559 cat >conftest.$ac_ext <<_ACEOF
13560/* confdefs.h. */
13561_ACEOF
13562cat confdefs.h >>conftest.$ac_ext
13563cat >>conftest.$ac_ext <<_ACEOF
13564/* end confdefs.h. */
13565$ac_includes_default
13566int
13567main ()
13568{
13569static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
13570test_array [0] = 0
13571
13572 ;
13573 return 0;
13574}
13575_ACEOF
13576rm -f conftest.$ac_objext
13577if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13578 (eval $ac_compile) 2>conftest.er1
13579 ac_status=$?
13580 grep -v '^ *+' conftest.er1 >conftest.err
13581 rm -f conftest.er1
13582 cat conftest.err >&5
13583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13584 (exit $ac_status); } &&
13585 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13587 (eval $ac_try) 2>&5
13588 ac_status=$?
13589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13590 (exit $ac_status); }; } &&
13591 { ac_try='test -s conftest.$ac_objext'
13592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13593 (eval $ac_try) 2>&5
13594 ac_status=$?
13595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13596 (exit $ac_status); }; }; then
13597 ac_lo=$ac_mid; break
13598else
13599 echo "$as_me: failed program was:" >&5
13600sed 's/^/| /' conftest.$ac_ext >&5
13601
13602ac_hi=`expr '(' $ac_mid ')' - 1`
13603 if test $ac_mid -le $ac_hi; then
13604 ac_lo= ac_hi=
13605 break
13606 fi
13607 ac_mid=`expr 2 '*' $ac_mid`
13608fi
13609rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13610 done
13611else
13612 echo "$as_me: failed program was:" >&5
13613sed 's/^/| /' conftest.$ac_ext >&5
13614
13615ac_lo= ac_hi=
13616fi
13617rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13618fi
13619rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13620# Binary search between lo and hi bounds.
13621while test "x$ac_lo" != "x$ac_hi"; do
13622 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7691 cat > conftest.$ac_ext <<EOF 13623 cat >conftest.$ac_ext <<_ACEOF
7692#line 7693 "configure" 13624/* confdefs.h. */
7693#include "confdefs.h" 13625_ACEOF
13626cat confdefs.h >>conftest.$ac_ext
13627cat >>conftest.$ac_ext <<_ACEOF
13628/* end confdefs.h. */
13629$ac_includes_default
13630int
13631main ()
13632{
13633static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13634test_array [0] = 0
13635
13636 ;
13637 return 0;
13638}
13639_ACEOF
13640rm -f conftest.$ac_objext
13641if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13642 (eval $ac_compile) 2>conftest.er1
13643 ac_status=$?
13644 grep -v '^ *+' conftest.er1 >conftest.err
13645 rm -f conftest.er1
13646 cat conftest.err >&5
13647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648 (exit $ac_status); } &&
13649 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13651 (eval $ac_try) 2>&5
13652 ac_status=$?
13653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13654 (exit $ac_status); }; } &&
13655 { ac_try='test -s conftest.$ac_objext'
13656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13657 (eval $ac_try) 2>&5
13658 ac_status=$?
13659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13660 (exit $ac_status); }; }; then
13661 ac_hi=$ac_mid
13662else
13663 echo "$as_me: failed program was:" >&5
13664sed 's/^/| /' conftest.$ac_ext >&5
13665
13666ac_lo=`expr '(' $ac_mid ')' + 1`
13667fi
13668rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13669done
13670case $ac_lo in
13671?*) ac_cv_sizeof_long_long=$ac_lo;;
13672'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13673See \`config.log' for more details." >&5
13674echo "$as_me: error: cannot compute sizeof (long long), 77
13675See \`config.log' for more details." >&2;}
13676 { (exit 1); exit 1; }; } ;;
13677esac
13678else
13679 if test "$cross_compiling" = yes; then
13680 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13681echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13682 { (exit 1); exit 1; }; }
13683else
13684 cat >conftest.$ac_ext <<_ACEOF
13685/* confdefs.h. */
13686_ACEOF
13687cat confdefs.h >>conftest.$ac_ext
13688cat >>conftest.$ac_ext <<_ACEOF
13689/* end confdefs.h. */
13690$ac_includes_default
13691long longval () { return (long) (sizeof (long long)); }
13692unsigned long ulongval () { return (long) (sizeof (long long)); }
7694#include <stdio.h> 13693#include <stdio.h>
7695#include <sys/types.h> 13694#include <stdlib.h>
13695int
7696main() 13696main ()
7697{ 13697{
13698
7698 FILE *f=fopen("conftestval", "w"); 13699 FILE *f = fopen ("conftest.val", "w");
7699 if (!f) exit(1); 13700 if (! f)
7700 fprintf(f, "%d\n", sizeof(char));
7701 exit(0); 13701 exit (1);
13702 if (((long) (sizeof (long long))) < 0)
13703 {
13704 long i = longval ();
13705 if (i != ((long) (sizeof (long long))))
13706 exit (1);
13707 fprintf (f, "%ld\n", i);
13708 }
13709 else
13710 {
13711 unsigned long i = ulongval ();
13712 if (i != ((long) (sizeof (long long))))
13713 exit (1);
13714 fprintf (f, "%lu\n", i);
13715 }
13716 exit (ferror (f) || fclose (f) != 0);
13717
13718 ;
13719 return 0;
7702} 13720}
7703EOF 13721_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 13722rm -f conftest$ac_exeext
7705then 13723if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13724 (eval $ac_link) 2>&5
13725 ac_status=$?
13726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13727 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13729 (eval $ac_try) 2>&5
13730 ac_status=$?
13731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13732 (exit $ac_status); }; }; then
7706 ac_cv_sizeof_char=`cat conftestval` 13733 ac_cv_sizeof_long_long=`cat conftest.val`
7707else 13734else
13735 echo "$as_me: program exited with status $ac_status" >&5
7708 echo "configure: failed program was:" >&5 13736echo "$as_me: failed program was:" >&5
7709 cat conftest.$ac_ext >&5 13737sed 's/^/| /' conftest.$ac_ext >&5
7710 rm -fr conftest* 13738
7711 ac_cv_sizeof_char=0 13739( exit $ac_status )
13740{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13741See \`config.log' for more details." >&5
13742echo "$as_me: error: cannot compute sizeof (long long), 77
13743See \`config.log' for more details." >&2;}
13744 { (exit 1); exit 1; }; }
7712fi 13745fi
13746rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13747fi
13748fi
7713rm -fr conftest* 13749rm -f conftest.val
13750else
13751 ac_cv_sizeof_long_long=0
7714fi 13752fi
7715
7716fi 13753fi
7717echo "$ac_t""$ac_cv_sizeof_char" 1>&6 13754echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
13755echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
7718cat >> confdefs.h <<EOF 13756cat >>confdefs.h <<_ACEOF
7719#define SIZEOF_CHAR $ac_cv_sizeof_char 13757#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7720EOF 13758_ACEOF
7721 13759
7722 13760
7723echo $ac_n "checking size of short""... $ac_c" 1>&6 13761echo "$as_me:$LINENO: checking for int *" >&5
7724echo "configure:7725: checking size of short" >&5 13762echo $ECHO_N "checking for int *... $ECHO_C" >&6
7725if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13763if test "${ac_cv_type_int_p+set}" = set; then
7726 echo $ac_n "(cached) $ac_c" 1>&6 13764 echo $ECHO_N "(cached) $ECHO_C" >&6
7727else 13765else
13766 cat >conftest.$ac_ext <<_ACEOF
13767/* confdefs.h. */
13768_ACEOF
13769cat confdefs.h >>conftest.$ac_ext
13770cat >>conftest.$ac_ext <<_ACEOF
13771/* end confdefs.h. */
13772$ac_includes_default
13773int
13774main ()
13775{
13776if ((int * *) 0)
13777 return 0;
13778if (sizeof (int *))
13779 return 0;
13780 ;
13781 return 0;
13782}
13783_ACEOF
13784rm -f conftest.$ac_objext
13785if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13786 (eval $ac_compile) 2>conftest.er1
13787 ac_status=$?
13788 grep -v '^ *+' conftest.er1 >conftest.err
13789 rm -f conftest.er1
13790 cat conftest.err >&5
13791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13792 (exit $ac_status); } &&
13793 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13795 (eval $ac_try) 2>&5
13796 ac_status=$?
13797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13798 (exit $ac_status); }; } &&
13799 { ac_try='test -s conftest.$ac_objext'
13800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13801 (eval $ac_try) 2>&5
13802 ac_status=$?
13803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13804 (exit $ac_status); }; }; then
13805 ac_cv_type_int_p=yes
13806else
13807 echo "$as_me: failed program was:" >&5
13808sed 's/^/| /' conftest.$ac_ext >&5
13809
13810ac_cv_type_int_p=no
13811fi
13812rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13813fi
13814echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
13815echo "${ECHO_T}$ac_cv_type_int_p" >&6
13816
13817echo "$as_me:$LINENO: checking size of int *" >&5
13818echo $ECHO_N "checking size of int *... $ECHO_C" >&6
13819if test "${ac_cv_sizeof_int_p+set}" = set; then
13820 echo $ECHO_N "(cached) $ECHO_C" >&6
13821else
13822 if test "$ac_cv_type_int_p" = yes; then
13823 # The cast to unsigned long works around a bug in the HP C Compiler
13824 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13825 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13826 # This bug is HP SR number 8606223364.
7728 if test "$cross_compiling" = yes; then 13827 if test "$cross_compiling" = yes; then
7729 ac_cv_sizeof_short=2 13828 # Depending upon the size, compute the lo and hi bounds.
13829cat >conftest.$ac_ext <<_ACEOF
13830/* confdefs.h. */
13831_ACEOF
13832cat confdefs.h >>conftest.$ac_ext
13833cat >>conftest.$ac_ext <<_ACEOF
13834/* end confdefs.h. */
13835$ac_includes_default
13836int
13837main ()
13838{
13839static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
13840test_array [0] = 0
13841
13842 ;
13843 return 0;
13844}
13845_ACEOF
13846rm -f conftest.$ac_objext
13847if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13848 (eval $ac_compile) 2>conftest.er1
13849 ac_status=$?
13850 grep -v '^ *+' conftest.er1 >conftest.err
13851 rm -f conftest.er1
13852 cat conftest.err >&5
13853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13854 (exit $ac_status); } &&
13855 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13857 (eval $ac_try) 2>&5
13858 ac_status=$?
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); }; } &&
13861 { ac_try='test -s conftest.$ac_objext'
13862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13863 (eval $ac_try) 2>&5
13864 ac_status=$?
13865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13866 (exit $ac_status); }; }; then
13867 ac_lo=0 ac_mid=0
13868 while :; do
13869 cat >conftest.$ac_ext <<_ACEOF
13870/* confdefs.h. */
13871_ACEOF
13872cat confdefs.h >>conftest.$ac_ext
13873cat >>conftest.$ac_ext <<_ACEOF
13874/* end confdefs.h. */
13875$ac_includes_default
13876int
13877main ()
13878{
13879static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13880test_array [0] = 0
13881
13882 ;
13883 return 0;
13884}
13885_ACEOF
13886rm -f conftest.$ac_objext
13887if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13888 (eval $ac_compile) 2>conftest.er1
13889 ac_status=$?
13890 grep -v '^ *+' conftest.er1 >conftest.err
13891 rm -f conftest.er1
13892 cat conftest.err >&5
13893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13894 (exit $ac_status); } &&
13895 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13897 (eval $ac_try) 2>&5
13898 ac_status=$?
13899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13900 (exit $ac_status); }; } &&
13901 { ac_try='test -s conftest.$ac_objext'
13902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13903 (eval $ac_try) 2>&5
13904 ac_status=$?
13905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13906 (exit $ac_status); }; }; then
13907 ac_hi=$ac_mid; break
7730else 13908else
13909 echo "$as_me: failed program was:" >&5
13910sed 's/^/| /' conftest.$ac_ext >&5
13911
13912ac_lo=`expr $ac_mid + 1`
13913 if test $ac_lo -le $ac_mid; then
13914 ac_lo= ac_hi=
13915 break
13916 fi
13917 ac_mid=`expr 2 '*' $ac_mid + 1`
13918fi
13919rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13920 done
13921else
13922 echo "$as_me: failed program was:" >&5
13923sed 's/^/| /' conftest.$ac_ext >&5
13924
13925cat >conftest.$ac_ext <<_ACEOF
13926/* confdefs.h. */
13927_ACEOF
13928cat confdefs.h >>conftest.$ac_ext
13929cat >>conftest.$ac_ext <<_ACEOF
13930/* end confdefs.h. */
13931$ac_includes_default
13932int
13933main ()
13934{
13935static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
13936test_array [0] = 0
13937
13938 ;
13939 return 0;
13940}
13941_ACEOF
13942rm -f conftest.$ac_objext
13943if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13944 (eval $ac_compile) 2>conftest.er1
13945 ac_status=$?
13946 grep -v '^ *+' conftest.er1 >conftest.err
13947 rm -f conftest.er1
13948 cat conftest.err >&5
13949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13950 (exit $ac_status); } &&
13951 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13953 (eval $ac_try) 2>&5
13954 ac_status=$?
13955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13956 (exit $ac_status); }; } &&
13957 { ac_try='test -s conftest.$ac_objext'
13958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13959 (eval $ac_try) 2>&5
13960 ac_status=$?
13961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13962 (exit $ac_status); }; }; then
13963 ac_hi=-1 ac_mid=-1
13964 while :; do
13965 cat >conftest.$ac_ext <<_ACEOF
13966/* confdefs.h. */
13967_ACEOF
13968cat confdefs.h >>conftest.$ac_ext
13969cat >>conftest.$ac_ext <<_ACEOF
13970/* end confdefs.h. */
13971$ac_includes_default
13972int
13973main ()
13974{
13975static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
13976test_array [0] = 0
13977
13978 ;
13979 return 0;
13980}
13981_ACEOF
13982rm -f conftest.$ac_objext
13983if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13984 (eval $ac_compile) 2>conftest.er1
13985 ac_status=$?
13986 grep -v '^ *+' conftest.er1 >conftest.err
13987 rm -f conftest.er1
13988 cat conftest.err >&5
13989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13990 (exit $ac_status); } &&
13991 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13993 (eval $ac_try) 2>&5
13994 ac_status=$?
13995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13996 (exit $ac_status); }; } &&
13997 { ac_try='test -s conftest.$ac_objext'
13998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13999 (eval $ac_try) 2>&5
14000 ac_status=$?
14001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14002 (exit $ac_status); }; }; then
14003 ac_lo=$ac_mid; break
14004else
14005 echo "$as_me: failed program was:" >&5
14006sed 's/^/| /' conftest.$ac_ext >&5
14007
14008ac_hi=`expr '(' $ac_mid ')' - 1`
14009 if test $ac_mid -le $ac_hi; then
14010 ac_lo= ac_hi=
14011 break
14012 fi
14013 ac_mid=`expr 2 '*' $ac_mid`
14014fi
14015rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14016 done
14017else
14018 echo "$as_me: failed program was:" >&5
14019sed 's/^/| /' conftest.$ac_ext >&5
14020
14021ac_lo= ac_hi=
14022fi
14023rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14024fi
14025rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14026# Binary search between lo and hi bounds.
14027while test "x$ac_lo" != "x$ac_hi"; do
14028 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7731 cat > conftest.$ac_ext <<EOF 14029 cat >conftest.$ac_ext <<_ACEOF
7732#line 7733 "configure" 14030/* confdefs.h. */
7733#include "confdefs.h" 14031_ACEOF
14032cat confdefs.h >>conftest.$ac_ext
14033cat >>conftest.$ac_ext <<_ACEOF
14034/* end confdefs.h. */
14035$ac_includes_default
14036int
14037main ()
14038{
14039static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
14040test_array [0] = 0
14041
14042 ;
14043 return 0;
14044}
14045_ACEOF
14046rm -f conftest.$ac_objext
14047if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14048 (eval $ac_compile) 2>conftest.er1
14049 ac_status=$?
14050 grep -v '^ *+' conftest.er1 >conftest.err
14051 rm -f conftest.er1
14052 cat conftest.err >&5
14053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14054 (exit $ac_status); } &&
14055 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14057 (eval $ac_try) 2>&5
14058 ac_status=$?
14059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14060 (exit $ac_status); }; } &&
14061 { ac_try='test -s conftest.$ac_objext'
14062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14063 (eval $ac_try) 2>&5
14064 ac_status=$?
14065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14066 (exit $ac_status); }; }; then
14067 ac_hi=$ac_mid
14068else
14069 echo "$as_me: failed program was:" >&5
14070sed 's/^/| /' conftest.$ac_ext >&5
14071
14072ac_lo=`expr '(' $ac_mid ')' + 1`
14073fi
14074rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14075done
14076case $ac_lo in
14077?*) ac_cv_sizeof_int_p=$ac_lo;;
14078'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
14079See \`config.log' for more details." >&5
14080echo "$as_me: error: cannot compute sizeof (int *), 77
14081See \`config.log' for more details." >&2;}
14082 { (exit 1); exit 1; }; } ;;
14083esac
14084else
14085 if test "$cross_compiling" = yes; then
14086 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
14087echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
14088 { (exit 1); exit 1; }; }
14089else
14090 cat >conftest.$ac_ext <<_ACEOF
14091/* confdefs.h. */
14092_ACEOF
14093cat confdefs.h >>conftest.$ac_ext
14094cat >>conftest.$ac_ext <<_ACEOF
14095/* end confdefs.h. */
14096$ac_includes_default
14097long longval () { return (long) (sizeof (int *)); }
14098unsigned long ulongval () { return (long) (sizeof (int *)); }
7734#include <stdio.h> 14099#include <stdio.h>
7735#include <sys/types.h> 14100#include <stdlib.h>
14101int
7736main() 14102main ()
7737{ 14103{
14104
7738 FILE *f=fopen("conftestval", "w"); 14105 FILE *f = fopen ("conftest.val", "w");
7739 if (!f) exit(1); 14106 if (! f)
7740 fprintf(f, "%d\n", sizeof(short));
7741 exit(0); 14107 exit (1);
14108 if (((long) (sizeof (int *))) < 0)
14109 {
14110 long i = longval ();
14111 if (i != ((long) (sizeof (int *))))
14112 exit (1);
14113 fprintf (f, "%ld\n", i);
14114 }
14115 else
14116 {
14117 unsigned long i = ulongval ();
14118 if (i != ((long) (sizeof (int *))))
14119 exit (1);
14120 fprintf (f, "%lu\n", i);
14121 }
14122 exit (ferror (f) || fclose (f) != 0);
14123
14124 ;
14125 return 0;
7742} 14126}
7743EOF 14127_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 14128rm -f conftest$ac_exeext
7745then 14129if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14130 (eval $ac_link) 2>&5
14131 ac_status=$?
14132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14133 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14135 (eval $ac_try) 2>&5
14136 ac_status=$?
14137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14138 (exit $ac_status); }; }; then
7746 ac_cv_sizeof_short=`cat conftestval` 14139 ac_cv_sizeof_int_p=`cat conftest.val`
7747else 14140else
14141 echo "$as_me: program exited with status $ac_status" >&5
7748 echo "configure: failed program was:" >&5 14142echo "$as_me: failed program was:" >&5
7749 cat conftest.$ac_ext >&5 14143sed 's/^/| /' conftest.$ac_ext >&5
7750 rm -fr conftest* 14144
7751 ac_cv_sizeof_short=0 14145( exit $ac_status )
14146{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
14147See \`config.log' for more details." >&5
14148echo "$as_me: error: cannot compute sizeof (int *), 77
14149See \`config.log' for more details." >&2;}
14150 { (exit 1); exit 1; }; }
7752fi 14151fi
14152rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14153fi
14154fi
7753rm -fr conftest* 14155rm -f conftest.val
14156else
14157 ac_cv_sizeof_int_p=0
7754fi 14158fi
7755
7756fi 14159fi
7757echo "$ac_t""$ac_cv_sizeof_short" 1>&6 14160echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
14161echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
7758cat >> confdefs.h <<EOF 14162cat >>confdefs.h <<_ACEOF
7759#define SIZEOF_SHORT $ac_cv_sizeof_short 14163#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7760EOF 14164_ACEOF
7761 14165
7762 14166
7763echo $ac_n "checking size of int""... $ac_c" 1>&6 14167
7764echo "configure:7765: checking size of int" >&5 14168
7765if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 14169echo "$as_me:$LINENO: checking for int16_t" >&5
14170echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
14171if test "${rxvt_cv_int16_t+set}" = set; then
7766 echo $ac_n "(cached) $ac_c" 1>&6 14172 echo $ECHO_N "(cached) $ECHO_C" >&6
7767else 14173else
7768 if test "$cross_compiling" = yes; then
7769 ac_cv_sizeof_int=4
7770else
7771 cat > conftest.$ac_ext <<EOF 14174 cat >conftest.$ac_ext <<_ACEOF
7772#line 7773 "configure" 14175/* confdefs.h. */
7773#include "confdefs.h" 14176_ACEOF
14177cat confdefs.h >>conftest.$ac_ext
14178cat >>conftest.$ac_ext <<_ACEOF
14179/* end confdefs.h. */
7774#include <stdio.h> 14180#include <stdint.h>
7775#include <sys/types.h> 14181int
7776main() 14182main ()
7777{ 14183{
7778 FILE *f=fopen("conftestval", "w"); 14184int16_t dummy;
7779 if (!f) exit(1); 14185 ;
7780 fprintf(f, "%d\n", sizeof(int)); 14186 return 0;
7781 exit(0);
7782} 14187}
7783EOF 14188_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 14189rm -f conftest.$ac_objext
7785then 14190if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7786 ac_cv_sizeof_int=`cat conftestval` 14191 (eval $ac_compile) 2>conftest.er1
7787else 14192 ac_status=$?
7788 echo "configure: failed program was:" >&5 14193 grep -v '^ *+' conftest.er1 >conftest.err
7789 cat conftest.$ac_ext >&5
7790 rm -fr conftest* 14194 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 14195 cat conftest.err >&5
7830 rm -fr conftest* 14196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 ac_cv_sizeof_long=0 14197 (exit $ac_status); } &&
7832fi 14198 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7833rm -fr conftest* 14199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7834fi 14200 (eval $ac_try) 2>&5
7835 14201 ac_status=$?
7836fi 14202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7837echo "$ac_t""$ac_cv_sizeof_long" 1>&6 14203 (exit $ac_status); }; } &&
7838cat >> confdefs.h <<EOF 14204 { ac_try='test -s conftest.$ac_objext'
7839#define SIZEOF_LONG $ac_cv_sizeof_long 14205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7840EOF 14206 (eval $ac_try) 2>&5
7841 14207 ac_status=$?
7842 14208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7843echo $ac_n "checking size of long long""... $ac_c" 1>&6 14209 (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 14210 rxvt_cv_int16_t=yes
7941else 14211else
7942 echo "configure: failed program was:" >&5 14212 echo "$as_me: failed program was:" >&5
7943 cat conftest.$ac_ext >&5 14213sed 's/^/| /' conftest.$ac_ext >&5
7944 rm -rf conftest* 14214
7945 if test $ac_cv_sizeof_char -ge 2; then 14215if test $ac_cv_sizeof_char -ge 2; then
7946 rxvt_cv_int16_t=" char" 14216 rxvt_cv_int16_t=" char"
7947else 14217else
7948 if test $ac_cv_sizeof_short -ge 2; then 14218 if test $ac_cv_sizeof_short -ge 2; then
7949 rxvt_cv_int16_t=" short" 14219 rxvt_cv_int16_t=" short"
7950 else 14220 else
7962 fi 14232 fi
7963 fi 14233 fi
7964 fi 14234 fi
7965fi 14235fi
7966fi 14236fi
7967rm -f conftest* 14237rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7968fi 14238fi
7969 14239echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7970echo "$ac_t""$rxvt_cv_int16_t" 1>&6 14240echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7971if test x"$rxvt_cv_int16_t" != xyes; then 14241if test x"$rxvt_cv_int16_t" != xyes; then
7972 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 14242 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7973else 14243else
7974 if test x"" = x; then 14244 if test x"" = x; then
7975 rxvt_int16_typedef="/* typedef short int16_t; */" 14245 rxvt_int16_typedef="/* typedef short int16_t; */"
7976 else 14246 else
7977 rxvt_int16_typedef="/* typedef short int16_t; */" 14247 rxvt_int16_typedef="/* typedef short int16_t; */"
7978 fi 14248 fi
7979fi 14249fi
7980 14250
14251echo "$as_me:$LINENO: checking for uint16_t" >&5
7981echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 14252echo $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 14253if test "${rxvt_cv_uint16_t+set}" = set; then
7984 echo $ac_n "(cached) $ac_c" 1>&6 14254 echo $ECHO_N "(cached) $ECHO_C" >&6
7985else 14255else
7986 cat > conftest.$ac_ext <<EOF 14256 cat >conftest.$ac_ext <<_ACEOF
7987#line 7988 "configure" 14257/* confdefs.h. */
7988#include "confdefs.h" 14258_ACEOF
14259cat confdefs.h >>conftest.$ac_ext
14260cat >>conftest.$ac_ext <<_ACEOF
14261/* end confdefs.h. */
7989#include <stdint.h> 14262#include <stdint.h>
7990int main() { 14263int
14264main ()
14265{
7991uint16_t dummy; 14266uint16_t dummy;
14267 ;
7992; return 0; } 14268 return 0;
7993EOF 14269}
7994if { (eval echo configure:7995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14270_ACEOF
14271rm -f conftest.$ac_objext
14272if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14273 (eval $ac_compile) 2>conftest.er1
14274 ac_status=$?
14275 grep -v '^ *+' conftest.er1 >conftest.err
7995 rm -rf conftest* 14276 rm -f conftest.er1
14277 cat conftest.err >&5
14278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14279 (exit $ac_status); } &&
14280 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14282 (eval $ac_try) 2>&5
14283 ac_status=$?
14284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14285 (exit $ac_status); }; } &&
14286 { ac_try='test -s conftest.$ac_objext'
14287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14288 (eval $ac_try) 2>&5
14289 ac_status=$?
14290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14291 (exit $ac_status); }; }; then
7996 rxvt_cv_uint16_t=yes 14292 rxvt_cv_uint16_t=yes
7997else 14293else
7998 echo "configure: failed program was:" >&5 14294 echo "$as_me: failed program was:" >&5
7999 cat conftest.$ac_ext >&5 14295sed 's/^/| /' conftest.$ac_ext >&5
8000 rm -rf conftest* 14296
8001 if test $ac_cv_sizeof_char -ge 2; then 14297if test $ac_cv_sizeof_char -ge 2; then
8002 rxvt_cv_uint16_t="unsigned char" 14298 rxvt_cv_uint16_t="unsigned char"
8003else 14299else
8004 if test $ac_cv_sizeof_short -ge 2; then 14300 if test $ac_cv_sizeof_short -ge 2; then
8005 rxvt_cv_uint16_t="unsigned short" 14301 rxvt_cv_uint16_t="unsigned short"
8006 else 14302 else
8018 fi 14314 fi
8019 fi 14315 fi
8020 fi 14316 fi
8021fi 14317fi
8022fi 14318fi
8023rm -f conftest* 14319rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8024fi 14320fi
8025 14321echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8026echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 14322echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8027if test x"$rxvt_cv_uint16_t" != xyes; then 14323if test x"$rxvt_cv_uint16_t" != xyes; then
8028 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 14324 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8029else 14325else
8030 if test x"unsigned" = x; then 14326 if test x"unsigned" = x; then
8031 rxvt_uint16_typedef="/* typedef short uint16_t; */" 14327 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8032 else 14328 else
8033 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 14329 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8034 fi 14330 fi
8035fi 14331fi
8036 14332
14333echo "$as_me:$LINENO: checking for int32_t" >&5
8037echo $ac_n "checking for int32_t""... $ac_c" 1>&6 14334echo $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 14335if test "${rxvt_cv_int32_t+set}" = set; then
8040 echo $ac_n "(cached) $ac_c" 1>&6 14336 echo $ECHO_N "(cached) $ECHO_C" >&6
8041else 14337else
8042 cat > conftest.$ac_ext <<EOF 14338 cat >conftest.$ac_ext <<_ACEOF
8043#line 8044 "configure" 14339/* confdefs.h. */
8044#include "confdefs.h" 14340_ACEOF
14341cat confdefs.h >>conftest.$ac_ext
14342cat >>conftest.$ac_ext <<_ACEOF
14343/* end confdefs.h. */
8045#include <stdint.h> 14344#include <stdint.h>
8046int main() { 14345int
14346main ()
14347{
8047int32_t dummy; 14348int32_t dummy;
14349 ;
8048; return 0; } 14350 return 0;
8049EOF 14351}
8050if { (eval echo configure:8051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14352_ACEOF
14353rm -f conftest.$ac_objext
14354if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14355 (eval $ac_compile) 2>conftest.er1
14356 ac_status=$?
14357 grep -v '^ *+' conftest.er1 >conftest.err
8051 rm -rf conftest* 14358 rm -f conftest.er1
14359 cat conftest.err >&5
14360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14361 (exit $ac_status); } &&
14362 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14364 (eval $ac_try) 2>&5
14365 ac_status=$?
14366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14367 (exit $ac_status); }; } &&
14368 { ac_try='test -s conftest.$ac_objext'
14369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14370 (eval $ac_try) 2>&5
14371 ac_status=$?
14372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14373 (exit $ac_status); }; }; then
8052 rxvt_cv_int32_t=yes 14374 rxvt_cv_int32_t=yes
8053else 14375else
8054 echo "configure: failed program was:" >&5 14376 echo "$as_me: failed program was:" >&5
8055 cat conftest.$ac_ext >&5 14377sed 's/^/| /' conftest.$ac_ext >&5
8056 rm -rf conftest* 14378
8057 if test $ac_cv_sizeof_char -ge 4; then 14379if test $ac_cv_sizeof_char -ge 4; then
8058 rxvt_cv_int32_t=" char" 14380 rxvt_cv_int32_t=" char"
8059else 14381else
8060 if test $ac_cv_sizeof_short -ge 4; then 14382 if test $ac_cv_sizeof_short -ge 4; then
8061 rxvt_cv_int32_t=" short" 14383 rxvt_cv_int32_t=" short"
8062 else 14384 else
8074 fi 14396 fi
8075 fi 14397 fi
8076 fi 14398 fi
8077fi 14399fi
8078fi 14400fi
8079rm -f conftest* 14401rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8080fi 14402fi
8081 14403echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8082echo "$ac_t""$rxvt_cv_int32_t" 1>&6 14404echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8083if test x"$rxvt_cv_int32_t" != xyes; then 14405if test x"$rxvt_cv_int32_t" != xyes; then
8084 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 14406 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8085else 14407else
8086 if test x"" = x; then 14408 if test x"" = x; then
8087 rxvt_int32_typedef="/* typedef int int32_t; */" 14409 rxvt_int32_typedef="/* typedef int int32_t; */"
8088 else 14410 else
8089 rxvt_int32_typedef="/* typedef int int32_t; */" 14411 rxvt_int32_typedef="/* typedef int int32_t; */"
8090 fi 14412 fi
8091fi 14413fi
8092 14414
14415echo "$as_me:$LINENO: checking for uint32_t" >&5
8093echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 14416echo $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 14417if test "${rxvt_cv_uint32_t+set}" = set; then
8096 echo $ac_n "(cached) $ac_c" 1>&6 14418 echo $ECHO_N "(cached) $ECHO_C" >&6
8097else 14419else
8098 cat > conftest.$ac_ext <<EOF 14420 cat >conftest.$ac_ext <<_ACEOF
8099#line 8100 "configure" 14421/* confdefs.h. */
8100#include "confdefs.h" 14422_ACEOF
14423cat confdefs.h >>conftest.$ac_ext
14424cat >>conftest.$ac_ext <<_ACEOF
14425/* end confdefs.h. */
8101#include <stdint.h> 14426#include <stdint.h>
8102int main() { 14427int
14428main ()
14429{
8103uint32_t dummy; 14430uint32_t dummy;
14431 ;
8104; return 0; } 14432 return 0;
8105EOF 14433}
8106if { (eval echo configure:8107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14434_ACEOF
14435rm -f conftest.$ac_objext
14436if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14437 (eval $ac_compile) 2>conftest.er1
14438 ac_status=$?
14439 grep -v '^ *+' conftest.er1 >conftest.err
8107 rm -rf conftest* 14440 rm -f conftest.er1
14441 cat conftest.err >&5
14442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14443 (exit $ac_status); } &&
14444 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14446 (eval $ac_try) 2>&5
14447 ac_status=$?
14448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14449 (exit $ac_status); }; } &&
14450 { ac_try='test -s conftest.$ac_objext'
14451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14452 (eval $ac_try) 2>&5
14453 ac_status=$?
14454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14455 (exit $ac_status); }; }; then
8108 rxvt_cv_uint32_t=yes 14456 rxvt_cv_uint32_t=yes
8109else 14457else
8110 echo "configure: failed program was:" >&5 14458 echo "$as_me: failed program was:" >&5
8111 cat conftest.$ac_ext >&5 14459sed 's/^/| /' conftest.$ac_ext >&5
8112 rm -rf conftest* 14460
8113 if test $ac_cv_sizeof_char -ge 4; then 14461if test $ac_cv_sizeof_char -ge 4; then
8114 rxvt_cv_uint32_t="unsigned char" 14462 rxvt_cv_uint32_t="unsigned char"
8115else 14463else
8116 if test $ac_cv_sizeof_short -ge 4; then 14464 if test $ac_cv_sizeof_short -ge 4; then
8117 rxvt_cv_uint32_t="unsigned short" 14465 rxvt_cv_uint32_t="unsigned short"
8118 else 14466 else
8130 fi 14478 fi
8131 fi 14479 fi
8132 fi 14480 fi
8133fi 14481fi
8134fi 14482fi
8135rm -f conftest* 14483rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8136fi 14484fi
8137 14485echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8138echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 14486echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8139if test x"$rxvt_cv_uint32_t" != xyes; then 14487if test x"$rxvt_cv_uint32_t" != xyes; then
8140 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 14488 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8141else 14489else
8142 if test x"unsigned" = x; then 14490 if test x"unsigned" = x; then
8143 rxvt_uint32_typedef="/* typedef int uint32_t; */" 14491 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8144 else 14492 else
8145 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 14493 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8146 fi 14494 fi
8147fi 14495fi
8148 14496
8149if test $ac_cv_sizeof_int_p -eq 8; then 14497if test $ac_cv_sizeof_int_p -eq 8; then
8150 rxvt_intp_define="#define intp_t int64_t" 14498 rxvt_intp_define="#define intp_t int64_t"
8151 rxvt_u_intp_define="#define u_intp_t u_int64_t" 14499 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8152else 14500else
8164 fi 14512 fi
8165fi 14513fi
8166 14514
8167 14515
8168 14516
14517echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8169echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 14518echo $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 14519if test "${ac_cv_type_signal+set}" = set; then
8172 echo $ac_n "(cached) $ac_c" 1>&6 14520 echo $ECHO_N "(cached) $ECHO_C" >&6
8173else 14521else
8174 cat > conftest.$ac_ext <<EOF 14522 cat >conftest.$ac_ext <<_ACEOF
8175#line 8176 "configure" 14523/* confdefs.h. */
8176#include "confdefs.h" 14524_ACEOF
14525cat confdefs.h >>conftest.$ac_ext
14526cat >>conftest.$ac_ext <<_ACEOF
14527/* end confdefs.h. */
8177#include <sys/types.h> 14528#include <sys/types.h>
8178#include <signal.h> 14529#include <signal.h>
8179#ifdef signal 14530#ifdef signal
8180#undef signal 14531# undef signal
8181#endif 14532#endif
8182#ifdef __cplusplus 14533#ifdef __cplusplus
8183extern "C" void (*signal (int, void (*)(int)))(int); 14534extern "C" void (*signal (int, void (*)(int)))(int);
8184#else 14535#else
8185void (*signal ()) (); 14536void (*signal ()) ();
8186#endif 14537#endif
8187 14538
8188int main() { 14539int
14540main ()
14541{
8189int i; 14542int i;
14543 ;
8190; return 0; } 14544 return 0;
8191EOF 14545}
8192if { (eval echo configure:8193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14546_ACEOF
14547rm -f conftest.$ac_objext
14548if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14549 (eval $ac_compile) 2>conftest.er1
14550 ac_status=$?
14551 grep -v '^ *+' conftest.er1 >conftest.err
8193 rm -rf conftest* 14552 rm -f conftest.er1
14553 cat conftest.err >&5
14554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14555 (exit $ac_status); } &&
14556 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14558 (eval $ac_try) 2>&5
14559 ac_status=$?
14560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14561 (exit $ac_status); }; } &&
14562 { ac_try='test -s conftest.$ac_objext'
14563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14564 (eval $ac_try) 2>&5
14565 ac_status=$?
14566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14567 (exit $ac_status); }; }; then
8194 ac_cv_type_signal=void 14568 ac_cv_type_signal=void
8195else 14569else
8196 echo "configure: failed program was:" >&5 14570 echo "$as_me: failed program was:" >&5
8197 cat conftest.$ac_ext >&5 14571sed 's/^/| /' conftest.$ac_ext >&5
8198 rm -rf conftest* 14572
8199 ac_cv_type_signal=int 14573ac_cv_type_signal=int
8200fi 14574fi
8201rm -f conftest* 14575rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8202fi 14576fi
8203 14577echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8204echo "$ac_t""$ac_cv_type_signal" 1>&6 14578echo "${ECHO_T}$ac_cv_type_signal" >&6
14579
8205cat >> confdefs.h <<EOF 14580cat >>confdefs.h <<_ACEOF
8206#define RETSIGTYPE $ac_cv_type_signal 14581#define RETSIGTYPE $ac_cv_type_signal
8207EOF 14582_ACEOF
8208 14583
8209 14584
8210 14585
8211case "$host_alias" in 14586case "$host_alias" in
8212 *ultrix) ac_cv_func_setsid='no' ;; 14587 *ultrix) ac_cv_func_setsid='no' ;;
8213 *) break;; 14588 *) break;;
8214esac 14589esac
14590
14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
14603
14604
14605
14606
14607
8215 14608
8216for ac_func in \ 14609for ac_func in \
8217 atexit \ 14610 atexit \
8218 revoke \ 14611 revoke \
8219 unsetenv \ 14612 unsetenv \
8232 nanosleep \ 14625 nanosleep \
8233 updwtmp \ 14626 updwtmp \
8234 ttyslot \ 14627 ttyslot \
8235 14628
8236do 14629do
14630as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14631echo "$as_me:$LINENO: checking for $ac_func" >&5
8237echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 14632echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8238echo "configure:8239: checking for $ac_func" >&5 14633if 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 14634 echo $ECHO_N "(cached) $ECHO_C" >&6
8241else 14635else
8242 cat > conftest.$ac_ext <<EOF 14636 cat >conftest.$ac_ext <<_ACEOF
8243#line 8244 "configure" 14637/* confdefs.h. */
8244#include "confdefs.h" 14638_ACEOF
14639cat confdefs.h >>conftest.$ac_ext
14640cat >>conftest.$ac_ext <<_ACEOF
14641/* end confdefs.h. */
14642/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14643 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14644#define $ac_func innocuous_$ac_func
14645
8245/* System header to define __stub macros and hopefully few prototypes, 14646/* System header to define __stub macros and hopefully few prototypes,
8246 which can conflict with char $ac_func(); below. */ 14647 which can conflict with char $ac_func (); below.
14648 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14649 <limits.h> exists even on freestanding compilers. */
14650
14651#ifdef __STDC__
14652# include <limits.h>
14653#else
8247#include <assert.h> 14654# include <assert.h>
14655#endif
14656
14657#undef $ac_func
14658
8248/* Override any gcc2 internal prototype to avoid an error. */ 14659/* Override any gcc2 internal prototype to avoid an error. */
14660#ifdef __cplusplus
14661extern "C"
14662{
14663#endif
8249/* We use char because int might match the return type of a gcc2 14664/* We use char because int might match the return type of a gcc2
8250 builtin and then its argument prototype would still apply. */ 14665 builtin and then its argument prototype would still apply. */
8251char $ac_func(); 14666char $ac_func ();
8252
8253int main() {
8254
8255/* The GNU C library defines this for functions which it implements 14667/* The GNU C library defines this for functions which it implements
8256 to always fail with ENOSYS. Some functions are actually named 14668 to always fail with ENOSYS. Some functions are actually named
8257 something starting with __ and the normal name is an alias. */ 14669 something starting with __ and the normal name is an alias. */
8258#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14670#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8259choke me 14671choke me
8260#else 14672#else
8261$ac_func(); 14673char (*f) () = $ac_func;
8262#endif 14674#endif
14675#ifdef __cplusplus
14676}
14677#endif
8263 14678
14679int
14680main ()
14681{
14682return f != $ac_func;
14683 ;
8264; return 0; } 14684 return 0;
8265EOF 14685}
8266if { (eval echo configure:8267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 14686_ACEOF
14687rm -f conftest.$ac_objext conftest$ac_exeext
14688if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14689 (eval $ac_link) 2>conftest.er1
14690 ac_status=$?
14691 grep -v '^ *+' conftest.er1 >conftest.err
8267 rm -rf conftest* 14692 rm -f conftest.er1
8268 eval "ac_cv_func_$ac_func=yes" 14693 cat conftest.err >&5
14694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14695 (exit $ac_status); } &&
14696 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14698 (eval $ac_try) 2>&5
14699 ac_status=$?
14700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14701 (exit $ac_status); }; } &&
14702 { ac_try='test -s conftest$ac_exeext'
14703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14704 (eval $ac_try) 2>&5
14705 ac_status=$?
14706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14707 (exit $ac_status); }; }; then
14708 eval "$as_ac_var=yes"
8269else 14709else
8270 echo "configure: failed program was:" >&5 14710 echo "$as_me: failed program was:" >&5
8271 cat conftest.$ac_ext >&5 14711sed 's/^/| /' conftest.$ac_ext >&5
8272 rm -rf conftest*
8273 eval "ac_cv_func_$ac_func=no"
8274fi
8275rm -f conftest*
8276fi
8277 14712
8278if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 14713eval "$as_ac_var=no"
8279 echo "$ac_t""yes" 1>&6 14714fi
8280 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 14715rm -f conftest.err conftest.$ac_objext \
14716 conftest$ac_exeext conftest.$ac_ext
14717fi
14718echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14719echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14720if test `eval echo '${'$as_ac_var'}'` = yes; then
8281 cat >> confdefs.h <<EOF 14721 cat >>confdefs.h <<_ACEOF
8282#define $ac_tr_func 1 14722#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8283EOF 14723_ACEOF
8284 14724
8285else
8286 echo "$ac_t""no" 1>&6
8287fi 14725fi
8288done 14726done
8289 14727
8290 14728
8291 14729
8292ac_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 14730if test "${ac_cv_header_utmp_h+set}" = set; then
14731 echo "$as_me:$LINENO: checking for utmp.h" >&5
8293echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 14732echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8294echo "configure:8295: checking for utmp.h" >&5 14733if 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 14734 echo $ECHO_N "(cached) $ECHO_C" >&6
14735fi
14736echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
14737echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
8297else 14738else
14739 # Is the header compilable?
14740echo "$as_me:$LINENO: checking utmp.h usability" >&5
14741echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
8298 cat > conftest.$ac_ext <<EOF 14742cat >conftest.$ac_ext <<_ACEOF
8299#line 8300 "configure" 14743/* confdefs.h. */
8300#include "confdefs.h" 14744_ACEOF
14745cat confdefs.h >>conftest.$ac_ext
14746cat >>conftest.$ac_ext <<_ACEOF
14747/* end confdefs.h. */
14748$ac_includes_default
8301#include <utmp.h> 14749#include <utmp.h>
8302EOF 14750_ACEOF
8303ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14751rm -f conftest.$ac_objext
8304{ (eval echo configure:8305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14752if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8305ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14753 (eval $ac_compile) 2>conftest.er1
14754 ac_status=$?
14755 grep -v '^ *+' conftest.er1 >conftest.err
14756 rm -f conftest.er1
14757 cat conftest.err >&5
14758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14759 (exit $ac_status); } &&
14760 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14762 (eval $ac_try) 2>&5
14763 ac_status=$?
14764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14765 (exit $ac_status); }; } &&
14766 { ac_try='test -s conftest.$ac_objext'
14767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14768 (eval $ac_try) 2>&5
14769 ac_status=$?
14770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771 (exit $ac_status); }; }; then
14772 ac_header_compiler=yes
14773else
14774 echo "$as_me: failed program was:" >&5
14775sed 's/^/| /' conftest.$ac_ext >&5
14776
14777ac_header_compiler=no
14778fi
14779rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14780echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14781echo "${ECHO_T}$ac_header_compiler" >&6
14782
14783# Is the header present?
14784echo "$as_me:$LINENO: checking utmp.h presence" >&5
14785echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
14786cat >conftest.$ac_ext <<_ACEOF
14787/* confdefs.h. */
14788_ACEOF
14789cat confdefs.h >>conftest.$ac_ext
14790cat >>conftest.$ac_ext <<_ACEOF
14791/* end confdefs.h. */
14792#include <utmp.h>
14793_ACEOF
14794if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14795 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14796 ac_status=$?
14797 grep -v '^ *+' conftest.er1 >conftest.err
14798 rm -f conftest.er1
14799 cat conftest.err >&5
14800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); } >/dev/null; then
14802 if test -s conftest.err; then
14803 ac_cpp_err=$ac_cxx_preproc_warn_flag
14804 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14805 else
14806 ac_cpp_err=
14807 fi
14808else
14809 ac_cpp_err=yes
14810fi
8306if test -z "$ac_err"; then 14811if test -z "$ac_cpp_err"; then
8307 rm -rf conftest* 14812 ac_header_preproc=yes
8308 eval "ac_cv_header_$ac_safe=yes"
8309else 14813else
8310 echo "$ac_err" >&5
8311 echo "configure: failed program was:" >&5 14814 echo "$as_me: failed program was:" >&5
8312 cat conftest.$ac_ext >&5 14815sed 's/^/| /' conftest.$ac_ext >&5
8313 rm -rf conftest* 14816
8314 eval "ac_cv_header_$ac_safe=no" 14817 ac_header_preproc=no
8315fi 14818fi
8316rm -f conftest* 14819rm -f conftest.err conftest.$ac_ext
14820echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14821echo "${ECHO_T}$ac_header_preproc" >&6
14822
14823# So? What about this header?
14824case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14825 yes:no: )
14826 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
14827echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14828 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
14829echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14830 ac_header_preproc=yes
14831 ;;
14832 no:yes:* )
14833 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
14834echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
14835 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
14836echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
14837 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
14838echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
14839 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
14840echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
14841 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
14842echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
14843 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
14844echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
14845 (
14846 cat <<\_ASBOX
14847## ------------------------------------------ ##
14848## Report this to the AC_PACKAGE_NAME lists. ##
14849## ------------------------------------------ ##
14850_ASBOX
14851 ) |
14852 sed "s/^/$as_me: WARNING: /" >&2
14853 ;;
14854esac
14855echo "$as_me:$LINENO: checking for utmp.h" >&5
14856echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
14857if test "${ac_cv_header_utmp_h+set}" = set; then
14858 echo $ECHO_N "(cached) $ECHO_C" >&6
14859else
14860 ac_cv_header_utmp_h=$ac_header_preproc
8317fi 14861fi
8318if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14862echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8319 echo "$ac_t""yes" 1>&6 14863echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
14864
14865fi
14866if test $ac_cv_header_utmp_h = yes; then
14867 echo "$as_me:$LINENO: checking for struct utmp" >&5
8320 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14868echo $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 14869if test "${rxvt_cv_struct_utmp+set}" = set; then
8323 echo $ac_n "(cached) $ac_c" 1>&6 14870 echo $ECHO_N "(cached) $ECHO_C" >&6
8324else 14871else
8325 cat > conftest.$ac_ext <<EOF 14872 cat >conftest.$ac_ext <<_ACEOF
8326#line 8327 "configure" 14873/* confdefs.h. */
8327#include "confdefs.h" 14874_ACEOF
14875cat confdefs.h >>conftest.$ac_ext
14876cat >>conftest.$ac_ext <<_ACEOF
14877/* end confdefs.h. */
8328#include <sys/types.h> 14878#include <sys/types.h>
8329#include <stdint.h> 14879#include <stdint.h>
8330#include <utmp.h> 14880#include <utmp.h>
8331int main() { 14881int
14882main ()
14883{
8332struct utmp ut; 14884struct utmp ut;
14885 ;
8333; return 0; } 14886 return 0;
8334EOF 14887}
8335if { (eval echo configure:8336: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14888_ACEOF
14889rm -f conftest.$ac_objext
14890if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14891 (eval $ac_compile) 2>conftest.er1
14892 ac_status=$?
14893 grep -v '^ *+' conftest.er1 >conftest.err
8336 rm -rf conftest* 14894 rm -f conftest.er1
14895 cat conftest.err >&5
14896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14897 (exit $ac_status); } &&
14898 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14900 (eval $ac_try) 2>&5
14901 ac_status=$?
14902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14903 (exit $ac_status); }; } &&
14904 { ac_try='test -s conftest.$ac_objext'
14905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14906 (eval $ac_try) 2>&5
14907 ac_status=$?
14908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14909 (exit $ac_status); }; }; then
8337 rxvt_cv_struct_utmp=yes 14910 rxvt_cv_struct_utmp=yes
8338else 14911else
8339 echo "configure: failed program was:" >&5 14912 echo "$as_me: failed program was:" >&5
8340 cat conftest.$ac_ext >&5 14913sed 's/^/| /' conftest.$ac_ext >&5
8341 rm -rf conftest* 14914
8342 rxvt_cv_struct_utmp=no 14915rxvt_cv_struct_utmp=no
8343fi 14916fi
8344rm -f conftest* 14917rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8345fi 14918fi
8346 14919echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8347echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14920echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8348if test x$rxvt_cv_struct_utmp = xyes; then 14921if test x$rxvt_cv_struct_utmp = xyes; then
14922
8349 cat >> confdefs.h <<\EOF 14923cat >>confdefs.h <<\_ACEOF
8350#define HAVE_STRUCT_UTMP 1 14924#define HAVE_STRUCT_UTMP 1
8351EOF 14925_ACEOF
8352 14926
8353fi 14927fi
8354 14928
8355 14929
14930echo "$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 14931echo $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 14932if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8359 echo $ac_n "(cached) $ac_c" 1>&6 14933 echo $ECHO_N "(cached) $ECHO_C" >&6
8360else 14934else
8361 cat > conftest.$ac_ext <<EOF 14935 cat >conftest.$ac_ext <<_ACEOF
8362#line 8363 "configure" 14936/* confdefs.h. */
8363#include "confdefs.h" 14937_ACEOF
14938cat confdefs.h >>conftest.$ac_ext
14939cat >>conftest.$ac_ext <<_ACEOF
14940/* end confdefs.h. */
8364#include <sys/types.h> 14941#include <sys/types.h>
8365#include <utmp.h> 14942#include <utmp.h>
8366int main() { 14943int
14944main ()
14945{
8367struct utmp ut; ut.ut_host; 14946struct utmp ut; ut.ut_host;
14947 ;
8368; return 0; } 14948 return 0;
8369EOF 14949}
8370if { (eval echo configure:8371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14950_ACEOF
14951rm -f conftest.$ac_objext
14952if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14953 (eval $ac_compile) 2>conftest.er1
14954 ac_status=$?
14955 grep -v '^ *+' conftest.er1 >conftest.err
8371 rm -rf conftest* 14956 rm -f conftest.er1
14957 cat conftest.err >&5
14958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14959 (exit $ac_status); } &&
14960 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14962 (eval $ac_try) 2>&5
14963 ac_status=$?
14964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14965 (exit $ac_status); }; } &&
14966 { ac_try='test -s conftest.$ac_objext'
14967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14968 (eval $ac_try) 2>&5
14969 ac_status=$?
14970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14971 (exit $ac_status); }; }; then
8372 rxvt_cv_struct_utmp_host=yes 14972 rxvt_cv_struct_utmp_host=yes
8373else 14973else
8374 echo "configure: failed program was:" >&5 14974 echo "$as_me: failed program was:" >&5
8375 cat conftest.$ac_ext >&5 14975sed 's/^/| /' conftest.$ac_ext >&5
8376 rm -rf conftest* 14976
8377 rxvt_cv_struct_utmp_host=no 14977rxvt_cv_struct_utmp_host=no
8378fi 14978fi
8379rm -f conftest* 14979rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8380fi 14980fi
8381 14981echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8382echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 14982echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8383if test x$rxvt_cv_struct_utmp_host = xyes; then 14983if test x$rxvt_cv_struct_utmp_host = xyes; then
14984
8384 cat >> confdefs.h <<\EOF 14985cat >>confdefs.h <<\_ACEOF
8385#define HAVE_UTMP_HOST 1 14986#define HAVE_UTMP_HOST 1
8386EOF 14987_ACEOF
8387 14988
8388fi 14989fi
8389 14990
14991echo "$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 14992echo $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 14993if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8393 echo $ac_n "(cached) $ac_c" 1>&6 14994 echo $ECHO_N "(cached) $ECHO_C" >&6
8394else 14995else
8395 cat > conftest.$ac_ext <<EOF 14996 cat >conftest.$ac_ext <<_ACEOF
8396#line 8397 "configure" 14997/* confdefs.h. */
8397#include "confdefs.h" 14998_ACEOF
14999cat confdefs.h >>conftest.$ac_ext
15000cat >>conftest.$ac_ext <<_ACEOF
15001/* end confdefs.h. */
8398#include <sys/types.h> 15002#include <sys/types.h>
8399#include <utmp.h> 15003#include <utmp.h>
8400int main() { 15004int
15005main ()
15006{
8401struct utmp ut; ut.ut_pid; 15007struct utmp ut; ut.ut_pid;
15008 ;
8402; return 0; } 15009 return 0;
8403EOF 15010}
8404if { (eval echo configure:8405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15011_ACEOF
15012rm -f conftest.$ac_objext
15013if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15014 (eval $ac_compile) 2>conftest.er1
15015 ac_status=$?
15016 grep -v '^ *+' conftest.er1 >conftest.err
8405 rm -rf conftest* 15017 rm -f conftest.er1
15018 cat conftest.err >&5
15019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15020 (exit $ac_status); } &&
15021 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15023 (eval $ac_try) 2>&5
15024 ac_status=$?
15025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15026 (exit $ac_status); }; } &&
15027 { ac_try='test -s conftest.$ac_objext'
15028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15029 (eval $ac_try) 2>&5
15030 ac_status=$?
15031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15032 (exit $ac_status); }; }; then
8406 rxvt_cv_struct_utmp_pid=yes 15033 rxvt_cv_struct_utmp_pid=yes
8407else 15034else
8408 echo "configure: failed program was:" >&5 15035 echo "$as_me: failed program was:" >&5
8409 cat conftest.$ac_ext >&5 15036sed 's/^/| /' conftest.$ac_ext >&5
8410 rm -rf conftest* 15037
8411 rxvt_cv_struct_utmp_pid=no 15038rxvt_cv_struct_utmp_pid=no
8412fi 15039fi
8413rm -f conftest* 15040rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8414fi 15041fi
8415 15042echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8416echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 15043echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8417if test x$rxvt_cv_struct_utmp_pid = xyes; then 15044if test x$rxvt_cv_struct_utmp_pid = xyes; then
15045
8418 cat >> confdefs.h <<\EOF 15046cat >>confdefs.h <<\_ACEOF
8419#define HAVE_UTMP_PID 1 15047#define HAVE_UTMP_PID 1
8420EOF 15048_ACEOF
8421 15049
8422fi 15050fi
8423 15051
8424else
8425 echo "$ac_t""no" 1>&6
8426fi 15052fi
8427
8428 15053
8429ac_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 15054
15055
15056if test "${ac_cv_header_utmpx_h+set}" = set; then
15057 echo "$as_me:$LINENO: checking for utmpx.h" >&5
8430echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 15058echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8431echo "configure:8432: checking for utmpx.h" >&5 15059if 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 15060 echo $ECHO_N "(cached) $ECHO_C" >&6
15061fi
15062echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
15063echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
8434else 15064else
15065 # Is the header compilable?
15066echo "$as_me:$LINENO: checking utmpx.h usability" >&5
15067echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
8435 cat > conftest.$ac_ext <<EOF 15068cat >conftest.$ac_ext <<_ACEOF
8436#line 8437 "configure" 15069/* confdefs.h. */
8437#include "confdefs.h" 15070_ACEOF
15071cat confdefs.h >>conftest.$ac_ext
15072cat >>conftest.$ac_ext <<_ACEOF
15073/* end confdefs.h. */
15074$ac_includes_default
8438#include <utmpx.h> 15075#include <utmpx.h>
8439EOF 15076_ACEOF
8440ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 15077rm -f conftest.$ac_objext
8441{ (eval echo configure:8442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 15078if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8442ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 15079 (eval $ac_compile) 2>conftest.er1
15080 ac_status=$?
15081 grep -v '^ *+' conftest.er1 >conftest.err
15082 rm -f conftest.er1
15083 cat conftest.err >&5
15084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15085 (exit $ac_status); } &&
15086 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15088 (eval $ac_try) 2>&5
15089 ac_status=$?
15090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15091 (exit $ac_status); }; } &&
15092 { ac_try='test -s conftest.$ac_objext'
15093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15094 (eval $ac_try) 2>&5
15095 ac_status=$?
15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); }; }; then
15098 ac_header_compiler=yes
15099else
15100 echo "$as_me: failed program was:" >&5
15101sed 's/^/| /' conftest.$ac_ext >&5
15102
15103ac_header_compiler=no
15104fi
15105rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15106echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15107echo "${ECHO_T}$ac_header_compiler" >&6
15108
15109# Is the header present?
15110echo "$as_me:$LINENO: checking utmpx.h presence" >&5
15111echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
15112cat >conftest.$ac_ext <<_ACEOF
15113/* confdefs.h. */
15114_ACEOF
15115cat confdefs.h >>conftest.$ac_ext
15116cat >>conftest.$ac_ext <<_ACEOF
15117/* end confdefs.h. */
15118#include <utmpx.h>
15119_ACEOF
15120if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15121 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15122 ac_status=$?
15123 grep -v '^ *+' conftest.er1 >conftest.err
15124 rm -f conftest.er1
15125 cat conftest.err >&5
15126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15127 (exit $ac_status); } >/dev/null; then
15128 if test -s conftest.err; then
15129 ac_cpp_err=$ac_cxx_preproc_warn_flag
15130 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
15131 else
15132 ac_cpp_err=
15133 fi
15134else
15135 ac_cpp_err=yes
15136fi
8443if test -z "$ac_err"; then 15137if test -z "$ac_cpp_err"; then
8444 rm -rf conftest* 15138 ac_header_preproc=yes
8445 eval "ac_cv_header_$ac_safe=yes"
8446else 15139else
8447 echo "$ac_err" >&5
8448 echo "configure: failed program was:" >&5 15140 echo "$as_me: failed program was:" >&5
8449 cat conftest.$ac_ext >&5 15141sed 's/^/| /' conftest.$ac_ext >&5
8450 rm -rf conftest* 15142
8451 eval "ac_cv_header_$ac_safe=no" 15143 ac_header_preproc=no
8452fi 15144fi
8453rm -f conftest* 15145rm -f conftest.err conftest.$ac_ext
15146echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15147echo "${ECHO_T}$ac_header_preproc" >&6
15148
15149# So? What about this header?
15150case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
15151 yes:no: )
15152 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
15153echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15154 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
15155echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
15156 ac_header_preproc=yes
15157 ;;
15158 no:yes:* )
15159 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
15160echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
15161 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
15162echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
15163 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
15164echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
15165 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
15166echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
15167 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
15168echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
15169 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
15170echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
15171 (
15172 cat <<\_ASBOX
15173## ------------------------------------------ ##
15174## Report this to the AC_PACKAGE_NAME lists. ##
15175## ------------------------------------------ ##
15176_ASBOX
15177 ) |
15178 sed "s/^/$as_me: WARNING: /" >&2
15179 ;;
15180esac
15181echo "$as_me:$LINENO: checking for utmpx.h" >&5
15182echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
15183if test "${ac_cv_header_utmpx_h+set}" = set; then
15184 echo $ECHO_N "(cached) $ECHO_C" >&6
15185else
15186 ac_cv_header_utmpx_h=$ac_header_preproc
8454fi 15187fi
8455if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 15188echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8456 echo "$ac_t""yes" 1>&6 15189echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
15190
15191fi
15192if test $ac_cv_header_utmpx_h = yes; then
15193 echo "$as_me:$LINENO: checking for struct utmpx" >&5
8457 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 15194echo $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 15195if test "${rxvt_cv_struct_utmpx+set}" = set; then
8460 echo $ac_n "(cached) $ac_c" 1>&6 15196 echo $ECHO_N "(cached) $ECHO_C" >&6
8461else 15197else
8462 cat > conftest.$ac_ext <<EOF 15198 cat >conftest.$ac_ext <<_ACEOF
8463#line 8464 "configure" 15199/* confdefs.h. */
8464#include "confdefs.h" 15200_ACEOF
15201cat confdefs.h >>conftest.$ac_ext
15202cat >>conftest.$ac_ext <<_ACEOF
15203/* end confdefs.h. */
8465#include <sys/types.h> 15204#include <sys/types.h>
8466#include <utmpx.h> 15205#include <utmpx.h>
8467int main() { 15206int
15207main ()
15208{
8468struct utmpx ut; 15209struct utmpx ut;
15210 ;
8469; return 0; } 15211 return 0;
8470EOF 15212}
8471if { (eval echo configure:8472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15213_ACEOF
15214rm -f conftest.$ac_objext
15215if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15216 (eval $ac_compile) 2>conftest.er1
15217 ac_status=$?
15218 grep -v '^ *+' conftest.er1 >conftest.err
8472 rm -rf conftest* 15219 rm -f conftest.er1
15220 cat conftest.err >&5
15221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15222 (exit $ac_status); } &&
15223 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15225 (eval $ac_try) 2>&5
15226 ac_status=$?
15227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15228 (exit $ac_status); }; } &&
15229 { ac_try='test -s conftest.$ac_objext'
15230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15231 (eval $ac_try) 2>&5
15232 ac_status=$?
15233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15234 (exit $ac_status); }; }; then
8473 rxvt_cv_struct_utmpx=yes 15235 rxvt_cv_struct_utmpx=yes
8474else 15236else
8475 echo "configure: failed program was:" >&5 15237 echo "$as_me: failed program was:" >&5
8476 cat conftest.$ac_ext >&5 15238sed 's/^/| /' conftest.$ac_ext >&5
8477 rm -rf conftest* 15239
8478 rxvt_cv_struct_utmpx=no 15240rxvt_cv_struct_utmpx=no
8479fi 15241fi
8480rm -f conftest* 15242rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8481fi 15243fi
8482 15244echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8483echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 15245echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8484if test x$rxvt_cv_struct_utmpx = xyes; then 15246if test x$rxvt_cv_struct_utmpx = xyes; then
15247
8485 cat >> confdefs.h <<\EOF 15248cat >>confdefs.h <<\_ACEOF
8486#define HAVE_STRUCT_UTMPX 1 15249#define HAVE_STRUCT_UTMPX 1
8487EOF 15250_ACEOF
8488 15251
8489fi 15252fi
8490 15253
8491 15254
15255echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8492echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 15256echo $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 15257if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8495 echo $ac_n "(cached) $ac_c" 1>&6 15258 echo $ECHO_N "(cached) $ECHO_C" >&6
8496else 15259else
8497 cat > conftest.$ac_ext <<EOF 15260 cat >conftest.$ac_ext <<_ACEOF
8498#line 8499 "configure" 15261/* confdefs.h. */
8499#include "confdefs.h" 15262_ACEOF
15263cat confdefs.h >>conftest.$ac_ext
15264cat >>conftest.$ac_ext <<_ACEOF
15265/* end confdefs.h. */
8500#include <sys/types.h> 15266#include <sys/types.h>
8501#include <utmpx.h> 15267#include <utmpx.h>
8502int main() { 15268int
15269main ()
15270{
8503struct utmpx utx; utx.ut_host; 15271struct utmpx utx; utx.ut_host;
15272 ;
8504; return 0; } 15273 return 0;
8505EOF 15274}
8506if { (eval echo configure:8507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15275_ACEOF
15276rm -f conftest.$ac_objext
15277if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15278 (eval $ac_compile) 2>conftest.er1
15279 ac_status=$?
15280 grep -v '^ *+' conftest.er1 >conftest.err
8507 rm -rf conftest* 15281 rm -f conftest.er1
15282 cat conftest.err >&5
15283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15284 (exit $ac_status); } &&
15285 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15287 (eval $ac_try) 2>&5
15288 ac_status=$?
15289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15290 (exit $ac_status); }; } &&
15291 { ac_try='test -s conftest.$ac_objext'
15292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15293 (eval $ac_try) 2>&5
15294 ac_status=$?
15295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15296 (exit $ac_status); }; }; then
8508 rxvt_cv_struct_utmpx_host=yes 15297 rxvt_cv_struct_utmpx_host=yes
8509else 15298else
8510 echo "configure: failed program was:" >&5 15299 echo "$as_me: failed program was:" >&5
8511 cat conftest.$ac_ext >&5 15300sed 's/^/| /' conftest.$ac_ext >&5
8512 rm -rf conftest* 15301
8513 rxvt_cv_struct_utmpx_host=no 15302rxvt_cv_struct_utmpx_host=no
8514fi 15303fi
8515rm -f conftest* 15304rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8516fi 15305fi
8517 15306echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8518echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 15307echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8519if test x$rxvt_cv_struct_utmpx_host = xyes; then 15308if test x$rxvt_cv_struct_utmpx_host = xyes; then
15309
8520 cat >> confdefs.h <<\EOF 15310cat >>confdefs.h <<\_ACEOF
8521#define HAVE_UTMPX_HOST 1 15311#define HAVE_UTMPX_HOST 1
8522EOF 15312_ACEOF
8523 15313
8524fi 15314fi
8525 15315
8526else
8527 echo "$ac_t""no" 1>&6
8528fi 15316fi
8529
8530 15317
15318
15319
15320echo "$as_me:$LINENO: checking for struct lastlog" >&5
8531echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 15321echo $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 15322if test "${rxvt_cv_struct_lastlog+set}" = set; then
8534 echo $ac_n "(cached) $ac_c" 1>&6 15323 echo $ECHO_N "(cached) $ECHO_C" >&6
8535else 15324else
8536 cat > conftest.$ac_ext <<EOF 15325 cat >conftest.$ac_ext <<_ACEOF
8537#line 8538 "configure" 15326/* confdefs.h. */
8538#include "confdefs.h" 15327_ACEOF
15328cat confdefs.h >>conftest.$ac_ext
15329cat >>conftest.$ac_ext <<_ACEOF
15330/* end confdefs.h. */
8539#include <sys/types.h> 15331#include <sys/types.h>
8540#include <utmp.h> 15332#include <utmp.h>
8541#ifdef HAVE_LASTLOG_H 15333#ifdef HAVE_LASTLOG_H
8542#include <lastlog.h> 15334#include <lastlog.h>
8543#endif 15335#endif
8544 15336
8545int main() { 15337int
15338main ()
15339{
8546struct lastlog ll; 15340struct lastlog ll;
15341 ;
8547; return 0; } 15342 return 0;
8548EOF 15343}
8549if { (eval echo configure:8550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15344_ACEOF
15345rm -f conftest.$ac_objext
15346if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15347 (eval $ac_compile) 2>conftest.er1
15348 ac_status=$?
15349 grep -v '^ *+' conftest.er1 >conftest.err
8550 rm -rf conftest* 15350 rm -f conftest.er1
15351 cat conftest.err >&5
15352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15353 (exit $ac_status); } &&
15354 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15356 (eval $ac_try) 2>&5
15357 ac_status=$?
15358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15359 (exit $ac_status); }; } &&
15360 { ac_try='test -s conftest.$ac_objext'
15361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15362 (eval $ac_try) 2>&5
15363 ac_status=$?
15364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); }; }; then
8551 rxvt_cv_struct_lastlog=yes 15366 rxvt_cv_struct_lastlog=yes
8552else 15367else
8553 echo "configure: failed program was:" >&5 15368 echo "$as_me: failed program was:" >&5
8554 cat conftest.$ac_ext >&5 15369sed 's/^/| /' conftest.$ac_ext >&5
8555 rm -rf conftest* 15370
8556 rxvt_cv_struct_lastlog=no 15371rxvt_cv_struct_lastlog=no
8557fi 15372fi
8558rm -f conftest* 15373rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8559fi 15374fi
8560 15375echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8561echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 15376echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8562if test x$rxvt_cv_struct_lastlog = xyes; then 15377if test x$rxvt_cv_struct_lastlog = xyes; then
15378
8563 cat >> confdefs.h <<\EOF 15379cat >>confdefs.h <<\_ACEOF
8564#define HAVE_STRUCT_LASTLOG 1 15380#define HAVE_STRUCT_LASTLOG 1
8565EOF 15381_ACEOF
8566 15382
8567fi 15383fi
8568 15384
15385echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8569echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 15386echo $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 15387if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8572 echo $ac_n "(cached) $ac_c" 1>&6 15388 echo $ECHO_N "(cached) $ECHO_C" >&6
8573else 15389else
8574 cat > conftest.$ac_ext <<EOF 15390 cat >conftest.$ac_ext <<_ACEOF
8575#line 8576 "configure" 15391/* confdefs.h. */
8576#include "confdefs.h" 15392_ACEOF
15393cat confdefs.h >>conftest.$ac_ext
15394cat >>conftest.$ac_ext <<_ACEOF
15395/* end confdefs.h. */
8577#include <sys/types.h> 15396#include <sys/types.h>
8578#include <utmpx.h> 15397#include <utmpx.h>
8579#ifdef HAVE_LASTLOG_H 15398#ifdef HAVE_LASTLOG_H
8580#include <lastlog.h> 15399#include <lastlog.h>
8581#endif 15400#endif
8582 15401
8583int main() { 15402int
15403main ()
15404{
8584struct lastlogx ll; 15405struct lastlogx ll;
15406 ;
8585; return 0; } 15407 return 0;
8586EOF 15408}
8587if { (eval echo configure:8588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15409_ACEOF
15410rm -f conftest.$ac_objext
15411if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15412 (eval $ac_compile) 2>conftest.er1
15413 ac_status=$?
15414 grep -v '^ *+' conftest.er1 >conftest.err
8588 rm -rf conftest* 15415 rm -f conftest.er1
15416 cat conftest.err >&5
15417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15418 (exit $ac_status); } &&
15419 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15421 (eval $ac_try) 2>&5
15422 ac_status=$?
15423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15424 (exit $ac_status); }; } &&
15425 { ac_try='test -s conftest.$ac_objext'
15426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15427 (eval $ac_try) 2>&5
15428 ac_status=$?
15429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15430 (exit $ac_status); }; }; then
8589 rxvt_cv_struct_lastlogx=yes 15431 rxvt_cv_struct_lastlogx=yes
8590else 15432else
8591 echo "configure: failed program was:" >&5 15433 echo "$as_me: failed program was:" >&5
8592 cat conftest.$ac_ext >&5 15434sed 's/^/| /' conftest.$ac_ext >&5
8593 rm -rf conftest* 15435
8594 rxvt_cv_struct_lastlogx=no 15436rxvt_cv_struct_lastlogx=no
8595fi 15437fi
8596rm -f conftest* 15438rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8597fi 15439fi
8598 15440echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8599echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 15441echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8600if test x$rxvt_cv_struct_lastlogx = xyes; then 15442if test x$rxvt_cv_struct_lastlogx = xyes; then
15443
8601 cat >> confdefs.h <<\EOF 15444cat >>confdefs.h <<\_ACEOF
8602#define HAVE_STRUCT_LASTLOGX 1 15445#define HAVE_STRUCT_LASTLOGX 1
8603EOF 15446_ACEOF
8604 15447
8605fi 15448fi
8606 15449
8607 15450
15451echo "$as_me:$LINENO: checking where utmp is located" >&5
8608echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 15452echo $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 15453if test "${rxvt_cv_path_utmp+set}" = set; then
8611 echo $ac_n "(cached) $ac_c" 1>&6 15454 echo $ECHO_N "(cached) $ECHO_C" >&6
8612else 15455else
8613 if test "$cross_compiling" = yes; then 15456 if test "$cross_compiling" = yes; then
15457 { 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 15458echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
8615else 15459else
8616 cat > conftest.$ac_ext <<EOF 15460 cat >conftest.$ac_ext <<_ACEOF
8617#line 8618 "configure" 15461/* confdefs.h. */
8618#include "confdefs.h" 15462_ACEOF
15463cat confdefs.h >>conftest.$ac_ext
15464cat >>conftest.$ac_ext <<_ACEOF
15465/* end confdefs.h. */
8619#include <stdio.h> 15466#include <stdio.h>
8620#include <sys/types.h> 15467#include <sys/types.h>
8621#include <utmp.h> 15468#include <utmp.h>
8622#include <errno.h> 15469#include <errno.h>
8623main() 15470main()
8640 exit(0); 15487 exit(0);
8641 } 15488 }
8642 } 15489 }
8643 exit(0); 15490 exit(0);
8644} 15491}
8645EOF 15492_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 15493rm -f conftest$ac_exeext
8647then 15494if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15495 (eval $ac_link) 2>&5
15496 ac_status=$?
15497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15498 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15500 (eval $ac_try) 2>&5
15501 ac_status=$?
15502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15503 (exit $ac_status); }; }; then
8648 rxvt_cv_path_utmp=`cat conftestval` 15504 rxvt_cv_path_utmp=`cat conftestval`
8649else 15505else
15506 echo "$as_me: program exited with status $ac_status" >&5
8650 echo "configure: failed program was:" >&5 15507echo "$as_me: failed program was:" >&5
8651 cat conftest.$ac_ext >&5 15508sed 's/^/| /' conftest.$ac_ext >&5
8652 rm -fr conftest* 15509
15510( exit $ac_status )
8653 rxvt_cv_path_utmp= 15511rxvt_cv_path_utmp=
8654fi 15512fi
8655rm -fr conftest* 15513rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8656fi 15514fi
8657
8658fi 15515fi
8659 15516echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8660echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 15517echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8661if test x$rxvt_cv_path_utmp != x; then 15518if test x$rxvt_cv_path_utmp != x; then
15519
8662 cat >> confdefs.h <<EOF 15520cat >>confdefs.h <<_ACEOF
8663#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 15521#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8664EOF 15522_ACEOF
8665 15523
8666fi 15524fi
8667 15525
8668 15526
15527echo "$as_me:$LINENO: checking where utmpx is located" >&5
8669echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 15528echo $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 15529if test "${rxvt_cv_path_utmpx+set}" = set; then
8672 echo $ac_n "(cached) $ac_c" 1>&6 15530 echo $ECHO_N "(cached) $ECHO_C" >&6
8673else 15531else
8674 if test "$cross_compiling" = yes; then 15532 if test "$cross_compiling" = yes; then
15533 { 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 15534echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
8676else 15535else
8677 cat > conftest.$ac_ext <<EOF 15536 cat >conftest.$ac_ext <<_ACEOF
8678#line 8679 "configure" 15537/* confdefs.h. */
8679#include "confdefs.h" 15538_ACEOF
15539cat confdefs.h >>conftest.$ac_ext
15540cat >>conftest.$ac_ext <<_ACEOF
15541/* end confdefs.h. */
8680#include <stdio.h> 15542#include <stdio.h>
8681#include <sys/types.h> 15543#include <sys/types.h>
8682#include <utmpx.h> 15544#include <utmpx.h>
8683#include <errno.h> 15545#include <errno.h>
8684#include <sys/stat.h> 15546#include <sys/stat.h>
8711 exit(0); 15573 exit(0);
8712 } 15574 }
8713 } 15575 }
8714 exit(0); 15576 exit(0);
8715} 15577}
8716EOF 15578_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 15579rm -f conftest$ac_exeext
8718then 15580if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15581 (eval $ac_link) 2>&5
15582 ac_status=$?
15583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15584 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15586 (eval $ac_try) 2>&5
15587 ac_status=$?
15588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15589 (exit $ac_status); }; }; then
8719 rxvt_cv_path_utmpx=`cat conftestval` 15590 rxvt_cv_path_utmpx=`cat conftestval`
8720else 15591else
15592 echo "$as_me: program exited with status $ac_status" >&5
8721 echo "configure: failed program was:" >&5 15593echo "$as_me: failed program was:" >&5
8722 cat conftest.$ac_ext >&5 15594sed 's/^/| /' conftest.$ac_ext >&5
8723 rm -fr conftest* 15595
15596( exit $ac_status )
8724 rxvt_cv_path_utmpx= 15597rxvt_cv_path_utmpx=
8725fi 15598fi
8726rm -fr conftest* 15599rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8727fi 15600fi
8728
8729fi 15601fi
8730 15602echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8731echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 15603echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8732if test x$rxvt_cv_path_utmpx != x; then 15604if test x$rxvt_cv_path_utmpx != x; then
15605
8733 cat >> confdefs.h <<EOF 15606cat >>confdefs.h <<_ACEOF
8734#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 15607#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8735EOF 15608_ACEOF
8736 15609
8737fi 15610fi
8738 15611
8739 15612
15613echo "$as_me:$LINENO: checking where wtmp is located" >&5
8740echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 15614echo $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 15615if test "${rxvt_cv_path_wtmp+set}" = set; then
8743 echo $ac_n "(cached) $ac_c" 1>&6 15616 echo $ECHO_N "(cached) $ECHO_C" >&6
8744else 15617else
8745 if test "$cross_compiling" = yes; then 15618 if test "$cross_compiling" = yes; then
15619 { 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 15620echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
8747else 15621else
8748 cat > conftest.$ac_ext <<EOF 15622 cat >conftest.$ac_ext <<_ACEOF
8749#line 8750 "configure" 15623/* confdefs.h. */
8750#include "confdefs.h" 15624_ACEOF
15625cat confdefs.h >>conftest.$ac_ext
15626cat >>conftest.$ac_ext <<_ACEOF
15627/* end confdefs.h. */
8751#include <stdio.h> 15628#include <stdio.h>
8752#include <sys/types.h> 15629#include <sys/types.h>
8753#ifdef HAVE_UTMP_H 15630#ifdef HAVE_UTMP_H
8754#include <utmp.h> 15631#include <utmp.h>
8755#endif 15632#endif
8756#include <errno.h> 15633#include <errno.h>
8757main() 15634main()
8758{ 15635{
8759 char **w, *wtmplist[] = { 15636 char **w, *wtmplist[] = {
8760 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL }; 15637 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
8761 FILE *a, *f=fopen("conftestval", "w"); 15638 FILE *a, *f=fopen("conftestval", "w");
8762 if (!f) exit(1); 15639 if (!f) exit(1);
8763#ifdef WTMP_FILE 15640#ifdef WTMP_FILE
8764 fprintf(f, "%s\n", WTMP_FILE); 15641 fprintf(f, "%s\n", WTMP_FILE);
8765 exit(0); 15642 exit(0);
8774 exit(0); 15651 exit(0);
8775 } 15652 }
8776 } 15653 }
8777 exit(0); 15654 exit(0);
8778} 15655}
8779EOF 15656_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 15657rm -f conftest$ac_exeext
8781then 15658if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15659 (eval $ac_link) 2>&5
15660 ac_status=$?
15661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15662 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15664 (eval $ac_try) 2>&5
15665 ac_status=$?
15666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15667 (exit $ac_status); }; }; then
8782 rxvt_cv_path_wtmp=`cat conftestval` 15668 rxvt_cv_path_wtmp=`cat conftestval`
8783else 15669else
15670 echo "$as_me: program exited with status $ac_status" >&5
8784 echo "configure: failed program was:" >&5 15671echo "$as_me: failed program was:" >&5
8785 cat conftest.$ac_ext >&5 15672sed 's/^/| /' conftest.$ac_ext >&5
8786 rm -fr conftest* 15673
15674( exit $ac_status )
8787 rxvt_cv_path_wtmp= 15675rxvt_cv_path_wtmp=
8788fi 15676fi
8789rm -fr conftest* 15677rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8790fi 15678fi
8791
8792fi 15679fi
8793 15680echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8794echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 15681echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8795if test x$rxvt_cv_path_wtmp != x; then 15682if test x$rxvt_cv_path_wtmp != x; then
15683
8796 cat >> confdefs.h <<EOF 15684cat >>confdefs.h <<_ACEOF
8797#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 15685#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8798EOF 15686_ACEOF
8799 15687
8800fi 15688fi
8801 15689
15690echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8802echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 15691echo $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 15692if test "${rxvt_cv_path_wtmpx+set}" = set; then
8805 echo $ac_n "(cached) $ac_c" 1>&6 15693 echo $ECHO_N "(cached) $ECHO_C" >&6
8806else 15694else
8807 if test "$cross_compiling" = yes; then 15695 if test "$cross_compiling" = yes; then
15696 { 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 15697echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
8809else 15698else
8810 cat > conftest.$ac_ext <<EOF 15699 cat >conftest.$ac_ext <<_ACEOF
8811#line 8812 "configure" 15700/* confdefs.h. */
8812#include "confdefs.h" 15701_ACEOF
15702cat confdefs.h >>conftest.$ac_ext
15703cat >>conftest.$ac_ext <<_ACEOF
15704/* end confdefs.h. */
8813#include <stdio.h> 15705#include <stdio.h>
8814#ifdef HAVE_UTMPX_H 15706#ifdef HAVE_UTMPX_H
8815#include <utmpx.h> 15707#include <utmpx.h>
8816#endif 15708#endif
8817#include <errno.h> 15709#include <errno.h>
8818main() 15710main()
8819{ 15711{
8820 char **w, *wtmplist[] = { 15712 char **w, *wtmplist[] = {
8821 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 15713 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8822 FILE *a, *f=fopen("conftestval", "w"); 15714 FILE *a, *f=fopen("conftestval", "w");
8823 if (!f) exit(1); 15715 if (!f) exit(1);
8824#ifdef WTMPX_FILE 15716#ifdef WTMPX_FILE
8825 fprintf(f, "%s\n", WTMPX_FILE); 15717 fprintf(f, "%s\n", WTMPX_FILE);
8826 exit(0); 15718 exit(0);
8835 exit(0); 15727 exit(0);
8836 } 15728 }
8837 } 15729 }
8838 exit(0); 15730 exit(0);
8839} 15731}
8840EOF 15732_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 15733rm -f conftest$ac_exeext
8842then 15734if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15735 (eval $ac_link) 2>&5
15736 ac_status=$?
15737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15738 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15740 (eval $ac_try) 2>&5
15741 ac_status=$?
15742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15743 (exit $ac_status); }; }; then
8843 rxvt_cv_path_wtmpx=`cat conftestval` 15744 rxvt_cv_path_wtmpx=`cat conftestval`
8844else 15745else
15746 echo "$as_me: program exited with status $ac_status" >&5
8845 echo "configure: failed program was:" >&5 15747echo "$as_me: failed program was:" >&5
8846 cat conftest.$ac_ext >&5 15748sed 's/^/| /' conftest.$ac_ext >&5
8847 rm -fr conftest* 15749
15750( exit $ac_status )
8848 rxvt_cv_path_wtmpx= 15751rxvt_cv_path_wtmpx=
8849fi 15752fi
8850rm -fr conftest* 15753rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8851fi 15754fi
8852
8853fi 15755fi
8854 15756echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8855echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15757echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8856if test x$rxvt_cv_path_wtmpx != x; then 15758if test x$rxvt_cv_path_wtmpx != x; then
15759
8857 cat >> confdefs.h <<EOF 15760cat >>confdefs.h <<_ACEOF
8858#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15761#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8859EOF 15762_ACEOF
8860 15763
8861fi 15764fi
8862 15765
15766echo "$as_me:$LINENO: checking where lastlog is located" >&5
8863echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15767echo $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 15768if test "${rxvt_cv_path_lastlog+set}" = set; then
8866 echo $ac_n "(cached) $ac_c" 1>&6 15769 echo $ECHO_N "(cached) $ECHO_C" >&6
8867else 15770else
8868 if test "$cross_compiling" = yes; then 15771 if test "$cross_compiling" = yes; then
15772 { 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 15773echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
8870else 15774else
8871 cat > conftest.$ac_ext <<EOF 15775 cat >conftest.$ac_ext <<_ACEOF
8872#line 8873 "configure" 15776/* confdefs.h. */
8873#include "confdefs.h" 15777_ACEOF
15778cat confdefs.h >>conftest.$ac_ext
15779cat >>conftest.$ac_ext <<_ACEOF
15780/* end confdefs.h. */
8874#include <stdio.h> 15781#include <stdio.h>
8875#include <sys/types.h> 15782#include <sys/types.h>
8876#ifdef HAVE_UTMPX_H 15783#ifdef HAVE_UTMPX_H
8877#include <utmpx.h> 15784#include <utmpx.h>
8878#elif defined(HAVE_UTMP_H) 15785#elif defined(HAVE_UTMP_H)
8901 exit(0); 15808 exit(0);
8902 } 15809 }
8903 } 15810 }
8904 exit(0); 15811 exit(0);
8905} 15812}
8906EOF 15813_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 15814rm -f conftest$ac_exeext
8908then 15815if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15816 (eval $ac_link) 2>&5
15817 ac_status=$?
15818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15819 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15821 (eval $ac_try) 2>&5
15822 ac_status=$?
15823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15824 (exit $ac_status); }; }; then
8909 rxvt_cv_path_lastlog=`cat conftestval` 15825 rxvt_cv_path_lastlog=`cat conftestval`
8910else 15826else
15827 echo "$as_me: program exited with status $ac_status" >&5
8911 echo "configure: failed program was:" >&5 15828echo "$as_me: failed program was:" >&5
8912 cat conftest.$ac_ext >&5 15829sed 's/^/| /' conftest.$ac_ext >&5
8913 rm -fr conftest* 15830
15831( exit $ac_status )
8914 rxvt_cv_path_lastlog= 15832rxvt_cv_path_lastlog=
8915fi 15833fi
8916rm -fr conftest* 15834rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8917fi 15835fi
8918
8919fi 15836fi
8920 15837echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8921echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15838echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8922if test x$rxvt_cv_path_lastlog != x; then 15839if test x$rxvt_cv_path_lastlog != x; then
15840
8923 cat >> confdefs.h <<EOF 15841cat >>confdefs.h <<_ACEOF
8924#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15842#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8925EOF 15843_ACEOF
8926 15844
8927 if test -d "$rxvt_cv_path_lastlog"; then 15845 if test -d "$rxvt_cv_path_lastlog"; then
15846
8928 cat >> confdefs.h <<\EOF 15847cat >>confdefs.h <<\_ACEOF
8929#define LASTLOG_IS_DIR 1 15848#define LASTLOG_IS_DIR 1
8930EOF 15849_ACEOF
8931 15850
8932 fi 15851 fi
8933fi 15852fi
8934 15853
15854echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8935echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15855echo $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 15856if test "${rxvt_cv_path_lastlogx+set}" = set; then
8938 echo $ac_n "(cached) $ac_c" 1>&6 15857 echo $ECHO_N "(cached) $ECHO_C" >&6
8939else 15858else
8940 if test "$cross_compiling" = yes; then 15859 if test "$cross_compiling" = yes; then
15860 { 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 15861echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
8942else 15862else
8943 cat > conftest.$ac_ext <<EOF 15863 cat >conftest.$ac_ext <<_ACEOF
8944#line 8945 "configure" 15864/* confdefs.h. */
8945#include "confdefs.h" 15865_ACEOF
15866cat confdefs.h >>conftest.$ac_ext
15867cat >>conftest.$ac_ext <<_ACEOF
15868/* end confdefs.h. */
8946#include <stdio.h> 15869#include <stdio.h>
8947#ifdef HAVE_UTMPX_H 15870#ifdef HAVE_UTMPX_H
8948#include <utmpx.h> 15871#include <utmpx.h>
8949#endif 15872#endif
8950#include <errno.h> 15873#include <errno.h>
8967 exit(0); 15890 exit(0);
8968 } 15891 }
8969 } 15892 }
8970 exit(0); 15893 exit(0);
8971} 15894}
8972EOF 15895_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 15896rm -f conftest$ac_exeext
8974then 15897if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15898 (eval $ac_link) 2>&5
15899 ac_status=$?
15900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15901 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15903 (eval $ac_try) 2>&5
15904 ac_status=$?
15905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15906 (exit $ac_status); }; }; then
8975 rxvt_cv_path_lastlogx=`cat conftestval` 15907 rxvt_cv_path_lastlogx=`cat conftestval`
8976else 15908else
15909 echo "$as_me: program exited with status $ac_status" >&5
8977 echo "configure: failed program was:" >&5 15910echo "$as_me: failed program was:" >&5
8978 cat conftest.$ac_ext >&5 15911sed 's/^/| /' conftest.$ac_ext >&5
8979 rm -fr conftest* 15912
15913( exit $ac_status )
8980 rxvt_cv_path_lastlogx= 15914rxvt_cv_path_lastlogx=
8981fi 15915fi
8982rm -fr conftest* 15916rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8983fi 15917fi
8984
8985fi 15918fi
8986 15919echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8987echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15920echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8988if test x$rxvt_cv_path_lastlogx != x; then 15921if test x$rxvt_cv_path_lastlogx != x; then
15922
8989 cat >> confdefs.h <<EOF 15923cat >>confdefs.h <<_ACEOF
8990#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15924#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8991EOF 15925_ACEOF
8992 15926
8993fi 15927fi
8994 15928
8995 15929
15930echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8996echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15931echo $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 15932if test "${rxvt_cv_path_ttytab+set}" = set; then
8999 echo $ac_n "(cached) $ac_c" 1>&6 15933 echo $ECHO_N "(cached) $ECHO_C" >&6
9000else 15934else
9001 for ttys_file in /etc/ttys /etc/ttytab; 15935 for ttys_file in /etc/ttys /etc/ttytab;
9002do 15936do
9003 if test -f "$ttys_file" ; then 15937 if test -f "$ttys_file" ; then
9004 rxvt_cv_path_ttytab=$ttys_file 15938 rxvt_cv_path_ttytab=$ttys_file
9005 break 15939 break
9006 fi 15940 fi
9007done 15941done
9008 15942
9009fi 15943fi
9010 15944echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
9011echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15945echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
9012if test x$rxvt_cv_path_ttytab != x; then 15946if test x$rxvt_cv_path_ttytab != x; then
15947
9013 cat >> confdefs.h <<EOF 15948cat >>confdefs.h <<_ACEOF
9014#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 15949#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
9015EOF 15950_ACEOF
9016 15951
9017fi 15952fi
9018 15953
9019 15954
9020ac_save_LIBS=$LIBS 15955ac_save_LIBS=$LIBS
9022CFLAGS="$CFLAGS $X_CFLAGS" 15957CFLAGS="$CFLAGS $X_CFLAGS"
9023LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 15958LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9024if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 15959if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
9025 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 15960 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9026fi 15961fi
15962echo "$as_me:$LINENO: checking for working Xlocale" >&5
9027echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 15963echo $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 15964if test "${rxvt_cv_func_xlocale+set}" = set; then
9030 echo $ac_n "(cached) $ac_c" 1>&6 15965 echo $ECHO_N "(cached) $ECHO_C" >&6
9031else 15966else
9032 if test "$cross_compiling" = yes; then 15967 if test "$cross_compiling" = yes; then
15968 { 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 15969echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9034else 15970else
9035 cat > conftest.$ac_ext <<EOF 15971 cat >conftest.$ac_ext <<_ACEOF
9036#line 9037 "configure" 15972/* confdefs.h. */
9037#include "confdefs.h" 15973_ACEOF
15974cat confdefs.h >>conftest.$ac_ext
15975cat >>conftest.$ac_ext <<_ACEOF
15976/* end confdefs.h. */
9038#include <X11/Xlib.h> 15977#include <X11/Xlib.h>
9039main() { 15978main() {
9040char *p; 15979char *p;
9041if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 15980if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9042exit (XSupportsLocale() ? 0 : 1); 15981exit (XSupportsLocale() ? 0 : 1);
9043else 15982else
9044exit (1);} 15983exit (1);}
9045EOF 15984_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 15985rm -f conftest$ac_exeext
9047then 15986if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15987 (eval $ac_link) 2>&5
15988 ac_status=$?
15989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15990 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15992 (eval $ac_try) 2>&5
15993 ac_status=$?
15994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15995 (exit $ac_status); }; }; then
9048 rxvt_cv_func_xlocale=yes 15996 rxvt_cv_func_xlocale=yes
9049else 15997else
15998 echo "$as_me: program exited with status $ac_status" >&5
9050 echo "configure: failed program was:" >&5 15999echo "$as_me: failed program was:" >&5
9051 cat conftest.$ac_ext >&5 16000sed 's/^/| /' conftest.$ac_ext >&5
9052 rm -fr conftest* 16001
16002( exit $ac_status )
9053 rxvt_cv_func_xlocale=no 16003rxvt_cv_func_xlocale=no
9054fi 16004fi
9055rm -fr conftest* 16005rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9056fi 16006fi
9057
9058fi 16007fi
9059 16008echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9060echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 16009echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9061if test x$rxvt_cv_func_xlocale = xyes; then 16010if test x$rxvt_cv_func_xlocale = xyes; then
16011
9062 cat >> confdefs.h <<\EOF 16012cat >>confdefs.h <<\_ACEOF
9063#define HAVE_XLOCALE 1 16013#define HAVE_XLOCALE 1
9064EOF 16014_ACEOF
9065 16015
9066fi 16016fi
9067 16017
16018echo "$as_me:$LINENO: checking for working X setlocale" >&5
9068echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 16019echo $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 16020if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9071 echo $ac_n "(cached) $ac_c" 1>&6 16021 echo $ECHO_N "(cached) $ECHO_C" >&6
9072else 16022else
9073 cat > conftest.$ac_ext <<EOF 16023 cat >conftest.$ac_ext <<_ACEOF
9074#line 9075 "configure" 16024/* confdefs.h. */
9075#include "confdefs.h" 16025_ACEOF
16026cat confdefs.h >>conftest.$ac_ext
16027cat >>conftest.$ac_ext <<_ACEOF
16028/* end confdefs.h. */
9076#define X_LOCALE 1 16029#define X_LOCALE 1
9077#include <X11/Xlocale.h> 16030#include <X11/Xlocale.h>
9078int main() { 16031int
16032main ()
16033{
9079setlocale(LC_CTYPE, ""); 16034setlocale(LC_CTYPE, "");
16035 ;
9080; return 0; } 16036 return 0;
9081EOF 16037}
9082if { (eval echo configure:9083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16038_ACEOF
16039rm -f conftest.$ac_objext conftest$ac_exeext
16040if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16041 (eval $ac_link) 2>conftest.er1
16042 ac_status=$?
16043 grep -v '^ *+' conftest.er1 >conftest.err
9083 rm -rf conftest* 16044 rm -f conftest.er1
16045 cat conftest.err >&5
16046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16047 (exit $ac_status); } &&
16048 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16050 (eval $ac_try) 2>&5
16051 ac_status=$?
16052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16053 (exit $ac_status); }; } &&
16054 { ac_try='test -s conftest$ac_exeext'
16055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16056 (eval $ac_try) 2>&5
16057 ac_status=$?
16058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16059 (exit $ac_status); }; }; then
9084 rxvt_cv_func_xsetlocale=yes 16060 rxvt_cv_func_xsetlocale=yes
9085else 16061else
9086 echo "configure: failed program was:" >&5 16062 echo "$as_me: failed program was:" >&5
9087 cat conftest.$ac_ext >&5 16063sed 's/^/| /' conftest.$ac_ext >&5
9088 rm -rf conftest* 16064
9089 rxvt_cv_func_xsetlocale=no 16065rxvt_cv_func_xsetlocale=no
9090fi 16066fi
9091rm -f conftest* 16067rm -f conftest.err conftest.$ac_objext \
16068 conftest$ac_exeext conftest.$ac_ext
9092fi 16069fi
9093 16070echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9094echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 16071echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9095if test x$rxvt_cv_func_xsetlocale = xyes; then 16072if test x$rxvt_cv_func_xsetlocale = xyes; then
16073
9096 cat >> confdefs.h <<\EOF 16074cat >>confdefs.h <<\_ACEOF
9097#define HAVE_XSETLOCALE 1 16075#define HAVE_XSETLOCALE 1
9098EOF 16076_ACEOF
9099 16077
9100fi 16078fi
9101LIBS=$ac_save_LIBS 16079LIBS=$ac_save_LIBS
9102CFLAGS=$ac_save_CFLAGS 16080CFLAGS=$ac_save_CFLAGS
9103 16081
16082echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9104echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 16083echo $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 16084if test "${rxvt_cv_func_setlocale+set}" = set; then
9107 echo $ac_n "(cached) $ac_c" 1>&6 16085 echo $ECHO_N "(cached) $ECHO_C" >&6
9108else 16086else
9109 cat > conftest.$ac_ext <<EOF 16087 cat >conftest.$ac_ext <<_ACEOF
9110#line 9111 "configure" 16088/* confdefs.h. */
9111#include "confdefs.h" 16089_ACEOF
16090cat confdefs.h >>conftest.$ac_ext
16091cat >>conftest.$ac_ext <<_ACEOF
16092/* end confdefs.h. */
9112#include <locale.h> 16093#include <clocale>
9113int main() { 16094int
16095main ()
16096{
9114setlocale(LC_CTYPE, ""); 16097setlocale(LC_CTYPE, "");
16098 ;
9115; return 0; } 16099 return 0;
9116EOF 16100}
9117if { (eval echo configure:9118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16101_ACEOF
16102rm -f conftest.$ac_objext conftest$ac_exeext
16103if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16104 (eval $ac_link) 2>conftest.er1
16105 ac_status=$?
16106 grep -v '^ *+' conftest.er1 >conftest.err
9118 rm -rf conftest* 16107 rm -f conftest.er1
16108 cat conftest.err >&5
16109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16110 (exit $ac_status); } &&
16111 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16113 (eval $ac_try) 2>&5
16114 ac_status=$?
16115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16116 (exit $ac_status); }; } &&
16117 { ac_try='test -s conftest$ac_exeext'
16118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16119 (eval $ac_try) 2>&5
16120 ac_status=$?
16121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16122 (exit $ac_status); }; }; then
9119 rxvt_cv_func_setlocale=yes 16123 rxvt_cv_func_setlocale=yes
9120else 16124else
9121 echo "configure: failed program was:" >&5 16125 echo "$as_me: failed program was:" >&5
9122 cat conftest.$ac_ext >&5 16126sed 's/^/| /' conftest.$ac_ext >&5
9123 rm -rf conftest* 16127
9124 rxvt_cv_func_setlocale=no 16128rxvt_cv_func_setlocale=no
9125fi 16129fi
9126rm -f conftest* 16130rm -f conftest.err conftest.$ac_objext \
16131 conftest$ac_exeext conftest.$ac_ext
9127fi 16132fi
9128 16133echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9129echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 16134echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9130if test x$rxvt_cv_func_setlocale = xyes; then 16135if test x$rxvt_cv_func_setlocale = xyes; then
16136
9131 cat >> confdefs.h <<\EOF 16137cat >>confdefs.h <<\_ACEOF
9132#define HAVE_SETLOCALE 1 16138#define HAVE_SETLOCALE 1
9133EOF 16139_ACEOF
9134 16140
9135fi 16141fi
9136 16142
16143echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9137echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 16144echo $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 16145if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9140 echo $ac_n "(cached) $ac_c" 1>&6 16146 echo $ECHO_N "(cached) $ECHO_C" >&6
9141else 16147else
9142 cat > conftest.$ac_ext <<EOF 16148 cat >conftest.$ac_ext <<_ACEOF
9143#line 9144 "configure" 16149/* confdefs.h. */
9144#include "confdefs.h" 16150_ACEOF
16151cat confdefs.h >>conftest.$ac_ext
16152cat >>conftest.$ac_ext <<_ACEOF
16153/* end confdefs.h. */
9145#include <langinfo.h> 16154#include <langinfo.h>
9146int main() { 16155int
16156main ()
16157{
9147nl_langinfo(CODESET); 16158nl_langinfo(CODESET);
16159 ;
9148; return 0; } 16160 return 0;
9149EOF 16161}
9150if { (eval echo configure:9151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16162_ACEOF
16163rm -f conftest.$ac_objext conftest$ac_exeext
16164if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16165 (eval $ac_link) 2>conftest.er1
16166 ac_status=$?
16167 grep -v '^ *+' conftest.er1 >conftest.err
9151 rm -rf conftest* 16168 rm -f conftest.er1
16169 cat conftest.err >&5
16170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16171 (exit $ac_status); } &&
16172 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16174 (eval $ac_try) 2>&5
16175 ac_status=$?
16176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16177 (exit $ac_status); }; } &&
16178 { ac_try='test -s conftest$ac_exeext'
16179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16180 (eval $ac_try) 2>&5
16181 ac_status=$?
16182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16183 (exit $ac_status); }; }; then
9152 rxvt_cv_func_nl_langinfo=yes 16184 rxvt_cv_func_nl_langinfo=yes
9153else 16185else
9154 echo "configure: failed program was:" >&5 16186 echo "$as_me: failed program was:" >&5
9155 cat conftest.$ac_ext >&5 16187sed 's/^/| /' conftest.$ac_ext >&5
9156 rm -rf conftest* 16188
9157 rxvt_cv_func_nl_langinfo=no 16189rxvt_cv_func_nl_langinfo=no
9158fi 16190fi
9159rm -f conftest* 16191rm -f conftest.err conftest.$ac_objext \
16192 conftest$ac_exeext conftest.$ac_ext
9160fi 16193fi
9161 16194echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9162echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 16195echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9163if test x$rxvt_cv_func_nl_langinfo = xyes; then 16196if test x$rxvt_cv_func_nl_langinfo = xyes; then
16197
9164 cat >> confdefs.h <<\EOF 16198cat >>confdefs.h <<\_ACEOF
9165#define HAVE_NL_LANGINFO 1 16199#define HAVE_NL_LANGINFO 1
9166EOF 16200_ACEOF
9167 16201
9168fi 16202fi
9169 16203
9170echo $ac_n "checking for getpt""... $ac_c" 1>&6 16204echo "$as_me:$LINENO: checking for broken XIM callback" >&5
9171echo "configure:9172: checking for getpt" >&5 16205echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
9172if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then 16206if test "${rxvt_broken_ximcb+set}" = set; then
9173 echo $ac_n "(cached) $ac_c" 1>&6 16207 echo $ECHO_N "(cached) $ECHO_C" >&6
9174else 16208else
9175 cat > conftest.$ac_ext <<EOF 16209 cat >conftest.$ac_ext <<_ACEOF
9176#line 9177 "configure" 16210
9177#include "confdefs.h" 16211#include <X11/Xlib.h>
16212
16213void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
16214
16215void f() {
16216 XIMCallback cb;
16217 cb.callback = im_destroy_cb;
16218}
16219
16220_ACEOF
16221rm -f conftest.$ac_objext
16222if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16223 (eval $ac_compile) 2>conftest.er1
16224 ac_status=$?
16225 grep -v '^ *+' conftest.er1 >conftest.err
16226 rm -f conftest.er1
16227 cat conftest.err >&5
16228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16229 (exit $ac_status); } &&
16230 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16232 (eval $ac_try) 2>&5
16233 ac_status=$?
16234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16235 (exit $ac_status); }; } &&
16236 { ac_try='test -s conftest.$ac_objext'
16237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16238 (eval $ac_try) 2>&5
16239 ac_status=$?
16240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16241 (exit $ac_status); }; }; then
16242 rxvt_broken_ximcb=yes
16243else
16244 echo "$as_me: failed program was:" >&5
16245sed 's/^/| /' conftest.$ac_ext >&5
16246
16247rxvt_broken_ximcb=no
16248fi
16249rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16250fi
16251echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
16252echo "${ECHO_T}$rxvt_broken_ximcb" >&6
16253
16254if test x$rxvt_broken_ximcb = xyes; then
16255
16256cat >>confdefs.h <<\_ACEOF
16257#define XIMCB_PROTO_BROKEN 1
16258_ACEOF
16259
16260fi
16261
16262echo "$as_me:$LINENO: checking for getpt" >&5
16263echo $ECHO_N "checking for getpt... $ECHO_C" >&6
16264if test "${rxvt_cv_func_getpt+set}" = set; then
16265 echo $ECHO_N "(cached) $ECHO_C" >&6
16266else
16267 cat >conftest.$ac_ext <<_ACEOF
16268/* confdefs.h. */
16269_ACEOF
16270cat confdefs.h >>conftest.$ac_ext
16271cat >>conftest.$ac_ext <<_ACEOF
16272/* end confdefs.h. */
9178#define _GNU_SOURCE 16273#define _GNU_SOURCE
9179#ifdef HAVE_STDLIB_H 16274#ifdef HAVE_STDLIB_H
9180# include <stdlib.h> 16275# include <cstdlib>
9181#endif 16276#endif
9182int main() { 16277int
16278main ()
16279{
9183(void)getpt(); 16280(void)getpt();
16281 ;
9184; return 0; } 16282 return 0;
9185EOF 16283}
9186if { (eval echo configure:9187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16284_ACEOF
16285rm -f conftest.$ac_objext conftest$ac_exeext
16286if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16287 (eval $ac_link) 2>conftest.er1
16288 ac_status=$?
16289 grep -v '^ *+' conftest.er1 >conftest.err
9187 rm -rf conftest* 16290 rm -f conftest.er1
16291 cat conftest.err >&5
16292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16293 (exit $ac_status); } &&
16294 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16296 (eval $ac_try) 2>&5
16297 ac_status=$?
16298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16299 (exit $ac_status); }; } &&
16300 { ac_try='test -s conftest$ac_exeext'
16301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16302 (eval $ac_try) 2>&5
16303 ac_status=$?
16304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305 (exit $ac_status); }; }; then
9188 rxvt_cv_func_getpt=yes 16306 rxvt_cv_func_getpt=yes
9189else 16307else
9190 echo "configure: failed program was:" >&5 16308 echo "$as_me: failed program was:" >&5
9191 cat conftest.$ac_ext >&5 16309sed 's/^/| /' conftest.$ac_ext >&5
9192 rm -rf conftest* 16310
9193 rxvt_cv_func_getpt=no 16311rxvt_cv_func_getpt=no
9194fi 16312fi
9195rm -f conftest* 16313rm -f conftest.err conftest.$ac_objext \
16314 conftest$ac_exeext conftest.$ac_ext
9196fi 16315fi
9197 16316echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9198echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 16317echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9199if test x$rxvt_cv_func_getpt = xyes; then 16318if test x$rxvt_cv_func_getpt = xyes; then
16319
9200 cat >> confdefs.h <<\EOF 16320cat >>confdefs.h <<\_ACEOF
9201#define HAVE_GETPT 1 16321#define HAVE_GETPT 1
9202EOF 16322_ACEOF
9203 16323
9204fi 16324fi
9205 16325
16326echo "$as_me:$LINENO: checking for pty/tty type" >&5
9206echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 16327echo $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 16328if test "${rxvt_cv_ptys+set}" = set; then
9209 echo $ac_n "(cached) $ac_c" 1>&6 16329 echo $ECHO_N "(cached) $ECHO_C" >&6
9210else 16330else
9211 if test x$ac_cv_func_openpty = xyes; then 16331 if test x$ac_cv_func_openpty = xyes; then
9212 rxvt_cv_ptys=OPENPTY 16332 rxvt_cv_ptys=OPENPTY
9213 else if test x$ac_cv_func__getpty = xyes; then 16333 else if test x$ac_cv_func__getpty = xyes; then
9214 rxvt_cv_ptys=SGI4 16334 rxvt_cv_ptys=SGI4
9237fi 16357fi
9238fi 16358fi
9239fi 16359fi
9240 16360
9241fi 16361fi
9242 16362echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9243echo "$ac_t""$rxvt_cv_ptys" 1>&6 16363echo "${ECHO_T}$rxvt_cv_ptys" >&6
9244 16364
9245if test x$rxvt_cv_ptys = xOPENPTY; then 16365if test x$rxvt_cv_ptys = xOPENPTY; then
16366
9246 cat >> confdefs.h <<\EOF 16367cat >>confdefs.h <<\_ACEOF
9247#define PTYS_ARE_OPENPTY 1 16368#define PTYS_ARE_OPENPTY 1
9248EOF 16369_ACEOF
9249 16370
9250fi 16371fi
9251if test x$rxvt_cv_ptys = xSCO; then 16372if test x$rxvt_cv_ptys = xSCO; then
16373
9252 cat >> confdefs.h <<\EOF 16374cat >>confdefs.h <<\_ACEOF
9253#define PTYS_ARE_NUMERIC 1 16375#define PTYS_ARE_NUMERIC 1
9254EOF 16376_ACEOF
9255 16377
9256fi 16378fi
9257if test x$rxvt_cv_ptys = xSTREAMS; then 16379if test x$rxvt_cv_ptys = xSTREAMS; then
16380
9258 cat >> confdefs.h <<\EOF 16381cat >>confdefs.h <<\_ACEOF
9259#define PTYS_ARE_PTMX 1 16382#define PTYS_ARE_PTMX 1
9260EOF 16383_ACEOF
9261 16384
9262fi 16385fi
9263if test x$rxvt_cv_ptys = xPTC; then 16386if test x$rxvt_cv_ptys = xPTC; then
16387
9264 cat >> confdefs.h <<\EOF 16388cat >>confdefs.h <<\_ACEOF
9265#define PTYS_ARE_PTC 1 16389#define PTYS_ARE_PTC 1
9266EOF 16390_ACEOF
9267 16391
9268fi 16392fi
9269if test x$rxvt_cv_ptys = xSGI4; then 16393if test x$rxvt_cv_ptys = xSGI4; then
16394
9270 cat >> confdefs.h <<\EOF 16395cat >>confdefs.h <<\_ACEOF
9271#define PTYS_ARE__GETPTY 1 16396#define PTYS_ARE__GETPTY 1
9272EOF 16397_ACEOF
9273 16398
9274fi 16399fi
9275if test x$rxvt_cv_ptys = xCONVEX; then 16400if test x$rxvt_cv_ptys = xCONVEX; then
16401
9276 cat >> confdefs.h <<\EOF 16402cat >>confdefs.h <<\_ACEOF
9277#define PTYS_ARE_GETPTY 1 16403#define PTYS_ARE_GETPTY 1
9278EOF 16404_ACEOF
9279 16405
9280fi 16406fi
9281if test x$rxvt_cv_ptys = xGLIBC; then 16407if test x$rxvt_cv_ptys = xGLIBC; then
16408
9282 cat >> confdefs.h <<\EOF 16409cat >>confdefs.h <<\_ACEOF
9283#define PTYS_ARE_GETPT 1 16410#define PTYS_ARE_GETPT 1
9284EOF 16411_ACEOF
9285 16412
9286fi 16413fi
9287if test x$rxvt_cv_ptys = xHPUX; then 16414if test x$rxvt_cv_ptys = xHPUX; then
16415
9288 cat >> confdefs.h <<\EOF 16416cat >>confdefs.h <<\_ACEOF
9289#define PTYS_ARE_CLONE 1 16417#define PTYS_ARE_CLONE 1
9290EOF 16418_ACEOF
9291 16419
9292fi 16420fi
9293if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 16421if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
16422
9294 cat >> confdefs.h <<\EOF 16423cat >>confdefs.h <<\_ACEOF
9295#define PTYS_ARE_SEARCHED 1 16424#define PTYS_ARE_SEARCHED 1
9296EOF 16425_ACEOF
9297 16426
9298fi 16427fi
9299 16428
9300 16429
16430{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9301echo "checking for pty ranges" 1>&6 16431echo "$as_me: checking for pty ranges..." >&6;}
9302echo "configure:9303: checking for pty ranges" >&5
9303ptys=`echo /dev/pty??` 16432ptys=`echo /dev/pty??`
9304pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` 16433pch1=`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'` 16434pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
9306if test x$pch1 != x; then 16435if test x$pch1 != x; then
16436
9307 cat >> confdefs.h <<EOF 16437cat >>confdefs.h <<_ACEOF
9308#define PTYCHAR1 "$pch1" 16438#define PTYCHAR1 "$pch1"
9309EOF 16439_ACEOF
9310 16440
9311fi 16441fi
9312if test x$pch2 != x; then 16442if test x$pch2 != x; then
16443
9313 cat >> confdefs.h <<EOF 16444cat >>confdefs.h <<_ACEOF
9314#define PTYCHAR2 "$pch2" 16445#define PTYCHAR2 "$pch2"
9315EOF 16446_ACEOF
9316 16447
9317fi 16448fi
9318 16449
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 16450if test x$support_8bitctrls = xyes; then
16451
9361 cat >> confdefs.h <<\EOF 16452cat >>confdefs.h <<\_ACEOF
9362#define RXVT_GRAPHICS 1 16453#define EIGHT_BIT_CONTROLS 1
9363EOF 16454_ACEOF
16455
16456fi
16457if test x$support_fading = xyes; then
16458
16459cat >>confdefs.h <<\_ACEOF
16460#define OFF_FOCUS_FADING 1
16461_ACEOF
16462
16463fi
16464if test x$support_tinting = xyes; then
16465
16466cat >>confdefs.h <<\_ACEOF
16467#define TINTING 1
16468_ACEOF
9364 16469
9365fi 16470fi
9366if test x$support_inheritpixmap = xyes; then 16471if test x$support_inheritpixmap = xyes; then
16472
9367 cat >> confdefs.h <<\EOF 16473cat >>confdefs.h <<\_ACEOF
9368#define TRANSPARENT 1 16474#define TRANSPARENT 1
9369EOF 16475_ACEOF
9370 16476
9371fi 16477fi
9372if test x$support_keepscrolling = xno; then 16478if test x$support_keepscrolling = xno; then
16479
9373 cat >> confdefs.h <<\EOF 16480cat >>confdefs.h <<\_ACEOF
9374#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16481#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9375EOF 16482_ACEOF
9376 16483
9377fi 16484fi
9378if test x$support_selectionscrolling = xyes; then 16485if test x$support_selectionscrolling = xyes; then
16486
9379 cat >> confdefs.h <<\EOF 16487cat >>confdefs.h <<\_ACEOF
9380#define SELECTION_SCROLLING 1 16488#define SELECTION_SCROLLING 1
9381EOF 16489_ACEOF
9382 16490
9383fi 16491fi
9384if test x$support_menubar = xyes; then 16492if test x$support_menubar = xyes; then
16493
9385 cat >> confdefs.h <<\EOF 16494cat >>confdefs.h <<\_ACEOF
9386#define MENUBAR 1 16495#define MENUBAR 1
9387EOF 16496_ACEOF
9388 16497
9389fi 16498fi
9390if test x$support_frills = xno; then 16499if test x$support_frills = xno; then
16500
9391 cat >> confdefs.h <<\EOF 16501cat >>confdefs.h <<\_ACEOF
9392#define NO_FRILLS 1 16502#define NO_FRILLS 1
9393EOF 16503_ACEOF
9394 16504
9395fi 16505fi
9396if test x$support_linespace = xno; then 16506if test x$support_linespace = xno; then
16507
9397 cat >> confdefs.h <<\EOF 16508cat >>confdefs.h <<\_ACEOF
9398#define NO_LINESPACE 1 16509#define NO_LINESPACE 1
9399EOF 16510_ACEOF
9400 16511
9401fi 16512fi
9402if test x$support_24bit = xyes; then 16513if test x$support_24bit = xyes; then
16514
9403 cat >> confdefs.h <<\EOF 16515cat >>confdefs.h <<\_ACEOF
9404#define PREFER_24BIT 1 16516#define PREFER_24BIT 1
9405EOF 16517_ACEOF
9406 16518
9407fi 16519fi
9408if test x$support_mousewheel = xyes; then 16520if test x$support_mousewheel = xyes; then
16521
9409 cat >> confdefs.h <<\EOF 16522cat >>confdefs.h <<\_ACEOF
9410#define MOUSE_WHEEL 1 16523#define MOUSE_WHEEL 1
9411EOF 16524_ACEOF
9412 16525
9413fi 16526fi
9414if test x$support_mouseslipwheel = xyes; then 16527if test x$support_mouseslipwheel = xyes; then
16528
9415 cat >> confdefs.h <<\EOF 16529cat >>confdefs.h <<\_ACEOF
9416#define MOUSE_SLIP_WHEELING 1 16530#define MOUSE_SLIP_WHEELING 1
9417EOF 16531_ACEOF
9418
9419fi
9420if test x$support_oldselection = xno; then
9421 cat >> confdefs.h <<\EOF
9422#define NO_OLD_SELECTION 1
9423EOF
9424 16532
9425fi 16533fi
9426if test x$support_utmp = xyes; then 16534if test x$support_utmp = xyes; then
16535
9427 cat >> confdefs.h <<\EOF 16536cat >>confdefs.h <<\_ACEOF
9428#define UTMP_SUPPORT 1 16537#define UTMP_SUPPORT 1
9429EOF 16538_ACEOF
9430 16539
9431fi 16540fi
9432if test x$support_wtmp = xyes; then 16541if test x$support_wtmp = xyes; then
16542
9433 cat >> confdefs.h <<\EOF 16543cat >>confdefs.h <<\_ACEOF
9434#define WTMP_SUPPORT 1 16544#define WTMP_SUPPORT 1
9435EOF 16545_ACEOF
9436 16546
9437fi 16547fi
9438if test x$support_lastlog = xyes; then 16548if test x$support_lastlog = xyes; then
16549
9439 cat >> confdefs.h <<\EOF 16550cat >>confdefs.h <<\_ACEOF
9440#define LASTLOG_SUPPORT 1 16551#define LASTLOG_SUPPORT 1
9441EOF 16552_ACEOF
9442 16553
9443fi 16554fi
9444if test x$support_xim = xyes -o x$multichar_set = xyes; then 16555if test x$support_xim = xyes -o x$multichar_set = xyes; then
9445 if test x$rxvt_cv_func_xlocale = xyes; then 16556 if test x$rxvt_cv_func_xlocale = xyes; then
16557
9446 cat >> confdefs.h <<\EOF 16558cat >>confdefs.h <<\_ACEOF
9447#define USE_XIM 1 16559#define USE_XIM 1
9448EOF 16560_ACEOF
9449 16561
9450 fi 16562 fi
9451fi 16563fi
9452if test x$support_xpm = xyes; then 16564if test x$support_xpm = xyes; then
16565
9453 cat >> confdefs.h <<\EOF 16566cat >>confdefs.h <<\_ACEOF
9454#define XPM_BACKGROUND 1 16567#define XPM_BACKGROUND 1
9455EOF 16568_ACEOF
9456 16569
9457fi 16570fi
9458if test x$support_scroll_rxvt = xyes; then 16571if test x$support_scroll_rxvt = xyes; then
16572
9459 cat >> confdefs.h <<\EOF 16573cat >>confdefs.h <<\_ACEOF
9460#define RXVT_SCROLLBAR 1 16574#define RXVT_SCROLLBAR 1
9461EOF 16575_ACEOF
9462 16576
9463 scrolltypes="rxvt" 16577 scrolltypes="rxvt"
9464fi 16578fi
9465if test x$support_scroll_next = xyes; then 16579if test x$support_scroll_next = xyes; then
16580
9466 cat >> confdefs.h <<\EOF 16581cat >>confdefs.h <<\_ACEOF
9467#define NEXT_SCROLLBAR 1 16582#define NEXT_SCROLLBAR 1
9468EOF 16583_ACEOF
9469 16584
9470 scrolltypes="$scrolltypes next" 16585 scrolltypes="$scrolltypes next"
9471fi 16586fi
9472if test x$support_scroll_xterm = xyes; then 16587if test x$support_scroll_xterm = xyes; then
16588
9473 cat >> confdefs.h <<\EOF 16589cat >>confdefs.h <<\_ACEOF
9474#define XTERM_SCROLLBAR 1 16590#define XTERM_SCROLLBAR 1
9475EOF 16591_ACEOF
9476 16592
9477 scrolltypes="$scrolltypes xterm" 16593 scrolltypes="$scrolltypes xterm"
9478fi 16594fi
16595if test x$support_scroll_plain = xyes; then
16596
16597cat >>confdefs.h <<\_ACEOF
16598#define PLAIN_SCROLLBAR 1
16599_ACEOF
16600
16601 scrolltypes="$scrolltypes plain"
16602fi
9479if test x$support_pointer_blank = xyes; then 16603if test x$support_pointer_blank = xyes; then
16604
9480 cat >> confdefs.h <<\EOF 16605cat >>confdefs.h <<\_ACEOF
9481#define POINTER_BLANK 1 16606#define POINTER_BLANK 1
9482EOF 16607_ACEOF
9483 16608
9484fi 16609fi
9485if test x$support_cursor_blink = xyes; then 16610if test x$support_cursor_blink = xyes; then
16611
9486 cat >> confdefs.h <<\EOF 16612cat >>confdefs.h <<\_ACEOF
9487#define CURSOR_BLINK 1 16613#define CURSOR_BLINK 1
9488EOF 16614_ACEOF
16615
16616fi
16617if test x$support_text_blink = xyes; then
16618
16619cat >>confdefs.h <<\_ACEOF
16620#define TEXT_BLINK 1
16621_ACEOF
9489 16622
9490fi 16623fi
9491if test x$support_unicode3 = xyes; then 16624if test x$support_unicode3 = xyes; then
16625
9492 cat >> confdefs.h <<\EOF 16626cat >>confdefs.h <<\_ACEOF
9493#define UNICODE_3 1 16627#define UNICODE_3 1
9494EOF 16628_ACEOF
16629
16630fi
16631if test x$support_combining = xyes; then
16632
16633cat >>confdefs.h <<\_ACEOF
16634#define ENABLE_COMBINING 1
16635_ACEOF
9495 16636
9496fi 16637fi
9497if test x$codesets = xall; then 16638if test x$codesets = xall; then
9498 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16639 codesets=jp,jp-ext,kr,cn,cn-ext
9499fi 16640fi
9500for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16641for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16642
9501 cat >> confdefs.h <<\EOF 16643cat >>confdefs.h <<\_ACEOF
9502#define ENCODING_EU 1 16644#define ENCODING_EU 1
9503EOF 16645_ACEOF
16646
16647
16648cat >>confdefs.h <<\_ACEOF
16649#define ENCODING_VN 1
16650_ACEOF
9504 16651
9505 case "$codeset" in 16652 case "$codeset" in
9506 VN ) cat >> confdefs.h <<\EOF 16653 JP )
16654cat >>confdefs.h <<\_ACEOF
9507#define ENCODING_VN 1 16655#define ENCODING_JP 1
9508EOF 16656_ACEOF
9509 ;; 16657 ;;
9510 JP ) cat >> confdefs.h <<\EOF 16658 JP_EXT )
16659cat >>confdefs.h <<\_ACEOF
9511#define ENCODING_JP 1 16660#define ENCODING_JP_EXT 1
9512EOF 16661_ACEOF
9513 ;; 16662 ;;
9514 JP_EXT ) cat >> confdefs.h <<\EOF 16663 KR )
16664cat >>confdefs.h <<\_ACEOF
9515#define ENCODING_JP_EXT 1 16665#define ENCODING_KR 1
9516EOF 16666_ACEOF
9517 ;; 16667 ;;
9518 KR ) cat >> confdefs.h <<\EOF 16668 CN )
16669cat >>confdefs.h <<\_ACEOF
9519#define ENCODING_KR 1 16670#define ENCODING_CN 1
9520EOF 16671_ACEOF
9521 ;; 16672 ;;
9522 CN ) cat >> confdefs.h <<\EOF 16673 CN_EXT )
9523#define ENCODING_CN 1 16674cat >>confdefs.h <<\_ACEOF
9524EOF
9525 ;;
9526 CN_EXT ) cat >> confdefs.h <<\EOF
9527#define ENCODING_CN_EXT 1 16675#define ENCODING_CN_EXT 1
9528EOF 16676_ACEOF
9529 ;; 16677 ;;
9530 esac 16678 esac
9531done 16679done
9532 16680
9533 16681
9553 16701
9554 16702
9555 16703
9556 16704
9557if test x$support_addstrings = xno; then 16705if test x$support_addstrings = xno; then
16706
9558 cat >> confdefs.h <<\EOF 16707cat >>confdefs.h <<\_ACEOF
9559#define NO_STRINGS 1 16708#define NO_STRINGS 1
9560EOF 16709_ACEOF
9561 16710
9562fi 16711fi
9563 16712
9564MCOMMON=./autoconf/Make.common 16713MCOMMON=./autoconf/Make.common
9565 16714
9566 16715
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 && 16716test "$program_prefix" != NONE &&
9578 program_transform_name="s,^,${program_prefix},; $program_transform_name" 16717 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9579# Use a double $ so make ignores it. 16718# Use a double $ so make ignores it.
9580test "$program_suffix" != NONE && 16719test "$program_suffix" != NONE &&
9581 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 16720 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9582 16721# Double any \ or $. echo might interpret backslashes.
9583# sed with no file args requires a program. 16722# By default was `s,x,x', remove it if useless.
9584test "$program_transform_name" = "" && program_transform_name="s,x,x," 16723cat <<\_ACEOF >conftest.sed
9585 16724s/[\\$]/&&/g;s/;s,x,x,$//
9586 16725_ACEOF
9587RXVTNAME=`echo rxvt|sed "$program_transform_name"` 16726program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16727rm conftest.sed
9588 16728
9589 16729
9590 16730
9591 16731
9592 16732
9593if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16733if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9594 include_stdint_h="#include <stdint.h>" 16734 include_stdint_h="#include <stdint.h>"
9595else 16735else
9596 include_stdint_h="/* #include <stdint.h> */" 16736 include_stdint_h="/* #include <stdint.h> */"
9597fi 16737fi
9598if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16738if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9599 include_stdarg_h="#include <stdarg.h>" 16739 include_stdarg_h="#include <cstdarg>"
9600else 16740else
9601 include_stdarg_h="/* #include <stdarg.h> */" 16741 include_stdarg_h="/* #include <cstdarg> */"
9602fi 16742fi
9603if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16743if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9604 include_stdlib_h="#include <stdlib.h>" 16744 include_stdlib_h="#include <cstdlib>"
9605else 16745else
9606 include_stdlib_h="/* #include <stdlib.h> */" 16746 include_stdlib_h="/* #include <cstdlib> */"
9607fi 16747fi
9608if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16748if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9609 include_unistd_h="#include <unistd.h>" 16749 include_unistd_h="#include <unistd.h>"
9610else 16750else
9611 include_unistd_h="/* #include <unistd.h> */" 16751 include_unistd_h="/* #include <unistd.h> */"
9612fi 16752fi
9613if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16753if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9614 include_string_h="#include <string.h>" 16754 include_string_h="#include <cstring>"
9615else 16755else
9616 include_string_h="/* #include <string.h> */" 16756 include_string_h="/* #include <cstring> */"
9617fi 16757fi
9618if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16758if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9619 include_fcntl_h="#include <fcntl.h>" 16759 include_fcntl_h="#include <fcntl.h>"
9620else 16760else
9621 include_fcntl_h="/* #include <fcntl.h> */" 16761 include_fcntl_h="/* #include <fcntl.h> */"
9622fi 16762fi
9623if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 16763if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9624 include_util_h="#include <util.h>" 16764 include_util_h="#include <util.h>"
9625else 16765else
9626 include_util_h="/* #include <util.h> */" 16766 include_util_h="/* #include <util.h> */"
9627fi 16767fi
9628if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 16768if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9629 include_assert_h="#include <assert.h>" 16769 include_assert_h="#include <assert.h>"
9630else 16770else
9631 include_assert_h="/* #include <assert.h> */" 16771 include_assert_h="/* #include <assert.h> */"
9632fi 16772fi
9633if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 16773if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9634 include_sys_ioctl_h="#include <sys/ioctl.h>" 16774 include_sys_ioctl_h="#include <sys/ioctl.h>"
9635else 16775else
9636 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 16776 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9637fi 16777fi
9638if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then 16778if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
9639 include_sys_select_h="#include <sys/select.h>" 16779 include_sys_select_h="#include <sys/select.h>"
9640else 16780else
9641 include_sys_select_h="/* #include <sys/select.h> */" 16781 include_sys_select_h="/* #include <sys/select.h> */"
9642fi 16782fi
9643if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then 16783if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
9644 include_sys_strredir_h="#include <sys/strredir.h>" 16784 include_sys_strredir_h="#include <sys/strredir.h>"
9645else 16785else
9646 include_sys_strredir_h="/* #include <sys/strredir.h> */" 16786 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9647fi 16787fi
9648if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then 16788if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
9649 include_sys_time_h="#include <sys/time.h>" 16789 include_sys_time_h="#include <sys/time.h>"
9650else 16790else
9651 include_sys_time_h="/* #include <sys/time.h> */" 16791 include_sys_time_h="/* #include <sys/time.h> */"
9652fi 16792fi
9653if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then 16793if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
9654 include_time_h="#include <time.h>" 16794 include_time_h="#include <time.h>"
9655else 16795else
9656 include_time_h="/* #include <time.h> */" 16796 include_time_h="/* #include <time.h> */"
9657fi 16797fi
9658 16798
9659if test x$support_xft = xyes; then 16799if test x$support_xft = xyes; then
9660 LIBS="$LIBS `pkg-config xft --libs`" 16800 LIBS="$LIBS `pkg-config xft --libs`"
9661 CFLAGS="$CFLAGS `pkg-config xft --cflags`" 16801 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9662 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 16802 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9663 16803
16804
9664 for ac_hdr in X11/Xft/Xft.h 16805for ac_header in X11/Xft/Xft.h
9665do 16806do
9666ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 16807as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16808if eval "test \"\${$as_ac_Header+set}\" = set"; then
16809 echo "$as_me:$LINENO: checking for $ac_header" >&5
9667echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 16810echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9668echo "configure:9669: checking for $ac_hdr" >&5 16811if 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 16812 echo $ECHO_N "(cached) $ECHO_C" >&6
16813fi
16814echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16815echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9671else 16816else
16817 # Is the header compilable?
16818echo "$as_me:$LINENO: checking $ac_header usability" >&5
16819echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9672 cat > conftest.$ac_ext <<EOF 16820cat >conftest.$ac_ext <<_ACEOF
9673#line 9674 "configure" 16821/* confdefs.h. */
9674#include "confdefs.h" 16822_ACEOF
16823cat confdefs.h >>conftest.$ac_ext
16824cat >>conftest.$ac_ext <<_ACEOF
16825/* end confdefs.h. */
16826$ac_includes_default
9675#include <$ac_hdr> 16827#include <$ac_header>
9676EOF 16828_ACEOF
9677ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 16829rm -f conftest.$ac_objext
9678{ (eval echo configure:9679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 16830if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9679ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 16831 (eval $ac_compile) 2>conftest.er1
16832 ac_status=$?
16833 grep -v '^ *+' conftest.er1 >conftest.err
16834 rm -f conftest.er1
16835 cat conftest.err >&5
16836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16837 (exit $ac_status); } &&
16838 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16840 (eval $ac_try) 2>&5
16841 ac_status=$?
16842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16843 (exit $ac_status); }; } &&
16844 { ac_try='test -s conftest.$ac_objext'
16845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16846 (eval $ac_try) 2>&5
16847 ac_status=$?
16848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16849 (exit $ac_status); }; }; then
16850 ac_header_compiler=yes
16851else
16852 echo "$as_me: failed program was:" >&5
16853sed 's/^/| /' conftest.$ac_ext >&5
16854
16855ac_header_compiler=no
16856fi
16857rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16858echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16859echo "${ECHO_T}$ac_header_compiler" >&6
16860
16861# Is the header present?
16862echo "$as_me:$LINENO: checking $ac_header presence" >&5
16863echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16864cat >conftest.$ac_ext <<_ACEOF
16865/* confdefs.h. */
16866_ACEOF
16867cat confdefs.h >>conftest.$ac_ext
16868cat >>conftest.$ac_ext <<_ACEOF
16869/* end confdefs.h. */
16870#include <$ac_header>
16871_ACEOF
16872if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16873 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16874 ac_status=$?
16875 grep -v '^ *+' conftest.er1 >conftest.err
16876 rm -f conftest.er1
16877 cat conftest.err >&5
16878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16879 (exit $ac_status); } >/dev/null; then
16880 if test -s conftest.err; then
16881 ac_cpp_err=$ac_cxx_preproc_warn_flag
16882 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16883 else
16884 ac_cpp_err=
16885 fi
16886else
16887 ac_cpp_err=yes
16888fi
9680if test -z "$ac_err"; then 16889if test -z "$ac_cpp_err"; then
9681 rm -rf conftest* 16890 ac_header_preproc=yes
9682 eval "ac_cv_header_$ac_safe=yes"
9683else 16891else
9684 echo "$ac_err" >&5
9685 echo "configure: failed program was:" >&5 16892 echo "$as_me: failed program was:" >&5
9686 cat conftest.$ac_ext >&5 16893sed 's/^/| /' conftest.$ac_ext >&5
9687 rm -rf conftest* 16894
9688 eval "ac_cv_header_$ac_safe=no" 16895 ac_header_preproc=no
9689fi 16896fi
9690rm -f conftest* 16897rm -f conftest.err conftest.$ac_ext
16898echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16899echo "${ECHO_T}$ac_header_preproc" >&6
16900
16901# So? What about this header?
16902case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16903 yes:no: )
16904 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16905echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16906 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16907echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16908 ac_header_preproc=yes
16909 ;;
16910 no:yes:* )
16911 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16912echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16913 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16914echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16915 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16916echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16917 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16918echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16919 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16920echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16921 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16922echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16923 (
16924 cat <<\_ASBOX
16925## ------------------------------------------ ##
16926## Report this to the AC_PACKAGE_NAME lists. ##
16927## ------------------------------------------ ##
16928_ASBOX
16929 ) |
16930 sed "s/^/$as_me: WARNING: /" >&2
16931 ;;
16932esac
16933echo "$as_me:$LINENO: checking for $ac_header" >&5
16934echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16935if eval "test \"\${$as_ac_Header+set}\" = set"; then
16936 echo $ECHO_N "(cached) $ECHO_C" >&6
16937else
16938 eval "$as_ac_Header=\$ac_header_preproc"
9691fi 16939fi
9692if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 16940echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9693 echo "$ac_t""yes" 1>&6 16941echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9694 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 16942
16943fi
16944if test `eval echo '${'$as_ac_Header'}'` = yes; then
9695 cat >> confdefs.h <<EOF 16945 cat >>confdefs.h <<_ACEOF
9696#define $ac_tr_hdr 1 16946#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9697EOF 16947_ACEOF
9698 16948
9699else 16949else
9700 echo "$ac_t""no" 1>&6
9701support_xft=no 16950 support_xft=no
9702fi 16951fi
16952
9703done 16953done
9704 16954
16955
16956echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
9705 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6 16957echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
9706echo "configure:9707: checking for XftDrawString32 in -lXft" >&5 16958if 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 16959 echo $ECHO_N "(cached) $ECHO_C" >&6
9710else 16960else
9711 ac_save_LIBS="$LIBS" 16961 ac_check_lib_save_LIBS=$LIBS
9712LIBS="-lXft $LIBS" 16962LIBS="-lXft $LIBS"
9713cat > conftest.$ac_ext <<EOF 16963cat >conftest.$ac_ext <<_ACEOF
9714#line 9715 "configure" 16964/* confdefs.h. */
9715#include "confdefs.h" 16965_ACEOF
16966cat confdefs.h >>conftest.$ac_ext
16967cat >>conftest.$ac_ext <<_ACEOF
16968/* end confdefs.h. */
16969
9716/* Override any gcc2 internal prototype to avoid an error. */ 16970/* Override any gcc2 internal prototype to avoid an error. */
16971#ifdef __cplusplus
16972extern "C"
16973#endif
9717/* We use char because int might match the return type of a gcc2 16974/* We use char because int might match the return type of a gcc2
9718 builtin and then its argument prototype would still apply. */ 16975 builtin and then its argument prototype would still apply. */
9719char XftDrawString32(); 16976char XftDrawString32 ();
9720 16977int
9721int main() { 16978main ()
16979{
9722XftDrawString32() 16980XftDrawString32 ();
16981 ;
9723; return 0; } 16982 return 0;
9724EOF 16983}
9725if { (eval echo configure:9726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16984_ACEOF
16985rm -f conftest.$ac_objext conftest$ac_exeext
16986if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16987 (eval $ac_link) 2>conftest.er1
16988 ac_status=$?
16989 grep -v '^ *+' conftest.er1 >conftest.err
9726 rm -rf conftest* 16990 rm -f conftest.er1
9727 eval "ac_cv_lib_$ac_lib_var=yes" 16991 cat conftest.err >&5
16992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16993 (exit $ac_status); } &&
16994 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16996 (eval $ac_try) 2>&5
16997 ac_status=$?
16998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16999 (exit $ac_status); }; } &&
17000 { ac_try='test -s conftest$ac_exeext'
17001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17002 (eval $ac_try) 2>&5
17003 ac_status=$?
17004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17005 (exit $ac_status); }; }; then
17006 ac_cv_lib_Xft_XftDrawString32=yes
9728else 17007else
9729 echo "configure: failed program was:" >&5 17008 echo "$as_me: failed program was:" >&5
9730 cat conftest.$ac_ext >&5 17009sed 's/^/| /' conftest.$ac_ext >&5
9731 rm -rf conftest* 17010
9732 eval "ac_cv_lib_$ac_lib_var=no" 17011ac_cv_lib_Xft_XftDrawString32=no
9733fi 17012fi
9734rm -f conftest* 17013rm -f conftest.err conftest.$ac_objext \
17014 conftest$ac_exeext conftest.$ac_ext
9735LIBS="$ac_save_LIBS" 17015LIBS=$ac_check_lib_save_LIBS
9736
9737fi 17016fi
9738if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 17017echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9739 echo "$ac_t""yes" 1>&6 17018echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9740 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 17019if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9741 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9742 cat >> confdefs.h <<EOF 17020 cat >>confdefs.h <<_ACEOF
9743#define $ac_tr_lib 1 17021#define HAVE_LIBXFT 1
9744EOF 17022_ACEOF
9745 17023
9746 LIBS="-lXft $LIBS" 17024 LIBS="-lXft $LIBS"
9747 17025
9748else 17026else
9749 echo "$ac_t""no" 1>&6
9750support_xft=no 17027 support_xft=no
9751fi 17028fi
9752 17029
9753 17030
9754 if test x$support_xft = xyes; then 17031 if test x$support_xft = xyes; then
17032
9755 cat >> confdefs.h <<\EOF 17033cat >>confdefs.h <<\_ACEOF
9756#define XFT 1 17034#define XFT 1
9757EOF 17035_ACEOF
9758 17036
9759 fi 17037 fi
9760fi 17038fi
9761 17039
9762trap '' 1 2 15 17040 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile"
17041
9763cat > confcache <<\EOF 17042cat >confcache <<\_ACEOF
9764# This file is a shell script that caches the results of configure 17043# 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 17044# tests run on this system so they can be shared between configure
9766# scripts and configure runs. It is not useful on other systems. 17045# 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. 17046# It is not useful on other systems. If it contains results you don't
17047# want to keep, you may remove or edit it.
9768# 17048#
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 17049# config.status only pays attention to the cache file if you give it
9776# --recheck option to rerun configure. 17050# the --recheck option to rerun configure.
9777# 17051#
9778EOF 17052# `ac_cv_env_foo' variables (set or unset) will be overridden when
17053# loading this file, other *unset* `ac_cv_foo' will be assigned the
17054# following values.
17055
17056_ACEOF
17057
9779# The following way of writing the cache mishandles newlines in values, 17058# The following way of writing the cache mishandles newlines in values,
9780# but we know of no workaround that is simple, portable, and efficient. 17059# but we know of no workaround that is simple, portable, and efficient.
9781# So, don't put newlines in cache variables' values. 17060# So, don't put newlines in cache variables' values.
9782# Ultrix sh set writes to stderr and can't be redirected directly, 17061# 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. 17062# and sets the high bit in the cache file unless we assign to the vars.
17063{
9784(set) 2>&1 | 17064 (set) 2>&1 |
9785 case `(ac_space=' '; set | grep ac_space) 2>&1` in 17065 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9786 *ac_space=\ *) 17066 *ac_space=\ *)
9787 # `set' does not quote correctly, so add quotes (double-quote substitution 17067 # `set' does not quote correctly, so add quotes (double-quote
9788 # turns \\\\ into \\, and sed turns \\ into \). 17068 # substitution turns \\\\ into \\, and sed turns \\ into \).
9789 sed -n \ 17069 sed -n \
9790 -e "s/'/'\\\\''/g" \ 17070 "s/'/'\\\\''/g;
9791 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 17071 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9792 ;; 17072 ;;
9793 *) 17073 *)
9794 # `set' quotes correctly as required by POSIX, so do not add quotes. 17074 # `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' 17075 sed -n \
17076 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9796 ;; 17077 ;;
9797 esac >> confcache 17078 esac;
9798if cmp -s $cache_file confcache; then 17079} |
9799 : 17080 sed '
9800else 17081 t clear
17082 : clear
17083 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17084 t end
17085 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17086 : end' >>confcache
17087if diff $cache_file confcache >/dev/null 2>&1; then :; else
9801 if test -w $cache_file; then 17088 if test -w $cache_file; then
9802 echo "updating cache $cache_file" 17089 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9803 cat confcache > $cache_file 17090 cat confcache >$cache_file
9804 else 17091 else
9805 echo "not updating unwritable cache $cache_file" 17092 echo "not updating unwritable cache $cache_file"
9806 fi 17093 fi
9807fi 17094fi
9808rm -f confcache 17095rm -f confcache
9809 17096
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 17097test "x$prefix" = xNONE && prefix=$ac_default_prefix
9813# Let make expand exec_prefix. 17098# Let make expand exec_prefix.
9814test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 17099test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9815 17100
9816# Any assignment to VPATH causes Sun make to only execute 17101# 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. 17102# ${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. 17103# trailing colons and then remove the whole line if VPATH becomes empty
17104# (actually we leave an empty line to preserve line numbers).
9819if test "x$srcdir" = x.; then 17105if test "x$srcdir" = x.; then
9820 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 17106 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17107s/:*\$(srcdir):*/:/;
17108s/:*\${srcdir}:*/:/;
17109s/:*@srcdir@:*/:/;
17110s/^\([^=]*=[ ]*\):*/\1/;
17111s/:*$//;
17112s/^[^=]*=[ ]*$//;
17113}'
9821fi 17114fi
9822
9823trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9824 17115
9825DEFS=-DHAVE_CONFIG_H 17116DEFS=-DHAVE_CONFIG_H
9826 17117
9827# Without the "./", some shells look in PATH for config.status. 17118ac_libobjs=
17119ac_ltlibobjs=
17120for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17121 # 1. Remove the extension, and $U if already installed.
17122 ac_i=`echo "$ac_i" |
17123 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
17124 # 2. Add them.
17125 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
17126 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
17127done
17128LIBOBJS=$ac_libobjs
17129
17130LTLIBOBJS=$ac_ltlibobjs
17131
17132
17133
9828: ${CONFIG_STATUS=./config.status} 17134: ${CONFIG_STATUS=./config.status}
9829 17135ac_clean_files_save=$ac_clean_files
17136ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17137{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9830echo creating $CONFIG_STATUS 17138echo "$as_me: creating $CONFIG_STATUS" >&6;}
9831rm -f $CONFIG_STATUS
9832cat > $CONFIG_STATUS <<EOF 17139cat >$CONFIG_STATUS <<_ACEOF
9833#! /bin/sh 17140#! $SHELL
9834# Generated automatically by configure. 17141# Generated by $as_me.
9835# Run this file to recreate the current configuration. 17142# 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 17143# Compiler output produced by configure, useful for debugging
9842# configure, is in ./config.log if it exists. 17144# configure, is in config.log if it exists.
9843 17145
9844ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 17146debug=false
9845for ac_option 17147ac_cs_recheck=false
17148ac_cs_silent=false
17149SHELL=\${CONFIG_SHELL-$SHELL}
17150_ACEOF
17151
17152cat >>$CONFIG_STATUS <<\_ACEOF
17153## --------------------- ##
17154## M4sh Initialization. ##
17155## --------------------- ##
17156
17157# Be Bourne compatible
17158if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17159 emulate sh
17160 NULLCMD=:
17161 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17162 # is contrary to our usage. Disable this feature.
17163 alias -g '${1+"$@"}'='"$@"'
17164elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
17165 set -o posix
17166fi
17167DUALCASE=1; export DUALCASE # for MKS sh
17168
17169# Support unset when possible.
17170if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
17171 as_unset=unset
17172else
17173 as_unset=false
17174fi
17175
17176
17177# Work around bugs in pre-3.0 UWIN ksh.
17178$as_unset ENV MAIL MAILPATH
17179PS1='$ '
17180PS2='> '
17181PS4='+ '
17182
17183# NLS nuisances.
17184for as_var in \
17185 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
17186 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
17187 LC_TELEPHONE LC_TIME
9846do 17188do
17189 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
17190 eval $as_var=C; export $as_var
17191 else
17192 $as_unset $as_var
17193 fi
17194done
17195
17196# Required to use basename.
17197if expr a : '\(a\)' >/dev/null 2>&1; then
17198 as_expr=expr
17199else
17200 as_expr=false
17201fi
17202
17203if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
17204 as_basename=basename
17205else
17206 as_basename=false
17207fi
17208
17209
17210# Name of the executable.
17211as_me=`$as_basename "$0" ||
17212$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17213 X"$0" : 'X\(//\)$' \| \
17214 X"$0" : 'X\(/\)$' \| \
17215 . : '\(.\)' 2>/dev/null ||
17216echo X/"$0" |
17217 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
17218 /^X\/\(\/\/\)$/{ s//\1/; q; }
17219 /^X\/\(\/\).*/{ s//\1/; q; }
17220 s/.*/./; q'`
17221
17222
17223# PATH needs CR, and LINENO needs CR and PATH.
17224# Avoid depending upon Character Ranges.
17225as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17226as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17227as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17228as_cr_digits='0123456789'
17229as_cr_alnum=$as_cr_Letters$as_cr_digits
17230
17231# The user is always right.
17232if test "${PATH_SEPARATOR+set}" != set; then
17233 echo "#! /bin/sh" >conf$$.sh
17234 echo "exit 0" >>conf$$.sh
17235 chmod +x conf$$.sh
17236 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
17237 PATH_SEPARATOR=';'
17238 else
17239 PATH_SEPARATOR=:
17240 fi
17241 rm -f conf$$.sh
17242fi
17243
17244
17245 as_lineno_1=$LINENO
17246 as_lineno_2=$LINENO
17247 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17248 test "x$as_lineno_1" != "x$as_lineno_2" &&
17249 test "x$as_lineno_3" = "x$as_lineno_2" || {
17250 # Find who we are. Look in the path if we contain no path at all
17251 # relative or not.
17252 case $0 in
17253 *[\\/]* ) as_myself=$0 ;;
17254 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17255for as_dir in $PATH
17256do
17257 IFS=$as_save_IFS
17258 test -z "$as_dir" && as_dir=.
17259 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17260done
17261
17262 ;;
17263 esac
17264 # We did not find ourselves, most probably we were run as `sh COMMAND'
17265 # in which case we are not to be found in the path.
17266 if test "x$as_myself" = x; then
17267 as_myself=$0
17268 fi
17269 if test ! -f "$as_myself"; then
17270 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
17271echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
17272 { (exit 1); exit 1; }; }
17273 fi
17274 case $CONFIG_SHELL in
17275 '')
17276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17277for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
17278do
17279 IFS=$as_save_IFS
17280 test -z "$as_dir" && as_dir=.
17281 for as_base in sh bash ksh sh5; do
17282 case $as_dir in
17283 /*)
17284 if ("$as_dir/$as_base" -c '
17285 as_lineno_1=$LINENO
17286 as_lineno_2=$LINENO
17287 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17288 test "x$as_lineno_1" != "x$as_lineno_2" &&
17289 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
17290 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
17291 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
17292 CONFIG_SHELL=$as_dir/$as_base
17293 export CONFIG_SHELL
17294 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
17295 fi;;
17296 esac
17297 done
17298done
17299;;
17300 esac
17301
17302 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
17303 # uniformly replaced by the line number. The first 'sed' inserts a
17304 # line-number line before each line; the second 'sed' does the real
17305 # work. The second script uses 'N' to pair each line-number line
17306 # with the numbered line, and appends trailing '-' during
17307 # substitution so that $LINENO is not a special case at line end.
17308 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
17309 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
17310 sed '=' <$as_myself |
17311 sed '
17312 N
17313 s,$,-,
17314 : loop
17315 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
17316 t loop
17317 s,-$,,
17318 s,^['$as_cr_digits']*\n,,
17319 ' >$as_me.lineno &&
17320 chmod +x $as_me.lineno ||
17321 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
17322echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
17323 { (exit 1); exit 1; }; }
17324
17325 # Don't try to exec as it changes $[0], causing all sort of problems
17326 # (the dirname of $[0] is not the place where we might find the
17327 # original and so on. Autoconf is especially sensible to this).
17328 . ./$as_me.lineno
17329 # Exit status is that of the last command.
17330 exit
17331}
17332
17333
17334case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
17335 *c*,-n*) ECHO_N= ECHO_C='
17336' ECHO_T=' ' ;;
17337 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
17338 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
17339esac
17340
17341if expr a : '\(a\)' >/dev/null 2>&1; then
17342 as_expr=expr
17343else
17344 as_expr=false
17345fi
17346
17347rm -f conf$$ conf$$.exe conf$$.file
17348echo >conf$$.file
17349if ln -s conf$$.file conf$$ 2>/dev/null; then
17350 # We could just check for DJGPP; but this test a) works b) is more generic
17351 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17352 if test -f conf$$.exe; then
17353 # Don't use ln at all; we don't have any links
17354 as_ln_s='cp -p'
17355 else
17356 as_ln_s='ln -s'
17357 fi
17358elif ln conf$$.file conf$$ 2>/dev/null; then
17359 as_ln_s=ln
17360else
17361 as_ln_s='cp -p'
17362fi
17363rm -f conf$$ conf$$.exe conf$$.file
17364
17365if mkdir -p . 2>/dev/null; then
17366 as_mkdir_p=:
17367else
17368 test -d ./-p && rmdir ./-p
17369 as_mkdir_p=false
17370fi
17371
17372as_executable_p="test -f"
17373
17374# Sed expression to map a string onto a valid CPP name.
17375as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17376
17377# Sed expression to map a string onto a valid variable name.
17378as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17379
17380
17381# IFS
17382# We need space, tab and new line, in precisely that order.
17383as_nl='
17384'
17385IFS=" $as_nl"
17386
17387# CDPATH.
17388$as_unset CDPATH
17389
17390exec 6>&1
17391
17392# Open the log real soon, to keep \$[0] and so on meaningful, and to
17393# report actual input values of CONFIG_FILES etc. instead of their
17394# values after options handling. Logging --version etc. is OK.
17395exec 5>>config.log
17396{
17397 echo
17398 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17399## Running $as_me. ##
17400_ASBOX
17401} >&5
17402cat >&5 <<_CSEOF
17403
17404This file was extended by $as_me, which was
17405generated by GNU Autoconf 2.59. Invocation command line was
17406
17407 CONFIG_FILES = $CONFIG_FILES
17408 CONFIG_HEADERS = $CONFIG_HEADERS
17409 CONFIG_LINKS = $CONFIG_LINKS
17410 CONFIG_COMMANDS = $CONFIG_COMMANDS
17411 $ $0 $@
17412
17413_CSEOF
17414echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
17415echo >&5
17416_ACEOF
17417
17418# Files that config.status was made for.
17419if test -n "$ac_config_files"; then
17420 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17421fi
17422
17423if test -n "$ac_config_headers"; then
17424 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17425fi
17426
17427if test -n "$ac_config_links"; then
17428 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17429fi
17430
17431if test -n "$ac_config_commands"; then
17432 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17433fi
17434
17435cat >>$CONFIG_STATUS <<\_ACEOF
17436
17437ac_cs_usage="\
17438\`$as_me' instantiates files from templates according to the
17439current configuration.
17440
17441Usage: $0 [OPTIONS] [FILE]...
17442
17443 -h, --help print this help, then exit
17444 -V, --version print version number, then exit
17445 -q, --quiet do not print progress messages
17446 -d, --debug don't remove temporary files
17447 --recheck update $as_me by reconfiguring in the same conditions
17448 --file=FILE[:TEMPLATE]
17449 instantiate the configuration file FILE
17450 --header=FILE[:TEMPLATE]
17451 instantiate the configuration header FILE
17452
17453Configuration files:
17454$config_files
17455
17456Configuration headers:
17457$config_headers
17458
17459Report bugs to <bug-autoconf@gnu.org>."
17460_ACEOF
17461
17462cat >>$CONFIG_STATUS <<_ACEOF
17463ac_cs_version="\\
17464config.status
17465configured by $0, generated by GNU Autoconf 2.59,
17466 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17467
17468Copyright (C) 2003 Free Software Foundation, Inc.
17469This config.status script is free software; the Free Software Foundation
17470gives unlimited permission to copy, distribute and modify it."
17471srcdir=$srcdir
17472INSTALL="$INSTALL"
17473_ACEOF
17474
17475cat >>$CONFIG_STATUS <<\_ACEOF
17476# If no file are specified by the user, then we need to provide default
17477# value. By we need to know if files were specified by the user.
17478ac_need_defaults=:
17479while test $# != 0
17480do
17481 case $1 in
17482 --*=*)
17483 ac_option=`expr "x$1" : 'x\([^=]*\)='`
17484 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
17485 ac_shift=:
17486 ;;
17487 -*)
17488 ac_option=$1
17489 ac_optarg=$2
17490 ac_shift=shift
17491 ;;
17492 *) # This is not an option, so the user has probably given explicit
17493 # arguments.
17494 ac_option=$1
17495 ac_need_defaults=false;;
17496 esac
17497
9847 case "\$ac_option" in 17498 case $ac_option in
17499 # Handling of the options.
17500_ACEOF
17501cat >>$CONFIG_STATUS <<\_ACEOF
9848 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17502 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9849 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 17503 ac_cs_recheck=: ;;
9850 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 17504 --version | --vers* | -V )
9851 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 17505 echo "$ac_cs_version"; exit 0 ;;
9852 echo "$CONFIG_STATUS generated by autoconf version 2.13" 17506 --he | --h)
9853 exit 0 ;; 17507 # Conflict between --help and --header
9854 -help | --help | --hel | --he | --h) 17508 { { echo "$as_me:$LINENO: error: ambiguous option: $1
17509Try \`$0 --help' for more information." >&5
17510echo "$as_me: error: ambiguous option: $1
17511Try \`$0 --help' for more information." >&2;}
17512 { (exit 1); exit 1; }; };;
17513 --help | --hel | -h )
9855 echo "\$ac_cs_usage"; exit 0 ;; 17514 echo "$ac_cs_usage"; exit 0 ;;
9856 *) echo "\$ac_cs_usage"; exit 1 ;; 17515 --debug | --d* | -d )
17516 debug=: ;;
17517 --file | --fil | --fi | --f )
17518 $ac_shift
17519 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
17520 ac_need_defaults=false;;
17521 --header | --heade | --head | --hea )
17522 $ac_shift
17523 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
17524 ac_need_defaults=false;;
17525 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17526 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17527 ac_cs_silent=: ;;
17528
17529 # This is an error.
17530 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
17531Try \`$0 --help' for more information." >&5
17532echo "$as_me: error: unrecognized option: $1
17533Try \`$0 --help' for more information." >&2;}
17534 { (exit 1); exit 1; }; } ;;
17535
17536 *) ac_config_targets="$ac_config_targets $1" ;;
17537
17538 esac
17539 shift
17540done
17541
17542ac_configure_extra_args=
17543
17544if $ac_cs_silent; then
17545 exec 6>/dev/null
17546 ac_configure_extra_args="$ac_configure_extra_args --silent"
17547fi
17548
17549_ACEOF
17550cat >>$CONFIG_STATUS <<_ACEOF
17551if \$ac_cs_recheck; then
17552 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
17553 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17554fi
17555
17556_ACEOF
17557
17558
17559
17560
17561
17562cat >>$CONFIG_STATUS <<\_ACEOF
17563for ac_config_target in $ac_config_targets
17564do
17565 case "$ac_config_target" in
17566 # Handling of arguments.
17567 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17568 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17569 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17570 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17571 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
17572 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
17573 "W11/Makefile" ) CONFIG_FILES="$CONFIG_FILES W11/Makefile" ;;
17574 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
17575 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17576echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17577 { (exit 1); exit 1; }; };;
9857 esac 17578 esac
9858done 17579done
9859 17580
9860ac_given_srcdir=$srcdir 17581# If the user did not use the arguments to specify the items to instantiate,
9861ac_given_INSTALL="$INSTALL" 17582# then the envvar interface is used. Set only those that are not.
17583# We use the long form for the default assignment because of an extremely
17584# bizarre bug on SunOS 4.1.3.
17585if $ac_need_defaults; then
17586 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17587 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17588fi
9862 17589
9863trap 'rm -fr `echo "autoconf/Make.common \ 17590# Have a temporary directory for convenience. Make it in the build tree
9864Makefile \ 17591# simply because there is no reason to put it here, and in addition,
9865doc/Makefile \ 17592# creating and moving files from /tmp can sometimes cause problems.
9866src/Makefile \ 17593# Create a temporary directory, and hook for its removal unless debugging.
9867src/graphics/Makefile \ 17594$debug ||
9868src/test/Makefile \ 17595{
9869src/rxvtlib.h \ 17596 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9870W11/Makefile \ 17597 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 17598}
9872EOF 17599
17600# Create a (secure) tmp directory for tmp files.
17601
17602{
17603 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
17604 test -n "$tmp" && test -d "$tmp"
17605} ||
17606{
17607 tmp=./confstat$$-$RANDOM
17608 (umask 077 && mkdir $tmp)
17609} ||
17610{
17611 echo "$me: cannot create a temporary directory in ." >&2
17612 { (exit 1); exit 1; }
17613}
17614
17615_ACEOF
17616
9873cat >> $CONFIG_STATUS <<EOF 17617cat >>$CONFIG_STATUS <<_ACEOF
9874 17618
17619#
17620# CONFIG_FILES section.
17621#
17622
17623# No need to generate the scripts if there are no CONFIG_FILES.
17624# This happens for instance when ./config.status config.h
17625if test -n "\$CONFIG_FILES"; then
9875# Protect against being on the right side of a sed subst in config.status. 17626 # Protect against being on the right side of a sed subst in config.status.
9876sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 17627 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9877 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 17628 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9878$ac_vpsub 17629s,@SHELL@,$SHELL,;t t
17630s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17631s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17632s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17633s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17634s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17635s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17636s,@exec_prefix@,$exec_prefix,;t t
17637s,@prefix@,$prefix,;t t
17638s,@program_transform_name@,$program_transform_name,;t t
17639s,@bindir@,$bindir,;t t
17640s,@sbindir@,$sbindir,;t t
17641s,@libexecdir@,$libexecdir,;t t
17642s,@datadir@,$datadir,;t t
17643s,@sysconfdir@,$sysconfdir,;t t
17644s,@sharedstatedir@,$sharedstatedir,;t t
17645s,@localstatedir@,$localstatedir,;t t
17646s,@libdir@,$libdir,;t t
17647s,@includedir@,$includedir,;t t
17648s,@oldincludedir@,$oldincludedir,;t t
17649s,@infodir@,$infodir,;t t
17650s,@mandir@,$mandir,;t t
17651s,@build_alias@,$build_alias,;t t
17652s,@host_alias@,$host_alias,;t t
17653s,@target_alias@,$target_alias,;t t
17654s,@DEFS@,$DEFS,;t t
17655s,@ECHO_C@,$ECHO_C,;t t
17656s,@ECHO_N@,$ECHO_N,;t t
17657s,@ECHO_T@,$ECHO_T,;t t
17658s,@LIBS@,$LIBS,;t t
17659s,@VERSION@,$VERSION,;t t
17660s,@DATE@,$DATE,;t t
17661s,@LSMDATE@,$LSMDATE,;t t
17662s,@LIBVERSION@,$LIBVERSION,;t t
17663s,@CC@,$CC,;t t
17664s,@CFLAGS@,$CFLAGS,;t t
17665s,@LDFLAGS@,$LDFLAGS,;t t
17666s,@CPPFLAGS@,$CPPFLAGS,;t t
17667s,@ac_ct_CC@,$ac_ct_CC,;t t
17668s,@EXEEXT@,$EXEEXT,;t t
17669s,@OBJEXT@,$OBJEXT,;t t
17670s,@CXX@,$CXX,;t t
17671s,@CXXFLAGS@,$CXXFLAGS,;t t
17672s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17673s,@CPP@,$CPP,;t t
17674s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17675s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17676s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17677s,@AWK@,$AWK,;t t
17678s,@LINKER@,$LINKER,;t t
17679s,@CXXCPP@,$CXXCPP,;t t
17680s,@EGREP@,$EGREP,;t t
17681s,@build@,$build,;t t
17682s,@build_cpu@,$build_cpu,;t t
17683s,@build_vendor@,$build_vendor,;t t
17684s,@build_os@,$build_os,;t t
17685s,@host@,$host,;t t
17686s,@host_cpu@,$host_cpu,;t t
17687s,@host_vendor@,$host_vendor,;t t
17688s,@host_os@,$host_os,;t t
17689s,@LN_S@,$LN_S,;t t
17690s,@ECHO@,$ECHO,;t t
17691s,@RANLIB@,$RANLIB,;t t
17692s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17693s,@STRIP@,$STRIP,;t t
17694s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17695s,@LIBTOOL@,$LIBTOOL,;t t
17696s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17697s,@RXVTNAME@,$RXVTNAME,;t t
17698s,@MV@,$MV,;t t
17699s,@RM@,$RM,;t t
17700s,@CP@,$CP,;t t
17701s,@LN@,$LN,;t t
17702s,@SED@,$SED,;t t
17703s,@CMP@,$CMP,;t t
17704s,@TBL@,$TBL,;t t
17705s,@X_CFLAGS@,$X_CFLAGS,;t t
17706s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17707s,@X_LIBS@,$X_LIBS,;t t
17708s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17709s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17710s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
17711s,@XPM_LIBS@,$XPM_LIBS,;t t
17712s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
17713s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17714s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17715s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17716s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17717s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17718s,@DEBUG@,$DEBUG,;t t
17719s,@DINCLUDE@,$DINCLUDE,;t t
17720s,@DLIB@,$DLIB,;t t
17721s,@include_stdint_h@,$include_stdint_h,;t t
17722s,@include_stdarg_h@,$include_stdarg_h,;t t
17723s,@include_stdlib_h@,$include_stdlib_h,;t t
17724s,@include_unistd_h@,$include_unistd_h,;t t
17725s,@include_string_h@,$include_string_h,;t t
17726s,@include_fcntl_h@,$include_fcntl_h,;t t
17727s,@include_util_h@,$include_util_h,;t t
17728s,@include_assert_h@,$include_assert_h,;t t
17729s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
17730s,@include_sys_select_h@,$include_sys_select_h,;t t
17731s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17732s,@include_sys_time_h@,$include_sys_time_h,;t t
17733s,@include_time_h@,$include_time_h,;t t
17734s,@LIBOBJS@,$LIBOBJS,;t t
17735s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17736/@MCOMMON@/r $MCOMMON
17737s,@MCOMMON@,,;t t
17738CEOF
17739
17740_ACEOF
17741
17742 cat >>$CONFIG_STATUS <<\_ACEOF
17743 # Split the substitutions into bite-sized pieces for seds with
17744 # small command number limits, like on Digital OSF/1 and HP-UX.
17745 ac_max_sed_lines=48
17746 ac_sed_frag=1 # Number of current file.
17747 ac_beg=1 # First line for current file.
17748 ac_end=$ac_max_sed_lines # Line after last line for current file.
17749 ac_more_lines=:
17750 ac_sed_cmds=
17751 while $ac_more_lines; do
17752 if test $ac_beg -gt 1; then
17753 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17754 else
17755 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17756 fi
17757 if test ! -s $tmp/subs.frag; then
17758 ac_more_lines=false
17759 else
17760 # The purpose of the label and of the branching condition is to
17761 # speed up the sed processing (if there are no `@' at all, there
17762 # is no need to browse any of the substitutions).
17763 # These are the two extra sed commands mentioned above.
17764 (echo ':t
17765 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
17766 if test -z "$ac_sed_cmds"; then
17767 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
17768 else
17769 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17770 fi
17771 ac_sed_frag=`expr $ac_sed_frag + 1`
17772 ac_beg=$ac_end
17773 ac_end=`expr $ac_end + $ac_max_sed_lines`
17774 fi
17775 done
17776 if test -z "$ac_sed_cmds"; then
17777 ac_sed_cmds=cat
17778 fi
17779fi # test -n "$CONFIG_FILES"
17780
17781_ACEOF
17782cat >>$CONFIG_STATUS <<\_ACEOF
17783for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
17784 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17785 case $ac_file in
17786 - | *:- | *:-:* ) # input from stdin
17787 cat >$tmp/stdin
17788 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17789 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17790 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17791 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17792 * ) ac_file_in=$ac_file.in ;;
17793 esac
17794
17795 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17796 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17797$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17798 X"$ac_file" : 'X\(//\)[^/]' \| \
17799 X"$ac_file" : 'X\(//\)$' \| \
17800 X"$ac_file" : 'X\(/\)' \| \
17801 . : '\(.\)' 2>/dev/null ||
17802echo X"$ac_file" |
17803 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17804 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17805 /^X\(\/\/\)$/{ s//\1/; q; }
17806 /^X\(\/\).*/{ s//\1/; q; }
17807 s/.*/./; q'`
17808 { if $as_mkdir_p; then
17809 mkdir -p "$ac_dir"
17810 else
17811 as_dir="$ac_dir"
17812 as_dirs=
17813 while test ! -d "$as_dir"; do
17814 as_dirs="$as_dir $as_dirs"
17815 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17816$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17817 X"$as_dir" : 'X\(//\)[^/]' \| \
17818 X"$as_dir" : 'X\(//\)$' \| \
17819 X"$as_dir" : 'X\(/\)' \| \
17820 . : '\(.\)' 2>/dev/null ||
17821echo X"$as_dir" |
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 done
17828 test ! -n "$as_dirs" || mkdir $as_dirs
17829 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17830echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17831 { (exit 1); exit 1; }; }; }
17832
17833 ac_builddir=.
17834
17835if test "$ac_dir" != .; then
17836 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17837 # A "../" for each directory in $ac_dir_suffix.
17838 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17839else
17840 ac_dir_suffix= ac_top_builddir=
17841fi
17842
17843case $srcdir in
17844 .) # No --srcdir option. We are building in place.
17845 ac_srcdir=.
17846 if test -z "$ac_top_builddir"; then
17847 ac_top_srcdir=.
17848 else
17849 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17850 fi ;;
17851 [\\/]* | ?:[\\/]* ) # Absolute path.
17852 ac_srcdir=$srcdir$ac_dir_suffix;
17853 ac_top_srcdir=$srcdir ;;
17854 *) # Relative path.
17855 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17856 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17857esac
17858
17859# Do not use `cd foo && pwd` to compute absolute paths, because
17860# the directories may not exist.
17861case `pwd` in
17862.) ac_abs_builddir="$ac_dir";;
17863*)
17864 case "$ac_dir" in
17865 .) ac_abs_builddir=`pwd`;;
17866 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17867 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17868 esac;;
17869esac
17870case $ac_abs_builddir in
17871.) ac_abs_top_builddir=${ac_top_builddir}.;;
17872*)
17873 case ${ac_top_builddir}. in
17874 .) ac_abs_top_builddir=$ac_abs_builddir;;
17875 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17876 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17877 esac;;
17878esac
17879case $ac_abs_builddir in
17880.) ac_abs_srcdir=$ac_srcdir;;
17881*)
17882 case $ac_srcdir in
17883 .) ac_abs_srcdir=$ac_abs_builddir;;
17884 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17885 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17886 esac;;
17887esac
17888case $ac_abs_builddir in
17889.) ac_abs_top_srcdir=$ac_top_srcdir;;
17890*)
17891 case $ac_top_srcdir in
17892 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17893 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17894 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17895 esac;;
17896esac
17897
17898
17899 case $INSTALL in
17900 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17901 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
17902 esac
17903
17904 # Let's still pretend it is `configure' which instantiates (i.e., don't
17905 # use $as_me), people would be surprised to read:
17906 # /* config.h. Generated by config.status. */
17907 if test x"$ac_file" = x-; then
17908 configure_input=
17909 else
17910 configure_input="$ac_file. "
17911 fi
17912 configure_input=$configure_input"Generated from `echo $ac_file_in |
17913 sed 's,.*/,,'` by configure."
17914
17915 # First look for the input files in the build tree, otherwise in the
17916 # src tree.
17917 ac_file_inputs=`IFS=:
17918 for f in $ac_file_in; do
17919 case $f in
17920 -) echo $tmp/stdin ;;
17921 [\\/$]*)
17922 # Absolute (can't be DOS-style, as IFS=:)
17923 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17924echo "$as_me: error: cannot find input file: $f" >&2;}
17925 { (exit 1); exit 1; }; }
17926 echo "$f";;
17927 *) # Relative
17928 if test -f "$f"; then
17929 # Build tree
17930 echo "$f"
17931 elif test -f "$srcdir/$f"; then
17932 # Source tree
17933 echo "$srcdir/$f"
17934 else
17935 # /dev/null tree
17936 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17937echo "$as_me: error: cannot find input file: $f" >&2;}
17938 { (exit 1); exit 1; }; }
17939 fi;;
17940 esac
17941 done` || { (exit 1); exit 1; }
17942
17943 if test x"$ac_file" != x-; then
17944 { echo "$as_me:$LINENO: creating $ac_file" >&5
17945echo "$as_me: creating $ac_file" >&6;}
17946 rm -f "$ac_file"
17947 fi
17948_ACEOF
17949cat >>$CONFIG_STATUS <<_ACEOF
17950 sed "$ac_vpsub
9879$extrasub 17951$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 17952_ACEOF
9973EOF
9974
9975cat >> $CONFIG_STATUS <<\EOF 17953cat >>$CONFIG_STATUS <<\_ACEOF
9976 17954:t
9977# Split the substitutions into bite-sized pieces for seds with 17955/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9978# small command number limits, like on Digital OSF/1 and HP-UX. 17956s,@configure_input@,$configure_input,;t t
9979ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 17957s,@srcdir@,$ac_srcdir,;t t
9980ac_file=1 # Number of current file. 17958s,@abs_srcdir@,$ac_abs_srcdir,;t t
9981ac_beg=1 # First line for current file. 17959s,@top_srcdir@,$ac_top_srcdir,;t t
9982ac_end=$ac_max_sed_cmds # Line after last line for current file. 17960s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9983ac_more_lines=: 17961s,@builddir@,$ac_builddir,;t t
9984ac_sed_cmds="" 17962s,@abs_builddir@,$ac_abs_builddir,;t t
9985while $ac_more_lines; do 17963s,@top_builddir@,$ac_top_builddir,;t t
9986 if test $ac_beg -gt 1; then 17964s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9987 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 17965s,@INSTALL@,$ac_INSTALL,;t t
17966" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
17967 rm -f $tmp/stdin
17968 if test x"$ac_file" != x-; then
17969 mv $tmp/out $ac_file
9988 else 17970 else
9989 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 17971 cat $tmp/out
17972 rm -f $tmp/out
9990 fi 17973 fi
9991 if test ! -s conftest.s$ac_file; then 17974
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 17975done
10005if test -z "$ac_sed_cmds"; then 17976_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 17977cat >>$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 17978
10031 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 17979#
10032 17980# CONFIG_HEADER section.
10033 # Remove last slash and all that follows it. Not all systems have dirname. 17981#
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 17982
10079# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 17983# 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. 17984# NAME is the cpp macro being defined and VALUE is the value it is being given.
10081# 17985#
10082# ac_d sets the value in "#define NAME VALUE" lines. 17986# ac_d sets the value in "#define NAME VALUE" lines.
10083ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 17987ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10084ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 17988ac_dB='[ ].*$,\1#\2'
10085ac_dC='\3' 17989ac_dC=' '
10086ac_dD='%g' 17990ac_dD=',;t'
10087# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 17991# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10088ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 17992ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10089ac_uB='\([ ]\)%\1#\2define\3' 17993ac_uB='$,\1#\2define\3'
10090ac_uC=' ' 17994ac_uC=' '
10091ac_uD='\4%g' 17995ac_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 17996
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 17997for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10106 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17998 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10107 case "$ac_file" in 17999 case $ac_file in
18000 - | *:- | *:-:* ) # input from stdin
18001 cat >$tmp/stdin
18002 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18003 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10108 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 18004 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10109 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 18005 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10110 *) ac_file_in="${ac_file}.in" ;; 18006 * ) ac_file_in=$ac_file.in ;;
10111 esac 18007 esac
10112 18008
10113 echo creating $ac_file 18009 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
18010echo "$as_me: creating $ac_file" >&6;}
10114 18011
10115 rm -f conftest.frag conftest.in conftest.out 18012 # 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"` 18013 # src tree.
10117 cat $ac_file_inputs > conftest.in 18014 ac_file_inputs=`IFS=:
18015 for f in $ac_file_in; do
18016 case $f in
18017 -) echo $tmp/stdin ;;
18018 [\\/$]*)
18019 # Absolute (can't be DOS-style, as IFS=:)
18020 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18021echo "$as_me: error: cannot find input file: $f" >&2;}
18022 { (exit 1); exit 1; }; }
18023 # Do quote $f, to prevent DOS paths from being IFS'd.
18024 echo "$f";;
18025 *) # Relative
18026 if test -f "$f"; then
18027 # Build tree
18028 echo "$f"
18029 elif test -f "$srcdir/$f"; then
18030 # Source tree
18031 echo "$srcdir/$f"
18032 else
18033 # /dev/null tree
18034 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18035echo "$as_me: error: cannot find input file: $f" >&2;}
18036 { (exit 1); exit 1; }; }
18037 fi;;
18038 esac
18039 done` || { (exit 1); exit 1; }
18040 # Remove the trailing spaces.
18041 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10118 18042
10119EOF 18043_ACEOF
10120 18044
10121# Transform confdefs.h into a sed script conftest.vals that substitutes 18045# Transform confdefs.h into two sed scripts, `conftest.defines' and
10122# the proper values into config.h.in to produce config.h. And first: 18046# `conftest.undefs', that substitutes the proper values into
18047# config.h.in to produce config.h. The first handles `#define'
18048# templates, and the second `#undef' templates.
10123# Protect against being on the right side of a sed subst in config.status. 18049# 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. 18050# config.status. Protect against being in an unquoted here document
10125rm -f conftest.vals 18051# in config.status.
10126cat > conftest.hdr <<\EOF 18052rm -f conftest.defines conftest.undefs
18053# Using a here document instead of a string reduces the quoting nightmare.
18054# Putting comments in sed scripts is not portable.
18055#
18056# `end' is used to avoid that the second main sed command (meant for
18057# 0-ary CPP macros) applies to n-ary macro definitions.
18058# See the Autoconf documentation for `clear'.
18059cat >confdef2sed.sed <<\_ACEOF
10127s/[\\&%]/\\&/g 18060s/[\\&,]/\\&/g
10128s%[\\$`]%\\&%g 18061s,[\\$`],\\&,g
10129s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 18062t clear
10130s%ac_d%ac_u%gp 18063: clear
10131s%ac_u%ac_e%gp 18064s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10132EOF 18065t end
10133sed -n -f conftest.hdr confdefs.h > conftest.vals 18066s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10134rm -f conftest.hdr 18067: end
18068_ACEOF
18069# If some macros were called several times there might be several times
18070# the same #defines, which is useless. Nevertheless, we may not want to
18071# sort them, since we want the *last* AC-DEFINE to be honored.
18072uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
18073sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
18074rm -f confdef2sed.sed
10135 18075
10136# This sed command replaces #undef with comments. This is necessary, for 18076# This sed command replaces #undef with comments. This is necessary, for
10137# example, in the case of _POSIX_SOURCE, which is predefined and required 18077# example, in the case of _POSIX_SOURCE, which is predefined and required
10138# on some systems where configure will not decide to define it. 18078# on some systems where configure will not decide to define it.
10139cat >> conftest.vals <<\EOF 18079cat >>conftest.undefs <<\_ACEOF
10140s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 18080s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10141EOF 18081_ACEOF
10142 18082
10143# Break up conftest.vals because some shells have a limit on 18083# 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. 18084# of here documents, and old seds have small limits too (100 cmds).
10145 18085echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
18086echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
18087echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
18088echo ' :' >>$CONFIG_STATUS
10146rm -f conftest.tail 18089rm -f conftest.tail
10147while : 18090while grep . conftest.defines >/dev/null
10148do 18091do
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. 18092 # Write a limited-size here document to $tmp/defines.sed.
10153 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 18093 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
18094 # Speed up: don't consider the non `#define' lines.
18095 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
18096 # Work around the forget-to-reset-the-flag bug.
18097 echo 't clr' >>$CONFIG_STATUS
18098 echo ': clr' >>$CONFIG_STATUS
10154 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 18099 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10155 echo 'CEOF 18100 echo 'CEOF
10156 sed -f conftest.frag conftest.in > conftest.out 18101 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10157 rm -f conftest.in 18102 rm -f $tmp/in
10158 mv conftest.out conftest.in 18103 mv $tmp/out $tmp/in
10159' >> $CONFIG_STATUS 18104' >>$CONFIG_STATUS
10160 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 18105 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10161 rm -f conftest.vals 18106 rm -f conftest.defines
10162 mv conftest.tail conftest.vals 18107 mv conftest.tail conftest.defines
10163done 18108done
18109rm -f conftest.defines
18110echo ' fi # grep' >>$CONFIG_STATUS
18111echo >>$CONFIG_STATUS
18112
18113# Break up conftest.undefs because some shells have a limit on the size
18114# of here documents, and old seds have small limits too (100 cmds).
18115echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10164rm -f conftest.vals 18116rm -f conftest.tail
18117while grep . conftest.undefs >/dev/null
18118do
18119 # Write a limited-size here document to $tmp/undefs.sed.
18120 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
18121 # Speed up: don't consider the non `#undef'
18122 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
18123 # Work around the forget-to-reset-the-flag bug.
18124 echo 't clr' >>$CONFIG_STATUS
18125 echo ': clr' >>$CONFIG_STATUS
18126 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
18127 echo 'CEOF
18128 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
18129 rm -f $tmp/in
18130 mv $tmp/out $tmp/in
18131' >>$CONFIG_STATUS
18132 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
18133 rm -f conftest.undefs
18134 mv conftest.tail conftest.undefs
18135done
18136rm -f conftest.undefs
10165 18137
10166cat >> $CONFIG_STATUS <<\EOF 18138cat >>$CONFIG_STATUS <<\_ACEOF
10167 rm -f conftest.frag conftest.h 18139 # Let's still pretend it is `configure' which instantiates (i.e., don't
10168 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 18140 # use $as_me), people would be surprised to read:
10169 cat conftest.in >> conftest.h 18141 # /* config.h. Generated by config.status. */
10170 rm -f conftest.in 18142 if test x"$ac_file" = x-; then
10171 if cmp -s $ac_file conftest.h 2>/dev/null; then 18143 echo "/* Generated by configure. */" >$tmp/config.h
10172 echo "$ac_file is unchanged"
10173 rm -f conftest.h
10174 else 18144 else
10175 # Remove last slash and all that follows it. Not all systems have dirname. 18145 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10176 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 18146 fi
10177 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 18147 cat $tmp/in >>$tmp/config.h
10178 # The file is in a subdirectory. 18148 rm -f $tmp/in
18149 if test x"$ac_file" != x-; then
18150 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
18151 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
18152echo "$as_me: $ac_file is unchanged" >&6;}
18153 else
18154 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
18155$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18156 X"$ac_file" : 'X\(//\)[^/]' \| \
18157 X"$ac_file" : 'X\(//\)$' \| \
18158 X"$ac_file" : 'X\(/\)' \| \
18159 . : '\(.\)' 2>/dev/null ||
18160echo X"$ac_file" |
18161 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18162 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18163 /^X\(\/\/\)$/{ s//\1/; q; }
18164 /^X\(\/\).*/{ s//\1/; q; }
18165 s/.*/./; q'`
18166 { if $as_mkdir_p; then
18167 mkdir -p "$ac_dir"
18168 else
18169 as_dir="$ac_dir"
18170 as_dirs=
18171 while test ! -d "$as_dir"; do
18172 as_dirs="$as_dir $as_dirs"
18173 as_dir=`(dirname "$as_dir") 2>/dev/null ||
18174$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18175 X"$as_dir" : 'X\(//\)[^/]' \| \
18176 X"$as_dir" : 'X\(//\)$' \| \
18177 X"$as_dir" : 'X\(/\)' \| \
18178 . : '\(.\)' 2>/dev/null ||
18179echo X"$as_dir" |
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 done
10179 test ! -d "$ac_dir" && mkdir "$ac_dir" 18186 test ! -n "$as_dirs" || mkdir $as_dirs
18187 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
18188echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
18189 { (exit 1); exit 1; }; }; }
18190
18191 rm -f $ac_file
18192 mv $tmp/config.h $ac_file
10180 fi 18193 fi
10181 rm -f $ac_file 18194 else
10182 mv conftest.h $ac_file 18195 cat $tmp/config.h
18196 rm -f $tmp/config.h
10183 fi 18197 fi
10184fi; done 18198done
18199_ACEOF
10185 18200
10186EOF
10187cat >> $CONFIG_STATUS <<EOF
10188
10189EOF
10190cat >> $CONFIG_STATUS <<\EOF 18201cat >>$CONFIG_STATUS <<\_ACEOF
10191 18202
10192exit 0 18203{ (exit 0); exit 0; }
10193EOF 18204_ACEOF
10194chmod +x $CONFIG_STATUS 18205chmod +x $CONFIG_STATUS
10195rm -fr confdefs* $ac_clean_files 18206ac_clean_files=$ac_clean_files_save
10196test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 18207
18208
18209# configure is writing to config.log, and then calls config.status.
18210# config.status does its own redirection, appending to config.log.
18211# Unfortunately, on DOS this fails, as config.log is still kept open
18212# by configure, so config.status won't be able to write to it; its
18213# output is simply discarded. So we exec the FD to /dev/null,
18214# effectively closing config.log, so it can be properly (re)opened and
18215# appended to by config.status. When coming back to configure, we
18216# need to make the FD available again.
18217if test "$no_create" != yes; then
18218 ac_cs_success=:
18219 ac_config_status_args=
18220 test "$silent" = yes &&
18221 ac_config_status_args="$ac_config_status_args --quiet"
18222 exec 5>/dev/null
18223 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18224 exec 5>>config.log
18225 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18226 # would make configure fail if this is the last instruction.
18227 $ac_cs_success || { (exit 1); exit 1; }
18228fi
10197 18229
10198 18230
10199echo "Configuration: 18231echo "Configuration:
10200 18232
10201 Rxvt version: $VERSION : $DATE 18233 Rxvt version: $VERSION : $DATE
10202 Source code location: $srcdir 18234 Source code location: $srcdir
10203 Install path: ${prefix}/bin 18235 Install path: ${prefix}/bin
10204 Compiler: $CC 18236 Compiler: $CXX
10205 Compiler flags: $CFLAGS" 18237 Compiler flags: $CFLAGS
18238 Linker: $LINKER"
10206 18239
10207if test "$MALLOC_TYPE" = S; then 18240if test "$MALLOC_TYPE" = S; then
10208 echo " malloc support: system default" 18241 echo " malloc support: system default"
10209fi 18242fi
10210if test "$MALLOC_TYPE" = G; then 18243if test "$MALLOC_TYPE" = G; then
10221echo " 18254echo "
10222The following are set in config.h 18255The following are set in config.h
10223" 18256"
10224echo " pty/tty type: "$rxvt_cv_ptys 18257echo " pty/tty type: "$rxvt_cv_ptys
10225if test x$support_utmp != xyes; then 18258if test x$support_utmp != xyes; then
10226 echo " utmp support: disabled 18259 echo " utmp support: disabled"
10227" 18260 echo
10228else 18261else
10229 echo " utmp support: enabled 18262 echo " utmp support: enabled
10230 utmp file: $rxvt_cv_path_utmp 18263 utmp file: $rxvt_cv_path_utmp
10231 utmpx file: $rxvt_cv_path_utmpx 18264 utmpx file: $rxvt_cv_path_utmpx
10232 wtmp file: $rxvt_cv_path_wtmp 18265 wtmp file: $rxvt_cv_path_wtmp
10233 wtmpx file: $rxvt_cv_path_wtmpx 18266 wtmpx file: $rxvt_cv_path_wtmpx
10234 lastlog file: $rxvt_cv_path_lastlog 18267 lastlog file: $rxvt_cv_path_lastlog
10235 ttys/ttytab file: $rxvt_cv_path_ttytab 18268 ttys/ttytab file: $rxvt_cv_path_ttytab"
10236" 18269 echo
10237fi 18270fi
10238if test x$term != x; then 18271if test x$term != x; then
10239 echo " set TERM to: $term 18272 echo " set TERM to: $term"
10240"
10241fi 18273fi
10242if test x$terminfo != x; then 18274if test x$terminfo != x; then
10243 echo " set TERMINFO to: $terminfo 18275 echo " set TERMINFO to: $terminfo"
10244"
10245fi 18276fi
18277echo " default resource name: $RESNAME"
18278echo " resource class: $RESCLASS"
18279if test x$RESFALLBACK != x; then
18280 echo " resource class fallback: $RESFALLBACK"
18281fi
18282echo
10246if test x$rxvt_cv_ptys = xUNKNOWN; then 18283if test x$rxvt_cv_ptys = xUNKNOWN; then
10247 echo ".----------------------------------------------------------------." 18284 echo ".----------------------------------------------------------------."
10248 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18285 echo ". WARNING: could not determine pty/tty type. Do not build until ."
10249 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18286 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
10250 echo ".----------------------------------------------------------------." 18287 echo ".----------------------------------------------------------------."
10264 echo ". WARNING: --enable-xim was specified however the locale support ." 18301 echo ". WARNING: --enable-xim was specified however the locale support ."
10265 echo ". functions could not be found. ." 18302 echo ". functions could not be found. ."
10266 echo ". XIM is now being DISABLED! ." 18303 echo ". XIM is now being DISABLED! ."
10267 echo ".----------------------------------------------------------------." 18304 echo ".----------------------------------------------------------------."
10268fi 18305fi
18306
10269echo " *** Please check src/feature.h for further options *** 18307echo " *** Please check src/feature.h for further options ***"
10270" 18308echo
18309
18310echo ".----------------------------------------------------------------."
18311echo ". NOTE: most features are disabled by default, try ."
18312echo ". configure --help to get an idea of the optional features ."
18313echo ".----------------------------------------------------------------."
18314echo
18315

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines