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

Comparing rxvt-unicode/configure (file contents):
Revision 1.3 by pcg, Thu Dec 18 01:08:05 2003 UTC vs.
Revision 1.22 by pcg, Wed Mar 17 03:07:35 2004 UTC

1#! /bin/sh 1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13 3# Generated by GNU Autoconf 2.59.
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6# 4#
5# Copyright (C) 2003 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 6# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 7# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
9 11
10# Defaults: 12# Be Bourne compatible
11ac_help= 13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
12ac_default_prefix=/usr/local 14 emulate sh
13# Any additions from configure.in: 15 NULLCMD=:
14ac_help="$ac_help 16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
15 --enable-shared[=PKGS] build shared libraries [default=no]" 17 # is contrary to our usage. Disable this feature.
16ac_help="$ac_help 18 alias -g '${1+"$@"}'='"$@"'
17 --enable-static[=PKGS] build static libraries [default=yes]" 19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
18ac_help="$ac_help 20 set -o posix
19 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]" 21fi
20ac_help="$ac_help 22DUALCASE=1; export DUALCASE # for MKS sh
21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]" 23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
22 243
23# Find the correct PATH separator. Usually this is `:', but 244# Find the correct PATH separator. Usually this is `:', but
24# DJGPP uses `;' like DOS. 245# DJGPP uses `;' like DOS.
25if test "X${PATH_SEPARATOR+set}" != Xset; then 246if test "X${PATH_SEPARATOR+set}" != Xset; then
26 UNAME=${UNAME-`uname 2>/dev/null`} 247 UNAME=${UNAME-`uname 2>/dev/null`}
175if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 396if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
176 ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 397 ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
177fi 398fi
178 399
179 400
180ac_help="$ac_help 401
181 --disable-libtool-lock avoid locking (might break parallel builds)" 402# Name of the host.
182ac_help="$ac_help 403# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
183dnl 404# so uname gets run too.
184 --with-pic try to use only PIC/non-PIC objects [default=use both]" 405ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
185ac_help="$ac_help 406
186 --enable-everything enable standard non-multichoice features: marked * 407exec 6>&1
187 NOTE: this option is order dependent 408
188 NOTE: automatically enabled with --enable-shared" 409#
189ac_help="$ac_help 410# Initializations.
190 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters" 411#
191ac_help="$ac_help 412ac_default_prefix=/usr/local
192 --enable-xft enable xft support on systems that have it" 413ac_config_libobj_dir=.
193ac_help="$ac_help 414cross_compiling=no
194 --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all)" 415subdirs=
195ac_help="$ac_help 416MFLAGS=
196 --with-encoding=NAME set language default encoding to NAME (default: sjis) 417MAKEFLAGS=
197 (eucj|sjis|big5|gb|kr|noenc)" 418SHELL=${CONFIG_SHELL-/bin/sh}
198ac_help="$ac_help 419
199 --enable-utmp enable utmp (utmpx) support *" 420# Maximum number of lines to put in a shell here document.
200ac_help="$ac_help 421# This variable seems obsolete. It should probably be removed, and
201 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)*" 422# only ac_max_sed_lines should be used.
202ac_help="$ac_help 423: ${ac_max_here_lines=38}
203 --enable-lastlog enable lastlog support (requires --enable-utmp) *" 424
204ac_help="$ac_help 425# Identity of this package.
205 --enable-xpm-background enable XPM background pixmaps *" 426PACKAGE_NAME=
206ac_help="$ac_help 427PACKAGE_TARNAME=
207 --enable-transparency enable transparent backgrounds *" 428PACKAGE_VERSION=
208ac_help="$ac_help 429PACKAGE_STRING=
209 --enable-menubar enable menubar *" 430PACKAGE_BUGREPORT=
210ac_help="$ac_help 431
211 --enable-graphics enable rxvt own graphics mode (see src/graphics) *" 432ac_unique_file="src/feature.h"
212ac_help="$ac_help 433# Factoring default headers for most tests.
213 --enable-rxvt-scroll enable rxvt style scrollbar *" 434ac_includes_default="\
214ac_help="$ac_help 435#include <stdio.h>
215 --enable-next-scroll enable NeXT style scrollbar *" 436#if HAVE_SYS_TYPES_H
216ac_help="$ac_help 437# include <sys/types.h>
217 --enable-xterm-scroll enable Xterm style scrollbar *" 438#endif
218ac_help="$ac_help 439#if HAVE_SYS_STAT_H
219 --enable-half-shadow use half width/height shadow on rxvt scrollbar" 440# include <sys/stat.h>
220ac_help="$ac_help 441#endif
221 --enable-xim XIM (X Input Method) protocol support *" 442#if STDC_HEADERS
222ac_help="$ac_help 443# include <stdlib.h>
223 --enable-greek enable greek keyboard support" 444# include <stddef.h>
224ac_help="$ac_help 445#else
225 --enable-ttygid enable tty setting to group named "tty"" 446# if HAVE_STDLIB_H
226ac_help="$ac_help 447# include <stdlib.h>
227 --disable-backspace-key disable handling of the backspace key" 448# endif
228ac_help="$ac_help 449#endif
229 --disable-delete-key disable handling of the delete key" 450#if HAVE_STRING_H
230ac_help="$ac_help 451# if !STDC_HEADERS && HAVE_MEMORY_H
231 --disable-resources disable all resource checking" 452# include <memory.h>
232ac_help="$ac_help 453# endif
233 --enable-xgetdefault enable resources via X instead of our small version" 454# include <string.h>
234ac_help="$ac_help 455#endif
235 --enable-strings enable some replacement system functions" 456#if HAVE_STRINGS_H
236ac_help="$ac_help 457# include <strings.h>
237 --disable-swapscreen disable swap screen support" 458#endif
238ac_help="$ac_help 459#if HAVE_INTTYPES_H
239 --enable-frills enable support for rarely used features *" 460# include <inttypes.h>
240ac_help="$ac_help 461#else
241 --enable-linespace enable support for linespace *" 462# if HAVE_STDINT_H
242ac_help="$ac_help 463# include <stdint.h>
243 --enable-24bit enable support for using 24bit visuals if available *" 464# endif
244ac_help="$ac_help 465#endif
245 --enable-keepscrolling enable continual scrolling on scrollbar arrow press *" 466#if HAVE_UNISTD_H
246ac_help="$ac_help 467# include <unistd.h>
247 --enable-selectionscrolling enable scrolling during selections *" 468#endif"
248ac_help="$ac_help 469
249 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 *" 470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
250ac_help="$ac_help 471ac_subst_files='MCOMMON'
251 --enable-slipwheeling enable slip wheel scrolling (requires previous) *"
252ac_help="$ac_help
253 --enable-old-selection enable v2.20 (& prior) mouse selection style support*"
254ac_help="$ac_help
255 --disable-new-selection disable new mouse (xterm) selection style support"
256ac_help="$ac_help
257 --enable-dmalloc enable Gray Watson's malloc - for debugging use"
258ac_help="$ac_help
259 --enable-dlmalloc enable Doug Lea's malloc - for production use
260 NOTE: enable only one malloc package"
261ac_help="$ac_help
262 --enable-smart-resize enable smart growth/shrink behaviour"
263ac_help="$ac_help
264 --enable-256-color enable 256-color support"
265ac_help="$ac_help
266 --enable-cursor-blink enable blinking cursor *"
267ac_help="$ac_help
268 --enable-pointer-blank enable pointer blank when typing or inactive pointer*"
269ac_help="$ac_help
270 --with-term=NAME set the terminal to NAME (default \"xterm\")"
271ac_help="$ac_help
272 --with-terminfo=PATH set the path to the terminfo tree to PATH"
273ac_help="$ac_help
274 --with-x use the X Window System"
275ac_help="$ac_help
276 --with-xpm-includes=DIR use XPM includes in DIR"
277ac_help="$ac_help
278 --with-xpm-library=DIR use XPM library in DIR"
279ac_help="$ac_help
280 --with-xpm use XPM"
281 472
282# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help=
475ac_init_version=false
283# The variables have the same names as the options, with 476# The variables have the same names as the options, with
284# dashes changed to underlines. 477# dashes changed to underlines.
285build=NONE 478cache_file=/dev/null
286cache_file=./config.cache
287exec_prefix=NONE 479exec_prefix=NONE
288host=NONE
289no_create= 480no_create=
290nonopt=NONE
291no_recursion= 481no_recursion=
292prefix=NONE 482prefix=NONE
293program_prefix=NONE 483program_prefix=NONE
294program_suffix=NONE 484program_suffix=NONE
295program_transform_name=s,x,x, 485program_transform_name=s,x,x,
296silent= 486silent=
297site= 487site=
298srcdir= 488srcdir=
299target=NONE
300verbose= 489verbose=
301x_includes=NONE 490x_includes=NONE
302x_libraries=NONE 491x_libraries=NONE
492
493# Installation directory options.
494# These are left unexpanded so users can "make install exec_prefix=/foo"
495# and all the variables that are supposed to be based on exec_prefix
496# by default will actually change.
497# Use braces instead of parens because sh, perl, etc. also accept them.
303bindir='${exec_prefix}/bin' 498bindir='${exec_prefix}/bin'
304sbindir='${exec_prefix}/sbin' 499sbindir='${exec_prefix}/sbin'
305libexecdir='${exec_prefix}/libexec' 500libexecdir='${exec_prefix}/libexec'
306datadir='${prefix}/share' 501datadir='${prefix}/share'
307sysconfdir='${prefix}/etc' 502sysconfdir='${prefix}/etc'
311includedir='${prefix}/include' 506includedir='${prefix}/include'
312oldincludedir='/usr/include' 507oldincludedir='/usr/include'
313infodir='${prefix}/info' 508infodir='${prefix}/info'
314mandir='${prefix}/man' 509mandir='${prefix}/man'
315 510
316# Initialize some other variables.
317subdirs=
318MFLAGS= MAKEFLAGS=
319SHELL=${CONFIG_SHELL-/bin/sh}
320# Maximum number of lines to put in a shell here document.
321ac_max_here_lines=12
322
323ac_prev= 511ac_prev=
324for ac_option 512for ac_option
325do 513do
326
327 # If the previous option needs an argument, assign it. 514 # If the previous option needs an argument, assign it.
328 if test -n "$ac_prev"; then 515 if test -n "$ac_prev"; then
329 eval "$ac_prev=\$ac_option" 516 eval "$ac_prev=\$ac_option"
330 ac_prev= 517 ac_prev=
331 continue 518 continue
332 fi 519 fi
333 520
334 case "$ac_option" in 521 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
335 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
336 *) ac_optarg= ;;
337 esac
338 522
339 # Accept the important Cygnus configure options, so we can diagnose typos. 523 # Accept the important Cygnus configure options, so we can diagnose typos.
340 524
341 case "$ac_option" in 525 case $ac_option in
342 526
343 -bindir | --bindir | --bindi | --bind | --bin | --bi) 527 -bindir | --bindir | --bindi | --bind | --bin | --bi)
344 ac_prev=bindir ;; 528 ac_prev=bindir ;;
345 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 529 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
346 bindir="$ac_optarg" ;; 530 bindir=$ac_optarg ;;
347 531
348 -build | --build | --buil | --bui | --bu) 532 -build | --build | --buil | --bui | --bu)
349 ac_prev=build ;; 533 ac_prev=build_alias ;;
350 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 534 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
351 build="$ac_optarg" ;; 535 build_alias=$ac_optarg ;;
352 536
353 -cache-file | --cache-file | --cache-fil | --cache-fi \ 537 -cache-file | --cache-file | --cache-fil | --cache-fi \
354 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 538 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
355 ac_prev=cache_file ;; 539 ac_prev=cache_file ;;
356 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 540 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
357 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 541 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
358 cache_file="$ac_optarg" ;; 542 cache_file=$ac_optarg ;;
543
544 --config-cache | -C)
545 cache_file=config.cache ;;
359 546
360 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 547 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
361 ac_prev=datadir ;; 548 ac_prev=datadir ;;
362 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 549 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
363 | --da=*) 550 | --da=*)
364 datadir="$ac_optarg" ;; 551 datadir=$ac_optarg ;;
365 552
366 -disable-* | --disable-*) 553 -disable-* | --disable-*)
367 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` 554 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
368 # Reject names that are not valid shell variable names. 555 # Reject names that are not valid shell variable names.
369 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then 556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
370 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
371 fi 558 { (exit 1); exit 1; }; }
372 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 559 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
373 eval "enable_${ac_feature}=no" ;; 560 eval "enable_$ac_feature=no" ;;
374 561
375 -enable-* | --enable-*) 562 -enable-* | --enable-*)
376 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` 563 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
377 # Reject names that are not valid shell variable names. 564 # Reject names that are not valid shell variable names.
378 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then 565 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
379 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 566 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
380 fi 567 { (exit 1); exit 1; }; }
381 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 568 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
382 case "$ac_option" in 569 case $ac_option in
383 *=*) ;; 570 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
384 *) ac_optarg=yes ;; 571 *) ac_optarg=yes ;;
385 esac 572 esac
386 eval "enable_${ac_feature}='$ac_optarg'" ;; 573 eval "enable_$ac_feature='$ac_optarg'" ;;
387 574
388 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 575 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
389 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 576 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
390 | --exec | --exe | --ex) 577 | --exec | --exe | --ex)
391 ac_prev=exec_prefix ;; 578 ac_prev=exec_prefix ;;
392 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 579 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
393 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 580 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
394 | --exec=* | --exe=* | --ex=*) 581 | --exec=* | --exe=* | --ex=*)
395 exec_prefix="$ac_optarg" ;; 582 exec_prefix=$ac_optarg ;;
396 583
397 -gas | --gas | --ga | --g) 584 -gas | --gas | --ga | --g)
398 # Obsolete; use --with-gas. 585 # Obsolete; use --with-gas.
399 with_gas=yes ;; 586 with_gas=yes ;;
400 587
401 -help | --help | --hel | --he) 588 -help | --help | --hel | --he | -h)
402 # Omit some internal or obsolete options to make the list less imposing. 589 ac_init_help=long ;;
403 # This message is too long to be a string in the A/UX 3.1 sh. 590 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
404 cat << EOF 591 ac_init_help=recursive ;;
405Usage: configure [options] [host] 592 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
406Options: [defaults in brackets after descriptions] 593 ac_init_help=short ;;
407Configuration:
408 --cache-file=FILE cache test results in FILE
409 --help print this message
410 --no-create do not create output files
411 --quiet, --silent do not print \`checking...' messages
412 --version print the version of autoconf that created configure
413Directory and file names:
414 --prefix=PREFIX install architecture-independent files in PREFIX
415 [$ac_default_prefix]
416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
417 [same as prefix]
418 --bindir=DIR user executables in DIR [EPREFIX/bin]
419 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
420 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
421 --datadir=DIR read-only architecture-independent data in DIR
422 [PREFIX/share]
423 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
424 --sharedstatedir=DIR modifiable architecture-independent data in DIR
425 [PREFIX/com]
426 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
427 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
428 --includedir=DIR C header files in DIR [PREFIX/include]
429 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
430 --infodir=DIR info documentation in DIR [PREFIX/info]
431 --mandir=DIR man documentation in DIR [PREFIX/man]
432 --srcdir=DIR find the sources in DIR [configure dir or ..]
433 --program-prefix=PREFIX prepend PREFIX to installed program names
434 --program-suffix=SUFFIX append SUFFIX to installed program names
435 --program-transform-name=PROGRAM
436 run sed PROGRAM on installed program names
437EOF
438 cat << EOF
439Host type:
440 --build=BUILD configure for building on BUILD [BUILD=HOST]
441 --host=HOST configure for HOST [guessed]
442 --target=TARGET configure for TARGET [TARGET=HOST]
443Features and packages:
444 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
445 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
446 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
447 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
448 --x-includes=DIR X include files are in DIR
449 --x-libraries=DIR X library files are in DIR
450EOF
451 if test -n "$ac_help"; then
452 echo "--enable and --with options recognized:$ac_help"
453 fi
454 exit 0 ;;
455 594
456 -host | --host | --hos | --ho) 595 -host | --host | --hos | --ho)
457 ac_prev=host ;; 596 ac_prev=host_alias ;;
458 -host=* | --host=* | --hos=* | --ho=*) 597 -host=* | --host=* | --hos=* | --ho=*)
459 host="$ac_optarg" ;; 598 host_alias=$ac_optarg ;;
460 599
461 -includedir | --includedir | --includedi | --included | --include \ 600 -includedir | --includedir | --includedi | --included | --include \
462 | --includ | --inclu | --incl | --inc) 601 | --includ | --inclu | --incl | --inc)
463 ac_prev=includedir ;; 602 ac_prev=includedir ;;
464 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 603 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
465 | --includ=* | --inclu=* | --incl=* | --inc=*) 604 | --includ=* | --inclu=* | --incl=* | --inc=*)
466 includedir="$ac_optarg" ;; 605 includedir=$ac_optarg ;;
467 606
468 -infodir | --infodir | --infodi | --infod | --info | --inf) 607 -infodir | --infodir | --infodi | --infod | --info | --inf)
469 ac_prev=infodir ;; 608 ac_prev=infodir ;;
470 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 609 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
471 infodir="$ac_optarg" ;; 610 infodir=$ac_optarg ;;
472 611
473 -libdir | --libdir | --libdi | --libd) 612 -libdir | --libdir | --libdi | --libd)
474 ac_prev=libdir ;; 613 ac_prev=libdir ;;
475 -libdir=* | --libdir=* | --libdi=* | --libd=*) 614 -libdir=* | --libdir=* | --libdi=* | --libd=*)
476 libdir="$ac_optarg" ;; 615 libdir=$ac_optarg ;;
477 616
478 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 617 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
479 | --libexe | --libex | --libe) 618 | --libexe | --libex | --libe)
480 ac_prev=libexecdir ;; 619 ac_prev=libexecdir ;;
481 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 620 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
482 | --libexe=* | --libex=* | --libe=*) 621 | --libexe=* | --libex=* | --libe=*)
483 libexecdir="$ac_optarg" ;; 622 libexecdir=$ac_optarg ;;
484 623
485 -localstatedir | --localstatedir | --localstatedi | --localstated \ 624 -localstatedir | --localstatedir | --localstatedi | --localstated \
486 | --localstate | --localstat | --localsta | --localst \ 625 | --localstate | --localstat | --localsta | --localst \
487 | --locals | --local | --loca | --loc | --lo) 626 | --locals | --local | --loca | --loc | --lo)
488 ac_prev=localstatedir ;; 627 ac_prev=localstatedir ;;
489 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 628 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
490 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 629 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
491 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 630 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
492 localstatedir="$ac_optarg" ;; 631 localstatedir=$ac_optarg ;;
493 632
494 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 633 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
495 ac_prev=mandir ;; 634 ac_prev=mandir ;;
496 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 635 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
497 mandir="$ac_optarg" ;; 636 mandir=$ac_optarg ;;
498 637
499 -nfp | --nfp | --nf) 638 -nfp | --nfp | --nf)
500 # Obsolete; use --without-fp. 639 # Obsolete; use --without-fp.
501 with_fp=no ;; 640 with_fp=no ;;
502 641
503 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 642 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
504 | --no-cr | --no-c) 643 | --no-cr | --no-c | -n)
505 no_create=yes ;; 644 no_create=yes ;;
506 645
507 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 646 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
508 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 647 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
509 no_recursion=yes ;; 648 no_recursion=yes ;;
513 | --oldin | --oldi | --old | --ol | --o) 652 | --oldin | --oldi | --old | --ol | --o)
514 ac_prev=oldincludedir ;; 653 ac_prev=oldincludedir ;;
515 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 654 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
516 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 655 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
517 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 656 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
518 oldincludedir="$ac_optarg" ;; 657 oldincludedir=$ac_optarg ;;
519 658
520 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 659 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
521 ac_prev=prefix ;; 660 ac_prev=prefix ;;
522 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 661 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
523 prefix="$ac_optarg" ;; 662 prefix=$ac_optarg ;;
524 663
525 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 664 -program-prefix | --program-prefix | --program-prefi | --program-pref \
526 | --program-pre | --program-pr | --program-p) 665 | --program-pre | --program-pr | --program-p)
527 ac_prev=program_prefix ;; 666 ac_prev=program_prefix ;;
528 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 667 -program-prefix=* | --program-prefix=* | --program-prefi=* \
529 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 668 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
530 program_prefix="$ac_optarg" ;; 669 program_prefix=$ac_optarg ;;
531 670
532 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 671 -program-suffix | --program-suffix | --program-suffi | --program-suff \
533 | --program-suf | --program-su | --program-s) 672 | --program-suf | --program-su | --program-s)
534 ac_prev=program_suffix ;; 673 ac_prev=program_suffix ;;
535 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 674 -program-suffix=* | --program-suffix=* | --program-suffi=* \
536 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 675 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
537 program_suffix="$ac_optarg" ;; 676 program_suffix=$ac_optarg ;;
538 677
539 -program-transform-name | --program-transform-name \ 678 -program-transform-name | --program-transform-name \
540 | --program-transform-nam | --program-transform-na \ 679 | --program-transform-nam | --program-transform-na \
541 | --program-transform-n | --program-transform- \ 680 | --program-transform-n | --program-transform- \
542 | --program-transform | --program-transfor \ 681 | --program-transform | --program-transfor \
549 | --program-transform-n=* | --program-transform-=* \ 688 | --program-transform-n=* | --program-transform-=* \
550 | --program-transform=* | --program-transfor=* \ 689 | --program-transform=* | --program-transfor=* \
551 | --program-transfo=* | --program-transf=* \ 690 | --program-transfo=* | --program-transf=* \
552 | --program-trans=* | --program-tran=* \ 691 | --program-trans=* | --program-tran=* \
553 | --progr-tra=* | --program-tr=* | --program-t=*) 692 | --progr-tra=* | --program-tr=* | --program-t=*)
554 program_transform_name="$ac_optarg" ;; 693 program_transform_name=$ac_optarg ;;
555 694
556 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 695 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
557 | -silent | --silent | --silen | --sile | --sil) 696 | -silent | --silent | --silen | --sile | --sil)
558 silent=yes ;; 697 silent=yes ;;
559 698
560 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 699 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
561 ac_prev=sbindir ;; 700 ac_prev=sbindir ;;
562 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 701 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
563 | --sbi=* | --sb=*) 702 | --sbi=* | --sb=*)
564 sbindir="$ac_optarg" ;; 703 sbindir=$ac_optarg ;;
565 704
566 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 705 -sharedstatedir | --sharedstatedir | --sharedstatedi \
567 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 706 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
568 | --sharedst | --shareds | --shared | --share | --shar \ 707 | --sharedst | --shareds | --shared | --share | --shar \
569 | --sha | --sh) 708 | --sha | --sh)
570 ac_prev=sharedstatedir ;; 709 ac_prev=sharedstatedir ;;
571 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 710 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
572 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 711 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
573 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 712 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
574 | --sha=* | --sh=*) 713 | --sha=* | --sh=*)
575 sharedstatedir="$ac_optarg" ;; 714 sharedstatedir=$ac_optarg ;;
576 715
577 -site | --site | --sit) 716 -site | --site | --sit)
578 ac_prev=site ;; 717 ac_prev=site ;;
579 -site=* | --site=* | --sit=*) 718 -site=* | --site=* | --sit=*)
580 site="$ac_optarg" ;; 719 site=$ac_optarg ;;
581 720
582 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 721 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
583 ac_prev=srcdir ;; 722 ac_prev=srcdir ;;
584 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 723 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
585 srcdir="$ac_optarg" ;; 724 srcdir=$ac_optarg ;;
586 725
587 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 726 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
588 | --syscon | --sysco | --sysc | --sys | --sy) 727 | --syscon | --sysco | --sysc | --sys | --sy)
589 ac_prev=sysconfdir ;; 728 ac_prev=sysconfdir ;;
590 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 729 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
591 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 730 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
592 sysconfdir="$ac_optarg" ;; 731 sysconfdir=$ac_optarg ;;
593 732
594 -target | --target | --targe | --targ | --tar | --ta | --t) 733 -target | --target | --targe | --targ | --tar | --ta | --t)
595 ac_prev=target ;; 734 ac_prev=target_alias ;;
596 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 735 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
597 target="$ac_optarg" ;; 736 target_alias=$ac_optarg ;;
598 737
599 -v | -verbose | --verbose | --verbos | --verbo | --verb) 738 -v | -verbose | --verbose | --verbos | --verbo | --verb)
600 verbose=yes ;; 739 verbose=yes ;;
601 740
602 -version | --version | --versio | --versi | --vers) 741 -version | --version | --versio | --versi | --vers | -V)
603 echo "configure generated by autoconf version 2.13" 742 ac_init_version=: ;;
604 exit 0 ;;
605 743
606 -with-* | --with-*) 744 -with-* | --with-*)
607 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` 745 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
608 # Reject names that are not valid shell variable names. 746 # Reject names that are not valid shell variable names.
609 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then 747 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
610 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 748 { echo "$as_me: error: invalid package name: $ac_package" >&2
611 fi 749 { (exit 1); exit 1; }; }
612 ac_package=`echo $ac_package| sed 's/-/_/g'` 750 ac_package=`echo $ac_package| sed 's/-/_/g'`
613 case "$ac_option" in 751 case $ac_option in
614 *=*) ;; 752 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
615 *) ac_optarg=yes ;; 753 *) ac_optarg=yes ;;
616 esac 754 esac
617 eval "with_${ac_package}='$ac_optarg'" ;; 755 eval "with_$ac_package='$ac_optarg'" ;;
618 756
619 -without-* | --without-*) 757 -without-* | --without-*)
620 ac_package=`echo $ac_option|sed -e 's/-*without-//'` 758 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
621 # Reject names that are not valid shell variable names. 759 # Reject names that are not valid shell variable names.
622 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then 760 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
623 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 761 { echo "$as_me: error: invalid package name: $ac_package" >&2
624 fi 762 { (exit 1); exit 1; }; }
625 ac_package=`echo $ac_package| sed 's/-/_/g'` 763 ac_package=`echo $ac_package | sed 's/-/_/g'`
626 eval "with_${ac_package}=no" ;; 764 eval "with_$ac_package=no" ;;
627 765
628 --x) 766 --x)
629 # Obsolete; use --with-x. 767 # Obsolete; use --with-x.
630 with_x=yes ;; 768 with_x=yes ;;
631 769
632 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 770 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
633 | --x-incl | --x-inc | --x-in | --x-i) 771 | --x-incl | --x-inc | --x-in | --x-i)
634 ac_prev=x_includes ;; 772 ac_prev=x_includes ;;
635 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 773 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
636 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 774 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
637 x_includes="$ac_optarg" ;; 775 x_includes=$ac_optarg ;;
638 776
639 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 777 -x-libraries | --x-libraries | --x-librarie | --x-librari \
640 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 778 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
641 ac_prev=x_libraries ;; 779 ac_prev=x_libraries ;;
642 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 780 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
643 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 781 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
644 x_libraries="$ac_optarg" ;; 782 x_libraries=$ac_optarg ;;
645 783
646 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } 784 -*) { echo "$as_me: error: unrecognized option: $ac_option
785Try \`$0 --help' for more information." >&2
786 { (exit 1); exit 1; }; }
647 ;; 787 ;;
648 788
789 *=*)
790 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
791 # Reject names that are not valid shell variable names.
792 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
793 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
794 { (exit 1); exit 1; }; }
795 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
796 eval "$ac_envvar='$ac_optarg'"
797 export $ac_envvar ;;
798
649 *) 799 *)
650 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then 800 # FIXME: should be removed in autoconf 3.0.
651 echo "configure: warning: $ac_option: invalid host type" 1>&2 801 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
652 fi 802 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
653 if test "x$nonopt" != xNONE; then 803 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
654 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } 804 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
655 fi
656 nonopt="$ac_option"
657 ;; 805 ;;
658 806
659 esac 807 esac
660done 808done
661 809
662if test -n "$ac_prev"; then 810if test -n "$ac_prev"; then
663 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } 811 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
812 { echo "$as_me: error: missing argument to $ac_option" >&2
813 { (exit 1); exit 1; }; }
664fi 814fi
665 815
666trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 816# Be sure to have absolute paths.
667 817for ac_var in exec_prefix prefix
668# File descriptor usage:
669# 0 standard input
670# 1 file creation
671# 2 errors and warnings
672# 3 some systems may open it to /dev/tty
673# 4 used on the Kubota Titan
674# 6 checking for... messages and results
675# 5 compiler messages saved in config.log
676if test "$silent" = yes; then
677 exec 6>/dev/null
678else
679 exec 6>&1
680fi
681exec 5>./config.log
682
683echo "\
684This file contains any messages produced by compilers while
685running configure, to aid debugging if configure makes a mistake.
686" 1>&5
687
688# Strip out --no-create and --no-recursion so they do not pile up.
689# Also quote any args containing shell metacharacters.
690ac_configure_args=
691for ac_arg
692do 818do
819 eval ac_val=$`echo $ac_var`
693 case "$ac_arg" in 820 case $ac_val in
694 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 821 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
695 | --no-cr | --no-c) ;; 822 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
696 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 823 { (exit 1); exit 1; }; };;
697 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
698 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
699 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
700 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
701 esac 824 esac
702done 825done
703 826
704# NLS nuisances. 827# Be sure to have absolute paths.
705# Only set these to C if already set. These must not be set unconditionally 828for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
706# because not all systems understand e.g. LANG=C (notably SCO). 829 localstatedir libdir includedir oldincludedir infodir mandir
707# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! 830do
708# Non-C LC_CTYPE values break the ctype check. 831 eval ac_val=$`echo $ac_var`
709if test "${LANG+set}" = set; then LANG=C; export LANG; fi 832 case $ac_val in
710if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi 833 [\\/$]* | ?:[\\/]* ) ;;
711if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi 834 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
712if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi 835 { (exit 1); exit 1; }; };;
836 esac
837done
713 838
714# confdefs.h avoids OS command line length limits that DEFS can exceed. 839# There might be people who depend on the old broken behavior: `$host'
715rm -rf conftest* confdefs.h 840# used to hold the argument of --host etc.
716# AIX cpp loses on an empty file, so make sure it contains at least a newline. 841# FIXME: To remove some day.
717echo > confdefs.h 842build=$build_alias
843host=$host_alias
844target=$target_alias
718 845
719# A filename unique to this package, relative to the directory that 846# FIXME: To remove some day.
720# configure is in, which we can look for to find out if srcdir is correct. 847if test "x$host_alias" != x; then
721ac_unique_file=src/feature.h 848 if test "x$build_alias" = x; then
849 cross_compiling=maybe
850 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
851 If a cross compiler is detected then cross compile mode will be used." >&2
852 elif test "x$build_alias" != "x$host_alias"; then
853 cross_compiling=yes
854 fi
855fi
856
857ac_tool_prefix=
858test -n "$host_alias" && ac_tool_prefix=$host_alias-
859
860test "$silent" = yes && exec 6>/dev/null
861
722 862
723# Find the source files, if location was not specified. 863# Find the source files, if location was not specified.
724if test -z "$srcdir"; then 864if test -z "$srcdir"; then
725 ac_srcdir_defaulted=yes 865 ac_srcdir_defaulted=yes
726 # Try the directory containing this script, then its parent. 866 # Try the directory containing this script, then its parent.
727 ac_prog=$0 867 ac_confdir=`(dirname "$0") 2>/dev/null ||
728 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` 868$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
729 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. 869 X"$0" : 'X\(//\)[^/]' \| \
870 X"$0" : 'X\(//\)$' \| \
871 X"$0" : 'X\(/\)' \| \
872 . : '\(.\)' 2>/dev/null ||
873echo X"$0" |
874 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
875 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
876 /^X\(\/\/\)$/{ s//\1/; q; }
877 /^X\(\/\).*/{ s//\1/; q; }
878 s/.*/./; q'`
730 srcdir=$ac_confdir 879 srcdir=$ac_confdir
731 if test ! -r $srcdir/$ac_unique_file; then 880 if test ! -r $srcdir/$ac_unique_file; then
732 srcdir=.. 881 srcdir=..
733 fi 882 fi
734else 883else
735 ac_srcdir_defaulted=no 884 ac_srcdir_defaulted=no
736fi 885fi
737if test ! -r $srcdir/$ac_unique_file; then 886if test ! -r $srcdir/$ac_unique_file; then
738 if test "$ac_srcdir_defaulted" = yes; then 887 if test "$ac_srcdir_defaulted" = yes; then
739 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } 888 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
889 { (exit 1); exit 1; }; }
740 else 890 else
741 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } 891 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
892 { (exit 1); exit 1; }; }
742 fi 893 fi
743fi 894fi
895(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
896 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
897 { (exit 1); exit 1; }; }
744srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` 898srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
899ac_env_build_alias_set=${build_alias+set}
900ac_env_build_alias_value=$build_alias
901ac_cv_env_build_alias_set=${build_alias+set}
902ac_cv_env_build_alias_value=$build_alias
903ac_env_host_alias_set=${host_alias+set}
904ac_env_host_alias_value=$host_alias
905ac_cv_env_host_alias_set=${host_alias+set}
906ac_cv_env_host_alias_value=$host_alias
907ac_env_target_alias_set=${target_alias+set}
908ac_env_target_alias_value=$target_alias
909ac_cv_env_target_alias_set=${target_alias+set}
910ac_cv_env_target_alias_value=$target_alias
911ac_env_CC_set=${CC+set}
912ac_env_CC_value=$CC
913ac_cv_env_CC_set=${CC+set}
914ac_cv_env_CC_value=$CC
915ac_env_CFLAGS_set=${CFLAGS+set}
916ac_env_CFLAGS_value=$CFLAGS
917ac_cv_env_CFLAGS_set=${CFLAGS+set}
918ac_cv_env_CFLAGS_value=$CFLAGS
919ac_env_LDFLAGS_set=${LDFLAGS+set}
920ac_env_LDFLAGS_value=$LDFLAGS
921ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
922ac_cv_env_LDFLAGS_value=$LDFLAGS
923ac_env_CPPFLAGS_set=${CPPFLAGS+set}
924ac_env_CPPFLAGS_value=$CPPFLAGS
925ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
926ac_cv_env_CPPFLAGS_value=$CPPFLAGS
927ac_env_CXX_set=${CXX+set}
928ac_env_CXX_value=$CXX
929ac_cv_env_CXX_set=${CXX+set}
930ac_cv_env_CXX_value=$CXX
931ac_env_CXXFLAGS_set=${CXXFLAGS+set}
932ac_env_CXXFLAGS_value=$CXXFLAGS
933ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
934ac_cv_env_CXXFLAGS_value=$CXXFLAGS
935ac_env_CPP_set=${CPP+set}
936ac_env_CPP_value=$CPP
937ac_cv_env_CPP_set=${CPP+set}
938ac_cv_env_CPP_value=$CPP
939ac_env_CXXCPP_set=${CXXCPP+set}
940ac_env_CXXCPP_value=$CXXCPP
941ac_cv_env_CXXCPP_set=${CXXCPP+set}
942ac_cv_env_CXXCPP_value=$CXXCPP
745 943
944#
945# Report the --help message.
946#
947if test "$ac_init_help" = "long"; then
948 # Omit some internal or obsolete options to make the list less imposing.
949 # This message is too long to be a string in the A/UX 3.1 sh.
950 cat <<_ACEOF
951\`configure' configures this package to adapt to many kinds of systems.
952
953Usage: $0 [OPTION]... [VAR=VALUE]...
954
955To assign environment variables (e.g., CC, CFLAGS...), specify them as
956VAR=VALUE. See below for descriptions of some of the useful variables.
957
958Defaults for the options are specified in brackets.
959
960Configuration:
961 -h, --help display this help and exit
962 --help=short display options specific to this package
963 --help=recursive display the short help of all the included packages
964 -V, --version display version information and exit
965 -q, --quiet, --silent do not print \`checking...' messages
966 --cache-file=FILE cache test results in FILE [disabled]
967 -C, --config-cache alias for \`--cache-file=config.cache'
968 -n, --no-create do not create output files
969 --srcdir=DIR find the sources in DIR [configure dir or \`..']
970
971_ACEOF
972
973 cat <<_ACEOF
974Installation directories:
975 --prefix=PREFIX install architecture-independent files in PREFIX
976 [$ac_default_prefix]
977 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
978 [PREFIX]
979
980By default, \`make install' will install all the files in
981\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
982an installation prefix other than \`$ac_default_prefix' using \`--prefix',
983for instance \`--prefix=\$HOME'.
984
985For better control, use the options below.
986
987Fine tuning of the installation directories:
988 --bindir=DIR user executables [EPREFIX/bin]
989 --sbindir=DIR system admin executables [EPREFIX/sbin]
990 --libexecdir=DIR program executables [EPREFIX/libexec]
991 --datadir=DIR read-only architecture-independent data [PREFIX/share]
992 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
993 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
994 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
995 --libdir=DIR object code libraries [EPREFIX/lib]
996 --includedir=DIR C header files [PREFIX/include]
997 --oldincludedir=DIR C header files for non-gcc [/usr/include]
998 --infodir=DIR info documentation [PREFIX/info]
999 --mandir=DIR man documentation [PREFIX/man]
1000_ACEOF
1001
1002 cat <<\_ACEOF
1003
1004X features:
1005 --x-includes=DIR X include files are in DIR
1006 --x-libraries=DIR X library files are in DIR
1007
1008Program names:
1009 --program-prefix=PREFIX prepend PREFIX to installed program names
1010 --program-suffix=SUFFIX append SUFFIX to installed program names
1011 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1012
1013System types:
1014 --build=BUILD configure for building on BUILD [guessed]
1015 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1016_ACEOF
1017fi
1018
1019if test -n "$ac_init_help"; then
1020
1021 cat <<\_ACEOF
1022
1023Optional Features:
1024 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1026 --enable-shared=PKGS build shared libraries default=no
1027 --enable-static=PKGS build static libraries default=yes
1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1029 --disable-libtool-lock avoid locking (might break parallel builds)
1030 --enable-everything enable standard non-multichoice features
1031 NOTE: this option is order dependent
1032 NOTE: automatically enabled with --enable-shared
1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1035 --enable-xft enable xft support on systems that have it
1036 --enable-utmp enable utmp (utmpx) support
1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1039 --enable-xpm-background enable XPM background pixmaps
1040 --enable-transparency enable transparent backgrounds
1041 --enable-menubar enable menubar
1042 --enable-rxvt-scroll enable rxvt style scrollbar
1043 --enable-next-scroll enable NeXT style scrollbar
1044 --enable-xterm-scroll enable Xterm style scrollbar
1045 --enable-plain-scroll enable plain style scrollbar
1046 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1047 --enable-xim XIM (X Input Method) protocol support
1048 --enable-ttygid enable tty setting to group named "tty"
1049 --disable-backspace-key disable handling of the backspace key
1050 --disable-delete-key disable handling of the delete key
1051 --disable-resources disable all resource checking
1052 --enable-xgetdefault enable resources via X instead of our small version
1053 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1054 --enable-strings enable some replacement system functions
1055 --disable-swapscreen disable swap screen support
1056 --enable-frills enable support for rarely used features
1057 --enable-linespace enable support for linespace
1058 --enable-24bit enable support for using 24bit visuals if available
1059 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1060 --enable-selectionscrolling enable scrolling during selections
1061 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1062 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1063 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1064 --enable-dlmalloc enable Doug Lea's malloc - for production use
1065 NOTE: enable only one malloc package
1066 --enable-smart-resize enable smart growth/shrink behaviour
1067 --enable-256-color enable 256-color support
1068 --enable-cursor-blink enable blinking cursor
1069 --enable-text-blink enable blinking text
1070 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1071
1072Optional Packages:
1073 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1074 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1075 --with-gnu-ld assume the C compiler uses GNU ld default=no
1076 --with-pic try to use only PIC/non-PIC objects default=use both
1077 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1078 --with-res-name=NAME use this as default resource name (default: urxvt)
1079 --with-res-class=CLASS use this as the resource class (default: URxvt)
1080 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1081 --with-term=NAME set the terminal to NAME (default: rxvt)
1082 --with-terminfo=PATH set the path to the terminfo tree to PATH
1083 --with-x use the X Window System
1084 --with-xpm-includes=DIR use XPM includes in DIR
1085 --with-xpm-library=DIR use XPM library in DIR
1086 --with-xpm use XPM
1087
1088Some influential environment variables:
1089 CC C compiler command
1090 CFLAGS C compiler flags
1091 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1092 nonstandard directory <lib dir>
1093 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1094 headers in a nonstandard directory <include dir>
1095 CXX C++ compiler command
1096 CXXFLAGS C++ compiler flags
1097 CPP C preprocessor
1098 CXXCPP C++ preprocessor
1099
1100Use these variables to override the choices made by `configure' or to help
1101it to find libraries and programs with nonstandard names/locations.
1102
1103_ACEOF
1104fi
1105
1106if test "$ac_init_help" = "recursive"; then
1107 # If there are subdirs, report their specific --help.
1108 ac_popdir=`pwd`
1109 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1110 test -d $ac_dir || continue
1111 ac_builddir=.
1112
1113if test "$ac_dir" != .; then
1114 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1115 # A "../" for each directory in $ac_dir_suffix.
1116 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1117else
1118 ac_dir_suffix= ac_top_builddir=
1119fi
1120
1121case $srcdir in
1122 .) # No --srcdir option. We are building in place.
1123 ac_srcdir=.
1124 if test -z "$ac_top_builddir"; then
1125 ac_top_srcdir=.
1126 else
1127 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1128 fi ;;
1129 [\\/]* | ?:[\\/]* ) # Absolute path.
1130 ac_srcdir=$srcdir$ac_dir_suffix;
1131 ac_top_srcdir=$srcdir ;;
1132 *) # Relative path.
1133 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1134 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1135esac
1136
1137# Do not use `cd foo && pwd` to compute absolute paths, because
1138# the directories may not exist.
1139case `pwd` in
1140.) ac_abs_builddir="$ac_dir";;
1141*)
1142 case "$ac_dir" in
1143 .) ac_abs_builddir=`pwd`;;
1144 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1145 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1146 esac;;
1147esac
1148case $ac_abs_builddir in
1149.) ac_abs_top_builddir=${ac_top_builddir}.;;
1150*)
1151 case ${ac_top_builddir}. in
1152 .) ac_abs_top_builddir=$ac_abs_builddir;;
1153 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1154 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1155 esac;;
1156esac
1157case $ac_abs_builddir in
1158.) ac_abs_srcdir=$ac_srcdir;;
1159*)
1160 case $ac_srcdir in
1161 .) ac_abs_srcdir=$ac_abs_builddir;;
1162 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1163 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1164 esac;;
1165esac
1166case $ac_abs_builddir in
1167.) ac_abs_top_srcdir=$ac_top_srcdir;;
1168*)
1169 case $ac_top_srcdir in
1170 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1171 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1172 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1173 esac;;
1174esac
1175
1176 cd $ac_dir
1177 # Check for guested configure; otherwise get Cygnus style configure.
1178 if test -f $ac_srcdir/configure.gnu; then
1179 echo
1180 $SHELL $ac_srcdir/configure.gnu --help=recursive
1181 elif test -f $ac_srcdir/configure; then
1182 echo
1183 $SHELL $ac_srcdir/configure --help=recursive
1184 elif test -f $ac_srcdir/configure.ac ||
1185 test -f $ac_srcdir/configure.in; then
1186 echo
1187 $ac_configure --help
1188 else
1189 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1190 fi
1191 cd "$ac_popdir"
1192 done
1193fi
1194
1195test -n "$ac_init_help" && exit 0
1196if $ac_init_version; then
1197 cat <<\_ACEOF
1198
1199Copyright (C) 2003 Free Software Foundation, Inc.
1200This configure script is free software; the Free Software Foundation
1201gives unlimited permission to copy, distribute and modify it.
1202_ACEOF
1203 exit 0
1204fi
1205exec 5>config.log
1206cat >&5 <<_ACEOF
1207This file contains any messages produced by compilers while
1208running configure, to aid debugging if configure makes a mistake.
1209
1210It was created by $as_me, which was
1211generated by GNU Autoconf 2.59. Invocation command line was
1212
1213 $ $0 $@
1214
1215_ACEOF
1216{
1217cat <<_ASUNAME
1218## --------- ##
1219## Platform. ##
1220## --------- ##
1221
1222hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1223uname -m = `(uname -m) 2>/dev/null || echo unknown`
1224uname -r = `(uname -r) 2>/dev/null || echo unknown`
1225uname -s = `(uname -s) 2>/dev/null || echo unknown`
1226uname -v = `(uname -v) 2>/dev/null || echo unknown`
1227
1228/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1229/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1230
1231/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1232/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1233/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1234hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1235/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1236/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1237/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1238
1239_ASUNAME
1240
1241as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1242for as_dir in $PATH
1243do
1244 IFS=$as_save_IFS
1245 test -z "$as_dir" && as_dir=.
1246 echo "PATH: $as_dir"
1247done
1248
1249} >&5
1250
1251cat >&5 <<_ACEOF
1252
1253
1254## ----------- ##
1255## Core tests. ##
1256## ----------- ##
1257
1258_ACEOF
1259
1260
1261# Keep a trace of the command line.
1262# Strip out --no-create and --no-recursion so they do not pile up.
1263# Strip out --silent because we don't want to record it for future runs.
1264# Also quote any args containing shell meta-characters.
1265# Make two passes to allow for proper duplicate-argument suppression.
1266ac_configure_args=
1267ac_configure_args0=
1268ac_configure_args1=
1269ac_sep=
1270ac_must_keep_next=false
1271for ac_pass in 1 2
1272do
1273 for ac_arg
1274 do
1275 case $ac_arg in
1276 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1277 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1278 | -silent | --silent | --silen | --sile | --sil)
1279 continue ;;
1280 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1281 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1282 esac
1283 case $ac_pass in
1284 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1285 2)
1286 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1287 if test $ac_must_keep_next = true; then
1288 ac_must_keep_next=false # Got value, back to normal.
1289 else
1290 case $ac_arg in
1291 *=* | --config-cache | -C | -disable-* | --disable-* \
1292 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1293 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1294 | -with-* | --with-* | -without-* | --without-* | --x)
1295 case "$ac_configure_args0 " in
1296 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1297 esac
1298 ;;
1299 -* ) ac_must_keep_next=true ;;
1300 esac
1301 fi
1302 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1303 # Get rid of the leading space.
1304 ac_sep=" "
1305 ;;
1306 esac
1307 done
1308done
1309$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1310$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1311
1312# When interrupted or exit'd, cleanup temporary files, and complete
1313# config.log. We remove comments because anyway the quotes in there
1314# would cause problems or look ugly.
1315# WARNING: Be sure not to use single quotes in there, as some shells,
1316# such as our DU 5.0 friend, will then `close' the trap.
1317trap 'exit_status=$?
1318 # Save into config.log some information that might help in debugging.
1319 {
1320 echo
1321
1322 cat <<\_ASBOX
1323## ---------------- ##
1324## Cache variables. ##
1325## ---------------- ##
1326_ASBOX
1327 echo
1328 # The following way of writing the cache mishandles newlines in values,
1329{
1330 (set) 2>&1 |
1331 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1332 *ac_space=\ *)
1333 sed -n \
1334 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1335 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1336 ;;
1337 *)
1338 sed -n \
1339 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1340 ;;
1341 esac;
1342}
1343 echo
1344
1345 cat <<\_ASBOX
1346## ----------------- ##
1347## Output variables. ##
1348## ----------------- ##
1349_ASBOX
1350 echo
1351 for ac_var in $ac_subst_vars
1352 do
1353 eval ac_val=$`echo $ac_var`
1354 echo "$ac_var='"'"'$ac_val'"'"'"
1355 done | sort
1356 echo
1357
1358 if test -n "$ac_subst_files"; then
1359 cat <<\_ASBOX
1360## ------------- ##
1361## Output files. ##
1362## ------------- ##
1363_ASBOX
1364 echo
1365 for ac_var in $ac_subst_files
1366 do
1367 eval ac_val=$`echo $ac_var`
1368 echo "$ac_var='"'"'$ac_val'"'"'"
1369 done | sort
1370 echo
1371 fi
1372
1373 if test -s confdefs.h; then
1374 cat <<\_ASBOX
1375## ----------- ##
1376## confdefs.h. ##
1377## ----------- ##
1378_ASBOX
1379 echo
1380 sed "/^$/d" confdefs.h | sort
1381 echo
1382 fi
1383 test "$ac_signal" != 0 &&
1384 echo "$as_me: caught signal $ac_signal"
1385 echo "$as_me: exit $exit_status"
1386 } >&5
1387 rm -f core *.core &&
1388 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1389 exit $exit_status
1390 ' 0
1391for ac_signal in 1 2 13 15; do
1392 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1393done
1394ac_signal=0
1395
1396# confdefs.h avoids OS command line length limits that DEFS can exceed.
1397rm -rf conftest* confdefs.h
1398# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1399echo >confdefs.h
1400
1401# Predefined preprocessor variables.
1402
1403cat >>confdefs.h <<_ACEOF
1404#define PACKAGE_NAME "$PACKAGE_NAME"
1405_ACEOF
1406
1407
1408cat >>confdefs.h <<_ACEOF
1409#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1410_ACEOF
1411
1412
1413cat >>confdefs.h <<_ACEOF
1414#define PACKAGE_VERSION "$PACKAGE_VERSION"
1415_ACEOF
1416
1417
1418cat >>confdefs.h <<_ACEOF
1419#define PACKAGE_STRING "$PACKAGE_STRING"
1420_ACEOF
1421
1422
1423cat >>confdefs.h <<_ACEOF
1424#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1425_ACEOF
1426
1427
1428# Let the site file select an alternate cache file if it wants to.
746# Prefer explicitly selected file to automatically selected ones. 1429# Prefer explicitly selected file to automatically selected ones.
747if test -z "$CONFIG_SITE"; then 1430if test -z "$CONFIG_SITE"; then
748 if test "x$prefix" != xNONE; then 1431 if test "x$prefix" != xNONE; then
749 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1432 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
750 else 1433 else
751 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1434 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
752 fi 1435 fi
753fi 1436fi
754for ac_site_file in $CONFIG_SITE; do 1437for ac_site_file in $CONFIG_SITE; do
755 if test -r "$ac_site_file"; then 1438 if test -r "$ac_site_file"; then
1439 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
756 echo "loading site script $ac_site_file" 1440echo "$as_me: loading site script $ac_site_file" >&6;}
1441 sed 's/^/| /' "$ac_site_file" >&5
757 . "$ac_site_file" 1442 . "$ac_site_file"
758 fi 1443 fi
759done 1444done
760 1445
761if test -r "$cache_file"; then 1446if test -r "$cache_file"; then
1447 # Some versions of bash will fail to source /dev/null (special
1448 # files actually), so we avoid doing that.
1449 if test -f "$cache_file"; then
1450 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
762 echo "loading cache $cache_file" 1451echo "$as_me: loading cache $cache_file" >&6;}
763 . $cache_file 1452 case $cache_file in
1453 [\\/]* | ?:[\\/]* ) . $cache_file;;
1454 *) . ./$cache_file;;
1455 esac
1456 fi
764else 1457else
1458 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
765 echo "creating cache $cache_file" 1459echo "$as_me: creating cache $cache_file" >&6;}
766 > $cache_file 1460 >$cache_file
1461fi
1462
1463# Check that the precious variables saved in the cache have kept the same
1464# value.
1465ac_cache_corrupted=false
1466for ac_var in `(set) 2>&1 |
1467 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1468 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1469 eval ac_new_set=\$ac_env_${ac_var}_set
1470 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1471 eval ac_new_val="\$ac_env_${ac_var}_value"
1472 case $ac_old_set,$ac_new_set in
1473 set,)
1474 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1475echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1476 ac_cache_corrupted=: ;;
1477 ,set)
1478 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1479echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1480 ac_cache_corrupted=: ;;
1481 ,);;
1482 *)
1483 if test "x$ac_old_val" != "x$ac_new_val"; then
1484 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1485echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1486 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1487echo "$as_me: former value: $ac_old_val" >&2;}
1488 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1489echo "$as_me: current value: $ac_new_val" >&2;}
1490 ac_cache_corrupted=:
1491 fi;;
1492 esac
1493 # Pass precious variables to config.status.
1494 if test "$ac_new_set" = set; then
1495 case $ac_new_val in
1496 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1497 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1498 *) ac_arg=$ac_var=$ac_new_val ;;
1499 esac
1500 case " $ac_configure_args " in
1501 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1502 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1503 esac
1504 fi
1505done
1506if $ac_cache_corrupted; then
1507 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1508echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1509 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1510echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1511 { (exit 1); exit 1; }; }
767fi 1512fi
768 1513
769ac_ext=c 1514ac_ext=c
770# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
771ac_cpp='$CPP $CPPFLAGS' 1515ac_cpp='$CPP $CPPFLAGS'
772ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1516ac_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' 1517ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
774cross_compiling=$ac_cv_prog_cc_cross 1518ac_compiler_gnu=$ac_cv_c_compiler_gnu
775 1519
776ac_exeext= 1520
777ac_objext=o 1521
778if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 1522
779 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 1523
780 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 1524
781 ac_n= ac_c=' 1525
782' ac_t=' ' 1526
783 else 1527
784 ac_n=-n ac_c= ac_t= 1528
785 fi 1529
786else 1530
787 ac_n= ac_c='\c' ac_t= 1531
788fi 1532
1533
1534
1535
789 1536
790 1537
791ac_aux_dir= 1538ac_aux_dir=
792for ac_dir in autoconf $srcdir/autoconf; do 1539for ac_dir in autoconf $srcdir/autoconf; do
793 if test -f $ac_dir/install-sh; then 1540 if test -f $ac_dir/install-sh; then
796 break 1543 break
797 elif test -f $ac_dir/install.sh; then 1544 elif test -f $ac_dir/install.sh; then
798 ac_aux_dir=$ac_dir 1545 ac_aux_dir=$ac_dir
799 ac_install_sh="$ac_aux_dir/install.sh -c" 1546 ac_install_sh="$ac_aux_dir/install.sh -c"
800 break 1547 break
1548 elif test -f $ac_dir/shtool; then
1549 ac_aux_dir=$ac_dir
1550 ac_install_sh="$ac_aux_dir/shtool install -c"
1551 break
801 fi 1552 fi
802done 1553done
803if test -z "$ac_aux_dir"; then 1554if test -z "$ac_aux_dir"; then
1555 { { 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; } 1556echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1557 { (exit 1); exit 1; }; }
805fi 1558fi
806ac_config_guess=$ac_aux_dir/config.guess 1559ac_config_guess="$SHELL $ac_aux_dir/config.guess"
807ac_config_sub=$ac_aux_dir/config.sub 1560ac_config_sub="$SHELL $ac_aux_dir/config.sub"
808ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 1561ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
809 1562
1563 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
810 1564
811 1565
812VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1566VERSION=`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` 1567DATE=`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` 1568LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
816echo "" 1570echo ""
817echo "configuring for rxvt $VERSION" 1571echo "configuring for rxvt $VERSION"
818echo "" 1572echo ""
819 1573
820 1574
1575ac_ext=c
1576ac_cpp='$CPP $CPPFLAGS'
1577ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1578ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1579ac_compiler_gnu=$ac_cv_c_compiler_gnu
1580if test -n "$ac_tool_prefix"; then
821# Extract the first word of "gcc", so it can be a program name with args. 1581 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
822set dummy gcc; ac_word=$2 1582set dummy ${ac_tool_prefix}gcc; ac_word=$2
1583echo "$as_me:$LINENO: checking for $ac_word" >&5
823echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1584echo $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 1585if test "${ac_cv_prog_CC+set}" = set; then
826 echo $ac_n "(cached) $ac_c" 1>&6 1586 echo $ECHO_N "(cached) $ECHO_C" >&6
827else 1587else
828 if test -n "$CC"; then 1588 if test -n "$CC"; then
829 ac_cv_prog_CC="$CC" # Let the user override the test. 1589 ac_cv_prog_CC="$CC" # Let the user override the test.
830else 1590else
831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
832 ac_dummy="$PATH" 1592for as_dir in $PATH
833 for ac_dir in $ac_dummy; do 1593do
1594 IFS=$as_save_IFS
834 test -z "$ac_dir" && ac_dir=. 1595 test -z "$as_dir" && as_dir=.
835 if test -f $ac_dir/$ac_word; then 1596 for ac_exec_ext in '' $ac_executable_extensions; do
836 ac_cv_prog_CC="gcc" 1597 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1598 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1599 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
837 break 1600 break 2
838 fi 1601 fi
839 done 1602done
840 IFS="$ac_save_ifs" 1603done
1604
841fi 1605fi
842fi 1606fi
843CC="$ac_cv_prog_CC" 1607CC=$ac_cv_prog_CC
844if test -n "$CC"; then 1608if test -n "$CC"; then
845 echo "$ac_t""$CC" 1>&6 1609 echo "$as_me:$LINENO: result: $CC" >&5
1610echo "${ECHO_T}$CC" >&6
846else 1611else
847 echo "$ac_t""no" 1>&6 1612 echo "$as_me:$LINENO: result: no" >&5
1613echo "${ECHO_T}no" >&6
848fi 1614fi
849 1615
1616fi
1617if test -z "$ac_cv_prog_CC"; then
1618 ac_ct_CC=$CC
1619 # Extract the first word of "gcc", so it can be a program name with args.
1620set dummy gcc; ac_word=$2
1621echo "$as_me:$LINENO: checking for $ac_word" >&5
1622echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1623if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1624 echo $ECHO_N "(cached) $ECHO_C" >&6
1625else
1626 if test -n "$ac_ct_CC"; then
1627 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1628else
1629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1630for as_dir in $PATH
1631do
1632 IFS=$as_save_IFS
1633 test -z "$as_dir" && as_dir=.
1634 for ac_exec_ext in '' $ac_executable_extensions; do
1635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1636 ac_cv_prog_ac_ct_CC="gcc"
1637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1638 break 2
1639 fi
1640done
1641done
1642
1643fi
1644fi
1645ac_ct_CC=$ac_cv_prog_ac_ct_CC
1646if test -n "$ac_ct_CC"; then
1647 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1648echo "${ECHO_T}$ac_ct_CC" >&6
1649else
1650 echo "$as_me:$LINENO: result: no" >&5
1651echo "${ECHO_T}no" >&6
1652fi
1653
1654 CC=$ac_ct_CC
1655else
1656 CC="$ac_cv_prog_CC"
1657fi
1658
1659if test -z "$CC"; then
1660 if test -n "$ac_tool_prefix"; then
1661 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1662set dummy ${ac_tool_prefix}cc; ac_word=$2
1663echo "$as_me:$LINENO: checking for $ac_word" >&5
1664echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1665if test "${ac_cv_prog_CC+set}" = set; then
1666 echo $ECHO_N "(cached) $ECHO_C" >&6
1667else
1668 if test -n "$CC"; then
1669 ac_cv_prog_CC="$CC" # Let the user override the test.
1670else
1671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672for as_dir in $PATH
1673do
1674 IFS=$as_save_IFS
1675 test -z "$as_dir" && as_dir=.
1676 for ac_exec_ext in '' $ac_executable_extensions; do
1677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1678 ac_cv_prog_CC="${ac_tool_prefix}cc"
1679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1680 break 2
1681 fi
1682done
1683done
1684
1685fi
1686fi
1687CC=$ac_cv_prog_CC
1688if test -n "$CC"; then
1689 echo "$as_me:$LINENO: result: $CC" >&5
1690echo "${ECHO_T}$CC" >&6
1691else
1692 echo "$as_me:$LINENO: result: no" >&5
1693echo "${ECHO_T}no" >&6
1694fi
1695
1696fi
1697if test -z "$ac_cv_prog_CC"; then
1698 ac_ct_CC=$CC
1699 # Extract the first word of "cc", so it can be a program name with args.
1700set dummy cc; ac_word=$2
1701echo "$as_me:$LINENO: checking for $ac_word" >&5
1702echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1703if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1704 echo $ECHO_N "(cached) $ECHO_C" >&6
1705else
1706 if test -n "$ac_ct_CC"; then
1707 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1708else
1709as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1710for as_dir in $PATH
1711do
1712 IFS=$as_save_IFS
1713 test -z "$as_dir" && as_dir=.
1714 for ac_exec_ext in '' $ac_executable_extensions; do
1715 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1716 ac_cv_prog_ac_ct_CC="cc"
1717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1718 break 2
1719 fi
1720done
1721done
1722
1723fi
1724fi
1725ac_ct_CC=$ac_cv_prog_ac_ct_CC
1726if test -n "$ac_ct_CC"; then
1727 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1728echo "${ECHO_T}$ac_ct_CC" >&6
1729else
1730 echo "$as_me:$LINENO: result: no" >&5
1731echo "${ECHO_T}no" >&6
1732fi
1733
1734 CC=$ac_ct_CC
1735else
1736 CC="$ac_cv_prog_CC"
1737fi
1738
1739fi
850if test -z "$CC"; then 1740if test -z "$CC"; then
851 # Extract the first word of "cc", so it can be a program name with args. 1741 # Extract the first word of "cc", so it can be a program name with args.
852set dummy cc; ac_word=$2 1742set dummy cc; ac_word=$2
1743echo "$as_me:$LINENO: checking for $ac_word" >&5
853echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1744echo $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 1745if test "${ac_cv_prog_CC+set}" = set; then
856 echo $ac_n "(cached) $ac_c" 1>&6 1746 echo $ECHO_N "(cached) $ECHO_C" >&6
857else 1747else
858 if test -n "$CC"; then 1748 if test -n "$CC"; then
859 ac_cv_prog_CC="$CC" # Let the user override the test. 1749 ac_cv_prog_CC="$CC" # Let the user override the test.
860else 1750else
861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
862 ac_prog_rejected=no 1751 ac_prog_rejected=no
863 ac_dummy="$PATH" 1752as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
864 for ac_dir in $ac_dummy; do 1753for as_dir in $PATH
1754do
1755 IFS=$as_save_IFS
865 test -z "$ac_dir" && ac_dir=. 1756 test -z "$as_dir" && as_dir=.
866 if test -f $ac_dir/$ac_word; then 1757 for ac_exec_ext in '' $ac_executable_extensions; do
1758 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
867 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1759 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
868 ac_prog_rejected=yes 1760 ac_prog_rejected=yes
869 continue 1761 continue
870 fi 1762 fi
871 ac_cv_prog_CC="cc" 1763 ac_cv_prog_CC="cc"
1764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
872 break 1765 break 2
873 fi 1766 fi
874 done 1767done
875 IFS="$ac_save_ifs" 1768done
1769
876if test $ac_prog_rejected = yes; then 1770if test $ac_prog_rejected = yes; then
877 # We found a bogon in the path, so make sure we never use it. 1771 # We found a bogon in the path, so make sure we never use it.
878 set dummy $ac_cv_prog_CC 1772 set dummy $ac_cv_prog_CC
879 shift 1773 shift
880 if test $# -gt 0; then 1774 if test $# != 0; then
881 # We chose a different compiler from the bogus one. 1775 # We chose a different compiler from the bogus one.
882 # However, it has the same basename, so the bogon will be chosen 1776 # 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. 1777 # first if we set CC to just the basename; use the full file name.
884 shift 1778 shift
885 set dummy "$ac_dir/$ac_word" "$@" 1779 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
886 shift
887 ac_cv_prog_CC="$@"
888 fi 1780 fi
889fi 1781fi
890fi 1782fi
891fi 1783fi
892CC="$ac_cv_prog_CC" 1784CC=$ac_cv_prog_CC
893if test -n "$CC"; then 1785if test -n "$CC"; then
894 echo "$ac_t""$CC" 1>&6 1786 echo "$as_me:$LINENO: result: $CC" >&5
1787echo "${ECHO_T}$CC" >&6
895else 1788else
896 echo "$ac_t""no" 1>&6 1789 echo "$as_me:$LINENO: result: no" >&5
1790echo "${ECHO_T}no" >&6
897fi 1791fi
898 1792
1793fi
899 if test -z "$CC"; then 1794if test -z "$CC"; then
900 case "`uname -s`" in 1795 if test -n "$ac_tool_prefix"; then
901 *win32* | *WIN32*) 1796 for ac_prog in cl
1797 do
902 # Extract the first word of "cl", so it can be a program name with args. 1798 # 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 1799set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1800echo "$as_me:$LINENO: checking for $ac_word" >&5
904echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1801echo $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 1802if test "${ac_cv_prog_CC+set}" = set; then
907 echo $ac_n "(cached) $ac_c" 1>&6 1803 echo $ECHO_N "(cached) $ECHO_C" >&6
908else 1804else
909 if test -n "$CC"; then 1805 if test -n "$CC"; then
910 ac_cv_prog_CC="$CC" # Let the user override the test. 1806 ac_cv_prog_CC="$CC" # Let the user override the test.
911else 1807else
912 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
913 ac_dummy="$PATH" 1809for as_dir in $PATH
914 for ac_dir in $ac_dummy; do 1810do
1811 IFS=$as_save_IFS
915 test -z "$ac_dir" && ac_dir=. 1812 test -z "$as_dir" && as_dir=.
916 if test -f $ac_dir/$ac_word; then 1813 for ac_exec_ext in '' $ac_executable_extensions; do
917 ac_cv_prog_CC="cl" 1814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1815 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
918 break 1817 break 2
1818 fi
1819done
1820done
1821
1822fi
1823fi
1824CC=$ac_cv_prog_CC
1825if test -n "$CC"; then
1826 echo "$as_me:$LINENO: result: $CC" >&5
1827echo "${ECHO_T}$CC" >&6
1828else
1829 echo "$as_me:$LINENO: result: no" >&5
1830echo "${ECHO_T}no" >&6
1831fi
1832
1833 test -n "$CC" && break
1834 done
1835fi
1836if test -z "$CC"; then
1837 ac_ct_CC=$CC
1838 for ac_prog in cl
1839do
1840 # Extract the first word of "$ac_prog", so it can be a program name with args.
1841set dummy $ac_prog; ac_word=$2
1842echo "$as_me:$LINENO: checking for $ac_word" >&5
1843echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1844if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1845 echo $ECHO_N "(cached) $ECHO_C" >&6
1846else
1847 if test -n "$ac_ct_CC"; then
1848 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1849else
1850as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1851for as_dir in $PATH
1852do
1853 IFS=$as_save_IFS
1854 test -z "$as_dir" && as_dir=.
1855 for ac_exec_ext in '' $ac_executable_extensions; do
1856 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1857 ac_cv_prog_ac_ct_CC="$ac_prog"
1858 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1859 break 2
1860 fi
1861done
1862done
1863
1864fi
1865fi
1866ac_ct_CC=$ac_cv_prog_ac_ct_CC
1867if test -n "$ac_ct_CC"; then
1868 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1869echo "${ECHO_T}$ac_ct_CC" >&6
1870else
1871 echo "$as_me:$LINENO: result: no" >&5
1872echo "${ECHO_T}no" >&6
1873fi
1874
1875 test -n "$ac_ct_CC" && break
1876done
1877
1878 CC=$ac_ct_CC
1879fi
1880
1881fi
1882
1883
1884test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1885See \`config.log' for more details." >&5
1886echo "$as_me: error: no acceptable C compiler found in \$PATH
1887See \`config.log' for more details." >&2;}
1888 { (exit 1); exit 1; }; }
1889
1890# Provide some information about the compiler.
1891echo "$as_me:$LINENO:" \
1892 "checking for C compiler version" >&5
1893ac_compiler=`set X $ac_compile; echo $2`
1894{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1895 (eval $ac_compiler --version </dev/null >&5) 2>&5
1896 ac_status=$?
1897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1898 (exit $ac_status); }
1899{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1900 (eval $ac_compiler -v </dev/null >&5) 2>&5
1901 ac_status=$?
1902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1903 (exit $ac_status); }
1904{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1905 (eval $ac_compiler -V </dev/null >&5) 2>&5
1906 ac_status=$?
1907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1908 (exit $ac_status); }
1909
1910cat >conftest.$ac_ext <<_ACEOF
1911/* confdefs.h. */
1912_ACEOF
1913cat confdefs.h >>conftest.$ac_ext
1914cat >>conftest.$ac_ext <<_ACEOF
1915/* end confdefs.h. */
1916
1917int
1918main ()
1919{
1920
1921 ;
1922 return 0;
1923}
1924_ACEOF
1925ac_clean_files_save=$ac_clean_files
1926ac_clean_files="$ac_clean_files a.out a.exe b.out"
1927# Try to create an executable without -o first, disregard a.out.
1928# It will help us diagnose broken compilers, and finding out an intuition
1929# of exeext.
1930echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1931echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1932ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1933if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1934 (eval $ac_link_default) 2>&5
1935 ac_status=$?
1936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1937 (exit $ac_status); }; then
1938 # Find the output, starting from the most likely. This scheme is
1939# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1940# resort.
1941
1942# Be careful to initialize this variable, since it used to be cached.
1943# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1944ac_cv_exeext=
1945# b.out is created by i960 compilers.
1946for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1947do
1948 test -f "$ac_file" || continue
1949 case $ac_file in
1950 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1951 ;;
1952 conftest.$ac_ext )
1953 # This is the source file.
1954 ;;
1955 [ab].out )
1956 # We found the default executable, but exeext='' is most
1957 # certainly right.
1958 break;;
1959 *.* )
1960 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1961 # FIXME: I believe we export ac_cv_exeext for Libtool,
1962 # but it would be cool to find out if it's true. Does anybody
1963 # maintain Libtool? --akim.
1964 export ac_cv_exeext
1965 break;;
1966 * )
1967 break;;
1968 esac
1969done
1970else
1971 echo "$as_me: failed program was:" >&5
1972sed 's/^/| /' conftest.$ac_ext >&5
1973
1974{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1975See \`config.log' for more details." >&5
1976echo "$as_me: error: C compiler cannot create executables
1977See \`config.log' for more details." >&2;}
1978 { (exit 77); exit 77; }; }
1979fi
1980
1981ac_exeext=$ac_cv_exeext
1982echo "$as_me:$LINENO: result: $ac_file" >&5
1983echo "${ECHO_T}$ac_file" >&6
1984
1985# Check the compiler produces executables we can run. If not, either
1986# the compiler is broken, or we cross compile.
1987echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1988echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1989# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1990# If not cross compiling, check that we can run a simple program.
1991if test "$cross_compiling" != yes; then
1992 if { ac_try='./$ac_file'
1993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1994 (eval $ac_try) 2>&5
1995 ac_status=$?
1996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1997 (exit $ac_status); }; }; then
1998 cross_compiling=no
1999 else
2000 if test "$cross_compiling" = maybe; then
2001 cross_compiling=yes
2002 else
2003 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2004If you meant to cross compile, use \`--host'.
2005See \`config.log' for more details." >&5
2006echo "$as_me: error: cannot run C compiled programs.
2007If you meant to cross compile, use \`--host'.
2008See \`config.log' for more details." >&2;}
2009 { (exit 1); exit 1; }; }
919 fi 2010 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 2011 fi
933 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
934fi 2012fi
2013echo "$as_me:$LINENO: result: yes" >&5
2014echo "${ECHO_T}yes" >&6
935 2015
936echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2016rm -f a.out a.exe conftest$ac_cv_exeext b.out
937echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2017ac_clean_files=$ac_clean_files_save
2018# Check the compiler produces executables we can run. If not, either
2019# the compiler is broken, or we cross compile.
2020echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2021echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2022echo "$as_me:$LINENO: result: $cross_compiling" >&5
2023echo "${ECHO_T}$cross_compiling" >&6
938 2024
939ac_ext=c 2025echo "$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. 2026echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
941ac_cpp='$CPP $CPPFLAGS' 2027if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2028 (eval $ac_link) 2>&5
943ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2029 ac_status=$?
944cross_compiling=$ac_cv_prog_cc_cross 2030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2031 (exit $ac_status); }; then
2032 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2033# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2034# work properly (i.e., refer to `conftest.exe'), while it won't with
2035# `rm'.
2036for ac_file in conftest.exe conftest conftest.*; do
2037 test -f "$ac_file" || continue
2038 case $ac_file in
2039 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2040 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2041 export ac_cv_exeext
2042 break;;
2043 * ) break;;
2044 esac
2045done
2046else
2047 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2048See \`config.log' for more details." >&5
2049echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2050See \`config.log' for more details." >&2;}
2051 { (exit 1); exit 1; }; }
2052fi
945 2053
2054rm -f conftest$ac_cv_exeext
2055echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2056echo "${ECHO_T}$ac_cv_exeext" >&6
2057
2058rm -f conftest.$ac_ext
2059EXEEXT=$ac_cv_exeext
2060ac_exeext=$EXEEXT
2061echo "$as_me:$LINENO: checking for suffix of object files" >&5
2062echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2063if test "${ac_cv_objext+set}" = set; then
2064 echo $ECHO_N "(cached) $ECHO_C" >&6
2065else
2066 cat >conftest.$ac_ext <<_ACEOF
2067/* confdefs.h. */
2068_ACEOF
2069cat confdefs.h >>conftest.$ac_ext
946cat > conftest.$ac_ext << EOF 2070cat >>conftest.$ac_ext <<_ACEOF
2071/* end confdefs.h. */
947 2072
948#line 949 "configure" 2073int
949#include "confdefs.h" 2074main ()
2075{
950 2076
951main(){return(0);} 2077 ;
952EOF 2078 return 0;
953if { (eval echo configure:954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2079}
954 ac_cv_prog_cc_works=yes 2080_ACEOF
955 # If we can't run a trivial program, we are probably using a cross compiler. 2081rm -f conftest.o conftest.obj
956 if (./conftest; exit) 2>/dev/null; then 2082if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
957 ac_cv_prog_cc_cross=no 2083 (eval $ac_compile) 2>&5
2084 ac_status=$?
2085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2086 (exit $ac_status); }; then
2087 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2088 case $ac_file in
2089 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2090 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2091 break;;
2092 esac
2093done
958 else 2094else
959 ac_cv_prog_cc_cross=yes
960 fi
961else
962 echo "configure: failed program was:" >&5 2095 echo "$as_me: failed program was:" >&5
963 cat conftest.$ac_ext >&5 2096sed '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 2097
974echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 2098{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
975if test $ac_cv_prog_cc_works = no; then 2099See \`config.log' for more details." >&5
976 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 2100echo "$as_me: error: cannot compute suffix of object files: cannot compile
2101See \`config.log' for more details." >&2;}
2102 { (exit 1); exit 1; }; }
977fi 2103fi
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 2104
2105rm -f conftest.$ac_cv_objext conftest.$ac_ext
2106fi
2107echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2108echo "${ECHO_T}$ac_cv_objext" >&6
2109OBJEXT=$ac_cv_objext
2110ac_objext=$OBJEXT
2111echo "$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 2112echo $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 2113if 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 2114 echo $ECHO_N "(cached) $ECHO_C" >&6
987else 2115else
988 cat > conftest.c <<EOF 2116 cat >conftest.$ac_ext <<_ACEOF
2117/* confdefs.h. */
2118_ACEOF
2119cat confdefs.h >>conftest.$ac_ext
2120cat >>conftest.$ac_ext <<_ACEOF
2121/* end confdefs.h. */
2122
2123int
2124main ()
2125{
989#ifdef __GNUC__ 2126#ifndef __GNUC__
990 yes; 2127 choke me
991#endif 2128#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 2129
1000echo "$ac_t""$ac_cv_prog_gcc" 1>&6 2130 ;
1001 2131 return 0;
1002if test $ac_cv_prog_gcc = yes; then 2132}
1003 GCC=yes 2133_ACEOF
2134rm -f conftest.$ac_objext
2135if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2136 (eval $ac_compile) 2>conftest.er1
2137 ac_status=$?
2138 grep -v '^ *+' conftest.er1 >conftest.err
2139 rm -f conftest.er1
2140 cat conftest.err >&5
2141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2142 (exit $ac_status); } &&
2143 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2145 (eval $ac_try) 2>&5
2146 ac_status=$?
2147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2148 (exit $ac_status); }; } &&
2149 { ac_try='test -s conftest.$ac_objext'
2150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2151 (eval $ac_try) 2>&5
2152 ac_status=$?
2153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2154 (exit $ac_status); }; }; then
2155 ac_compiler_gnu=yes
1004else 2156else
1005 GCC= 2157 echo "$as_me: failed program was:" >&5
1006fi 2158sed 's/^/| /' conftest.$ac_ext >&5
1007 2159
2160ac_compiler_gnu=no
2161fi
2162rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2163ac_cv_c_compiler_gnu=$ac_compiler_gnu
2164
2165fi
2166echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2167echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2168GCC=`test $ac_compiler_gnu = yes && echo yes`
1008ac_test_CFLAGS="${CFLAGS+set}" 2169ac_test_CFLAGS=${CFLAGS+set}
1009ac_save_CFLAGS="$CFLAGS" 2170ac_save_CFLAGS=$CFLAGS
1010CFLAGS= 2171CFLAGS="-g"
2172echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1011echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2173echo $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 2174if test "${ac_cv_prog_cc_g+set}" = set; then
1014 echo $ac_n "(cached) $ac_c" 1>&6 2175 echo $ECHO_N "(cached) $ECHO_C" >&6
1015else 2176else
1016 echo 'void f(){}' > conftest.c 2177 cat >conftest.$ac_ext <<_ACEOF
1017if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 2178/* confdefs.h. */
2179_ACEOF
2180cat confdefs.h >>conftest.$ac_ext
2181cat >>conftest.$ac_ext <<_ACEOF
2182/* end confdefs.h. */
2183
2184int
2185main ()
2186{
2187
2188 ;
2189 return 0;
2190}
2191_ACEOF
2192rm -f conftest.$ac_objext
2193if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2194 (eval $ac_compile) 2>conftest.er1
2195 ac_status=$?
2196 grep -v '^ *+' conftest.er1 >conftest.err
2197 rm -f conftest.er1
2198 cat conftest.err >&5
2199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2200 (exit $ac_status); } &&
2201 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2203 (eval $ac_try) 2>&5
2204 ac_status=$?
2205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2206 (exit $ac_status); }; } &&
2207 { ac_try='test -s conftest.$ac_objext'
2208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2209 (eval $ac_try) 2>&5
2210 ac_status=$?
2211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2212 (exit $ac_status); }; }; then
1018 ac_cv_prog_cc_g=yes 2213 ac_cv_prog_cc_g=yes
1019else 2214else
2215 echo "$as_me: failed program was:" >&5
2216sed 's/^/| /' conftest.$ac_ext >&5
2217
1020 ac_cv_prog_cc_g=no 2218ac_cv_prog_cc_g=no
1021fi 2219fi
1022rm -f conftest* 2220rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1023
1024fi 2221fi
1025 2222echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1026echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 2223echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1027if test "$ac_test_CFLAGS" = set; then 2224if test "$ac_test_CFLAGS" = set; then
1028 CFLAGS="$ac_save_CFLAGS" 2225 CFLAGS=$ac_save_CFLAGS
1029elif test $ac_cv_prog_cc_g = yes; then 2226elif test $ac_cv_prog_cc_g = yes; then
1030 if test "$GCC" = yes; then 2227 if test "$GCC" = yes; then
1031 CFLAGS="-g -O2" 2228 CFLAGS="-g -O2"
1032 else 2229 else
1033 CFLAGS="-g" 2230 CFLAGS="-g"
1037 CFLAGS="-O2" 2234 CFLAGS="-O2"
1038 else 2235 else
1039 CFLAGS= 2236 CFLAGS=
1040 fi 2237 fi
1041fi 2238fi
2239echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2240echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2241if test "${ac_cv_prog_cc_stdc+set}" = set; then
2242 echo $ECHO_N "(cached) $ECHO_C" >&6
2243else
2244 ac_cv_prog_cc_stdc=no
2245ac_save_CC=$CC
2246cat >conftest.$ac_ext <<_ACEOF
2247/* confdefs.h. */
2248_ACEOF
2249cat confdefs.h >>conftest.$ac_ext
2250cat >>conftest.$ac_ext <<_ACEOF
2251/* end confdefs.h. */
2252#include <stdarg.h>
2253#include <stdio.h>
2254#include <sys/types.h>
2255#include <sys/stat.h>
2256/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2257struct buf { int x; };
2258FILE * (*rcsopen) (struct buf *, struct stat *, int);
2259static char *e (p, i)
2260 char **p;
2261 int i;
2262{
2263 return p[i];
2264}
2265static char *f (char * (*g) (char **, int), char **p, ...)
2266{
2267 char *s;
2268 va_list v;
2269 va_start (v,p);
2270 s = g (p, va_arg (v,int));
2271 va_end (v);
2272 return s;
2273}
1042 2274
1043for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 2275/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2276 function prototypes and stuff, but not '\xHH' hex character constants.
2277 These don't provoke an error unfortunately, instead are silently treated
2278 as 'x'. The following induces an error, until -std1 is added to get
2279 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2280 array size at least. It's necessary to write '\x00'==0 to get something
2281 that's true only with -std1. */
2282int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2283
2284int test (int i, double x);
2285struct s1 {int (*f) (int a);};
2286struct s2 {int (*f) (double a);};
2287int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2288int argc;
2289char **argv;
2290int
2291main ()
2292{
2293return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2294 ;
2295 return 0;
2296}
2297_ACEOF
2298# Don't try gcc -ansi; that turns off useful extensions and
2299# breaks some systems' header files.
2300# AIX -qlanglvl=ansi
2301# Ultrix and OSF/1 -std1
2302# HP-UX 10.20 and later -Ae
2303# HP-UX older versions -Aa -D_HPUX_SOURCE
2304# SVR4 -Xc -D__EXTENSIONS__
2305for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1044do 2306do
2307 CC="$ac_save_CC $ac_arg"
2308 rm -f conftest.$ac_objext
2309if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2310 (eval $ac_compile) 2>conftest.er1
2311 ac_status=$?
2312 grep -v '^ *+' conftest.er1 >conftest.err
2313 rm -f conftest.er1
2314 cat conftest.err >&5
2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2316 (exit $ac_status); } &&
2317 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2319 (eval $ac_try) 2>&5
2320 ac_status=$?
2321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2322 (exit $ac_status); }; } &&
2323 { ac_try='test -s conftest.$ac_objext'
2324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2325 (eval $ac_try) 2>&5
2326 ac_status=$?
2327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2328 (exit $ac_status); }; }; then
2329 ac_cv_prog_cc_stdc=$ac_arg
2330break
2331else
2332 echo "$as_me: failed program was:" >&5
2333sed 's/^/| /' conftest.$ac_ext >&5
2334
2335fi
2336rm -f conftest.err conftest.$ac_objext
2337done
2338rm -f conftest.$ac_ext conftest.$ac_objext
2339CC=$ac_save_CC
2340
2341fi
2342
2343case "x$ac_cv_prog_cc_stdc" in
2344 x|xno)
2345 echo "$as_me:$LINENO: result: none needed" >&5
2346echo "${ECHO_T}none needed" >&6 ;;
2347 *)
2348 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2349echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2350 CC="$CC $ac_cv_prog_cc_stdc" ;;
2351esac
2352
2353# Some people use a C++ compiler to compile C. Since we use `exit',
2354# in C++ we need to declare it. In case someone uses the same compiler
2355# for both compiling C and C++ we need to have the C++ compiler decide
2356# the declaration of exit, since it's the most demanding environment.
2357cat >conftest.$ac_ext <<_ACEOF
2358#ifndef __cplusplus
2359 choke me
2360#endif
2361_ACEOF
2362rm -f conftest.$ac_objext
2363if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2364 (eval $ac_compile) 2>conftest.er1
2365 ac_status=$?
2366 grep -v '^ *+' conftest.er1 >conftest.err
2367 rm -f conftest.er1
2368 cat conftest.err >&5
2369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2370 (exit $ac_status); } &&
2371 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2373 (eval $ac_try) 2>&5
2374 ac_status=$?
2375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2376 (exit $ac_status); }; } &&
2377 { ac_try='test -s conftest.$ac_objext'
2378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2379 (eval $ac_try) 2>&5
2380 ac_status=$?
2381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2382 (exit $ac_status); }; }; then
2383 for ac_declaration in \
2384 '' \
2385 'extern "C" void std::exit (int) throw (); using std::exit;' \
2386 'extern "C" void std::exit (int); using std::exit;' \
2387 'extern "C" void exit (int) throw ();' \
2388 'extern "C" void exit (int);' \
2389 'void exit (int);'
2390do
2391 cat >conftest.$ac_ext <<_ACEOF
2392/* confdefs.h. */
2393_ACEOF
2394cat confdefs.h >>conftest.$ac_ext
2395cat >>conftest.$ac_ext <<_ACEOF
2396/* end confdefs.h. */
2397$ac_declaration
2398#include <stdlib.h>
2399int
2400main ()
2401{
2402exit (42);
2403 ;
2404 return 0;
2405}
2406_ACEOF
2407rm -f conftest.$ac_objext
2408if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2409 (eval $ac_compile) 2>conftest.er1
2410 ac_status=$?
2411 grep -v '^ *+' conftest.er1 >conftest.err
2412 rm -f conftest.er1
2413 cat conftest.err >&5
2414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2415 (exit $ac_status); } &&
2416 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2418 (eval $ac_try) 2>&5
2419 ac_status=$?
2420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2421 (exit $ac_status); }; } &&
2422 { ac_try='test -s conftest.$ac_objext'
2423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2424 (eval $ac_try) 2>&5
2425 ac_status=$?
2426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2427 (exit $ac_status); }; }; then
2428 :
2429else
2430 echo "$as_me: failed program was:" >&5
2431sed 's/^/| /' conftest.$ac_ext >&5
2432
2433continue
2434fi
2435rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2436 cat >conftest.$ac_ext <<_ACEOF
2437/* confdefs.h. */
2438_ACEOF
2439cat confdefs.h >>conftest.$ac_ext
2440cat >>conftest.$ac_ext <<_ACEOF
2441/* end confdefs.h. */
2442$ac_declaration
2443int
2444main ()
2445{
2446exit (42);
2447 ;
2448 return 0;
2449}
2450_ACEOF
2451rm -f conftest.$ac_objext
2452if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2453 (eval $ac_compile) 2>conftest.er1
2454 ac_status=$?
2455 grep -v '^ *+' conftest.er1 >conftest.err
2456 rm -f conftest.er1
2457 cat conftest.err >&5
2458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2459 (exit $ac_status); } &&
2460 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2462 (eval $ac_try) 2>&5
2463 ac_status=$?
2464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2465 (exit $ac_status); }; } &&
2466 { ac_try='test -s conftest.$ac_objext'
2467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2468 (eval $ac_try) 2>&5
2469 ac_status=$?
2470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2471 (exit $ac_status); }; }; then
2472 break
2473else
2474 echo "$as_me: failed program was:" >&5
2475sed 's/^/| /' conftest.$ac_ext >&5
2476
2477fi
2478rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2479done
2480rm -f conftest*
2481if test -n "$ac_declaration"; then
2482 echo '#ifdef __cplusplus' >>confdefs.h
2483 echo $ac_declaration >>confdefs.h
2484 echo '#endif' >>confdefs.h
2485fi
2486
2487else
2488 echo "$as_me: failed program was:" >&5
2489sed 's/^/| /' conftest.$ac_ext >&5
2490
2491fi
2492rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2493ac_ext=c
2494ac_cpp='$CPP $CPPFLAGS'
2495ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2496ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2497ac_compiler_gnu=$ac_cv_c_compiler_gnu
2498
2499ac_ext=cc
2500ac_cpp='$CXXCPP $CPPFLAGS'
2501ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2502ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2503ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2504if test -n "$ac_tool_prefix"; then
2505 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2506 do
1045# Extract the first word of "$ac_prog", so it can be a program name with args. 2507 # 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 2508set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2509echo "$as_me:$LINENO: checking for $ac_word" >&5
1047echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2510echo $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 2511if test "${ac_cv_prog_CXX+set}" = set; then
1050 echo $ac_n "(cached) $ac_c" 1>&6 2512 echo $ECHO_N "(cached) $ECHO_C" >&6
1051else 2513else
1052 if test -n "$CXX"; then 2514 if test -n "$CXX"; then
1053 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2515 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1054else 2516else
1055 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1056 ac_dummy="$PATH" 2518for as_dir in $PATH
1057 for ac_dir in $ac_dummy; do 2519do
2520 IFS=$as_save_IFS
1058 test -z "$ac_dir" && ac_dir=. 2521 test -z "$as_dir" && as_dir=.
1059 if test -f $ac_dir/$ac_word; then 2522 for ac_exec_ext in '' $ac_executable_extensions; do
2523 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1060 ac_cv_prog_CXX="$ac_prog" 2524 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1061 break 2526 break 2
1062 fi 2527 fi
2528done
2529done
2530
2531fi
2532fi
2533CXX=$ac_cv_prog_CXX
2534if test -n "$CXX"; then
2535 echo "$as_me:$LINENO: result: $CXX" >&5
2536echo "${ECHO_T}$CXX" >&6
2537else
2538 echo "$as_me:$LINENO: result: no" >&5
2539echo "${ECHO_T}no" >&6
2540fi
2541
2542 test -n "$CXX" && break
1063 done 2543 done
1064 IFS="$ac_save_ifs"
1065fi 2544fi
1066fi
1067CXX="$ac_cv_prog_CXX"
1068if test -n "$CXX"; then 2545if test -z "$CXX"; then
1069 echo "$ac_t""$CXX" 1>&6 2546 ac_ct_CXX=$CXX
2547 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2548do
2549 # Extract the first word of "$ac_prog", so it can be a program name with args.
2550set dummy $ac_prog; ac_word=$2
2551echo "$as_me:$LINENO: checking for $ac_word" >&5
2552echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2553if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2554 echo $ECHO_N "(cached) $ECHO_C" >&6
1070else 2555else
1071 echo "$ac_t""no" 1>&6 2556 if test -n "$ac_ct_CXX"; then
1072fi 2557 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1073 2558else
1074test -n "$CXX" && break 2559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2560for as_dir in $PATH
2561do
2562 IFS=$as_save_IFS
2563 test -z "$as_dir" && as_dir=.
2564 for ac_exec_ext in '' $ac_executable_extensions; do
2565 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2566 ac_cv_prog_ac_ct_CXX="$ac_prog"
2567 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2568 break 2
2569 fi
1075done 2570done
2571done
2572
2573fi
2574fi
2575ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2576if test -n "$ac_ct_CXX"; then
2577 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2578echo "${ECHO_T}$ac_ct_CXX" >&6
2579else
2580 echo "$as_me:$LINENO: result: no" >&5
2581echo "${ECHO_T}no" >&6
2582fi
2583
2584 test -n "$ac_ct_CXX" && break
2585done
1076test -n "$CXX" || CXX="gcc" 2586test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1077 2587
2588 CXX=$ac_ct_CXX
2589fi
1078 2590
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 2591
1082ac_ext=C 2592# Provide some information about the compiler.
1083# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2593echo "$as_me:$LINENO:" \
1084ac_cpp='$CXXCPP $CPPFLAGS' 2594 "checking for C++ compiler version" >&5
1085ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2595ac_compiler=`set X $ac_compile; echo $2`
1086ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2596{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1087cross_compiling=$ac_cv_prog_cxx_cross 2597 (eval $ac_compiler --version </dev/null >&5) 2>&5
2598 ac_status=$?
2599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2600 (exit $ac_status); }
2601{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2602 (eval $ac_compiler -v </dev/null >&5) 2>&5
2603 ac_status=$?
2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 (exit $ac_status); }
2606{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2607 (eval $ac_compiler -V </dev/null >&5) 2>&5
2608 ac_status=$?
2609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2610 (exit $ac_status); }
1088 2611
2612echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2613echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2614if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2615 echo $ECHO_N "(cached) $ECHO_C" >&6
2616else
2617 cat >conftest.$ac_ext <<_ACEOF
2618/* confdefs.h. */
2619_ACEOF
2620cat confdefs.h >>conftest.$ac_ext
1089cat > conftest.$ac_ext << EOF 2621cat >>conftest.$ac_ext <<_ACEOF
2622/* end confdefs.h. */
1090 2623
1091#line 1092 "configure" 2624int
1092#include "confdefs.h" 2625main ()
1093 2626{
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__ 2627#ifndef __GNUC__
1133 yes; 2628 choke me
1134#endif 2629#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 2630
1143echo "$ac_t""$ac_cv_prog_gxx" 1>&6 2631 ;
1144 2632 return 0;
1145if test $ac_cv_prog_gxx = yes; then 2633}
1146 GXX=yes 2634_ACEOF
2635rm -f conftest.$ac_objext
2636if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2637 (eval $ac_compile) 2>conftest.er1
2638 ac_status=$?
2639 grep -v '^ *+' conftest.er1 >conftest.err
2640 rm -f conftest.er1
2641 cat conftest.err >&5
2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2643 (exit $ac_status); } &&
2644 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2646 (eval $ac_try) 2>&5
2647 ac_status=$?
2648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2649 (exit $ac_status); }; } &&
2650 { ac_try='test -s conftest.$ac_objext'
2651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2652 (eval $ac_try) 2>&5
2653 ac_status=$?
2654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2655 (exit $ac_status); }; }; then
2656 ac_compiler_gnu=yes
1147else 2657else
1148 GXX= 2658 echo "$as_me: failed program was:" >&5
1149fi 2659sed 's/^/| /' conftest.$ac_ext >&5
1150 2660
2661ac_compiler_gnu=no
2662fi
2663rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2664ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2665
2666fi
2667echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2668echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2669GXX=`test $ac_compiler_gnu = yes && echo yes`
1151ac_test_CXXFLAGS="${CXXFLAGS+set}" 2670ac_test_CXXFLAGS=${CXXFLAGS+set}
1152ac_save_CXXFLAGS="$CXXFLAGS" 2671ac_save_CXXFLAGS=$CXXFLAGS
1153CXXFLAGS= 2672CXXFLAGS="-g"
2673echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
1154echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 2674echo $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 2675if test "${ac_cv_prog_cxx_g+set}" = set; then
1157 echo $ac_n "(cached) $ac_c" 1>&6 2676 echo $ECHO_N "(cached) $ECHO_C" >&6
1158else 2677else
1159 echo 'void f(){}' > conftest.cc 2678 cat >conftest.$ac_ext <<_ACEOF
1160if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then 2679/* confdefs.h. */
2680_ACEOF
2681cat confdefs.h >>conftest.$ac_ext
2682cat >>conftest.$ac_ext <<_ACEOF
2683/* end confdefs.h. */
2684
2685int
2686main ()
2687{
2688
2689 ;
2690 return 0;
2691}
2692_ACEOF
2693rm -f conftest.$ac_objext
2694if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2695 (eval $ac_compile) 2>conftest.er1
2696 ac_status=$?
2697 grep -v '^ *+' conftest.er1 >conftest.err
2698 rm -f conftest.er1
2699 cat conftest.err >&5
2700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2701 (exit $ac_status); } &&
2702 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2704 (eval $ac_try) 2>&5
2705 ac_status=$?
2706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2707 (exit $ac_status); }; } &&
2708 { ac_try='test -s conftest.$ac_objext'
2709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2710 (eval $ac_try) 2>&5
2711 ac_status=$?
2712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2713 (exit $ac_status); }; }; then
1161 ac_cv_prog_cxx_g=yes 2714 ac_cv_prog_cxx_g=yes
1162else 2715else
2716 echo "$as_me: failed program was:" >&5
2717sed 's/^/| /' conftest.$ac_ext >&5
2718
1163 ac_cv_prog_cxx_g=no 2719ac_cv_prog_cxx_g=no
1164fi 2720fi
1165rm -f conftest* 2721rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1166
1167fi 2722fi
1168 2723echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
1169echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 2724echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
1170if test "$ac_test_CXXFLAGS" = set; then 2725if test "$ac_test_CXXFLAGS" = set; then
1171 CXXFLAGS="$ac_save_CXXFLAGS" 2726 CXXFLAGS=$ac_save_CXXFLAGS
1172elif test $ac_cv_prog_cxx_g = yes; then 2727elif test $ac_cv_prog_cxx_g = yes; then
1173 if test "$GXX" = yes; then 2728 if test "$GXX" = yes; then
1174 CXXFLAGS="-g -O2" 2729 CXXFLAGS="-g -O2"
1175 else 2730 else
1176 CXXFLAGS="-g" 2731 CXXFLAGS="-g"
1180 CXXFLAGS="-O2" 2735 CXXFLAGS="-O2"
1181 else 2736 else
1182 CXXFLAGS= 2737 CXXFLAGS=
1183 fi 2738 fi
1184fi 2739fi
2740for ac_declaration in \
2741 '' \
2742 'extern "C" void std::exit (int) throw (); using std::exit;' \
2743 'extern "C" void std::exit (int); using std::exit;' \
2744 'extern "C" void exit (int) throw ();' \
2745 'extern "C" void exit (int);' \
2746 'void exit (int);'
2747do
2748 cat >conftest.$ac_ext <<_ACEOF
2749/* confdefs.h. */
2750_ACEOF
2751cat confdefs.h >>conftest.$ac_ext
2752cat >>conftest.$ac_ext <<_ACEOF
2753/* end confdefs.h. */
2754$ac_declaration
2755#include <stdlib.h>
2756int
2757main ()
2758{
2759exit (42);
2760 ;
2761 return 0;
2762}
2763_ACEOF
2764rm -f conftest.$ac_objext
2765if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2766 (eval $ac_compile) 2>conftest.er1
2767 ac_status=$?
2768 grep -v '^ *+' conftest.er1 >conftest.err
2769 rm -f conftest.er1
2770 cat conftest.err >&5
2771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2772 (exit $ac_status); } &&
2773 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2775 (eval $ac_try) 2>&5
2776 ac_status=$?
2777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2778 (exit $ac_status); }; } &&
2779 { ac_try='test -s conftest.$ac_objext'
2780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2781 (eval $ac_try) 2>&5
2782 ac_status=$?
2783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2784 (exit $ac_status); }; }; then
2785 :
2786else
2787 echo "$as_me: failed program was:" >&5
2788sed 's/^/| /' conftest.$ac_ext >&5
1185 2789
2790continue
2791fi
2792rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2793 cat >conftest.$ac_ext <<_ACEOF
2794/* confdefs.h. */
2795_ACEOF
2796cat confdefs.h >>conftest.$ac_ext
2797cat >>conftest.$ac_ext <<_ACEOF
2798/* end confdefs.h. */
2799$ac_declaration
2800int
2801main ()
2802{
2803exit (42);
2804 ;
2805 return 0;
2806}
2807_ACEOF
2808rm -f conftest.$ac_objext
2809if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2810 (eval $ac_compile) 2>conftest.er1
2811 ac_status=$?
2812 grep -v '^ *+' conftest.er1 >conftest.err
2813 rm -f conftest.er1
2814 cat conftest.err >&5
2815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2816 (exit $ac_status); } &&
2817 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2819 (eval $ac_try) 2>&5
2820 ac_status=$?
2821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2822 (exit $ac_status); }; } &&
2823 { ac_try='test -s conftest.$ac_objext'
2824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2825 (eval $ac_try) 2>&5
2826 ac_status=$?
2827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2828 (exit $ac_status); }; }; then
2829 break
2830else
2831 echo "$as_me: failed program was:" >&5
2832sed 's/^/| /' conftest.$ac_ext >&5
2833
2834fi
2835rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2836done
2837rm -f conftest*
2838if test -n "$ac_declaration"; then
2839 echo '#ifdef __cplusplus' >>confdefs.h
2840 echo $ac_declaration >>confdefs.h
2841 echo '#endif' >>confdefs.h
2842fi
2843
2844ac_ext=c
2845ac_cpp='$CPP $CPPFLAGS'
2846ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2847ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2848ac_compiler_gnu=$ac_cv_c_compiler_gnu
2849
2850ac_ext=c
2851ac_cpp='$CPP $CPPFLAGS'
2852ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2853ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2854ac_compiler_gnu=$ac_cv_c_compiler_gnu
2855echo "$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 2856echo $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. 2857# On Suns, sometimes $CPP names a directory.
1189if test -n "$CPP" && test -d "$CPP"; then 2858if test -n "$CPP" && test -d "$CPP"; then
1190 CPP= 2859 CPP=
1191fi 2860fi
1192if test -z "$CPP"; then 2861if test -z "$CPP"; then
1193if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 2862 if test "${ac_cv_prog_CPP+set}" = set; then
1194 echo $ac_n "(cached) $ac_c" 1>&6 2863 echo $ECHO_N "(cached) $ECHO_C" >&6
1195else 2864else
1196 # This must be in double quotes, not single quotes, because CPP may get 2865 # Double quotes because CPP needs to be expanded
1197 # substituted into the Makefile and "${CC-cc}" will confuse make. 2866 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1198 CPP="${CC-cc} -E" 2867 do
2868 ac_preproc_ok=false
2869for ac_c_preproc_warn_flag in '' yes
2870do
2871 # Use a header file that comes with gcc, so configuring glibc
2872 # with a fresh cross-compiler works.
2873 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2874 # <limits.h> exists even on freestanding compilers.
1199 # On the NeXT, cc -E runs the code through the compiler's parser, 2875 # On the NeXT, cc -E runs the code through the compiler's parser,
1200 # not just through cpp. 2876 # not just through cpp. "Syntax error" is here to catch this case.
1201 cat > conftest.$ac_ext <<EOF 2877 cat >conftest.$ac_ext <<_ACEOF
1202#line 1203 "configure" 2878/* confdefs.h. */
1203#include "confdefs.h" 2879_ACEOF
2880cat confdefs.h >>conftest.$ac_ext
2881cat >>conftest.$ac_ext <<_ACEOF
2882/* end confdefs.h. */
2883#ifdef __STDC__
2884# include <limits.h>
2885#else
1204#include <assert.h> 2886# include <assert.h>
1205Syntax Error 2887#endif
1206EOF 2888 Syntax error
1207ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2889_ACEOF
1208{ (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2890if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1209ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2891 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2892 ac_status=$?
2893 grep -v '^ *+' conftest.er1 >conftest.err
2894 rm -f conftest.er1
2895 cat conftest.err >&5
2896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2897 (exit $ac_status); } >/dev/null; then
2898 if test -s conftest.err; then
2899 ac_cpp_err=$ac_c_preproc_warn_flag
2900 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2901 else
2902 ac_cpp_err=
2903 fi
2904else
2905 ac_cpp_err=yes
2906fi
1210if test -z "$ac_err"; then 2907if test -z "$ac_cpp_err"; then
1211 : 2908 :
1212else 2909else
1213 echo "$ac_err" >&5
1214 echo "configure: failed program was:" >&5 2910 echo "$as_me: failed program was:" >&5
1215 cat conftest.$ac_ext >&5 2911sed 's/^/| /' conftest.$ac_ext >&5
1216 rm -rf conftest* 2912
1217 CPP="${CC-cc} -E -traditional-cpp" 2913 # Broken: fails on valid input.
2914continue
2915fi
2916rm -f conftest.err conftest.$ac_ext
2917
2918 # OK, works on sane cases. Now check whether non-existent headers
2919 # can be detected and how.
1218 cat > conftest.$ac_ext <<EOF 2920 cat >conftest.$ac_ext <<_ACEOF
1219#line 1220 "configure" 2921/* confdefs.h. */
1220#include "confdefs.h" 2922_ACEOF
2923cat confdefs.h >>conftest.$ac_ext
2924cat >>conftest.$ac_ext <<_ACEOF
2925/* end confdefs.h. */
2926#include <ac_nonexistent.h>
2927_ACEOF
2928if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2929 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2930 ac_status=$?
2931 grep -v '^ *+' conftest.er1 >conftest.err
2932 rm -f conftest.er1
2933 cat conftest.err >&5
2934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2935 (exit $ac_status); } >/dev/null; then
2936 if test -s conftest.err; then
2937 ac_cpp_err=$ac_c_preproc_warn_flag
2938 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2939 else
2940 ac_cpp_err=
2941 fi
2942else
2943 ac_cpp_err=yes
2944fi
2945if test -z "$ac_cpp_err"; then
2946 # Broken: success on invalid input.
2947continue
2948else
2949 echo "$as_me: failed program was:" >&5
2950sed 's/^/| /' conftest.$ac_ext >&5
2951
2952 # Passes both tests.
2953ac_preproc_ok=:
2954break
2955fi
2956rm -f conftest.err conftest.$ac_ext
2957
2958done
2959# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2960rm -f conftest.err conftest.$ac_ext
2961if $ac_preproc_ok; then
2962 break
2963fi
2964
2965 done
2966 ac_cv_prog_CPP=$CPP
2967
2968fi
2969 CPP=$ac_cv_prog_CPP
2970else
2971 ac_cv_prog_CPP=$CPP
2972fi
2973echo "$as_me:$LINENO: result: $CPP" >&5
2974echo "${ECHO_T}$CPP" >&6
2975ac_preproc_ok=false
2976for ac_c_preproc_warn_flag in '' yes
2977do
2978 # Use a header file that comes with gcc, so configuring glibc
2979 # with a fresh cross-compiler works.
2980 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2981 # <limits.h> exists even on freestanding compilers.
2982 # On the NeXT, cc -E runs the code through the compiler's parser,
2983 # not just through cpp. "Syntax error" is here to catch this case.
2984 cat >conftest.$ac_ext <<_ACEOF
2985/* confdefs.h. */
2986_ACEOF
2987cat confdefs.h >>conftest.$ac_ext
2988cat >>conftest.$ac_ext <<_ACEOF
2989/* end confdefs.h. */
2990#ifdef __STDC__
2991# include <limits.h>
2992#else
1221#include <assert.h> 2993# include <assert.h>
1222Syntax Error 2994#endif
1223EOF 2995 Syntax error
1224ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2996_ACEOF
1225{ (eval echo configure:1226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2997if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1226ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2998 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2999 ac_status=$?
3000 grep -v '^ *+' conftest.er1 >conftest.err
3001 rm -f conftest.er1
3002 cat conftest.err >&5
3003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004 (exit $ac_status); } >/dev/null; then
3005 if test -s conftest.err; then
3006 ac_cpp_err=$ac_c_preproc_warn_flag
3007 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3008 else
3009 ac_cpp_err=
3010 fi
3011else
3012 ac_cpp_err=yes
3013fi
1227if test -z "$ac_err"; then 3014if test -z "$ac_cpp_err"; then
1228 : 3015 :
1229else 3016else
1230 echo "$ac_err" >&5
1231 echo "configure: failed program was:" >&5 3017 echo "$as_me: failed program was:" >&5
1232 cat conftest.$ac_ext >&5 3018sed 's/^/| /' conftest.$ac_ext >&5
1233 rm -rf conftest* 3019
1234 CPP="${CC-cc} -nologo -E" 3020 # Broken: fails on valid input.
3021continue
3022fi
3023rm -f conftest.err conftest.$ac_ext
3024
3025 # OK, works on sane cases. Now check whether non-existent headers
3026 # can be detected and how.
1235 cat > conftest.$ac_ext <<EOF 3027 cat >conftest.$ac_ext <<_ACEOF
1236#line 1237 "configure" 3028/* confdefs.h. */
1237#include "confdefs.h" 3029_ACEOF
1238#include <assert.h> 3030cat confdefs.h >>conftest.$ac_ext
1239Syntax Error 3031cat >>conftest.$ac_ext <<_ACEOF
1240EOF 3032/* end confdefs.h. */
1241ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3033#include <ac_nonexistent.h>
1242{ (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3034_ACEOF
1243ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3035if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3036 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3037 ac_status=$?
3038 grep -v '^ *+' conftest.er1 >conftest.err
3039 rm -f conftest.er1
3040 cat conftest.err >&5
3041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3042 (exit $ac_status); } >/dev/null; then
3043 if test -s conftest.err; then
3044 ac_cpp_err=$ac_c_preproc_warn_flag
3045 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3046 else
3047 ac_cpp_err=
3048 fi
3049else
3050 ac_cpp_err=yes
3051fi
1244if test -z "$ac_err"; then 3052if test -z "$ac_cpp_err"; then
3053 # Broken: success on invalid input.
3054continue
3055else
3056 echo "$as_me: failed program was:" >&5
3057sed 's/^/| /' conftest.$ac_ext >&5
3058
3059 # Passes both tests.
3060ac_preproc_ok=:
3061break
3062fi
3063rm -f conftest.err conftest.$ac_ext
3064
3065done
3066# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3067rm -f conftest.err conftest.$ac_ext
3068if $ac_preproc_ok; then
1245 : 3069 :
1246else 3070else
1247 echo "$ac_err" >&5 3071 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1248 echo "configure: failed program was:" >&5 3072See \`config.log' for more details." >&5
1249 cat conftest.$ac_ext >&5 3073echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1250 rm -rf conftest* 3074See \`config.log' for more details." >&2;}
1251 CPP=/lib/cpp 3075 { (exit 1); exit 1; }; }
1252fi 3076fi
1253rm -f conftest* 3077
1254fi 3078ac_ext=c
1255rm -f conftest* 3079ac_cpp='$CPP $CPPFLAGS'
1256fi 3080ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257rm -f conftest* 3081ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258 ac_cv_prog_CPP="$CPP" 3082ac_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 3083
1266# Find a good install program. We prefer a C program (faster), 3084# 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 3085# so one script is as good as another. But avoid the broken or
1268# incompatible versions: 3086# incompatible versions:
1269# SysV /etc/install, /usr/sbin/install 3087# SysV /etc/install, /usr/sbin/install
1270# SunOS /usr/etc/install 3088# SunOS /usr/etc/install
1271# IRIX /sbin/install 3089# IRIX /sbin/install
1272# AIX /bin/install 3090# AIX /bin/install
3091# AmigaOS /C/install, which installs bootblocks on floppy discs
1273# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3092# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1274# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3093# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1275# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3094# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3095# OS/2's system install, which has a completely different semantic
1276# ./install, which can be erroneously created by make from ./install.sh. 3096# ./install, which can be erroneously created by make from ./install.sh.
3097echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1277echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 3098echo $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 3099if test -z "$INSTALL"; then
1280if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 3100if test "${ac_cv_path_install+set}" = set; then
1281 echo $ac_n "(cached) $ac_c" 1>&6 3101 echo $ECHO_N "(cached) $ECHO_C" >&6
1282else 3102else
1283 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 3103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1284 for ac_dir in $PATH; do 3104for as_dir in $PATH
3105do
3106 IFS=$as_save_IFS
3107 test -z "$as_dir" && as_dir=.
1285 # Account for people who put trailing slashes in PATH elements. 3108 # Account for people who put trailing slashes in PATH elements.
1286 case "$ac_dir/" in 3109case $as_dir/ in
3110 ./ | .// | /cC/* | \
1287 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 3111 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3112 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3113 /usr/ucb/* ) ;;
1288 *) 3114 *)
1289 # OSF1 and SCO ODT 3.0 have their own names for install. 3115 # 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 3116 # Don't use installbsd from OSF since it installs stuff as root
1291 # by default. 3117 # by default.
1292 for ac_prog in ginstall scoinst install; do 3118 for ac_prog in ginstall scoinst install; do
1293 if test -f $ac_dir/$ac_prog; then 3119 for ac_exec_ext in '' $ac_executable_extensions; do
3120 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1294 if test $ac_prog = install && 3121 if test $ac_prog = install &&
1295 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 3122 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1296 # AIX install. It has an incompatible calling convention. 3123 # AIX install. It has an incompatible calling convention.
1297 : 3124 :
3125 elif test $ac_prog = install &&
3126 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3127 # program-specific install script used by HP pwplus--don't use.
3128 :
1298 else 3129 else
1299 ac_cv_path_install="$ac_dir/$ac_prog -c" 3130 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1300 break 2 3131 break 3
1301 fi 3132 fi
1302 fi 3133 fi
1303 done 3134 done
1304 ;;
1305 esac
1306 done 3135 done
1307 IFS="$ac_save_IFS" 3136 ;;
3137esac
3138done
3139
1308 3140
1309fi 3141fi
1310 if test "${ac_cv_path_install+set}" = set; then 3142 if test "${ac_cv_path_install+set}" = set; then
1311 INSTALL="$ac_cv_path_install" 3143 INSTALL=$ac_cv_path_install
1312 else 3144 else
1313 # As a last resort, use the slow shell script. We don't cache a 3145 # 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 3146 # path for INSTALL within a source directory, because that will
1315 # break other packages using the cache if that directory is 3147 # break other packages using the cache if that directory is
1316 # removed, or if the path is relative. 3148 # removed, or if the path is relative.
1317 INSTALL="$ac_install_sh" 3149 INSTALL=$ac_install_sh
1318 fi 3150 fi
1319fi 3151fi
3152echo "$as_me:$LINENO: result: $INSTALL" >&5
1320echo "$ac_t""$INSTALL" 1>&6 3153echo "${ECHO_T}$INSTALL" >&6
1321 3154
1322# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3155# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1323# It thinks the first close brace ends the variable substitution. 3156# It thinks the first close brace ends the variable substitution.
1324test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3157test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1325 3158
1326test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 3159test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1327 3160
1328test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3161test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1329 3162
1330for ac_prog in mawk gawk nawk awk 3163for ac_prog in gawk mawk nawk awk
1331do 3164do
1332# Extract the first word of "$ac_prog", so it can be a program name with args. 3165 # Extract the first word of "$ac_prog", so it can be a program name with args.
1333set dummy $ac_prog; ac_word=$2 3166set dummy $ac_prog; ac_word=$2
3167echo "$as_me:$LINENO: checking for $ac_word" >&5
1334echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3168echo $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 3169if test "${ac_cv_prog_AWK+set}" = set; then
1337 echo $ac_n "(cached) $ac_c" 1>&6 3170 echo $ECHO_N "(cached) $ECHO_C" >&6
1338else 3171else
1339 if test -n "$AWK"; then 3172 if test -n "$AWK"; then
1340 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3173 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1341else 3174else
1342 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1343 ac_dummy="$PATH" 3176for as_dir in $PATH
1344 for ac_dir in $ac_dummy; do 3177do
3178 IFS=$as_save_IFS
1345 test -z "$ac_dir" && ac_dir=. 3179 test -z "$as_dir" && as_dir=.
1346 if test -f $ac_dir/$ac_word; then 3180 for ac_exec_ext in '' $ac_executable_extensions; do
3181 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1347 ac_cv_prog_AWK="$ac_prog" 3182 ac_cv_prog_AWK="$ac_prog"
3183 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1348 break 3184 break 2
3185 fi
3186done
3187done
3188
3189fi
3190fi
3191AWK=$ac_cv_prog_AWK
3192if test -n "$AWK"; then
3193 echo "$as_me:$LINENO: result: $AWK" >&5
3194echo "${ECHO_T}$AWK" >&6
3195else
3196 echo "$as_me:$LINENO: result: no" >&5
3197echo "${ECHO_T}no" >&6
3198fi
3199
3200 test -n "$AWK" && break
3201done
3202
3203
3204ac_ext=c
3205ac_cpp='$CPP $CPPFLAGS'
3206ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3207ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3208ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209
3210
3211LINKER="$CXX"
3212if test x$GCC = xyes && test x$GXX = xyes; then
3213
3214echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3215echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3216if test "${ac_cv_lib_supcpp_main+set}" = set; then
3217 echo $ECHO_N "(cached) $ECHO_C" >&6
3218else
3219 ac_check_lib_save_LIBS=$LIBS
3220LIBS="-lsupc++ $LIBS"
3221cat >conftest.$ac_ext <<_ACEOF
3222/* confdefs.h. */
3223_ACEOF
3224cat confdefs.h >>conftest.$ac_ext
3225cat >>conftest.$ac_ext <<_ACEOF
3226/* end confdefs.h. */
3227
3228
3229int
3230main ()
3231{
3232main ();
3233 ;
3234 return 0;
3235}
3236_ACEOF
3237rm -f conftest.$ac_objext conftest$ac_exeext
3238if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3239 (eval $ac_link) 2>conftest.er1
3240 ac_status=$?
3241 grep -v '^ *+' conftest.er1 >conftest.err
3242 rm -f conftest.er1
3243 cat conftest.err >&5
3244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3245 (exit $ac_status); } &&
3246 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3248 (eval $ac_try) 2>&5
3249 ac_status=$?
3250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3251 (exit $ac_status); }; } &&
3252 { ac_try='test -s conftest$ac_exeext'
3253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3254 (eval $ac_try) 2>&5
3255 ac_status=$?
3256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3257 (exit $ac_status); }; }; then
3258 ac_cv_lib_supcpp_main=yes
3259else
3260 echo "$as_me: failed program was:" >&5
3261sed 's/^/| /' conftest.$ac_ext >&5
3262
3263ac_cv_lib_supcpp_main=no
3264fi
3265rm -f conftest.err conftest.$ac_objext \
3266 conftest$ac_exeext conftest.$ac_ext
3267LIBS=$ac_check_lib_save_LIBS
3268fi
3269echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3270echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3271if test $ac_cv_lib_supcpp_main = yes; then
3272
3273 LINKER="$CC"
3274 LIBS="$LIBS -lsupc++"
3275
3276fi
3277
3278fi
3279LINKER=$LINKER
3280
3281
3282CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3283
3284
3285ac_ext=cc
3286ac_cpp='$CXXCPP $CPPFLAGS'
3287ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3288ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3289ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3290
3291
3292
3293ac_ext=cc
3294ac_cpp='$CXXCPP $CPPFLAGS'
3295ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3296ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3297ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3298echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3299echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3300if test -z "$CXXCPP"; then
3301 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3302 echo $ECHO_N "(cached) $ECHO_C" >&6
3303else
3304 # Double quotes because CXXCPP needs to be expanded
3305 for CXXCPP in "$CXX -E" "/lib/cpp"
3306 do
3307 ac_preproc_ok=false
3308for ac_cxx_preproc_warn_flag in '' yes
3309do
3310 # Use a header file that comes with gcc, so configuring glibc
3311 # with a fresh cross-compiler works.
3312 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3313 # <limits.h> exists even on freestanding compilers.
3314 # On the NeXT, cc -E runs the code through the compiler's parser,
3315 # not just through cpp. "Syntax error" is here to catch this case.
3316 cat >conftest.$ac_ext <<_ACEOF
3317/* confdefs.h. */
3318_ACEOF
3319cat confdefs.h >>conftest.$ac_ext
3320cat >>conftest.$ac_ext <<_ACEOF
3321/* end confdefs.h. */
3322#ifdef __STDC__
3323# include <limits.h>
3324#else
3325# include <assert.h>
3326#endif
3327 Syntax error
3328_ACEOF
3329if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3330 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3331 ac_status=$?
3332 grep -v '^ *+' conftest.er1 >conftest.err
3333 rm -f conftest.er1
3334 cat conftest.err >&5
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); } >/dev/null; then
3337 if test -s conftest.err; then
3338 ac_cpp_err=$ac_cxx_preproc_warn_flag
3339 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3340 else
3341 ac_cpp_err=
3342 fi
3343else
3344 ac_cpp_err=yes
3345fi
3346if test -z "$ac_cpp_err"; then
3347 :
3348else
3349 echo "$as_me: failed program was:" >&5
3350sed 's/^/| /' conftest.$ac_ext >&5
3351
3352 # Broken: fails on valid input.
3353continue
3354fi
3355rm -f conftest.err conftest.$ac_ext
3356
3357 # OK, works on sane cases. Now check whether non-existent headers
3358 # can be detected and how.
3359 cat >conftest.$ac_ext <<_ACEOF
3360/* confdefs.h. */
3361_ACEOF
3362cat confdefs.h >>conftest.$ac_ext
3363cat >>conftest.$ac_ext <<_ACEOF
3364/* end confdefs.h. */
3365#include <ac_nonexistent.h>
3366_ACEOF
3367if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3368 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3369 ac_status=$?
3370 grep -v '^ *+' conftest.er1 >conftest.err
3371 rm -f conftest.er1
3372 cat conftest.err >&5
3373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3374 (exit $ac_status); } >/dev/null; then
3375 if test -s conftest.err; then
3376 ac_cpp_err=$ac_cxx_preproc_warn_flag
3377 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3378 else
3379 ac_cpp_err=
3380 fi
3381else
3382 ac_cpp_err=yes
3383fi
3384if test -z "$ac_cpp_err"; then
3385 # Broken: success on invalid input.
3386continue
3387else
3388 echo "$as_me: failed program was:" >&5
3389sed 's/^/| /' conftest.$ac_ext >&5
3390
3391 # Passes both tests.
3392ac_preproc_ok=:
3393break
3394fi
3395rm -f conftest.err conftest.$ac_ext
3396
3397done
3398# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3399rm -f conftest.err conftest.$ac_ext
3400if $ac_preproc_ok; then
3401 break
3402fi
3403
3404 done
3405 ac_cv_prog_CXXCPP=$CXXCPP
3406
3407fi
3408 CXXCPP=$ac_cv_prog_CXXCPP
3409else
3410 ac_cv_prog_CXXCPP=$CXXCPP
3411fi
3412echo "$as_me:$LINENO: result: $CXXCPP" >&5
3413echo "${ECHO_T}$CXXCPP" >&6
3414ac_preproc_ok=false
3415for ac_cxx_preproc_warn_flag in '' yes
3416do
3417 # Use a header file that comes with gcc, so configuring glibc
3418 # with a fresh cross-compiler works.
3419 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3420 # <limits.h> exists even on freestanding compilers.
3421 # On the NeXT, cc -E runs the code through the compiler's parser,
3422 # not just through cpp. "Syntax error" is here to catch this case.
3423 cat >conftest.$ac_ext <<_ACEOF
3424/* confdefs.h. */
3425_ACEOF
3426cat confdefs.h >>conftest.$ac_ext
3427cat >>conftest.$ac_ext <<_ACEOF
3428/* end confdefs.h. */
3429#ifdef __STDC__
3430# include <limits.h>
3431#else
3432# include <assert.h>
3433#endif
3434 Syntax error
3435_ACEOF
3436if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3437 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3438 ac_status=$?
3439 grep -v '^ *+' conftest.er1 >conftest.err
3440 rm -f conftest.er1
3441 cat conftest.err >&5
3442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3443 (exit $ac_status); } >/dev/null; then
3444 if test -s conftest.err; then
3445 ac_cpp_err=$ac_cxx_preproc_warn_flag
3446 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3447 else
3448 ac_cpp_err=
3449 fi
3450else
3451 ac_cpp_err=yes
3452fi
3453if test -z "$ac_cpp_err"; then
3454 :
3455else
3456 echo "$as_me: failed program was:" >&5
3457sed 's/^/| /' conftest.$ac_ext >&5
3458
3459 # Broken: fails on valid input.
3460continue
3461fi
3462rm -f conftest.err conftest.$ac_ext
3463
3464 # OK, works on sane cases. Now check whether non-existent headers
3465 # can be detected and how.
3466 cat >conftest.$ac_ext <<_ACEOF
3467/* confdefs.h. */
3468_ACEOF
3469cat confdefs.h >>conftest.$ac_ext
3470cat >>conftest.$ac_ext <<_ACEOF
3471/* end confdefs.h. */
3472#include <ac_nonexistent.h>
3473_ACEOF
3474if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3475 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3476 ac_status=$?
3477 grep -v '^ *+' conftest.er1 >conftest.err
3478 rm -f conftest.er1
3479 cat conftest.err >&5
3480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3481 (exit $ac_status); } >/dev/null; then
3482 if test -s conftest.err; then
3483 ac_cpp_err=$ac_cxx_preproc_warn_flag
3484 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3485 else
3486 ac_cpp_err=
3487 fi
3488else
3489 ac_cpp_err=yes
3490fi
3491if test -z "$ac_cpp_err"; then
3492 # Broken: success on invalid input.
3493continue
3494else
3495 echo "$as_me: failed program was:" >&5
3496sed 's/^/| /' conftest.$ac_ext >&5
3497
3498 # Passes both tests.
3499ac_preproc_ok=:
3500break
3501fi
3502rm -f conftest.err conftest.$ac_ext
3503
3504done
3505# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3506rm -f conftest.err conftest.$ac_ext
3507if $ac_preproc_ok; then
3508 :
3509else
3510 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3511See \`config.log' for more details." >&5
3512echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3513See \`config.log' for more details." >&2;}
3514 { (exit 1); exit 1; }; }
3515fi
3516
3517ac_ext=cc
3518ac_cpp='$CXXCPP $CPPFLAGS'
3519ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3520ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3521ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3522
3523
3524echo "$as_me:$LINENO: checking for egrep" >&5
3525echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3526if test "${ac_cv_prog_egrep+set}" = set; then
3527 echo $ECHO_N "(cached) $ECHO_C" >&6
3528else
3529 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3530 then ac_cv_prog_egrep='grep -E'
3531 else ac_cv_prog_egrep='egrep'
1349 fi 3532 fi
1350 done
1351 IFS="$ac_save_ifs"
1352fi 3533fi
1353fi 3534echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1354AWK="$ac_cv_prog_AWK" 3535echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1355if test -n "$AWK"; then 3536 EGREP=$ac_cv_prog_egrep
1356 echo "$ac_t""$AWK" 1>&6
1357else
1358 echo "$ac_t""no" 1>&6
1359fi
1360 3537
1361test -n "$AWK" && break
1362done
1363 3538
1364 3539
3540echo "$as_me:$LINENO: checking for AIX" >&5
1365echo $ac_n "checking for AIX""... $ac_c" 1>&6 3541echo $ECHO_N "checking for AIX... $ECHO_C" >&6
1366echo "configure:1367: checking for AIX" >&5
1367cat > conftest.$ac_ext <<EOF 3542cat >conftest.$ac_ext <<_ACEOF
1368#line 1369 "configure" 3543/* confdefs.h. */
1369#include "confdefs.h" 3544_ACEOF
3545cat confdefs.h >>conftest.$ac_ext
3546cat >>conftest.$ac_ext <<_ACEOF
3547/* end confdefs.h. */
1370#ifdef _AIX 3548#ifdef _AIX
1371 yes 3549 yes
1372#endif 3550#endif
1373 3551
1374EOF 3552_ACEOF
1375if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3553if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1376 egrep "yes" >/dev/null 2>&1; then 3554 $EGREP "yes" >/dev/null 2>&1; then
1377 rm -rf conftest* 3555 echo "$as_me:$LINENO: result: yes" >&5
1378 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF 3556echo "${ECHO_T}yes" >&6
3557cat >>confdefs.h <<\_ACEOF
1379#define _ALL_SOURCE 1 3558#define _ALL_SOURCE 1
1380EOF 3559_ACEOF
1381 3560
1382else 3561else
1383 rm -rf conftest* 3562 echo "$as_me:$LINENO: result: no" >&5
1384 echo "$ac_t""no" 1>&6 3563echo "${ECHO_T}no" >&6
1385fi 3564fi
1386rm -f conftest* 3565rm -f conftest*
1387 3566
1388 3567
1389echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 3568echo "$as_me:$LINENO: checking for library containing strerror" >&5
1390echo "configure:1391: checking for POSIXized ISC" >&5 3569echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
1391if test -d /etc/conf/kconfig.d && 3570if test "${ac_cv_search_strerror+set}" = set; then
1392 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 3571 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 3572else
1403 CC="$CC -Xp" 3573 ac_func_search_save_LIBS=$LIBS
1404 fi 3574ac_cv_search_strerror=no
3575cat >conftest.$ac_ext <<_ACEOF
3576/* confdefs.h. */
3577_ACEOF
3578cat confdefs.h >>conftest.$ac_ext
3579cat >>conftest.$ac_ext <<_ACEOF
3580/* end confdefs.h. */
3581
3582/* Override any gcc2 internal prototype to avoid an error. */
3583#ifdef __cplusplus
3584extern "C"
3585#endif
3586/* We use char because int might match the return type of a gcc2
3587 builtin and then its argument prototype would still apply. */
3588char strerror ();
3589int
3590main ()
3591{
3592strerror ();
3593 ;
3594 return 0;
3595}
3596_ACEOF
3597rm -f conftest.$ac_objext conftest$ac_exeext
3598if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3599 (eval $ac_link) 2>conftest.er1
3600 ac_status=$?
3601 grep -v '^ *+' conftest.er1 >conftest.err
3602 rm -f conftest.er1
3603 cat conftest.err >&5
3604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3605 (exit $ac_status); } &&
3606 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3608 (eval $ac_try) 2>&5
3609 ac_status=$?
3610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3611 (exit $ac_status); }; } &&
3612 { ac_try='test -s conftest$ac_exeext'
3613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3614 (eval $ac_try) 2>&5
3615 ac_status=$?
3616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3617 (exit $ac_status); }; }; then
3618 ac_cv_search_strerror="none required"
1405else 3619else
1406 echo "$ac_t""no" 1>&6 3620 echo "$as_me: failed program was:" >&5
1407 ISC= 3621sed 's/^/| /' conftest.$ac_ext >&5
3622
3623fi
3624rm -f conftest.err conftest.$ac_objext \
3625 conftest$ac_exeext conftest.$ac_ext
3626if test "$ac_cv_search_strerror" = no; then
3627 for ac_lib in cposix; do
3628 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3629 cat >conftest.$ac_ext <<_ACEOF
3630/* confdefs.h. */
3631_ACEOF
3632cat confdefs.h >>conftest.$ac_ext
3633cat >>conftest.$ac_ext <<_ACEOF
3634/* end confdefs.h. */
3635
3636/* Override any gcc2 internal prototype to avoid an error. */
3637#ifdef __cplusplus
3638extern "C"
3639#endif
3640/* We use char because int might match the return type of a gcc2
3641 builtin and then its argument prototype would still apply. */
3642char strerror ();
3643int
3644main ()
3645{
3646strerror ();
3647 ;
3648 return 0;
3649}
3650_ACEOF
3651rm -f conftest.$ac_objext conftest$ac_exeext
3652if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3653 (eval $ac_link) 2>conftest.er1
3654 ac_status=$?
3655 grep -v '^ *+' conftest.er1 >conftest.err
3656 rm -f conftest.er1
3657 cat conftest.err >&5
3658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3659 (exit $ac_status); } &&
3660 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3662 (eval $ac_try) 2>&5
3663 ac_status=$?
3664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3665 (exit $ac_status); }; } &&
3666 { ac_try='test -s conftest$ac_exeext'
3667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3668 (eval $ac_try) 2>&5
3669 ac_status=$?
3670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); }; }; then
3672 ac_cv_search_strerror="-l$ac_lib"
3673break
3674else
3675 echo "$as_me: failed program was:" >&5
3676sed 's/^/| /' conftest.$ac_ext >&5
3677
3678fi
3679rm -f conftest.err conftest.$ac_objext \
3680 conftest$ac_exeext conftest.$ac_ext
3681 done
3682fi
3683LIBS=$ac_func_search_save_LIBS
3684fi
3685echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3686echo "${ECHO_T}$ac_cv_search_strerror" >&6
3687if test "$ac_cv_search_strerror" != no; then
3688 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3689
1408fi 3690fi
1409 3691
1410 3692
1411# Check whether --enable-shared or --disable-shared was given. 3693# Check whether --enable-shared or --disable-shared was given.
1412if test "${enable_shared+set}" = set; then 3694if test "${enable_shared+set}" = set; then
1427 IFS="$ac_save_ifs" 3709 IFS="$ac_save_ifs"
1428 ;; 3710 ;;
1429esac 3711esac
1430else 3712else
1431 enable_shared=no 3713 enable_shared=no
1432fi
1433# Check whether --enable-static or --disable-static was given. 3714fi; # Check whether --enable-static or --disable-static was given.
1434if test "${enable_static+set}" = set; then 3715if test "${enable_static+set}" = set; then
1435 enableval="$enable_static" 3716 enableval="$enable_static"
1436 p=${PACKAGE-default} 3717 p=${PACKAGE-default}
1437case "$enableval" in 3718case "$enableval" in
1438yes) enable_static=yes ;; 3719yes) enable_static=yes ;;
1449 IFS="$ac_save_ifs" 3730 IFS="$ac_save_ifs"
1450 ;; 3731 ;;
1451esac 3732esac
1452else 3733else
1453 enable_static=yes 3734 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. 3735fi; # Check whether --enable-fast-install or --disable-fast-install was given.
1518if test "${enable_fast_install+set}" = set; then 3736if test "${enable_fast_install+set}" = set; then
1519 enableval="$enable_fast_install" 3737 enableval="$enable_fast_install"
1520 p=${PACKAGE-default} 3738 p=${PACKAGE-default}
1521case "$enableval" in 3739case "$enableval" in
1522yes) enable_fast_install=yes ;; 3740yes) enable_fast_install=yes ;;
1533 IFS="$ac_save_ifs" 3751 IFS="$ac_save_ifs"
1534 ;; 3752 ;;
1535esac 3753esac
1536else 3754else
1537 enable_fast_install=yes 3755 enable_fast_install=yes
1538fi 3756fi;
1539
1540
1541# Make sure we can run config.sub. 3757# Make sure we can run config.sub.
1542if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 3758$ac_config_sub sun4 >/dev/null 2>&1 ||
3759 { { 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; } 3760echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1544fi 3761 { (exit 1); exit 1; }; }
1545 3762
1546echo $ac_n "checking host system type""... $ac_c" 1>&6 3763echo "$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 3764echo $ECHO_N "checking build system type... $ECHO_C" >&6
1568echo "configure:1569: checking build system type" >&5 3765if test "${ac_cv_build+set}" = set; then
3766 echo $ECHO_N "(cached) $ECHO_C" >&6
3767else
3768 ac_cv_build_alias=$build_alias
3769test -z "$ac_cv_build_alias" &&
3770 ac_cv_build_alias=`$ac_config_guess`
3771test -z "$ac_cv_build_alias" &&
3772 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3773echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3774 { (exit 1); exit 1; }; }
3775ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3776 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3777echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3778 { (exit 1); exit 1; }; }
1569 3779
1570build_alias=$build 3780fi
1571case "$build_alias" in 3781echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1572NONE) 3782echo "${ECHO_T}$ac_cv_build" >&6
1573 case $nonopt in 3783build=$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/'` 3784build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1581build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3785build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1582build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3786build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1583echo "$ac_t""$build" 1>&6 3787
3788
3789echo "$as_me:$LINENO: checking host system type" >&5
3790echo $ECHO_N "checking host system type... $ECHO_C" >&6
3791if test "${ac_cv_host+set}" = set; then
3792 echo $ECHO_N "(cached) $ECHO_C" >&6
3793else
3794 ac_cv_host_alias=$host_alias
3795test -z "$ac_cv_host_alias" &&
3796 ac_cv_host_alias=$ac_cv_build_alias
3797ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
3798 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
3799echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
3800 { (exit 1); exit 1; }; }
3801
3802fi
3803echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3804echo "${ECHO_T}$ac_cv_host" >&6
3805host=$ac_cv_host
3806host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3807host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3808host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3809
3810
1584 3811
1585# Check whether --with-gnu-ld or --without-gnu-ld was given. 3812# Check whether --with-gnu-ld or --without-gnu-ld was given.
1586if test "${with_gnu_ld+set}" = set; then 3813if test "${with_gnu_ld+set}" = set; then
1587 withval="$with_gnu_ld" 3814 withval="$with_gnu_ld"
1588 test "$withval" = no || with_gnu_ld=yes 3815 test "$withval" = no || with_gnu_ld=yes
1589else 3816else
1590 with_gnu_ld=no 3817 with_gnu_ld=no
1591fi 3818fi;
1592
1593ac_prog=ld 3819ac_prog=ld
1594if test "$GCC" = yes; then 3820if test "$GCC" = yes; then
1595 # Check if gcc -print-prog-name=ld gives a path. 3821 # Check if gcc -print-prog-name=ld gives a path.
3822 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 3823echo $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 3824 case $host in
1599 *-*-mingw*) 3825 *-*-mingw*)
1600 # gcc leaves a trailing carriage return which upsets mingw 3826 # gcc leaves a trailing carriage return which upsets mingw
1601 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 3827 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1602 *) 3828 *)
1621 # If it is relative, then search for the first ld in PATH. 3847 # If it is relative, then search for the first ld in PATH.
1622 with_gnu_ld=unknown 3848 with_gnu_ld=unknown
1623 ;; 3849 ;;
1624 esac 3850 esac
1625elif test "$with_gnu_ld" = yes; then 3851elif test "$with_gnu_ld" = yes; then
3852 echo "$as_me:$LINENO: checking for GNU ld" >&5
1626 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 3853echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
1627echo "configure:1628: checking for GNU ld" >&5
1628else 3854else
3855 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
1629 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 3856echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
1630echo "configure:1631: checking for non-GNU ld" >&5
1631fi 3857fi
1632if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 3858if test "${lt_cv_path_LD+set}" = set; then
1633 echo $ac_n "(cached) $ac_c" 1>&6 3859 echo $ECHO_N "(cached) $ECHO_C" >&6
1634else 3860else
1635 if test -z "$LD"; then 3861 if test -z "$LD"; then
1636 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 3862 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1637 for ac_dir in $PATH; do 3863 for ac_dir in $PATH; do
1638 test -z "$ac_dir" && ac_dir=. 3864 test -z "$ac_dir" && ac_dir=.
1654fi 3880fi
1655fi 3881fi
1656 3882
1657LD="$lt_cv_path_LD" 3883LD="$lt_cv_path_LD"
1658if test -n "$LD"; then 3884if test -n "$LD"; then
1659 echo "$ac_t""$LD" 1>&6 3885 echo "$as_me:$LINENO: result: $LD" >&5
3886echo "${ECHO_T}$LD" >&6
1660else 3887else
1661 echo "$ac_t""no" 1>&6 3888 echo "$as_me:$LINENO: result: no" >&5
3889echo "${ECHO_T}no" >&6
1662fi 3890fi
1663test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 3891test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3892echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3893 { (exit 1); exit 1; }; }
3894echo "$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 3895echo $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 3896if test "${lt_cv_prog_gnu_ld+set}" = set; then
1667 echo $ac_n "(cached) $ac_c" 1>&6 3897 echo $ECHO_N "(cached) $ECHO_C" >&6
1668else 3898else
1669 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 3899 # 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 3900if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1671 lt_cv_prog_gnu_ld=yes 3901 lt_cv_prog_gnu_ld=yes
1672else 3902else
1673 lt_cv_prog_gnu_ld=no 3903 lt_cv_prog_gnu_ld=no
1674fi 3904fi
1675fi 3905fi
1676 3906echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
1677echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 3907echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
1678with_gnu_ld=$lt_cv_prog_gnu_ld 3908with_gnu_ld=$lt_cv_prog_gnu_ld
1679 3909
1680 3910
3911echo "$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 3912echo $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 3913if test "${lt_cv_ld_reload_flag+set}" = set; then
1684 echo $ac_n "(cached) $ac_c" 1>&6 3914 echo $ECHO_N "(cached) $ECHO_C" >&6
1685else 3915else
1686 lt_cv_ld_reload_flag='-r' 3916 lt_cv_ld_reload_flag='-r'
1687fi 3917fi
1688 3918echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
1689echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6 3919echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
1690reload_flag=$lt_cv_ld_reload_flag 3920reload_flag=$lt_cv_ld_reload_flag
1691test -n "$reload_flag" && reload_flag=" $reload_flag" 3921test -n "$reload_flag" && reload_flag=" $reload_flag"
1692 3922
3923echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
1693echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 3924echo $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 3925if test "${lt_cv_path_NM+set}" = set; then
1696 echo $ac_n "(cached) $ac_c" 1>&6 3926 echo $ECHO_N "(cached) $ECHO_C" >&6
1697else 3927else
1698 if test -n "$NM"; then 3928 if test -n "$NM"; then
1699 # Let the user override the test. 3929 # Let the user override the test.
1700 lt_cv_path_NM="$NM" 3930 lt_cv_path_NM="$NM"
1701else 3931else
1724 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 3954 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1725fi 3955fi
1726fi 3956fi
1727 3957
1728NM="$lt_cv_path_NM" 3958NM="$lt_cv_path_NM"
1729echo "$ac_t""$NM" 1>&6 3959echo "$as_me:$LINENO: result: $NM" >&5
3960echo "${ECHO_T}$NM" >&6
1730 3961
3962echo "$as_me:$LINENO: checking whether ln -s works" >&5
1731echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 3963echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1732echo "configure:1733: checking whether ln -s works" >&5 3964LN_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 3965if test "$LN_S" = "ln -s"; then
1747 echo "$ac_t""yes" 1>&6 3966 echo "$as_me:$LINENO: result: yes" >&5
3967echo "${ECHO_T}yes" >&6
1748else 3968else
1749 echo "$ac_t""no" 1>&6 3969 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3970echo "${ECHO_T}no, using $LN_S" >&6
1750fi 3971fi
1751 3972
3973echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
1752echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 3974echo $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 3975if test "${lt_cv_deplibs_check_method+set}" = set; then
1755 echo $ac_n "(cached) $ac_c" 1>&6 3976 echo $ECHO_N "(cached) $ECHO_C" >&6
1756else 3977else
1757 lt_cv_file_magic_cmd='$MAGIC_CMD' 3978 lt_cv_file_magic_cmd='$MAGIC_CMD'
1758lt_cv_file_magic_test_file= 3979lt_cv_file_magic_test_file=
1759lt_cv_deplibs_check_method='unknown' 3980lt_cv_deplibs_check_method='unknown'
1760# Need to set the preceding variable on all platforms that support 3981# Need to set the preceding variable on all platforms that support
1906 esac 4127 esac
1907 ;; 4128 ;;
1908esac 4129esac
1909 4130
1910fi 4131fi
1911 4132echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
1912echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6 4133echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
1913file_magic_cmd=$lt_cv_file_magic_cmd 4134file_magic_cmd=$lt_cv_file_magic_cmd
1914deplibs_check_method=$lt_cv_deplibs_check_method 4135deplibs_check_method=$lt_cv_deplibs_check_method
1915 4136
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 4137
1936echo "$ac_t""$ac_cv_objext" 1>&6
1937OBJEXT=$ac_cv_objext
1938ac_objext=$ac_cv_objext
1939 4138
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 4139
1979 4140
1980 4141
1981 4142
1982# Check for command to grab the raw symbol name followed by C symbol from nm. 4143# Check for command to grab the raw symbol name followed by C symbol from nm.
4144echo "$as_me:$LINENO: checking command to parse $NM output" >&5
1983echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 4145echo $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 4146if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
1986 echo $ac_n "(cached) $ac_c" 1>&6 4147 echo $ECHO_N "(cached) $ECHO_C" >&6
1987else 4148else
1988 4149
1989# These are sane defaults that work on at least a few old systems. 4150# These are sane defaults that work on at least a few old systems.
1990# [They come from Ultrix. What could be older than Ultrix?!! ;)] 4151# [They come from Ultrix. What could be older than Ultrix?!! ;)]
1991 4152
1992# Character class describing NM global symbol codes. 4153# Character class describing NM global symbol codes.
1993symcode='[BCDEGRST]' 4154symcode='[BCDEGRST]'
2055} 4216}
2056#endif 4217#endif
2057main(){nm_test_var='a';nm_test_func();return(0);} 4218main(){nm_test_var='a';nm_test_func();return(0);}
2058EOF 4219EOF
2059 4220
2060 if { (eval echo configure:2061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4221 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4222 (eval $ac_compile) 2>&5
4223 ac_status=$?
4224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4225 (exit $ac_status); }; then
2061 # Now try to grab the symbols. 4226 # Now try to grab the symbols.
2062 nlist=conftest.nm 4227 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 4228 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4229 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4230 ac_status=$?
4231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4232 (exit $ac_status); } && test -s "$nlist"; then
2064 # Try sorting and uniquifying the output. 4233 # Try sorting and uniquifying the output.
2065 if sort "$nlist" | uniq > "$nlist"T; then 4234 if sort "$nlist" | uniq > "$nlist"T; then
2066 mv -f "$nlist"T "$nlist" 4235 mv -f "$nlist"T "$nlist"
2067 else 4236 else
2068 rm -f "$nlist"T 4237 rm -f "$nlist"T
2109 mv conftest.$ac_objext conftstm.$ac_objext 4278 mv conftest.$ac_objext conftstm.$ac_objext
2110 save_LIBS="$LIBS" 4279 save_LIBS="$LIBS"
2111 save_CFLAGS="$CFLAGS" 4280 save_CFLAGS="$CFLAGS"
2112 LIBS="conftstm.$ac_objext" 4281 LIBS="conftstm.$ac_objext"
2113 CFLAGS="$CFLAGS$no_builtin_flag" 4282 CFLAGS="$CFLAGS$no_builtin_flag"
2114 if { (eval echo configure:2115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4283 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4284 (eval $ac_link) 2>&5
4285 ac_status=$?
4286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4287 (exit $ac_status); } && test -s conftest; then
2115 pipe_works=yes 4288 pipe_works=yes
2116 fi 4289 fi
2117 LIBS="$save_LIBS" 4290 LIBS="$save_LIBS"
2118 CFLAGS="$save_CFLAGS" 4291 CFLAGS="$save_CFLAGS"
2119 else 4292 else
2146 global_symbol_to_cdecl= 4319 global_symbol_to_cdecl=
2147else 4320else
2148 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl" 4321 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
2149fi 4322fi
2150if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then 4323if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
2151 echo "$ac_t""failed" 1>&6 4324 echo "$as_me:$LINENO: result: failed" >&5
4325echo "${ECHO_T}failed" >&6
4326else
4327 echo "$as_me:$LINENO: result: ok" >&5
4328echo "${ECHO_T}ok" >&6
4329fi
4330
4331echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4332echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4333if test "${ac_cv_header_stdc+set}" = set; then
4334 echo $ECHO_N "(cached) $ECHO_C" >&6
4335else
4336 cat >conftest.$ac_ext <<_ACEOF
4337/* confdefs.h. */
4338_ACEOF
4339cat confdefs.h >>conftest.$ac_ext
4340cat >>conftest.$ac_ext <<_ACEOF
4341/* end confdefs.h. */
4342#include <stdlib.h>
4343#include <stdarg.h>
4344#include <string.h>
4345#include <float.h>
4346
4347int
4348main ()
4349{
4350
4351 ;
4352 return 0;
4353}
4354_ACEOF
4355rm -f conftest.$ac_objext
4356if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4357 (eval $ac_compile) 2>conftest.er1
4358 ac_status=$?
4359 grep -v '^ *+' conftest.er1 >conftest.err
4360 rm -f conftest.er1
4361 cat conftest.err >&5
4362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4363 (exit $ac_status); } &&
4364 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4366 (eval $ac_try) 2>&5
4367 ac_status=$?
4368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4369 (exit $ac_status); }; } &&
4370 { ac_try='test -s conftest.$ac_objext'
4371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4372 (eval $ac_try) 2>&5
4373 ac_status=$?
4374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4375 (exit $ac_status); }; }; then
4376 ac_cv_header_stdc=yes
4377else
4378 echo "$as_me: failed program was:" >&5
4379sed 's/^/| /' conftest.$ac_ext >&5
4380
4381ac_cv_header_stdc=no
4382fi
4383rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4384
4385if test $ac_cv_header_stdc = yes; then
4386 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4387 cat >conftest.$ac_ext <<_ACEOF
4388/* confdefs.h. */
4389_ACEOF
4390cat confdefs.h >>conftest.$ac_ext
4391cat >>conftest.$ac_ext <<_ACEOF
4392/* end confdefs.h. */
4393#include <string.h>
4394
4395_ACEOF
4396if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4397 $EGREP "memchr" >/dev/null 2>&1; then
4398 :
4399else
4400 ac_cv_header_stdc=no
4401fi
4402rm -f conftest*
4403
4404fi
4405
4406if test $ac_cv_header_stdc = yes; then
4407 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4408 cat >conftest.$ac_ext <<_ACEOF
4409/* confdefs.h. */
4410_ACEOF
4411cat confdefs.h >>conftest.$ac_ext
4412cat >>conftest.$ac_ext <<_ACEOF
4413/* end confdefs.h. */
4414#include <stdlib.h>
4415
4416_ACEOF
4417if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4418 $EGREP "free" >/dev/null 2>&1; then
4419 :
4420else
4421 ac_cv_header_stdc=no
4422fi
4423rm -f conftest*
4424
4425fi
4426
4427if test $ac_cv_header_stdc = yes; then
4428 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4429 if test "$cross_compiling" = yes; then
4430 :
4431else
4432 cat >conftest.$ac_ext <<_ACEOF
4433/* confdefs.h. */
4434_ACEOF
4435cat confdefs.h >>conftest.$ac_ext
4436cat >>conftest.$ac_ext <<_ACEOF
4437/* end confdefs.h. */
4438#include <ctype.h>
4439#if ((' ' & 0x0FF) == 0x020)
4440# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4441# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2152else 4442#else
2153 echo "$ac_t""ok" 1>&6 4443# define ISLOWER(c) \
2154fi 4444 (('a' <= (c) && (c) <= 'i') \
4445 || ('j' <= (c) && (c) <= 'r') \
4446 || ('s' <= (c) && (c) <= 'z'))
4447# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4448#endif
2155 4449
2156for ac_hdr in dlfcn.h 4450#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4451int
4452main ()
4453{
4454 int i;
4455 for (i = 0; i < 256; i++)
4456 if (XOR (islower (i), ISLOWER (i))
4457 || toupper (i) != TOUPPER (i))
4458 exit(2);
4459 exit (0);
4460}
4461_ACEOF
4462rm -f conftest$ac_exeext
4463if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4464 (eval $ac_link) 2>&5
4465 ac_status=$?
4466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4467 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4469 (eval $ac_try) 2>&5
4470 ac_status=$?
4471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); }; }; then
4473 :
4474else
4475 echo "$as_me: program exited with status $ac_status" >&5
4476echo "$as_me: failed program was:" >&5
4477sed 's/^/| /' conftest.$ac_ext >&5
4478
4479( exit $ac_status )
4480ac_cv_header_stdc=no
4481fi
4482rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4483fi
4484fi
4485fi
4486echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4487echo "${ECHO_T}$ac_cv_header_stdc" >&6
4488if test $ac_cv_header_stdc = yes; then
4489
4490cat >>confdefs.h <<\_ACEOF
4491#define STDC_HEADERS 1
4492_ACEOF
4493
4494fi
4495
4496# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4507 inttypes.h stdint.h unistd.h
2157do 4508do
2158ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4509as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4510echo "$as_me:$LINENO: checking for $ac_header" >&5
2159echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4511echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2160echo "configure:2161: checking for $ac_hdr" >&5 4512if 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 4513 echo $ECHO_N "(cached) $ECHO_C" >&6
2163else 4514else
2164 cat > conftest.$ac_ext <<EOF 4515 cat >conftest.$ac_ext <<_ACEOF
2165#line 2166 "configure" 4516/* confdefs.h. */
2166#include "confdefs.h" 4517_ACEOF
4518cat confdefs.h >>conftest.$ac_ext
4519cat >>conftest.$ac_ext <<_ACEOF
4520/* end confdefs.h. */
4521$ac_includes_default
4522
2167#include <$ac_hdr> 4523#include <$ac_header>
2168EOF 4524_ACEOF
2169ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4525rm -f conftest.$ac_objext
2170{ (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4526if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4527 (eval $ac_compile) 2>conftest.er1
4528 ac_status=$?
4529 grep -v '^ *+' conftest.er1 >conftest.err
4530 rm -f conftest.er1
4531 cat conftest.err >&5
4532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4533 (exit $ac_status); } &&
4534 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4536 (eval $ac_try) 2>&5
4537 ac_status=$?
4538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4539 (exit $ac_status); }; } &&
4540 { ac_try='test -s conftest.$ac_objext'
4541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4542 (eval $ac_try) 2>&5
4543 ac_status=$?
4544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4545 (exit $ac_status); }; }; then
4546 eval "$as_ac_Header=yes"
4547else
4548 echo "$as_me: failed program was:" >&5
4549sed 's/^/| /' conftest.$ac_ext >&5
4550
4551eval "$as_ac_Header=no"
4552fi
4553rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4554fi
4555echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4556echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4557if test `eval echo '${'$as_ac_Header'}'` = yes; then
4558 cat >>confdefs.h <<_ACEOF
4559#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4560_ACEOF
4561
4562fi
4563
4564done
4565
4566
4567
4568for ac_header in dlfcn.h
4569do
4570as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4571if eval "test \"\${$as_ac_Header+set}\" = set"; then
4572 echo "$as_me:$LINENO: checking for $ac_header" >&5
4573echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4574if eval "test \"\${$as_ac_Header+set}\" = set"; then
4575 echo $ECHO_N "(cached) $ECHO_C" >&6
4576fi
4577echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4578echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4579else
4580 # Is the header compilable?
4581echo "$as_me:$LINENO: checking $ac_header usability" >&5
4582echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4583cat >conftest.$ac_ext <<_ACEOF
4584/* confdefs.h. */
4585_ACEOF
4586cat confdefs.h >>conftest.$ac_ext
4587cat >>conftest.$ac_ext <<_ACEOF
4588/* end confdefs.h. */
4589$ac_includes_default
4590#include <$ac_header>
4591_ACEOF
4592rm -f conftest.$ac_objext
4593if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4594 (eval $ac_compile) 2>conftest.er1
4595 ac_status=$?
4596 grep -v '^ *+' conftest.er1 >conftest.err
4597 rm -f conftest.er1
4598 cat conftest.err >&5
4599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4600 (exit $ac_status); } &&
4601 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4603 (eval $ac_try) 2>&5
4604 ac_status=$?
4605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4606 (exit $ac_status); }; } &&
4607 { ac_try='test -s conftest.$ac_objext'
4608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4609 (eval $ac_try) 2>&5
4610 ac_status=$?
4611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4612 (exit $ac_status); }; }; then
4613 ac_header_compiler=yes
4614else
4615 echo "$as_me: failed program was:" >&5
4616sed 's/^/| /' conftest.$ac_ext >&5
4617
4618ac_header_compiler=no
4619fi
4620rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4621echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4622echo "${ECHO_T}$ac_header_compiler" >&6
4623
4624# Is the header present?
4625echo "$as_me:$LINENO: checking $ac_header presence" >&5
4626echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4627cat >conftest.$ac_ext <<_ACEOF
4628/* confdefs.h. */
4629_ACEOF
4630cat confdefs.h >>conftest.$ac_ext
4631cat >>conftest.$ac_ext <<_ACEOF
4632/* end confdefs.h. */
4633#include <$ac_header>
4634_ACEOF
4635if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4636 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4637 ac_status=$?
4638 grep -v '^ *+' conftest.er1 >conftest.err
4639 rm -f conftest.er1
4640 cat conftest.err >&5
4641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4642 (exit $ac_status); } >/dev/null; then
4643 if test -s conftest.err; then
4644 ac_cpp_err=$ac_cxx_preproc_warn_flag
4645 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4646 else
4647 ac_cpp_err=
4648 fi
4649else
4650 ac_cpp_err=yes
4651fi
2172if test -z "$ac_err"; then 4652if test -z "$ac_cpp_err"; then
2173 rm -rf conftest* 4653 ac_header_preproc=yes
2174 eval "ac_cv_header_$ac_safe=yes"
2175else 4654else
2176 echo "$ac_err" >&5
2177 echo "configure: failed program was:" >&5 4655 echo "$as_me: failed program was:" >&5
2178 cat conftest.$ac_ext >&5 4656sed 's/^/| /' conftest.$ac_ext >&5
2179 rm -rf conftest* 4657
2180 eval "ac_cv_header_$ac_safe=no" 4658 ac_header_preproc=no
2181fi 4659fi
2182rm -f conftest* 4660rm -f conftest.err conftest.$ac_ext
4661echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4662echo "${ECHO_T}$ac_header_preproc" >&6
4663
4664# So? What about this header?
4665case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4666 yes:no: )
4667 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4668echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4669 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4670echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4671 ac_header_preproc=yes
4672 ;;
4673 no:yes:* )
4674 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4675echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4676 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4677echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4678 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4679echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4680 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4681echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4682 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4683echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4684 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4685echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4686 (
4687 cat <<\_ASBOX
4688## ------------------------------------------ ##
4689## Report this to the AC_PACKAGE_NAME lists. ##
4690## ------------------------------------------ ##
4691_ASBOX
4692 ) |
4693 sed "s/^/$as_me: WARNING: /" >&2
4694 ;;
4695esac
4696echo "$as_me:$LINENO: checking for $ac_header" >&5
4697echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4698if eval "test \"\${$as_ac_Header+set}\" = set"; then
4699 echo $ECHO_N "(cached) $ECHO_C" >&6
4700else
4701 eval "$as_ac_Header=\$ac_header_preproc"
2183fi 4702fi
2184if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4703echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2185 echo "$ac_t""yes" 1>&6 4704echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2186 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 4705
4706fi
4707if test `eval echo '${'$as_ac_Header'}'` = yes; then
2187 cat >> confdefs.h <<EOF 4708 cat >>confdefs.h <<_ACEOF
2188#define $ac_tr_hdr 1 4709#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2189EOF 4710_ACEOF
2190 4711
2191else
2192 echo "$ac_t""no" 1>&6
2193fi 4712fi
4713
2194done 4714done
2195 4715
2196 4716
2197 4717
2198 4718
2199 4719
2200# Only perform the check for file, if the check method requires it 4720# Only perform the check for file, if the check method requires it
2201case "$deplibs_check_method" in 4721case "$deplibs_check_method" in
2202file_magic*) 4722file_magic*)
2203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 4723 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4724 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 4725echo $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 4726if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2207 echo $ac_n "(cached) $ac_c" 1>&6 4727 echo $ECHO_N "(cached) $ECHO_C" >&6
2208else 4728else
2209 case "$MAGIC_CMD" in 4729 case "$MAGIC_CMD" in
2210 /*) 4730 /*)
2211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 4731 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2212 ;; 4732 ;;
2254esac 4774esac
2255fi 4775fi
2256 4776
2257MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 4777MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2258if test -n "$MAGIC_CMD"; then 4778if test -n "$MAGIC_CMD"; then
4779 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2259 echo "$ac_t""$MAGIC_CMD" 1>&6 4780echo "${ECHO_T}$MAGIC_CMD" >&6
2260else 4781else
2261 echo "$ac_t""no" 1>&6 4782 echo "$as_me:$LINENO: result: no" >&5
4783echo "${ECHO_T}no" >&6
2262fi 4784fi
2263 4785
2264if test -z "$lt_cv_path_MAGIC_CMD"; then 4786if test -z "$lt_cv_path_MAGIC_CMD"; then
2265 if test -n "$ac_tool_prefix"; then 4787 if test -n "$ac_tool_prefix"; then
4788 echo "$as_me:$LINENO: checking for file" >&5
2266 echo $ac_n "checking for file""... $ac_c" 1>&6 4789echo $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 4790if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2269 echo $ac_n "(cached) $ac_c" 1>&6 4791 echo $ECHO_N "(cached) $ECHO_C" >&6
2270else 4792else
2271 case "$MAGIC_CMD" in 4793 case "$MAGIC_CMD" in
2272 /*) 4794 /*)
2273 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 4795 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2274 ;; 4796 ;;
2316esac 4838esac
2317fi 4839fi
2318 4840
2319MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 4841MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2320if test -n "$MAGIC_CMD"; then 4842if test -n "$MAGIC_CMD"; then
4843 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2321 echo "$ac_t""$MAGIC_CMD" 1>&6 4844echo "${ECHO_T}$MAGIC_CMD" >&6
2322else 4845else
2323 echo "$ac_t""no" 1>&6 4846 echo "$as_me:$LINENO: result: no" >&5
4847echo "${ECHO_T}no" >&6
2324fi 4848fi
2325 4849
2326 else 4850 else
2327 MAGIC_CMD=: 4851 MAGIC_CMD=:
2328 fi 4852 fi
2330 4854
2331 fi 4855 fi
2332 ;; 4856 ;;
2333esac 4857esac
2334 4858
4859if 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. 4860 # 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 4861set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4862echo "$as_me:$LINENO: checking for $ac_word" >&5
2337echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4863echo $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 4864if test "${ac_cv_prog_RANLIB+set}" = set; then
2340 echo $ac_n "(cached) $ac_c" 1>&6 4865 echo $ECHO_N "(cached) $ECHO_C" >&6
2341else 4866else
2342 if test -n "$RANLIB"; then 4867 if test -n "$RANLIB"; then
2343 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 4868 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2344else 4869else
2345 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 ac_dummy="$PATH" 4871for as_dir in $PATH
2347 for ac_dir in $ac_dummy; do 4872do
4873 IFS=$as_save_IFS
2348 test -z "$ac_dir" && ac_dir=. 4874 test -z "$as_dir" && as_dir=.
2349 if test -f $ac_dir/$ac_word; then 4875 for ac_exec_ext in '' $ac_executable_extensions; do
4876 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 4877 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4878 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2351 break 4879 break 2
2352 fi 4880 fi
2353 done 4881done
2354 IFS="$ac_save_ifs" 4882done
4883
2355fi 4884fi
2356fi 4885fi
2357RANLIB="$ac_cv_prog_RANLIB" 4886RANLIB=$ac_cv_prog_RANLIB
2358if test -n "$RANLIB"; then 4887if test -n "$RANLIB"; then
2359 echo "$ac_t""$RANLIB" 1>&6 4888 echo "$as_me:$LINENO: result: $RANLIB" >&5
4889echo "${ECHO_T}$RANLIB" >&6
2360else 4890else
2361 echo "$ac_t""no" 1>&6 4891 echo "$as_me:$LINENO: result: no" >&5
4892echo "${ECHO_T}no" >&6
2362fi 4893fi
2363 4894
2364 4895fi
2365if test -z "$ac_cv_prog_RANLIB"; then 4896if test -z "$ac_cv_prog_RANLIB"; then
2366if test -n "$ac_tool_prefix"; then 4897 ac_ct_RANLIB=$RANLIB
2367 # Extract the first word of "ranlib", so it can be a program name with args. 4898 # Extract the first word of "ranlib", so it can be a program name with args.
2368set dummy ranlib; ac_word=$2 4899set dummy ranlib; ac_word=$2
4900echo "$as_me:$LINENO: checking for $ac_word" >&5
2369echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4901echo $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 4902if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2372 echo $ac_n "(cached) $ac_c" 1>&6 4903 echo $ECHO_N "(cached) $ECHO_C" >&6
2373else 4904else
2374 if test -n "$RANLIB"; then 4905 if test -n "$ac_ct_RANLIB"; then
2375 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 4906 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2376else 4907else
2377 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378 ac_dummy="$PATH" 4909for as_dir in $PATH
2379 for ac_dir in $ac_dummy; do 4910do
4911 IFS=$as_save_IFS
2380 test -z "$ac_dir" && ac_dir=. 4912 test -z "$as_dir" && as_dir=.
2381 if test -f $ac_dir/$ac_word; then 4913 for ac_exec_ext in '' $ac_executable_extensions; do
4914 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2382 ac_cv_prog_RANLIB="ranlib" 4915 ac_cv_prog_ac_ct_RANLIB="ranlib"
4916 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2383 break 4917 break 2
2384 fi 4918 fi
2385 done 4919done
2386 IFS="$ac_save_ifs" 4920done
4921
2387 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 4922 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2388fi 4923fi
2389fi 4924fi
4925ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4926if test -n "$ac_ct_RANLIB"; then
4927 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4928echo "${ECHO_T}$ac_ct_RANLIB" >&6
4929else
4930 echo "$as_me:$LINENO: result: no" >&5
4931echo "${ECHO_T}no" >&6
4932fi
4933
4934 RANLIB=$ac_ct_RANLIB
4935else
2390RANLIB="$ac_cv_prog_RANLIB" 4936 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 4937fi
2396 4938
2397else 4939if 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. 4940 # 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 4941set dummy ${ac_tool_prefix}strip; ac_word=$2
4942echo "$as_me:$LINENO: checking for $ac_word" >&5
2404echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4943echo $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 4944if test "${ac_cv_prog_STRIP+set}" = set; then
2407 echo $ac_n "(cached) $ac_c" 1>&6 4945 echo $ECHO_N "(cached) $ECHO_C" >&6
2408else 4946else
2409 if test -n "$STRIP"; then 4947 if test -n "$STRIP"; then
2410 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 4948 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2411else 4949else
2412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4950as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 ac_dummy="$PATH" 4951for as_dir in $PATH
2414 for ac_dir in $ac_dummy; do 4952do
4953 IFS=$as_save_IFS
2415 test -z "$ac_dir" && ac_dir=. 4954 test -z "$as_dir" && as_dir=.
2416 if test -f $ac_dir/$ac_word; then 4955 for ac_exec_ext in '' $ac_executable_extensions; do
4956 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 4957 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4958 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 4959 break 2
2419 fi 4960 fi
2420 done 4961done
2421 IFS="$ac_save_ifs" 4962done
4963
2422fi 4964fi
2423fi 4965fi
2424STRIP="$ac_cv_prog_STRIP" 4966STRIP=$ac_cv_prog_STRIP
2425if test -n "$STRIP"; then 4967if test -n "$STRIP"; then
2426 echo "$ac_t""$STRIP" 1>&6 4968 echo "$as_me:$LINENO: result: $STRIP" >&5
4969echo "${ECHO_T}$STRIP" >&6
2427else 4970else
2428 echo "$ac_t""no" 1>&6 4971 echo "$as_me:$LINENO: result: no" >&5
4972echo "${ECHO_T}no" >&6
2429fi 4973fi
2430 4974
2431 4975fi
2432if test -z "$ac_cv_prog_STRIP"; then 4976if test -z "$ac_cv_prog_STRIP"; then
2433if test -n "$ac_tool_prefix"; then 4977 ac_ct_STRIP=$STRIP
2434 # Extract the first word of "strip", so it can be a program name with args. 4978 # Extract the first word of "strip", so it can be a program name with args.
2435set dummy strip; ac_word=$2 4979set dummy strip; ac_word=$2
4980echo "$as_me:$LINENO: checking for $ac_word" >&5
2436echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4981echo $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 4982if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2439 echo $ac_n "(cached) $ac_c" 1>&6 4983 echo $ECHO_N "(cached) $ECHO_C" >&6
2440else 4984else
2441 if test -n "$STRIP"; then 4985 if test -n "$ac_ct_STRIP"; then
2442 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 4986 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2443else 4987else
2444 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4988as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 ac_dummy="$PATH" 4989for as_dir in $PATH
2446 for ac_dir in $ac_dummy; do 4990do
4991 IFS=$as_save_IFS
2447 test -z "$ac_dir" && ac_dir=. 4992 test -z "$as_dir" && as_dir=.
2448 if test -f $ac_dir/$ac_word; then 4993 for ac_exec_ext in '' $ac_executable_extensions; do
4994 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2449 ac_cv_prog_STRIP="strip" 4995 ac_cv_prog_ac_ct_STRIP="strip"
4996 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 4997 break 2
2451 fi 4998 fi
2452 done 4999done
2453 IFS="$ac_save_ifs" 5000done
5001
2454 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":" 5002 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2455fi 5003fi
2456fi 5004fi
5005ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5006if test -n "$ac_ct_STRIP"; then
5007 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5008echo "${ECHO_T}$ac_ct_STRIP" >&6
5009else
5010 echo "$as_me:$LINENO: result: no" >&5
5011echo "${ECHO_T}no" >&6
5012fi
5013
5014 STRIP=$ac_ct_STRIP
5015else
2457STRIP="$ac_cv_prog_STRIP" 5016 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 5017fi
2468 5018
2469 5019
2470enable_dlopen=no 5020enable_dlopen=no
2471enable_win32_dll=no 5021enable_win32_dll=no
2472 5022
2473# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 5023# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2474if test "${enable_libtool_lock+set}" = set; then 5024if test "${enable_libtool_lock+set}" = set; then
2475 enableval="$enable_libtool_lock" 5025 enableval="$enable_libtool_lock"
2476 : 5026
2477fi 5027fi;
2478
2479test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 5028test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
2480 5029
2481# Some flags need to be propagated to the compiler or linker for good 5030# Some flags need to be propagated to the compiler or linker for good
2482# libtool support. 5031# libtool support.
2483case "$host" in 5032case "$host" in
2484*-*-irix6*) 5033*-*-irix6*)
2485 # Find out which ABI we are using. 5034 # Find out which ABI we are using.
2486 echo '#line 2487 "configure"' > conftest.$ac_ext 5035 echo '#line 5035 "configure"' > conftest.$ac_ext
2487 if { (eval echo configure:2488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5037 (eval $ac_compile) 2>&5
5038 ac_status=$?
5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5040 (exit $ac_status); }; then
2488 case "`/usr/bin/file conftest.$ac_objext`" in 5041 case "`/usr/bin/file conftest.$ac_objext`" in
2489 *32-bit*) 5042 *32-bit*)
2490 LD="${LD-ld} -32" 5043 LD="${LD-ld} -32"
2491 ;; 5044 ;;
2492 *N32*) 5045 *N32*)
2502 5055
2503*-*-sco3.2v5*) 5056*-*-sco3.2v5*)
2504 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 5057 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2505 SAVE_CFLAGS="$CFLAGS" 5058 SAVE_CFLAGS="$CFLAGS"
2506 CFLAGS="$CFLAGS -belf" 5059 CFLAGS="$CFLAGS -belf"
5060 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 5061echo $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 5062if test "${lt_cv_cc_needs_belf+set}" = set; then
2510 echo $ac_n "(cached) $ac_c" 1>&6 5063 echo $ECHO_N "(cached) $ECHO_C" >&6
2511else 5064else
2512 5065
5066
2513 ac_ext=c 5067 ac_ext=c
2514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2515ac_cpp='$CPP $CPPFLAGS' 5068ac_cpp='$CPP $CPPFLAGS'
2516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5069ac_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' 5070ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2518cross_compiling=$ac_cv_prog_cc_cross 5071ac_compiler_gnu=$ac_cv_c_compiler_gnu
2519 5072
2520 cat > conftest.$ac_ext <<EOF 5073 cat >conftest.$ac_ext <<_ACEOF
2521#line 2522 "configure" 5074/* confdefs.h. */
2522#include "confdefs.h" 5075_ACEOF
5076cat confdefs.h >>conftest.$ac_ext
5077cat >>conftest.$ac_ext <<_ACEOF
5078/* end confdefs.h. */
2523 5079
2524int main() { 5080int
5081main ()
5082{
2525 5083
5084 ;
2526; return 0; } 5085 return 0;
2527EOF 5086}
2528if { (eval echo configure:2529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5087_ACEOF
5088rm -f conftest.$ac_objext conftest$ac_exeext
5089if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5090 (eval $ac_link) 2>conftest.er1
5091 ac_status=$?
5092 grep -v '^ *+' conftest.er1 >conftest.err
2529 rm -rf conftest* 5093 rm -f conftest.er1
5094 cat conftest.err >&5
5095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5096 (exit $ac_status); } &&
5097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5099 (eval $ac_try) 2>&5
5100 ac_status=$?
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); }; } &&
5103 { ac_try='test -s conftest$ac_exeext'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5
5106 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; }; then
2530 lt_cv_cc_needs_belf=yes 5109 lt_cv_cc_needs_belf=yes
2531else 5110else
2532 echo "configure: failed program was:" >&5 5111 echo "$as_me: failed program was:" >&5
2533 cat conftest.$ac_ext >&5 5112sed 's/^/| /' conftest.$ac_ext >&5
2534 rm -rf conftest* 5113
2535 lt_cv_cc_needs_belf=no 5114lt_cv_cc_needs_belf=no
2536fi 5115fi
2537rm -f conftest* 5116rm -f conftest.err conftest.$ac_objext \
5117 conftest$ac_exeext conftest.$ac_ext
2538 ac_ext=c 5118 ac_ext=cc
2539# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2540ac_cpp='$CPP $CPPFLAGS' 5119ac_cpp='$CXXCPP $CPPFLAGS'
2541ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5120ac_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' 5121ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543cross_compiling=$ac_cv_prog_cc_cross 5122ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2544 5123
2545fi 5124fi
2546 5125echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
2547echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 5126echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
2548 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5127 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 5128 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2550 CFLAGS="$SAVE_CFLAGS" 5129 CFLAGS="$SAVE_CFLAGS"
2551 fi 5130 fi
2552 ;; 5131 ;;
2637set dummy $CC 5216set dummy $CC
2638compiler="$2" 5217compiler="$2"
2639 5218
2640## FIXME: this should be a separate macro 5219## FIXME: this should be a separate macro
2641## 5220##
5221echo "$as_me:$LINENO: checking for objdir" >&5
2642echo $ac_n "checking for objdir""... $ac_c" 1>&6 5222echo $ECHO_N "checking for objdir... $ECHO_C" >&6
2643echo "configure:2644: checking for objdir" >&5
2644rm -f .libs 2>/dev/null 5223rm -f .libs 2>/dev/null
2645mkdir .libs 2>/dev/null 5224mkdir .libs 2>/dev/null
2646if test -d .libs; then 5225if test -d .libs; then
2647 objdir=.libs 5226 objdir=.libs
2648else 5227else
2649 # MS-DOS does not allow filenames that begin with a dot. 5228 # MS-DOS does not allow filenames that begin with a dot.
2650 objdir=_libs 5229 objdir=_libs
2651fi 5230fi
2652rmdir .libs 2>/dev/null 5231rmdir .libs 2>/dev/null
5232echo "$as_me:$LINENO: result: $objdir" >&5
2653echo "$ac_t""$objdir" 1>&6 5233echo "${ECHO_T}$objdir" >&6
2654## 5234##
2655## END FIXME 5235## END FIXME
2656 5236
2657 5237
2658## FIXME: this should be a separate macro 5238## FIXME: this should be a separate macro
2659## 5239##
5240
2660# Check whether --with-pic or --without-pic was given. 5241# Check whether --with-pic or --without-pic was given.
2661if test "${with_pic+set}" = set; then 5242if test "${with_pic+set}" = set; then
2662 withval="$with_pic" 5243 withval="$with_pic"
2663 pic_mode="$withval" 5244 pic_mode="$withval"
2664else 5245else
2665 pic_mode=default 5246 pic_mode=default
2666fi 5247fi;
2667
2668test -z "$pic_mode" && pic_mode=default 5248test -z "$pic_mode" && pic_mode=default
2669 5249
2670# We assume here that the value for lt_cv_prog_cc_pic will not be cached 5250# 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 5251# in isolation, and that seeing it set (from the cache) indicates that
2672# the associated values are set (in the cache) correctly too. 5252# the associated values are set (in the cache) correctly too.
5253echo "$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 5254echo $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 5255if test "${lt_cv_prog_cc_pic+set}" = set; then
2676 echo $ac_n "(cached) $ac_c" 1>&6 5256 echo $ECHO_N "(cached) $ECHO_C" >&6
2677else 5257else
2678 lt_cv_prog_cc_pic= 5258 lt_cv_prog_cc_pic=
2679 lt_cv_prog_cc_shlib= 5259 lt_cv_prog_cc_shlib=
2680 lt_cv_prog_cc_wl= 5260 lt_cv_prog_cc_wl=
2681 lt_cv_prog_cc_static= 5261 lt_cv_prog_cc_static=
2804 fi 5384 fi
2805 5385
2806fi 5386fi
2807 5387
2808if test -z "$lt_cv_prog_cc_pic"; then 5388if test -z "$lt_cv_prog_cc_pic"; then
2809 echo "$ac_t""none" 1>&6 5389 echo "$as_me:$LINENO: result: none" >&5
5390echo "${ECHO_T}none" >&6
2810else 5391else
5392 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
2811 echo "$ac_t""$lt_cv_prog_cc_pic" 1>&6 5393echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
2812 5394
2813 # Check to make sure the pic_flag actually works. 5395 # Check to make sure the pic_flag actually works.
5396 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 5397echo $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 5398 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
2817 echo $ac_n "(cached) $ac_c" 1>&6 5399 echo $ECHO_N "(cached) $ECHO_C" >&6
2818else 5400else
2819 save_CFLAGS="$CFLAGS" 5401 save_CFLAGS="$CFLAGS"
2820 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" 5402 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
2821 cat > conftest.$ac_ext <<EOF 5403 cat >conftest.$ac_ext <<_ACEOF
2822#line 2823 "configure" 5404/* confdefs.h. */
2823#include "confdefs.h" 5405_ACEOF
5406cat confdefs.h >>conftest.$ac_ext
5407cat >>conftest.$ac_ext <<_ACEOF
5408/* end confdefs.h. */
2824 5409
2825int main() { 5410int
5411main ()
5412{
2826 5413
5414 ;
2827; return 0; } 5415 return 0;
2828EOF 5416}
2829if { (eval echo configure:2830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5417_ACEOF
5418rm -f conftest.$ac_objext
5419if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5420 (eval $ac_compile) 2>conftest.er1
5421 ac_status=$?
5422 grep -v '^ *+' conftest.er1 >conftest.err
2830 rm -rf conftest* 5423 rm -f conftest.er1
5424 cat conftest.err >&5
5425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5426 (exit $ac_status); } &&
5427 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5429 (eval $ac_try) 2>&5
5430 ac_status=$?
5431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5432 (exit $ac_status); }; } &&
5433 { ac_try='test -s conftest.$ac_objext'
5434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5435 (eval $ac_try) 2>&5
5436 ac_status=$?
5437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5438 (exit $ac_status); }; }; then
2831 case "$host_os" in 5439 case "$host_os" in
2832 hpux9* | hpux10* | hpux11*) 5440 hpux9* | hpux10* | hpux11*)
2833 # On HP-UX, both CC and GCC only warn that PIC is supported... then 5441 # 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 5442 # they create non-PIC objects. So, if there were any warnings, we
2835 # assume that PIC is not supported. 5443 # assume that PIC is not supported.
2841 ;; 5449 ;;
2842 *) 5450 *)
2843 lt_cv_prog_cc_pic_works=yes 5451 lt_cv_prog_cc_pic_works=yes
2844 ;; 5452 ;;
2845 esac 5453 esac
2846 5454
2847else 5455else
2848 echo "configure: failed program was:" >&5 5456 echo "$as_me: failed program was:" >&5
2849 cat conftest.$ac_ext >&5 5457sed 's/^/| /' conftest.$ac_ext >&5
2850 rm -rf conftest* 5458
2851 lt_cv_prog_cc_pic_works=no 5459 lt_cv_prog_cc_pic_works=no
2852 5460
2853fi 5461fi
2854rm -f conftest* 5462rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2855 CFLAGS="$save_CFLAGS" 5463 CFLAGS="$save_CFLAGS"
2856 5464
2857fi 5465fi
2858 5466
2859 5467
2860 if test "X$lt_cv_prog_cc_pic_works" = Xno; then 5468 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
2861 lt_cv_prog_cc_pic= 5469 lt_cv_prog_cc_pic=
2862 lt_cv_prog_cc_can_build_shared=no 5470 lt_cv_prog_cc_can_build_shared=no
2863 else 5471 else
2864 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" 5472 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
2865 fi 5473 fi
2866 5474
5475 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
2867 echo "$ac_t""$lt_cv_prog_cc_pic_works" 1>&6 5476echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
2868fi 5477fi
2869## 5478##
2870## END FIXME 5479## END FIXME
2871 5480
2872# Check for any special shared library compilation flags. 5481# Check for any special shared library compilation flags.
2873if test -n "$lt_cv_prog_cc_shlib"; then 5482if test -n "$lt_cv_prog_cc_shlib"; then
5483 { 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 5484echo "$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 : 5485 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
2876 else 5486 else
5487 { 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 5488echo "$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 5489 lt_cv_prog_cc_can_build_shared=no
2879 fi 5490 fi
2880fi 5491fi
2881 5492
2882## FIXME: this should be a separate macro 5493## FIXME: this should be a separate macro
2883## 5494##
5495echo "$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 5496echo $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 5497if test "${lt_cv_prog_cc_static_works+set}" = set; then
2887 echo $ac_n "(cached) $ac_c" 1>&6 5498 echo $ECHO_N "(cached) $ECHO_C" >&6
2888else 5499else
2889 lt_cv_prog_cc_static_works=no 5500 lt_cv_prog_cc_static_works=no
2890 save_LDFLAGS="$LDFLAGS" 5501 save_LDFLAGS="$LDFLAGS"
2891 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" 5502 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
2892 cat > conftest.$ac_ext <<EOF 5503 cat >conftest.$ac_ext <<_ACEOF
2893#line 2894 "configure" 5504/* confdefs.h. */
2894#include "confdefs.h" 5505_ACEOF
5506cat confdefs.h >>conftest.$ac_ext
5507cat >>conftest.$ac_ext <<_ACEOF
5508/* end confdefs.h. */
2895 5509
2896int main() { 5510int
5511main ()
5512{
2897 5513
5514 ;
2898; return 0; } 5515 return 0;
2899EOF 5516}
2900if { (eval echo configure:2901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5517_ACEOF
5518rm -f conftest.$ac_objext conftest$ac_exeext
5519if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5520 (eval $ac_link) 2>conftest.er1
5521 ac_status=$?
5522 grep -v '^ *+' conftest.er1 >conftest.err
2901 rm -rf conftest* 5523 rm -f conftest.er1
5524 cat conftest.err >&5
5525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5526 (exit $ac_status); } &&
5527 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5529 (eval $ac_try) 2>&5
5530 ac_status=$?
5531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5532 (exit $ac_status); }; } &&
5533 { ac_try='test -s conftest$ac_exeext'
5534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5535 (eval $ac_try) 2>&5
5536 ac_status=$?
5537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5538 (exit $ac_status); }; }; then
2902 lt_cv_prog_cc_static_works=yes 5539 lt_cv_prog_cc_static_works=yes
2903else 5540else
2904 echo "configure: failed program was:" >&5 5541 echo "$as_me: failed program was:" >&5
2905 cat conftest.$ac_ext >&5 5542sed 's/^/| /' conftest.$ac_ext >&5
5543
2906fi 5544fi
2907rm -f conftest* 5545rm -f conftest.err conftest.$ac_objext \
5546 conftest$ac_exeext conftest.$ac_ext
2908 LDFLAGS="$save_LDFLAGS" 5547 LDFLAGS="$save_LDFLAGS"
2909 5548
2910fi 5549fi
2911 5550
2912 5551
2913# Belt *and* braces to stop my trousers falling down: 5552# Belt *and* braces to stop my trousers falling down:
2914test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static= 5553test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5554echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
2915echo "$ac_t""$lt_cv_prog_cc_static_works" 1>&6 5555echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
2916 5556
2917pic_flag="$lt_cv_prog_cc_pic" 5557pic_flag="$lt_cv_prog_cc_pic"
2918special_shlib_compile_flags="$lt_cv_prog_cc_shlib" 5558special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
2919wl="$lt_cv_prog_cc_wl" 5559wl="$lt_cv_prog_cc_wl"
2920link_static_flag="$lt_cv_prog_cc_static" 5560link_static_flag="$lt_cv_prog_cc_static"
2925 5565
2926 5566
2927## FIXME: this should be a separate macro 5567## FIXME: this should be a separate macro
2928## 5568##
2929# Check to see if options -o and -c are simultaneously supported by compiler 5569# Check to see if options -o and -c are simultaneously supported by compiler
5570echo "$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 5571echo $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 5572$rm -r conftest 2>/dev/null
2933mkdir conftest 5573mkdir conftest
2934cd conftest 5574cd conftest
2935echo "int some_variable = 0;" > conftest.$ac_ext 5575echo "int some_variable = 0;" > conftest.$ac_ext
2936mkdir out 5576mkdir out
2941# builds. 5581# builds.
2942chmod -w . 5582chmod -w .
2943save_CFLAGS="$CFLAGS" 5583save_CFLAGS="$CFLAGS"
2944CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5584CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
2945compiler_c_o=no 5585compiler_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 5586if { (eval echo configure:5586: \"$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 5587 # The compiler can only warn and ignore the option if not recognized
2948 # So say no if there are warnings 5588 # So say no if there are warnings
2949 if test -s out/conftest.err; then 5589 if test -s out/conftest.err; then
2950 compiler_c_o=no 5590 compiler_c_o=no
2951 else 5591 else
2954else 5594else
2955 # Append any errors to the config.log. 5595 # Append any errors to the config.log.
2956 cat out/conftest.err 1>&5 5596 cat out/conftest.err 1>&5
2957 compiler_c_o=no 5597 compiler_c_o=no
2958fi 5598fi
5599echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2959echo "$ac_t""$compiler_c_o" 1>&6 5600echo "${ECHO_T}$compiler_c_o" >&6
2960CFLAGS="$save_CFLAGS" 5601CFLAGS="$save_CFLAGS"
2961chmod u+w . 5602chmod u+w .
2962$rm conftest* out/* 5603$rm conftest* out/*
2963rmdir out 5604rmdir out
2964cd .. 5605cd ..
2965rmdir conftest 5606rmdir conftest
2966$rm -r conftest 2>/dev/null 5607$rm -r conftest 2>/dev/null
2967 5608
2968if test x"$compiler_c_o" = x"yes"; then 5609if test x"$compiler_c_o" = x"yes"; then
2969 # Check to see if we can write to a .lo 5610 # Check to see if we can write to a .lo
5611 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 5612echo $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 5613 compiler_o_lo=no
2973 save_CFLAGS="$CFLAGS" 5614 save_CFLAGS="$CFLAGS"
2974 CFLAGS="$CFLAGS -c -o conftest.lo" 5615 CFLAGS="$CFLAGS -c -o conftest.lo"
2975 cat > conftest.$ac_ext <<EOF 5616 cat >conftest.$ac_ext <<_ACEOF
2976#line 2977 "configure" 5617/* confdefs.h. */
2977#include "confdefs.h" 5618_ACEOF
5619cat confdefs.h >>conftest.$ac_ext
5620cat >>conftest.$ac_ext <<_ACEOF
5621/* end confdefs.h. */
2978 5622
2979int main() { 5623int
5624main ()
5625{
2980int some_variable = 0; 5626int some_variable = 0;
5627 ;
2981; return 0; } 5628 return 0;
2982EOF 5629}
2983if { (eval echo configure:2984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5630_ACEOF
5631rm -f conftest.$ac_objext
5632if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5633 (eval $ac_compile) 2>conftest.er1
5634 ac_status=$?
5635 grep -v '^ *+' conftest.er1 >conftest.err
2984 rm -rf conftest* 5636 rm -f conftest.er1
5637 cat conftest.err >&5
5638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5639 (exit $ac_status); } &&
5640 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
5646 { ac_try='test -s conftest.$ac_objext'
5647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5648 (eval $ac_try) 2>&5
5649 ac_status=$?
5650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5651 (exit $ac_status); }; }; then
2985 # The compiler can only warn and ignore the option if not recognized 5652 # The compiler can only warn and ignore the option if not recognized
2986 # So say no if there are warnings 5653 # So say no if there are warnings
2987 if test -s conftest.err; then 5654 if test -s conftest.err; then
2988 compiler_o_lo=no 5655 compiler_o_lo=no
2989 else 5656 else
2990 compiler_o_lo=yes 5657 compiler_o_lo=yes
2991 fi 5658 fi
2992 5659
2993else 5660else
2994 echo "configure: failed program was:" >&5 5661 echo "$as_me: failed program was:" >&5
2995 cat conftest.$ac_ext >&5 5662sed 's/^/| /' conftest.$ac_ext >&5
5663
2996fi 5664fi
2997rm -f conftest* 5665rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5666 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2998 echo "$ac_t""$compiler_c_o" 1>&6 5667echo "${ECHO_T}$compiler_c_o" >&6
2999 CFLAGS="$save_CFLAGS" 5668 CFLAGS="$save_CFLAGS"
3000else 5669else
3001 compiler_o_lo=no 5670 compiler_o_lo=no
3002fi 5671fi
3003## 5672##
3007## 5676##
3008# Check to see if we can do hard links to lock some files if needed 5677# Check to see if we can do hard links to lock some files if needed
3009hard_links="nottested" 5678hard_links="nottested"
3010if test "$compiler_c_o" = no && test "$need_locks" != no; then 5679if test "$compiler_c_o" = no && test "$need_locks" != no; then
3011 # do not overwrite the value of need_locks provided by the user 5680 # do not overwrite the value of need_locks provided by the user
5681 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 5682echo $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 5683 hard_links=yes
3015 $rm conftest* 5684 $rm conftest*
3016 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5685 ln conftest.a conftest.b 2>/dev/null && hard_links=no
3017 touch conftest.a 5686 touch conftest.a
3018 ln conftest.a conftest.b 2>&5 || hard_links=no 5687 ln conftest.a conftest.b 2>&5 || hard_links=no
3019 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5688 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5689 echo "$as_me:$LINENO: result: $hard_links" >&5
3020 echo "$ac_t""$hard_links" 1>&6 5690echo "${ECHO_T}$hard_links" >&6
3021 if test "$hard_links" = no; then 5691 if test "$hard_links" = no; then
5692 { 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 5693echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
3023 need_locks=warn 5694 need_locks=warn
3024 fi 5695 fi
3025else 5696else
3026 need_locks=no 5697 need_locks=no
3027fi 5698fi
3030 5701
3031## FIXME: this should be a separate macro 5702## FIXME: this should be a separate macro
3032## 5703##
3033if test "$GCC" = yes; then 5704if test "$GCC" = yes; then
3034 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler 5705 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5706 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 5707echo $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 5708 echo "int some_variable = 0;" > conftest.$ac_ext
3038 save_CFLAGS="$CFLAGS" 5709 save_CFLAGS="$CFLAGS"
3039 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" 5710 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
3040 compiler_rtti_exceptions=no 5711 compiler_rtti_exceptions=no
3041 cat > conftest.$ac_ext <<EOF 5712 cat >conftest.$ac_ext <<_ACEOF
3042#line 3043 "configure" 5713/* confdefs.h. */
3043#include "confdefs.h" 5714_ACEOF
5715cat confdefs.h >>conftest.$ac_ext
5716cat >>conftest.$ac_ext <<_ACEOF
5717/* end confdefs.h. */
3044 5718
3045int main() { 5719int
5720main ()
5721{
3046int some_variable = 0; 5722int some_variable = 0;
5723 ;
3047; return 0; } 5724 return 0;
3048EOF 5725}
3049if { (eval echo configure:3050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5726_ACEOF
5727rm -f conftest.$ac_objext
5728if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5729 (eval $ac_compile) 2>conftest.er1
5730 ac_status=$?
5731 grep -v '^ *+' conftest.er1 >conftest.err
3050 rm -rf conftest* 5732 rm -f conftest.er1
5733 cat conftest.err >&5
5734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5735 (exit $ac_status); } &&
5736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5738 (eval $ac_try) 2>&5
5739 ac_status=$?
5740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5741 (exit $ac_status); }; } &&
5742 { ac_try='test -s conftest.$ac_objext'
5743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5744 (eval $ac_try) 2>&5
5745 ac_status=$?
5746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5747 (exit $ac_status); }; }; then
3051 # The compiler can only warn and ignore the option if not recognized 5748 # The compiler can only warn and ignore the option if not recognized
3052 # So say no if there are warnings 5749 # So say no if there are warnings
3053 if test -s conftest.err; then 5750 if test -s conftest.err; then
3054 compiler_rtti_exceptions=no 5751 compiler_rtti_exceptions=no
3055 else 5752 else
3056 compiler_rtti_exceptions=yes 5753 compiler_rtti_exceptions=yes
3057 fi 5754 fi
3058 5755
3059else 5756else
3060 echo "configure: failed program was:" >&5 5757 echo "$as_me: failed program was:" >&5
3061 cat conftest.$ac_ext >&5 5758sed 's/^/| /' conftest.$ac_ext >&5
5759
3062fi 5760fi
3063rm -f conftest* 5761rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3064 CFLAGS="$save_CFLAGS" 5762 CFLAGS="$save_CFLAGS"
5763 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
3065 echo "$ac_t""$compiler_rtti_exceptions" 1>&6 5764echo "${ECHO_T}$compiler_rtti_exceptions" >&6
3066 5765
3067 if test "$compiler_rtti_exceptions" = "yes"; then 5766 if test "$compiler_rtti_exceptions" = "yes"; then
3068 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions' 5767 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
3069 else 5768 else
3070 no_builtin_flag=' -fno-builtin' 5769 no_builtin_flag=' -fno-builtin'
3074## END FIXME 5773## END FIXME
3075 5774
3076## FIXME: this should be a separate macro 5775## FIXME: this should be a separate macro
3077## 5776##
3078# See if the linker supports building shared libraries. 5777# See if the linker supports building shared libraries.
5778echo "$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 5779echo $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 5780
3082allow_undefined_flag= 5781allow_undefined_flag=
3083no_undefined_flag= 5782no_undefined_flag=
3084need_lib_prefix=unknown 5783need_lib_prefix=unknown
3085need_version=unknown 5784need_version=unknown
3632 *) 6331 *)
3633 ld_shlibs=no 6332 ld_shlibs=no
3634 ;; 6333 ;;
3635 esac 6334 esac
3636fi 6335fi
6336echo "$as_me:$LINENO: result: $ld_shlibs" >&5
3637echo "$ac_t""$ld_shlibs" 1>&6 6337echo "${ECHO_T}$ld_shlibs" >&6
3638test "$ld_shlibs" = no && can_build_shared=no 6338test "$ld_shlibs" = no && can_build_shared=no
3639## 6339##
3640## END FIXME 6340## END FIXME
3641 6341
3642## FIXME: this should be a separate macro 6342## FIXME: this should be a separate macro
3643## 6343##
3644# Check hardcoding attributes. 6344# Check hardcoding attributes.
6345echo "$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 6346echo $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= 6347hardcode_action=
3648if test -n "$hardcode_libdir_flag_spec" || \ 6348if test -n "$hardcode_libdir_flag_spec" || \
3649 test -n "$runpath_var"; then 6349 test -n "$runpath_var"; then
3650 6350
3651 # We can hardcode non-existant directories. 6351 # We can hardcode non-existant directories.
3664else 6364else
3665 # We cannot hardcode anything, or else we can only hardcode existing 6365 # We cannot hardcode anything, or else we can only hardcode existing
3666 # directories. 6366 # directories.
3667 hardcode_action=unsupported 6367 hardcode_action=unsupported
3668fi 6368fi
6369echo "$as_me:$LINENO: result: $hardcode_action" >&5
3669echo "$ac_t""$hardcode_action" 1>&6 6370echo "${ECHO_T}$hardcode_action" >&6
3670## 6371##
3671## END FIXME 6372## END FIXME
3672 6373
3673## FIXME: this should be a separate macro 6374## FIXME: this should be a separate macro
3674## 6375##
3675striplib= 6376striplib=
3676old_striplib= 6377old_striplib=
6378echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
3677echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6 6379echo $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 6380if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
3680 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 6381 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
3681 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 6382 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
3682 echo "$ac_t""yes" 1>&6 6383 echo "$as_me:$LINENO: result: yes" >&5
6384echo "${ECHO_T}yes" >&6
3683else 6385else
3684 echo "$ac_t""no" 1>&6 6386 echo "$as_me:$LINENO: result: no" >&5
6387echo "${ECHO_T}no" >&6
3685fi 6388fi
3686## 6389##
3687## END FIXME 6390## END FIXME
3688 6391
3689reload_cmds='$LD$reload_flag -o $output$reload_objs' 6392reload_cmds='$LD$reload_flag -o $output$reload_objs'
3690test -z "$deplibs_check_method" && deplibs_check_method=unknown 6393test -z "$deplibs_check_method" && deplibs_check_method=unknown
3691 6394
3692## FIXME: this should be a separate macro 6395## FIXME: this should be a separate macro
3693## 6396##
3694# PORTME Fill in your ld.so characteristics 6397# PORTME Fill in your ld.so characteristics
6398echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
3695echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6 6399echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
3696echo "configure:3697: checking dynamic linker characteristics" >&5
3697library_names_spec= 6400library_names_spec=
3698libname_spec='lib$name' 6401libname_spec='lib$name'
3699soname_spec= 6402soname_spec=
3700postinstall_cmds= 6403postinstall_cmds=
3701postuninstall_cmds= 6404postuninstall_cmds=
4017 6720
4018*) 6721*)
4019 dynamic_linker=no 6722 dynamic_linker=no
4020 ;; 6723 ;;
4021esac 6724esac
6725echo "$as_me:$LINENO: result: $dynamic_linker" >&5
4022echo "$ac_t""$dynamic_linker" 1>&6 6726echo "${ECHO_T}$dynamic_linker" >&6
4023test "$dynamic_linker" = no && can_build_shared=no 6727test "$dynamic_linker" = no && can_build_shared=no
4024## 6728##
4025## END FIXME 6729## END FIXME
4026 6730
4027## FIXME: this should be a separate macro 6731## FIXME: this should be a separate macro
4028## 6732##
4029# Report the final consequences. 6733# Report the final consequences.
6734echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
4030echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6 6735echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
4031echo "configure:4032: checking if libtool supports shared libraries" >&5 6736echo "$as_me:$LINENO: result: $can_build_shared" >&5
4032echo "$ac_t""$can_build_shared" 1>&6 6737echo "${ECHO_T}$can_build_shared" >&6
4033## 6738##
4034## END FIXME 6739## END FIXME
4035 6740
4036if test "$hardcode_action" = relink; then 6741if test "$hardcode_action" = relink; then
4037 # Fast installation is not supported 6742 # Fast installation is not supported
4066 lt_cv_dlopen="LoadLibrary" 6771 lt_cv_dlopen="LoadLibrary"
4067 lt_cv_dlopen_libs= 6772 lt_cv_dlopen_libs=
4068 ;; 6773 ;;
4069 6774
4070 *) 6775 *)
6776 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
4071 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 6777echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
4072echo "configure:4073: checking for dlopen in -ldl" >&5 6778if 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 6779 echo $ECHO_N "(cached) $ECHO_C" >&6
4076else 6780else
4077 ac_save_LIBS="$LIBS" 6781 ac_check_lib_save_LIBS=$LIBS
4078LIBS="-ldl $LIBS" 6782LIBS="-ldl $LIBS"
4079cat > conftest.$ac_ext <<EOF 6783cat >conftest.$ac_ext <<_ACEOF
4080#line 4081 "configure" 6784/* confdefs.h. */
4081#include "confdefs.h" 6785_ACEOF
6786cat confdefs.h >>conftest.$ac_ext
6787cat >>conftest.$ac_ext <<_ACEOF
6788/* end confdefs.h. */
6789
4082/* Override any gcc2 internal prototype to avoid an error. */ 6790/* Override any gcc2 internal prototype to avoid an error. */
6791#ifdef __cplusplus
6792extern "C"
6793#endif
4083/* We use char because int might match the return type of a gcc2 6794/* We use char because int might match the return type of a gcc2
4084 builtin and then its argument prototype would still apply. */ 6795 builtin and then its argument prototype would still apply. */
4085char dlopen(); 6796char dlopen ();
4086 6797int
4087int main() { 6798main ()
6799{
4088dlopen() 6800dlopen ();
6801 ;
4089; return 0; } 6802 return 0;
4090EOF 6803}
4091if { (eval echo configure:4092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6804_ACEOF
6805rm -f conftest.$ac_objext conftest$ac_exeext
6806if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6807 (eval $ac_link) 2>conftest.er1
6808 ac_status=$?
6809 grep -v '^ *+' conftest.er1 >conftest.err
4092 rm -rf conftest* 6810 rm -f conftest.er1
4093 eval "ac_cv_lib_$ac_lib_var=yes" 6811 cat conftest.err >&5
6812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6813 (exit $ac_status); } &&
6814 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6816 (eval $ac_try) 2>&5
6817 ac_status=$?
6818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6819 (exit $ac_status); }; } &&
6820 { ac_try='test -s conftest$ac_exeext'
6821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6822 (eval $ac_try) 2>&5
6823 ac_status=$?
6824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6825 (exit $ac_status); }; }; then
6826 ac_cv_lib_dl_dlopen=yes
4094else 6827else
4095 echo "configure: failed program was:" >&5 6828 echo "$as_me: failed program was:" >&5
4096 cat conftest.$ac_ext >&5 6829sed 's/^/| /' conftest.$ac_ext >&5
4097 rm -rf conftest* 6830
4098 eval "ac_cv_lib_$ac_lib_var=no" 6831ac_cv_lib_dl_dlopen=no
4099fi 6832fi
4100rm -f conftest* 6833rm -f conftest.err conftest.$ac_objext \
6834 conftest$ac_exeext conftest.$ac_ext
4101LIBS="$ac_save_LIBS" 6835LIBS=$ac_check_lib_save_LIBS
4102
4103fi 6836fi
4104if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 6837echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
4105 echo "$ac_t""yes" 1>&6 6838echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
6839if test $ac_cv_lib_dl_dlopen = yes; then
4106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 6840 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
4107else 6841else
4108 echo "$ac_t""no" 1>&6 6842 echo "$as_me:$LINENO: checking for dlopen" >&5
4109echo $ac_n "checking for dlopen""... $ac_c" 1>&6 6843echo $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 6844if test "${ac_cv_func_dlopen+set}" = set; then
4112 echo $ac_n "(cached) $ac_c" 1>&6 6845 echo $ECHO_N "(cached) $ECHO_C" >&6
4113else 6846else
4114 cat > conftest.$ac_ext <<EOF 6847 cat >conftest.$ac_ext <<_ACEOF
4115#line 4116 "configure" 6848/* confdefs.h. */
4116#include "confdefs.h" 6849_ACEOF
6850cat confdefs.h >>conftest.$ac_ext
6851cat >>conftest.$ac_ext <<_ACEOF
6852/* end confdefs.h. */
6853/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
6854 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6855#define dlopen innocuous_dlopen
6856
4117/* System header to define __stub macros and hopefully few prototypes, 6857/* System header to define __stub macros and hopefully few prototypes,
4118 which can conflict with char dlopen(); below. */ 6858 which can conflict with char dlopen (); below.
6859 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6860 <limits.h> exists even on freestanding compilers. */
6861
6862#ifdef __STDC__
6863# include <limits.h>
6864#else
4119#include <assert.h> 6865# include <assert.h>
6866#endif
6867
6868#undef dlopen
6869
4120/* Override any gcc2 internal prototype to avoid an error. */ 6870/* Override any gcc2 internal prototype to avoid an error. */
6871#ifdef __cplusplus
6872extern "C"
6873{
6874#endif
4121/* We use char because int might match the return type of a gcc2 6875/* We use char because int might match the return type of a gcc2
4122 builtin and then its argument prototype would still apply. */ 6876 builtin and then its argument prototype would still apply. */
4123char dlopen(); 6877char dlopen ();
4124
4125int main() {
4126
4127/* The GNU C library defines this for functions which it implements 6878/* The GNU C library defines this for functions which it implements
4128 to always fail with ENOSYS. Some functions are actually named 6879 to always fail with ENOSYS. Some functions are actually named
4129 something starting with __ and the normal name is an alias. */ 6880 something starting with __ and the normal name is an alias. */
4130#if defined (__stub_dlopen) || defined (__stub___dlopen) 6881#if defined (__stub_dlopen) || defined (__stub___dlopen)
4131choke me 6882choke me
4132#else 6883#else
4133dlopen(); 6884char (*f) () = dlopen;
4134#endif 6885#endif
6886#ifdef __cplusplus
6887}
6888#endif
4135 6889
6890int
6891main ()
6892{
6893return f != dlopen;
6894 ;
4136; return 0; } 6895 return 0;
4137EOF 6896}
4138if { (eval echo configure:4139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6897_ACEOF
6898rm -f conftest.$ac_objext conftest$ac_exeext
6899if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6900 (eval $ac_link) 2>conftest.er1
6901 ac_status=$?
6902 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -rf conftest* 6903 rm -f conftest.er1
6904 cat conftest.err >&5
6905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6906 (exit $ac_status); } &&
6907 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6909 (eval $ac_try) 2>&5
6910 ac_status=$?
6911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6912 (exit $ac_status); }; } &&
6913 { ac_try='test -s conftest$ac_exeext'
6914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6915 (eval $ac_try) 2>&5
6916 ac_status=$?
6917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6918 (exit $ac_status); }; }; then
4140 eval "ac_cv_func_dlopen=yes" 6919 ac_cv_func_dlopen=yes
4141else 6920else
4142 echo "configure: failed program was:" >&5 6921 echo "$as_me: failed program was:" >&5
4143 cat conftest.$ac_ext >&5 6922sed 's/^/| /' conftest.$ac_ext >&5
4144 rm -rf conftest* 6923
4145 eval "ac_cv_func_dlopen=no" 6924ac_cv_func_dlopen=no
4146fi 6925fi
4147rm -f conftest* 6926rm -f conftest.err conftest.$ac_objext \
6927 conftest$ac_exeext conftest.$ac_ext
4148fi 6928fi
4149 6929echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
6930echo "${ECHO_T}$ac_cv_func_dlopen" >&6
4150if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then 6931if test $ac_cv_func_dlopen = yes; then
4151 echo "$ac_t""yes" 1>&6
4152 lt_cv_dlopen="dlopen" 6932 lt_cv_dlopen="dlopen"
4153else 6933else
4154 echo "$ac_t""no" 1>&6 6934 echo "$as_me:$LINENO: checking for shl_load" >&5
4155echo $ac_n "checking for shl_load""... $ac_c" 1>&6 6935echo $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 6936if test "${ac_cv_func_shl_load+set}" = set; then
4158 echo $ac_n "(cached) $ac_c" 1>&6 6937 echo $ECHO_N "(cached) $ECHO_C" >&6
4159else 6938else
4160 cat > conftest.$ac_ext <<EOF 6939 cat >conftest.$ac_ext <<_ACEOF
4161#line 4162 "configure" 6940/* confdefs.h. */
4162#include "confdefs.h" 6941_ACEOF
6942cat confdefs.h >>conftest.$ac_ext
6943cat >>conftest.$ac_ext <<_ACEOF
6944/* end confdefs.h. */
6945/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
6946 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6947#define shl_load innocuous_shl_load
6948
4163/* System header to define __stub macros and hopefully few prototypes, 6949/* System header to define __stub macros and hopefully few prototypes,
4164 which can conflict with char shl_load(); below. */ 6950 which can conflict with char shl_load (); below.
6951 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6952 <limits.h> exists even on freestanding compilers. */
6953
6954#ifdef __STDC__
6955# include <limits.h>
6956#else
4165#include <assert.h> 6957# include <assert.h>
6958#endif
6959
6960#undef shl_load
6961
4166/* Override any gcc2 internal prototype to avoid an error. */ 6962/* Override any gcc2 internal prototype to avoid an error. */
6963#ifdef __cplusplus
6964extern "C"
6965{
6966#endif
4167/* We use char because int might match the return type of a gcc2 6967/* We use char because int might match the return type of a gcc2
4168 builtin and then its argument prototype would still apply. */ 6968 builtin and then its argument prototype would still apply. */
4169char shl_load(); 6969char shl_load ();
4170
4171int main() {
4172
4173/* The GNU C library defines this for functions which it implements 6970/* The GNU C library defines this for functions which it implements
4174 to always fail with ENOSYS. Some functions are actually named 6971 to always fail with ENOSYS. Some functions are actually named
4175 something starting with __ and the normal name is an alias. */ 6972 something starting with __ and the normal name is an alias. */
4176#if defined (__stub_shl_load) || defined (__stub___shl_load) 6973#if defined (__stub_shl_load) || defined (__stub___shl_load)
4177choke me 6974choke me
4178#else 6975#else
4179shl_load(); 6976char (*f) () = shl_load;
4180#endif 6977#endif
6978#ifdef __cplusplus
6979}
6980#endif
4181 6981
6982int
6983main ()
6984{
6985return f != shl_load;
6986 ;
4182; return 0; } 6987 return 0;
4183EOF 6988}
4184if { (eval echo configure:4185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6989_ACEOF
6990rm -f conftest.$ac_objext conftest$ac_exeext
6991if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6992 (eval $ac_link) 2>conftest.er1
6993 ac_status=$?
6994 grep -v '^ *+' conftest.er1 >conftest.err
4185 rm -rf conftest* 6995 rm -f conftest.er1
6996 cat conftest.err >&5
6997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6998 (exit $ac_status); } &&
6999 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7001 (eval $ac_try) 2>&5
7002 ac_status=$?
7003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7004 (exit $ac_status); }; } &&
7005 { ac_try='test -s conftest$ac_exeext'
7006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7007 (eval $ac_try) 2>&5
7008 ac_status=$?
7009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7010 (exit $ac_status); }; }; then
4186 eval "ac_cv_func_shl_load=yes" 7011 ac_cv_func_shl_load=yes
4187else 7012else
4188 echo "configure: failed program was:" >&5 7013 echo "$as_me: failed program was:" >&5
4189 cat conftest.$ac_ext >&5 7014sed 's/^/| /' conftest.$ac_ext >&5
4190 rm -rf conftest* 7015
4191 eval "ac_cv_func_shl_load=no" 7016ac_cv_func_shl_load=no
4192fi 7017fi
4193rm -f conftest* 7018rm -f conftest.err conftest.$ac_objext \
7019 conftest$ac_exeext conftest.$ac_ext
4194fi 7020fi
4195 7021echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7022echo "${ECHO_T}$ac_cv_func_shl_load" >&6
4196if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then 7023if test $ac_cv_func_shl_load = yes; then
4197 echo "$ac_t""yes" 1>&6
4198 lt_cv_dlopen="shl_load" 7024 lt_cv_dlopen="shl_load"
4199else 7025else
4200 echo "$ac_t""no" 1>&6 7026 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
4201echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 7027echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
4202echo "configure:4203: checking for dlopen in -lsvld" >&5 7028if 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 7029 echo $ECHO_N "(cached) $ECHO_C" >&6
4206else 7030else
4207 ac_save_LIBS="$LIBS" 7031 ac_check_lib_save_LIBS=$LIBS
4208LIBS="-lsvld $LIBS" 7032LIBS="-lsvld $LIBS"
4209cat > conftest.$ac_ext <<EOF 7033cat >conftest.$ac_ext <<_ACEOF
4210#line 4211 "configure" 7034/* confdefs.h. */
4211#include "confdefs.h" 7035_ACEOF
7036cat confdefs.h >>conftest.$ac_ext
7037cat >>conftest.$ac_ext <<_ACEOF
7038/* end confdefs.h. */
7039
4212/* Override any gcc2 internal prototype to avoid an error. */ 7040/* Override any gcc2 internal prototype to avoid an error. */
7041#ifdef __cplusplus
7042extern "C"
7043#endif
4213/* We use char because int might match the return type of a gcc2 7044/* We use char because int might match the return type of a gcc2
4214 builtin and then its argument prototype would still apply. */ 7045 builtin and then its argument prototype would still apply. */
4215char dlopen(); 7046char dlopen ();
4216 7047int
4217int main() { 7048main ()
7049{
4218dlopen() 7050dlopen ();
7051 ;
4219; return 0; } 7052 return 0;
4220EOF 7053}
4221if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7054_ACEOF
7055rm -f conftest.$ac_objext conftest$ac_exeext
7056if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7057 (eval $ac_link) 2>conftest.er1
7058 ac_status=$?
7059 grep -v '^ *+' conftest.er1 >conftest.err
4222 rm -rf conftest* 7060 rm -f conftest.er1
4223 eval "ac_cv_lib_$ac_lib_var=yes" 7061 cat conftest.err >&5
7062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7063 (exit $ac_status); } &&
7064 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7066 (eval $ac_try) 2>&5
7067 ac_status=$?
7068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7069 (exit $ac_status); }; } &&
7070 { ac_try='test -s conftest$ac_exeext'
7071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7072 (eval $ac_try) 2>&5
7073 ac_status=$?
7074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7075 (exit $ac_status); }; }; then
7076 ac_cv_lib_svld_dlopen=yes
4224else 7077else
4225 echo "configure: failed program was:" >&5 7078 echo "$as_me: failed program was:" >&5
4226 cat conftest.$ac_ext >&5 7079sed 's/^/| /' conftest.$ac_ext >&5
4227 rm -rf conftest* 7080
4228 eval "ac_cv_lib_$ac_lib_var=no" 7081ac_cv_lib_svld_dlopen=no
4229fi 7082fi
4230rm -f conftest* 7083rm -f conftest.err conftest.$ac_objext \
7084 conftest$ac_exeext conftest.$ac_ext
4231LIBS="$ac_save_LIBS" 7085LIBS=$ac_check_lib_save_LIBS
4232
4233fi 7086fi
4234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7087echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
4235 echo "$ac_t""yes" 1>&6 7088echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
7089if test $ac_cv_lib_svld_dlopen = yes; then
4236 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 7090 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
4237else 7091else
4238 echo "$ac_t""no" 1>&6 7092 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
4239echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 7093echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
4240echo "configure:4241: checking for shl_load in -ldld" >&5 7094if 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 7095 echo $ECHO_N "(cached) $ECHO_C" >&6
4244else 7096else
4245 ac_save_LIBS="$LIBS" 7097 ac_check_lib_save_LIBS=$LIBS
4246LIBS="-ldld $LIBS" 7098LIBS="-ldld $LIBS"
4247cat > conftest.$ac_ext <<EOF 7099cat >conftest.$ac_ext <<_ACEOF
4248#line 4249 "configure" 7100/* confdefs.h. */
4249#include "confdefs.h" 7101_ACEOF
7102cat confdefs.h >>conftest.$ac_ext
7103cat >>conftest.$ac_ext <<_ACEOF
7104/* end confdefs.h. */
7105
4250/* Override any gcc2 internal prototype to avoid an error. */ 7106/* Override any gcc2 internal prototype to avoid an error. */
7107#ifdef __cplusplus
7108extern "C"
7109#endif
4251/* We use char because int might match the return type of a gcc2 7110/* We use char because int might match the return type of a gcc2
4252 builtin and then its argument prototype would still apply. */ 7111 builtin and then its argument prototype would still apply. */
4253char shl_load(); 7112char shl_load ();
4254 7113int
4255int main() { 7114main ()
7115{
4256shl_load() 7116shl_load ();
7117 ;
4257; return 0; } 7118 return 0;
4258EOF 7119}
4259if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7120_ACEOF
7121rm -f conftest.$ac_objext conftest$ac_exeext
7122if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7123 (eval $ac_link) 2>conftest.er1
7124 ac_status=$?
7125 grep -v '^ *+' conftest.er1 >conftest.err
4260 rm -rf conftest* 7126 rm -f conftest.er1
4261 eval "ac_cv_lib_$ac_lib_var=yes" 7127 cat conftest.err >&5
7128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7129 (exit $ac_status); } &&
7130 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7132 (eval $ac_try) 2>&5
7133 ac_status=$?
7134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7135 (exit $ac_status); }; } &&
7136 { ac_try='test -s conftest$ac_exeext'
7137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7138 (eval $ac_try) 2>&5
7139 ac_status=$?
7140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7141 (exit $ac_status); }; }; then
7142 ac_cv_lib_dld_shl_load=yes
4262else 7143else
4263 echo "configure: failed program was:" >&5 7144 echo "$as_me: failed program was:" >&5
4264 cat conftest.$ac_ext >&5 7145sed 's/^/| /' conftest.$ac_ext >&5
4265 rm -rf conftest* 7146
4266 eval "ac_cv_lib_$ac_lib_var=no" 7147ac_cv_lib_dld_shl_load=no
4267fi 7148fi
4268rm -f conftest* 7149rm -f conftest.err conftest.$ac_objext \
7150 conftest$ac_exeext conftest.$ac_ext
4269LIBS="$ac_save_LIBS" 7151LIBS=$ac_check_lib_save_LIBS
4270
4271fi 7152fi
4272if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7153echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
4273 echo "$ac_t""yes" 1>&6 7154echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
7155if test $ac_cv_lib_dld_shl_load = yes; then
4274 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 7156 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
4275else
4276 echo "$ac_t""no" 1>&6
4277fi 7157fi
4278 7158
4279
4280fi
4281 7159
4282
4283fi 7160fi
4284 7161
4285
4286fi
4287 7162
4288 7163fi
7164
7165
7166fi
7167
7168
4289fi 7169fi
4290 7170
4291 ;; 7171 ;;
4292 esac 7172 esac
4293 7173
4306 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 7186 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
4307 7187
4308 save_LIBS="$LIBS" 7188 save_LIBS="$LIBS"
4309 LIBS="$lt_cv_dlopen_libs $LIBS" 7189 LIBS="$lt_cv_dlopen_libs $LIBS"
4310 7190
7191 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 7192echo $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 7193if test "${lt_cv_dlopen_self+set}" = set; then
4314 echo $ac_n "(cached) $ac_c" 1>&6 7194 echo $ECHO_N "(cached) $ECHO_C" >&6
4315else 7195else
4316 if test "$cross_compiling" = yes; then : 7196 if test "$cross_compiling" = yes; then :
4317 lt_cv_dlopen_self=cross 7197 lt_cv_dlopen_self=cross
4318else 7198else
4319 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7199 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4320 lt_status=$lt_dlunknown 7200 lt_status=$lt_dlunknown
4321 cat > conftest.$ac_ext <<EOF 7201 cat > conftest.$ac_ext <<EOF
4322#line 4323 "configure" 7202#line 7202 "configure"
4323#include "confdefs.h" 7203#include "confdefs.h"
4324 7204
4325#if HAVE_DLFCN_H 7205#if HAVE_DLFCN_H
4326#include <dlfcn.h> 7206#include <dlfcn.h>
4327#endif 7207#endif
4378 } 7258 }
4379 7259
4380 exit (status); 7260 exit (status);
4381} 7261}
4382EOF 7262EOF
4383 if { (eval echo configure:4384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7263 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7264 (eval $ac_link) 2>&5
7265 ac_status=$?
7266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7267 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4384 (./conftest; exit; ) 2>/dev/null 7268 (./conftest; exit; ) 2>/dev/null
4385 lt_status=$? 7269 lt_status=$?
4386 case x$lt_status in 7270 case x$lt_status in
4387 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 7271 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
4388 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 7272 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
4393 lt_cv_dlopen_self=no 7277 lt_cv_dlopen_self=no
4394 fi 7278 fi
4395fi 7279fi
4396rm -fr conftest* 7280rm -fr conftest*
4397 7281
4398
4399fi
4400 7282
7283fi
7284echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
4401echo "$ac_t""$lt_cv_dlopen_self" 1>&6 7285echo "${ECHO_T}$lt_cv_dlopen_self" >&6
4402 7286
4403 if test "x$lt_cv_dlopen_self" = xyes; then 7287 if test "x$lt_cv_dlopen_self" = xyes; then
4404 LDFLAGS="$LDFLAGS $link_static_flag" 7288 LDFLAGS="$LDFLAGS $link_static_flag"
7289 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 7290echo $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 7291if test "${lt_cv_dlopen_self_static+set}" = set; then
4408 echo $ac_n "(cached) $ac_c" 1>&6 7292 echo $ECHO_N "(cached) $ECHO_C" >&6
4409else 7293else
4410 if test "$cross_compiling" = yes; then : 7294 if test "$cross_compiling" = yes; then :
4411 lt_cv_dlopen_self_static=cross 7295 lt_cv_dlopen_self_static=cross
4412else 7296else
4413 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7297 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4414 lt_status=$lt_dlunknown 7298 lt_status=$lt_dlunknown
4415 cat > conftest.$ac_ext <<EOF 7299 cat > conftest.$ac_ext <<EOF
4416#line 4417 "configure" 7300#line 7300 "configure"
4417#include "confdefs.h" 7301#include "confdefs.h"
4418 7302
4419#if HAVE_DLFCN_H 7303#if HAVE_DLFCN_H
4420#include <dlfcn.h> 7304#include <dlfcn.h>
4421#endif 7305#endif
4472 } 7356 }
4473 7357
4474 exit (status); 7358 exit (status);
4475} 7359}
4476EOF 7360EOF
4477 if { (eval echo configure:4478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7361 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7362 (eval $ac_link) 2>&5
7363 ac_status=$?
7364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7365 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4478 (./conftest; exit; ) 2>/dev/null 7366 (./conftest; exit; ) 2>/dev/null
4479 lt_status=$? 7367 lt_status=$?
4480 case x$lt_status in 7368 case x$lt_status in
4481 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 7369 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
4482 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 7370 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
4487 lt_cv_dlopen_self_static=no 7375 lt_cv_dlopen_self_static=no
4488 fi 7376 fi
4489fi 7377fi
4490rm -fr conftest* 7378rm -fr conftest*
4491 7379
4492
4493fi
4494 7380
7381fi
7382echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
4495echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6 7383echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
4496 fi 7384 fi
4497 7385
4498 CPPFLAGS="$save_CPPFLAGS" 7386 CPPFLAGS="$save_CPPFLAGS"
4499 LDFLAGS="$save_LDFLAGS" 7387 LDFLAGS="$save_LDFLAGS"
4500 LIBS="$save_LIBS" 7388 LIBS="$save_LIBS"
4522 ;; 7410 ;;
4523 '$CC '*) 7411 '$CC '*)
4524 # Test whether the compiler implicitly links with -lc since on some 7412 # Test whether the compiler implicitly links with -lc since on some
4525 # systems, -lgcc has to come before -lc. If gcc already passes -lc 7413 # systems, -lgcc has to come before -lc. If gcc already passes -lc
4526 # to ld, don't add -lc before -lgcc. 7414 # to ld, don't add -lc before -lgcc.
7415 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 7416echo $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 7417 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
4530 echo $ac_n "(cached) $ac_c" 1>&6 7418 echo $ECHO_N "(cached) $ECHO_C" >&6
4531else 7419else
4532 $rm conftest* 7420 $rm conftest*
4533 echo 'static int dummy;' > conftest.$ac_ext 7421 echo 'static int dummy;' > conftest.$ac_ext
4534 7422
4535 if { (eval echo configure:4536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7424 (eval $ac_compile) 2>&5
7425 ac_status=$?
7426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7427 (exit $ac_status); }; then
4536 soname=conftest 7428 soname=conftest
4537 lib=conftest 7429 lib=conftest
4538 libobjs=conftest.$ac_objext 7430 libobjs=conftest.$ac_objext
4539 deplibs= 7431 deplibs=
4540 wl=$lt_cv_prog_cc_wl 7432 wl=$lt_cv_prog_cc_wl
4543 verstring= 7435 verstring=
4544 output_objdir=. 7436 output_objdir=.
4545 libname=conftest 7437 libname=conftest
4546 save_allow_undefined_flag=$allow_undefined_flag 7438 save_allow_undefined_flag=$allow_undefined_flag
4547 allow_undefined_flag= 7439 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; } 7440 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
7441 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
7442 ac_status=$?
7443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7444 (exit $ac_status); }
4549 then 7445 then
4550 lt_cv_archive_cmds_need_lc=no 7446 lt_cv_archive_cmds_need_lc=no
4551 else 7447 else
4552 lt_cv_archive_cmds_need_lc=yes 7448 lt_cv_archive_cmds_need_lc=yes
4553 fi 7449 fi
4555 else 7451 else
4556 cat conftest.err 1>&5 7452 cat conftest.err 1>&5
4557 fi 7453 fi
4558fi 7454fi
4559 7455
7456 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
4560 echo "$ac_t""$lt_cv_archive_cmds_need_lc" 1>&6 7457echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
4561 ;; 7458 ;;
4562 esac 7459 esac
4563fi 7460fi
4564need_lc=${lt_cv_archive_cmds_need_lc-yes} 7461need_lc=${lt_cv_archive_cmds_need_lc-yes}
4565## 7462##
5130 8027
5131MALLOC_TYPE=S 8028MALLOC_TYPE=S
5132support_addstrings=no 8029support_addstrings=no
5133support_frills=no 8030support_frills=no
5134support_linespace=no 8031support_linespace=no
5135support_graphics=no
5136support_inheritpixmap=no 8032support_inheritpixmap=no
5137support_keepscrolling=no 8033support_keepscrolling=no
5138support_selectionscrolling=no 8034support_selectionscrolling=no
5139support_menubar=no 8035support_menubar=no
5140support_mousewheel=no 8036support_mousewheel=no
5141support_mouseslipwheel=no 8037support_mouseslipwheel=no
5142support_oldselection=no
5143support_utmp=no 8038support_utmp=no
5144support_wtmp=no 8039support_wtmp=no
5145support_lastlog=no 8040support_lastlog=no
5146support_cursor_blink=no 8041support_cursor_blink=no
8042support_text_blink=no
5147support_pointer_blank=no 8043support_pointer_blank=no
5148support_scroll_rxvt=no 8044support_scroll_rxvt=no
5149support_scroll_next=no 8045support_scroll_next=no
5150support_scroll_xterm=no 8046support_scroll_xterm=no
8047support_scroll_plain=no
5151support_xim=no 8048support_xim=no
5152support_xpm=no 8049support_xpm=no
5153support_xft=no 8050support_xft=no
5154support_unicode3=no 8051support_unicode3=no
8052support_combining=no
5155codesets= 8053codesets=
5156 8054
5157 8055
5158if test "x$enable_shared" = xyes; then 8056if test "x$enable_shared" = xyes; then
8057
5159 cat >> confdefs.h <<\EOF 8058cat >>confdefs.h <<\_ACEOF
5160#define LIBRXVT 1 8059#define LIBRXVT 1
5161EOF 8060_ACEOF
5162 8061
5163 INSTALL_LIBRXVT=yes 8062 INSTALL_LIBRXVT=yes
5164fi 8063fi
5165 8064
5166 8065
5169 enableval="$enable_everything" 8068 enableval="$enable_everything"
5170 if test x$enableval = xyes; then 8069 if test x$enableval = xyes; then
5171 support_24bit=yes 8070 support_24bit=yes
5172 support_frills=yes 8071 support_frills=yes
5173 support_linespace=yes 8072 support_linespace=yes
5174 support_graphics=yes
5175 support_inheritpixmap=yes 8073 support_inheritpixmap=yes
5176 support_keepscrolling=yes 8074 support_keepscrolling=yes
5177 support_selectionscrolling=yes 8075 support_selectionscrolling=yes
5178 support_lastlog=yes 8076 support_lastlog=yes
5179 support_menubar=yes 8077 support_menubar=yes
5180 support_mousewheel=yes 8078 support_mousewheel=yes
5181 support_mouseslipwheel=yes 8079 support_mouseslipwheel=yes
5182 support_oldselection=yes
5183 support_cursor_blink=yes 8080 support_cursor_blink=yes
8081 support_text_blink=yes
5184 support_pointer_blank=yes 8082 support_pointer_blank=yes
5185 support_scroll_rxvt=yes 8083 support_scroll_rxvt=yes
5186 support_scroll_next=yes 8084 support_scroll_next=yes
5187 support_scroll_xterm=yes 8085 support_scroll_xterm=yes
8086 support_scroll_plain=yes
5188 support_utmp=yes 8087 support_utmp=yes
5189 support_wtmp=yes 8088 support_wtmp=yes
5190 support_xim=yes 8089 support_xim=yes
5191 support_xpm=yes 8090 support_xpm=yes
5192 support_xft=yes 8091 support_xft=yes
5193 support_unicode3=yes 8092 support_unicode3=yes
8093 support_combining=yes
5194 codesets=all 8094 codesets=all
5195 fi 8095 fi
5196fi 8096fi;
5197
5198 8097
5199# Check whether --enable-unicode3 or --disable-unicode3 was given. 8098# Check whether --enable-unicode3 or --disable-unicode3 was given.
5200if test "${enable_unicode3+set}" = set; then 8099if test "${enable_unicode3+set}" = set; then
5201 enableval="$enable_unicode3" 8100 enableval="$enable_unicode3"
5202 if test x$enableval = xyes; then 8101 if test x$enableval = xyes -o x$enableval = xno; then
5203 support_unicode3=yes 8102 support_unicode3=yes
5204 fi 8103 fi
5205fi 8104fi;
5206 8105
8106# Check whether --enable-combining or --disable-combining was given.
8107if test "${enable_combining+set}" = set; then
8108 enableval="$enable_combining"
8109 if test x$enableval = xyes -o x$enableval = xno; then
8110 support_combining=yes
8111 fi
8112fi;
5207 8113
5208# Check whether --enable-xft or --disable-xft was given. 8114# Check whether --enable-xft or --disable-xft was given.
5209if test "${enable_xft+set}" = set; then 8115if test "${enable_xft+set}" = set; then
5210 enableval="$enable_xft" 8116 enableval="$enable_xft"
5211 if test x$enableval = xyes; then 8117 if test x$enableval = xyes -o x$enableval = xno; then
5212 support_xft=yes 8118 support_xft=yes
5213 fi 8119 fi
5214fi 8120fi;
5215
5216
5217# Check whether --with-codesets or --without-codesets was given.
5218if test "${with_codesets+set}" = set; then
5219 withval="$with_codesets"
5220 if test x$enableval = xyes; then
5221 codesets="$withval"
5222 fi
5223fi
5224
5225
5226# Check whether --with-encoding or --without-encoding was given.
5227if test "${with_encoding+set}" = set; then
5228 withval="$with_encoding"
5229 if test x$enableval = xyes; then
5230 withval=`echo $withval | tr 'a-z' 'A-Z'`
5231 cat >> confdefs.h <<EOF
5232#define MULTICHAR_ENCODING $withval
5233EOF
5234
5235 fi
5236fi
5237
5238 8121
5239# Check whether --enable-utmp or --disable-utmp was given. 8122# Check whether --enable-utmp or --disable-utmp was given.
5240if test "${enable_utmp+set}" = set; then 8123if test "${enable_utmp+set}" = set; then
5241 enableval="$enable_utmp" 8124 enableval="$enable_utmp"
5242 if test x$enableval = xyes -o x$enableval = xno; then 8125 if test x$enableval = xyes -o x$enableval = xno; then
5243 support_utmp=$enableval 8126 support_utmp=$enableval
5244 fi 8127 fi
5245fi 8128fi;
5246
5247 8129
5248# Check whether --enable-wtmp or --disable-wtmp was given. 8130# Check whether --enable-wtmp or --disable-wtmp was given.
5249if test "${enable_wtmp+set}" = set; then 8131if test "${enable_wtmp+set}" = set; then
5250 enableval="$enable_wtmp" 8132 enableval="$enable_wtmp"
5251 if test x$enableval = xyes -o x$enableval = xno; then 8133 if test x$enableval = xyes -o x$enableval = xno; then
5252 support_wtmp=$enableval 8134 support_wtmp=$enableval
5253 fi 8135 fi
5254fi 8136fi;
5255
5256 8137
5257# Check whether --enable-lastlog or --disable-lastlog was given. 8138# Check whether --enable-lastlog or --disable-lastlog was given.
5258if test "${enable_lastlog+set}" = set; then 8139if test "${enable_lastlog+set}" = set; then
5259 enableval="$enable_lastlog" 8140 enableval="$enable_lastlog"
5260 if test x$enableval = xyes -o x$enableval = xno; then 8141 if test x$enableval = xyes -o x$enableval = xno; then
5261 support_lastlog=$enableval 8142 support_lastlog=$enableval
5262 fi 8143 fi
5263fi 8144fi;
5264
5265 8145
5266# Check whether --enable-xpm-background or --disable-xpm-background was given. 8146# Check whether --enable-xpm-background or --disable-xpm-background was given.
5267if test "${enable_xpm_background+set}" = set; then 8147if test "${enable_xpm_background+set}" = set; then
5268 enableval="$enable_xpm_background" 8148 enableval="$enable_xpm_background"
5269 if test x$enableval = xyes -o x$enableval = xno; then 8149 if test x$enableval = xyes -o x$enableval = xno; then
5270 support_xpm=$enableval 8150 support_xpm=$enableval
5271 fi 8151 fi
5272fi 8152fi;
5273
5274 8153
5275# Check whether --enable-transparency or --disable-transparency was given. 8154# Check whether --enable-transparency or --disable-transparency was given.
5276if test "${enable_transparency+set}" = set; then 8155if test "${enable_transparency+set}" = set; then
5277 enableval="$enable_transparency" 8156 enableval="$enable_transparency"
5278 if test x$enableval = xyes -o x$enableval = xno; then 8157 if test x$enableval = xyes -o x$enableval = xno; then
5279 support_inheritpixmap=$enableval 8158 support_inheritpixmap=$enableval
5280 fi 8159 fi
5281fi 8160fi;
5282
5283 8161
5284# Check whether --enable-menubar or --disable-menubar was given. 8162# Check whether --enable-menubar or --disable-menubar was given.
5285if test "${enable_menubar+set}" = set; then 8163if test "${enable_menubar+set}" = set; then
5286 enableval="$enable_menubar" 8164 enableval="$enable_menubar"
5287 if test x$enableval = xyes -o x$enableval = xno; then 8165 if test x$enableval = xyes -o x$enableval = xno; then
5288 support_menubar=$enableval 8166 support_menubar=$enableval
5289 fi 8167 fi
5290fi 8168fi;
5291
5292
5293# Check whether --enable-graphics or --disable-graphics was given.
5294if test "${enable_graphics+set}" = set; then
5295 enableval="$enable_graphics"
5296 if test x$enableval = xyes -o x$enableval = xno; then
5297 support_graphics=$enableval
5298 fi
5299fi
5300
5301 8169
5302# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8170# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5303if test "${enable_rxvt_scroll+set}" = set; then 8171if test "${enable_rxvt_scroll+set}" = set; then
5304 enableval="$enable_rxvt_scroll" 8172 enableval="$enable_rxvt_scroll"
5305 if test x$enableval = xyes -o x$enableval = xno; then 8173 if test x$enableval = xyes -o x$enableval = xno; then
5306 support_scroll_rxvt=$enableval 8174 support_scroll_rxvt=$enableval
5307 fi 8175 fi
5308fi 8176fi;
5309
5310 8177
5311# Check whether --enable-next-scroll or --disable-next-scroll was given. 8178# Check whether --enable-next-scroll or --disable-next-scroll was given.
5312if test "${enable_next_scroll+set}" = set; then 8179if test "${enable_next_scroll+set}" = set; then
5313 enableval="$enable_next_scroll" 8180 enableval="$enable_next_scroll"
5314 if test x$enableval = xyes -o x$enableval = xno; then 8181 if test x$enableval = xyes -o x$enableval = xno; then
5315 support_scroll_next=$enableval 8182 support_scroll_next=$enableval
5316 fi 8183 fi
5317fi 8184fi;
5318
5319 8185
5320# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8186# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5321if test "${enable_xterm_scroll+set}" = set; then 8187if test "${enable_xterm_scroll+set}" = set; then
5322 enableval="$enable_xterm_scroll" 8188 enableval="$enable_xterm_scroll"
5323 if test x$enableval = xyes -o x$enableval = xno; then 8189 if test x$enableval = xyes -o x$enableval = xno; then
5324 support_scroll_xterm=$enableval 8190 support_scroll_xterm=$enableval
5325 fi 8191 fi
5326fi 8192fi;
5327 8193
8194# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8195if test "${enable_plain_scroll+set}" = set; then
8196 enableval="$enable_plain_scroll"
8197 if test x$enableval = xyes -o x$enableval = xno; then
8198 support_scroll_plain=$enableval
8199 fi
8200fi;
5328 8201
5329# Check whether --enable-half-shadow or --disable-half-shadow was given. 8202# Check whether --enable-half-shadow or --disable-half-shadow was given.
5330if test "${enable_half_shadow+set}" = set; then 8203if test "${enable_half_shadow+set}" = set; then
5331 enableval="$enable_half_shadow" 8204 enableval="$enable_half_shadow"
5332 if test x$enableval = xyes; then 8205 if test x$enableval = xyes; then
8206
5333 cat >> confdefs.h <<\EOF 8207cat >>confdefs.h <<\_ACEOF
5334#define HALFSHADOW 1 8208#define HALFSHADOW 1
5335EOF 8209_ACEOF
5336 8210
5337 fi 8211 fi
5338fi 8212fi;
5339 8213
8214
8215# Check whether --with-codesets or --without-codesets was given.
8216if test "${with_codesets+set}" = set; then
8217 withval="$with_codesets"
8218 codesets="$withval"
8219fi;
5340 8220
5341# Check whether --enable-xim or --disable-xim was given. 8221# Check whether --enable-xim or --disable-xim was given.
5342if test "${enable_xim+set}" = set; then 8222if test "${enable_xim+set}" = set; then
5343 enableval="$enable_xim" 8223 enableval="$enable_xim"
5344 if test x$enableval = xyes -o x$enableval = xno; then 8224 if test x$enableval = xyes -o x$enableval = xno; then
5345 support_xim=$enableval 8225 support_xim=$enableval
5346 fi 8226 fi
5347fi 8227fi;
5348
5349
5350# Check whether --enable-greek or --disable-greek was given.
5351if test "${enable_greek+set}" = set; then
5352 enableval="$enable_greek"
5353 if test x$enableval = xyes; then
5354 cat >> confdefs.h <<\EOF
5355#define GREEK_SUPPORT 1
5356EOF
5357
5358 fi
5359fi
5360
5361 8228
5362# Check whether --enable-ttygid or --disable-ttygid was given. 8229# Check whether --enable-ttygid or --disable-ttygid was given.
5363if test "${enable_ttygid+set}" = set; then 8230if test "${enable_ttygid+set}" = set; then
5364 enableval="$enable_ttygid" 8231 enableval="$enable_ttygid"
5365 if test x$enableval = xyes; then 8232 if test x$enableval = xyes; then
8233
5366 cat >> confdefs.h <<\EOF 8234cat >>confdefs.h <<\_ACEOF
5367#define TTY_GID_SUPPORT 1 8235#define TTY_GID_SUPPORT 1
5368EOF 8236_ACEOF
5369 8237
5370 fi 8238 fi
5371fi 8239fi;
5372
5373 8240
5374# Check whether --enable-backspace-key or --disable-backspace-key was given. 8241# Check whether --enable-backspace-key or --disable-backspace-key was given.
5375if test "${enable_backspace_key+set}" = set; then 8242if test "${enable_backspace_key+set}" = set; then
5376 enableval="$enable_backspace_key" 8243 enableval="$enable_backspace_key"
5377 if test x$enableval = xno; then 8244 if test x$enableval = xno; then
8245
5378 cat >> confdefs.h <<\EOF 8246cat >>confdefs.h <<\_ACEOF
5379#define NO_BACKSPACE_KEY 1 8247#define NO_BACKSPACE_KEY 1
5380EOF 8248_ACEOF
5381 8249
5382 fi 8250 fi
5383fi 8251fi;
5384
5385 8252
5386# Check whether --enable-delete-key or --disable-delete-key was given. 8253# Check whether --enable-delete-key or --disable-delete-key was given.
5387if test "${enable_delete_key+set}" = set; then 8254if test "${enable_delete_key+set}" = set; then
5388 enableval="$enable_delete_key" 8255 enableval="$enable_delete_key"
5389 if test x$enableval = xno; then 8256 if test x$enableval = xno; then
8257
5390 cat >> confdefs.h <<\EOF 8258cat >>confdefs.h <<\_ACEOF
5391#define NO_DELETE_KEY 1 8259#define NO_DELETE_KEY 1
5392EOF 8260_ACEOF
5393 8261
5394 fi 8262 fi
5395fi 8263fi;
5396
5397 8264
5398# Check whether --enable-resources or --disable-resources was given. 8265# Check whether --enable-resources or --disable-resources was given.
5399if test "${enable_resources+set}" = set; then 8266if test "${enable_resources+set}" = set; then
5400 enableval="$enable_resources" 8267 enableval="$enable_resources"
5401 if test x$enableval = xno; then 8268 if test x$enableval = xno; then
8269
5402 cat >> confdefs.h <<\EOF 8270cat >>confdefs.h <<\_ACEOF
5403#define NO_RESOURCES 1 8271#define NO_RESOURCES 1
5404EOF 8272_ACEOF
5405 8273
5406 fi 8274 fi
5407fi 8275fi;
5408
5409 8276
5410# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8277# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5411if test "${enable_xgetdefault+set}" = set; then 8278if test "${enable_xgetdefault+set}" = set; then
5412 enableval="$enable_xgetdefault" 8279 enableval="$enable_xgetdefault"
5413 if test x$enableval = xyes; then 8280 if test x$enableval = xyes; then
8281
5414 cat >> confdefs.h <<\EOF 8282cat >>confdefs.h <<\_ACEOF
5415#define USE_XGETDEFAULT 1 8283#define USE_XGETDEFAULT 1
5416EOF 8284_ACEOF
5417 8285
5418 fi 8286 fi
5419fi 8287fi;
8288
8289RESFALLBACK=Rxvt
8290# Check whether --enable-fallback or --disable-fallback was given.
8291if test "${enable_fallback+set}" = set; then
8292 enableval="$enable_fallback"
8293
8294 test x$enableval = xyes && enableval=Rxvt
8295 test x$enableval = xno && enableval=
8296 RESFALLBACK="$enableval"
8297
8298fi;
8299
8300if test x$RESFALLBACK != x; then
8301
8302cat >>confdefs.h <<_ACEOF
8303#define RESFALLBACK "$RESFALLBACK"
8304_ACEOF
8305
8306fi
8307
8308RESNAME=urxvt
8309
8310# Check whether --with-res-name or --without-res-name was given.
8311if test "${with_res_name+set}" = set; then
8312 withval="$with_res_name"
8313 RESNAME="$withval"
8314fi;
8315
8316cat >>confdefs.h <<_ACEOF
8317#define RESNAME "$RESNAME"
8318_ACEOF
8319
8320
8321RESCLASS=URxvt
8322
8323# Check whether --with-res-class or --without-res-class was given.
8324if test "${with_res_class+set}" = set; then
8325 withval="$with_res_class"
8326 RESCLASS="$withval"
8327fi;
8328
8329cat >>confdefs.h <<_ACEOF
8330#define RESCLASS "$RESCLASS"
8331_ACEOF
8332
8333
8334RXVTNAME=urxvt
8335
8336# Check whether --with-name or --without-name was given.
8337if test "${with_name+set}" = set; then
8338 withval="$with_name"
8339 RXVTNAME="$withval"
8340fi;
8341
8342RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
5420 8343
5421 8344
5422# Check whether --enable-strings or --disable-strings was given. 8345# Check whether --enable-strings or --disable-strings was given.
5423if test "${enable_strings+set}" = set; then 8346if test "${enable_strings+set}" = set; then
5424 enableval="$enable_strings" 8347 enableval="$enable_strings"
5425 if test x$enableval = xyes -o x$enableval = xno; then 8348 if test x$enableval = xyes -o x$enableval = xno; then
5426 support_addstrings=$enableval 8349 support_addstrings=$enableval
5427 fi 8350 fi
5428fi 8351fi;
5429
5430 8352
5431# Check whether --enable-swapscreen or --disable-swapscreen was given. 8353# Check whether --enable-swapscreen or --disable-swapscreen was given.
5432if test "${enable_swapscreen+set}" = set; then 8354if test "${enable_swapscreen+set}" = set; then
5433 enableval="$enable_swapscreen" 8355 enableval="$enable_swapscreen"
5434 if test x$enableval = xno; then 8356 if test x$enableval = xno; then
8357
5435 cat >> confdefs.h <<\EOF 8358cat >>confdefs.h <<\_ACEOF
5436#define NO_SECONDARY_SCREEN 1 8359#define NO_SECONDARY_SCREEN 1
5437EOF 8360_ACEOF
5438 8361
5439 fi 8362 fi
5440fi 8363fi;
5441
5442 8364
5443# Check whether --enable-frills or --disable-frills was given. 8365# Check whether --enable-frills or --disable-frills was given.
5444if test "${enable_frills+set}" = set; then 8366if test "${enable_frills+set}" = set; then
5445 enableval="$enable_frills" 8367 enableval="$enable_frills"
5446 if test x$enableval = xyes -o x$enableval = xno; then 8368 if test x$enableval = xyes -o x$enableval = xno; then
5447 support_frills=$enableval 8369 support_frills=$enableval
5448 fi 8370 fi
5449fi 8371fi;
5450
5451 8372
5452# Check whether --enable-linespace or --disable-linespace was given. 8373# Check whether --enable-linespace or --disable-linespace was given.
5453if test "${enable_linespace+set}" = set; then 8374if test "${enable_linespace+set}" = set; then
5454 enableval="$enable_linespace" 8375 enableval="$enable_linespace"
5455 if test x$enableval = xyes -o x$enableval = xno; then 8376 if test x$enableval = xyes -o x$enableval = xno; then
5456 support_linespace=$enableval 8377 support_linespace=$enableval
5457 fi 8378 fi
5458fi 8379fi;
5459
5460 8380
5461# Check whether --enable-24bit or --disable-24bit was given. 8381# Check whether --enable-24bit or --disable-24bit was given.
5462if test "${enable_24bit+set}" = set; then 8382if test "${enable_24bit+set}" = set; then
5463 enableval="$enable_24bit" 8383 enableval="$enable_24bit"
5464 if test x$enableval = xyes -o x$enableval = xno; then 8384 if test x$enableval = xyes -o x$enableval = xno; then
5465 support_24bit=$enableval 8385 support_24bit=$enableval
5466 fi 8386 fi
5467fi 8387fi;
5468
5469 8388
5470# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8389# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5471if test "${enable_keepscrolling+set}" = set; then 8390if test "${enable_keepscrolling+set}" = set; then
5472 enableval="$enable_keepscrolling" 8391 enableval="$enable_keepscrolling"
5473 if test x$enableval = xyes -o x$enableval = xno; then 8392 if test x$enableval = xyes -o x$enableval = xno; then
5474 support_keepscrolling=$enableval 8393 support_keepscrolling=$enableval
5475 fi 8394 fi
5476fi 8395fi;
5477
5478 8396
5479# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8397# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5480if test "${enable_selectionscrolling+set}" = set; then 8398if test "${enable_selectionscrolling+set}" = set; then
5481 enableval="$enable_selectionscrolling" 8399 enableval="$enable_selectionscrolling"
5482 if test x$enableval = xyes -o x$enableval = xno; then 8400 if test x$enableval = xyes -o x$enableval = xno; then
5483 support_selectionscrolling=$enableval 8401 support_selectionscrolling=$enableval
5484 fi 8402 fi
5485fi 8403fi;
5486
5487 8404
5488# Check whether --enable-mousewheel or --disable-mousewheel was given. 8405# Check whether --enable-mousewheel or --disable-mousewheel was given.
5489if test "${enable_mousewheel+set}" = set; then 8406if test "${enable_mousewheel+set}" = set; then
5490 enableval="$enable_mousewheel" 8407 enableval="$enable_mousewheel"
5491 if test x$enableval = xyes -o x$enableval = xno; then 8408 if test x$enableval = xyes -o x$enableval = xno; then
5492 support_mousewheel=$enableval 8409 support_mousewheel=$enableval
5493 fi 8410 fi
5494fi 8411fi;
5495
5496 8412
5497# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8413# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5498if test "${enable_slipwheeling+set}" = set; then 8414if test "${enable_slipwheeling+set}" = set; then
5499 enableval="$enable_slipwheeling" 8415 enableval="$enable_slipwheeling"
5500 if test x$enableval = xyes -o x$enableval = xno; then 8416 if test x$enableval = xyes -o x$enableval = xno; then
5501 support_mouseslipwheel=$enableval 8417 support_mouseslipwheel=$enableval
5502 fi 8418 fi
5503fi 8419fi;
5504
5505
5506# Check whether --enable-old-selection or --disable-old-selection was given.
5507if test "${enable_old_selection+set}" = set; then
5508 enableval="$enable_old_selection"
5509 if test x$enableval = xyes -o x$enableval = xno; then
5510 support_oldselection=$enableval
5511 fi
5512fi
5513
5514
5515# Check whether --enable-new-selection or --disable-new-selection was given.
5516if test "${enable_new_selection+set}" = set; then
5517 enableval="$enable_new_selection"
5518 if test x$enableval = xno; then
5519 cat >> confdefs.h <<\EOF
5520#define NO_NEW_SELECTION 1
5521EOF
5522
5523 fi
5524fi
5525
5526 8420
5527# Check whether --enable-dmalloc or --disable-dmalloc was given. 8421# Check whether --enable-dmalloc or --disable-dmalloc was given.
5528if test "${enable_dmalloc+set}" = set; then 8422if test "${enable_dmalloc+set}" = set; then
5529 enableval="$enable_dmalloc" 8423 enableval="$enable_dmalloc"
5530 if test x$enableval = xyes; then 8424 if test x$enableval = xyes; then
5531 MALLOC_TYPE=G 8425 MALLOC_TYPE=G
5532 DEBUG=-DDEBUG_MALLOC 8426 DEBUG=-DDEBUG_MALLOC
5533 DLIB="-L/usr/local/lib -ldmalloc" 8427 DLIB="-L/usr/local/lib -ldmalloc"
5534 DINCLUDE=-I/usr/local/include 8428 DINCLUDE=-I/usr/local/include
5535 fi 8429 fi
5536fi 8430fi;
5537
5538 8431
5539# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8432# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5540if test "${enable_dlmalloc+set}" = set; then 8433if test "${enable_dlmalloc+set}" = set; then
5541 enableval="$enable_dlmalloc" 8434 enableval="$enable_dlmalloc"
5542 if test x$enableval = xyes; then 8435 if test x$enableval = xyes; then
5543 MALLOC_TYPE=D 8436 MALLOC_TYPE=D
5544 DEBUG= 8437 DEBUG=
5545 DLIB="-L/usr/local/lib -ldlmalloc" 8438 DLIB="-L/usr/local/lib -ldlmalloc"
5546 DINCLUDE= 8439 DINCLUDE=
5547 fi 8440 fi
5548fi 8441fi;
5549
5550 8442
5551# Check whether --enable-smart-resize or --disable-smart-resize was given. 8443# Check whether --enable-smart-resize or --disable-smart-resize was given.
5552if test "${enable_smart_resize+set}" = set; then 8444if test "${enable_smart_resize+set}" = set; then
5553 enableval="$enable_smart_resize" 8445 enableval="$enable_smart_resize"
5554 if test x$enableval = xyes; then 8446 if test x$enableval = xyes; then
8447
5555 cat >> confdefs.h <<\EOF 8448cat >>confdefs.h <<\_ACEOF
5556#define SMART_RESIZE 1 8449#define SMART_RESIZE 1
5557EOF 8450_ACEOF
5558 8451
5559 fi 8452 fi
5560fi 8453fi;
5561
5562 8454
5563# Check whether --enable-256-color or --disable-256-color was given. 8455# Check whether --enable-256-color or --disable-256-color was given.
5564if test "${enable_256_color+set}" = set; then 8456if test "${enable_256_color+set}" = set; then
5565 enableval="$enable_256_color" 8457 enableval="$enable_256_color"
5566 if test x$enableval = xyes; then 8458 if test x$enableval = xyes; then
8459
5567 cat >> confdefs.h <<\EOF 8460cat >>confdefs.h <<\_ACEOF
5568#define TTY_256COLOR 1 8461#define TTY_256COLOR 1
5569EOF 8462_ACEOF
5570 8463
5571 fi 8464 fi
5572fi 8465fi;
5573
5574 8466
5575# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8467# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5576if test "${enable_cursor_blink+set}" = set; then 8468if test "${enable_cursor_blink+set}" = set; then
5577 enableval="$enable_cursor_blink" 8469 enableval="$enable_cursor_blink"
5578 if test x$enableval = xyes -o x$enableval = xno; then 8470 if test x$enableval = xyes -o x$enableval = xno; then
5579 support_cursor_blink=$enableval 8471 support_cursor_blink=$enableval
5580 fi 8472 fi
5581fi 8473fi;
5582 8474
8475# Check whether --enable-text-blink or --disable-text-blink was given.
8476if test "${enable_text_blink+set}" = set; then
8477 enableval="$enable_text_blink"
8478 if test x$enableval = xyes -o x$enableval = xno; then
8479 support_text_blink=$enableval
8480 fi
8481fi;
5583 8482
5584# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8483# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5585if test "${enable_pointer_blank+set}" = set; then 8484if test "${enable_pointer_blank+set}" = set; then
5586 enableval="$enable_pointer_blank" 8485 enableval="$enable_pointer_blank"
5587 if test x$enableval = xyes -o x$enableval = xno; then 8486 if test x$enableval = xyes -o x$enableval = xno; then
5588 support_pointer_blank=$enableval 8487 support_pointer_blank=$enableval
5589 fi 8488 fi
5590fi 8489fi;
5591 8490
5592 8491
5593# Check whether --with-term or --without-term was given. 8492# Check whether --with-term or --without-term was given.
5594if test "${with_term+set}" = set; then 8493if test "${with_term+set}" = set; then
5595 withval="$with_term" 8494 withval="$with_term"
5596 if test x$withval != x; then 8495 if test x$withval != x; then
8496
5597 cat >> confdefs.h <<EOF 8497cat >>confdefs.h <<_ACEOF
5598#define TERMENV "$withval" 8498#define TERMENV "$withval"
5599EOF 8499_ACEOF
5600 term="$withval" 8500 term="$withval"
5601 fi 8501 fi
5602fi 8502fi;
5603 8503
5604 8504
5605# Check whether --with-terminfo or --without-terminfo was given. 8505# Check whether --with-terminfo or --without-terminfo was given.
5606if test "${with_terminfo+set}" = set; then 8506if test "${with_terminfo+set}" = set; then
5607 withval="$with_terminfo" 8507 withval="$with_terminfo"
5608 if test x$withval != x; then 8508 if test x$withval != x; then
8509
5609 cat >> confdefs.h <<EOF 8510cat >>confdefs.h <<_ACEOF
5610#define RXVT_TERMINFO "$withval" 8511#define RXVT_TERMINFO "$withval"
5611EOF 8512_ACEOF
5612 terminfo="$withval" 8513 terminfo="$withval"
5613 fi 8514 fi
5614fi 8515fi;
5615 8516
5616 8517
5617 8518
5618cat >> confdefs.h <<\EOF 8519cat >>confdefs.h <<\_ACEOF
5619#define PROTOTYPES 1 8520#define PROTOTYPES 1
5620EOF 8521_ACEOF
5621 8522
5622 8523
5623if test -z "$CFLAGS"; then 8524if test -z "$CFLAGS"; then
5624 if test -z "$CCOPTS"; then 8525 if test -z "$CCOPTS"; then
5625 CCOPTS='-O' 8526 CCOPTS='-O'
5627 CFLAGS="$CCOPTS" 8528 CFLAGS="$CCOPTS"
5628fi 8529fi
5629 8530
5630# Extract the first word of "mv", so it can be a program name with args. 8531# Extract the first word of "mv", so it can be a program name with args.
5631set dummy mv; ac_word=$2 8532set dummy mv; ac_word=$2
8533echo "$as_me:$LINENO: checking for $ac_word" >&5
5632echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8534echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5633echo "configure:5634: checking for $ac_word" >&5
5634if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then 8535if test "${ac_cv_path_MV+set}" = set; then
5635 echo $ac_n "(cached) $ac_c" 1>&6 8536 echo $ECHO_N "(cached) $ECHO_C" >&6
5636else 8537else
5637 case "$MV" in 8538 case $MV in
5638 /*) 8539 [\\/]* | ?:[\\/]*)
5639 ac_cv_path_MV="$MV" # Let the user override the test with a path. 8540 ac_cv_path_MV="$MV" # Let the user override the test with a path.
5640 ;; 8541 ;;
5641 ?:/*)
5642 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5643 ;;
5644 *) 8542 *)
5645 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5646 ac_dummy="$PATH" 8544for as_dir in $PATH
5647 for ac_dir in $ac_dummy; do 8545do
8546 IFS=$as_save_IFS
5648 test -z "$ac_dir" && ac_dir=. 8547 test -z "$as_dir" && as_dir=.
5649 if test -f $ac_dir/$ac_word; then 8548 for ac_exec_ext in '' $ac_executable_extensions; do
8549 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5650 ac_cv_path_MV="$ac_dir/$ac_word" 8550 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
8551 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5651 break 8552 break 2
5652 fi 8553 fi
5653 done 8554done
5654 IFS="$ac_save_ifs" 8555done
8556
5655 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8557 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5656 ;; 8558 ;;
5657esac 8559esac
5658fi 8560fi
5659MV="$ac_cv_path_MV" 8561MV=$ac_cv_path_MV
8562
5660if test -n "$MV"; then 8563if test -n "$MV"; then
5661 echo "$ac_t""$MV" 1>&6 8564 echo "$as_me:$LINENO: result: $MV" >&5
8565echo "${ECHO_T}$MV" >&6
5662else 8566else
5663 echo "$ac_t""no" 1>&6 8567 echo "$as_me:$LINENO: result: no" >&5
8568echo "${ECHO_T}no" >&6
5664fi 8569fi
5665 8570
5666# Extract the first word of "rm", so it can be a program name with args. 8571# Extract the first word of "rm", so it can be a program name with args.
5667set dummy rm; ac_word=$2 8572set dummy rm; ac_word=$2
8573echo "$as_me:$LINENO: checking for $ac_word" >&5
5668echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8574echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5669echo "configure:5670: checking for $ac_word" >&5
5670if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 8575if test "${ac_cv_path_RM+set}" = set; then
5671 echo $ac_n "(cached) $ac_c" 1>&6 8576 echo $ECHO_N "(cached) $ECHO_C" >&6
5672else 8577else
5673 case "$RM" in 8578 case $RM in
5674 /*) 8579 [\\/]* | ?:[\\/]*)
5675 ac_cv_path_RM="$RM" # Let the user override the test with a path. 8580 ac_cv_path_RM="$RM" # Let the user override the test with a path.
5676 ;; 8581 ;;
5677 ?:/*)
5678 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5679 ;;
5680 *) 8582 *)
5681 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5682 ac_dummy="$PATH" 8584for as_dir in $PATH
5683 for ac_dir in $ac_dummy; do 8585do
8586 IFS=$as_save_IFS
5684 test -z "$ac_dir" && ac_dir=. 8587 test -z "$as_dir" && as_dir=.
5685 if test -f $ac_dir/$ac_word; then 8588 for ac_exec_ext in '' $ac_executable_extensions; do
8589 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5686 ac_cv_path_RM="$ac_dir/$ac_word" 8590 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5687 break 8592 break 2
5688 fi 8593 fi
5689 done 8594done
5690 IFS="$ac_save_ifs" 8595done
8596
5691 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8597 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5692 ;; 8598 ;;
5693esac 8599esac
5694fi 8600fi
5695RM="$ac_cv_path_RM" 8601RM=$ac_cv_path_RM
8602
5696if test -n "$RM"; then 8603if test -n "$RM"; then
5697 echo "$ac_t""$RM" 1>&6 8604 echo "$as_me:$LINENO: result: $RM" >&5
8605echo "${ECHO_T}$RM" >&6
5698else 8606else
5699 echo "$ac_t""no" 1>&6 8607 echo "$as_me:$LINENO: result: no" >&5
8608echo "${ECHO_T}no" >&6
5700fi 8609fi
5701 8610
5702# Extract the first word of "cp", so it can be a program name with args. 8611# Extract the first word of "cp", so it can be a program name with args.
5703set dummy cp; ac_word=$2 8612set dummy cp; ac_word=$2
8613echo "$as_me:$LINENO: checking for $ac_word" >&5
5704echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8614echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5705echo "configure:5706: checking for $ac_word" >&5
5706if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 8615if test "${ac_cv_path_CP+set}" = set; then
5707 echo $ac_n "(cached) $ac_c" 1>&6 8616 echo $ECHO_N "(cached) $ECHO_C" >&6
5708else 8617else
5709 case "$CP" in 8618 case $CP in
5710 /*) 8619 [\\/]* | ?:[\\/]*)
5711 ac_cv_path_CP="$CP" # Let the user override the test with a path. 8620 ac_cv_path_CP="$CP" # Let the user override the test with a path.
5712 ;; 8621 ;;
5713 ?:/*)
5714 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5715 ;;
5716 *) 8622 *)
5717 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5718 ac_dummy="$PATH" 8624for as_dir in $PATH
5719 for ac_dir in $ac_dummy; do 8625do
8626 IFS=$as_save_IFS
5720 test -z "$ac_dir" && ac_dir=. 8627 test -z "$as_dir" && as_dir=.
5721 if test -f $ac_dir/$ac_word; then 8628 for ac_exec_ext in '' $ac_executable_extensions; do
8629 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5722 ac_cv_path_CP="$ac_dir/$ac_word" 8630 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
8631 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5723 break 8632 break 2
5724 fi 8633 fi
5725 done 8634done
5726 IFS="$ac_save_ifs" 8635done
8636
5727 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8637 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5728 ;; 8638 ;;
5729esac 8639esac
5730fi 8640fi
5731CP="$ac_cv_path_CP" 8641CP=$ac_cv_path_CP
8642
5732if test -n "$CP"; then 8643if test -n "$CP"; then
5733 echo "$ac_t""$CP" 1>&6 8644 echo "$as_me:$LINENO: result: $CP" >&5
8645echo "${ECHO_T}$CP" >&6
5734else 8646else
5735 echo "$ac_t""no" 1>&6 8647 echo "$as_me:$LINENO: result: no" >&5
8648echo "${ECHO_T}no" >&6
5736fi 8649fi
5737 8650
5738# Extract the first word of "ln", so it can be a program name with args. 8651# Extract the first word of "ln", so it can be a program name with args.
5739set dummy ln; ac_word=$2 8652set dummy ln; ac_word=$2
8653echo "$as_me:$LINENO: checking for $ac_word" >&5
5740echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8654echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5741echo "configure:5742: checking for $ac_word" >&5
5742if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then 8655if test "${ac_cv_path_LN+set}" = set; then
5743 echo $ac_n "(cached) $ac_c" 1>&6 8656 echo $ECHO_N "(cached) $ECHO_C" >&6
5744else 8657else
5745 case "$LN" in 8658 case $LN in
5746 /*) 8659 [\\/]* | ?:[\\/]*)
5747 ac_cv_path_LN="$LN" # Let the user override the test with a path. 8660 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5748 ;; 8661 ;;
5749 ?:/*)
5750 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5751 ;;
5752 *) 8662 *)
5753 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5754 ac_dummy="$PATH" 8664for as_dir in $PATH
5755 for ac_dir in $ac_dummy; do 8665do
8666 IFS=$as_save_IFS
5756 test -z "$ac_dir" && ac_dir=. 8667 test -z "$as_dir" && as_dir=.
5757 if test -f $ac_dir/$ac_word; then 8668 for ac_exec_ext in '' $ac_executable_extensions; do
8669 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5758 ac_cv_path_LN="$ac_dir/$ac_word" 8670 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
8671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5759 break 8672 break 2
5760 fi 8673 fi
5761 done 8674done
5762 IFS="$ac_save_ifs" 8675done
8676
5763 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8677 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5764 ;; 8678 ;;
5765esac 8679esac
5766fi 8680fi
5767LN="$ac_cv_path_LN" 8681LN=$ac_cv_path_LN
8682
5768if test -n "$LN"; then 8683if test -n "$LN"; then
5769 echo "$ac_t""$LN" 1>&6 8684 echo "$as_me:$LINENO: result: $LN" >&5
8685echo "${ECHO_T}$LN" >&6
5770else 8686else
5771 echo "$ac_t""no" 1>&6 8687 echo "$as_me:$LINENO: result: no" >&5
8688echo "${ECHO_T}no" >&6
5772fi 8689fi
5773 8690
5774# Extract the first word of "sed", so it can be a program name with args. 8691# Extract the first word of "sed", so it can be a program name with args.
5775set dummy sed; ac_word=$2 8692set dummy sed; ac_word=$2
8693echo "$as_me:$LINENO: checking for $ac_word" >&5
5776echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8694echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5777echo "configure:5778: checking for $ac_word" >&5
5778if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then 8695if test "${ac_cv_path_SED+set}" = set; then
5779 echo $ac_n "(cached) $ac_c" 1>&6 8696 echo $ECHO_N "(cached) $ECHO_C" >&6
5780else 8697else
5781 case "$SED" in 8698 case $SED in
5782 /*) 8699 [\\/]* | ?:[\\/]*)
5783 ac_cv_path_SED="$SED" # Let the user override the test with a path. 8700 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5784 ;; 8701 ;;
5785 ?:/*)
5786 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5787 ;;
5788 *) 8702 *)
5789 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5790 ac_dummy="$PATH" 8704for as_dir in $PATH
5791 for ac_dir in $ac_dummy; do 8705do
8706 IFS=$as_save_IFS
5792 test -z "$ac_dir" && ac_dir=. 8707 test -z "$as_dir" && as_dir=.
5793 if test -f $ac_dir/$ac_word; then 8708 for ac_exec_ext in '' $ac_executable_extensions; do
8709 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5794 ac_cv_path_SED="$ac_dir/$ac_word" 8710 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
8711 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5795 break 8712 break 2
5796 fi 8713 fi
5797 done 8714done
5798 IFS="$ac_save_ifs" 8715done
8716
5799 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8717 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5800 ;; 8718 ;;
5801esac 8719esac
5802fi 8720fi
5803SED="$ac_cv_path_SED" 8721SED=$ac_cv_path_SED
8722
5804if test -n "$SED"; then 8723if test -n "$SED"; then
5805 echo "$ac_t""$SED" 1>&6 8724 echo "$as_me:$LINENO: result: $SED" >&5
8725echo "${ECHO_T}$SED" >&6
5806else 8726else
5807 echo "$ac_t""no" 1>&6 8727 echo "$as_me:$LINENO: result: no" >&5
8728echo "${ECHO_T}no" >&6
5808fi 8729fi
5809 8730
5810# Extract the first word of "echo", so it can be a program name with args. 8731# Extract the first word of "echo", so it can be a program name with args.
5811set dummy echo; ac_word=$2 8732set dummy echo; ac_word=$2
8733echo "$as_me:$LINENO: checking for $ac_word" >&5
5812echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8734echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5813echo "configure:5814: checking for $ac_word" >&5
5814if eval "test \"`echo '$''{'ac_cv_path_ECHO'+set}'`\" = set"; then 8735if test "${ac_cv_path_ECHO+set}" = set; then
5815 echo $ac_n "(cached) $ac_c" 1>&6 8736 echo $ECHO_N "(cached) $ECHO_C" >&6
5816else 8737else
5817 case "$ECHO" in 8738 case $ECHO in
5818 /*) 8739 [\\/]* | ?:[\\/]*)
5819 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path. 8740 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5820 ;; 8741 ;;
5821 ?:/*)
5822 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5823 ;;
5824 *) 8742 *)
5825 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5826 ac_dummy="$PATH" 8744for as_dir in $PATH
5827 for ac_dir in $ac_dummy; do 8745do
8746 IFS=$as_save_IFS
5828 test -z "$ac_dir" && ac_dir=. 8747 test -z "$as_dir" && as_dir=.
5829 if test -f $ac_dir/$ac_word; then 8748 for ac_exec_ext in '' $ac_executable_extensions; do
8749 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5830 ac_cv_path_ECHO="$ac_dir/$ac_word" 8750 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
8751 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5831 break 8752 break 2
5832 fi 8753 fi
5833 done 8754done
5834 IFS="$ac_save_ifs" 8755done
8756
5835 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 8757 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5836 ;; 8758 ;;
5837esac 8759esac
5838fi 8760fi
5839ECHO="$ac_cv_path_ECHO" 8761ECHO=$ac_cv_path_ECHO
8762
5840if test -n "$ECHO"; then 8763if test -n "$ECHO"; then
5841 echo "$ac_t""$ECHO" 1>&6 8764 echo "$as_me:$LINENO: result: $ECHO" >&5
8765echo "${ECHO_T}$ECHO" >&6
5842else 8766else
5843 echo "$ac_t""no" 1>&6 8767 echo "$as_me:$LINENO: result: no" >&5
8768echo "${ECHO_T}no" >&6
5844fi 8769fi
5845 8770
5846# Extract the first word of "cmp", so it can be a program name with args. 8771# Extract the first word of "cmp", so it can be a program name with args.
5847set dummy cmp; ac_word=$2 8772set dummy cmp; ac_word=$2
8773echo "$as_me:$LINENO: checking for $ac_word" >&5
5848echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8774echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5849echo "configure:5850: checking for $ac_word" >&5
5850if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then 8775if test "${ac_cv_path_CMP+set}" = set; then
5851 echo $ac_n "(cached) $ac_c" 1>&6 8776 echo $ECHO_N "(cached) $ECHO_C" >&6
5852else 8777else
5853 case "$CMP" in 8778 case $CMP in
5854 /*) 8779 [\\/]* | ?:[\\/]*)
5855 ac_cv_path_CMP="$CMP" # Let the user override the test with a path. 8780 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5856 ;; 8781 ;;
5857 ?:/*)
5858 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5859 ;;
5860 *) 8782 *)
5861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5862 ac_dummy="$PATH" 8784for as_dir in $PATH
5863 for ac_dir in $ac_dummy; do 8785do
8786 IFS=$as_save_IFS
5864 test -z "$ac_dir" && ac_dir=. 8787 test -z "$as_dir" && as_dir=.
5865 if test -f $ac_dir/$ac_word; then 8788 for ac_exec_ext in '' $ac_executable_extensions; do
8789 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5866 ac_cv_path_CMP="$ac_dir/$ac_word" 8790 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
8791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5867 break 8792 break 2
5868 fi 8793 fi
5869 done 8794done
5870 IFS="$ac_save_ifs" 8795done
8796
5871 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 8797 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5872 ;; 8798 ;;
5873esac 8799esac
5874fi 8800fi
5875CMP="$ac_cv_path_CMP" 8801CMP=$ac_cv_path_CMP
8802
5876if test -n "$CMP"; then 8803if test -n "$CMP"; then
5877 echo "$ac_t""$CMP" 1>&6 8804 echo "$as_me:$LINENO: result: $CMP" >&5
8805echo "${ECHO_T}$CMP" >&6
5878else 8806else
5879 echo "$ac_t""no" 1>&6 8807 echo "$as_me:$LINENO: result: no" >&5
8808echo "${ECHO_T}no" >&6
5880fi 8809fi
5881 8810
5882# Extract the first word of "tbl", so it can be a program name with args. 8811# Extract the first word of "tbl", so it can be a program name with args.
5883set dummy tbl; ac_word=$2 8812set dummy tbl; ac_word=$2
8813echo "$as_me:$LINENO: checking for $ac_word" >&5
5884echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8814echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5885echo "configure:5886: checking for $ac_word" >&5
5886if eval "test \"`echo '$''{'ac_cv_path_TBL'+set}'`\" = set"; then 8815if test "${ac_cv_path_TBL+set}" = set; then
5887 echo $ac_n "(cached) $ac_c" 1>&6 8816 echo $ECHO_N "(cached) $ECHO_C" >&6
5888else 8817else
5889 case "$TBL" in 8818 case $TBL in
5890 /*) 8819 [\\/]* | ?:[\\/]*)
5891 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 8820 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5892 ;; 8821 ;;
5893 ?:/*)
5894 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path.
5895 ;;
5896 *) 8822 *)
5897 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5898 ac_dummy="$PATH" 8824for as_dir in $PATH
5899 for ac_dir in $ac_dummy; do 8825do
8826 IFS=$as_save_IFS
5900 test -z "$ac_dir" && ac_dir=. 8827 test -z "$as_dir" && as_dir=.
5901 if test -f $ac_dir/$ac_word; then 8828 for ac_exec_ext in '' $ac_executable_extensions; do
8829 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5902 ac_cv_path_TBL="$ac_dir/$ac_word" 8830 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
8831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5903 break 8832 break 2
5904 fi 8833 fi
5905 done 8834done
5906 IFS="$ac_save_ifs" 8835done
8836
5907 ;; 8837 ;;
5908esac 8838esac
5909fi 8839fi
5910TBL="$ac_cv_path_TBL" 8840TBL=$ac_cv_path_TBL
8841
5911if test -n "$TBL"; then 8842if test -n "$TBL"; then
5912 echo "$ac_t""$TBL" 1>&6 8843 echo "$as_me:$LINENO: result: $TBL" >&5
8844echo "${ECHO_T}$TBL" >&6
5913else 8845else
5914 echo "$ac_t""no" 1>&6 8846 echo "$as_me:$LINENO: result: no" >&5
8847echo "${ECHO_T}no" >&6
5915fi 8848fi
5916 8849
5917 8850
5918 8851
5919 8852
5920# If we find X, set shell vars x_includes and x_libraries to the 8853echo "$as_me:$LINENO: checking for X" >&5
5921# paths, otherwise set no_x=yes.
5922# Uses ac_ vars as temps to allow command line to override cache and checks.
5923# --without-x overrides everything else, but does not touch the cache.
5924echo $ac_n "checking for X""... $ac_c" 1>&6 8854echo $ECHO_N "checking for X... $ECHO_C" >&6
5925echo "configure:5926: checking for X" >&5 8855
5926 8856
5927# Check whether --with-x or --without-x was given. 8857# Check whether --with-x or --without-x was given.
5928if test "${with_x+set}" = set; then 8858if test "${with_x+set}" = set; then
5929 withval="$with_x" 8859 withval="$with_x"
5930 : 8860
5931fi 8861fi;
5932
5933# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 8862# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5934if test "x$with_x" = xno; then 8863if test "x$with_x" = xno; then
5935 # The user explicitly disabled X. 8864 # The user explicitly disabled X.
5936 have_x=disabled 8865 have_x=disabled
5937else 8866else
5938 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then 8867 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5939 # Both variables are already set. 8868 # Both variables are already set.
5940 have_x=yes 8869 have_x=yes
5941 else 8870 else
5942if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 8871 if test "${ac_cv_have_x+set}" = set; then
5943 echo $ac_n "(cached) $ac_c" 1>&6 8872 echo $ECHO_N "(cached) $ECHO_C" >&6
5944else 8873else
5945 # One or both of the vars are not set, and there is no cached value. 8874 # One or both of the vars are not set, and there is no cached value.
5946ac_x_includes=NO ac_x_libraries=NO 8875ac_x_includes=no ac_x_libraries=no
5947rm -fr conftestdir 8876rm -fr conftest.dir
5948if mkdir conftestdir; then 8877if mkdir conftest.dir; then
5949 cd conftestdir 8878 cd conftest.dir
5950 # Make sure to not put "make" in the Imakefile rules, since we grep it out. 8879 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5951 cat > Imakefile <<'EOF' 8880 cat >Imakefile <<'_ACEOF'
5952acfindx: 8881acfindx:
5953 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 8882 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5954EOF 8883_ACEOF
5955 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 8884 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5956 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 8885 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5957 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 8886 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5958 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 8887 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5959 for ac_extension in a so sl; do 8888 for ac_extension in a so sl; do
5960 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 8889 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5961 test -f $ac_im_libdir/libX11.$ac_extension; then 8890 test -f $ac_im_libdir/libX11.$ac_extension; then
5962 ac_im_usrlibdir=$ac_im_libdir; break 8891 ac_im_usrlibdir=$ac_im_libdir; break
5963 fi 8892 fi
5964 done 8893 done
5965 # Screen out bogus values from the imake configuration. They are 8894 # Screen out bogus values from the imake configuration. They are
5966 # bogus both because they are the default anyway, and because 8895 # bogus both because they are the default anyway, and because
5967 # using them would break gcc on systems where it needs fixed includes. 8896 # using them would break gcc on systems where it needs fixed includes.
5968 case "$ac_im_incroot" in 8897 case $ac_im_incroot in
5969 /usr/include) ;; 8898 /usr/include) ;;
5970 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; 8899 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5971 esac 8900 esac
5972 case "$ac_im_usrlibdir" in 8901 case $ac_im_usrlibdir in
5973 /usr/lib | /lib) ;; 8902 /usr/lib | /lib) ;;
5974 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 8903 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5975 esac 8904 esac
5976 fi 8905 fi
5977 cd .. 8906 cd ..
5978 rm -fr conftestdir 8907 rm -fr conftest.dir
5979fi 8908fi
5980 8909
8910# Standard set of common directories for X headers.
8911# Check X11 before X11Rn because it is often a symlink to the current release.
8912ac_x_header_dirs='
8913/usr/X11/include
8914/usr/X11R6/include
8915/usr/X11R5/include
8916/usr/X11R4/include
8917
8918/usr/include/X11
8919/usr/include/X11R6
8920/usr/include/X11R5
8921/usr/include/X11R4
8922
8923/usr/local/X11/include
8924/usr/local/X11R6/include
8925/usr/local/X11R5/include
8926/usr/local/X11R4/include
8927
8928/usr/local/include/X11
8929/usr/local/include/X11R6
8930/usr/local/include/X11R5
8931/usr/local/include/X11R4
8932
8933/usr/X386/include
8934/usr/x386/include
8935/usr/XFree86/include/X11
8936
8937/usr/include
8938/usr/local/include
8939/usr/unsupported/include
8940/usr/athena/include
8941/usr/local/x11r5/include
8942/usr/lpp/Xamples/include
8943
8944/usr/openwin/include
8945/usr/openwin/share/include'
8946
5981if test "$ac_x_includes" = NO; then 8947if test "$ac_x_includes" = no; then
5982 # Guess where to find include files, by looking for this one X11 .h file. 8948 # Guess where to find include files, by looking for Intrinsic.h.
5983 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
5984
5985 # First, try using that file with no special directory specified. 8949 # First, try using that file with no special directory specified.
8950 cat >conftest.$ac_ext <<_ACEOF
8951/* confdefs.h. */
8952_ACEOF
8953cat confdefs.h >>conftest.$ac_ext
5986cat > conftest.$ac_ext <<EOF 8954cat >>conftest.$ac_ext <<_ACEOF
5987#line 5988 "configure" 8955/* end confdefs.h. */
5988#include "confdefs.h" 8956#include <X11/Intrinsic.h>
5989#include <$x_direct_test_include> 8957_ACEOF
5990EOF 8958if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5991ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8959 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5992{ (eval echo configure:5993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8960 ac_status=$?
5993ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8961 grep -v '^ *+' conftest.er1 >conftest.err
8962 rm -f conftest.er1
8963 cat conftest.err >&5
8964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8965 (exit $ac_status); } >/dev/null; then
8966 if test -s conftest.err; then
8967 ac_cpp_err=$ac_cxx_preproc_warn_flag
8968 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8969 else
8970 ac_cpp_err=
8971 fi
8972else
8973 ac_cpp_err=yes
8974fi
5994if test -z "$ac_err"; then 8975if test -z "$ac_cpp_err"; then
5995 rm -rf conftest*
5996 # We can compile using X headers with no special include directory. 8976 # We can compile using X headers with no special include directory.
5997ac_x_includes= 8977ac_x_includes=
5998else 8978else
5999 echo "$ac_err" >&5
6000 echo "configure: failed program was:" >&5 8979 echo "$as_me: failed program was:" >&5
6001 cat conftest.$ac_ext >&5 8980sed 's/^/| /' conftest.$ac_ext >&5
6002 rm -rf conftest* 8981
6003 # Look for the header file in a standard set of common directories. 8982 for ac_dir in $ac_x_header_dirs; do
6004# Check X11 before X11Rn because it is often a symlink to the current release. 8983 if test -r "$ac_dir/X11/Intrinsic.h"; then
6005 for ac_dir in \
6006 /usr/X11/include \
6007 /usr/X11R6/include \
6008 /usr/X11R5/include \
6009 /usr/X11R4/include \
6010 \
6011 /usr/include/X11 \
6012 /usr/include/X11R6 \
6013 /usr/include/X11R5 \
6014 /usr/include/X11R4 \
6015 \
6016 /usr/local/X11/include \
6017 /usr/local/X11R6/include \
6018 /usr/local/X11R5/include \
6019 /usr/local/X11R4/include \
6020 \
6021 /usr/local/include/X11 \
6022 /usr/local/include/X11R6 \
6023 /usr/local/include/X11R5 \
6024 /usr/local/include/X11R4 \
6025 \
6026 /usr/X386/include \
6027 /usr/x386/include \
6028 /usr/XFree86/include/X11 \
6029 \
6030 /usr/include \
6031 /usr/local/include \
6032 /usr/unsupported/include \
6033 /usr/athena/include \
6034 /usr/local/x11r5/include \
6035 /usr/lpp/Xamples/include \
6036 \
6037 /usr/openwin/include \
6038 /usr/openwin/share/include \
6039 ; \
6040 do
6041 if test -r "$ac_dir/$x_direct_test_include"; then
6042 ac_x_includes=$ac_dir 8984 ac_x_includes=$ac_dir
6043 break 8985 break
6044 fi 8986 fi
6045 done 8987done
6046fi 8988fi
6047rm -f conftest* 8989rm -f conftest.err conftest.$ac_ext
6048fi # $ac_x_includes = NO 8990fi # $ac_x_includes = no
6049 8991
6050if test "$ac_x_libraries" = NO; then 8992if test "$ac_x_libraries" = no; then
6051 # Check for the libraries. 8993 # Check for the libraries.
6052
6053 test -z "$x_direct_test_library" && x_direct_test_library=Xt
6054 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
6055
6056 # See if we find them without any special options. 8994 # See if we find them without any special options.
6057 # Don't add to $LIBS permanently. 8995 # Don't add to $LIBS permanently.
6058 ac_save_LIBS="$LIBS" 8996 ac_save_LIBS=$LIBS
6059 LIBS="-l$x_direct_test_library $LIBS" 8997 LIBS="-lXt $LIBS"
8998 cat >conftest.$ac_ext <<_ACEOF
8999/* confdefs.h. */
9000_ACEOF
9001cat confdefs.h >>conftest.$ac_ext
6060cat > conftest.$ac_ext <<EOF 9002cat >>conftest.$ac_ext <<_ACEOF
6061#line 6062 "configure" 9003/* end confdefs.h. */
6062#include "confdefs.h" 9004#include <X11/Intrinsic.h>
6063 9005int
6064int main() { 9006main ()
6065${x_direct_test_function}() 9007{
9008XtMalloc (0)
9009 ;
6066; return 0; } 9010 return 0;
6067EOF 9011}
6068if { (eval echo configure:6069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9012_ACEOF
9013rm -f conftest.$ac_objext conftest$ac_exeext
9014if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9015 (eval $ac_link) 2>conftest.er1
9016 ac_status=$?
9017 grep -v '^ *+' conftest.er1 >conftest.err
6069 rm -rf conftest* 9018 rm -f conftest.er1
9019 cat conftest.err >&5
9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); } &&
9022 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9024 (eval $ac_try) 2>&5
9025 ac_status=$?
9026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9027 (exit $ac_status); }; } &&
9028 { ac_try='test -s conftest$ac_exeext'
9029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9030 (eval $ac_try) 2>&5
9031 ac_status=$?
9032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9033 (exit $ac_status); }; }; then
6070 LIBS="$ac_save_LIBS" 9034 LIBS=$ac_save_LIBS
6071# We can link X programs with no special library path. 9035# We can link X programs with no special library path.
6072ac_x_libraries= 9036ac_x_libraries=
6073else 9037else
6074 echo "configure: failed program was:" >&5 9038 echo "$as_me: failed program was:" >&5
6075 cat conftest.$ac_ext >&5 9039sed 's/^/| /' conftest.$ac_ext >&5
6076 rm -rf conftest* 9040
6077 LIBS="$ac_save_LIBS" 9041LIBS=$ac_save_LIBS
6078# First see if replacing the include by lib works.
6079# Check X11 before X11Rn because it is often a symlink to the current release.
6080for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ 9042for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6081 /usr/X11/lib \
6082 /usr/X11R6/lib \
6083 /usr/X11R5/lib \
6084 /usr/X11R4/lib \
6085 \
6086 /usr/lib/X11 \
6087 /usr/lib/X11R6 \
6088 /usr/lib/X11R5 \
6089 /usr/lib/X11R4 \
6090 \
6091 /usr/local/X11/lib \
6092 /usr/local/X11R6/lib \
6093 /usr/local/X11R5/lib \
6094 /usr/local/X11R4/lib \
6095 \
6096 /usr/local/lib/X11 \
6097 /usr/local/lib/X11R6 \
6098 /usr/local/lib/X11R5 \
6099 /usr/local/lib/X11R4 \
6100 \
6101 /usr/X386/lib \
6102 /usr/x386/lib \
6103 /usr/XFree86/lib/X11 \
6104 \
6105 /usr/lib \
6106 /usr/local/lib \
6107 /usr/unsupported/lib \
6108 /usr/athena/lib \
6109 /usr/local/x11r5/lib \
6110 /usr/lpp/Xamples/lib \
6111 /lib/usr/lib/X11 \
6112 \
6113 /usr/openwin/lib \
6114 /usr/openwin/share/lib \
6115 ; \
6116do 9043do
9044 # Don't even attempt the hair of trying to link an X program!
6117 for ac_extension in a so sl; do 9045 for ac_extension in a so sl; do
6118 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9046 if test -r $ac_dir/libXt.$ac_extension; then
6119 ac_x_libraries=$ac_dir 9047 ac_x_libraries=$ac_dir
6120 break 2 9048 break 2
6121 fi 9049 fi
6122 done 9050 done
6123done 9051done
6124fi 9052fi
6125rm -f conftest* 9053rm -f conftest.err conftest.$ac_objext \
9054 conftest$ac_exeext conftest.$ac_ext
6126fi # $ac_x_libraries = NO 9055fi # $ac_x_libraries = no
6127 9056
6128if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9057if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6129 # Didn't find X anywhere. Cache the known absence of X. 9058 # Didn't find X anywhere. Cache the known absence of X.
6130 ac_cv_have_x="have_x=no" 9059 ac_cv_have_x="have_x=no"
6131else 9060else
6132 # Record where we found X for the cache. 9061 # Record where we found X for the cache.
6133 ac_cv_have_x="have_x=yes \ 9062 ac_cv_have_x="have_x=yes \
6134 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 9063 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6135fi 9064fi
6136fi 9065fi
9066
6137 fi 9067 fi
6138 eval "$ac_cv_have_x" 9068 eval "$ac_cv_have_x"
6139fi # $with_x != no 9069fi # $with_x != no
6140 9070
6141if test "$have_x" != yes; then 9071if test "$have_x" != yes; then
6142 echo "$ac_t""$have_x" 1>&6 9072 echo "$as_me:$LINENO: result: $have_x" >&5
9073echo "${ECHO_T}$have_x" >&6
6143 no_x=yes 9074 no_x=yes
6144else 9075else
6145 # If each of the values was on the command line, it overrides each guess. 9076 # If each of the values was on the command line, it overrides each guess.
6146 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9077 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6147 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9078 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6148 # Update the cache value to reflect the command line values. 9079 # Update the cache value to reflect the command line values.
6149 ac_cv_have_x="have_x=yes \ 9080 ac_cv_have_x="have_x=yes \
6150 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9081 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9082 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
6151 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 9083echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
6152fi 9084fi
6153 9085
6154if test "$no_x" = yes; then 9086if test "$no_x" = yes; then
6155 # Not all programs may use this symbol, but it does not hurt to define it. 9087 # Not all programs may use this symbol, but it does not hurt to define it.
9088
6156 cat >> confdefs.h <<\EOF 9089cat >>confdefs.h <<\_ACEOF
6157#define X_DISPLAY_MISSING 1 9090#define X_DISPLAY_MISSING 1
6158EOF 9091_ACEOF
6159 9092
6160 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9093 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6161else 9094else
6162 if test -n "$x_includes"; then 9095 if test -n "$x_includes"; then
6163 X_CFLAGS="$X_CFLAGS -I$x_includes" 9096 X_CFLAGS="$X_CFLAGS -I$x_includes"
6166 # It would also be nice to do this for all -L options, not just this one. 9099 # It would also be nice to do this for all -L options, not just this one.
6167 if test -n "$x_libraries"; then 9100 if test -n "$x_libraries"; then
6168 X_LIBS="$X_LIBS -L$x_libraries" 9101 X_LIBS="$X_LIBS -L$x_libraries"
6169 # For Solaris; some versions of Sun CC require a space after -R and 9102 # For Solaris; some versions of Sun CC require a space after -R and
6170 # others require no space. Words are not sufficient . . . . 9103 # others require no space. Words are not sufficient . . . .
6171 case "`(uname -sr) 2>/dev/null`" in 9104 case `(uname -sr) 2>/dev/null` in
6172 "SunOS 5"*) 9105 "SunOS 5"*)
9106 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
6173 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 9107echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
6174echo "configure:6175: checking whether -R must be followed by a space" >&5
6175 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" 9108 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6176 cat > conftest.$ac_ext <<EOF 9109 cat >conftest.$ac_ext <<_ACEOF
6177#line 6178 "configure" 9110/* confdefs.h. */
6178#include "confdefs.h" 9111_ACEOF
9112cat confdefs.h >>conftest.$ac_ext
9113cat >>conftest.$ac_ext <<_ACEOF
9114/* end confdefs.h. */
6179 9115
6180int main() { 9116int
9117main ()
9118{
6181 9119
9120 ;
6182; return 0; } 9121 return 0;
6183EOF 9122}
6184if { (eval echo configure:6185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9123_ACEOF
9124rm -f conftest.$ac_objext conftest$ac_exeext
9125if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9126 (eval $ac_link) 2>conftest.er1
9127 ac_status=$?
9128 grep -v '^ *+' conftest.er1 >conftest.err
6185 rm -rf conftest* 9129 rm -f conftest.er1
9130 cat conftest.err >&5
9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132 (exit $ac_status); } &&
9133 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9135 (eval $ac_try) 2>&5
9136 ac_status=$?
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); }; } &&
9139 { ac_try='test -s conftest$ac_exeext'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5
9142 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; }; then
6186 ac_R_nospace=yes 9145 ac_R_nospace=yes
6187else 9146else
6188 echo "configure: failed program was:" >&5 9147 echo "$as_me: failed program was:" >&5
6189 cat conftest.$ac_ext >&5 9148sed 's/^/| /' conftest.$ac_ext >&5
6190 rm -rf conftest* 9149
6191 ac_R_nospace=no 9150ac_R_nospace=no
6192fi 9151fi
6193rm -f conftest* 9152rm -f conftest.err conftest.$ac_objext \
9153 conftest$ac_exeext conftest.$ac_ext
6194 if test $ac_R_nospace = yes; then 9154 if test $ac_R_nospace = yes; then
6195 echo "$ac_t""no" 1>&6 9155 echo "$as_me:$LINENO: result: no" >&5
9156echo "${ECHO_T}no" >&6
6196 X_LIBS="$X_LIBS -R$x_libraries" 9157 X_LIBS="$X_LIBS -R$x_libraries"
6197 else 9158 else
6198 LIBS="$ac_xsave_LIBS -R $x_libraries" 9159 LIBS="$ac_xsave_LIBS -R $x_libraries"
6199 cat > conftest.$ac_ext <<EOF 9160 cat >conftest.$ac_ext <<_ACEOF
6200#line 6201 "configure" 9161/* confdefs.h. */
6201#include "confdefs.h" 9162_ACEOF
9163cat confdefs.h >>conftest.$ac_ext
9164cat >>conftest.$ac_ext <<_ACEOF
9165/* end confdefs.h. */
6202 9166
6203int main() { 9167int
9168main ()
9169{
6204 9170
9171 ;
6205; return 0; } 9172 return 0;
6206EOF 9173}
6207if { (eval echo configure:6208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9174_ACEOF
9175rm -f conftest.$ac_objext conftest$ac_exeext
9176if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9177 (eval $ac_link) 2>conftest.er1
9178 ac_status=$?
9179 grep -v '^ *+' conftest.er1 >conftest.err
6208 rm -rf conftest* 9180 rm -f conftest.er1
9181 cat conftest.err >&5
9182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9183 (exit $ac_status); } &&
9184 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9186 (eval $ac_try) 2>&5
9187 ac_status=$?
9188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9189 (exit $ac_status); }; } &&
9190 { ac_try='test -s conftest$ac_exeext'
9191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9192 (eval $ac_try) 2>&5
9193 ac_status=$?
9194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9195 (exit $ac_status); }; }; then
6209 ac_R_space=yes 9196 ac_R_space=yes
6210else 9197else
6211 echo "configure: failed program was:" >&5 9198 echo "$as_me: failed program was:" >&5
6212 cat conftest.$ac_ext >&5 9199sed 's/^/| /' conftest.$ac_ext >&5
6213 rm -rf conftest* 9200
6214 ac_R_space=no 9201ac_R_space=no
6215fi 9202fi
6216rm -f conftest* 9203rm -f conftest.err conftest.$ac_objext \
9204 conftest$ac_exeext conftest.$ac_ext
6217 if test $ac_R_space = yes; then 9205 if test $ac_R_space = yes; then
6218 echo "$ac_t""yes" 1>&6 9206 echo "$as_me:$LINENO: result: yes" >&5
9207echo "${ECHO_T}yes" >&6
6219 X_LIBS="$X_LIBS -R $x_libraries" 9208 X_LIBS="$X_LIBS -R $x_libraries"
6220 else 9209 else
9210 echo "$as_me:$LINENO: result: neither works" >&5
6221 echo "$ac_t""neither works" 1>&6 9211echo "${ECHO_T}neither works" >&6
6222 fi 9212 fi
6223 fi 9213 fi
6224 LIBS="$ac_xsave_LIBS" 9214 LIBS=$ac_xsave_LIBS
6225 esac 9215 esac
6226 fi 9216 fi
6227 9217
6228 # Check for system-dependent libraries X programs must link with. 9218 # Check for system-dependent libraries X programs must link with.
6229 # Do this before checking for the system-independent R6 libraries 9219 # Do this before checking for the system-independent R6 libraries
6230 # (-lICE), since we may need -lsocket or whatever for X linking. 9220 # (-lICE), since we may need -lsocket or whatever for X linking.
6231 9221
6232 if test "$ISC" = yes; then 9222 if test "$ISC" = yes; then
6233 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9223 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6234 else 9224 else
6235 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 9225 # Martyn Johnson says this is needed for Ultrix, if the X
6236 # libraries were built with DECnet support. And karl@cs.umb.edu says 9226 # libraries were built with DECnet support. And Karl Berry says
6237 # the Alpha needs dnet_stub (dnet does not exist). 9227 # the Alpha needs dnet_stub (dnet does not exist).
9228 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9229 cat >conftest.$ac_ext <<_ACEOF
9230/* confdefs.h. */
9231_ACEOF
9232cat confdefs.h >>conftest.$ac_ext
9233cat >>conftest.$ac_ext <<_ACEOF
9234/* end confdefs.h. */
9235
9236/* Override any gcc2 internal prototype to avoid an error. */
9237#ifdef __cplusplus
9238extern "C"
9239#endif
9240/* We use char because int might match the return type of a gcc2
9241 builtin and then its argument prototype would still apply. */
9242char XOpenDisplay ();
9243int
9244main ()
9245{
9246XOpenDisplay ();
9247 ;
9248 return 0;
9249}
9250_ACEOF
9251rm -f conftest.$ac_objext conftest$ac_exeext
9252if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9253 (eval $ac_link) 2>conftest.er1
9254 ac_status=$?
9255 grep -v '^ *+' conftest.er1 >conftest.err
9256 rm -f conftest.er1
9257 cat conftest.err >&5
9258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9259 (exit $ac_status); } &&
9260 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9262 (eval $ac_try) 2>&5
9263 ac_status=$?
9264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9265 (exit $ac_status); }; } &&
9266 { ac_try='test -s conftest$ac_exeext'
9267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9268 (eval $ac_try) 2>&5
9269 ac_status=$?
9270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9271 (exit $ac_status); }; }; then
9272 :
9273else
9274 echo "$as_me: failed program was:" >&5
9275sed 's/^/| /' conftest.$ac_ext >&5
9276
9277echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6238 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 9278echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6239echo "configure:6240: checking for dnet_ntoa in -ldnet" >&5 9279if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6240ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6241if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6242 echo $ac_n "(cached) $ac_c" 1>&6 9280 echo $ECHO_N "(cached) $ECHO_C" >&6
6243else 9281else
6244 ac_save_LIBS="$LIBS" 9282 ac_check_lib_save_LIBS=$LIBS
6245LIBS="-ldnet $LIBS" 9283LIBS="-ldnet $LIBS"
6246cat > conftest.$ac_ext <<EOF 9284cat >conftest.$ac_ext <<_ACEOF
6247#line 6248 "configure" 9285/* confdefs.h. */
6248#include "confdefs.h" 9286_ACEOF
9287cat confdefs.h >>conftest.$ac_ext
9288cat >>conftest.$ac_ext <<_ACEOF
9289/* end confdefs.h. */
9290
6249/* Override any gcc2 internal prototype to avoid an error. */ 9291/* Override any gcc2 internal prototype to avoid an error. */
9292#ifdef __cplusplus
9293extern "C"
9294#endif
6250/* We use char because int might match the return type of a gcc2 9295/* We use char because int might match the return type of a gcc2
6251 builtin and then its argument prototype would still apply. */ 9296 builtin and then its argument prototype would still apply. */
6252char dnet_ntoa(); 9297char dnet_ntoa ();
6253 9298int
6254int main() { 9299main ()
9300{
6255dnet_ntoa() 9301dnet_ntoa ();
9302 ;
6256; return 0; } 9303 return 0;
6257EOF 9304}
6258if { (eval echo configure:6259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9305_ACEOF
9306rm -f conftest.$ac_objext conftest$ac_exeext
9307if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9308 (eval $ac_link) 2>conftest.er1
9309 ac_status=$?
9310 grep -v '^ *+' conftest.er1 >conftest.err
6259 rm -rf conftest* 9311 rm -f conftest.er1
6260 eval "ac_cv_lib_$ac_lib_var=yes" 9312 cat conftest.err >&5
9313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9314 (exit $ac_status); } &&
9315 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9317 (eval $ac_try) 2>&5
9318 ac_status=$?
9319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9320 (exit $ac_status); }; } &&
9321 { ac_try='test -s conftest$ac_exeext'
9322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9323 (eval $ac_try) 2>&5
9324 ac_status=$?
9325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9326 (exit $ac_status); }; }; then
9327 ac_cv_lib_dnet_dnet_ntoa=yes
6261else 9328else
6262 echo "configure: failed program was:" >&5 9329 echo "$as_me: failed program was:" >&5
6263 cat conftest.$ac_ext >&5 9330sed 's/^/| /' conftest.$ac_ext >&5
6264 rm -rf conftest* 9331
6265 eval "ac_cv_lib_$ac_lib_var=no" 9332ac_cv_lib_dnet_dnet_ntoa=no
6266fi 9333fi
6267rm -f conftest* 9334rm -f conftest.err conftest.$ac_objext \
9335 conftest$ac_exeext conftest.$ac_ext
6268LIBS="$ac_save_LIBS" 9336LIBS=$ac_check_lib_save_LIBS
6269
6270fi 9337fi
6271if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9338echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6272 echo "$ac_t""yes" 1>&6 9339echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
9340if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6273 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9341 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6274else
6275 echo "$ac_t""no" 1>&6
6276fi 9342fi
6277 9343
6278 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 9344 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9345 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
6279 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 9346echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
6280echo "configure:6281: checking for dnet_ntoa in -ldnet_stub" >&5 9347if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
6281ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6282if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6283 echo $ac_n "(cached) $ac_c" 1>&6 9348 echo $ECHO_N "(cached) $ECHO_C" >&6
6284else 9349else
6285 ac_save_LIBS="$LIBS" 9350 ac_check_lib_save_LIBS=$LIBS
6286LIBS="-ldnet_stub $LIBS" 9351LIBS="-ldnet_stub $LIBS"
6287cat > conftest.$ac_ext <<EOF 9352cat >conftest.$ac_ext <<_ACEOF
6288#line 6289 "configure" 9353/* confdefs.h. */
6289#include "confdefs.h" 9354_ACEOF
9355cat confdefs.h >>conftest.$ac_ext
9356cat >>conftest.$ac_ext <<_ACEOF
9357/* end confdefs.h. */
9358
6290/* Override any gcc2 internal prototype to avoid an error. */ 9359/* Override any gcc2 internal prototype to avoid an error. */
9360#ifdef __cplusplus
9361extern "C"
9362#endif
6291/* We use char because int might match the return type of a gcc2 9363/* We use char because int might match the return type of a gcc2
6292 builtin and then its argument prototype would still apply. */ 9364 builtin and then its argument prototype would still apply. */
6293char dnet_ntoa(); 9365char dnet_ntoa ();
6294 9366int
6295int main() { 9367main ()
9368{
6296dnet_ntoa() 9369dnet_ntoa ();
9370 ;
6297; return 0; } 9371 return 0;
6298EOF 9372}
6299if { (eval echo configure:6300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9373_ACEOF
9374rm -f conftest.$ac_objext conftest$ac_exeext
9375if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9376 (eval $ac_link) 2>conftest.er1
9377 ac_status=$?
9378 grep -v '^ *+' conftest.er1 >conftest.err
6300 rm -rf conftest* 9379 rm -f conftest.er1
6301 eval "ac_cv_lib_$ac_lib_var=yes" 9380 cat conftest.err >&5
9381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9382 (exit $ac_status); } &&
9383 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9385 (eval $ac_try) 2>&5
9386 ac_status=$?
9387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9388 (exit $ac_status); }; } &&
9389 { ac_try='test -s conftest$ac_exeext'
9390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9391 (eval $ac_try) 2>&5
9392 ac_status=$?
9393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9394 (exit $ac_status); }; }; then
9395 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6302else 9396else
6303 echo "configure: failed program was:" >&5 9397 echo "$as_me: failed program was:" >&5
6304 cat conftest.$ac_ext >&5 9398sed 's/^/| /' conftest.$ac_ext >&5
6305 rm -rf conftest* 9399
6306 eval "ac_cv_lib_$ac_lib_var=no" 9400ac_cv_lib_dnet_stub_dnet_ntoa=no
6307fi 9401fi
6308rm -f conftest* 9402rm -f conftest.err conftest.$ac_objext \
9403 conftest$ac_exeext conftest.$ac_ext
6309LIBS="$ac_save_LIBS" 9404LIBS=$ac_check_lib_save_LIBS
6310
6311fi 9405fi
6312if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9406echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6313 echo "$ac_t""yes" 1>&6 9407echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
9408if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
6314 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9409 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6315else
6316 echo "$ac_t""no" 1>&6
6317fi 9410fi
6318 9411
6319 fi 9412 fi
9413fi
9414rm -f conftest.err conftest.$ac_objext \
9415 conftest$ac_exeext conftest.$ac_ext
9416 LIBS="$ac_xsave_LIBS"
6320 9417
6321 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 9418 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6322 # to get the SysV transport functions. 9419 # to get the SysV transport functions.
6323 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 9420 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6324 # needs -lnsl. 9421 # needs -lnsl.
6325 # The nsl library prevents programs from opening the X display 9422 # The nsl library prevents programs from opening the X display
6326 # on Irix 5.2, according to dickey@clark.net. 9423 # on Irix 5.2, according to T.E. Dickey.
9424 # The functions gethostbyname, getservbyname, and inet_addr are
9425 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9426 echo "$as_me:$LINENO: checking for gethostbyname" >&5
6327 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9427echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
6328echo "configure:6329: checking for gethostbyname" >&5
6329if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 9428if test "${ac_cv_func_gethostbyname+set}" = set; then
6330 echo $ac_n "(cached) $ac_c" 1>&6 9429 echo $ECHO_N "(cached) $ECHO_C" >&6
6331else 9430else
6332 cat > conftest.$ac_ext <<EOF 9431 cat >conftest.$ac_ext <<_ACEOF
6333#line 6334 "configure" 9432/* confdefs.h. */
6334#include "confdefs.h" 9433_ACEOF
9434cat confdefs.h >>conftest.$ac_ext
9435cat >>conftest.$ac_ext <<_ACEOF
9436/* end confdefs.h. */
9437/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9438 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9439#define gethostbyname innocuous_gethostbyname
9440
6335/* System header to define __stub macros and hopefully few prototypes, 9441/* System header to define __stub macros and hopefully few prototypes,
6336 which can conflict with char gethostbyname(); below. */ 9442 which can conflict with char gethostbyname (); below.
9443 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9444 <limits.h> exists even on freestanding compilers. */
9445
9446#ifdef __STDC__
9447# include <limits.h>
9448#else
6337#include <assert.h> 9449# include <assert.h>
9450#endif
9451
9452#undef gethostbyname
9453
6338/* Override any gcc2 internal prototype to avoid an error. */ 9454/* Override any gcc2 internal prototype to avoid an error. */
9455#ifdef __cplusplus
9456extern "C"
9457{
9458#endif
6339/* We use char because int might match the return type of a gcc2 9459/* We use char because int might match the return type of a gcc2
6340 builtin and then its argument prototype would still apply. */ 9460 builtin and then its argument prototype would still apply. */
6341char gethostbyname(); 9461char gethostbyname ();
6342
6343int main() {
6344
6345/* The GNU C library defines this for functions which it implements 9462/* The GNU C library defines this for functions which it implements
6346 to always fail with ENOSYS. Some functions are actually named 9463 to always fail with ENOSYS. Some functions are actually named
6347 something starting with __ and the normal name is an alias. */ 9464 something starting with __ and the normal name is an alias. */
6348#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9465#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6349choke me 9466choke me
6350#else 9467#else
6351gethostbyname(); 9468char (*f) () = gethostbyname;
6352#endif 9469#endif
9470#ifdef __cplusplus
9471}
9472#endif
6353 9473
9474int
9475main ()
9476{
9477return f != gethostbyname;
9478 ;
6354; return 0; } 9479 return 0;
6355EOF 9480}
6356if { (eval echo configure:6357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9481_ACEOF
9482rm -f conftest.$ac_objext conftest$ac_exeext
9483if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9484 (eval $ac_link) 2>conftest.er1
9485 ac_status=$?
9486 grep -v '^ *+' conftest.er1 >conftest.err
6357 rm -rf conftest* 9487 rm -f conftest.er1
9488 cat conftest.err >&5
9489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9490 (exit $ac_status); } &&
9491 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9493 (eval $ac_try) 2>&5
9494 ac_status=$?
9495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9496 (exit $ac_status); }; } &&
9497 { ac_try='test -s conftest$ac_exeext'
9498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9499 (eval $ac_try) 2>&5
9500 ac_status=$?
9501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9502 (exit $ac_status); }; }; then
6358 eval "ac_cv_func_gethostbyname=yes" 9503 ac_cv_func_gethostbyname=yes
6359else 9504else
6360 echo "configure: failed program was:" >&5 9505 echo "$as_me: failed program was:" >&5
6361 cat conftest.$ac_ext >&5 9506sed 's/^/| /' conftest.$ac_ext >&5
6362 rm -rf conftest* 9507
6363 eval "ac_cv_func_gethostbyname=no" 9508ac_cv_func_gethostbyname=no
6364fi 9509fi
6365rm -f conftest* 9510rm -f conftest.err conftest.$ac_objext \
9511 conftest$ac_exeext conftest.$ac_ext
6366fi 9512fi
6367 9513echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6368if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9514echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
6369 echo "$ac_t""yes" 1>&6
6370 :
6371else
6372 echo "$ac_t""no" 1>&6
6373fi
6374 9515
6375 if test $ac_cv_func_gethostbyname = no; then 9516 if test $ac_cv_func_gethostbyname = no; then
9517 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6376 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9518echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6377echo "configure:6378: checking for gethostbyname in -lnsl" >&5 9519if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6378ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
6379if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6380 echo $ac_n "(cached) $ac_c" 1>&6 9520 echo $ECHO_N "(cached) $ECHO_C" >&6
6381else 9521else
6382 ac_save_LIBS="$LIBS" 9522 ac_check_lib_save_LIBS=$LIBS
6383LIBS="-lnsl $LIBS" 9523LIBS="-lnsl $LIBS"
6384cat > conftest.$ac_ext <<EOF 9524cat >conftest.$ac_ext <<_ACEOF
6385#line 6386 "configure" 9525/* confdefs.h. */
6386#include "confdefs.h" 9526_ACEOF
9527cat confdefs.h >>conftest.$ac_ext
9528cat >>conftest.$ac_ext <<_ACEOF
9529/* end confdefs.h. */
9530
6387/* Override any gcc2 internal prototype to avoid an error. */ 9531/* Override any gcc2 internal prototype to avoid an error. */
9532#ifdef __cplusplus
9533extern "C"
9534#endif
6388/* We use char because int might match the return type of a gcc2 9535/* We use char because int might match the return type of a gcc2
6389 builtin and then its argument prototype would still apply. */ 9536 builtin and then its argument prototype would still apply. */
6390char gethostbyname(); 9537char gethostbyname ();
6391 9538int
6392int main() { 9539main ()
9540{
6393gethostbyname() 9541gethostbyname ();
9542 ;
6394; return 0; } 9543 return 0;
6395EOF 9544}
6396if { (eval echo configure:6397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9545_ACEOF
9546rm -f conftest.$ac_objext conftest$ac_exeext
9547if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9548 (eval $ac_link) 2>conftest.er1
9549 ac_status=$?
9550 grep -v '^ *+' conftest.er1 >conftest.err
6397 rm -rf conftest* 9551 rm -f conftest.er1
6398 eval "ac_cv_lib_$ac_lib_var=yes" 9552 cat conftest.err >&5
9553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9554 (exit $ac_status); } &&
9555 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9557 (eval $ac_try) 2>&5
9558 ac_status=$?
9559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9560 (exit $ac_status); }; } &&
9561 { ac_try='test -s conftest$ac_exeext'
9562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9563 (eval $ac_try) 2>&5
9564 ac_status=$?
9565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9566 (exit $ac_status); }; }; then
9567 ac_cv_lib_nsl_gethostbyname=yes
6399else 9568else
6400 echo "configure: failed program was:" >&5 9569 echo "$as_me: failed program was:" >&5
6401 cat conftest.$ac_ext >&5 9570sed 's/^/| /' conftest.$ac_ext >&5
6402 rm -rf conftest* 9571
6403 eval "ac_cv_lib_$ac_lib_var=no" 9572ac_cv_lib_nsl_gethostbyname=no
6404fi 9573fi
6405rm -f conftest* 9574rm -f conftest.err conftest.$ac_objext \
9575 conftest$ac_exeext conftest.$ac_ext
6406LIBS="$ac_save_LIBS" 9576LIBS=$ac_check_lib_save_LIBS
6407
6408fi 9577fi
6409if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9578echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6410 echo "$ac_t""yes" 1>&6 9579echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9580if test $ac_cv_lib_nsl_gethostbyname = yes; then
6411 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9581 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6412else
6413 echo "$ac_t""no" 1>&6
6414fi 9582fi
6415 9583
9584 if test $ac_cv_lib_nsl_gethostbyname = no; then
9585 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9586echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
9587if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9588 echo $ECHO_N "(cached) $ECHO_C" >&6
9589else
9590 ac_check_lib_save_LIBS=$LIBS
9591LIBS="-lbsd $LIBS"
9592cat >conftest.$ac_ext <<_ACEOF
9593/* confdefs.h. */
9594_ACEOF
9595cat confdefs.h >>conftest.$ac_ext
9596cat >>conftest.$ac_ext <<_ACEOF
9597/* end confdefs.h. */
9598
9599/* Override any gcc2 internal prototype to avoid an error. */
9600#ifdef __cplusplus
9601extern "C"
9602#endif
9603/* We use char because int might match the return type of a gcc2
9604 builtin and then its argument prototype would still apply. */
9605char gethostbyname ();
9606int
9607main ()
9608{
9609gethostbyname ();
9610 ;
9611 return 0;
9612}
9613_ACEOF
9614rm -f conftest.$ac_objext conftest$ac_exeext
9615if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9616 (eval $ac_link) 2>conftest.er1
9617 ac_status=$?
9618 grep -v '^ *+' conftest.er1 >conftest.err
9619 rm -f conftest.er1
9620 cat conftest.err >&5
9621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9622 (exit $ac_status); } &&
9623 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9625 (eval $ac_try) 2>&5
9626 ac_status=$?
9627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9628 (exit $ac_status); }; } &&
9629 { ac_try='test -s conftest$ac_exeext'
9630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9631 (eval $ac_try) 2>&5
9632 ac_status=$?
9633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9634 (exit $ac_status); }; }; then
9635 ac_cv_lib_bsd_gethostbyname=yes
9636else
9637 echo "$as_me: failed program was:" >&5
9638sed 's/^/| /' conftest.$ac_ext >&5
9639
9640ac_cv_lib_bsd_gethostbyname=no
9641fi
9642rm -f conftest.err conftest.$ac_objext \
9643 conftest$ac_exeext conftest.$ac_ext
9644LIBS=$ac_check_lib_save_LIBS
9645fi
9646echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9647echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
9648if test $ac_cv_lib_bsd_gethostbyname = yes; then
9649 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9650fi
9651
9652 fi
6416 fi 9653 fi
6417 9654
6418 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9655 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6419 # socket/setsockopt and other routines are undefined under SCO ODT 9656 # socket/setsockopt and other routines are undefined under SCO ODT
6420 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 9657 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6421 # on later versions), says simon@lia.di.epfl.ch: it contains 9658 # on later versions), says Simon Leinen: it contains gethostby*
6422 # gethostby* variants that don't use the nameserver (or something). 9659 # variants that don't use the name server (or something). -lsocket
6423 # -lsocket must be given before -lnsl if both are needed. 9660 # must be given before -lnsl if both are needed. We assume that
6424 # We assume that if connect needs -lnsl, so does gethostbyname. 9661 # if connect needs -lnsl, so does gethostbyname.
9662 echo "$as_me:$LINENO: checking for connect" >&5
6425 echo $ac_n "checking for connect""... $ac_c" 1>&6 9663echo $ECHO_N "checking for connect... $ECHO_C" >&6
6426echo "configure:6427: checking for connect" >&5
6427if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 9664if test "${ac_cv_func_connect+set}" = set; then
6428 echo $ac_n "(cached) $ac_c" 1>&6 9665 echo $ECHO_N "(cached) $ECHO_C" >&6
6429else 9666else
6430 cat > conftest.$ac_ext <<EOF 9667 cat >conftest.$ac_ext <<_ACEOF
6431#line 6432 "configure" 9668/* confdefs.h. */
6432#include "confdefs.h" 9669_ACEOF
9670cat confdefs.h >>conftest.$ac_ext
9671cat >>conftest.$ac_ext <<_ACEOF
9672/* end confdefs.h. */
9673/* Define connect to an innocuous variant, in case <limits.h> declares connect.
9674 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9675#define connect innocuous_connect
9676
6433/* System header to define __stub macros and hopefully few prototypes, 9677/* System header to define __stub macros and hopefully few prototypes,
6434 which can conflict with char connect(); below. */ 9678 which can conflict with char connect (); below.
9679 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9680 <limits.h> exists even on freestanding compilers. */
9681
9682#ifdef __STDC__
9683# include <limits.h>
9684#else
6435#include <assert.h> 9685# include <assert.h>
9686#endif
9687
9688#undef connect
9689
6436/* Override any gcc2 internal prototype to avoid an error. */ 9690/* Override any gcc2 internal prototype to avoid an error. */
9691#ifdef __cplusplus
9692extern "C"
9693{
9694#endif
6437/* We use char because int might match the return type of a gcc2 9695/* We use char because int might match the return type of a gcc2
6438 builtin and then its argument prototype would still apply. */ 9696 builtin and then its argument prototype would still apply. */
6439char connect(); 9697char connect ();
6440
6441int main() {
6442
6443/* The GNU C library defines this for functions which it implements 9698/* The GNU C library defines this for functions which it implements
6444 to always fail with ENOSYS. Some functions are actually named 9699 to always fail with ENOSYS. Some functions are actually named
6445 something starting with __ and the normal name is an alias. */ 9700 something starting with __ and the normal name is an alias. */
6446#if defined (__stub_connect) || defined (__stub___connect) 9701#if defined (__stub_connect) || defined (__stub___connect)
6447choke me 9702choke me
6448#else 9703#else
6449connect(); 9704char (*f) () = connect;
6450#endif 9705#endif
9706#ifdef __cplusplus
9707}
9708#endif
6451 9709
9710int
9711main ()
9712{
9713return f != connect;
9714 ;
6452; return 0; } 9715 return 0;
6453EOF 9716}
6454if { (eval echo configure:6455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9717_ACEOF
9718rm -f conftest.$ac_objext conftest$ac_exeext
9719if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9720 (eval $ac_link) 2>conftest.er1
9721 ac_status=$?
9722 grep -v '^ *+' conftest.er1 >conftest.err
6455 rm -rf conftest* 9723 rm -f conftest.er1
9724 cat conftest.err >&5
9725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9726 (exit $ac_status); } &&
9727 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9729 (eval $ac_try) 2>&5
9730 ac_status=$?
9731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9732 (exit $ac_status); }; } &&
9733 { ac_try='test -s conftest$ac_exeext'
9734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9735 (eval $ac_try) 2>&5
9736 ac_status=$?
9737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9738 (exit $ac_status); }; }; then
6456 eval "ac_cv_func_connect=yes" 9739 ac_cv_func_connect=yes
6457else 9740else
6458 echo "configure: failed program was:" >&5 9741 echo "$as_me: failed program was:" >&5
6459 cat conftest.$ac_ext >&5 9742sed 's/^/| /' conftest.$ac_ext >&5
6460 rm -rf conftest* 9743
6461 eval "ac_cv_func_connect=no" 9744ac_cv_func_connect=no
6462fi 9745fi
6463rm -f conftest* 9746rm -f conftest.err conftest.$ac_objext \
9747 conftest$ac_exeext conftest.$ac_ext
6464fi 9748fi
6465 9749echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6466if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 9750echo "${ECHO_T}$ac_cv_func_connect" >&6
6467 echo "$ac_t""yes" 1>&6
6468 :
6469else
6470 echo "$ac_t""no" 1>&6
6471fi
6472 9751
6473 if test $ac_cv_func_connect = no; then 9752 if test $ac_cv_func_connect = no; then
9753 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6474 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 9754echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6475echo "configure:6476: checking for connect in -lsocket" >&5 9755if test "${ac_cv_lib_socket_connect+set}" = set; then
6476ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
6477if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6478 echo $ac_n "(cached) $ac_c" 1>&6 9756 echo $ECHO_N "(cached) $ECHO_C" >&6
6479else 9757else
6480 ac_save_LIBS="$LIBS" 9758 ac_check_lib_save_LIBS=$LIBS
6481LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 9759LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6482cat > conftest.$ac_ext <<EOF 9760cat >conftest.$ac_ext <<_ACEOF
6483#line 6484 "configure" 9761/* confdefs.h. */
6484#include "confdefs.h" 9762_ACEOF
9763cat confdefs.h >>conftest.$ac_ext
9764cat >>conftest.$ac_ext <<_ACEOF
9765/* end confdefs.h. */
9766
6485/* Override any gcc2 internal prototype to avoid an error. */ 9767/* Override any gcc2 internal prototype to avoid an error. */
9768#ifdef __cplusplus
9769extern "C"
9770#endif
6486/* We use char because int might match the return type of a gcc2 9771/* We use char because int might match the return type of a gcc2
6487 builtin and then its argument prototype would still apply. */ 9772 builtin and then its argument prototype would still apply. */
6488char connect(); 9773char connect ();
6489 9774int
6490int main() { 9775main ()
9776{
6491connect() 9777connect ();
9778 ;
6492; return 0; } 9779 return 0;
6493EOF 9780}
6494if { (eval echo configure:6495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9781_ACEOF
9782rm -f conftest.$ac_objext conftest$ac_exeext
9783if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9784 (eval $ac_link) 2>conftest.er1
9785 ac_status=$?
9786 grep -v '^ *+' conftest.er1 >conftest.err
6495 rm -rf conftest* 9787 rm -f conftest.er1
6496 eval "ac_cv_lib_$ac_lib_var=yes" 9788 cat conftest.err >&5
9789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9790 (exit $ac_status); } &&
9791 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9793 (eval $ac_try) 2>&5
9794 ac_status=$?
9795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9796 (exit $ac_status); }; } &&
9797 { ac_try='test -s conftest$ac_exeext'
9798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9799 (eval $ac_try) 2>&5
9800 ac_status=$?
9801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9802 (exit $ac_status); }; }; then
9803 ac_cv_lib_socket_connect=yes
6497else 9804else
6498 echo "configure: failed program was:" >&5 9805 echo "$as_me: failed program was:" >&5
6499 cat conftest.$ac_ext >&5 9806sed 's/^/| /' conftest.$ac_ext >&5
6500 rm -rf conftest* 9807
6501 eval "ac_cv_lib_$ac_lib_var=no" 9808ac_cv_lib_socket_connect=no
6502fi 9809fi
6503rm -f conftest* 9810rm -f conftest.err conftest.$ac_objext \
9811 conftest$ac_exeext conftest.$ac_ext
6504LIBS="$ac_save_LIBS" 9812LIBS=$ac_check_lib_save_LIBS
6505
6506fi 9813fi
6507if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9814echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6508 echo "$ac_t""yes" 1>&6 9815echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
9816if test $ac_cv_lib_socket_connect = yes; then
6509 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 9817 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6510else
6511 echo "$ac_t""no" 1>&6
6512fi 9818fi
6513 9819
6514 fi 9820 fi
6515 9821
6516 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 9822 # Guillermo Gomez says -lposix is necessary on A/UX.
9823 echo "$as_me:$LINENO: checking for remove" >&5
6517 echo $ac_n "checking for remove""... $ac_c" 1>&6 9824echo $ECHO_N "checking for remove... $ECHO_C" >&6
6518echo "configure:6519: checking for remove" >&5
6519if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then 9825if test "${ac_cv_func_remove+set}" = set; then
6520 echo $ac_n "(cached) $ac_c" 1>&6 9826 echo $ECHO_N "(cached) $ECHO_C" >&6
6521else 9827else
6522 cat > conftest.$ac_ext <<EOF 9828 cat >conftest.$ac_ext <<_ACEOF
6523#line 6524 "configure" 9829/* confdefs.h. */
6524#include "confdefs.h" 9830_ACEOF
9831cat confdefs.h >>conftest.$ac_ext
9832cat >>conftest.$ac_ext <<_ACEOF
9833/* end confdefs.h. */
9834/* Define remove to an innocuous variant, in case <limits.h> declares remove.
9835 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9836#define remove innocuous_remove
9837
6525/* System header to define __stub macros and hopefully few prototypes, 9838/* System header to define __stub macros and hopefully few prototypes,
6526 which can conflict with char remove(); below. */ 9839 which can conflict with char remove (); below.
9840 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9841 <limits.h> exists even on freestanding compilers. */
9842
9843#ifdef __STDC__
9844# include <limits.h>
9845#else
6527#include <assert.h> 9846# include <assert.h>
9847#endif
9848
9849#undef remove
9850
6528/* Override any gcc2 internal prototype to avoid an error. */ 9851/* Override any gcc2 internal prototype to avoid an error. */
9852#ifdef __cplusplus
9853extern "C"
9854{
9855#endif
6529/* We use char because int might match the return type of a gcc2 9856/* We use char because int might match the return type of a gcc2
6530 builtin and then its argument prototype would still apply. */ 9857 builtin and then its argument prototype would still apply. */
6531char remove(); 9858char remove ();
6532
6533int main() {
6534
6535/* The GNU C library defines this for functions which it implements 9859/* The GNU C library defines this for functions which it implements
6536 to always fail with ENOSYS. Some functions are actually named 9860 to always fail with ENOSYS. Some functions are actually named
6537 something starting with __ and the normal name is an alias. */ 9861 something starting with __ and the normal name is an alias. */
6538#if defined (__stub_remove) || defined (__stub___remove) 9862#if defined (__stub_remove) || defined (__stub___remove)
6539choke me 9863choke me
6540#else 9864#else
6541remove(); 9865char (*f) () = remove;
6542#endif 9866#endif
9867#ifdef __cplusplus
9868}
9869#endif
6543 9870
9871int
9872main ()
9873{
9874return f != remove;
9875 ;
6544; return 0; } 9876 return 0;
6545EOF 9877}
6546if { (eval echo configure:6547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9878_ACEOF
9879rm -f conftest.$ac_objext conftest$ac_exeext
9880if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9881 (eval $ac_link) 2>conftest.er1
9882 ac_status=$?
9883 grep -v '^ *+' conftest.er1 >conftest.err
6547 rm -rf conftest* 9884 rm -f conftest.er1
9885 cat conftest.err >&5
9886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9887 (exit $ac_status); } &&
9888 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9890 (eval $ac_try) 2>&5
9891 ac_status=$?
9892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9893 (exit $ac_status); }; } &&
9894 { ac_try='test -s conftest$ac_exeext'
9895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9896 (eval $ac_try) 2>&5
9897 ac_status=$?
9898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9899 (exit $ac_status); }; }; then
6548 eval "ac_cv_func_remove=yes" 9900 ac_cv_func_remove=yes
6549else 9901else
6550 echo "configure: failed program was:" >&5 9902 echo "$as_me: failed program was:" >&5
6551 cat conftest.$ac_ext >&5 9903sed 's/^/| /' conftest.$ac_ext >&5
6552 rm -rf conftest* 9904
6553 eval "ac_cv_func_remove=no" 9905ac_cv_func_remove=no
6554fi 9906fi
6555rm -f conftest* 9907rm -f conftest.err conftest.$ac_objext \
9908 conftest$ac_exeext conftest.$ac_ext
6556fi 9909fi
6557 9910echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6558if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 9911echo "${ECHO_T}$ac_cv_func_remove" >&6
6559 echo "$ac_t""yes" 1>&6
6560 :
6561else
6562 echo "$ac_t""no" 1>&6
6563fi
6564 9912
6565 if test $ac_cv_func_remove = no; then 9913 if test $ac_cv_func_remove = no; then
9914 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6566 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 9915echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6567echo "configure:6568: checking for remove in -lposix" >&5 9916if test "${ac_cv_lib_posix_remove+set}" = set; then
6568ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
6569if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6570 echo $ac_n "(cached) $ac_c" 1>&6 9917 echo $ECHO_N "(cached) $ECHO_C" >&6
6571else 9918else
6572 ac_save_LIBS="$LIBS" 9919 ac_check_lib_save_LIBS=$LIBS
6573LIBS="-lposix $LIBS" 9920LIBS="-lposix $LIBS"
6574cat > conftest.$ac_ext <<EOF 9921cat >conftest.$ac_ext <<_ACEOF
6575#line 6576 "configure" 9922/* confdefs.h. */
6576#include "confdefs.h" 9923_ACEOF
9924cat confdefs.h >>conftest.$ac_ext
9925cat >>conftest.$ac_ext <<_ACEOF
9926/* end confdefs.h. */
9927
6577/* Override any gcc2 internal prototype to avoid an error. */ 9928/* Override any gcc2 internal prototype to avoid an error. */
9929#ifdef __cplusplus
9930extern "C"
9931#endif
6578/* We use char because int might match the return type of a gcc2 9932/* We use char because int might match the return type of a gcc2
6579 builtin and then its argument prototype would still apply. */ 9933 builtin and then its argument prototype would still apply. */
6580char remove(); 9934char remove ();
6581 9935int
6582int main() { 9936main ()
9937{
6583remove() 9938remove ();
9939 ;
6584; return 0; } 9940 return 0;
6585EOF 9941}
6586if { (eval echo configure:6587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9942_ACEOF
9943rm -f conftest.$ac_objext conftest$ac_exeext
9944if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9945 (eval $ac_link) 2>conftest.er1
9946 ac_status=$?
9947 grep -v '^ *+' conftest.er1 >conftest.err
6587 rm -rf conftest* 9948 rm -f conftest.er1
6588 eval "ac_cv_lib_$ac_lib_var=yes" 9949 cat conftest.err >&5
9950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9951 (exit $ac_status); } &&
9952 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9954 (eval $ac_try) 2>&5
9955 ac_status=$?
9956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9957 (exit $ac_status); }; } &&
9958 { ac_try='test -s conftest$ac_exeext'
9959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9960 (eval $ac_try) 2>&5
9961 ac_status=$?
9962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9963 (exit $ac_status); }; }; then
9964 ac_cv_lib_posix_remove=yes
6589else 9965else
6590 echo "configure: failed program was:" >&5 9966 echo "$as_me: failed program was:" >&5
6591 cat conftest.$ac_ext >&5 9967sed 's/^/| /' conftest.$ac_ext >&5
6592 rm -rf conftest* 9968
6593 eval "ac_cv_lib_$ac_lib_var=no" 9969ac_cv_lib_posix_remove=no
6594fi 9970fi
6595rm -f conftest* 9971rm -f conftest.err conftest.$ac_objext \
9972 conftest$ac_exeext conftest.$ac_ext
6596LIBS="$ac_save_LIBS" 9973LIBS=$ac_check_lib_save_LIBS
6597
6598fi 9974fi
6599if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9975echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6600 echo "$ac_t""yes" 1>&6 9976echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
9977if test $ac_cv_lib_posix_remove = yes; then
6601 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 9978 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6602else
6603 echo "$ac_t""no" 1>&6
6604fi 9979fi
6605 9980
6606 fi 9981 fi
6607 9982
6608 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 9983 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9984 echo "$as_me:$LINENO: checking for shmat" >&5
6609 echo $ac_n "checking for shmat""... $ac_c" 1>&6 9985echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6610echo "configure:6611: checking for shmat" >&5
6611if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then 9986if test "${ac_cv_func_shmat+set}" = set; then
6612 echo $ac_n "(cached) $ac_c" 1>&6 9987 echo $ECHO_N "(cached) $ECHO_C" >&6
6613else 9988else
6614 cat > conftest.$ac_ext <<EOF 9989 cat >conftest.$ac_ext <<_ACEOF
6615#line 6616 "configure" 9990/* confdefs.h. */
6616#include "confdefs.h" 9991_ACEOF
9992cat confdefs.h >>conftest.$ac_ext
9993cat >>conftest.$ac_ext <<_ACEOF
9994/* end confdefs.h. */
9995/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9996 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9997#define shmat innocuous_shmat
9998
6617/* System header to define __stub macros and hopefully few prototypes, 9999/* System header to define __stub macros and hopefully few prototypes,
6618 which can conflict with char shmat(); below. */ 10000 which can conflict with char shmat (); below.
10001 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10002 <limits.h> exists even on freestanding compilers. */
10003
10004#ifdef __STDC__
10005# include <limits.h>
10006#else
6619#include <assert.h> 10007# include <assert.h>
10008#endif
10009
10010#undef shmat
10011
6620/* 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{
10016#endif
6621/* We use char because int might match the return type of a gcc2 10017/* We use char because int might match the return type of a gcc2
6622 builtin and then its argument prototype would still apply. */ 10018 builtin and then its argument prototype would still apply. */
6623char shmat(); 10019char shmat ();
6624
6625int main() {
6626
6627/* The GNU C library defines this for functions which it implements 10020/* The GNU C library defines this for functions which it implements
6628 to always fail with ENOSYS. Some functions are actually named 10021 to always fail with ENOSYS. Some functions are actually named
6629 something starting with __ and the normal name is an alias. */ 10022 something starting with __ and the normal name is an alias. */
6630#if defined (__stub_shmat) || defined (__stub___shmat) 10023#if defined (__stub_shmat) || defined (__stub___shmat)
6631choke me 10024choke me
6632#else 10025#else
6633shmat(); 10026char (*f) () = shmat;
6634#endif 10027#endif
10028#ifdef __cplusplus
10029}
10030#endif
6635 10031
10032int
10033main ()
10034{
10035return f != shmat;
10036 ;
6636; return 0; } 10037 return 0;
6637EOF 10038}
6638if { (eval echo configure:6639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10039_ACEOF
10040rm -f conftest.$ac_objext conftest$ac_exeext
10041if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10042 (eval $ac_link) 2>conftest.er1
10043 ac_status=$?
10044 grep -v '^ *+' conftest.er1 >conftest.err
6639 rm -rf conftest* 10045 rm -f conftest.er1
10046 cat conftest.err >&5
10047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10048 (exit $ac_status); } &&
10049 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10051 (eval $ac_try) 2>&5
10052 ac_status=$?
10053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10054 (exit $ac_status); }; } &&
10055 { ac_try='test -s conftest$ac_exeext'
10056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10057 (eval $ac_try) 2>&5
10058 ac_status=$?
10059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10060 (exit $ac_status); }; }; then
6640 eval "ac_cv_func_shmat=yes" 10061 ac_cv_func_shmat=yes
6641else 10062else
6642 echo "configure: failed program was:" >&5 10063 echo "$as_me: failed program was:" >&5
6643 cat conftest.$ac_ext >&5 10064sed 's/^/| /' conftest.$ac_ext >&5
6644 rm -rf conftest* 10065
6645 eval "ac_cv_func_shmat=no" 10066ac_cv_func_shmat=no
6646fi 10067fi
6647rm -f conftest* 10068rm -f conftest.err conftest.$ac_objext \
10069 conftest$ac_exeext conftest.$ac_ext
6648fi 10070fi
6649 10071echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6650if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10072echo "${ECHO_T}$ac_cv_func_shmat" >&6
6651 echo "$ac_t""yes" 1>&6
6652 :
6653else
6654 echo "$ac_t""no" 1>&6
6655fi
6656 10073
6657 if test $ac_cv_func_shmat = no; then 10074 if test $ac_cv_func_shmat = no; then
10075 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6658 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10076echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6659echo "configure:6660: checking for shmat in -lipc" >&5 10077if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6660ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
6661if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6662 echo $ac_n "(cached) $ac_c" 1>&6 10078 echo $ECHO_N "(cached) $ECHO_C" >&6
6663else 10079else
6664 ac_save_LIBS="$LIBS" 10080 ac_check_lib_save_LIBS=$LIBS
6665LIBS="-lipc $LIBS" 10081LIBS="-lipc $LIBS"
6666cat > conftest.$ac_ext <<EOF 10082cat >conftest.$ac_ext <<_ACEOF
6667#line 6668 "configure" 10083/* confdefs.h. */
6668#include "confdefs.h" 10084_ACEOF
10085cat confdefs.h >>conftest.$ac_ext
10086cat >>conftest.$ac_ext <<_ACEOF
10087/* end confdefs.h. */
10088
6669/* Override any gcc2 internal prototype to avoid an error. */ 10089/* Override any gcc2 internal prototype to avoid an error. */
10090#ifdef __cplusplus
10091extern "C"
10092#endif
6670/* We use char because int might match the return type of a gcc2 10093/* We use char because int might match the return type of a gcc2
6671 builtin and then its argument prototype would still apply. */ 10094 builtin and then its argument prototype would still apply. */
6672char shmat(); 10095char shmat ();
6673 10096int
6674int main() { 10097main ()
10098{
6675shmat() 10099shmat ();
10100 ;
6676; return 0; } 10101 return 0;
6677EOF 10102}
6678if { (eval echo configure:6679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10103_ACEOF
10104rm -f conftest.$ac_objext conftest$ac_exeext
10105if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10106 (eval $ac_link) 2>conftest.er1
10107 ac_status=$?
10108 grep -v '^ *+' conftest.er1 >conftest.err
6679 rm -rf conftest* 10109 rm -f conftest.er1
6680 eval "ac_cv_lib_$ac_lib_var=yes" 10110 cat conftest.err >&5
10111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10112 (exit $ac_status); } &&
10113 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10115 (eval $ac_try) 2>&5
10116 ac_status=$?
10117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10118 (exit $ac_status); }; } &&
10119 { ac_try='test -s conftest$ac_exeext'
10120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10121 (eval $ac_try) 2>&5
10122 ac_status=$?
10123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10124 (exit $ac_status); }; }; then
10125 ac_cv_lib_ipc_shmat=yes
6681else 10126else
6682 echo "configure: failed program was:" >&5 10127 echo "$as_me: failed program was:" >&5
6683 cat conftest.$ac_ext >&5 10128sed 's/^/| /' conftest.$ac_ext >&5
6684 rm -rf conftest* 10129
6685 eval "ac_cv_lib_$ac_lib_var=no" 10130ac_cv_lib_ipc_shmat=no
6686fi 10131fi
6687rm -f conftest* 10132rm -f conftest.err conftest.$ac_objext \
10133 conftest$ac_exeext conftest.$ac_ext
6688LIBS="$ac_save_LIBS" 10134LIBS=$ac_check_lib_save_LIBS
6689
6690fi 10135fi
6691if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10136echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6692 echo "$ac_t""yes" 1>&6 10137echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10138if test $ac_cv_lib_ipc_shmat = yes; then
6693 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10139 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6694else
6695 echo "$ac_t""no" 1>&6
6696fi 10140fi
6697 10141
6698 fi 10142 fi
6699 fi 10143 fi
6700 10144
6701 # Check for libraries that X11R6 Xt/Xaw programs need. 10145 # Check for libraries that X11R6 Xt/Xaw programs need.
6702 ac_save_LDFLAGS="$LDFLAGS" 10146 ac_save_LDFLAGS=$LDFLAGS
6703 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10147 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6704 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 10148 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6705 # check for ICE first), but we must link in the order -lSM -lICE or 10149 # check for ICE first), but we must link in the order -lSM -lICE or
6706 # we get undefined symbols. So assume we have SM if we have ICE. 10150 # we get undefined symbols. So assume we have SM if we have ICE.
6707 # These have to be linked with before -lX11, unlike the other 10151 # These have to be linked with before -lX11, unlike the other
6708 # libraries we check for below, so use a different variable. 10152 # libraries we check for below, so use a different variable.
6709 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10153 # John Interrante, Karl Berry
10154 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6710 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10155echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6711echo "configure:6712: checking for IceConnectionNumber in -lICE" >&5 10156if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6712ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
6713if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6714 echo $ac_n "(cached) $ac_c" 1>&6 10157 echo $ECHO_N "(cached) $ECHO_C" >&6
6715else 10158else
6716 ac_save_LIBS="$LIBS" 10159 ac_check_lib_save_LIBS=$LIBS
6717LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10160LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6718cat > conftest.$ac_ext <<EOF 10161cat >conftest.$ac_ext <<_ACEOF
6719#line 6720 "configure" 10162/* confdefs.h. */
6720#include "confdefs.h" 10163_ACEOF
10164cat confdefs.h >>conftest.$ac_ext
10165cat >>conftest.$ac_ext <<_ACEOF
10166/* end confdefs.h. */
10167
6721/* Override any gcc2 internal prototype to avoid an error. */ 10168/* Override any gcc2 internal prototype to avoid an error. */
10169#ifdef __cplusplus
10170extern "C"
10171#endif
6722/* We use char because int might match the return type of a gcc2 10172/* We use char because int might match the return type of a gcc2
6723 builtin and then its argument prototype would still apply. */ 10173 builtin and then its argument prototype would still apply. */
6724char IceConnectionNumber(); 10174char IceConnectionNumber ();
6725 10175int
6726int main() { 10176main ()
10177{
6727IceConnectionNumber() 10178IceConnectionNumber ();
10179 ;
6728; return 0; } 10180 return 0;
6729EOF 10181}
6730if { (eval echo configure:6731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10182_ACEOF
10183rm -f conftest.$ac_objext conftest$ac_exeext
10184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10185 (eval $ac_link) 2>conftest.er1
10186 ac_status=$?
10187 grep -v '^ *+' conftest.er1 >conftest.err
6731 rm -rf conftest* 10188 rm -f conftest.er1
6732 eval "ac_cv_lib_$ac_lib_var=yes" 10189 cat conftest.err >&5
10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 (exit $ac_status); } &&
10192 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10194 (eval $ac_try) 2>&5
10195 ac_status=$?
10196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10197 (exit $ac_status); }; } &&
10198 { ac_try='test -s conftest$ac_exeext'
10199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10200 (eval $ac_try) 2>&5
10201 ac_status=$?
10202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10203 (exit $ac_status); }; }; then
10204 ac_cv_lib_ICE_IceConnectionNumber=yes
6733else 10205else
6734 echo "configure: failed program was:" >&5 10206 echo "$as_me: failed program was:" >&5
6735 cat conftest.$ac_ext >&5 10207sed 's/^/| /' conftest.$ac_ext >&5
6736 rm -rf conftest* 10208
6737 eval "ac_cv_lib_$ac_lib_var=no" 10209ac_cv_lib_ICE_IceConnectionNumber=no
6738fi 10210fi
6739rm -f conftest* 10211rm -f conftest.err conftest.$ac_objext \
10212 conftest$ac_exeext conftest.$ac_ext
6740LIBS="$ac_save_LIBS" 10213LIBS=$ac_check_lib_save_LIBS
6741
6742fi 10214fi
6743if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10215echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6744 echo "$ac_t""yes" 1>&6 10216echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10217if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6745 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10218 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6746else
6747 echo "$ac_t""no" 1>&6
6748fi 10219fi
6749 10220
6750 LDFLAGS="$ac_save_LDFLAGS" 10221 LDFLAGS=$ac_save_LDFLAGS
6751 10222
6752fi 10223fi
6753 10224
6754 10225
6755 10226
6756if test x$support_xpm = xyes; then 10227if test x$support_xpm = xyes; then
6757 10228
6758 10229
6759 10230
6760# Initialize some more variables set by options. 10231# Initialize some more variables set by options.
6761# The variables have the same names as the options, with 10232# The variables have the same names as the options, with
6762# dashes changed to underlines. 10233# dashes changed to underlines.
6763 10234
6764# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 10235# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6765# paths, otherwise set no_xpm=yes. 10236# paths, otherwise set no_xpm=yes.
6766# Uses ac_ vars as temps to allow command line to override cache and checks. 10237# Uses ac_ vars as temps to allow command line to override cache and checks.
10238echo "$as_me:$LINENO: checking for libXpm" >&5
6767echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10239echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6768echo "configure:6769: checking for libXpm" >&5 10240
6769 10241
6770# Check whether --with-xpm_includes or --without-xpm_includes was given. 10242# Check whether --with-xpm_includes or --without-xpm_includes was given.
6771if test "${with_xpm_includes+set}" = set; then 10243if test "${with_xpm_includes+set}" = set; then
6772 withval="$with_xpm_includes" 10244 withval="$with_xpm_includes"
6773 xpm_includes="$withval" 10245 xpm_includes="$withval"
6774else 10246else
6775 xpm_includes=NO 10247 xpm_includes=NO
6776fi 10248fi;
6777 10249
6778# Check whether --with-xpm_library or --without-xpm_library was given. 10250# Check whether --with-xpm_library or --without-xpm_library was given.
6779if test "${with_xpm_library+set}" = set; then 10251if test "${with_xpm_library+set}" = set; then
6780 withval="$with_xpm_library" 10252 withval="$with_xpm_library"
6781 xpm_libraries="$withval" 10253 xpm_libraries="$withval"
6782else 10254else
6783 xpm_libraries=NO 10255 xpm_libraries=NO
6784fi 10256fi;
6785
6786 10257
6787# --without-xpm overrides everything else, but does not touch the cache. 10258# --without-xpm overrides everything else, but does not touch the cache.
10259
6788# Check whether --with-xpm or --without-xpm was given. 10260# Check whether --with-xpm or --without-xpm was given.
6789if test "${with_xpm+set}" = set; then 10261if test "${with_xpm+set}" = set; then
6790 withval="$with_xpm" 10262 withval="$with_xpm"
6791 : 10263
6792fi 10264fi;
6793
6794if test "$with_xpm" = no; then 10265if test "$with_xpm" = no; then
6795 have_xpm=disabled 10266 have_xpm=disabled
6796else 10267else
6797 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10268 if test "${ac_cv_have_xpm+set}" = set; then
6798 echo $ac_n "(cached) $ac_c" 1>&6 10269 echo $ECHO_N "(cached) $ECHO_C" >&6
6799else 10270else
6800 10271
6801 vt_xpm_include_X11=no 10272 vt_xpm_include_X11=no
6802 if test -n "$xpm_includes"; then 10273 if test -n "$xpm_includes"; then
6803 vt_xpm_includes=$xpm_includes 10274 vt_xpm_includes=$xpm_includes
6804 else 10275 else
6805 vt_xpm_includes=NO 10276 vt_xpm_includes=NO
6815 10286
6816ac_save_CPPFLAGS="$CPPFLAGS" 10287ac_save_CPPFLAGS="$CPPFLAGS"
6817CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10288CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6818 10289
6819 # First, try using that file with no special directory specified. 10290 # First, try using that file with no special directory specified.
6820cat > conftest.$ac_ext <<EOF 10291cat >conftest.$ac_ext <<_ACEOF
6821#line 6822 "configure" 10292/* confdefs.h. */
6822#include "confdefs.h" 10293_ACEOF
10294cat confdefs.h >>conftest.$ac_ext
10295cat >>conftest.$ac_ext <<_ACEOF
10296/* end confdefs.h. */
6823#include <X11/xpm.h> 10297#include <X11/xpm.h>
6824EOF 10298_ACEOF
6825ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10299if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6826{ (eval echo configure:6827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10300 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6827ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10301 ac_status=$?
10302 grep -v '^ *+' conftest.er1 >conftest.err
10303 rm -f conftest.er1
10304 cat conftest.err >&5
10305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10306 (exit $ac_status); } >/dev/null; then
10307 if test -s conftest.err; then
10308 ac_cpp_err=$ac_cxx_preproc_warn_flag
10309 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10310 else
10311 ac_cpp_err=
10312 fi
10313else
10314 ac_cpp_err=yes
10315fi
6828if test -z "$ac_err"; then 10316if test -z "$ac_cpp_err"; then
6829 rm -rf conftest*
6830 # We can compile using X headers with no special include directory. 10317 # We can compile using X headers with no special include directory.
6831vt_xpm_includes= 10318vt_xpm_includes=
6832vt_xpm_include_X11=yes 10319vt_xpm_include_X11=yes
6833else 10320else
6834 echo "$ac_err" >&5
6835 echo "configure: failed program was:" >&5 10321 echo "$as_me: failed program was:" >&5
6836 cat conftest.$ac_ext >&5 10322sed 's/^/| /' conftest.$ac_ext >&5
6837 rm -rf conftest* 10323
6838 CPPFLAGS="$ac_save_CPPFLAGS" 10324 CPPFLAGS="$ac_save_CPPFLAGS"
6839# Look for the header file in a standard set of common directories. 10325# Look for the header file in a standard set of common directories.
6840 for ac_dir in \ 10326 for ac_dir in \
6841 /usr/X11/include \ 10327 /usr/X11/include \
6842 /usr/X11R6/include \ 10328 /usr/X11R6/include \
6883 break 10369 break
6884 fi 10370 fi
6885 fi 10371 fi
6886 done 10372 done
6887fi 10373fi
6888rm -f conftest* 10374rm -f conftest.err conftest.$ac_ext
6889fi 10375fi
6890 10376
6891if test "$vt_xpm_libraries" = NO; then 10377if test "$vt_xpm_libraries" = NO; then
6892 # Check for the libraries. 10378 # Check for the libraries.
6893 10379
6894 # See if we find them without any special options. 10380 # See if we find them without any special options.
6895 # Don't add to $LIBS permanently. 10381 # Don't add to $LIBS permanently.
6896 ac_save_LIBS="$LIBS" 10382 ac_save_LIBS="$LIBS"
6897 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10383 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6898cat > conftest.$ac_ext <<EOF 10384cat >conftest.$ac_ext <<_ACEOF
6899#line 6900 "configure" 10385/* confdefs.h. */
6900#include "confdefs.h" 10386_ACEOF
10387cat confdefs.h >>conftest.$ac_ext
10388cat >>conftest.$ac_ext <<_ACEOF
10389/* end confdefs.h. */
6901 10390
6902int main() { 10391int
10392main ()
10393{
6903XpmReadFileToPixmap() 10394XpmReadFileToPixmap()
10395 ;
6904; return 0; } 10396 return 0;
6905EOF 10397}
6906if { (eval echo configure:6907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10398_ACEOF
10399rm -f conftest.$ac_objext conftest$ac_exeext
10400if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10401 (eval $ac_link) 2>conftest.er1
10402 ac_status=$?
10403 grep -v '^ *+' conftest.er1 >conftest.err
6907 rm -rf conftest* 10404 rm -f conftest.er1
10405 cat conftest.err >&5
10406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407 (exit $ac_status); } &&
10408 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10410 (eval $ac_try) 2>&5
10411 ac_status=$?
10412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10413 (exit $ac_status); }; } &&
10414 { ac_try='test -s conftest$ac_exeext'
10415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10416 (eval $ac_try) 2>&5
10417 ac_status=$?
10418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10419 (exit $ac_status); }; }; then
6908 LIBS="$ac_save_LIBS" 10420 LIBS="$ac_save_LIBS"
6909# We can link libXpm with no special library path. 10421# We can link libXpm with no special library path.
6910vt_xpm_libraries= 10422vt_xpm_libraries=
6911else 10423else
6912 echo "configure: failed program was:" >&5 10424 echo "$as_me: failed program was:" >&5
6913 cat conftest.$ac_ext >&5 10425sed 's/^/| /' conftest.$ac_ext >&5
6914 rm -rf conftest* 10426
6915 LIBS="$ac_save_LIBS" 10427LIBS="$ac_save_LIBS"
6916# First see if replacing the include by lib works. 10428# First see if replacing the include by lib works.
6917for ac_dir in \ 10429for ac_dir in \
6918 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 10430 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6919 /usr/X11/lib \ 10431 /usr/X11/lib \
6920 /usr/X11R6/lib \ 10432 /usr/X11R6/lib \
6957 break 2 10469 break 2
6958 fi 10470 fi
6959 done 10471 done
6960done 10472done
6961fi 10473fi
6962rm -f conftest* 10474rm -f conftest.err conftest.$ac_objext \
10475 conftest$ac_exeext conftest.$ac_ext
6963fi 10476fi
6964 10477
6965 10478
6966 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 10479 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6967 ac_cv_have_xpm="have_xpm=no" 10480 ac_cv_have_xpm="have_xpm=no"
6973fi 10486fi
6974 eval "$ac_cv_have_xpm" 10487 eval "$ac_cv_have_xpm"
6975fi 10488fi
6976 10489
6977if test "$have_xpm" != yes; then 10490if test "$have_xpm" != yes; then
6978 echo "$ac_t""$have_xpm" 1>&6 10491 echo "$as_me:$LINENO: result: $have_xpm" >&5
10492echo "${ECHO_T}$have_xpm" >&6
6979 no_xpm=yes 10493 no_xpm=yes
6980else 10494else
6981 if test "$xpm_includes" != NO; then 10495 if test "$xpm_includes" != NO; then
6982 if test "$xpm_includes" = "$vt_xpm_includes"; then 10496 if test "$xpm_includes" = "$vt_xpm_includes"; then
6983 if test -r "$xpm_includes/X11/xpm.h"; then 10497 if test -r "$xpm_includes/X11/xpm.h"; then
6984 vt_xpm_include_X11=yes 10498 vt_xpm_include_X11=yes
6985 fi 10499 fi
6986 else 10500 else
6987 vt_xpm_include_X11=no 10501 vt_xpm_include_X11=no
6988 if test -z "$xpm_includes"; then 10502 if test -z "$xpm_includes"; then
6989 cat > conftest.$ac_ext <<EOF 10503 cat >conftest.$ac_ext <<_ACEOF
6990#line 6991 "configure" 10504/* confdefs.h. */
6991#include "confdefs.h" 10505_ACEOF
10506cat confdefs.h >>conftest.$ac_ext
10507cat >>conftest.$ac_ext <<_ACEOF
10508/* end confdefs.h. */
6992#include <X11/xpm.h> 10509#include <X11/xpm.h>
6993EOF 10510_ACEOF
6994ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10511if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6995{ (eval echo configure:6996: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10512 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6996ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10513 ac_status=$?
10514 grep -v '^ *+' conftest.er1 >conftest.err
10515 rm -f conftest.er1
10516 cat conftest.err >&5
10517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10518 (exit $ac_status); } >/dev/null; then
10519 if test -s conftest.err; then
10520 ac_cpp_err=$ac_cxx_preproc_warn_flag
10521 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10522 else
10523 ac_cpp_err=
10524 fi
10525else
10526 ac_cpp_err=yes
10527fi
6997if test -z "$ac_err"; then 10528if test -z "$ac_cpp_err"; then
6998 rm -rf conftest*
6999 vt_xpm_include_X11=yes 10529 vt_xpm_include_X11=yes
7000else 10530else
7001 echo "$ac_err" >&5
7002 echo "configure: failed program was:" >&5 10531 echo "$as_me: failed program was:" >&5
7003 cat conftest.$ac_ext >&5 10532sed 's/^/| /' conftest.$ac_ext >&5
10533
10534
7004fi 10535fi
7005rm -f conftest* 10536rm -f conftest.err conftest.$ac_ext
7006 else 10537 else
7007 if test -r "$xpm_includes/X11/xpm.h"; then 10538 if test -r "$xpm_includes/X11/xpm.h"; then
7008 vt_xpm_include_X11=yes 10539 vt_xpm_include_X11=yes
7009 fi 10540 fi
7010 fi 10541 fi
7017 # Update the cache value to reflect the command line values. 10548 # Update the cache value to reflect the command line values.
7018 ac_cv_have_xpm="have_xpm=yes \ 10549 ac_cv_have_xpm="have_xpm=yes \
7019 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 10550 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
7020 vt_xpm_include_X11=$vt_xpm_include_X11" 10551 vt_xpm_include_X11=$vt_xpm_include_X11"
7021 eval "$ac_cv_have_xpm" 10552 eval "$ac_cv_have_xpm"
10553 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
7022 echo "$ac_t""-I$vt_xpm_includes, -L$vt_xpm_libraries" 1>&6 10554echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7023 if test -n "$vt_xpm_includes"; then 10555 if test -n "$vt_xpm_includes"; then
7024 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10556 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7025 fi 10557 fi
7026 if test -n "$vt_xpm_includes"; then 10558 if test -n "$vt_xpm_includes"; then
7027 XPM_CFLAGS="-I$vt_xpm_includes" 10559 XPM_CFLAGS="-I$vt_xpm_includes"
7029 XPM_LIBS="-lXpm" 10561 XPM_LIBS="-lXpm"
7030 if test -n "$vt_xpm_libraries"; then 10562 if test -n "$vt_xpm_libraries"; then
7031 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10563 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7032 fi 10564 fi
7033 if test "x$vt_xpm_include_X11" = xyes; then 10565 if test "x$vt_xpm_include_X11" = xyes; then
10566
7034 cat >> confdefs.h <<\EOF 10567cat >>confdefs.h <<\_ACEOF
7035#define XPM_INC_X11 1 10568#define XPM_INC_X11 1
7036EOF 10569_ACEOF
7037 10570
7038 fi 10571 fi
7039fi 10572fi
7040 10573
7041 10574
7045 if test x$no_xpm = xyes; then 10578 if test x$no_xpm = xyes; then
7046 support_xpm=needsmanualspecification 10579 support_xpm=needsmanualspecification
7047 fi 10580 fi
7048fi 10581fi
7049 10582
10583echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7050echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 10584echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
7051echo "configure:7052: checking for sys/wait.h that is POSIX.1 compatible" >&5
7052if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 10585if test "${ac_cv_header_sys_wait_h+set}" = set; then
7053 echo $ac_n "(cached) $ac_c" 1>&6 10586 echo $ECHO_N "(cached) $ECHO_C" >&6
7054else 10587else
7055 cat > conftest.$ac_ext <<EOF 10588 cat >conftest.$ac_ext <<_ACEOF
7056#line 7057 "configure" 10589/* confdefs.h. */
7057#include "confdefs.h" 10590_ACEOF
10591cat confdefs.h >>conftest.$ac_ext
10592cat >>conftest.$ac_ext <<_ACEOF
10593/* end confdefs.h. */
7058#include <sys/types.h> 10594#include <sys/types.h>
7059#include <sys/wait.h> 10595#include <sys/wait.h>
7060#ifndef WEXITSTATUS 10596#ifndef WEXITSTATUS
7061#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10597# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7062#endif 10598#endif
7063#ifndef WIFEXITED 10599#ifndef WIFEXITED
7064#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10600# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7065#endif 10601#endif
7066int main() { 10602
10603int
10604main ()
10605{
7067int s; 10606 int s;
7068wait (&s); 10607 wait (&s);
7069s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10608 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10609 ;
7070; return 0; } 10610 return 0;
7071EOF 10611}
7072if { (eval echo configure:7073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10612_ACEOF
10613rm -f conftest.$ac_objext
10614if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10615 (eval $ac_compile) 2>conftest.er1
10616 ac_status=$?
10617 grep -v '^ *+' conftest.er1 >conftest.err
7073 rm -rf conftest* 10618 rm -f conftest.er1
10619 cat conftest.err >&5
10620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10621 (exit $ac_status); } &&
10622 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10624 (eval $ac_try) 2>&5
10625 ac_status=$?
10626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10627 (exit $ac_status); }; } &&
10628 { ac_try='test -s conftest.$ac_objext'
10629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10630 (eval $ac_try) 2>&5
10631 ac_status=$?
10632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10633 (exit $ac_status); }; }; then
7074 ac_cv_header_sys_wait_h=yes 10634 ac_cv_header_sys_wait_h=yes
7075else 10635else
7076 echo "configure: failed program was:" >&5 10636 echo "$as_me: failed program was:" >&5
7077 cat conftest.$ac_ext >&5 10637sed 's/^/| /' conftest.$ac_ext >&5
7078 rm -rf conftest* 10638
7079 ac_cv_header_sys_wait_h=no 10639ac_cv_header_sys_wait_h=no
7080fi 10640fi
7081rm -f conftest* 10641rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7082fi 10642fi
7083 10643echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7084echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10644echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7085if test $ac_cv_header_sys_wait_h = yes; then 10645if test $ac_cv_header_sys_wait_h = yes; then
10646
7086 cat >> confdefs.h <<\EOF 10647cat >>confdefs.h <<\_ACEOF
7087#define HAVE_SYS_WAIT_H 1 10648#define HAVE_SYS_WAIT_H 1
7088EOF 10649_ACEOF
7089 10650
7090fi 10651fi
7091 10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
10669
10670
10671
7092for ac_hdr in \ 10672for ac_header in \
7093 assert.h \ 10673 assert.h \
7094 fcntl.h \ 10674 fcntl.h \
7095 grp.h \ 10675 grp.h \
7096 libc.h \ 10676 libc.h \
7097 lastlog.h \ 10677 lastlog.h \
7109 utmp.h \ 10689 utmp.h \
7110 utmpx.h \ 10690 utmpx.h \
7111 stdint.h \ 10691 stdint.h \
7112 10692
7113do 10693do
7114ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 10694as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10695if eval "test \"\${$as_ac_Header+set}\" = set"; then
10696 echo "$as_me:$LINENO: checking for $ac_header" >&5
7115echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10697echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7116echo "configure:7117: checking for $ac_hdr" >&5 10698if eval "test \"\${$as_ac_Header+set}\" = set"; then
7117if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7118 echo $ac_n "(cached) $ac_c" 1>&6 10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10700fi
10701echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10702echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7119else 10703else
10704 # Is the header compilable?
10705echo "$as_me:$LINENO: checking $ac_header usability" >&5
10706echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7120 cat > conftest.$ac_ext <<EOF 10707cat >conftest.$ac_ext <<_ACEOF
7121#line 7122 "configure" 10708/* confdefs.h. */
7122#include "confdefs.h" 10709_ACEOF
10710cat confdefs.h >>conftest.$ac_ext
10711cat >>conftest.$ac_ext <<_ACEOF
10712/* end confdefs.h. */
10713$ac_includes_default
7123#include <$ac_hdr> 10714#include <$ac_header>
7124EOF 10715_ACEOF
7125ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10716rm -f conftest.$ac_objext
7126{ (eval echo configure:7127: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10717if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7127ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10718 (eval $ac_compile) 2>conftest.er1
10719 ac_status=$?
10720 grep -v '^ *+' conftest.er1 >conftest.err
10721 rm -f conftest.er1
10722 cat conftest.err >&5
10723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10724 (exit $ac_status); } &&
10725 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10727 (eval $ac_try) 2>&5
10728 ac_status=$?
10729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10730 (exit $ac_status); }; } &&
10731 { ac_try='test -s conftest.$ac_objext'
10732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10733 (eval $ac_try) 2>&5
10734 ac_status=$?
10735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); }; }; then
10737 ac_header_compiler=yes
10738else
10739 echo "$as_me: failed program was:" >&5
10740sed 's/^/| /' conftest.$ac_ext >&5
10741
10742ac_header_compiler=no
10743fi
10744rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10745echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10746echo "${ECHO_T}$ac_header_compiler" >&6
10747
10748# Is the header present?
10749echo "$as_me:$LINENO: checking $ac_header presence" >&5
10750echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10751cat >conftest.$ac_ext <<_ACEOF
10752/* confdefs.h. */
10753_ACEOF
10754cat confdefs.h >>conftest.$ac_ext
10755cat >>conftest.$ac_ext <<_ACEOF
10756/* end confdefs.h. */
10757#include <$ac_header>
10758_ACEOF
10759if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10760 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10761 ac_status=$?
10762 grep -v '^ *+' conftest.er1 >conftest.err
10763 rm -f conftest.er1
10764 cat conftest.err >&5
10765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10766 (exit $ac_status); } >/dev/null; then
10767 if test -s conftest.err; then
10768 ac_cpp_err=$ac_cxx_preproc_warn_flag
10769 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10770 else
10771 ac_cpp_err=
10772 fi
10773else
10774 ac_cpp_err=yes
10775fi
7128if test -z "$ac_err"; then 10776if test -z "$ac_cpp_err"; then
7129 rm -rf conftest* 10777 ac_header_preproc=yes
7130 eval "ac_cv_header_$ac_safe=yes"
7131else 10778else
7132 echo "$ac_err" >&5
7133 echo "configure: failed program was:" >&5 10779 echo "$as_me: failed program was:" >&5
7134 cat conftest.$ac_ext >&5 10780sed 's/^/| /' conftest.$ac_ext >&5
7135 rm -rf conftest* 10781
7136 eval "ac_cv_header_$ac_safe=no" 10782 ac_header_preproc=no
7137fi 10783fi
7138rm -f conftest* 10784rm -f conftest.err conftest.$ac_ext
10785echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10786echo "${ECHO_T}$ac_header_preproc" >&6
10787
10788# So? What about this header?
10789case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10790 yes:no: )
10791 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10792echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10793 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10794echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10795 ac_header_preproc=yes
10796 ;;
10797 no:yes:* )
10798 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10799echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10800 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10801echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10802 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10803echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10804 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10805echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10806 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10807echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10808 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10809echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10810 (
10811 cat <<\_ASBOX
10812## ------------------------------------------ ##
10813## Report this to the AC_PACKAGE_NAME lists. ##
10814## ------------------------------------------ ##
10815_ASBOX
10816 ) |
10817 sed "s/^/$as_me: WARNING: /" >&2
10818 ;;
10819esac
10820echo "$as_me:$LINENO: checking for $ac_header" >&5
10821echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10822if eval "test \"\${$as_ac_Header+set}\" = set"; then
10823 echo $ECHO_N "(cached) $ECHO_C" >&6
10824else
10825 eval "$as_ac_Header=\$ac_header_preproc"
7139fi 10826fi
7140if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 10827echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7141 echo "$ac_t""yes" 1>&6 10828echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7142 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 10829
10830fi
10831if test `eval echo '${'$as_ac_Header'}'` = yes; then
7143 cat >> confdefs.h <<EOF 10832 cat >>confdefs.h <<_ACEOF
7144#define $ac_tr_hdr 1 10833#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7145EOF 10834_ACEOF
7146 10835
7147else
7148 echo "$ac_t""no" 1>&6
7149fi 10836fi
10837
7150done 10838done
7151 10839
7152 10840
10841echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7153echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 10842echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7154echo "configure:7155: checking whether time.h and sys/time.h may both be included" >&5
7155if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 10843if test "${ac_cv_header_time+set}" = set; then
7156 echo $ac_n "(cached) $ac_c" 1>&6 10844 echo $ECHO_N "(cached) $ECHO_C" >&6
7157else 10845else
7158 cat > conftest.$ac_ext <<EOF 10846 cat >conftest.$ac_ext <<_ACEOF
7159#line 7160 "configure" 10847/* confdefs.h. */
7160#include "confdefs.h" 10848_ACEOF
10849cat confdefs.h >>conftest.$ac_ext
10850cat >>conftest.$ac_ext <<_ACEOF
10851/* end confdefs.h. */
7161#include <sys/types.h> 10852#include <sys/types.h>
7162#include <sys/time.h> 10853#include <sys/time.h>
7163#include <time.h> 10854#include <time.h>
7164int main() { 10855
7165struct tm *tp; 10856int
10857main ()
10858{
10859if ((struct tm *) 0)
10860return 0;
10861 ;
7166; return 0; } 10862 return 0;
7167EOF 10863}
7168if { (eval echo configure:7169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10864_ACEOF
10865rm -f conftest.$ac_objext
10866if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10867 (eval $ac_compile) 2>conftest.er1
10868 ac_status=$?
10869 grep -v '^ *+' conftest.er1 >conftest.err
7169 rm -rf conftest* 10870 rm -f conftest.er1
10871 cat conftest.err >&5
10872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10873 (exit $ac_status); } &&
10874 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10876 (eval $ac_try) 2>&5
10877 ac_status=$?
10878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10879 (exit $ac_status); }; } &&
10880 { ac_try='test -s conftest.$ac_objext'
10881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10882 (eval $ac_try) 2>&5
10883 ac_status=$?
10884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10885 (exit $ac_status); }; }; then
7170 ac_cv_header_time=yes 10886 ac_cv_header_time=yes
7171else 10887else
7172 echo "configure: failed program was:" >&5 10888 echo "$as_me: failed program was:" >&5
7173 cat conftest.$ac_ext >&5 10889sed 's/^/| /' conftest.$ac_ext >&5
7174 rm -rf conftest* 10890
7175 ac_cv_header_time=no 10891ac_cv_header_time=no
7176fi 10892fi
7177rm -f conftest* 10893rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7178fi 10894fi
7179 10895echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7180echo "$ac_t""$ac_cv_header_time" 1>&6 10896echo "${ECHO_T}$ac_cv_header_time" >&6
7181if test $ac_cv_header_time = yes; then 10897if test $ac_cv_header_time = yes; then
10898
7182 cat >> confdefs.h <<\EOF 10899cat >>confdefs.h <<\_ACEOF
7183#define TIME_WITH_SYS_TIME 1 10900#define TIME_WITH_SYS_TIME 1
7184EOF 10901_ACEOF
7185 10902
7186fi 10903fi
7187 10904
7188 10905
10906echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7189echo $ac_n "checking whether termios.h and sys/ioctl.h may both be included""... $ac_c" 1>&6 10907echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7190echo "configure:7191: checking whether termios.h and sys/ioctl.h may both be included" >&5
7191if eval "test \"`echo '$''{'rxvt_cv_header_sysioctl'+set}'`\" = set"; then 10908if test "${rxvt_cv_header_sysioctl+set}" = set; then
7192 echo $ac_n "(cached) $ac_c" 1>&6 10909 echo $ECHO_N "(cached) $ECHO_C" >&6
7193else 10910else
7194 cat > conftest.$ac_ext <<EOF 10911 cat >conftest.$ac_ext <<_ACEOF
7195#line 7196 "configure" 10912/* confdefs.h. */
7196#include "confdefs.h" 10913_ACEOF
10914cat confdefs.h >>conftest.$ac_ext
10915cat >>conftest.$ac_ext <<_ACEOF
10916/* end confdefs.h. */
7197#include <stdio.h> 10917#include <stdio.h>
7198#include <sys/ioctl.h> 10918#include <sys/ioctl.h>
7199#ifdef HAVE_TERMIOS_H 10919#ifdef HAVE_TERMIOS_H
7200#include <termios.h> 10920#include <termios.h>
7201#endif 10921#endif
7202int main() { 10922int
10923main ()
10924{
7203int a = ECHO; 10925int a = ECHO;
10926 ;
7204; return 0; } 10927 return 0;
7205EOF 10928}
7206if { (eval echo configure:7207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10929_ACEOF
10930rm -f conftest.$ac_objext
10931if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10932 (eval $ac_compile) 2>conftest.er1
10933 ac_status=$?
10934 grep -v '^ *+' conftest.er1 >conftest.err
7207 rm -rf conftest* 10935 rm -f conftest.er1
10936 cat conftest.err >&5
10937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10938 (exit $ac_status); } &&
10939 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10941 (eval $ac_try) 2>&5
10942 ac_status=$?
10943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10944 (exit $ac_status); }; } &&
10945 { ac_try='test -s conftest.$ac_objext'
10946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10947 (eval $ac_try) 2>&5
10948 ac_status=$?
10949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10950 (exit $ac_status); }; }; then
7208 rxvt_cv_header_sysioctl=yes 10951 rxvt_cv_header_sysioctl=yes
7209else 10952else
7210 echo "configure: failed program was:" >&5 10953 echo "$as_me: failed program was:" >&5
7211 cat conftest.$ac_ext >&5 10954sed 's/^/| /' conftest.$ac_ext >&5
7212 rm -rf conftest* 10955
7213 rxvt_cv_header_sysioctl=no 10956rxvt_cv_header_sysioctl=no
7214fi 10957fi
7215rm -f conftest* 10958rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7216fi 10959fi
7217 10960echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7218echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 10961echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7219 10962
7220if test -n "$GCC"; then 10963if test -n "$GCC"; then
7221 LDARG="-Wl," 10964 LDARG="-Wl,"
7222else 10965else
7223 LDARG="" 10966 LDARG=""
7226 10969
7227ac_save_CFLAGS=$CFLAGS 10970ac_save_CFLAGS=$CFLAGS
7228ac_save_LIBS=$LIBS 10971ac_save_LIBS=$LIBS
7229CFLAGS="$CFLAGS $X_CFLAGS" 10972CFLAGS="$CFLAGS $X_CFLAGS"
7230LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 10973LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
10974echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7231echo $ac_n "checking for -rpath dynamic library path recording""... $ac_c" 1>&6 10975echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7232echo "configure:7233: checking for -rpath dynamic library path recording" >&5
7233if eval "test \"`echo '$''{'rxvt_cv_rpath'+set}'`\" = set"; then 10976if test "${rxvt_cv_rpath+set}" = set; then
7234 echo $ac_n "(cached) $ac_c" 1>&6 10977 echo $ECHO_N "(cached) $ECHO_C" >&6
7235else 10978else
7236 if test "$cross_compiling" = yes; then 10979 if test "$cross_compiling" = yes; then
10980 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7237 echo "configure: warning: You may need to check the LIBS line" 1>&2 10981echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7238else 10982else
7239 cat > conftest.$ac_ext <<EOF 10983 cat >conftest.$ac_ext <<_ACEOF
7240#line 7241 "configure" 10984/* confdefs.h. */
7241#include "confdefs.h" 10985_ACEOF
10986cat confdefs.h >>conftest.$ac_ext
10987cat >>conftest.$ac_ext <<_ACEOF
10988/* end confdefs.h. */
7242 10989
7243main() 10990main()
7244{ 10991{
7245 exit(0); 10992 exit(0);
7246 (void) XOpenDisplay("foobar"); 10993 (void) XOpenDisplay("foobar");
7247} 10994}
7248EOF 10995_ACEOF
7249if { (eval echo configure:7250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 10996rm -f conftest$ac_exeext
7250then 10997if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10998 (eval $ac_link) 2>&5
10999 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11003 (eval $ac_try) 2>&5
11004 ac_status=$?
11005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11006 (exit $ac_status); }; }; then
7251 rxvt_cv_rpath=yes 11007 rxvt_cv_rpath=yes
7252else 11008else
11009 echo "$as_me: program exited with status $ac_status" >&5
7253 echo "configure: failed program was:" >&5 11010echo "$as_me: failed program was:" >&5
7254 cat conftest.$ac_ext >&5 11011sed 's/^/| /' conftest.$ac_ext >&5
7255 rm -fr conftest* 11012
11013( exit $ac_status )
7256 rxvt_cv_rpath=no 11014rxvt_cv_rpath=no
7257fi 11015fi
7258rm -fr conftest* 11016rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7259fi 11017fi
7260
7261fi 11018fi
7262 11019echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7263echo "$ac_t""$rxvt_cv_rpath" 1>&6 11020echo "${ECHO_T}$rxvt_cv_rpath" >&6
7264if test x$rxvt_cv_rpath != xyes; then 11021if test x$rxvt_cv_rpath != xyes; then
7265 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 11022 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7266 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11023 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11024 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7267 echo $ac_n "checking for -R dynamic library path recording""... $ac_c" 1>&6 11025echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7268echo "configure:7269: checking for -R dynamic library path recording" >&5
7269if eval "test \"`echo '$''{'rxvt_cv_R'+set}'`\" = set"; then 11026if test "${rxvt_cv_R+set}" = set; then
7270 echo $ac_n "(cached) $ac_c" 1>&6 11027 echo $ECHO_N "(cached) $ECHO_C" >&6
7271else 11028else
7272 if test "$cross_compiling" = yes; then 11029 if test "$cross_compiling" = yes; then
7273 rxvt_cv_R=no 11030 rxvt_cv_R=no
7274else 11031else
7275 cat > conftest.$ac_ext <<EOF 11032 cat >conftest.$ac_ext <<_ACEOF
7276#line 7277 "configure" 11033/* confdefs.h. */
7277#include "confdefs.h" 11034_ACEOF
11035cat confdefs.h >>conftest.$ac_ext
11036cat >>conftest.$ac_ext <<_ACEOF
11037/* end confdefs.h. */
7278 11038
7279main() 11039main()
7280{ 11040{
7281 exit(0); 11041 exit(0);
7282 (void) XOpenDisplay("foobar"); 11042 (void) XOpenDisplay("foobar");
7283} 11043}
7284EOF 11044_ACEOF
7285if { (eval echo configure:7286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11045rm -f conftest$ac_exeext
7286then 11046if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11047 (eval $ac_link) 2>&5
11048 ac_status=$?
11049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11050 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11052 (eval $ac_try) 2>&5
11053 ac_status=$?
11054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11055 (exit $ac_status); }; }; then
7287 rxvt_cv_R=yes 11056 rxvt_cv_R=yes
7288else 11057else
11058 echo "$as_me: program exited with status $ac_status" >&5
7289 echo "configure: failed program was:" >&5 11059echo "$as_me: failed program was:" >&5
7290 cat conftest.$ac_ext >&5 11060sed 's/^/| /' conftest.$ac_ext >&5
7291 rm -fr conftest* 11061
11062( exit $ac_status )
7292 rxvt_cv_R=no 11063rxvt_cv_R=no
7293fi 11064fi
7294rm -fr conftest* 11065rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7295fi 11066fi
7296
7297fi 11067fi
7298 11068echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7299echo "$ac_t""$rxvt_cv_R" 1>&6 11069echo "${ECHO_T}$rxvt_cv_R" >&6
7300 if test x$rxvt_cv_R != xyes; then 11070 if test x$rxvt_cv_R != xyes; then
7301 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11071 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7302 fi 11072 fi
7303fi 11073fi
7304 11074
11075echo "$as_me:$LINENO: checking for XPointer" >&5
7305echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11076echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7306echo "configure:7307: checking for XPointer" >&5
7307if eval "test \"`echo '$''{'rxvt_cv_xpointer'+set}'`\" = set"; then 11077if test "${rxvt_cv_xpointer+set}" = set; then
7308 echo $ac_n "(cached) $ac_c" 1>&6 11078 echo $ECHO_N "(cached) $ECHO_C" >&6
7309else 11079else
7310 cat > conftest.$ac_ext <<EOF 11080 cat >conftest.$ac_ext <<_ACEOF
7311#line 7312 "configure" 11081/* confdefs.h. */
7312#include "confdefs.h" 11082_ACEOF
11083cat confdefs.h >>conftest.$ac_ext
11084cat >>conftest.$ac_ext <<_ACEOF
11085/* end confdefs.h. */
7313#include <X11/Xlib.h> 11086#include <X11/Xlib.h>
7314int main() { 11087int
11088main ()
11089{
7315XPointer dummy; 11090XPointer dummy;
11091 ;
7316; return 0; } 11092 return 0;
7317EOF 11093}
7318if { (eval echo configure:7319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11094_ACEOF
11095rm -f conftest.$ac_objext
11096if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11097 (eval $ac_compile) 2>conftest.er1
11098 ac_status=$?
11099 grep -v '^ *+' conftest.er1 >conftest.err
7319 rm -rf conftest* 11100 rm -f conftest.er1
11101 cat conftest.err >&5
11102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11103 (exit $ac_status); } &&
11104 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11106 (eval $ac_try) 2>&5
11107 ac_status=$?
11108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11109 (exit $ac_status); }; } &&
11110 { ac_try='test -s conftest.$ac_objext'
11111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11112 (eval $ac_try) 2>&5
11113 ac_status=$?
11114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11115 (exit $ac_status); }; }; then
7320 rxvt_cv_xpointer=yes 11116 rxvt_cv_xpointer=yes
7321else 11117else
7322 echo "configure: failed program was:" >&5 11118 echo "$as_me: failed program was:" >&5
7323 cat conftest.$ac_ext >&5 11119sed 's/^/| /' conftest.$ac_ext >&5
7324 rm -rf conftest* 11120
7325 rxvt_cv_xpointer=no 11121rxvt_cv_xpointer=no
7326fi 11122fi
7327rm -f conftest* 11123rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7328fi 11124fi
7329 11125echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7330echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11126echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7331if test x$rxvt_cv_xpointer = xyes; then 11127if test x$rxvt_cv_xpointer = xyes; then
11128
7332 cat >> confdefs.h <<\EOF 11129cat >>confdefs.h <<\_ACEOF
7333#define HAVE_XPOINTER 1 11130#define HAVE_XPOINTER 1
7334EOF 11131_ACEOF
7335 11132
7336fi 11133fi
7337LIBS=$ac_save_LIBS 11134LIBS=$ac_save_LIBS
7338CFLAGS=$ac_save_CFLAGS 11135CFLAGS=$ac_save_CFLAGS
7339 11136
7340 11137
7341echo $ac_n "checking for working const""... $ac_c" 1>&6 11138echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7342echo "configure:7343: checking for working const" >&5 11139echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7343if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11140if test "${ac_cv_c_const+set}" = set; then
7344 echo $ac_n "(cached) $ac_c" 1>&6 11141 echo $ECHO_N "(cached) $ECHO_C" >&6
7345else 11142else
7346 cat > conftest.$ac_ext <<EOF 11143 cat >conftest.$ac_ext <<_ACEOF
7347#line 7348 "configure" 11144/* confdefs.h. */
7348#include "confdefs.h" 11145_ACEOF
11146cat confdefs.h >>conftest.$ac_ext
11147cat >>conftest.$ac_ext <<_ACEOF
11148/* end confdefs.h. */
7349 11149
7350int main() { 11150int
7351 11151main ()
11152{
11153/* FIXME: Include the comments suggested by Paul. */
11154#ifndef __cplusplus
7352/* Ultrix mips cc rejects this. */ 11155 /* Ultrix mips cc rejects this. */
7353typedef int charset[2]; const charset x; 11156 typedef int charset[2];
11157 const charset x;
7354/* SunOS 4.1.1 cc rejects this. */ 11158 /* SunOS 4.1.1 cc rejects this. */
7355char const *const *ccp; 11159 char const *const *ccp;
7356char **p; 11160 char **p;
7357/* NEC SVR4.0.2 mips cc rejects this. */ 11161 /* NEC SVR4.0.2 mips cc rejects this. */
7358struct point {int x, y;}; 11162 struct point {int x, y;};
7359static struct point const zero = {0,0}; 11163 static struct point const zero = {0,0};
7360/* AIX XL C 1.02.0.0 rejects this. 11164 /* AIX XL C 1.02.0.0 rejects this.
7361 It does not let you subtract one const X* pointer from another in an arm 11165 It does not let you subtract one const X* pointer from another in
7362 of an if-expression whose if-part is not a constant expression */ 11166 an arm of an if-expression whose if-part is not a constant
11167 expression */
7363const char *g = "string"; 11168 const char *g = "string";
7364ccp = &g + (g ? g-g : 0); 11169 ccp = &g + (g ? g-g : 0);
7365/* HPUX 7.0 cc rejects these. */ 11170 /* HPUX 7.0 cc rejects these. */
7366++ccp; 11171 ++ccp;
7367p = (char**) ccp; 11172 p = (char**) ccp;
7368ccp = (char const *const *) p; 11173 ccp = (char const *const *) p;
7369{ /* SCO 3.2v4 cc rejects this. */ 11174 { /* SCO 3.2v4 cc rejects this. */
7370 char *t; 11175 char *t;
7371 char const *s = 0 ? (char *) 0 : (char const *) 0; 11176 char const *s = 0 ? (char *) 0 : (char const *) 0;
7372 11177
7373 *t++ = 0; 11178 *t++ = 0;
11179 }
11180 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11181 int x[] = {25, 17};
11182 const int *foo = &x[0];
11183 ++foo;
11184 }
11185 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11186 typedef const int *iptr;
11187 iptr p = 0;
11188 ++p;
11189 }
11190 { /* AIX XL C 1.02.0.0 rejects this saying
11191 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11192 struct s { int j; const int *ap[3]; };
11193 struct s *b; b->j = 5;
11194 }
11195 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11196 const int foo = 10;
11197 }
11198#endif
11199
11200 ;
11201 return 0;
7374} 11202}
7375{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11203_ACEOF
7376 int x[] = {25, 17}; 11204rm -f conftest.$ac_objext
7377 const int *foo = &x[0]; 11205if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7378 ++foo; 11206 (eval $ac_compile) 2>conftest.er1
7379} 11207 ac_status=$?
7380{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11208 grep -v '^ *+' conftest.er1 >conftest.err
7381 typedef const int *iptr;
7382 iptr p = 0;
7383 ++p;
7384}
7385{ /* AIX XL C 1.02.0.0 rejects this saying
7386 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7387 struct s { int j; const int *ap[3]; };
7388 struct s *b; b->j = 5;
7389}
7390{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7391 const int foo = 10;
7392}
7393
7394; return 0; }
7395EOF
7396if { (eval echo configure:7397: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7397 rm -rf conftest* 11209 rm -f conftest.er1
11210 cat conftest.err >&5
11211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11212 (exit $ac_status); } &&
11213 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11215 (eval $ac_try) 2>&5
11216 ac_status=$?
11217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11218 (exit $ac_status); }; } &&
11219 { ac_try='test -s conftest.$ac_objext'
11220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11221 (eval $ac_try) 2>&5
11222 ac_status=$?
11223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11224 (exit $ac_status); }; }; then
7398 ac_cv_c_const=yes 11225 ac_cv_c_const=yes
7399else 11226else
7400 echo "configure: failed program was:" >&5 11227 echo "$as_me: failed program was:" >&5
7401 cat conftest.$ac_ext >&5 11228sed 's/^/| /' conftest.$ac_ext >&5
7402 rm -rf conftest* 11229
7403 ac_cv_c_const=no 11230ac_cv_c_const=no
7404fi 11231fi
7405rm -f conftest* 11232rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7406fi 11233fi
7407 11234echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7408echo "$ac_t""$ac_cv_c_const" 1>&6 11235echo "${ECHO_T}$ac_cv_c_const" >&6
7409if test $ac_cv_c_const = no; then 11236if test $ac_cv_c_const = no; then
11237
7410 cat >> confdefs.h <<\EOF 11238cat >>confdefs.h <<\_ACEOF
7411#define const 11239#define const
7412EOF 11240_ACEOF
7413 11241
7414fi 11242fi
7415 11243
11244echo "$as_me:$LINENO: checking for inline" >&5
7416echo $ac_n "checking for inline""... $ac_c" 1>&6 11245echo $ECHO_N "checking for inline... $ECHO_C" >&6
7417echo "configure:7418: checking for inline" >&5
7418if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 11246if test "${ac_cv_c_inline+set}" = set; then
7419 echo $ac_n "(cached) $ac_c" 1>&6 11247 echo $ECHO_N "(cached) $ECHO_C" >&6
7420else 11248else
7421 ac_cv_c_inline=no 11249 ac_cv_c_inline=no
7422for ac_kw in inline __inline__ __inline; do 11250for ac_kw in inline __inline__ __inline; do
7423 cat > conftest.$ac_ext <<EOF 11251 cat >conftest.$ac_ext <<_ACEOF
7424#line 7425 "configure" 11252/* confdefs.h. */
7425#include "confdefs.h" 11253_ACEOF
11254cat confdefs.h >>conftest.$ac_ext
11255cat >>conftest.$ac_ext <<_ACEOF
11256/* end confdefs.h. */
11257#ifndef __cplusplus
11258typedef int foo_t;
11259static $ac_kw foo_t static_foo () {return 0; }
11260$ac_kw foo_t foo () {return 0; }
11261#endif
7426 11262
7427int main() { 11263_ACEOF
7428} $ac_kw foo() { 11264rm -f conftest.$ac_objext
7429; return 0; } 11265if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7430EOF 11266 (eval $ac_compile) 2>conftest.er1
7431if { (eval echo configure:7432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11267 ac_status=$?
11268 grep -v '^ *+' conftest.er1 >conftest.err
7432 rm -rf conftest* 11269 rm -f conftest.er1
11270 cat conftest.err >&5
11271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11272 (exit $ac_status); } &&
11273 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11275 (eval $ac_try) 2>&5
11276 ac_status=$?
11277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11278 (exit $ac_status); }; } &&
11279 { ac_try='test -s conftest.$ac_objext'
11280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11281 (eval $ac_try) 2>&5
11282 ac_status=$?
11283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11284 (exit $ac_status); }; }; then
7433 ac_cv_c_inline=$ac_kw; break 11285 ac_cv_c_inline=$ac_kw; break
7434else 11286else
7435 echo "configure: failed program was:" >&5 11287 echo "$as_me: failed program was:" >&5
11288sed 's/^/| /' conftest.$ac_ext >&5
11289
11290fi
11291rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11292done
11293
11294fi
11295echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
11296echo "${ECHO_T}$ac_cv_c_inline" >&6
11297
11298
11299case $ac_cv_c_inline in
11300 inline | yes) ;;
11301 *)
11302 case $ac_cv_c_inline in
11303 no) ac_val=;;
11304 *) ac_val=$ac_cv_c_inline;;
11305 esac
11306 cat >>confdefs.h <<_ACEOF
11307#ifndef __cplusplus
11308#define inline $ac_val
11309#endif
11310_ACEOF
11311 ;;
11312esac
11313
11314
11315
11316echo "$as_me:$LINENO: checking for mode_t" >&5
11317echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
11318if test "${ac_cv_type_mode_t+set}" = set; then
11319 echo $ECHO_N "(cached) $ECHO_C" >&6
11320else
11321 cat >conftest.$ac_ext <<_ACEOF
11322/* confdefs.h. */
11323_ACEOF
11324cat confdefs.h >>conftest.$ac_ext
11325cat >>conftest.$ac_ext <<_ACEOF
11326/* end confdefs.h. */
11327$ac_includes_default
11328int
11329main ()
11330{
11331if ((mode_t *) 0)
11332 return 0;
11333if (sizeof (mode_t))
11334 return 0;
11335 ;
11336 return 0;
11337}
11338_ACEOF
11339rm -f conftest.$ac_objext
11340if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11341 (eval $ac_compile) 2>conftest.er1
11342 ac_status=$?
11343 grep -v '^ *+' conftest.er1 >conftest.err
11344 rm -f conftest.er1
7436 cat conftest.$ac_ext >&5 11345 cat conftest.err >&5
11346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11347 (exit $ac_status); } &&
11348 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11350 (eval $ac_try) 2>&5
11351 ac_status=$?
11352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11353 (exit $ac_status); }; } &&
11354 { ac_try='test -s conftest.$ac_objext'
11355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11356 (eval $ac_try) 2>&5
11357 ac_status=$?
11358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11359 (exit $ac_status); }; }; then
11360 ac_cv_type_mode_t=yes
11361else
11362 echo "$as_me: failed program was:" >&5
11363sed 's/^/| /' conftest.$ac_ext >&5
11364
11365ac_cv_type_mode_t=no
11366fi
11367rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11368fi
11369echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
11370echo "${ECHO_T}$ac_cv_type_mode_t" >&6
11371if test $ac_cv_type_mode_t = yes; then
11372 :
11373else
11374
11375cat >>confdefs.h <<_ACEOF
11376#define mode_t int
11377_ACEOF
11378
11379fi
11380
11381echo "$as_me:$LINENO: checking for pid_t" >&5
11382echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11383if test "${ac_cv_type_pid_t+set}" = set; then
11384 echo $ECHO_N "(cached) $ECHO_C" >&6
11385else
11386 cat >conftest.$ac_ext <<_ACEOF
11387/* confdefs.h. */
11388_ACEOF
11389cat confdefs.h >>conftest.$ac_ext
11390cat >>conftest.$ac_ext <<_ACEOF
11391/* end confdefs.h. */
11392$ac_includes_default
11393int
11394main ()
11395{
11396if ((pid_t *) 0)
11397 return 0;
11398if (sizeof (pid_t))
11399 return 0;
11400 ;
11401 return 0;
11402}
11403_ACEOF
11404rm -f conftest.$ac_objext
11405if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11406 (eval $ac_compile) 2>conftest.er1
11407 ac_status=$?
11408 grep -v '^ *+' conftest.er1 >conftest.err
11409 rm -f conftest.er1
11410 cat conftest.err >&5
11411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11412 (exit $ac_status); } &&
11413 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11415 (eval $ac_try) 2>&5
11416 ac_status=$?
11417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11418 (exit $ac_status); }; } &&
11419 { ac_try='test -s conftest.$ac_objext'
11420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11421 (eval $ac_try) 2>&5
11422 ac_status=$?
11423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11424 (exit $ac_status); }; }; then
11425 ac_cv_type_pid_t=yes
11426else
11427 echo "$as_me: failed program was:" >&5
11428sed 's/^/| /' conftest.$ac_ext >&5
11429
11430ac_cv_type_pid_t=no
11431fi
11432rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11433fi
11434echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
11435echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11436if test $ac_cv_type_pid_t = yes; then
11437 :
11438else
11439
11440cat >>confdefs.h <<_ACEOF
11441#define pid_t int
11442_ACEOF
11443
11444fi
11445
11446echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
11447echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
11448if test "${ac_cv_type_uid_t+set}" = set; then
11449 echo $ECHO_N "(cached) $ECHO_C" >&6
11450else
11451 cat >conftest.$ac_ext <<_ACEOF
11452/* confdefs.h. */
11453_ACEOF
11454cat confdefs.h >>conftest.$ac_ext
11455cat >>conftest.$ac_ext <<_ACEOF
11456/* end confdefs.h. */
11457#include <sys/types.h>
11458
11459_ACEOF
11460if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11461 $EGREP "uid_t" >/dev/null 2>&1; then
11462 ac_cv_type_uid_t=yes
11463else
11464 ac_cv_type_uid_t=no
7437fi 11465fi
7438rm -f conftest* 11466rm -f conftest*
11467
11468fi
11469echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
11470echo "${ECHO_T}$ac_cv_type_uid_t" >&6
11471if test $ac_cv_type_uid_t = no; then
11472
11473cat >>confdefs.h <<\_ACEOF
11474#define uid_t int
11475_ACEOF
11476
11477
11478cat >>confdefs.h <<\_ACEOF
11479#define gid_t int
11480_ACEOF
11481
11482fi
11483
11484
11485
11486echo "$as_me:$LINENO: checking for char" >&5
11487echo $ECHO_N "checking for char... $ECHO_C" >&6
11488if test "${ac_cv_type_char+set}" = set; then
11489 echo $ECHO_N "(cached) $ECHO_C" >&6
11490else
11491 cat >conftest.$ac_ext <<_ACEOF
11492/* confdefs.h. */
11493_ACEOF
11494cat confdefs.h >>conftest.$ac_ext
11495cat >>conftest.$ac_ext <<_ACEOF
11496/* end confdefs.h. */
11497$ac_includes_default
11498int
11499main ()
11500{
11501if ((char *) 0)
11502 return 0;
11503if (sizeof (char))
11504 return 0;
11505 ;
11506 return 0;
11507}
11508_ACEOF
11509rm -f conftest.$ac_objext
11510if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11511 (eval $ac_compile) 2>conftest.er1
11512 ac_status=$?
11513 grep -v '^ *+' conftest.er1 >conftest.err
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
11530 ac_cv_type_char=yes
11531else
11532 echo "$as_me: failed program was:" >&5
11533sed 's/^/| /' conftest.$ac_ext >&5
11534
11535ac_cv_type_char=no
11536fi
11537rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11538fi
11539echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
11540echo "${ECHO_T}$ac_cv_type_char" >&6
11541
11542echo "$as_me:$LINENO: checking size of char" >&5
11543echo $ECHO_N "checking size of char... $ECHO_C" >&6
11544if test "${ac_cv_sizeof_char+set}" = set; then
11545 echo $ECHO_N "(cached) $ECHO_C" >&6
11546else
11547 if test "$ac_cv_type_char" = yes; then
11548 # The cast to unsigned long works around a bug in the HP C Compiler
11549 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11550 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11551 # This bug is HP SR number 8606223364.
11552 if test "$cross_compiling" = yes; then
11553 # Depending upon the size, compute the lo and hi bounds.
11554cat >conftest.$ac_ext <<_ACEOF
11555/* confdefs.h. */
11556_ACEOF
11557cat confdefs.h >>conftest.$ac_ext
11558cat >>conftest.$ac_ext <<_ACEOF
11559/* end confdefs.h. */
11560$ac_includes_default
11561int
11562main ()
11563{
11564static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
11565test_array [0] = 0
11566
11567 ;
11568 return 0;
11569}
11570_ACEOF
11571rm -f conftest.$ac_objext
11572if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11573 (eval $ac_compile) 2>conftest.er1
11574 ac_status=$?
11575 grep -v '^ *+' conftest.er1 >conftest.err
11576 rm -f conftest.er1
11577 cat conftest.err >&5
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); } &&
11580 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11582 (eval $ac_try) 2>&5
11583 ac_status=$?
11584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11585 (exit $ac_status); }; } &&
11586 { ac_try='test -s conftest.$ac_objext'
11587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11588 (eval $ac_try) 2>&5
11589 ac_status=$?
11590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11591 (exit $ac_status); }; }; then
11592 ac_lo=0 ac_mid=0
11593 while :; do
11594 cat >conftest.$ac_ext <<_ACEOF
11595/* confdefs.h. */
11596_ACEOF
11597cat confdefs.h >>conftest.$ac_ext
11598cat >>conftest.$ac_ext <<_ACEOF
11599/* end confdefs.h. */
11600$ac_includes_default
11601int
11602main ()
11603{
11604static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11605test_array [0] = 0
11606
11607 ;
11608 return 0;
11609}
11610_ACEOF
11611rm -f conftest.$ac_objext
11612if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11613 (eval $ac_compile) 2>conftest.er1
11614 ac_status=$?
11615 grep -v '^ *+' conftest.er1 >conftest.err
11616 rm -f conftest.er1
11617 cat conftest.err >&5
11618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11619 (exit $ac_status); } &&
11620 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11622 (eval $ac_try) 2>&5
11623 ac_status=$?
11624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11625 (exit $ac_status); }; } &&
11626 { ac_try='test -s conftest.$ac_objext'
11627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11628 (eval $ac_try) 2>&5
11629 ac_status=$?
11630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11631 (exit $ac_status); }; }; then
11632 ac_hi=$ac_mid; break
11633else
11634 echo "$as_me: failed program was:" >&5
11635sed 's/^/| /' conftest.$ac_ext >&5
11636
11637ac_lo=`expr $ac_mid + 1`
11638 if test $ac_lo -le $ac_mid; then
11639 ac_lo= ac_hi=
11640 break
11641 fi
11642 ac_mid=`expr 2 '*' $ac_mid + 1`
11643fi
11644rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11645 done
11646else
11647 echo "$as_me: failed program was:" >&5
11648sed 's/^/| /' conftest.$ac_ext >&5
11649
11650cat >conftest.$ac_ext <<_ACEOF
11651/* confdefs.h. */
11652_ACEOF
11653cat confdefs.h >>conftest.$ac_ext
11654cat >>conftest.$ac_ext <<_ACEOF
11655/* end confdefs.h. */
11656$ac_includes_default
11657int
11658main ()
11659{
11660static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
11661test_array [0] = 0
11662
11663 ;
11664 return 0;
11665}
11666_ACEOF
11667rm -f conftest.$ac_objext
11668if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11669 (eval $ac_compile) 2>conftest.er1
11670 ac_status=$?
11671 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1
11673 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5
11679 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } &&
11682 { ac_try='test -s conftest.$ac_objext'
11683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11684 (eval $ac_try) 2>&5
11685 ac_status=$?
11686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11687 (exit $ac_status); }; }; then
11688 ac_hi=-1 ac_mid=-1
11689 while :; do
11690 cat >conftest.$ac_ext <<_ACEOF
11691/* confdefs.h. */
11692_ACEOF
11693cat confdefs.h >>conftest.$ac_ext
11694cat >>conftest.$ac_ext <<_ACEOF
11695/* end confdefs.h. */
11696$ac_includes_default
11697int
11698main ()
11699{
11700static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
11701test_array [0] = 0
11702
11703 ;
11704 return 0;
11705}
11706_ACEOF
11707rm -f conftest.$ac_objext
11708if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11709 (eval $ac_compile) 2>conftest.er1
11710 ac_status=$?
11711 grep -v '^ *+' conftest.er1 >conftest.err
11712 rm -f conftest.er1
11713 cat conftest.err >&5
11714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11715 (exit $ac_status); } &&
11716 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11718 (eval $ac_try) 2>&5
11719 ac_status=$?
11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721 (exit $ac_status); }; } &&
11722 { ac_try='test -s conftest.$ac_objext'
11723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11724 (eval $ac_try) 2>&5
11725 ac_status=$?
11726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11727 (exit $ac_status); }; }; then
11728 ac_lo=$ac_mid; break
11729else
11730 echo "$as_me: failed program was:" >&5
11731sed 's/^/| /' conftest.$ac_ext >&5
11732
11733ac_hi=`expr '(' $ac_mid ')' - 1`
11734 if test $ac_mid -le $ac_hi; then
11735 ac_lo= ac_hi=
11736 break
11737 fi
11738 ac_mid=`expr 2 '*' $ac_mid`
11739fi
11740rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11741 done
11742else
11743 echo "$as_me: failed program was:" >&5
11744sed 's/^/| /' conftest.$ac_ext >&5
11745
11746ac_lo= ac_hi=
11747fi
11748rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11749fi
11750rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11751# Binary search between lo and hi bounds.
11752while test "x$ac_lo" != "x$ac_hi"; do
11753 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
11754 cat >conftest.$ac_ext <<_ACEOF
11755/* confdefs.h. */
11756_ACEOF
11757cat confdefs.h >>conftest.$ac_ext
11758cat >>conftest.$ac_ext <<_ACEOF
11759/* end confdefs.h. */
11760$ac_includes_default
11761int
11762main ()
11763{
11764static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11765test_array [0] = 0
11766
11767 ;
11768 return 0;
11769}
11770_ACEOF
11771rm -f conftest.$ac_objext
11772if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11773 (eval $ac_compile) 2>conftest.er1
11774 ac_status=$?
11775 grep -v '^ *+' conftest.er1 >conftest.err
11776 rm -f conftest.er1
11777 cat conftest.err >&5
11778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11779 (exit $ac_status); } &&
11780 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11782 (eval $ac_try) 2>&5
11783 ac_status=$?
11784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11785 (exit $ac_status); }; } &&
11786 { ac_try='test -s conftest.$ac_objext'
11787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11788 (eval $ac_try) 2>&5
11789 ac_status=$?
11790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11791 (exit $ac_status); }; }; then
11792 ac_hi=$ac_mid
11793else
11794 echo "$as_me: failed program was:" >&5
11795sed 's/^/| /' conftest.$ac_ext >&5
11796
11797ac_lo=`expr '(' $ac_mid ')' + 1`
11798fi
11799rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7439done 11800done
7440 11801case $ac_lo in
7441fi 11802?*) ac_cv_sizeof_char=$ac_lo;;
7442 11803'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
7443echo "$ac_t""$ac_cv_c_inline" 1>&6 11804See \`config.log' for more details." >&5
7444case "$ac_cv_c_inline" in 11805echo "$as_me: error: cannot compute sizeof (char), 77
7445 inline | yes) ;; 11806See \`config.log' for more details." >&2;}
7446 no) cat >> confdefs.h <<\EOF 11807 { (exit 1); exit 1; }; } ;;
7447#define inline
7448EOF
7449 ;;
7450 *) cat >> confdefs.h <<EOF
7451#define inline $ac_cv_c_inline
7452EOF
7453 ;;
7454esac 11808esac
7455
7456
7457
7458echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7459echo "configure:7460: checking for ANSI C header files" >&5
7460if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
7461 echo $ac_n "(cached) $ac_c" 1>&6
7462else 11809else
11810 if test "$cross_compiling" = yes; then
11811 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11812echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
11813 { (exit 1); exit 1; }; }
11814else
7463 cat > conftest.$ac_ext <<EOF 11815 cat >conftest.$ac_ext <<_ACEOF
7464#line 7465 "configure" 11816/* confdefs.h. */
7465#include "confdefs.h" 11817_ACEOF
11818cat confdefs.h >>conftest.$ac_ext
11819cat >>conftest.$ac_ext <<_ACEOF
11820/* end confdefs.h. */
11821$ac_includes_default
11822long longval () { return (long) (sizeof (char)); }
11823unsigned long ulongval () { return (long) (sizeof (char)); }
11824#include <stdio.h>
7466#include <stdlib.h> 11825#include <stdlib.h>
7467#include <stdarg.h> 11826int
7468#include <string.h> 11827main ()
7469#include <float.h> 11828{
7470EOF 11829
7471ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11830 FILE *f = fopen ("conftest.val", "w");
7472{ (eval echo configure:7473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11831 if (! f)
7473ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11832 exit (1);
7474if test -z "$ac_err"; then 11833 if (((long) (sizeof (char))) < 0)
7475 rm -rf conftest* 11834 {
7476 ac_cv_header_stdc=yes 11835 long i = longval ();
11836 if (i != ((long) (sizeof (char))))
11837 exit (1);
11838 fprintf (f, "%ld\n", i);
11839 }
7477else 11840 else
7478 echo "$ac_err" >&5 11841 {
11842 unsigned long i = ulongval ();
11843 if (i != ((long) (sizeof (char))))
11844 exit (1);
11845 fprintf (f, "%lu\n", i);
11846 }
11847 exit (ferror (f) || fclose (f) != 0);
11848
11849 ;
11850 return 0;
11851}
11852_ACEOF
11853rm -f conftest$ac_exeext
11854if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11855 (eval $ac_link) 2>&5
11856 ac_status=$?
11857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11858 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11860 (eval $ac_try) 2>&5
11861 ac_status=$?
11862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11863 (exit $ac_status); }; }; then
11864 ac_cv_sizeof_char=`cat conftest.val`
11865else
11866 echo "$as_me: program exited with status $ac_status" >&5
7479 echo "configure: failed program was:" >&5 11867echo "$as_me: failed program was:" >&5
7480 cat conftest.$ac_ext >&5 11868sed 's/^/| /' conftest.$ac_ext >&5
7481 rm -rf conftest* 11869
7482 ac_cv_header_stdc=no 11870( exit $ac_status )
11871{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
11872See \`config.log' for more details." >&5
11873echo "$as_me: error: cannot compute sizeof (char), 77
11874See \`config.log' for more details." >&2;}
11875 { (exit 1); exit 1; }; }
7483fi 11876fi
11877rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11878fi
11879fi
7484rm -f conftest* 11880rm -f conftest.val
11881else
11882 ac_cv_sizeof_char=0
11883fi
11884fi
11885echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
11886echo "${ECHO_T}$ac_cv_sizeof_char" >&6
11887cat >>confdefs.h <<_ACEOF
11888#define SIZEOF_CHAR $ac_cv_sizeof_char
11889_ACEOF
7485 11890
11891
11892echo "$as_me:$LINENO: checking for short" >&5
11893echo $ECHO_N "checking for short... $ECHO_C" >&6
11894if test "${ac_cv_type_short+set}" = set; then
11895 echo $ECHO_N "(cached) $ECHO_C" >&6
11896else
11897 cat >conftest.$ac_ext <<_ACEOF
11898/* confdefs.h. */
11899_ACEOF
11900cat confdefs.h >>conftest.$ac_ext
11901cat >>conftest.$ac_ext <<_ACEOF
11902/* end confdefs.h. */
11903$ac_includes_default
11904int
11905main ()
11906{
11907if ((short *) 0)
11908 return 0;
11909if (sizeof (short))
11910 return 0;
11911 ;
11912 return 0;
11913}
11914_ACEOF
11915rm -f conftest.$ac_objext
11916if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11917 (eval $ac_compile) 2>conftest.er1
11918 ac_status=$?
11919 grep -v '^ *+' conftest.er1 >conftest.err
11920 rm -f conftest.er1
11921 cat conftest.err >&5
11922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11923 (exit $ac_status); } &&
11924 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11926 (eval $ac_try) 2>&5
11927 ac_status=$?
11928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11929 (exit $ac_status); }; } &&
11930 { ac_try='test -s conftest.$ac_objext'
11931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11932 (eval $ac_try) 2>&5
11933 ac_status=$?
11934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11935 (exit $ac_status); }; }; then
11936 ac_cv_type_short=yes
11937else
11938 echo "$as_me: failed program was:" >&5
11939sed 's/^/| /' conftest.$ac_ext >&5
11940
11941ac_cv_type_short=no
11942fi
11943rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11944fi
11945echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
11946echo "${ECHO_T}$ac_cv_type_short" >&6
11947
11948echo "$as_me:$LINENO: checking size of short" >&5
11949echo $ECHO_N "checking size of short... $ECHO_C" >&6
11950if test "${ac_cv_sizeof_short+set}" = set; then
11951 echo $ECHO_N "(cached) $ECHO_C" >&6
11952else
7486if test $ac_cv_header_stdc = yes; then 11953 if test "$ac_cv_type_short" = yes; then
7487 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 11954 # The cast to unsigned long works around a bug in the HP C Compiler
11955 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11956 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11957 # This bug is HP SR number 8606223364.
11958 if test "$cross_compiling" = yes; then
11959 # Depending upon the size, compute the lo and hi bounds.
7488cat > conftest.$ac_ext <<EOF 11960cat >conftest.$ac_ext <<_ACEOF
7489#line 7490 "configure" 11961/* confdefs.h. */
7490#include "confdefs.h" 11962_ACEOF
7491#include <string.h> 11963cat confdefs.h >>conftest.$ac_ext
7492EOF 11964cat >>conftest.$ac_ext <<_ACEOF
7493if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 11965/* end confdefs.h. */
7494 egrep "memchr" >/dev/null 2>&1; then 11966$ac_includes_default
7495 : 11967int
7496else 11968main ()
11969{
11970static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
11971test_array [0] = 0
11972
11973 ;
11974 return 0;
11975}
11976_ACEOF
11977rm -f conftest.$ac_objext
11978if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11979 (eval $ac_compile) 2>conftest.er1
11980 ac_status=$?
11981 grep -v '^ *+' conftest.er1 >conftest.err
7497 rm -rf conftest* 11982 rm -f conftest.er1
7498 ac_cv_header_stdc=no 11983 cat conftest.err >&5
7499fi 11984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11985 (exit $ac_status); } &&
11986 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11988 (eval $ac_try) 2>&5
11989 ac_status=$?
11990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11991 (exit $ac_status); }; } &&
11992 { ac_try='test -s conftest.$ac_objext'
11993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11994 (eval $ac_try) 2>&5
11995 ac_status=$?
11996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11997 (exit $ac_status); }; }; then
11998 ac_lo=0 ac_mid=0
11999 while :; do
12000 cat >conftest.$ac_ext <<_ACEOF
12001/* confdefs.h. */
12002_ACEOF
12003cat confdefs.h >>conftest.$ac_ext
12004cat >>conftest.$ac_ext <<_ACEOF
12005/* end confdefs.h. */
12006$ac_includes_default
12007int
12008main ()
12009{
12010static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12011test_array [0] = 0
12012
12013 ;
12014 return 0;
12015}
12016_ACEOF
12017rm -f conftest.$ac_objext
12018if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12019 (eval $ac_compile) 2>conftest.er1
12020 ac_status=$?
12021 grep -v '^ *+' conftest.er1 >conftest.err
7500rm -f conftest* 12022 rm -f conftest.er1
12023 cat conftest.err >&5
12024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12025 (exit $ac_status); } &&
12026 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12028 (eval $ac_try) 2>&5
12029 ac_status=$?
12030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12031 (exit $ac_status); }; } &&
12032 { ac_try='test -s conftest.$ac_objext'
12033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12034 (eval $ac_try) 2>&5
12035 ac_status=$?
12036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12037 (exit $ac_status); }; }; then
12038 ac_hi=$ac_mid; break
12039else
12040 echo "$as_me: failed program was:" >&5
12041sed 's/^/| /' conftest.$ac_ext >&5
7501 12042
12043ac_lo=`expr $ac_mid + 1`
12044 if test $ac_lo -le $ac_mid; then
12045 ac_lo= ac_hi=
12046 break
12047 fi
12048 ac_mid=`expr 2 '*' $ac_mid + 1`
7502fi 12049fi
12050rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12051 done
12052else
12053 echo "$as_me: failed program was:" >&5
12054sed 's/^/| /' conftest.$ac_ext >&5
7503 12055
7504if test $ac_cv_header_stdc = yes; then
7505 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7506cat > conftest.$ac_ext <<EOF 12056cat >conftest.$ac_ext <<_ACEOF
7507#line 7508 "configure" 12057/* confdefs.h. */
7508#include "confdefs.h" 12058_ACEOF
12059cat confdefs.h >>conftest.$ac_ext
12060cat >>conftest.$ac_ext <<_ACEOF
12061/* end confdefs.h. */
12062$ac_includes_default
12063int
12064main ()
12065{
12066static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
12067test_array [0] = 0
12068
12069 ;
12070 return 0;
12071}
12072_ACEOF
12073rm -f conftest.$ac_objext
12074if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12075 (eval $ac_compile) 2>conftest.er1
12076 ac_status=$?
12077 grep -v '^ *+' conftest.er1 >conftest.err
12078 rm -f conftest.er1
12079 cat conftest.err >&5
12080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12081 (exit $ac_status); } &&
12082 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12084 (eval $ac_try) 2>&5
12085 ac_status=$?
12086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12087 (exit $ac_status); }; } &&
12088 { ac_try='test -s conftest.$ac_objext'
12089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12090 (eval $ac_try) 2>&5
12091 ac_status=$?
12092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12093 (exit $ac_status); }; }; then
12094 ac_hi=-1 ac_mid=-1
12095 while :; do
12096 cat >conftest.$ac_ext <<_ACEOF
12097/* confdefs.h. */
12098_ACEOF
12099cat confdefs.h >>conftest.$ac_ext
12100cat >>conftest.$ac_ext <<_ACEOF
12101/* end confdefs.h. */
12102$ac_includes_default
12103int
12104main ()
12105{
12106static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
12107test_array [0] = 0
12108
12109 ;
12110 return 0;
12111}
12112_ACEOF
12113rm -f conftest.$ac_objext
12114if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12115 (eval $ac_compile) 2>conftest.er1
12116 ac_status=$?
12117 grep -v '^ *+' conftest.er1 >conftest.err
12118 rm -f conftest.er1
12119 cat conftest.err >&5
12120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12121 (exit $ac_status); } &&
12122 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12124 (eval $ac_try) 2>&5
12125 ac_status=$?
12126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12127 (exit $ac_status); }; } &&
12128 { ac_try='test -s conftest.$ac_objext'
12129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12130 (eval $ac_try) 2>&5
12131 ac_status=$?
12132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12133 (exit $ac_status); }; }; then
12134 ac_lo=$ac_mid; break
12135else
12136 echo "$as_me: failed program was:" >&5
12137sed 's/^/| /' conftest.$ac_ext >&5
12138
12139ac_hi=`expr '(' $ac_mid ')' - 1`
12140 if test $ac_mid -le $ac_hi; then
12141 ac_lo= ac_hi=
12142 break
12143 fi
12144 ac_mid=`expr 2 '*' $ac_mid`
12145fi
12146rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12147 done
12148else
12149 echo "$as_me: failed program was:" >&5
12150sed 's/^/| /' conftest.$ac_ext >&5
12151
12152ac_lo= ac_hi=
12153fi
12154rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12155fi
12156rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12157# Binary search between lo and hi bounds.
12158while test "x$ac_lo" != "x$ac_hi"; do
12159 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12160 cat >conftest.$ac_ext <<_ACEOF
12161/* confdefs.h. */
12162_ACEOF
12163cat confdefs.h >>conftest.$ac_ext
12164cat >>conftest.$ac_ext <<_ACEOF
12165/* end confdefs.h. */
12166$ac_includes_default
12167int
12168main ()
12169{
12170static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12171test_array [0] = 0
12172
12173 ;
12174 return 0;
12175}
12176_ACEOF
12177rm -f conftest.$ac_objext
12178if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12179 (eval $ac_compile) 2>conftest.er1
12180 ac_status=$?
12181 grep -v '^ *+' conftest.er1 >conftest.err
12182 rm -f conftest.er1
12183 cat conftest.err >&5
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); } &&
12186 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12188 (eval $ac_try) 2>&5
12189 ac_status=$?
12190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12191 (exit $ac_status); }; } &&
12192 { ac_try='test -s conftest.$ac_objext'
12193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12194 (eval $ac_try) 2>&5
12195 ac_status=$?
12196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12197 (exit $ac_status); }; }; then
12198 ac_hi=$ac_mid
12199else
12200 echo "$as_me: failed program was:" >&5
12201sed 's/^/| /' conftest.$ac_ext >&5
12202
12203ac_lo=`expr '(' $ac_mid ')' + 1`
12204fi
12205rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12206done
12207case $ac_lo in
12208?*) ac_cv_sizeof_short=$ac_lo;;
12209'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12210See \`config.log' for more details." >&5
12211echo "$as_me: error: cannot compute sizeof (short), 77
12212See \`config.log' for more details." >&2;}
12213 { (exit 1); exit 1; }; } ;;
12214esac
12215else
12216 if test "$cross_compiling" = yes; then
12217 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12218echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12219 { (exit 1); exit 1; }; }
12220else
12221 cat >conftest.$ac_ext <<_ACEOF
12222/* confdefs.h. */
12223_ACEOF
12224cat confdefs.h >>conftest.$ac_ext
12225cat >>conftest.$ac_ext <<_ACEOF
12226/* end confdefs.h. */
12227$ac_includes_default
12228long longval () { return (long) (sizeof (short)); }
12229unsigned long ulongval () { return (long) (sizeof (short)); }
12230#include <stdio.h>
7509#include <stdlib.h> 12231#include <stdlib.h>
7510EOF 12232int
7511if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12233main ()
7512 egrep "free" >/dev/null 2>&1; then 12234{
7513 : 12235
12236 FILE *f = fopen ("conftest.val", "w");
12237 if (! f)
12238 exit (1);
12239 if (((long) (sizeof (short))) < 0)
12240 {
12241 long i = longval ();
12242 if (i != ((long) (sizeof (short))))
12243 exit (1);
12244 fprintf (f, "%ld\n", i);
12245 }
7514else 12246 else
7515 rm -rf conftest* 12247 {
7516 ac_cv_header_stdc=no 12248 unsigned long i = ulongval ();
12249 if (i != ((long) (sizeof (short))))
12250 exit (1);
12251 fprintf (f, "%lu\n", i);
12252 }
12253 exit (ferror (f) || fclose (f) != 0);
12254
12255 ;
12256 return 0;
12257}
12258_ACEOF
12259rm -f conftest$ac_exeext
12260if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12261 (eval $ac_link) 2>&5
12262 ac_status=$?
12263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12264 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12266 (eval $ac_try) 2>&5
12267 ac_status=$?
12268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12269 (exit $ac_status); }; }; then
12270 ac_cv_sizeof_short=`cat conftest.val`
12271else
12272 echo "$as_me: program exited with status $ac_status" >&5
12273echo "$as_me: failed program was:" >&5
12274sed 's/^/| /' conftest.$ac_ext >&5
12275
12276( exit $ac_status )
12277{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12278See \`config.log' for more details." >&5
12279echo "$as_me: error: cannot compute sizeof (short), 77
12280See \`config.log' for more details." >&2;}
12281 { (exit 1); exit 1; }; }
7517fi 12282fi
12283rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12284fi
12285fi
7518rm -f conftest* 12286rm -f conftest.val
7519 12287else
12288 ac_cv_sizeof_short=0
7520fi 12289fi
12290fi
12291echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
12292echo "${ECHO_T}$ac_cv_sizeof_short" >&6
12293cat >>confdefs.h <<_ACEOF
12294#define SIZEOF_SHORT $ac_cv_sizeof_short
12295_ACEOF
7521 12296
12297
12298echo "$as_me:$LINENO: checking for int" >&5
12299echo $ECHO_N "checking for int... $ECHO_C" >&6
12300if test "${ac_cv_type_int+set}" = set; then
12301 echo $ECHO_N "(cached) $ECHO_C" >&6
12302else
12303 cat >conftest.$ac_ext <<_ACEOF
12304/* confdefs.h. */
12305_ACEOF
12306cat confdefs.h >>conftest.$ac_ext
12307cat >>conftest.$ac_ext <<_ACEOF
12308/* end confdefs.h. */
12309$ac_includes_default
12310int
12311main ()
12312{
12313if ((int *) 0)
12314 return 0;
12315if (sizeof (int))
12316 return 0;
12317 ;
12318 return 0;
12319}
12320_ACEOF
12321rm -f conftest.$ac_objext
12322if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12323 (eval $ac_compile) 2>conftest.er1
12324 ac_status=$?
12325 grep -v '^ *+' conftest.er1 >conftest.err
12326 rm -f conftest.er1
12327 cat conftest.err >&5
12328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12329 (exit $ac_status); } &&
12330 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12332 (eval $ac_try) 2>&5
12333 ac_status=$?
12334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12335 (exit $ac_status); }; } &&
12336 { ac_try='test -s conftest.$ac_objext'
12337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12338 (eval $ac_try) 2>&5
12339 ac_status=$?
12340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12341 (exit $ac_status); }; }; then
12342 ac_cv_type_int=yes
12343else
12344 echo "$as_me: failed program was:" >&5
12345sed 's/^/| /' conftest.$ac_ext >&5
12346
12347ac_cv_type_int=no
12348fi
12349rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12350fi
12351echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
12352echo "${ECHO_T}$ac_cv_type_int" >&6
12353
12354echo "$as_me:$LINENO: checking size of int" >&5
12355echo $ECHO_N "checking size of int... $ECHO_C" >&6
12356if test "${ac_cv_sizeof_int+set}" = set; then
12357 echo $ECHO_N "(cached) $ECHO_C" >&6
12358else
7522if test $ac_cv_header_stdc = yes; then 12359 if test "$ac_cv_type_int" = yes; then
7523 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 12360 # The cast to unsigned long works around a bug in the HP C Compiler
12361 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12362 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12363 # This bug is HP SR number 8606223364.
7524if test "$cross_compiling" = yes; then 12364 if test "$cross_compiling" = yes; then
7525 : 12365 # Depending upon the size, compute the lo and hi bounds.
12366cat >conftest.$ac_ext <<_ACEOF
12367/* confdefs.h. */
12368_ACEOF
12369cat confdefs.h >>conftest.$ac_ext
12370cat >>conftest.$ac_ext <<_ACEOF
12371/* end confdefs.h. */
12372$ac_includes_default
12373int
12374main ()
12375{
12376static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
12377test_array [0] = 0
12378
12379 ;
12380 return 0;
12381}
12382_ACEOF
12383rm -f conftest.$ac_objext
12384if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12385 (eval $ac_compile) 2>conftest.er1
12386 ac_status=$?
12387 grep -v '^ *+' conftest.er1 >conftest.err
12388 rm -f conftest.er1
12389 cat conftest.err >&5
12390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12391 (exit $ac_status); } &&
12392 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12394 (eval $ac_try) 2>&5
12395 ac_status=$?
12396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12397 (exit $ac_status); }; } &&
12398 { ac_try='test -s conftest.$ac_objext'
12399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12400 (eval $ac_try) 2>&5
12401 ac_status=$?
12402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12403 (exit $ac_status); }; }; then
12404 ac_lo=0 ac_mid=0
12405 while :; do
12406 cat >conftest.$ac_ext <<_ACEOF
12407/* confdefs.h. */
12408_ACEOF
12409cat confdefs.h >>conftest.$ac_ext
12410cat >>conftest.$ac_ext <<_ACEOF
12411/* end confdefs.h. */
12412$ac_includes_default
12413int
12414main ()
12415{
12416static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12417test_array [0] = 0
12418
12419 ;
12420 return 0;
12421}
12422_ACEOF
12423rm -f conftest.$ac_objext
12424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12425 (eval $ac_compile) 2>conftest.er1
12426 ac_status=$?
12427 grep -v '^ *+' conftest.er1 >conftest.err
12428 rm -f conftest.er1
12429 cat conftest.err >&5
12430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12431 (exit $ac_status); } &&
12432 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12434 (eval $ac_try) 2>&5
12435 ac_status=$?
12436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12437 (exit $ac_status); }; } &&
12438 { ac_try='test -s conftest.$ac_objext'
12439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12440 (eval $ac_try) 2>&5
12441 ac_status=$?
12442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12443 (exit $ac_status); }; }; then
12444 ac_hi=$ac_mid; break
7526else 12445else
12446 echo "$as_me: failed program was:" >&5
12447sed 's/^/| /' conftest.$ac_ext >&5
12448
12449ac_lo=`expr $ac_mid + 1`
12450 if test $ac_lo -le $ac_mid; then
12451 ac_lo= ac_hi=
12452 break
12453 fi
12454 ac_mid=`expr 2 '*' $ac_mid + 1`
12455fi
12456rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12457 done
12458else
12459 echo "$as_me: failed program was:" >&5
12460sed 's/^/| /' conftest.$ac_ext >&5
12461
12462cat >conftest.$ac_ext <<_ACEOF
12463/* confdefs.h. */
12464_ACEOF
12465cat confdefs.h >>conftest.$ac_ext
12466cat >>conftest.$ac_ext <<_ACEOF
12467/* end confdefs.h. */
12468$ac_includes_default
12469int
12470main ()
12471{
12472static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
12473test_array [0] = 0
12474
12475 ;
12476 return 0;
12477}
12478_ACEOF
12479rm -f conftest.$ac_objext
12480if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12481 (eval $ac_compile) 2>conftest.er1
12482 ac_status=$?
12483 grep -v '^ *+' conftest.er1 >conftest.err
12484 rm -f conftest.er1
12485 cat conftest.err >&5
12486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12487 (exit $ac_status); } &&
12488 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12490 (eval $ac_try) 2>&5
12491 ac_status=$?
12492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12493 (exit $ac_status); }; } &&
12494 { ac_try='test -s conftest.$ac_objext'
12495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12496 (eval $ac_try) 2>&5
12497 ac_status=$?
12498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12499 (exit $ac_status); }; }; then
12500 ac_hi=-1 ac_mid=-1
12501 while :; do
12502 cat >conftest.$ac_ext <<_ACEOF
12503/* confdefs.h. */
12504_ACEOF
12505cat confdefs.h >>conftest.$ac_ext
12506cat >>conftest.$ac_ext <<_ACEOF
12507/* end confdefs.h. */
12508$ac_includes_default
12509int
12510main ()
12511{
12512static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
12513test_array [0] = 0
12514
12515 ;
12516 return 0;
12517}
12518_ACEOF
12519rm -f conftest.$ac_objext
12520if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12521 (eval $ac_compile) 2>conftest.er1
12522 ac_status=$?
12523 grep -v '^ *+' conftest.er1 >conftest.err
12524 rm -f conftest.er1
12525 cat conftest.err >&5
12526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12527 (exit $ac_status); } &&
12528 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12530 (eval $ac_try) 2>&5
12531 ac_status=$?
12532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12533 (exit $ac_status); }; } &&
12534 { ac_try='test -s conftest.$ac_objext'
12535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12536 (eval $ac_try) 2>&5
12537 ac_status=$?
12538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539 (exit $ac_status); }; }; then
12540 ac_lo=$ac_mid; break
12541else
12542 echo "$as_me: failed program was:" >&5
12543sed 's/^/| /' conftest.$ac_ext >&5
12544
12545ac_hi=`expr '(' $ac_mid ')' - 1`
12546 if test $ac_mid -le $ac_hi; then
12547 ac_lo= ac_hi=
12548 break
12549 fi
12550 ac_mid=`expr 2 '*' $ac_mid`
12551fi
12552rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12553 done
12554else
12555 echo "$as_me: failed program was:" >&5
12556sed 's/^/| /' conftest.$ac_ext >&5
12557
12558ac_lo= ac_hi=
12559fi
12560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12561fi
12562rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12563# Binary search between lo and hi bounds.
12564while test "x$ac_lo" != "x$ac_hi"; do
12565 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7527 cat > conftest.$ac_ext <<EOF 12566 cat >conftest.$ac_ext <<_ACEOF
7528#line 7529 "configure" 12567/* confdefs.h. */
7529#include "confdefs.h" 12568_ACEOF
7530#include <ctype.h> 12569cat confdefs.h >>conftest.$ac_ext
7531#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12570cat >>conftest.$ac_ext <<_ACEOF
7532#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12571/* end confdefs.h. */
7533#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12572$ac_includes_default
7534int main () { int i; for (i = 0; i < 256; i++) 12573int
7535if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12574main ()
7536exit (0); } 12575{
12576static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12577test_array [0] = 0
7537 12578
7538EOF 12579 ;
7539if { (eval echo configure:7540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12580 return 0;
7540then 12581}
7541 : 12582_ACEOF
12583rm -f conftest.$ac_objext
12584if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12585 (eval $ac_compile) 2>conftest.er1
12586 ac_status=$?
12587 grep -v '^ *+' conftest.er1 >conftest.err
12588 rm -f conftest.er1
12589 cat conftest.err >&5
12590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12591 (exit $ac_status); } &&
12592 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12594 (eval $ac_try) 2>&5
12595 ac_status=$?
12596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12597 (exit $ac_status); }; } &&
12598 { ac_try='test -s conftest.$ac_objext'
12599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12600 (eval $ac_try) 2>&5
12601 ac_status=$?
12602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12603 (exit $ac_status); }; }; then
12604 ac_hi=$ac_mid
7542else 12605else
7543 echo "configure: failed program was:" >&5 12606 echo "$as_me: failed program was:" >&5
7544 cat conftest.$ac_ext >&5 12607sed 's/^/| /' conftest.$ac_ext >&5
7545 rm -fr conftest*
7546 ac_cv_header_stdc=no
7547fi
7548rm -fr conftest*
7549fi
7550 12608
12609ac_lo=`expr '(' $ac_mid ')' + 1`
7551fi 12610fi
7552fi 12611rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7553 12612done
7554echo "$ac_t""$ac_cv_header_stdc" 1>&6 12613case $ac_lo in
7555if test $ac_cv_header_stdc = yes; then 12614?*) ac_cv_sizeof_int=$ac_lo;;
7556 cat >> confdefs.h <<\EOF 12615'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7557#define STDC_HEADERS 1 12616See \`config.log' for more details." >&5
7558EOF 12617echo "$as_me: error: cannot compute sizeof (int), 77
7559 12618See \`config.log' for more details." >&2;}
7560fi 12619 { (exit 1); exit 1; }; } ;;
7561 12620esac
7562echo $ac_n "checking for mode_t""... $ac_c" 1>&6
7563echo "configure:7564: checking for mode_t" >&5
7564if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
7565 echo $ac_n "(cached) $ac_c" 1>&6
7566else 12621else
12622 if test "$cross_compiling" = yes; then
12623 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12624echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12625 { (exit 1); exit 1; }; }
12626else
7567 cat > conftest.$ac_ext <<EOF 12627 cat >conftest.$ac_ext <<_ACEOF
7568#line 7569 "configure" 12628/* confdefs.h. */
7569#include "confdefs.h" 12629_ACEOF
12630cat confdefs.h >>conftest.$ac_ext
12631cat >>conftest.$ac_ext <<_ACEOF
12632/* end confdefs.h. */
12633$ac_includes_default
12634long longval () { return (long) (sizeof (int)); }
12635unsigned long ulongval () { return (long) (sizeof (int)); }
7570#include <sys/types.h> 12636#include <stdio.h>
7571#if STDC_HEADERS
7572#include <stdlib.h> 12637#include <stdlib.h>
7573#include <stddef.h> 12638int
7574#endif 12639main ()
7575EOF 12640{
7576if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12641
7577 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 12642 FILE *f = fopen ("conftest.val", "w");
7578 rm -rf conftest* 12643 if (! f)
7579 ac_cv_type_mode_t=yes 12644 exit (1);
12645 if (((long) (sizeof (int))) < 0)
12646 {
12647 long i = longval ();
12648 if (i != ((long) (sizeof (int))))
12649 exit (1);
12650 fprintf (f, "%ld\n", i);
12651 }
7580else 12652 else
7581 rm -rf conftest* 12653 {
7582 ac_cv_type_mode_t=no 12654 unsigned long i = ulongval ();
12655 if (i != ((long) (sizeof (int))))
12656 exit (1);
12657 fprintf (f, "%lu\n", i);
12658 }
12659 exit (ferror (f) || fclose (f) != 0);
12660
12661 ;
12662 return 0;
12663}
12664_ACEOF
12665rm -f conftest$ac_exeext
12666if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12667 (eval $ac_link) 2>&5
12668 ac_status=$?
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12672 (eval $ac_try) 2>&5
12673 ac_status=$?
12674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12675 (exit $ac_status); }; }; then
12676 ac_cv_sizeof_int=`cat conftest.val`
12677else
12678 echo "$as_me: program exited with status $ac_status" >&5
12679echo "$as_me: failed program was:" >&5
12680sed 's/^/| /' conftest.$ac_ext >&5
12681
12682( exit $ac_status )
12683{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
12684See \`config.log' for more details." >&5
12685echo "$as_me: error: cannot compute sizeof (int), 77
12686See \`config.log' for more details." >&2;}
12687 { (exit 1); exit 1; }; }
7583fi 12688fi
12689rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12690fi
12691fi
7584rm -f conftest* 12692rm -f conftest.val
7585 12693else
12694 ac_cv_sizeof_int=0
7586fi 12695fi
7587echo "$ac_t""$ac_cv_type_mode_t" 1>&6 12696fi
7588if test $ac_cv_type_mode_t = no; then 12697echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
12698echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7589 cat >> confdefs.h <<\EOF 12699cat >>confdefs.h <<_ACEOF
7590#define mode_t int 12700#define SIZEOF_INT $ac_cv_sizeof_int
7591EOF 12701_ACEOF
7592 12702
7593fi
7594 12703
7595echo $ac_n "checking for pid_t""... $ac_c" 1>&6 12704echo "$as_me:$LINENO: checking for long" >&5
7596echo "configure:7597: checking for pid_t" >&5 12705echo $ECHO_N "checking for long... $ECHO_C" >&6
7597if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 12706if test "${ac_cv_type_long+set}" = set; then
7598 echo $ac_n "(cached) $ac_c" 1>&6 12707 echo $ECHO_N "(cached) $ECHO_C" >&6
7599else 12708else
7600 cat > conftest.$ac_ext <<EOF 12709 cat >conftest.$ac_ext <<_ACEOF
7601#line 7602 "configure" 12710/* confdefs.h. */
7602#include "confdefs.h" 12711_ACEOF
12712cat confdefs.h >>conftest.$ac_ext
12713cat >>conftest.$ac_ext <<_ACEOF
12714/* end confdefs.h. */
12715$ac_includes_default
12716int
12717main ()
12718{
12719if ((long *) 0)
12720 return 0;
12721if (sizeof (long))
12722 return 0;
12723 ;
12724 return 0;
12725}
12726_ACEOF
12727rm -f conftest.$ac_objext
12728if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12729 (eval $ac_compile) 2>conftest.er1
12730 ac_status=$?
12731 grep -v '^ *+' conftest.er1 >conftest.err
12732 rm -f conftest.er1
12733 cat conftest.err >&5
12734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12735 (exit $ac_status); } &&
12736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12738 (eval $ac_try) 2>&5
12739 ac_status=$?
12740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12741 (exit $ac_status); }; } &&
12742 { ac_try='test -s conftest.$ac_objext'
12743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12744 (eval $ac_try) 2>&5
12745 ac_status=$?
12746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12747 (exit $ac_status); }; }; then
12748 ac_cv_type_long=yes
12749else
12750 echo "$as_me: failed program was:" >&5
12751sed 's/^/| /' conftest.$ac_ext >&5
12752
12753ac_cv_type_long=no
12754fi
12755rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12756fi
12757echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12758echo "${ECHO_T}$ac_cv_type_long" >&6
12759
12760echo "$as_me:$LINENO: checking size of long" >&5
12761echo $ECHO_N "checking size of long... $ECHO_C" >&6
12762if test "${ac_cv_sizeof_long+set}" = set; then
12763 echo $ECHO_N "(cached) $ECHO_C" >&6
12764else
12765 if test "$ac_cv_type_long" = yes; then
12766 # The cast to unsigned long works around a bug in the HP C Compiler
12767 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12768 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12769 # This bug is HP SR number 8606223364.
12770 if test "$cross_compiling" = yes; then
12771 # Depending upon the size, compute the lo and hi bounds.
12772cat >conftest.$ac_ext <<_ACEOF
12773/* confdefs.h. */
12774_ACEOF
12775cat confdefs.h >>conftest.$ac_ext
12776cat >>conftest.$ac_ext <<_ACEOF
12777/* end confdefs.h. */
12778$ac_includes_default
12779int
12780main ()
12781{
12782static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12783test_array [0] = 0
12784
12785 ;
12786 return 0;
12787}
12788_ACEOF
12789rm -f conftest.$ac_objext
12790if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12791 (eval $ac_compile) 2>conftest.er1
12792 ac_status=$?
12793 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1
12795 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5
12801 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } &&
12804 { ac_try='test -s conftest.$ac_objext'
12805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12806 (eval $ac_try) 2>&5
12807 ac_status=$?
12808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12809 (exit $ac_status); }; }; then
12810 ac_lo=0 ac_mid=0
12811 while :; do
12812 cat >conftest.$ac_ext <<_ACEOF
12813/* confdefs.h. */
12814_ACEOF
12815cat confdefs.h >>conftest.$ac_ext
12816cat >>conftest.$ac_ext <<_ACEOF
12817/* end confdefs.h. */
12818$ac_includes_default
12819int
12820main ()
12821{
12822static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12823test_array [0] = 0
12824
12825 ;
12826 return 0;
12827}
12828_ACEOF
12829rm -f conftest.$ac_objext
12830if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12831 (eval $ac_compile) 2>conftest.er1
12832 ac_status=$?
12833 grep -v '^ *+' conftest.er1 >conftest.err
12834 rm -f conftest.er1
12835 cat conftest.err >&5
12836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12837 (exit $ac_status); } &&
12838 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12840 (eval $ac_try) 2>&5
12841 ac_status=$?
12842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12843 (exit $ac_status); }; } &&
12844 { ac_try='test -s conftest.$ac_objext'
12845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12846 (eval $ac_try) 2>&5
12847 ac_status=$?
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); }; }; then
12850 ac_hi=$ac_mid; break
12851else
12852 echo "$as_me: failed program was:" >&5
12853sed 's/^/| /' conftest.$ac_ext >&5
12854
12855ac_lo=`expr $ac_mid + 1`
12856 if test $ac_lo -le $ac_mid; then
12857 ac_lo= ac_hi=
12858 break
12859 fi
12860 ac_mid=`expr 2 '*' $ac_mid + 1`
12861fi
12862rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12863 done
12864else
12865 echo "$as_me: failed program was:" >&5
12866sed 's/^/| /' conftest.$ac_ext >&5
12867
12868cat >conftest.$ac_ext <<_ACEOF
12869/* confdefs.h. */
12870_ACEOF
12871cat confdefs.h >>conftest.$ac_ext
12872cat >>conftest.$ac_ext <<_ACEOF
12873/* end confdefs.h. */
12874$ac_includes_default
12875int
12876main ()
12877{
12878static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12879test_array [0] = 0
12880
12881 ;
12882 return 0;
12883}
12884_ACEOF
12885rm -f conftest.$ac_objext
12886if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12887 (eval $ac_compile) 2>conftest.er1
12888 ac_status=$?
12889 grep -v '^ *+' conftest.er1 >conftest.err
12890 rm -f conftest.er1
12891 cat conftest.err >&5
12892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12893 (exit $ac_status); } &&
12894 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12896 (eval $ac_try) 2>&5
12897 ac_status=$?
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); }; } &&
12900 { ac_try='test -s conftest.$ac_objext'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5
12903 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; }; then
12906 ac_hi=-1 ac_mid=-1
12907 while :; do
12908 cat >conftest.$ac_ext <<_ACEOF
12909/* confdefs.h. */
12910_ACEOF
12911cat confdefs.h >>conftest.$ac_ext
12912cat >>conftest.$ac_ext <<_ACEOF
12913/* end confdefs.h. */
12914$ac_includes_default
12915int
12916main ()
12917{
12918static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12919test_array [0] = 0
12920
12921 ;
12922 return 0;
12923}
12924_ACEOF
12925rm -f conftest.$ac_objext
12926if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12927 (eval $ac_compile) 2>conftest.er1
12928 ac_status=$?
12929 grep -v '^ *+' conftest.er1 >conftest.err
12930 rm -f conftest.er1
12931 cat conftest.err >&5
12932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12933 (exit $ac_status); } &&
12934 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12936 (eval $ac_try) 2>&5
12937 ac_status=$?
12938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12939 (exit $ac_status); }; } &&
12940 { ac_try='test -s conftest.$ac_objext'
12941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12942 (eval $ac_try) 2>&5
12943 ac_status=$?
12944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12945 (exit $ac_status); }; }; then
12946 ac_lo=$ac_mid; break
12947else
12948 echo "$as_me: failed program was:" >&5
12949sed 's/^/| /' conftest.$ac_ext >&5
12950
12951ac_hi=`expr '(' $ac_mid ')' - 1`
12952 if test $ac_mid -le $ac_hi; then
12953 ac_lo= ac_hi=
12954 break
12955 fi
12956 ac_mid=`expr 2 '*' $ac_mid`
12957fi
12958rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12959 done
12960else
12961 echo "$as_me: failed program was:" >&5
12962sed 's/^/| /' conftest.$ac_ext >&5
12963
12964ac_lo= ac_hi=
12965fi
12966rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12967fi
12968rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12969# Binary search between lo and hi bounds.
12970while test "x$ac_lo" != "x$ac_hi"; do
12971 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12972 cat >conftest.$ac_ext <<_ACEOF
12973/* confdefs.h. */
12974_ACEOF
12975cat confdefs.h >>conftest.$ac_ext
12976cat >>conftest.$ac_ext <<_ACEOF
12977/* end confdefs.h. */
12978$ac_includes_default
12979int
12980main ()
12981{
12982static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12983test_array [0] = 0
12984
12985 ;
12986 return 0;
12987}
12988_ACEOF
12989rm -f conftest.$ac_objext
12990if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12991 (eval $ac_compile) 2>conftest.er1
12992 ac_status=$?
12993 grep -v '^ *+' conftest.er1 >conftest.err
12994 rm -f conftest.er1
12995 cat conftest.err >&5
12996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12997 (exit $ac_status); } &&
12998 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13000 (eval $ac_try) 2>&5
13001 ac_status=$?
13002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13003 (exit $ac_status); }; } &&
13004 { ac_try='test -s conftest.$ac_objext'
13005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13006 (eval $ac_try) 2>&5
13007 ac_status=$?
13008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13009 (exit $ac_status); }; }; then
13010 ac_hi=$ac_mid
13011else
13012 echo "$as_me: failed program was:" >&5
13013sed 's/^/| /' conftest.$ac_ext >&5
13014
13015ac_lo=`expr '(' $ac_mid ')' + 1`
13016fi
13017rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13018done
13019case $ac_lo in
13020?*) ac_cv_sizeof_long=$ac_lo;;
13021'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13022See \`config.log' for more details." >&5
13023echo "$as_me: error: cannot compute sizeof (long), 77
13024See \`config.log' for more details." >&2;}
13025 { (exit 1); exit 1; }; } ;;
13026esac
13027else
13028 if test "$cross_compiling" = yes; then
13029 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13030echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13031 { (exit 1); exit 1; }; }
13032else
13033 cat >conftest.$ac_ext <<_ACEOF
13034/* confdefs.h. */
13035_ACEOF
13036cat confdefs.h >>conftest.$ac_ext
13037cat >>conftest.$ac_ext <<_ACEOF
13038/* end confdefs.h. */
13039$ac_includes_default
13040long longval () { return (long) (sizeof (long)); }
13041unsigned long ulongval () { return (long) (sizeof (long)); }
7603#include <sys/types.h> 13042#include <stdio.h>
7604#if STDC_HEADERS
7605#include <stdlib.h> 13043#include <stdlib.h>
7606#include <stddef.h> 13044int
7607#endif 13045main ()
7608EOF 13046{
7609if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13047
7610 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 13048 FILE *f = fopen ("conftest.val", "w");
7611 rm -rf conftest* 13049 if (! f)
7612 ac_cv_type_pid_t=yes 13050 exit (1);
13051 if (((long) (sizeof (long))) < 0)
13052 {
13053 long i = longval ();
13054 if (i != ((long) (sizeof (long))))
13055 exit (1);
13056 fprintf (f, "%ld\n", i);
13057 }
7613else 13058 else
7614 rm -rf conftest* 13059 {
7615 ac_cv_type_pid_t=no 13060 unsigned long i = ulongval ();
13061 if (i != ((long) (sizeof (long))))
13062 exit (1);
13063 fprintf (f, "%lu\n", i);
13064 }
13065 exit (ferror (f) || fclose (f) != 0);
13066
13067 ;
13068 return 0;
13069}
13070_ACEOF
13071rm -f conftest$ac_exeext
13072if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13073 (eval $ac_link) 2>&5
13074 ac_status=$?
13075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13076 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13078 (eval $ac_try) 2>&5
13079 ac_status=$?
13080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13081 (exit $ac_status); }; }; then
13082 ac_cv_sizeof_long=`cat conftest.val`
13083else
13084 echo "$as_me: program exited with status $ac_status" >&5
13085echo "$as_me: failed program was:" >&5
13086sed 's/^/| /' conftest.$ac_ext >&5
13087
13088( exit $ac_status )
13089{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13090See \`config.log' for more details." >&5
13091echo "$as_me: error: cannot compute sizeof (long), 77
13092See \`config.log' for more details." >&2;}
13093 { (exit 1); exit 1; }; }
7616fi 13094fi
13095rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13096fi
13097fi
7617rm -f conftest* 13098rm -f conftest.val
7618 13099else
13100 ac_cv_sizeof_long=0
7619fi 13101fi
7620echo "$ac_t""$ac_cv_type_pid_t" 1>&6 13102fi
7621if test $ac_cv_type_pid_t = no; then 13103echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13104echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7622 cat >> confdefs.h <<\EOF 13105cat >>confdefs.h <<_ACEOF
7623#define pid_t int 13106#define SIZEOF_LONG $ac_cv_sizeof_long
7624EOF 13107_ACEOF
7625 13108
7626fi
7627 13109
7628echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 13110echo "$as_me:$LINENO: checking for long long" >&5
7629echo "configure:7630: checking for uid_t in sys/types.h" >&5 13111echo $ECHO_N "checking for long long... $ECHO_C" >&6
7630if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 13112if test "${ac_cv_type_long_long+set}" = set; then
7631 echo $ac_n "(cached) $ac_c" 1>&6 13113 echo $ECHO_N "(cached) $ECHO_C" >&6
7632else 13114else
7633 cat > conftest.$ac_ext <<EOF 13115 cat >conftest.$ac_ext <<_ACEOF
7634#line 7635 "configure" 13116/* confdefs.h. */
7635#include "confdefs.h" 13117_ACEOF
7636#include <sys/types.h> 13118cat confdefs.h >>conftest.$ac_ext
7637EOF 13119cat >>conftest.$ac_ext <<_ACEOF
7638if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13120/* end confdefs.h. */
7639 egrep "uid_t" >/dev/null 2>&1; then 13121$ac_includes_default
13122int
13123main ()
13124{
13125if ((long long *) 0)
13126 return 0;
13127if (sizeof (long long))
13128 return 0;
13129 ;
13130 return 0;
13131}
13132_ACEOF
13133rm -f conftest.$ac_objext
13134if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13135 (eval $ac_compile) 2>conftest.er1
13136 ac_status=$?
13137 grep -v '^ *+' conftest.er1 >conftest.err
7640 rm -rf conftest* 13138 rm -f conftest.er1
13139 cat conftest.err >&5
13140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13141 (exit $ac_status); } &&
13142 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13144 (eval $ac_try) 2>&5
13145 ac_status=$?
13146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13147 (exit $ac_status); }; } &&
13148 { ac_try='test -s conftest.$ac_objext'
13149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13150 (eval $ac_try) 2>&5
13151 ac_status=$?
13152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13153 (exit $ac_status); }; }; then
7641 ac_cv_type_uid_t=yes 13154 ac_cv_type_long_long=yes
7642else 13155else
7643 rm -rf conftest* 13156 echo "$as_me: failed program was:" >&5
7644 ac_cv_type_uid_t=no 13157sed 's/^/| /' conftest.$ac_ext >&5
7645fi
7646rm -f conftest*
7647 13158
13159ac_cv_type_long_long=no
7648fi 13160fi
7649 13161rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7650echo "$ac_t""$ac_cv_type_uid_t" 1>&6
7651if test $ac_cv_type_uid_t = no; then
7652 cat >> confdefs.h <<\EOF
7653#define uid_t int
7654EOF
7655
7656 cat >> confdefs.h <<\EOF
7657#define gid_t int
7658EOF
7659
7660fi 13162fi
13163echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
13164echo "${ECHO_T}$ac_cv_type_long_long" >&6
7661 13165
7662 13166echo "$as_me:$LINENO: checking size of long long" >&5
7663 13167echo $ECHO_N "checking size of long long... $ECHO_C" >&6
7664echo $ac_n "checking size of char""... $ac_c" 1>&6 13168if test "${ac_cv_sizeof_long_long+set}" = set; then
7665echo "configure:7666: checking size of char" >&5
7666if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
7667 echo $ac_n "(cached) $ac_c" 1>&6 13169 echo $ECHO_N "(cached) $ECHO_C" >&6
7668else 13170else
13171 if test "$ac_cv_type_long_long" = yes; then
13172 # The cast to unsigned long works around a bug in the HP C Compiler
13173 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13174 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13175 # This bug is HP SR number 8606223364.
7669 if test "$cross_compiling" = yes; then 13176 if test "$cross_compiling" = yes; then
7670 ac_cv_sizeof_char=1 13177 # Depending upon the size, compute the lo and hi bounds.
13178cat >conftest.$ac_ext <<_ACEOF
13179/* confdefs.h. */
13180_ACEOF
13181cat confdefs.h >>conftest.$ac_ext
13182cat >>conftest.$ac_ext <<_ACEOF
13183/* end confdefs.h. */
13184$ac_includes_default
13185int
13186main ()
13187{
13188static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
13189test_array [0] = 0
13190
13191 ;
13192 return 0;
13193}
13194_ACEOF
13195rm -f conftest.$ac_objext
13196if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13197 (eval $ac_compile) 2>conftest.er1
13198 ac_status=$?
13199 grep -v '^ *+' conftest.er1 >conftest.err
13200 rm -f conftest.er1
13201 cat conftest.err >&5
13202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13203 (exit $ac_status); } &&
13204 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13206 (eval $ac_try) 2>&5
13207 ac_status=$?
13208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13209 (exit $ac_status); }; } &&
13210 { ac_try='test -s conftest.$ac_objext'
13211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13212 (eval $ac_try) 2>&5
13213 ac_status=$?
13214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13215 (exit $ac_status); }; }; then
13216 ac_lo=0 ac_mid=0
13217 while :; do
13218 cat >conftest.$ac_ext <<_ACEOF
13219/* confdefs.h. */
13220_ACEOF
13221cat confdefs.h >>conftest.$ac_ext
13222cat >>conftest.$ac_ext <<_ACEOF
13223/* end confdefs.h. */
13224$ac_includes_default
13225int
13226main ()
13227{
13228static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13229test_array [0] = 0
13230
13231 ;
13232 return 0;
13233}
13234_ACEOF
13235rm -f conftest.$ac_objext
13236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13237 (eval $ac_compile) 2>conftest.er1
13238 ac_status=$?
13239 grep -v '^ *+' conftest.er1 >conftest.err
13240 rm -f conftest.er1
13241 cat conftest.err >&5
13242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13243 (exit $ac_status); } &&
13244 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13246 (eval $ac_try) 2>&5
13247 ac_status=$?
13248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13249 (exit $ac_status); }; } &&
13250 { ac_try='test -s conftest.$ac_objext'
13251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13252 (eval $ac_try) 2>&5
13253 ac_status=$?
13254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13255 (exit $ac_status); }; }; then
13256 ac_hi=$ac_mid; break
7671else 13257else
13258 echo "$as_me: failed program was:" >&5
13259sed 's/^/| /' conftest.$ac_ext >&5
13260
13261ac_lo=`expr $ac_mid + 1`
13262 if test $ac_lo -le $ac_mid; then
13263 ac_lo= ac_hi=
13264 break
13265 fi
13266 ac_mid=`expr 2 '*' $ac_mid + 1`
13267fi
13268rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13269 done
13270else
13271 echo "$as_me: failed program was:" >&5
13272sed 's/^/| /' conftest.$ac_ext >&5
13273
13274cat >conftest.$ac_ext <<_ACEOF
13275/* confdefs.h. */
13276_ACEOF
13277cat confdefs.h >>conftest.$ac_ext
13278cat >>conftest.$ac_ext <<_ACEOF
13279/* end confdefs.h. */
13280$ac_includes_default
13281int
13282main ()
13283{
13284static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
13285test_array [0] = 0
13286
13287 ;
13288 return 0;
13289}
13290_ACEOF
13291rm -f conftest.$ac_objext
13292if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13293 (eval $ac_compile) 2>conftest.er1
13294 ac_status=$?
13295 grep -v '^ *+' conftest.er1 >conftest.err
13296 rm -f conftest.er1
13297 cat conftest.err >&5
13298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13299 (exit $ac_status); } &&
13300 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13302 (eval $ac_try) 2>&5
13303 ac_status=$?
13304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13305 (exit $ac_status); }; } &&
13306 { ac_try='test -s conftest.$ac_objext'
13307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13308 (eval $ac_try) 2>&5
13309 ac_status=$?
13310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13311 (exit $ac_status); }; }; then
13312 ac_hi=-1 ac_mid=-1
13313 while :; do
13314 cat >conftest.$ac_ext <<_ACEOF
13315/* confdefs.h. */
13316_ACEOF
13317cat confdefs.h >>conftest.$ac_ext
13318cat >>conftest.$ac_ext <<_ACEOF
13319/* end confdefs.h. */
13320$ac_includes_default
13321int
13322main ()
13323{
13324static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
13325test_array [0] = 0
13326
13327 ;
13328 return 0;
13329}
13330_ACEOF
13331rm -f conftest.$ac_objext
13332if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13333 (eval $ac_compile) 2>conftest.er1
13334 ac_status=$?
13335 grep -v '^ *+' conftest.er1 >conftest.err
13336 rm -f conftest.er1
13337 cat conftest.err >&5
13338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13339 (exit $ac_status); } &&
13340 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13342 (eval $ac_try) 2>&5
13343 ac_status=$?
13344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13345 (exit $ac_status); }; } &&
13346 { ac_try='test -s conftest.$ac_objext'
13347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13348 (eval $ac_try) 2>&5
13349 ac_status=$?
13350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13351 (exit $ac_status); }; }; then
13352 ac_lo=$ac_mid; break
13353else
13354 echo "$as_me: failed program was:" >&5
13355sed 's/^/| /' conftest.$ac_ext >&5
13356
13357ac_hi=`expr '(' $ac_mid ')' - 1`
13358 if test $ac_mid -le $ac_hi; then
13359 ac_lo= ac_hi=
13360 break
13361 fi
13362 ac_mid=`expr 2 '*' $ac_mid`
13363fi
13364rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13365 done
13366else
13367 echo "$as_me: failed program was:" >&5
13368sed 's/^/| /' conftest.$ac_ext >&5
13369
13370ac_lo= ac_hi=
13371fi
13372rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13373fi
13374rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13375# Binary search between lo and hi bounds.
13376while test "x$ac_lo" != "x$ac_hi"; do
13377 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7672 cat > conftest.$ac_ext <<EOF 13378 cat >conftest.$ac_ext <<_ACEOF
7673#line 7674 "configure" 13379/* confdefs.h. */
7674#include "confdefs.h" 13380_ACEOF
13381cat confdefs.h >>conftest.$ac_ext
13382cat >>conftest.$ac_ext <<_ACEOF
13383/* end confdefs.h. */
13384$ac_includes_default
13385int
13386main ()
13387{
13388static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13389test_array [0] = 0
13390
13391 ;
13392 return 0;
13393}
13394_ACEOF
13395rm -f conftest.$ac_objext
13396if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13397 (eval $ac_compile) 2>conftest.er1
13398 ac_status=$?
13399 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1
13401 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5
13407 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } &&
13410 { ac_try='test -s conftest.$ac_objext'
13411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13412 (eval $ac_try) 2>&5
13413 ac_status=$?
13414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13415 (exit $ac_status); }; }; then
13416 ac_hi=$ac_mid
13417else
13418 echo "$as_me: failed program was:" >&5
13419sed 's/^/| /' conftest.$ac_ext >&5
13420
13421ac_lo=`expr '(' $ac_mid ')' + 1`
13422fi
13423rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13424done
13425case $ac_lo in
13426?*) ac_cv_sizeof_long_long=$ac_lo;;
13427'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13428See \`config.log' for more details." >&5
13429echo "$as_me: error: cannot compute sizeof (long long), 77
13430See \`config.log' for more details." >&2;}
13431 { (exit 1); exit 1; }; } ;;
13432esac
13433else
13434 if test "$cross_compiling" = yes; then
13435 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13436echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13437 { (exit 1); exit 1; }; }
13438else
13439 cat >conftest.$ac_ext <<_ACEOF
13440/* confdefs.h. */
13441_ACEOF
13442cat confdefs.h >>conftest.$ac_ext
13443cat >>conftest.$ac_ext <<_ACEOF
13444/* end confdefs.h. */
13445$ac_includes_default
13446long longval () { return (long) (sizeof (long long)); }
13447unsigned long ulongval () { return (long) (sizeof (long long)); }
7675#include <stdio.h> 13448#include <stdio.h>
7676#include <sys/types.h> 13449#include <stdlib.h>
13450int
7677main() 13451main ()
7678{ 13452{
13453
7679 FILE *f=fopen("conftestval", "w"); 13454 FILE *f = fopen ("conftest.val", "w");
7680 if (!f) exit(1); 13455 if (! f)
7681 fprintf(f, "%d\n", sizeof(char));
7682 exit(0); 13456 exit (1);
13457 if (((long) (sizeof (long long))) < 0)
13458 {
13459 long i = longval ();
13460 if (i != ((long) (sizeof (long long))))
13461 exit (1);
13462 fprintf (f, "%ld\n", i);
13463 }
13464 else
13465 {
13466 unsigned long i = ulongval ();
13467 if (i != ((long) (sizeof (long long))))
13468 exit (1);
13469 fprintf (f, "%lu\n", i);
13470 }
13471 exit (ferror (f) || fclose (f) != 0);
13472
13473 ;
13474 return 0;
7683} 13475}
7684EOF 13476_ACEOF
7685if { (eval echo configure:7686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13477rm -f conftest$ac_exeext
7686then 13478if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13479 (eval $ac_link) 2>&5
13480 ac_status=$?
13481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13482 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13484 (eval $ac_try) 2>&5
13485 ac_status=$?
13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); }; }; then
7687 ac_cv_sizeof_char=`cat conftestval` 13488 ac_cv_sizeof_long_long=`cat conftest.val`
7688else 13489else
13490 echo "$as_me: program exited with status $ac_status" >&5
7689 echo "configure: failed program was:" >&5 13491echo "$as_me: failed program was:" >&5
7690 cat conftest.$ac_ext >&5 13492sed 's/^/| /' conftest.$ac_ext >&5
7691 rm -fr conftest* 13493
7692 ac_cv_sizeof_char=0 13494( exit $ac_status )
13495{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13496See \`config.log' for more details." >&5
13497echo "$as_me: error: cannot compute sizeof (long long), 77
13498See \`config.log' for more details." >&2;}
13499 { (exit 1); exit 1; }; }
7693fi 13500fi
13501rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13502fi
13503fi
7694rm -fr conftest* 13504rm -f conftest.val
13505else
13506 ac_cv_sizeof_long_long=0
7695fi 13507fi
7696
7697fi 13508fi
7698echo "$ac_t""$ac_cv_sizeof_char" 1>&6 13509echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
13510echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
7699cat >> confdefs.h <<EOF 13511cat >>confdefs.h <<_ACEOF
7700#define SIZEOF_CHAR $ac_cv_sizeof_char 13512#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7701EOF 13513_ACEOF
7702 13514
7703 13515
7704echo $ac_n "checking size of short""... $ac_c" 1>&6 13516echo "$as_me:$LINENO: checking for int *" >&5
7705echo "configure:7706: checking size of short" >&5 13517echo $ECHO_N "checking for int *... $ECHO_C" >&6
7706if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13518if test "${ac_cv_type_int_p+set}" = set; then
7707 echo $ac_n "(cached) $ac_c" 1>&6 13519 echo $ECHO_N "(cached) $ECHO_C" >&6
7708else 13520else
13521 cat >conftest.$ac_ext <<_ACEOF
13522/* confdefs.h. */
13523_ACEOF
13524cat confdefs.h >>conftest.$ac_ext
13525cat >>conftest.$ac_ext <<_ACEOF
13526/* end confdefs.h. */
13527$ac_includes_default
13528int
13529main ()
13530{
13531if ((int * *) 0)
13532 return 0;
13533if (sizeof (int *))
13534 return 0;
13535 ;
13536 return 0;
13537}
13538_ACEOF
13539rm -f conftest.$ac_objext
13540if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13541 (eval $ac_compile) 2>conftest.er1
13542 ac_status=$?
13543 grep -v '^ *+' conftest.er1 >conftest.err
13544 rm -f conftest.er1
13545 cat conftest.err >&5
13546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13547 (exit $ac_status); } &&
13548 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13550 (eval $ac_try) 2>&5
13551 ac_status=$?
13552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13553 (exit $ac_status); }; } &&
13554 { ac_try='test -s conftest.$ac_objext'
13555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13556 (eval $ac_try) 2>&5
13557 ac_status=$?
13558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13559 (exit $ac_status); }; }; then
13560 ac_cv_type_int_p=yes
13561else
13562 echo "$as_me: failed program was:" >&5
13563sed 's/^/| /' conftest.$ac_ext >&5
13564
13565ac_cv_type_int_p=no
13566fi
13567rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13568fi
13569echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
13570echo "${ECHO_T}$ac_cv_type_int_p" >&6
13571
13572echo "$as_me:$LINENO: checking size of int *" >&5
13573echo $ECHO_N "checking size of int *... $ECHO_C" >&6
13574if test "${ac_cv_sizeof_int_p+set}" = set; then
13575 echo $ECHO_N "(cached) $ECHO_C" >&6
13576else
13577 if test "$ac_cv_type_int_p" = yes; then
13578 # The cast to unsigned long works around a bug in the HP C Compiler
13579 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13580 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13581 # This bug is HP SR number 8606223364.
7709 if test "$cross_compiling" = yes; then 13582 if test "$cross_compiling" = yes; then
7710 ac_cv_sizeof_short=2 13583 # Depending upon the size, compute the lo and hi bounds.
13584cat >conftest.$ac_ext <<_ACEOF
13585/* confdefs.h. */
13586_ACEOF
13587cat confdefs.h >>conftest.$ac_ext
13588cat >>conftest.$ac_ext <<_ACEOF
13589/* end confdefs.h. */
13590$ac_includes_default
13591int
13592main ()
13593{
13594static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
13595test_array [0] = 0
13596
13597 ;
13598 return 0;
13599}
13600_ACEOF
13601rm -f conftest.$ac_objext
13602if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13603 (eval $ac_compile) 2>conftest.er1
13604 ac_status=$?
13605 grep -v '^ *+' conftest.er1 >conftest.err
13606 rm -f conftest.er1
13607 cat conftest.err >&5
13608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13609 (exit $ac_status); } &&
13610 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13612 (eval $ac_try) 2>&5
13613 ac_status=$?
13614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13615 (exit $ac_status); }; } &&
13616 { ac_try='test -s conftest.$ac_objext'
13617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13618 (eval $ac_try) 2>&5
13619 ac_status=$?
13620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13621 (exit $ac_status); }; }; then
13622 ac_lo=0 ac_mid=0
13623 while :; do
13624 cat >conftest.$ac_ext <<_ACEOF
13625/* confdefs.h. */
13626_ACEOF
13627cat confdefs.h >>conftest.$ac_ext
13628cat >>conftest.$ac_ext <<_ACEOF
13629/* end confdefs.h. */
13630$ac_includes_default
13631int
13632main ()
13633{
13634static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13635test_array [0] = 0
13636
13637 ;
13638 return 0;
13639}
13640_ACEOF
13641rm -f conftest.$ac_objext
13642if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13643 (eval $ac_compile) 2>conftest.er1
13644 ac_status=$?
13645 grep -v '^ *+' conftest.er1 >conftest.err
13646 rm -f conftest.er1
13647 cat conftest.err >&5
13648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13649 (exit $ac_status); } &&
13650 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13652 (eval $ac_try) 2>&5
13653 ac_status=$?
13654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13655 (exit $ac_status); }; } &&
13656 { ac_try='test -s conftest.$ac_objext'
13657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13658 (eval $ac_try) 2>&5
13659 ac_status=$?
13660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13661 (exit $ac_status); }; }; then
13662 ac_hi=$ac_mid; break
7711else 13663else
13664 echo "$as_me: failed program was:" >&5
13665sed 's/^/| /' conftest.$ac_ext >&5
13666
13667ac_lo=`expr $ac_mid + 1`
13668 if test $ac_lo -le $ac_mid; then
13669 ac_lo= ac_hi=
13670 break
13671 fi
13672 ac_mid=`expr 2 '*' $ac_mid + 1`
13673fi
13674rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13675 done
13676else
13677 echo "$as_me: failed program was:" >&5
13678sed 's/^/| /' conftest.$ac_ext >&5
13679
13680cat >conftest.$ac_ext <<_ACEOF
13681/* confdefs.h. */
13682_ACEOF
13683cat confdefs.h >>conftest.$ac_ext
13684cat >>conftest.$ac_ext <<_ACEOF
13685/* end confdefs.h. */
13686$ac_includes_default
13687int
13688main ()
13689{
13690static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
13691test_array [0] = 0
13692
13693 ;
13694 return 0;
13695}
13696_ACEOF
13697rm -f conftest.$ac_objext
13698if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13699 (eval $ac_compile) 2>conftest.er1
13700 ac_status=$?
13701 grep -v '^ *+' conftest.er1 >conftest.err
13702 rm -f conftest.er1
13703 cat conftest.err >&5
13704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13705 (exit $ac_status); } &&
13706 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13708 (eval $ac_try) 2>&5
13709 ac_status=$?
13710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13711 (exit $ac_status); }; } &&
13712 { ac_try='test -s conftest.$ac_objext'
13713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13714 (eval $ac_try) 2>&5
13715 ac_status=$?
13716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13717 (exit $ac_status); }; }; then
13718 ac_hi=-1 ac_mid=-1
13719 while :; do
13720 cat >conftest.$ac_ext <<_ACEOF
13721/* confdefs.h. */
13722_ACEOF
13723cat confdefs.h >>conftest.$ac_ext
13724cat >>conftest.$ac_ext <<_ACEOF
13725/* end confdefs.h. */
13726$ac_includes_default
13727int
13728main ()
13729{
13730static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
13731test_array [0] = 0
13732
13733 ;
13734 return 0;
13735}
13736_ACEOF
13737rm -f conftest.$ac_objext
13738if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13739 (eval $ac_compile) 2>conftest.er1
13740 ac_status=$?
13741 grep -v '^ *+' conftest.er1 >conftest.err
13742 rm -f conftest.er1
13743 cat conftest.err >&5
13744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13745 (exit $ac_status); } &&
13746 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13748 (eval $ac_try) 2>&5
13749 ac_status=$?
13750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13751 (exit $ac_status); }; } &&
13752 { ac_try='test -s conftest.$ac_objext'
13753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13754 (eval $ac_try) 2>&5
13755 ac_status=$?
13756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13757 (exit $ac_status); }; }; then
13758 ac_lo=$ac_mid; break
13759else
13760 echo "$as_me: failed program was:" >&5
13761sed 's/^/| /' conftest.$ac_ext >&5
13762
13763ac_hi=`expr '(' $ac_mid ')' - 1`
13764 if test $ac_mid -le $ac_hi; then
13765 ac_lo= ac_hi=
13766 break
13767 fi
13768 ac_mid=`expr 2 '*' $ac_mid`
13769fi
13770rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13771 done
13772else
13773 echo "$as_me: failed program was:" >&5
13774sed 's/^/| /' conftest.$ac_ext >&5
13775
13776ac_lo= ac_hi=
13777fi
13778rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13779fi
13780rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13781# Binary search between lo and hi bounds.
13782while test "x$ac_lo" != "x$ac_hi"; do
13783 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7712 cat > conftest.$ac_ext <<EOF 13784 cat >conftest.$ac_ext <<_ACEOF
7713#line 7714 "configure" 13785/* confdefs.h. */
7714#include "confdefs.h" 13786_ACEOF
13787cat confdefs.h >>conftest.$ac_ext
13788cat >>conftest.$ac_ext <<_ACEOF
13789/* end confdefs.h. */
13790$ac_includes_default
13791int
13792main ()
13793{
13794static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13795test_array [0] = 0
13796
13797 ;
13798 return 0;
13799}
13800_ACEOF
13801rm -f conftest.$ac_objext
13802if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13803 (eval $ac_compile) 2>conftest.er1
13804 ac_status=$?
13805 grep -v '^ *+' conftest.er1 >conftest.err
13806 rm -f conftest.er1
13807 cat conftest.err >&5
13808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13809 (exit $ac_status); } &&
13810 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13812 (eval $ac_try) 2>&5
13813 ac_status=$?
13814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13815 (exit $ac_status); }; } &&
13816 { ac_try='test -s conftest.$ac_objext'
13817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13818 (eval $ac_try) 2>&5
13819 ac_status=$?
13820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13821 (exit $ac_status); }; }; then
13822 ac_hi=$ac_mid
13823else
13824 echo "$as_me: failed program was:" >&5
13825sed 's/^/| /' conftest.$ac_ext >&5
13826
13827ac_lo=`expr '(' $ac_mid ')' + 1`
13828fi
13829rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13830done
13831case $ac_lo in
13832?*) ac_cv_sizeof_int_p=$ac_lo;;
13833'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
13834See \`config.log' for more details." >&5
13835echo "$as_me: error: cannot compute sizeof (int *), 77
13836See \`config.log' for more details." >&2;}
13837 { (exit 1); exit 1; }; } ;;
13838esac
13839else
13840 if test "$cross_compiling" = yes; then
13841 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13842echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13843 { (exit 1); exit 1; }; }
13844else
13845 cat >conftest.$ac_ext <<_ACEOF
13846/* confdefs.h. */
13847_ACEOF
13848cat confdefs.h >>conftest.$ac_ext
13849cat >>conftest.$ac_ext <<_ACEOF
13850/* end confdefs.h. */
13851$ac_includes_default
13852long longval () { return (long) (sizeof (int *)); }
13853unsigned long ulongval () { return (long) (sizeof (int *)); }
7715#include <stdio.h> 13854#include <stdio.h>
7716#include <sys/types.h> 13855#include <stdlib.h>
13856int
7717main() 13857main ()
7718{ 13858{
13859
7719 FILE *f=fopen("conftestval", "w"); 13860 FILE *f = fopen ("conftest.val", "w");
7720 if (!f) exit(1); 13861 if (! f)
7721 fprintf(f, "%d\n", sizeof(short));
7722 exit(0); 13862 exit (1);
13863 if (((long) (sizeof (int *))) < 0)
13864 {
13865 long i = longval ();
13866 if (i != ((long) (sizeof (int *))))
13867 exit (1);
13868 fprintf (f, "%ld\n", i);
13869 }
13870 else
13871 {
13872 unsigned long i = ulongval ();
13873 if (i != ((long) (sizeof (int *))))
13874 exit (1);
13875 fprintf (f, "%lu\n", i);
13876 }
13877 exit (ferror (f) || fclose (f) != 0);
13878
13879 ;
13880 return 0;
7723} 13881}
7724EOF 13882_ACEOF
7725if { (eval echo configure:7726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13883rm -f conftest$ac_exeext
7726then 13884if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13885 (eval $ac_link) 2>&5
13886 ac_status=$?
13887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13888 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13890 (eval $ac_try) 2>&5
13891 ac_status=$?
13892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13893 (exit $ac_status); }; }; then
7727 ac_cv_sizeof_short=`cat conftestval` 13894 ac_cv_sizeof_int_p=`cat conftest.val`
7728else 13895else
13896 echo "$as_me: program exited with status $ac_status" >&5
7729 echo "configure: failed program was:" >&5 13897echo "$as_me: failed program was:" >&5
7730 cat conftest.$ac_ext >&5 13898sed 's/^/| /' conftest.$ac_ext >&5
7731 rm -fr conftest* 13899
7732 ac_cv_sizeof_short=0 13900( exit $ac_status )
13901{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
13902See \`config.log' for more details." >&5
13903echo "$as_me: error: cannot compute sizeof (int *), 77
13904See \`config.log' for more details." >&2;}
13905 { (exit 1); exit 1; }; }
7733fi 13906fi
13907rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13908fi
13909fi
7734rm -fr conftest* 13910rm -f conftest.val
13911else
13912 ac_cv_sizeof_int_p=0
7735fi 13913fi
7736
7737fi 13914fi
7738echo "$ac_t""$ac_cv_sizeof_short" 1>&6 13915echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
13916echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
7739cat >> confdefs.h <<EOF 13917cat >>confdefs.h <<_ACEOF
7740#define SIZEOF_SHORT $ac_cv_sizeof_short 13918#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7741EOF 13919_ACEOF
7742 13920
7743 13921
7744echo $ac_n "checking size of int""... $ac_c" 1>&6 13922
7745echo "configure:7746: checking size of int" >&5 13923
7746if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 13924echo "$as_me:$LINENO: checking for int16_t" >&5
13925echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
13926if test "${rxvt_cv_int16_t+set}" = set; then
7747 echo $ac_n "(cached) $ac_c" 1>&6 13927 echo $ECHO_N "(cached) $ECHO_C" >&6
7748else 13928else
7749 if test "$cross_compiling" = yes; then
7750 ac_cv_sizeof_int=4
7751else
7752 cat > conftest.$ac_ext <<EOF 13929 cat >conftest.$ac_ext <<_ACEOF
7753#line 7754 "configure" 13930/* confdefs.h. */
7754#include "confdefs.h" 13931_ACEOF
13932cat confdefs.h >>conftest.$ac_ext
13933cat >>conftest.$ac_ext <<_ACEOF
13934/* end confdefs.h. */
7755#include <stdio.h> 13935#include <stdint.h>
7756#include <sys/types.h> 13936int
7757main() 13937main ()
7758{ 13938{
7759 FILE *f=fopen("conftestval", "w"); 13939int16_t dummy;
7760 if (!f) exit(1); 13940 ;
7761 fprintf(f, "%d\n", sizeof(int)); 13941 return 0;
7762 exit(0);
7763} 13942}
7764EOF 13943_ACEOF
7765if { (eval echo configure:7766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13944rm -f conftest.$ac_objext
7766then 13945if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7767 ac_cv_sizeof_int=`cat conftestval` 13946 (eval $ac_compile) 2>conftest.er1
7768else 13947 ac_status=$?
7769 echo "configure: failed program was:" >&5 13948 grep -v '^ *+' conftest.er1 >conftest.err
7770 cat conftest.$ac_ext >&5
7771 rm -fr conftest* 13949 rm -f conftest.er1
7772 ac_cv_sizeof_int=0
7773fi
7774rm -fr conftest*
7775fi
7776
7777fi
7778echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7779cat >> confdefs.h <<EOF
7780#define SIZEOF_INT $ac_cv_sizeof_int
7781EOF
7782
7783
7784echo $ac_n "checking size of long""... $ac_c" 1>&6
7785echo "configure:7786: checking size of long" >&5
7786if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
7787 echo $ac_n "(cached) $ac_c" 1>&6
7788else
7789 if test "$cross_compiling" = yes; then
7790 ac_cv_sizeof_long=4
7791else
7792 cat > conftest.$ac_ext <<EOF
7793#line 7794 "configure"
7794#include "confdefs.h"
7795#include <stdio.h>
7796#include <sys/types.h>
7797main()
7798{
7799 FILE *f=fopen("conftestval", "w");
7800 if (!f) exit(1);
7801 fprintf(f, "%d\n", sizeof(long));
7802 exit(0);
7803}
7804EOF
7805if { (eval echo configure:7806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7806then
7807 ac_cv_sizeof_long=`cat conftestval`
7808else
7809 echo "configure: failed program was:" >&5
7810 cat conftest.$ac_ext >&5 13950 cat conftest.err >&5
7811 rm -fr conftest* 13951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 ac_cv_sizeof_long=0 13952 (exit $ac_status); } &&
7813fi 13953 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7814rm -fr conftest* 13954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7815fi 13955 (eval $ac_try) 2>&5
7816 13956 ac_status=$?
7817fi 13957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7818echo "$ac_t""$ac_cv_sizeof_long" 1>&6 13958 (exit $ac_status); }; } &&
7819cat >> confdefs.h <<EOF 13959 { ac_try='test -s conftest.$ac_objext'
7820#define SIZEOF_LONG $ac_cv_sizeof_long 13960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7821EOF 13961 (eval $ac_try) 2>&5
7822 13962 ac_status=$?
7823 13963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824echo $ac_n "checking size of long long""... $ac_c" 1>&6 13964 (exit $ac_status); }; }; then
7825echo "configure:7826: checking size of long long" >&5
7826if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
7827 echo $ac_n "(cached) $ac_c" 1>&6
7828else
7829 if test "$cross_compiling" = yes; then
7830 ac_cv_sizeof_long_long=8
7831else
7832 cat > conftest.$ac_ext <<EOF
7833#line 7834 "configure"
7834#include "confdefs.h"
7835#include <stdio.h>
7836#include <sys/types.h>
7837main()
7838{
7839 FILE *f=fopen("conftestval", "w");
7840 if (!f) exit(1);
7841 fprintf(f, "%d\n", sizeof(long long));
7842 exit(0);
7843}
7844EOF
7845if { (eval echo configure:7846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7846then
7847 ac_cv_sizeof_long_long=`cat conftestval`
7848else
7849 echo "configure: failed program was:" >&5
7850 cat conftest.$ac_ext >&5
7851 rm -fr conftest*
7852 ac_cv_sizeof_long_long=0
7853fi
7854rm -fr conftest*
7855fi
7856
7857fi
7858echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
7859cat >> confdefs.h <<EOF
7860#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7861EOF
7862
7863
7864echo $ac_n "checking size of int *""... $ac_c" 1>&6
7865echo "configure:7866: checking size of int *" >&5
7866if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
7867 echo $ac_n "(cached) $ac_c" 1>&6
7868else
7869 if test "$cross_compiling" = yes; then
7870 ac_cv_sizeof_int_p=4
7871else
7872 cat > conftest.$ac_ext <<EOF
7873#line 7874 "configure"
7874#include "confdefs.h"
7875#include <stdio.h>
7876#include <sys/types.h>
7877main()
7878{
7879 FILE *f=fopen("conftestval", "w");
7880 if (!f) exit(1);
7881 fprintf(f, "%d\n", sizeof(int *));
7882 exit(0);
7883}
7884EOF
7885if { (eval echo configure:7886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7886then
7887 ac_cv_sizeof_int_p=`cat conftestval`
7888else
7889 echo "configure: failed program was:" >&5
7890 cat conftest.$ac_ext >&5
7891 rm -fr conftest*
7892 ac_cv_sizeof_int_p=0
7893fi
7894rm -fr conftest*
7895fi
7896
7897fi
7898echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
7899cat >> confdefs.h <<EOF
7900#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7901EOF
7902
7903
7904
7905
7906echo $ac_n "checking for int16_t""... $ac_c" 1>&6
7907echo "configure:7908: checking for int16_t" >&5
7908if eval "test \"`echo '$''{'rxvt_cv_int16_t'+set}'`\" = set"; then
7909 echo $ac_n "(cached) $ac_c" 1>&6
7910else
7911 cat > conftest.$ac_ext <<EOF
7912#line 7913 "configure"
7913#include "confdefs.h"
7914#include <stdint.h>
7915int main() {
7916int16_t dummy;
7917; return 0; }
7918EOF
7919if { (eval echo configure:7920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7920 rm -rf conftest*
7921 rxvt_cv_int16_t=yes 13965 rxvt_cv_int16_t=yes
7922else 13966else
7923 echo "configure: failed program was:" >&5 13967 echo "$as_me: failed program was:" >&5
7924 cat conftest.$ac_ext >&5 13968sed 's/^/| /' conftest.$ac_ext >&5
7925 rm -rf conftest* 13969
7926 if test $ac_cv_sizeof_char -ge 2; then 13970if test $ac_cv_sizeof_char -ge 2; then
7927 rxvt_cv_int16_t=" char" 13971 rxvt_cv_int16_t=" char"
7928else 13972else
7929 if test $ac_cv_sizeof_short -ge 2; then 13973 if test $ac_cv_sizeof_short -ge 2; then
7930 rxvt_cv_int16_t=" short" 13974 rxvt_cv_int16_t=" short"
7931 else 13975 else
7943 fi 13987 fi
7944 fi 13988 fi
7945 fi 13989 fi
7946fi 13990fi
7947fi 13991fi
7948rm -f conftest* 13992rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7949fi 13993fi
7950 13994echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7951echo "$ac_t""$rxvt_cv_int16_t" 1>&6 13995echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7952if test x"$rxvt_cv_int16_t" != xyes; then 13996if test x"$rxvt_cv_int16_t" != xyes; then
7953 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 13997 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7954else 13998else
7955 if test x"" = x; then 13999 if test x"" = x; then
7956 rxvt_int16_typedef="/* typedef short int16_t; */" 14000 rxvt_int16_typedef="/* typedef short int16_t; */"
7957 else 14001 else
7958 rxvt_int16_typedef="/* typedef short int16_t; */" 14002 rxvt_int16_typedef="/* typedef short int16_t; */"
7959 fi 14003 fi
7960fi 14004fi
7961 14005
14006echo "$as_me:$LINENO: checking for uint16_t" >&5
7962echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 14007echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
7963echo "configure:7964: checking for uint16_t" >&5
7964if eval "test \"`echo '$''{'rxvt_cv_uint16_t'+set}'`\" = set"; then 14008if test "${rxvt_cv_uint16_t+set}" = set; then
7965 echo $ac_n "(cached) $ac_c" 1>&6 14009 echo $ECHO_N "(cached) $ECHO_C" >&6
7966else 14010else
7967 cat > conftest.$ac_ext <<EOF 14011 cat >conftest.$ac_ext <<_ACEOF
7968#line 7969 "configure" 14012/* confdefs.h. */
7969#include "confdefs.h" 14013_ACEOF
14014cat confdefs.h >>conftest.$ac_ext
14015cat >>conftest.$ac_ext <<_ACEOF
14016/* end confdefs.h. */
7970#include <stdint.h> 14017#include <stdint.h>
7971int main() { 14018int
14019main ()
14020{
7972uint16_t dummy; 14021uint16_t dummy;
14022 ;
7973; return 0; } 14023 return 0;
7974EOF 14024}
7975if { (eval echo configure:7976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14025_ACEOF
14026rm -f conftest.$ac_objext
14027if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14028 (eval $ac_compile) 2>conftest.er1
14029 ac_status=$?
14030 grep -v '^ *+' conftest.er1 >conftest.err
7976 rm -rf conftest* 14031 rm -f conftest.er1
14032 cat conftest.err >&5
14033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14034 (exit $ac_status); } &&
14035 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14037 (eval $ac_try) 2>&5
14038 ac_status=$?
14039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14040 (exit $ac_status); }; } &&
14041 { ac_try='test -s conftest.$ac_objext'
14042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14043 (eval $ac_try) 2>&5
14044 ac_status=$?
14045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14046 (exit $ac_status); }; }; then
7977 rxvt_cv_uint16_t=yes 14047 rxvt_cv_uint16_t=yes
7978else 14048else
7979 echo "configure: failed program was:" >&5 14049 echo "$as_me: failed program was:" >&5
7980 cat conftest.$ac_ext >&5 14050sed 's/^/| /' conftest.$ac_ext >&5
7981 rm -rf conftest* 14051
7982 if test $ac_cv_sizeof_char -ge 2; then 14052if test $ac_cv_sizeof_char -ge 2; then
7983 rxvt_cv_uint16_t="unsigned char" 14053 rxvt_cv_uint16_t="unsigned char"
7984else 14054else
7985 if test $ac_cv_sizeof_short -ge 2; then 14055 if test $ac_cv_sizeof_short -ge 2; then
7986 rxvt_cv_uint16_t="unsigned short" 14056 rxvt_cv_uint16_t="unsigned short"
7987 else 14057 else
7999 fi 14069 fi
8000 fi 14070 fi
8001 fi 14071 fi
8002fi 14072fi
8003fi 14073fi
8004rm -f conftest* 14074rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8005fi 14075fi
8006 14076echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8007echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 14077echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8008if test x"$rxvt_cv_uint16_t" != xyes; then 14078if test x"$rxvt_cv_uint16_t" != xyes; then
8009 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 14079 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8010else 14080else
8011 if test x"unsigned" = x; then 14081 if test x"unsigned" = x; then
8012 rxvt_uint16_typedef="/* typedef short uint16_t; */" 14082 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8013 else 14083 else
8014 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 14084 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8015 fi 14085 fi
8016fi 14086fi
8017 14087
14088echo "$as_me:$LINENO: checking for int32_t" >&5
8018echo $ac_n "checking for int32_t""... $ac_c" 1>&6 14089echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
8019echo "configure:8020: checking for int32_t" >&5
8020if eval "test \"`echo '$''{'rxvt_cv_int32_t'+set}'`\" = set"; then 14090if test "${rxvt_cv_int32_t+set}" = set; then
8021 echo $ac_n "(cached) $ac_c" 1>&6 14091 echo $ECHO_N "(cached) $ECHO_C" >&6
8022else 14092else
8023 cat > conftest.$ac_ext <<EOF 14093 cat >conftest.$ac_ext <<_ACEOF
8024#line 8025 "configure" 14094/* confdefs.h. */
8025#include "confdefs.h" 14095_ACEOF
14096cat confdefs.h >>conftest.$ac_ext
14097cat >>conftest.$ac_ext <<_ACEOF
14098/* end confdefs.h. */
8026#include <stdint.h> 14099#include <stdint.h>
8027int main() { 14100int
14101main ()
14102{
8028int32_t dummy; 14103int32_t dummy;
14104 ;
8029; return 0; } 14105 return 0;
8030EOF 14106}
8031if { (eval echo configure:8032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14107_ACEOF
14108rm -f conftest.$ac_objext
14109if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14110 (eval $ac_compile) 2>conftest.er1
14111 ac_status=$?
14112 grep -v '^ *+' conftest.er1 >conftest.err
8032 rm -rf conftest* 14113 rm -f conftest.er1
14114 cat conftest.err >&5
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); } &&
14117 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14119 (eval $ac_try) 2>&5
14120 ac_status=$?
14121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14122 (exit $ac_status); }; } &&
14123 { ac_try='test -s conftest.$ac_objext'
14124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14125 (eval $ac_try) 2>&5
14126 ac_status=$?
14127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14128 (exit $ac_status); }; }; then
8033 rxvt_cv_int32_t=yes 14129 rxvt_cv_int32_t=yes
8034else 14130else
8035 echo "configure: failed program was:" >&5 14131 echo "$as_me: failed program was:" >&5
8036 cat conftest.$ac_ext >&5 14132sed 's/^/| /' conftest.$ac_ext >&5
8037 rm -rf conftest* 14133
8038 if test $ac_cv_sizeof_char -ge 4; then 14134if test $ac_cv_sizeof_char -ge 4; then
8039 rxvt_cv_int32_t=" char" 14135 rxvt_cv_int32_t=" char"
8040else 14136else
8041 if test $ac_cv_sizeof_short -ge 4; then 14137 if test $ac_cv_sizeof_short -ge 4; then
8042 rxvt_cv_int32_t=" short" 14138 rxvt_cv_int32_t=" short"
8043 else 14139 else
8055 fi 14151 fi
8056 fi 14152 fi
8057 fi 14153 fi
8058fi 14154fi
8059fi 14155fi
8060rm -f conftest* 14156rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8061fi 14157fi
8062 14158echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8063echo "$ac_t""$rxvt_cv_int32_t" 1>&6 14159echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8064if test x"$rxvt_cv_int32_t" != xyes; then 14160if test x"$rxvt_cv_int32_t" != xyes; then
8065 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 14161 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8066else 14162else
8067 if test x"" = x; then 14163 if test x"" = x; then
8068 rxvt_int32_typedef="/* typedef int int32_t; */" 14164 rxvt_int32_typedef="/* typedef int int32_t; */"
8069 else 14165 else
8070 rxvt_int32_typedef="/* typedef int int32_t; */" 14166 rxvt_int32_typedef="/* typedef int int32_t; */"
8071 fi 14167 fi
8072fi 14168fi
8073 14169
14170echo "$as_me:$LINENO: checking for uint32_t" >&5
8074echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 14171echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
8075echo "configure:8076: checking for uint32_t" >&5
8076if eval "test \"`echo '$''{'rxvt_cv_uint32_t'+set}'`\" = set"; then 14172if test "${rxvt_cv_uint32_t+set}" = set; then
8077 echo $ac_n "(cached) $ac_c" 1>&6 14173 echo $ECHO_N "(cached) $ECHO_C" >&6
8078else 14174else
8079 cat > conftest.$ac_ext <<EOF 14175 cat >conftest.$ac_ext <<_ACEOF
8080#line 8081 "configure" 14176/* confdefs.h. */
8081#include "confdefs.h" 14177_ACEOF
14178cat confdefs.h >>conftest.$ac_ext
14179cat >>conftest.$ac_ext <<_ACEOF
14180/* end confdefs.h. */
8082#include <stdint.h> 14181#include <stdint.h>
8083int main() { 14182int
14183main ()
14184{
8084uint32_t dummy; 14185uint32_t dummy;
14186 ;
8085; return 0; } 14187 return 0;
8086EOF 14188}
8087if { (eval echo configure:8088: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14189_ACEOF
14190rm -f conftest.$ac_objext
14191if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14192 (eval $ac_compile) 2>conftest.er1
14193 ac_status=$?
14194 grep -v '^ *+' conftest.er1 >conftest.err
8088 rm -rf conftest* 14195 rm -f conftest.er1
14196 cat conftest.err >&5
14197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14198 (exit $ac_status); } &&
14199 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14201 (eval $ac_try) 2>&5
14202 ac_status=$?
14203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14204 (exit $ac_status); }; } &&
14205 { ac_try='test -s conftest.$ac_objext'
14206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14207 (eval $ac_try) 2>&5
14208 ac_status=$?
14209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14210 (exit $ac_status); }; }; then
8089 rxvt_cv_uint32_t=yes 14211 rxvt_cv_uint32_t=yes
8090else 14212else
8091 echo "configure: failed program was:" >&5 14213 echo "$as_me: failed program was:" >&5
8092 cat conftest.$ac_ext >&5 14214sed 's/^/| /' conftest.$ac_ext >&5
8093 rm -rf conftest* 14215
8094 if test $ac_cv_sizeof_char -ge 4; then 14216if test $ac_cv_sizeof_char -ge 4; then
8095 rxvt_cv_uint32_t="unsigned char" 14217 rxvt_cv_uint32_t="unsigned char"
8096else 14218else
8097 if test $ac_cv_sizeof_short -ge 4; then 14219 if test $ac_cv_sizeof_short -ge 4; then
8098 rxvt_cv_uint32_t="unsigned short" 14220 rxvt_cv_uint32_t="unsigned short"
8099 else 14221 else
8111 fi 14233 fi
8112 fi 14234 fi
8113 fi 14235 fi
8114fi 14236fi
8115fi 14237fi
8116rm -f conftest* 14238rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8117fi 14239fi
8118 14240echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8119echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 14241echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8120if test x"$rxvt_cv_uint32_t" != xyes; then 14242if test x"$rxvt_cv_uint32_t" != xyes; then
8121 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 14243 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8122else 14244else
8123 if test x"unsigned" = x; then 14245 if test x"unsigned" = x; then
8124 rxvt_uint32_typedef="/* typedef int uint32_t; */" 14246 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8125 else 14247 else
8126 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 14248 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8127 fi 14249 fi
8128fi 14250fi
8129 14251
8130if test $ac_cv_sizeof_int_p -eq 8; then 14252if test $ac_cv_sizeof_int_p -eq 8; then
8131 rxvt_intp_define="#define intp_t int64_t" 14253 rxvt_intp_define="#define intp_t int64_t"
8132 rxvt_u_intp_define="#define u_intp_t u_int64_t" 14254 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8133else 14255else
8145 fi 14267 fi
8146fi 14268fi
8147 14269
8148 14270
8149 14271
14272echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8150echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 14273echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
8151echo "configure:8152: checking return type of signal handlers" >&5
8152if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 14274if test "${ac_cv_type_signal+set}" = set; then
8153 echo $ac_n "(cached) $ac_c" 1>&6 14275 echo $ECHO_N "(cached) $ECHO_C" >&6
8154else 14276else
8155 cat > conftest.$ac_ext <<EOF 14277 cat >conftest.$ac_ext <<_ACEOF
8156#line 8157 "configure" 14278/* confdefs.h. */
8157#include "confdefs.h" 14279_ACEOF
14280cat confdefs.h >>conftest.$ac_ext
14281cat >>conftest.$ac_ext <<_ACEOF
14282/* end confdefs.h. */
8158#include <sys/types.h> 14283#include <sys/types.h>
8159#include <signal.h> 14284#include <signal.h>
8160#ifdef signal 14285#ifdef signal
8161#undef signal 14286# undef signal
8162#endif 14287#endif
8163#ifdef __cplusplus 14288#ifdef __cplusplus
8164extern "C" void (*signal (int, void (*)(int)))(int); 14289extern "C" void (*signal (int, void (*)(int)))(int);
8165#else 14290#else
8166void (*signal ()) (); 14291void (*signal ()) ();
8167#endif 14292#endif
8168 14293
8169int main() { 14294int
14295main ()
14296{
8170int i; 14297int i;
14298 ;
8171; return 0; } 14299 return 0;
8172EOF 14300}
8173if { (eval echo configure:8174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14301_ACEOF
14302rm -f conftest.$ac_objext
14303if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14304 (eval $ac_compile) 2>conftest.er1
14305 ac_status=$?
14306 grep -v '^ *+' conftest.er1 >conftest.err
8174 rm -rf conftest* 14307 rm -f conftest.er1
14308 cat conftest.err >&5
14309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14310 (exit $ac_status); } &&
14311 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14313 (eval $ac_try) 2>&5
14314 ac_status=$?
14315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14316 (exit $ac_status); }; } &&
14317 { ac_try='test -s conftest.$ac_objext'
14318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14319 (eval $ac_try) 2>&5
14320 ac_status=$?
14321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14322 (exit $ac_status); }; }; then
8175 ac_cv_type_signal=void 14323 ac_cv_type_signal=void
8176else 14324else
8177 echo "configure: failed program was:" >&5 14325 echo "$as_me: failed program was:" >&5
8178 cat conftest.$ac_ext >&5 14326sed 's/^/| /' conftest.$ac_ext >&5
8179 rm -rf conftest* 14327
8180 ac_cv_type_signal=int 14328ac_cv_type_signal=int
8181fi 14329fi
8182rm -f conftest* 14330rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8183fi 14331fi
8184 14332echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8185echo "$ac_t""$ac_cv_type_signal" 1>&6 14333echo "${ECHO_T}$ac_cv_type_signal" >&6
14334
8186cat >> confdefs.h <<EOF 14335cat >>confdefs.h <<_ACEOF
8187#define RETSIGTYPE $ac_cv_type_signal 14336#define RETSIGTYPE $ac_cv_type_signal
8188EOF 14337_ACEOF
8189 14338
8190 14339
8191 14340
8192case "$host_alias" in 14341case "$host_alias" in
8193 *ultrix) ac_cv_func_setsid='no' ;; 14342 *ultrix) ac_cv_func_setsid='no' ;;
8194 *) break;; 14343 *) break;;
8195esac 14344esac
14345
14346
14347
14348
14349
14350
14351
14352
14353
14354
14355
14356
14357
14358
14359
14360
14361
14362
8196 14363
8197for ac_func in \ 14364for ac_func in \
8198 atexit \ 14365 atexit \
8199 revoke \ 14366 revoke \
8200 unsetenv \ 14367 unsetenv \
8213 nanosleep \ 14380 nanosleep \
8214 updwtmp \ 14381 updwtmp \
8215 ttyslot \ 14382 ttyslot \
8216 14383
8217do 14384do
14385as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14386echo "$as_me:$LINENO: checking for $ac_func" >&5
8218echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 14387echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8219echo "configure:8220: checking for $ac_func" >&5 14388if eval "test \"\${$as_ac_var+set}\" = set"; then
8220if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8221 echo $ac_n "(cached) $ac_c" 1>&6 14389 echo $ECHO_N "(cached) $ECHO_C" >&6
8222else 14390else
8223 cat > conftest.$ac_ext <<EOF 14391 cat >conftest.$ac_ext <<_ACEOF
8224#line 8225 "configure" 14392/* confdefs.h. */
8225#include "confdefs.h" 14393_ACEOF
14394cat confdefs.h >>conftest.$ac_ext
14395cat >>conftest.$ac_ext <<_ACEOF
14396/* end confdefs.h. */
14397/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14398 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14399#define $ac_func innocuous_$ac_func
14400
8226/* System header to define __stub macros and hopefully few prototypes, 14401/* System header to define __stub macros and hopefully few prototypes,
8227 which can conflict with char $ac_func(); below. */ 14402 which can conflict with char $ac_func (); below.
14403 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14404 <limits.h> exists even on freestanding compilers. */
14405
14406#ifdef __STDC__
14407# include <limits.h>
14408#else
8228#include <assert.h> 14409# include <assert.h>
14410#endif
14411
14412#undef $ac_func
14413
8229/* Override any gcc2 internal prototype to avoid an error. */ 14414/* Override any gcc2 internal prototype to avoid an error. */
14415#ifdef __cplusplus
14416extern "C"
14417{
14418#endif
8230/* We use char because int might match the return type of a gcc2 14419/* We use char because int might match the return type of a gcc2
8231 builtin and then its argument prototype would still apply. */ 14420 builtin and then its argument prototype would still apply. */
8232char $ac_func(); 14421char $ac_func ();
8233
8234int main() {
8235
8236/* The GNU C library defines this for functions which it implements 14422/* The GNU C library defines this for functions which it implements
8237 to always fail with ENOSYS. Some functions are actually named 14423 to always fail with ENOSYS. Some functions are actually named
8238 something starting with __ and the normal name is an alias. */ 14424 something starting with __ and the normal name is an alias. */
8239#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14425#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8240choke me 14426choke me
8241#else 14427#else
8242$ac_func(); 14428char (*f) () = $ac_func;
8243#endif 14429#endif
14430#ifdef __cplusplus
14431}
14432#endif
8244 14433
14434int
14435main ()
14436{
14437return f != $ac_func;
14438 ;
8245; return 0; } 14439 return 0;
8246EOF 14440}
8247if { (eval echo configure:8248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 14441_ACEOF
14442rm -f conftest.$ac_objext conftest$ac_exeext
14443if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14444 (eval $ac_link) 2>conftest.er1
14445 ac_status=$?
14446 grep -v '^ *+' conftest.er1 >conftest.err
8248 rm -rf conftest* 14447 rm -f conftest.er1
8249 eval "ac_cv_func_$ac_func=yes" 14448 cat conftest.err >&5
14449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14450 (exit $ac_status); } &&
14451 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14453 (eval $ac_try) 2>&5
14454 ac_status=$?
14455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14456 (exit $ac_status); }; } &&
14457 { ac_try='test -s conftest$ac_exeext'
14458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14459 (eval $ac_try) 2>&5
14460 ac_status=$?
14461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14462 (exit $ac_status); }; }; then
14463 eval "$as_ac_var=yes"
8250else 14464else
8251 echo "configure: failed program was:" >&5 14465 echo "$as_me: failed program was:" >&5
8252 cat conftest.$ac_ext >&5 14466sed 's/^/| /' conftest.$ac_ext >&5
8253 rm -rf conftest*
8254 eval "ac_cv_func_$ac_func=no"
8255fi
8256rm -f conftest*
8257fi
8258 14467
8259if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 14468eval "$as_ac_var=no"
8260 echo "$ac_t""yes" 1>&6 14469fi
8261 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 14470rm -f conftest.err conftest.$ac_objext \
14471 conftest$ac_exeext conftest.$ac_ext
14472fi
14473echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14474echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14475if test `eval echo '${'$as_ac_var'}'` = yes; then
8262 cat >> confdefs.h <<EOF 14476 cat >>confdefs.h <<_ACEOF
8263#define $ac_tr_func 1 14477#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8264EOF 14478_ACEOF
8265 14479
8266else
8267 echo "$ac_t""no" 1>&6
8268fi 14480fi
8269done 14481done
8270 14482
8271 14483
8272 14484
8273ac_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 14485if test "${ac_cv_header_utmp_h+set}" = set; then
14486 echo "$as_me:$LINENO: checking for utmp.h" >&5
8274echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 14487echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8275echo "configure:8276: checking for utmp.h" >&5 14488if test "${ac_cv_header_utmp_h+set}" = set; then
8276if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8277 echo $ac_n "(cached) $ac_c" 1>&6 14489 echo $ECHO_N "(cached) $ECHO_C" >&6
14490fi
14491echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
14492echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
8278else 14493else
14494 # Is the header compilable?
14495echo "$as_me:$LINENO: checking utmp.h usability" >&5
14496echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
8279 cat > conftest.$ac_ext <<EOF 14497cat >conftest.$ac_ext <<_ACEOF
8280#line 8281 "configure" 14498/* confdefs.h. */
8281#include "confdefs.h" 14499_ACEOF
14500cat confdefs.h >>conftest.$ac_ext
14501cat >>conftest.$ac_ext <<_ACEOF
14502/* end confdefs.h. */
14503$ac_includes_default
8282#include <utmp.h> 14504#include <utmp.h>
8283EOF 14505_ACEOF
8284ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14506rm -f conftest.$ac_objext
8285{ (eval echo configure:8286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14507if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8286ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14508 (eval $ac_compile) 2>conftest.er1
14509 ac_status=$?
14510 grep -v '^ *+' conftest.er1 >conftest.err
14511 rm -f conftest.er1
14512 cat conftest.err >&5
14513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14514 (exit $ac_status); } &&
14515 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14517 (eval $ac_try) 2>&5
14518 ac_status=$?
14519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14520 (exit $ac_status); }; } &&
14521 { ac_try='test -s conftest.$ac_objext'
14522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14523 (eval $ac_try) 2>&5
14524 ac_status=$?
14525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14526 (exit $ac_status); }; }; then
14527 ac_header_compiler=yes
14528else
14529 echo "$as_me: failed program was:" >&5
14530sed 's/^/| /' conftest.$ac_ext >&5
14531
14532ac_header_compiler=no
14533fi
14534rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14535echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14536echo "${ECHO_T}$ac_header_compiler" >&6
14537
14538# Is the header present?
14539echo "$as_me:$LINENO: checking utmp.h presence" >&5
14540echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
14541cat >conftest.$ac_ext <<_ACEOF
14542/* confdefs.h. */
14543_ACEOF
14544cat confdefs.h >>conftest.$ac_ext
14545cat >>conftest.$ac_ext <<_ACEOF
14546/* end confdefs.h. */
14547#include <utmp.h>
14548_ACEOF
14549if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14550 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14551 ac_status=$?
14552 grep -v '^ *+' conftest.er1 >conftest.err
14553 rm -f conftest.er1
14554 cat conftest.err >&5
14555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14556 (exit $ac_status); } >/dev/null; then
14557 if test -s conftest.err; then
14558 ac_cpp_err=$ac_cxx_preproc_warn_flag
14559 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14560 else
14561 ac_cpp_err=
14562 fi
14563else
14564 ac_cpp_err=yes
14565fi
8287if test -z "$ac_err"; then 14566if test -z "$ac_cpp_err"; then
8288 rm -rf conftest* 14567 ac_header_preproc=yes
8289 eval "ac_cv_header_$ac_safe=yes"
8290else 14568else
8291 echo "$ac_err" >&5
8292 echo "configure: failed program was:" >&5 14569 echo "$as_me: failed program was:" >&5
8293 cat conftest.$ac_ext >&5 14570sed 's/^/| /' conftest.$ac_ext >&5
8294 rm -rf conftest* 14571
8295 eval "ac_cv_header_$ac_safe=no" 14572 ac_header_preproc=no
8296fi 14573fi
8297rm -f conftest* 14574rm -f conftest.err conftest.$ac_ext
14575echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14576echo "${ECHO_T}$ac_header_preproc" >&6
14577
14578# So? What about this header?
14579case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14580 yes:no: )
14581 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
14582echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14583 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
14584echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14585 ac_header_preproc=yes
14586 ;;
14587 no:yes:* )
14588 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
14589echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
14590 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
14591echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
14592 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
14593echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
14594 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
14595echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
14596 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
14597echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
14598 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
14599echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
14600 (
14601 cat <<\_ASBOX
14602## ------------------------------------------ ##
14603## Report this to the AC_PACKAGE_NAME lists. ##
14604## ------------------------------------------ ##
14605_ASBOX
14606 ) |
14607 sed "s/^/$as_me: WARNING: /" >&2
14608 ;;
14609esac
14610echo "$as_me:$LINENO: checking for utmp.h" >&5
14611echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
14612if test "${ac_cv_header_utmp_h+set}" = set; then
14613 echo $ECHO_N "(cached) $ECHO_C" >&6
14614else
14615 ac_cv_header_utmp_h=$ac_header_preproc
8298fi 14616fi
8299if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14617echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8300 echo "$ac_t""yes" 1>&6 14618echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
14619
14620fi
14621if test $ac_cv_header_utmp_h = yes; then
14622 echo "$as_me:$LINENO: checking for struct utmp" >&5
8301 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14623echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
8302echo "configure:8303: checking for struct utmp" >&5
8303if eval "test \"`echo '$''{'rxvt_cv_struct_utmp'+set}'`\" = set"; then 14624if test "${rxvt_cv_struct_utmp+set}" = set; then
8304 echo $ac_n "(cached) $ac_c" 1>&6 14625 echo $ECHO_N "(cached) $ECHO_C" >&6
8305else 14626else
8306 cat > conftest.$ac_ext <<EOF 14627 cat >conftest.$ac_ext <<_ACEOF
8307#line 8308 "configure" 14628/* confdefs.h. */
8308#include "confdefs.h" 14629_ACEOF
14630cat confdefs.h >>conftest.$ac_ext
14631cat >>conftest.$ac_ext <<_ACEOF
14632/* end confdefs.h. */
8309#include <sys/types.h> 14633#include <sys/types.h>
8310#include <stdint.h> 14634#include <stdint.h>
8311#include <utmp.h> 14635#include <utmp.h>
8312int main() { 14636int
14637main ()
14638{
8313struct utmp ut; 14639struct utmp ut;
14640 ;
8314; return 0; } 14641 return 0;
8315EOF 14642}
8316if { (eval echo configure:8317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14643_ACEOF
14644rm -f conftest.$ac_objext
14645if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14646 (eval $ac_compile) 2>conftest.er1
14647 ac_status=$?
14648 grep -v '^ *+' conftest.er1 >conftest.err
8317 rm -rf conftest* 14649 rm -f conftest.er1
14650 cat conftest.err >&5
14651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14652 (exit $ac_status); } &&
14653 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14655 (eval $ac_try) 2>&5
14656 ac_status=$?
14657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14658 (exit $ac_status); }; } &&
14659 { ac_try='test -s conftest.$ac_objext'
14660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14661 (eval $ac_try) 2>&5
14662 ac_status=$?
14663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14664 (exit $ac_status); }; }; then
8318 rxvt_cv_struct_utmp=yes 14665 rxvt_cv_struct_utmp=yes
8319else 14666else
8320 echo "configure: failed program was:" >&5 14667 echo "$as_me: failed program was:" >&5
8321 cat conftest.$ac_ext >&5 14668sed 's/^/| /' conftest.$ac_ext >&5
8322 rm -rf conftest* 14669
8323 rxvt_cv_struct_utmp=no 14670rxvt_cv_struct_utmp=no
8324fi 14671fi
8325rm -f conftest* 14672rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8326fi 14673fi
8327 14674echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8328echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14675echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8329if test x$rxvt_cv_struct_utmp = xyes; then 14676if test x$rxvt_cv_struct_utmp = xyes; then
14677
8330 cat >> confdefs.h <<\EOF 14678cat >>confdefs.h <<\_ACEOF
8331#define HAVE_STRUCT_UTMP 1 14679#define HAVE_STRUCT_UTMP 1
8332EOF 14680_ACEOF
8333 14681
8334fi 14682fi
8335 14683
8336 14684
14685echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
8337echo $ac_n "checking for ut_host in utmp struct""... $ac_c" 1>&6 14686echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
8338echo "configure:8339: checking for ut_host in utmp struct" >&5
8339if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_host'+set}'`\" = set"; then 14687if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8340 echo $ac_n "(cached) $ac_c" 1>&6 14688 echo $ECHO_N "(cached) $ECHO_C" >&6
8341else 14689else
8342 cat > conftest.$ac_ext <<EOF 14690 cat >conftest.$ac_ext <<_ACEOF
8343#line 8344 "configure" 14691/* confdefs.h. */
8344#include "confdefs.h" 14692_ACEOF
14693cat confdefs.h >>conftest.$ac_ext
14694cat >>conftest.$ac_ext <<_ACEOF
14695/* end confdefs.h. */
8345#include <sys/types.h> 14696#include <sys/types.h>
8346#include <utmp.h> 14697#include <utmp.h>
8347int main() { 14698int
14699main ()
14700{
8348struct utmp ut; ut.ut_host; 14701struct utmp ut; ut.ut_host;
14702 ;
8349; return 0; } 14703 return 0;
8350EOF 14704}
8351if { (eval echo configure:8352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14705_ACEOF
14706rm -f conftest.$ac_objext
14707if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14708 (eval $ac_compile) 2>conftest.er1
14709 ac_status=$?
14710 grep -v '^ *+' conftest.er1 >conftest.err
8352 rm -rf conftest* 14711 rm -f conftest.er1
14712 cat conftest.err >&5
14713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14714 (exit $ac_status); } &&
14715 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14717 (eval $ac_try) 2>&5
14718 ac_status=$?
14719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14720 (exit $ac_status); }; } &&
14721 { ac_try='test -s conftest.$ac_objext'
14722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14723 (eval $ac_try) 2>&5
14724 ac_status=$?
14725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14726 (exit $ac_status); }; }; then
8353 rxvt_cv_struct_utmp_host=yes 14727 rxvt_cv_struct_utmp_host=yes
8354else 14728else
8355 echo "configure: failed program was:" >&5 14729 echo "$as_me: failed program was:" >&5
8356 cat conftest.$ac_ext >&5 14730sed 's/^/| /' conftest.$ac_ext >&5
8357 rm -rf conftest* 14731
8358 rxvt_cv_struct_utmp_host=no 14732rxvt_cv_struct_utmp_host=no
8359fi 14733fi
8360rm -f conftest* 14734rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8361fi 14735fi
8362 14736echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8363echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 14737echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8364if test x$rxvt_cv_struct_utmp_host = xyes; then 14738if test x$rxvt_cv_struct_utmp_host = xyes; then
14739
8365 cat >> confdefs.h <<\EOF 14740cat >>confdefs.h <<\_ACEOF
8366#define HAVE_UTMP_HOST 1 14741#define HAVE_UTMP_HOST 1
8367EOF 14742_ACEOF
8368 14743
8369fi 14744fi
8370 14745
14746echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
8371echo $ac_n "checking for ut_pid in utmp struct""... $ac_c" 1>&6 14747echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
8372echo "configure:8373: checking for ut_pid in utmp struct" >&5
8373if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_pid'+set}'`\" = set"; then 14748if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8374 echo $ac_n "(cached) $ac_c" 1>&6 14749 echo $ECHO_N "(cached) $ECHO_C" >&6
8375else 14750else
8376 cat > conftest.$ac_ext <<EOF 14751 cat >conftest.$ac_ext <<_ACEOF
8377#line 8378 "configure" 14752/* confdefs.h. */
8378#include "confdefs.h" 14753_ACEOF
14754cat confdefs.h >>conftest.$ac_ext
14755cat >>conftest.$ac_ext <<_ACEOF
14756/* end confdefs.h. */
8379#include <sys/types.h> 14757#include <sys/types.h>
8380#include <utmp.h> 14758#include <utmp.h>
8381int main() { 14759int
14760main ()
14761{
8382struct utmp ut; ut.ut_pid; 14762struct utmp ut; ut.ut_pid;
14763 ;
8383; return 0; } 14764 return 0;
8384EOF 14765}
8385if { (eval echo configure:8386: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14766_ACEOF
14767rm -f conftest.$ac_objext
14768if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14769 (eval $ac_compile) 2>conftest.er1
14770 ac_status=$?
14771 grep -v '^ *+' conftest.er1 >conftest.err
8386 rm -rf conftest* 14772 rm -f conftest.er1
14773 cat conftest.err >&5
14774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14775 (exit $ac_status); } &&
14776 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14778 (eval $ac_try) 2>&5
14779 ac_status=$?
14780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14781 (exit $ac_status); }; } &&
14782 { ac_try='test -s conftest.$ac_objext'
14783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14784 (eval $ac_try) 2>&5
14785 ac_status=$?
14786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14787 (exit $ac_status); }; }; then
8387 rxvt_cv_struct_utmp_pid=yes 14788 rxvt_cv_struct_utmp_pid=yes
8388else 14789else
8389 echo "configure: failed program was:" >&5 14790 echo "$as_me: failed program was:" >&5
8390 cat conftest.$ac_ext >&5 14791sed 's/^/| /' conftest.$ac_ext >&5
8391 rm -rf conftest* 14792
8392 rxvt_cv_struct_utmp_pid=no 14793rxvt_cv_struct_utmp_pid=no
8393fi 14794fi
8394rm -f conftest* 14795rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8395fi 14796fi
8396 14797echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8397echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 14798echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8398if test x$rxvt_cv_struct_utmp_pid = xyes; then 14799if test x$rxvt_cv_struct_utmp_pid = xyes; then
14800
8399 cat >> confdefs.h <<\EOF 14801cat >>confdefs.h <<\_ACEOF
8400#define HAVE_UTMP_PID 1 14802#define HAVE_UTMP_PID 1
8401EOF 14803_ACEOF
8402 14804
8403fi 14805fi
8404 14806
8405else
8406 echo "$ac_t""no" 1>&6
8407fi 14807fi
8408
8409 14808
8410ac_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 14809
14810
14811if test "${ac_cv_header_utmpx_h+set}" = set; then
14812 echo "$as_me:$LINENO: checking for utmpx.h" >&5
8411echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 14813echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8412echo "configure:8413: checking for utmpx.h" >&5 14814if test "${ac_cv_header_utmpx_h+set}" = set; then
8413if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8414 echo $ac_n "(cached) $ac_c" 1>&6 14815 echo $ECHO_N "(cached) $ECHO_C" >&6
14816fi
14817echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
14818echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
8415else 14819else
14820 # Is the header compilable?
14821echo "$as_me:$LINENO: checking utmpx.h usability" >&5
14822echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
8416 cat > conftest.$ac_ext <<EOF 14823cat >conftest.$ac_ext <<_ACEOF
8417#line 8418 "configure" 14824/* confdefs.h. */
8418#include "confdefs.h" 14825_ACEOF
14826cat confdefs.h >>conftest.$ac_ext
14827cat >>conftest.$ac_ext <<_ACEOF
14828/* end confdefs.h. */
14829$ac_includes_default
8419#include <utmpx.h> 14830#include <utmpx.h>
8420EOF 14831_ACEOF
8421ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14832rm -f conftest.$ac_objext
8422{ (eval echo configure:8423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14833if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8423ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14834 (eval $ac_compile) 2>conftest.er1
14835 ac_status=$?
14836 grep -v '^ *+' conftest.er1 >conftest.err
14837 rm -f conftest.er1
14838 cat conftest.err >&5
14839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14840 (exit $ac_status); } &&
14841 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14843 (eval $ac_try) 2>&5
14844 ac_status=$?
14845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14846 (exit $ac_status); }; } &&
14847 { ac_try='test -s conftest.$ac_objext'
14848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14849 (eval $ac_try) 2>&5
14850 ac_status=$?
14851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14852 (exit $ac_status); }; }; then
14853 ac_header_compiler=yes
14854else
14855 echo "$as_me: failed program was:" >&5
14856sed 's/^/| /' conftest.$ac_ext >&5
14857
14858ac_header_compiler=no
14859fi
14860rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14861echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14862echo "${ECHO_T}$ac_header_compiler" >&6
14863
14864# Is the header present?
14865echo "$as_me:$LINENO: checking utmpx.h presence" >&5
14866echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
14867cat >conftest.$ac_ext <<_ACEOF
14868/* confdefs.h. */
14869_ACEOF
14870cat confdefs.h >>conftest.$ac_ext
14871cat >>conftest.$ac_ext <<_ACEOF
14872/* end confdefs.h. */
14873#include <utmpx.h>
14874_ACEOF
14875if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14876 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14877 ac_status=$?
14878 grep -v '^ *+' conftest.er1 >conftest.err
14879 rm -f conftest.er1
14880 cat conftest.err >&5
14881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14882 (exit $ac_status); } >/dev/null; then
14883 if test -s conftest.err; then
14884 ac_cpp_err=$ac_cxx_preproc_warn_flag
14885 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14886 else
14887 ac_cpp_err=
14888 fi
14889else
14890 ac_cpp_err=yes
14891fi
8424if test -z "$ac_err"; then 14892if test -z "$ac_cpp_err"; then
8425 rm -rf conftest* 14893 ac_header_preproc=yes
8426 eval "ac_cv_header_$ac_safe=yes"
8427else 14894else
8428 echo "$ac_err" >&5
8429 echo "configure: failed program was:" >&5 14895 echo "$as_me: failed program was:" >&5
8430 cat conftest.$ac_ext >&5 14896sed 's/^/| /' conftest.$ac_ext >&5
8431 rm -rf conftest* 14897
8432 eval "ac_cv_header_$ac_safe=no" 14898 ac_header_preproc=no
8433fi 14899fi
8434rm -f conftest* 14900rm -f conftest.err conftest.$ac_ext
14901echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14902echo "${ECHO_T}$ac_header_preproc" >&6
14903
14904# So? What about this header?
14905case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14906 yes:no: )
14907 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
14908echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14909 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
14910echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14911 ac_header_preproc=yes
14912 ;;
14913 no:yes:* )
14914 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
14915echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
14916 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
14917echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
14918 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
14919echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
14920 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
14921echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
14922 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
14923echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
14924 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
14925echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
14926 (
14927 cat <<\_ASBOX
14928## ------------------------------------------ ##
14929## Report this to the AC_PACKAGE_NAME lists. ##
14930## ------------------------------------------ ##
14931_ASBOX
14932 ) |
14933 sed "s/^/$as_me: WARNING: /" >&2
14934 ;;
14935esac
14936echo "$as_me:$LINENO: checking for utmpx.h" >&5
14937echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
14938if test "${ac_cv_header_utmpx_h+set}" = set; then
14939 echo $ECHO_N "(cached) $ECHO_C" >&6
14940else
14941 ac_cv_header_utmpx_h=$ac_header_preproc
8435fi 14942fi
8436if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14943echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8437 echo "$ac_t""yes" 1>&6 14944echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
14945
14946fi
14947if test $ac_cv_header_utmpx_h = yes; then
14948 echo "$as_me:$LINENO: checking for struct utmpx" >&5
8438 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 14949echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
8439echo "configure:8440: checking for struct utmpx" >&5
8440if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx'+set}'`\" = set"; then 14950if test "${rxvt_cv_struct_utmpx+set}" = set; then
8441 echo $ac_n "(cached) $ac_c" 1>&6 14951 echo $ECHO_N "(cached) $ECHO_C" >&6
8442else 14952else
8443 cat > conftest.$ac_ext <<EOF 14953 cat >conftest.$ac_ext <<_ACEOF
8444#line 8445 "configure" 14954/* confdefs.h. */
8445#include "confdefs.h" 14955_ACEOF
14956cat confdefs.h >>conftest.$ac_ext
14957cat >>conftest.$ac_ext <<_ACEOF
14958/* end confdefs.h. */
8446#include <sys/types.h> 14959#include <sys/types.h>
8447#include <utmpx.h> 14960#include <utmpx.h>
8448int main() { 14961int
14962main ()
14963{
8449struct utmpx ut; 14964struct utmpx ut;
14965 ;
8450; return 0; } 14966 return 0;
8451EOF 14967}
8452if { (eval echo configure:8453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14968_ACEOF
14969rm -f conftest.$ac_objext
14970if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14971 (eval $ac_compile) 2>conftest.er1
14972 ac_status=$?
14973 grep -v '^ *+' conftest.er1 >conftest.err
8453 rm -rf conftest* 14974 rm -f conftest.er1
14975 cat conftest.err >&5
14976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14977 (exit $ac_status); } &&
14978 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14980 (eval $ac_try) 2>&5
14981 ac_status=$?
14982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14983 (exit $ac_status); }; } &&
14984 { ac_try='test -s conftest.$ac_objext'
14985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14986 (eval $ac_try) 2>&5
14987 ac_status=$?
14988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14989 (exit $ac_status); }; }; then
8454 rxvt_cv_struct_utmpx=yes 14990 rxvt_cv_struct_utmpx=yes
8455else 14991else
8456 echo "configure: failed program was:" >&5 14992 echo "$as_me: failed program was:" >&5
8457 cat conftest.$ac_ext >&5 14993sed 's/^/| /' conftest.$ac_ext >&5
8458 rm -rf conftest* 14994
8459 rxvt_cv_struct_utmpx=no 14995rxvt_cv_struct_utmpx=no
8460fi 14996fi
8461rm -f conftest* 14997rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8462fi 14998fi
8463 14999echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8464echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 15000echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8465if test x$rxvt_cv_struct_utmpx = xyes; then 15001if test x$rxvt_cv_struct_utmpx = xyes; then
15002
8466 cat >> confdefs.h <<\EOF 15003cat >>confdefs.h <<\_ACEOF
8467#define HAVE_STRUCT_UTMPX 1 15004#define HAVE_STRUCT_UTMPX 1
8468EOF 15005_ACEOF
8469 15006
8470fi 15007fi
8471 15008
8472 15009
15010echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8473echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 15011echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
8474echo "configure:8475: checking for host in utmpx struct" >&5
8475if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx_host'+set}'`\" = set"; then 15012if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8476 echo $ac_n "(cached) $ac_c" 1>&6 15013 echo $ECHO_N "(cached) $ECHO_C" >&6
8477else 15014else
8478 cat > conftest.$ac_ext <<EOF 15015 cat >conftest.$ac_ext <<_ACEOF
8479#line 8480 "configure" 15016/* confdefs.h. */
8480#include "confdefs.h" 15017_ACEOF
15018cat confdefs.h >>conftest.$ac_ext
15019cat >>conftest.$ac_ext <<_ACEOF
15020/* end confdefs.h. */
8481#include <sys/types.h> 15021#include <sys/types.h>
8482#include <utmpx.h> 15022#include <utmpx.h>
8483int main() { 15023int
15024main ()
15025{
8484struct utmpx utx; utx.ut_host; 15026struct utmpx utx; utx.ut_host;
15027 ;
8485; return 0; } 15028 return 0;
8486EOF 15029}
8487if { (eval echo configure:8488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15030_ACEOF
15031rm -f conftest.$ac_objext
15032if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15033 (eval $ac_compile) 2>conftest.er1
15034 ac_status=$?
15035 grep -v '^ *+' conftest.er1 >conftest.err
8488 rm -rf conftest* 15036 rm -f conftest.er1
15037 cat conftest.err >&5
15038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15039 (exit $ac_status); } &&
15040 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15042 (eval $ac_try) 2>&5
15043 ac_status=$?
15044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15045 (exit $ac_status); }; } &&
15046 { ac_try='test -s conftest.$ac_objext'
15047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15048 (eval $ac_try) 2>&5
15049 ac_status=$?
15050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15051 (exit $ac_status); }; }; then
8489 rxvt_cv_struct_utmpx_host=yes 15052 rxvt_cv_struct_utmpx_host=yes
8490else 15053else
8491 echo "configure: failed program was:" >&5 15054 echo "$as_me: failed program was:" >&5
8492 cat conftest.$ac_ext >&5 15055sed 's/^/| /' conftest.$ac_ext >&5
8493 rm -rf conftest* 15056
8494 rxvt_cv_struct_utmpx_host=no 15057rxvt_cv_struct_utmpx_host=no
8495fi 15058fi
8496rm -f conftest* 15059rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8497fi 15060fi
8498 15061echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8499echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 15062echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8500if test x$rxvt_cv_struct_utmpx_host = xyes; then 15063if test x$rxvt_cv_struct_utmpx_host = xyes; then
15064
8501 cat >> confdefs.h <<\EOF 15065cat >>confdefs.h <<\_ACEOF
8502#define HAVE_UTMPX_HOST 1 15066#define HAVE_UTMPX_HOST 1
8503EOF 15067_ACEOF
8504 15068
8505fi 15069fi
8506 15070
8507else
8508 echo "$ac_t""no" 1>&6
8509fi 15071fi
8510
8511 15072
15073
15074
15075echo "$as_me:$LINENO: checking for struct lastlog" >&5
8512echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 15076echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
8513echo "configure:8514: checking for struct lastlog" >&5
8514if eval "test \"`echo '$''{'rxvt_cv_struct_lastlog'+set}'`\" = set"; then 15077if test "${rxvt_cv_struct_lastlog+set}" = set; then
8515 echo $ac_n "(cached) $ac_c" 1>&6 15078 echo $ECHO_N "(cached) $ECHO_C" >&6
8516else 15079else
8517 cat > conftest.$ac_ext <<EOF 15080 cat >conftest.$ac_ext <<_ACEOF
8518#line 8519 "configure" 15081/* confdefs.h. */
8519#include "confdefs.h" 15082_ACEOF
15083cat confdefs.h >>conftest.$ac_ext
15084cat >>conftest.$ac_ext <<_ACEOF
15085/* end confdefs.h. */
8520#include <sys/types.h> 15086#include <sys/types.h>
8521#include <utmp.h> 15087#include <utmp.h>
8522#ifdef HAVE_LASTLOG_H 15088#ifdef HAVE_LASTLOG_H
8523#include <lastlog.h> 15089#include <lastlog.h>
8524#endif 15090#endif
8525 15091
8526int main() { 15092int
15093main ()
15094{
8527struct lastlog ll; 15095struct lastlog ll;
15096 ;
8528; return 0; } 15097 return 0;
8529EOF 15098}
8530if { (eval echo configure:8531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15099_ACEOF
15100rm -f conftest.$ac_objext
15101if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15102 (eval $ac_compile) 2>conftest.er1
15103 ac_status=$?
15104 grep -v '^ *+' conftest.er1 >conftest.err
8531 rm -rf conftest* 15105 rm -f conftest.er1
15106 cat conftest.err >&5
15107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15108 (exit $ac_status); } &&
15109 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15111 (eval $ac_try) 2>&5
15112 ac_status=$?
15113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15114 (exit $ac_status); }; } &&
15115 { ac_try='test -s conftest.$ac_objext'
15116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15117 (eval $ac_try) 2>&5
15118 ac_status=$?
15119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15120 (exit $ac_status); }; }; then
8532 rxvt_cv_struct_lastlog=yes 15121 rxvt_cv_struct_lastlog=yes
8533else 15122else
8534 echo "configure: failed program was:" >&5 15123 echo "$as_me: failed program was:" >&5
8535 cat conftest.$ac_ext >&5 15124sed 's/^/| /' conftest.$ac_ext >&5
8536 rm -rf conftest* 15125
8537 rxvt_cv_struct_lastlog=no 15126rxvt_cv_struct_lastlog=no
8538fi 15127fi
8539rm -f conftest* 15128rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8540fi 15129fi
8541 15130echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8542echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 15131echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8543if test x$rxvt_cv_struct_lastlog = xyes; then 15132if test x$rxvt_cv_struct_lastlog = xyes; then
15133
8544 cat >> confdefs.h <<\EOF 15134cat >>confdefs.h <<\_ACEOF
8545#define HAVE_STRUCT_LASTLOG 1 15135#define HAVE_STRUCT_LASTLOG 1
8546EOF 15136_ACEOF
8547 15137
8548fi 15138fi
8549 15139
15140echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8550echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 15141echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
8551echo "configure:8552: checking for struct lastlogx" >&5
8552if eval "test \"`echo '$''{'rxvt_cv_struct_lastlogx'+set}'`\" = set"; then 15142if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8553 echo $ac_n "(cached) $ac_c" 1>&6 15143 echo $ECHO_N "(cached) $ECHO_C" >&6
8554else 15144else
8555 cat > conftest.$ac_ext <<EOF 15145 cat >conftest.$ac_ext <<_ACEOF
8556#line 8557 "configure" 15146/* confdefs.h. */
8557#include "confdefs.h" 15147_ACEOF
15148cat confdefs.h >>conftest.$ac_ext
15149cat >>conftest.$ac_ext <<_ACEOF
15150/* end confdefs.h. */
8558#include <sys/types.h> 15151#include <sys/types.h>
8559#include <utmpx.h> 15152#include <utmpx.h>
8560#ifdef HAVE_LASTLOG_H 15153#ifdef HAVE_LASTLOG_H
8561#include <lastlog.h> 15154#include <lastlog.h>
8562#endif 15155#endif
8563 15156
8564int main() { 15157int
15158main ()
15159{
8565struct lastlogx ll; 15160struct lastlogx ll;
15161 ;
8566; return 0; } 15162 return 0;
8567EOF 15163}
8568if { (eval echo configure:8569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15164_ACEOF
15165rm -f conftest.$ac_objext
15166if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15167 (eval $ac_compile) 2>conftest.er1
15168 ac_status=$?
15169 grep -v '^ *+' conftest.er1 >conftest.err
8569 rm -rf conftest* 15170 rm -f conftest.er1
15171 cat conftest.err >&5
15172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15173 (exit $ac_status); } &&
15174 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15176 (eval $ac_try) 2>&5
15177 ac_status=$?
15178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15179 (exit $ac_status); }; } &&
15180 { ac_try='test -s conftest.$ac_objext'
15181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15182 (eval $ac_try) 2>&5
15183 ac_status=$?
15184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15185 (exit $ac_status); }; }; then
8570 rxvt_cv_struct_lastlogx=yes 15186 rxvt_cv_struct_lastlogx=yes
8571else 15187else
8572 echo "configure: failed program was:" >&5 15188 echo "$as_me: failed program was:" >&5
8573 cat conftest.$ac_ext >&5 15189sed 's/^/| /' conftest.$ac_ext >&5
8574 rm -rf conftest* 15190
8575 rxvt_cv_struct_lastlogx=no 15191rxvt_cv_struct_lastlogx=no
8576fi 15192fi
8577rm -f conftest* 15193rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8578fi 15194fi
8579 15195echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8580echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 15196echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8581if test x$rxvt_cv_struct_lastlogx = xyes; then 15197if test x$rxvt_cv_struct_lastlogx = xyes; then
15198
8582 cat >> confdefs.h <<\EOF 15199cat >>confdefs.h <<\_ACEOF
8583#define HAVE_STRUCT_LASTLOGX 1 15200#define HAVE_STRUCT_LASTLOGX 1
8584EOF 15201_ACEOF
8585 15202
8586fi 15203fi
8587 15204
8588 15205
15206echo "$as_me:$LINENO: checking where utmp is located" >&5
8589echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 15207echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
8590echo "configure:8591: checking where utmp is located" >&5
8591if eval "test \"`echo '$''{'rxvt_cv_path_utmp'+set}'`\" = set"; then 15208if test "${rxvt_cv_path_utmp+set}" = set; then
8592 echo $ac_n "(cached) $ac_c" 1>&6 15209 echo $ECHO_N "(cached) $ECHO_C" >&6
8593else 15210else
8594 if test "$cross_compiling" = yes; then 15211 if test "$cross_compiling" = yes; then
15212 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
8595 echo "configure: warning: Define RXVT_UTMP_FILE in config.h manually" 1>&2 15213echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
8596else 15214else
8597 cat > conftest.$ac_ext <<EOF 15215 cat >conftest.$ac_ext <<_ACEOF
8598#line 8599 "configure" 15216/* confdefs.h. */
8599#include "confdefs.h" 15217_ACEOF
15218cat confdefs.h >>conftest.$ac_ext
15219cat >>conftest.$ac_ext <<_ACEOF
15220/* end confdefs.h. */
8600#include <stdio.h> 15221#include <stdio.h>
8601#include <sys/types.h> 15222#include <sys/types.h>
8602#include <utmp.h> 15223#include <utmp.h>
8603#include <errno.h> 15224#include <errno.h>
8604main() 15225main()
8621 exit(0); 15242 exit(0);
8622 } 15243 }
8623 } 15244 }
8624 exit(0); 15245 exit(0);
8625} 15246}
8626EOF 15247_ACEOF
8627if { (eval echo configure:8628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15248rm -f conftest$ac_exeext
8628then 15249if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15250 (eval $ac_link) 2>&5
15251 ac_status=$?
15252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15253 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15255 (eval $ac_try) 2>&5
15256 ac_status=$?
15257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15258 (exit $ac_status); }; }; then
8629 rxvt_cv_path_utmp=`cat conftestval` 15259 rxvt_cv_path_utmp=`cat conftestval`
8630else 15260else
15261 echo "$as_me: program exited with status $ac_status" >&5
8631 echo "configure: failed program was:" >&5 15262echo "$as_me: failed program was:" >&5
8632 cat conftest.$ac_ext >&5 15263sed 's/^/| /' conftest.$ac_ext >&5
8633 rm -fr conftest* 15264
15265( exit $ac_status )
8634 rxvt_cv_path_utmp= 15266rxvt_cv_path_utmp=
8635fi 15267fi
8636rm -fr conftest* 15268rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8637fi 15269fi
8638
8639fi 15270fi
8640 15271echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8641echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 15272echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8642if test x$rxvt_cv_path_utmp != x; then 15273if test x$rxvt_cv_path_utmp != x; then
15274
8643 cat >> confdefs.h <<EOF 15275cat >>confdefs.h <<_ACEOF
8644#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 15276#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8645EOF 15277_ACEOF
8646 15278
8647fi 15279fi
8648 15280
8649 15281
15282echo "$as_me:$LINENO: checking where utmpx is located" >&5
8650echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 15283echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
8651echo "configure:8652: checking where utmpx is located" >&5
8652if eval "test \"`echo '$''{'rxvt_cv_path_utmpx'+set}'`\" = set"; then 15284if test "${rxvt_cv_path_utmpx+set}" = set; then
8653 echo $ac_n "(cached) $ac_c" 1>&6 15285 echo $ECHO_N "(cached) $ECHO_C" >&6
8654else 15286else
8655 if test "$cross_compiling" = yes; then 15287 if test "$cross_compiling" = yes; then
15288 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
8656 echo "configure: warning: Define RXVT_UTMPX_FILE in config.h manually" 1>&2 15289echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
8657else 15290else
8658 cat > conftest.$ac_ext <<EOF 15291 cat >conftest.$ac_ext <<_ACEOF
8659#line 8660 "configure" 15292/* confdefs.h. */
8660#include "confdefs.h" 15293_ACEOF
15294cat confdefs.h >>conftest.$ac_ext
15295cat >>conftest.$ac_ext <<_ACEOF
15296/* end confdefs.h. */
8661#include <stdio.h> 15297#include <stdio.h>
8662#include <sys/types.h> 15298#include <sys/types.h>
8663#include <utmpx.h> 15299#include <utmpx.h>
8664#include <errno.h> 15300#include <errno.h>
8665#include <sys/stat.h> 15301#include <sys/stat.h>
8692 exit(0); 15328 exit(0);
8693 } 15329 }
8694 } 15330 }
8695 exit(0); 15331 exit(0);
8696} 15332}
8697EOF 15333_ACEOF
8698if { (eval echo configure:8699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15334rm -f conftest$ac_exeext
8699then 15335if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15336 (eval $ac_link) 2>&5
15337 ac_status=$?
15338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15339 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15341 (eval $ac_try) 2>&5
15342 ac_status=$?
15343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15344 (exit $ac_status); }; }; then
8700 rxvt_cv_path_utmpx=`cat conftestval` 15345 rxvt_cv_path_utmpx=`cat conftestval`
8701else 15346else
15347 echo "$as_me: program exited with status $ac_status" >&5
8702 echo "configure: failed program was:" >&5 15348echo "$as_me: failed program was:" >&5
8703 cat conftest.$ac_ext >&5 15349sed 's/^/| /' conftest.$ac_ext >&5
8704 rm -fr conftest* 15350
15351( exit $ac_status )
8705 rxvt_cv_path_utmpx= 15352rxvt_cv_path_utmpx=
8706fi 15353fi
8707rm -fr conftest* 15354rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8708fi 15355fi
8709
8710fi 15356fi
8711 15357echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8712echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 15358echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8713if test x$rxvt_cv_path_utmpx != x; then 15359if test x$rxvt_cv_path_utmpx != x; then
15360
8714 cat >> confdefs.h <<EOF 15361cat >>confdefs.h <<_ACEOF
8715#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 15362#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8716EOF 15363_ACEOF
8717 15364
8718fi 15365fi
8719 15366
8720 15367
15368echo "$as_me:$LINENO: checking where wtmp is located" >&5
8721echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 15369echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
8722echo "configure:8723: checking where wtmp is located" >&5
8723if eval "test \"`echo '$''{'rxvt_cv_path_wtmp'+set}'`\" = set"; then 15370if test "${rxvt_cv_path_wtmp+set}" = set; then
8724 echo $ac_n "(cached) $ac_c" 1>&6 15371 echo $ECHO_N "(cached) $ECHO_C" >&6
8725else 15372else
8726 if test "$cross_compiling" = yes; then 15373 if test "$cross_compiling" = yes; then
15374 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
8727 echo "configure: warning: Define RXVT_WTMP_FILE in config.h manually" 1>&2 15375echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
8728else 15376else
8729 cat > conftest.$ac_ext <<EOF 15377 cat >conftest.$ac_ext <<_ACEOF
8730#line 8731 "configure" 15378/* confdefs.h. */
8731#include "confdefs.h" 15379_ACEOF
15380cat confdefs.h >>conftest.$ac_ext
15381cat >>conftest.$ac_ext <<_ACEOF
15382/* end confdefs.h. */
8732#include <stdio.h> 15383#include <stdio.h>
8733#include <sys/types.h> 15384#include <sys/types.h>
8734#ifdef HAVE_UTMP_H 15385#ifdef HAVE_UTMP_H
8735#include <utmp.h> 15386#include <utmp.h>
8736#endif 15387#endif
8737#include <errno.h> 15388#include <errno.h>
8738main() 15389main()
8739{ 15390{
8740 char **w, *wtmplist[] = { 15391 char **w, *wtmplist[] = {
8741 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL }; 15392 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
8742 FILE *a, *f=fopen("conftestval", "w"); 15393 FILE *a, *f=fopen("conftestval", "w");
8743 if (!f) exit(1); 15394 if (!f) exit(1);
8744#ifdef WTMP_FILE 15395#ifdef WTMP_FILE
8745 fprintf(f, "%s\n", WTMP_FILE); 15396 fprintf(f, "%s\n", WTMP_FILE);
8746 exit(0); 15397 exit(0);
8755 exit(0); 15406 exit(0);
8756 } 15407 }
8757 } 15408 }
8758 exit(0); 15409 exit(0);
8759} 15410}
8760EOF 15411_ACEOF
8761if { (eval echo configure:8762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15412rm -f conftest$ac_exeext
8762then 15413if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15414 (eval $ac_link) 2>&5
15415 ac_status=$?
15416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15417 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15419 (eval $ac_try) 2>&5
15420 ac_status=$?
15421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15422 (exit $ac_status); }; }; then
8763 rxvt_cv_path_wtmp=`cat conftestval` 15423 rxvt_cv_path_wtmp=`cat conftestval`
8764else 15424else
15425 echo "$as_me: program exited with status $ac_status" >&5
8765 echo "configure: failed program was:" >&5 15426echo "$as_me: failed program was:" >&5
8766 cat conftest.$ac_ext >&5 15427sed 's/^/| /' conftest.$ac_ext >&5
8767 rm -fr conftest* 15428
15429( exit $ac_status )
8768 rxvt_cv_path_wtmp= 15430rxvt_cv_path_wtmp=
8769fi 15431fi
8770rm -fr conftest* 15432rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8771fi 15433fi
8772
8773fi 15434fi
8774 15435echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8775echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 15436echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8776if test x$rxvt_cv_path_wtmp != x; then 15437if test x$rxvt_cv_path_wtmp != x; then
15438
8777 cat >> confdefs.h <<EOF 15439cat >>confdefs.h <<_ACEOF
8778#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 15440#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8779EOF 15441_ACEOF
8780 15442
8781fi 15443fi
8782 15444
15445echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8783echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 15446echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
8784echo "configure:8785: checking where wtmpx is located" >&5
8785if eval "test \"`echo '$''{'rxvt_cv_path_wtmpx'+set}'`\" = set"; then 15447if test "${rxvt_cv_path_wtmpx+set}" = set; then
8786 echo $ac_n "(cached) $ac_c" 1>&6 15448 echo $ECHO_N "(cached) $ECHO_C" >&6
8787else 15449else
8788 if test "$cross_compiling" = yes; then 15450 if test "$cross_compiling" = yes; then
15451 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
8789 echo "configure: warning: Define RXVT_WTMPX_FILE in config.h manually" 1>&2 15452echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
8790else 15453else
8791 cat > conftest.$ac_ext <<EOF 15454 cat >conftest.$ac_ext <<_ACEOF
8792#line 8793 "configure" 15455/* confdefs.h. */
8793#include "confdefs.h" 15456_ACEOF
15457cat confdefs.h >>conftest.$ac_ext
15458cat >>conftest.$ac_ext <<_ACEOF
15459/* end confdefs.h. */
8794#include <stdio.h> 15460#include <stdio.h>
8795#ifdef HAVE_UTMPX_H 15461#ifdef HAVE_UTMPX_H
8796#include <utmpx.h> 15462#include <utmpx.h>
8797#endif 15463#endif
8798#include <errno.h> 15464#include <errno.h>
8799main() 15465main()
8800{ 15466{
8801 char **w, *wtmplist[] = { 15467 char **w, *wtmplist[] = {
8802 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 15468 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8803 FILE *a, *f=fopen("conftestval", "w"); 15469 FILE *a, *f=fopen("conftestval", "w");
8804 if (!f) exit(1); 15470 if (!f) exit(1);
8805#ifdef WTMPX_FILE 15471#ifdef WTMPX_FILE
8806 fprintf(f, "%s\n", WTMPX_FILE); 15472 fprintf(f, "%s\n", WTMPX_FILE);
8807 exit(0); 15473 exit(0);
8816 exit(0); 15482 exit(0);
8817 } 15483 }
8818 } 15484 }
8819 exit(0); 15485 exit(0);
8820} 15486}
8821EOF 15487_ACEOF
8822if { (eval echo configure:8823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15488rm -f conftest$ac_exeext
8823then 15489if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15490 (eval $ac_link) 2>&5
15491 ac_status=$?
15492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15493 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15495 (eval $ac_try) 2>&5
15496 ac_status=$?
15497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15498 (exit $ac_status); }; }; then
8824 rxvt_cv_path_wtmpx=`cat conftestval` 15499 rxvt_cv_path_wtmpx=`cat conftestval`
8825else 15500else
15501 echo "$as_me: program exited with status $ac_status" >&5
8826 echo "configure: failed program was:" >&5 15502echo "$as_me: failed program was:" >&5
8827 cat conftest.$ac_ext >&5 15503sed 's/^/| /' conftest.$ac_ext >&5
8828 rm -fr conftest* 15504
15505( exit $ac_status )
8829 rxvt_cv_path_wtmpx= 15506rxvt_cv_path_wtmpx=
8830fi 15507fi
8831rm -fr conftest* 15508rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8832fi 15509fi
8833
8834fi 15510fi
8835 15511echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8836echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15512echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8837if test x$rxvt_cv_path_wtmpx != x; then 15513if test x$rxvt_cv_path_wtmpx != x; then
15514
8838 cat >> confdefs.h <<EOF 15515cat >>confdefs.h <<_ACEOF
8839#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15516#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8840EOF 15517_ACEOF
8841 15518
8842fi 15519fi
8843 15520
15521echo "$as_me:$LINENO: checking where lastlog is located" >&5
8844echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15522echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
8845echo "configure:8846: checking where lastlog is located" >&5
8846if eval "test \"`echo '$''{'rxvt_cv_path_lastlog'+set}'`\" = set"; then 15523if test "${rxvt_cv_path_lastlog+set}" = set; then
8847 echo $ac_n "(cached) $ac_c" 1>&6 15524 echo $ECHO_N "(cached) $ECHO_C" >&6
8848else 15525else
8849 if test "$cross_compiling" = yes; then 15526 if test "$cross_compiling" = yes; then
15527 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
8850 echo "configure: warning: Define RXVT_LASTLOG_FILE in config.h manually" 1>&2 15528echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
8851else 15529else
8852 cat > conftest.$ac_ext <<EOF 15530 cat >conftest.$ac_ext <<_ACEOF
8853#line 8854 "configure" 15531/* confdefs.h. */
8854#include "confdefs.h" 15532_ACEOF
15533cat confdefs.h >>conftest.$ac_ext
15534cat >>conftest.$ac_ext <<_ACEOF
15535/* end confdefs.h. */
8855#include <stdio.h> 15536#include <stdio.h>
8856#include <sys/types.h> 15537#include <sys/types.h>
8857#ifdef HAVE_UTMPX_H 15538#ifdef HAVE_UTMPX_H
8858#include <utmpx.h> 15539#include <utmpx.h>
8859#elif defined(HAVE_UTMP_H) 15540#elif defined(HAVE_UTMP_H)
8882 exit(0); 15563 exit(0);
8883 } 15564 }
8884 } 15565 }
8885 exit(0); 15566 exit(0);
8886} 15567}
8887EOF 15568_ACEOF
8888if { (eval echo configure:8889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15569rm -f conftest$ac_exeext
8889then 15570if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15571 (eval $ac_link) 2>&5
15572 ac_status=$?
15573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15574 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15576 (eval $ac_try) 2>&5
15577 ac_status=$?
15578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15579 (exit $ac_status); }; }; then
8890 rxvt_cv_path_lastlog=`cat conftestval` 15580 rxvt_cv_path_lastlog=`cat conftestval`
8891else 15581else
15582 echo "$as_me: program exited with status $ac_status" >&5
8892 echo "configure: failed program was:" >&5 15583echo "$as_me: failed program was:" >&5
8893 cat conftest.$ac_ext >&5 15584sed 's/^/| /' conftest.$ac_ext >&5
8894 rm -fr conftest* 15585
15586( exit $ac_status )
8895 rxvt_cv_path_lastlog= 15587rxvt_cv_path_lastlog=
8896fi 15588fi
8897rm -fr conftest* 15589rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8898fi 15590fi
8899
8900fi 15591fi
8901 15592echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8902echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15593echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8903if test x$rxvt_cv_path_lastlog != x; then 15594if test x$rxvt_cv_path_lastlog != x; then
15595
8904 cat >> confdefs.h <<EOF 15596cat >>confdefs.h <<_ACEOF
8905#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15597#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8906EOF 15598_ACEOF
8907 15599
8908 if test -d "$rxvt_cv_path_lastlog"; then 15600 if test -d "$rxvt_cv_path_lastlog"; then
15601
8909 cat >> confdefs.h <<\EOF 15602cat >>confdefs.h <<\_ACEOF
8910#define LASTLOG_IS_DIR 1 15603#define LASTLOG_IS_DIR 1
8911EOF 15604_ACEOF
8912 15605
8913 fi 15606 fi
8914fi 15607fi
8915 15608
15609echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8916echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15610echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
8917echo "configure:8918: checking where lastlogx is located" >&5
8918if eval "test \"`echo '$''{'rxvt_cv_path_lastlogx'+set}'`\" = set"; then 15611if test "${rxvt_cv_path_lastlogx+set}" = set; then
8919 echo $ac_n "(cached) $ac_c" 1>&6 15612 echo $ECHO_N "(cached) $ECHO_C" >&6
8920else 15613else
8921 if test "$cross_compiling" = yes; then 15614 if test "$cross_compiling" = yes; then
15615 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
8922 echo "configure: warning: Define RXVT_LASTLOGX_FILE in config.h manually" 1>&2 15616echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
8923else 15617else
8924 cat > conftest.$ac_ext <<EOF 15618 cat >conftest.$ac_ext <<_ACEOF
8925#line 8926 "configure" 15619/* confdefs.h. */
8926#include "confdefs.h" 15620_ACEOF
15621cat confdefs.h >>conftest.$ac_ext
15622cat >>conftest.$ac_ext <<_ACEOF
15623/* end confdefs.h. */
8927#include <stdio.h> 15624#include <stdio.h>
8928#ifdef HAVE_UTMPX_H 15625#ifdef HAVE_UTMPX_H
8929#include <utmpx.h> 15626#include <utmpx.h>
8930#endif 15627#endif
8931#include <errno.h> 15628#include <errno.h>
8948 exit(0); 15645 exit(0);
8949 } 15646 }
8950 } 15647 }
8951 exit(0); 15648 exit(0);
8952} 15649}
8953EOF 15650_ACEOF
8954if { (eval echo configure:8955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15651rm -f conftest$ac_exeext
8955then 15652if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15653 (eval $ac_link) 2>&5
15654 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15658 (eval $ac_try) 2>&5
15659 ac_status=$?
15660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15661 (exit $ac_status); }; }; then
8956 rxvt_cv_path_lastlogx=`cat conftestval` 15662 rxvt_cv_path_lastlogx=`cat conftestval`
8957else 15663else
15664 echo "$as_me: program exited with status $ac_status" >&5
8958 echo "configure: failed program was:" >&5 15665echo "$as_me: failed program was:" >&5
8959 cat conftest.$ac_ext >&5 15666sed 's/^/| /' conftest.$ac_ext >&5
8960 rm -fr conftest* 15667
15668( exit $ac_status )
8961 rxvt_cv_path_lastlogx= 15669rxvt_cv_path_lastlogx=
8962fi 15670fi
8963rm -fr conftest* 15671rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8964fi 15672fi
8965
8966fi 15673fi
8967 15674echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8968echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15675echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8969if test x$rxvt_cv_path_lastlogx != x; then 15676if test x$rxvt_cv_path_lastlogx != x; then
15677
8970 cat >> confdefs.h <<EOF 15678cat >>confdefs.h <<_ACEOF
8971#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15679#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8972EOF 15680_ACEOF
8973 15681
8974fi 15682fi
8975 15683
8976 15684
15685echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8977echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15686echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
8978echo "configure:8979: checking where ttys/ttytab is located" >&5
8979if eval "test \"`echo '$''{'rxvt_cv_path_ttytab'+set}'`\" = set"; then 15687if test "${rxvt_cv_path_ttytab+set}" = set; then
8980 echo $ac_n "(cached) $ac_c" 1>&6 15688 echo $ECHO_N "(cached) $ECHO_C" >&6
8981else 15689else
8982 for ttys_file in /etc/ttys /etc/ttytab; 15690 for ttys_file in /etc/ttys /etc/ttytab;
8983do 15691do
8984 if test -f "$ttys_file" ; then 15692 if test -f "$ttys_file" ; then
8985 rxvt_cv_path_ttytab=$ttys_file 15693 rxvt_cv_path_ttytab=$ttys_file
8986 break 15694 break
8987 fi 15695 fi
8988done 15696done
8989 15697
8990fi 15698fi
8991 15699echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
8992echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15700echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
8993if test x$rxvt_cv_path_ttytab != x; then 15701if test x$rxvt_cv_path_ttytab != x; then
15702
8994 cat >> confdefs.h <<EOF 15703cat >>confdefs.h <<_ACEOF
8995#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 15704#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
8996EOF 15705_ACEOF
8997 15706
8998fi 15707fi
8999 15708
9000 15709
9001ac_save_LIBS=$LIBS 15710ac_save_LIBS=$LIBS
9003CFLAGS="$CFLAGS $X_CFLAGS" 15712CFLAGS="$CFLAGS $X_CFLAGS"
9004LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 15713LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9005if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 15714if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
9006 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 15715 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9007fi 15716fi
15717echo "$as_me:$LINENO: checking for working Xlocale" >&5
9008echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 15718echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
9009echo "configure:9010: checking for working Xlocale" >&5
9010if eval "test \"`echo '$''{'rxvt_cv_func_xlocale'+set}'`\" = set"; then 15719if test "${rxvt_cv_func_xlocale+set}" = set; then
9011 echo $ac_n "(cached) $ac_c" 1>&6 15720 echo $ECHO_N "(cached) $ECHO_C" >&6
9012else 15721else
9013 if test "$cross_compiling" = yes; then 15722 if test "$cross_compiling" = yes; then
15723 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
9014 echo "configure: warning: Define NO_XLOCALE in config.h manually" 1>&2 15724echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9015else 15725else
9016 cat > conftest.$ac_ext <<EOF 15726 cat >conftest.$ac_ext <<_ACEOF
9017#line 9018 "configure" 15727/* confdefs.h. */
9018#include "confdefs.h" 15728_ACEOF
15729cat confdefs.h >>conftest.$ac_ext
15730cat >>conftest.$ac_ext <<_ACEOF
15731/* end confdefs.h. */
9019#include <X11/Xlib.h> 15732#include <X11/Xlib.h>
9020main() { 15733main() {
9021char *p; 15734char *p;
9022if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 15735if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9023exit (XSupportsLocale() ? 0 : 1); 15736exit (XSupportsLocale() ? 0 : 1);
9024else 15737else
9025exit (1);} 15738exit (1);}
9026EOF 15739_ACEOF
9027if { (eval echo configure:9028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15740rm -f conftest$ac_exeext
9028then 15741if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15742 (eval $ac_link) 2>&5
15743 ac_status=$?
15744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15745 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15747 (eval $ac_try) 2>&5
15748 ac_status=$?
15749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15750 (exit $ac_status); }; }; then
9029 rxvt_cv_func_xlocale=yes 15751 rxvt_cv_func_xlocale=yes
9030else 15752else
15753 echo "$as_me: program exited with status $ac_status" >&5
9031 echo "configure: failed program was:" >&5 15754echo "$as_me: failed program was:" >&5
9032 cat conftest.$ac_ext >&5 15755sed 's/^/| /' conftest.$ac_ext >&5
9033 rm -fr conftest* 15756
15757( exit $ac_status )
9034 rxvt_cv_func_xlocale=no 15758rxvt_cv_func_xlocale=no
9035fi 15759fi
9036rm -fr conftest* 15760rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9037fi 15761fi
9038
9039fi 15762fi
9040 15763echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9041echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 15764echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9042if test x$rxvt_cv_func_xlocale = xyes; then 15765if test x$rxvt_cv_func_xlocale = xyes; then
15766
9043 cat >> confdefs.h <<\EOF 15767cat >>confdefs.h <<\_ACEOF
9044#define HAVE_XLOCALE 1 15768#define HAVE_XLOCALE 1
9045EOF 15769_ACEOF
9046 15770
9047fi 15771fi
9048 15772
15773echo "$as_me:$LINENO: checking for working X setlocale" >&5
9049echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 15774echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
9050echo "configure:9051: checking for working X setlocale" >&5
9051if eval "test \"`echo '$''{'rxvt_cv_func_xsetlocale'+set}'`\" = set"; then 15775if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9052 echo $ac_n "(cached) $ac_c" 1>&6 15776 echo $ECHO_N "(cached) $ECHO_C" >&6
9053else 15777else
9054 cat > conftest.$ac_ext <<EOF 15778 cat >conftest.$ac_ext <<_ACEOF
9055#line 9056 "configure" 15779/* confdefs.h. */
9056#include "confdefs.h" 15780_ACEOF
15781cat confdefs.h >>conftest.$ac_ext
15782cat >>conftest.$ac_ext <<_ACEOF
15783/* end confdefs.h. */
9057#define X_LOCALE 1 15784#define X_LOCALE 1
9058#include <X11/Xlocale.h> 15785#include <X11/Xlocale.h>
9059int main() { 15786int
15787main ()
15788{
9060setlocale(LC_CTYPE, ""); 15789setlocale(LC_CTYPE, "");
15790 ;
9061; return 0; } 15791 return 0;
9062EOF 15792}
9063if { (eval echo configure:9064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15793_ACEOF
15794rm -f conftest.$ac_objext conftest$ac_exeext
15795if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15796 (eval $ac_link) 2>conftest.er1
15797 ac_status=$?
15798 grep -v '^ *+' conftest.er1 >conftest.err
9064 rm -rf conftest* 15799 rm -f conftest.er1
15800 cat conftest.err >&5
15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); } &&
15803 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15805 (eval $ac_try) 2>&5
15806 ac_status=$?
15807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15808 (exit $ac_status); }; } &&
15809 { ac_try='test -s conftest$ac_exeext'
15810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15811 (eval $ac_try) 2>&5
15812 ac_status=$?
15813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15814 (exit $ac_status); }; }; then
9065 rxvt_cv_func_xsetlocale=yes 15815 rxvt_cv_func_xsetlocale=yes
9066else 15816else
9067 echo "configure: failed program was:" >&5 15817 echo "$as_me: failed program was:" >&5
9068 cat conftest.$ac_ext >&5 15818sed 's/^/| /' conftest.$ac_ext >&5
9069 rm -rf conftest* 15819
9070 rxvt_cv_func_xsetlocale=no 15820rxvt_cv_func_xsetlocale=no
9071fi 15821fi
9072rm -f conftest* 15822rm -f conftest.err conftest.$ac_objext \
15823 conftest$ac_exeext conftest.$ac_ext
9073fi 15824fi
9074 15825echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9075echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 15826echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9076if test x$rxvt_cv_func_xsetlocale = xyes; then 15827if test x$rxvt_cv_func_xsetlocale = xyes; then
15828
9077 cat >> confdefs.h <<\EOF 15829cat >>confdefs.h <<\_ACEOF
9078#define HAVE_XSETLOCALE 1 15830#define HAVE_XSETLOCALE 1
9079EOF 15831_ACEOF
9080 15832
9081fi 15833fi
9082LIBS=$ac_save_LIBS 15834LIBS=$ac_save_LIBS
9083CFLAGS=$ac_save_CFLAGS 15835CFLAGS=$ac_save_CFLAGS
9084 15836
15837echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9085echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 15838echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
9086echo "configure:9087: checking for working plain setlocale" >&5
9087if eval "test \"`echo '$''{'rxvt_cv_func_setlocale'+set}'`\" = set"; then 15839if test "${rxvt_cv_func_setlocale+set}" = set; then
9088 echo $ac_n "(cached) $ac_c" 1>&6 15840 echo $ECHO_N "(cached) $ECHO_C" >&6
9089else 15841else
9090 cat > conftest.$ac_ext <<EOF 15842 cat >conftest.$ac_ext <<_ACEOF
9091#line 9092 "configure" 15843/* confdefs.h. */
9092#include "confdefs.h" 15844_ACEOF
15845cat confdefs.h >>conftest.$ac_ext
15846cat >>conftest.$ac_ext <<_ACEOF
15847/* end confdefs.h. */
9093#include <locale.h> 15848#include <clocale>
9094int main() { 15849int
15850main ()
15851{
9095setlocale(LC_CTYPE, ""); 15852setlocale(LC_CTYPE, "");
15853 ;
9096; return 0; } 15854 return 0;
9097EOF 15855}
9098if { (eval echo configure:9099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15856_ACEOF
15857rm -f conftest.$ac_objext conftest$ac_exeext
15858if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15859 (eval $ac_link) 2>conftest.er1
15860 ac_status=$?
15861 grep -v '^ *+' conftest.er1 >conftest.err
9099 rm -rf conftest* 15862 rm -f conftest.er1
15863 cat conftest.err >&5
15864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15865 (exit $ac_status); } &&
15866 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15868 (eval $ac_try) 2>&5
15869 ac_status=$?
15870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15871 (exit $ac_status); }; } &&
15872 { ac_try='test -s conftest$ac_exeext'
15873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15874 (eval $ac_try) 2>&5
15875 ac_status=$?
15876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15877 (exit $ac_status); }; }; then
9100 rxvt_cv_func_setlocale=yes 15878 rxvt_cv_func_setlocale=yes
9101else 15879else
9102 echo "configure: failed program was:" >&5 15880 echo "$as_me: failed program was:" >&5
9103 cat conftest.$ac_ext >&5 15881sed 's/^/| /' conftest.$ac_ext >&5
9104 rm -rf conftest* 15882
9105 rxvt_cv_func_setlocale=no 15883rxvt_cv_func_setlocale=no
9106fi 15884fi
9107rm -f conftest* 15885rm -f conftest.err conftest.$ac_objext \
15886 conftest$ac_exeext conftest.$ac_ext
9108fi 15887fi
9109 15888echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9110echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 15889echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9111if test x$rxvt_cv_func_setlocale = xyes; then 15890if test x$rxvt_cv_func_setlocale = xyes; then
15891
9112 cat >> confdefs.h <<\EOF 15892cat >>confdefs.h <<\_ACEOF
9113#define HAVE_SETLOCALE 1 15893#define HAVE_SETLOCALE 1
9114EOF 15894_ACEOF
9115 15895
9116fi 15896fi
9117 15897
15898echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9118echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 15899echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
9119echo "configure:9120: checking for working nl_langinfo" >&5
9120if eval "test \"`echo '$''{'rxvt_cv_func_nl_langinfo'+set}'`\" = set"; then 15900if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9121 echo $ac_n "(cached) $ac_c" 1>&6 15901 echo $ECHO_N "(cached) $ECHO_C" >&6
9122else 15902else
9123 cat > conftest.$ac_ext <<EOF 15903 cat >conftest.$ac_ext <<_ACEOF
9124#line 9125 "configure" 15904/* confdefs.h. */
9125#include "confdefs.h" 15905_ACEOF
15906cat confdefs.h >>conftest.$ac_ext
15907cat >>conftest.$ac_ext <<_ACEOF
15908/* end confdefs.h. */
9126#include <langinfo.h> 15909#include <langinfo.h>
9127int main() { 15910int
15911main ()
15912{
9128nl_langinfo(CODESET); 15913nl_langinfo(CODESET);
15914 ;
9129; return 0; } 15915 return 0;
9130EOF 15916}
9131if { (eval echo configure:9132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15917_ACEOF
15918rm -f conftest.$ac_objext conftest$ac_exeext
15919if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15920 (eval $ac_link) 2>conftest.er1
15921 ac_status=$?
15922 grep -v '^ *+' conftest.er1 >conftest.err
9132 rm -rf conftest* 15923 rm -f conftest.er1
15924 cat conftest.err >&5
15925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15926 (exit $ac_status); } &&
15927 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15929 (eval $ac_try) 2>&5
15930 ac_status=$?
15931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15932 (exit $ac_status); }; } &&
15933 { ac_try='test -s conftest$ac_exeext'
15934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15935 (eval $ac_try) 2>&5
15936 ac_status=$?
15937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15938 (exit $ac_status); }; }; then
9133 rxvt_cv_func_nl_langinfo=yes 15939 rxvt_cv_func_nl_langinfo=yes
9134else 15940else
9135 echo "configure: failed program was:" >&5 15941 echo "$as_me: failed program was:" >&5
9136 cat conftest.$ac_ext >&5 15942sed 's/^/| /' conftest.$ac_ext >&5
9137 rm -rf conftest* 15943
9138 rxvt_cv_func_nl_langinfo=no 15944rxvt_cv_func_nl_langinfo=no
9139fi 15945fi
9140rm -f conftest* 15946rm -f conftest.err conftest.$ac_objext \
15947 conftest$ac_exeext conftest.$ac_ext
9141fi 15948fi
9142 15949echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9143echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 15950echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9144if test x$rxvt_cv_func_nl_langinfo = xyes; then 15951if test x$rxvt_cv_func_nl_langinfo = xyes; then
15952
9145 cat >> confdefs.h <<\EOF 15953cat >>confdefs.h <<\_ACEOF
9146#define HAVE_NL_LANGINFO 1 15954#define HAVE_NL_LANGINFO 1
9147EOF 15955_ACEOF
9148 15956
9149fi 15957fi
9150 15958
15959echo "$as_me:$LINENO: checking for getpt" >&5
9151echo $ac_n "checking for getpt""... $ac_c" 1>&6 15960echo $ECHO_N "checking for getpt... $ECHO_C" >&6
9152echo "configure:9153: checking for getpt" >&5
9153if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then 15961if test "${rxvt_cv_func_getpt+set}" = set; then
9154 echo $ac_n "(cached) $ac_c" 1>&6 15962 echo $ECHO_N "(cached) $ECHO_C" >&6
9155else 15963else
9156 cat > conftest.$ac_ext <<EOF 15964 cat >conftest.$ac_ext <<_ACEOF
9157#line 9158 "configure" 15965/* confdefs.h. */
9158#include "confdefs.h" 15966_ACEOF
15967cat confdefs.h >>conftest.$ac_ext
15968cat >>conftest.$ac_ext <<_ACEOF
15969/* end confdefs.h. */
9159#define _GNU_SOURCE 15970#define _GNU_SOURCE
9160#ifdef HAVE_STDLIB_H 15971#ifdef HAVE_STDLIB_H
9161# include <stdlib.h> 15972# include <cstdlib>
9162#endif 15973#endif
9163int main() { 15974int
15975main ()
15976{
9164(void)getpt(); 15977(void)getpt();
15978 ;
9165; return 0; } 15979 return 0;
9166EOF 15980}
9167if { (eval echo configure:9168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15981_ACEOF
15982rm -f conftest.$ac_objext conftest$ac_exeext
15983if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15984 (eval $ac_link) 2>conftest.er1
15985 ac_status=$?
15986 grep -v '^ *+' conftest.er1 >conftest.err
9168 rm -rf conftest* 15987 rm -f conftest.er1
15988 cat conftest.err >&5
15989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15990 (exit $ac_status); } &&
15991 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15993 (eval $ac_try) 2>&5
15994 ac_status=$?
15995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15996 (exit $ac_status); }; } &&
15997 { ac_try='test -s conftest$ac_exeext'
15998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15999 (eval $ac_try) 2>&5
16000 ac_status=$?
16001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16002 (exit $ac_status); }; }; then
9169 rxvt_cv_func_getpt=yes 16003 rxvt_cv_func_getpt=yes
9170else 16004else
9171 echo "configure: failed program was:" >&5 16005 echo "$as_me: failed program was:" >&5
9172 cat conftest.$ac_ext >&5 16006sed 's/^/| /' conftest.$ac_ext >&5
9173 rm -rf conftest* 16007
9174 rxvt_cv_func_getpt=no 16008rxvt_cv_func_getpt=no
9175fi 16009fi
9176rm -f conftest* 16010rm -f conftest.err conftest.$ac_objext \
16011 conftest$ac_exeext conftest.$ac_ext
9177fi 16012fi
9178 16013echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9179echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 16014echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9180if test x$rxvt_cv_func_getpt = xyes; then 16015if test x$rxvt_cv_func_getpt = xyes; then
16016
9181 cat >> confdefs.h <<\EOF 16017cat >>confdefs.h <<\_ACEOF
9182#define HAVE_GETPT 1 16018#define HAVE_GETPT 1
9183EOF 16019_ACEOF
9184 16020
9185fi 16021fi
9186 16022
16023echo "$as_me:$LINENO: checking for pty/tty type" >&5
9187echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 16024echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
9188echo "configure:9189: checking for pty/tty type" >&5
9189if eval "test \"`echo '$''{'rxvt_cv_ptys'+set}'`\" = set"; then 16025if test "${rxvt_cv_ptys+set}" = set; then
9190 echo $ac_n "(cached) $ac_c" 1>&6 16026 echo $ECHO_N "(cached) $ECHO_C" >&6
9191else 16027else
9192 if test x$ac_cv_func_openpty = xyes; then 16028 if test x$ac_cv_func_openpty = xyes; then
9193 rxvt_cv_ptys=OPENPTY 16029 rxvt_cv_ptys=OPENPTY
9194 else if test x$ac_cv_func__getpty = xyes; then 16030 else if test x$ac_cv_func__getpty = xyes; then
9195 rxvt_cv_ptys=SGI4 16031 rxvt_cv_ptys=SGI4
9218fi 16054fi
9219fi 16055fi
9220fi 16056fi
9221 16057
9222fi 16058fi
9223 16059echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9224echo "$ac_t""$rxvt_cv_ptys" 1>&6 16060echo "${ECHO_T}$rxvt_cv_ptys" >&6
9225 16061
9226if test x$rxvt_cv_ptys = xOPENPTY; then 16062if test x$rxvt_cv_ptys = xOPENPTY; then
16063
9227 cat >> confdefs.h <<\EOF 16064cat >>confdefs.h <<\_ACEOF
9228#define PTYS_ARE_OPENPTY 1 16065#define PTYS_ARE_OPENPTY 1
9229EOF 16066_ACEOF
9230 16067
9231fi 16068fi
9232if test x$rxvt_cv_ptys = xSCO; then 16069if test x$rxvt_cv_ptys = xSCO; then
16070
9233 cat >> confdefs.h <<\EOF 16071cat >>confdefs.h <<\_ACEOF
9234#define PTYS_ARE_NUMERIC 1 16072#define PTYS_ARE_NUMERIC 1
9235EOF 16073_ACEOF
9236 16074
9237fi 16075fi
9238if test x$rxvt_cv_ptys = xSTREAMS; then 16076if test x$rxvt_cv_ptys = xSTREAMS; then
16077
9239 cat >> confdefs.h <<\EOF 16078cat >>confdefs.h <<\_ACEOF
9240#define PTYS_ARE_PTMX 1 16079#define PTYS_ARE_PTMX 1
9241EOF 16080_ACEOF
9242 16081
9243fi 16082fi
9244if test x$rxvt_cv_ptys = xPTC; then 16083if test x$rxvt_cv_ptys = xPTC; then
16084
9245 cat >> confdefs.h <<\EOF 16085cat >>confdefs.h <<\_ACEOF
9246#define PTYS_ARE_PTC 1 16086#define PTYS_ARE_PTC 1
9247EOF 16087_ACEOF
9248 16088
9249fi 16089fi
9250if test x$rxvt_cv_ptys = xSGI4; then 16090if test x$rxvt_cv_ptys = xSGI4; then
16091
9251 cat >> confdefs.h <<\EOF 16092cat >>confdefs.h <<\_ACEOF
9252#define PTYS_ARE__GETPTY 1 16093#define PTYS_ARE__GETPTY 1
9253EOF 16094_ACEOF
9254 16095
9255fi 16096fi
9256if test x$rxvt_cv_ptys = xCONVEX; then 16097if test x$rxvt_cv_ptys = xCONVEX; then
16098
9257 cat >> confdefs.h <<\EOF 16099cat >>confdefs.h <<\_ACEOF
9258#define PTYS_ARE_GETPTY 1 16100#define PTYS_ARE_GETPTY 1
9259EOF 16101_ACEOF
9260 16102
9261fi 16103fi
9262if test x$rxvt_cv_ptys = xGLIBC; then 16104if test x$rxvt_cv_ptys = xGLIBC; then
16105
9263 cat >> confdefs.h <<\EOF 16106cat >>confdefs.h <<\_ACEOF
9264#define PTYS_ARE_GETPT 1 16107#define PTYS_ARE_GETPT 1
9265EOF 16108_ACEOF
9266 16109
9267fi 16110fi
9268if test x$rxvt_cv_ptys = xHPUX; then 16111if test x$rxvt_cv_ptys = xHPUX; then
16112
9269 cat >> confdefs.h <<\EOF 16113cat >>confdefs.h <<\_ACEOF
9270#define PTYS_ARE_CLONE 1 16114#define PTYS_ARE_CLONE 1
9271EOF 16115_ACEOF
9272 16116
9273fi 16117fi
9274if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 16118if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
16119
9275 cat >> confdefs.h <<\EOF 16120cat >>confdefs.h <<\_ACEOF
9276#define PTYS_ARE_SEARCHED 1 16121#define PTYS_ARE_SEARCHED 1
9277EOF 16122_ACEOF
9278 16123
9279fi 16124fi
9280 16125
9281 16126
16127{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9282echo "checking for pty ranges" 1>&6 16128echo "$as_me: checking for pty ranges..." >&6;}
9283echo "configure:9284: checking for pty ranges" >&5
9284ptys=`echo /dev/pty??` 16129ptys=`echo /dev/pty??`
9285pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` 16130pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
9286pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'` 16131pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
9287if test x$pch1 != x; then 16132if test x$pch1 != x; then
16133
9288 cat >> confdefs.h <<EOF 16134cat >>confdefs.h <<_ACEOF
9289#define PTYCHAR1 "$pch1" 16135#define PTYCHAR1 "$pch1"
9290EOF 16136_ACEOF
9291 16137
9292fi 16138fi
9293if test x$pch2 != x; then 16139if test x$pch2 != x; then
16140
9294 cat >> confdefs.h <<EOF 16141cat >>confdefs.h <<_ACEOF
9295#define PTYCHAR2 "$pch2" 16142#define PTYCHAR2 "$pch2"
9296EOF 16143_ACEOF
9297 16144
9298fi 16145fi
9299 16146
16147echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
9300echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6 16148echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
9301echo "configure:9302: checking for setlocale in -lxpg4" >&5 16149if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
9302ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'`
9303if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9304 echo $ac_n "(cached) $ac_c" 1>&6 16150 echo $ECHO_N "(cached) $ECHO_C" >&6
9305else 16151else
9306 ac_save_LIBS="$LIBS" 16152 ac_check_lib_save_LIBS=$LIBS
9307LIBS="-lxpg4 $LIBS" 16153LIBS="-lxpg4 $LIBS"
9308cat > conftest.$ac_ext <<EOF 16154cat >conftest.$ac_ext <<_ACEOF
9309#line 9310 "configure" 16155/* confdefs.h. */
9310#include "confdefs.h" 16156_ACEOF
16157cat confdefs.h >>conftest.$ac_ext
16158cat >>conftest.$ac_ext <<_ACEOF
16159/* end confdefs.h. */
16160
9311/* Override any gcc2 internal prototype to avoid an error. */ 16161/* Override any gcc2 internal prototype to avoid an error. */
16162#ifdef __cplusplus
16163extern "C"
16164#endif
9312/* We use char because int might match the return type of a gcc2 16165/* We use char because int might match the return type of a gcc2
9313 builtin and then its argument prototype would still apply. */ 16166 builtin and then its argument prototype would still apply. */
9314char setlocale(); 16167char setlocale ();
9315 16168int
9316int main() { 16169main ()
16170{
9317setlocale() 16171setlocale ();
16172 ;
9318; return 0; } 16173 return 0;
9319EOF 16174}
9320if { (eval echo configure:9321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16175_ACEOF
16176rm -f conftest.$ac_objext conftest$ac_exeext
16177if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16178 (eval $ac_link) 2>conftest.er1
16179 ac_status=$?
16180 grep -v '^ *+' conftest.er1 >conftest.err
9321 rm -rf conftest* 16181 rm -f conftest.er1
9322 eval "ac_cv_lib_$ac_lib_var=yes" 16182 cat conftest.err >&5
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } &&
16185 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16187 (eval $ac_try) 2>&5
16188 ac_status=$?
16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); }; } &&
16191 { ac_try='test -s conftest$ac_exeext'
16192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16193 (eval $ac_try) 2>&5
16194 ac_status=$?
16195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16196 (exit $ac_status); }; }; then
16197 ac_cv_lib_xpg4_setlocale=yes
9323else 16198else
9324 echo "configure: failed program was:" >&5 16199 echo "$as_me: failed program was:" >&5
9325 cat conftest.$ac_ext >&5 16200sed 's/^/| /' conftest.$ac_ext >&5
9326 rm -rf conftest* 16201
9327 eval "ac_cv_lib_$ac_lib_var=no" 16202ac_cv_lib_xpg4_setlocale=no
9328fi 16203fi
9329rm -f conftest* 16204rm -f conftest.err conftest.$ac_objext \
16205 conftest$ac_exeext conftest.$ac_ext
9330LIBS="$ac_save_LIBS" 16206LIBS=$ac_check_lib_save_LIBS
9331
9332fi 16207fi
9333if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16208echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
9334 echo "$ac_t""yes" 1>&6 16209echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
16210if test $ac_cv_lib_xpg4_setlocale = yes; then
9335 LIBS="$LIBS -lxpg4" 16211 LIBS="$LIBS -lxpg4"
9336else
9337 echo "$ac_t""no" 1>&6
9338fi 16212fi
9339 16213
9340 16214
9341if test x$support_graphics = xyes; then
9342 cat >> confdefs.h <<\EOF
9343#define RXVT_GRAPHICS 1
9344EOF
9345
9346fi
9347if test x$support_inheritpixmap = xyes; then 16215if test x$support_inheritpixmap = xyes; then
16216
9348 cat >> confdefs.h <<\EOF 16217cat >>confdefs.h <<\_ACEOF
9349#define TRANSPARENT 1 16218#define TRANSPARENT 1
9350EOF 16219_ACEOF
9351 16220
9352fi 16221fi
9353if test x$support_keepscrolling = xno; then 16222if test x$support_keepscrolling = xno; then
16223
9354 cat >> confdefs.h <<\EOF 16224cat >>confdefs.h <<\_ACEOF
9355#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16225#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9356EOF 16226_ACEOF
9357 16227
9358fi 16228fi
9359if test x$support_selectionscrolling = xyes; then 16229if test x$support_selectionscrolling = xyes; then
16230
9360 cat >> confdefs.h <<\EOF 16231cat >>confdefs.h <<\_ACEOF
9361#define SELECTION_SCROLLING 1 16232#define SELECTION_SCROLLING 1
9362EOF 16233_ACEOF
9363 16234
9364fi 16235fi
9365if test x$support_menubar = xyes; then 16236if test x$support_menubar = xyes; then
16237
9366 cat >> confdefs.h <<\EOF 16238cat >>confdefs.h <<\_ACEOF
9367#define MENUBAR 1 16239#define MENUBAR 1
9368EOF 16240_ACEOF
9369 16241
9370fi 16242fi
9371if test x$support_frills = xno; then 16243if test x$support_frills = xno; then
16244
9372 cat >> confdefs.h <<\EOF 16245cat >>confdefs.h <<\_ACEOF
9373#define NO_FRILLS 1 16246#define NO_FRILLS 1
9374EOF 16247_ACEOF
9375 16248
9376fi 16249fi
9377if test x$support_linespace = xno; then 16250if test x$support_linespace = xno; then
16251
9378 cat >> confdefs.h <<\EOF 16252cat >>confdefs.h <<\_ACEOF
9379#define NO_LINESPACE 1 16253#define NO_LINESPACE 1
9380EOF 16254_ACEOF
9381 16255
9382fi 16256fi
9383if test x$support_24bit = xyes; then 16257if test x$support_24bit = xyes; then
16258
9384 cat >> confdefs.h <<\EOF 16259cat >>confdefs.h <<\_ACEOF
9385#define PREFER_24BIT 1 16260#define PREFER_24BIT 1
9386EOF 16261_ACEOF
9387 16262
9388fi 16263fi
9389if test x$support_mousewheel = xyes; then 16264if test x$support_mousewheel = xyes; then
16265
9390 cat >> confdefs.h <<\EOF 16266cat >>confdefs.h <<\_ACEOF
9391#define MOUSE_WHEEL 1 16267#define MOUSE_WHEEL 1
9392EOF 16268_ACEOF
9393 16269
9394fi 16270fi
9395if test x$support_mouseslipwheel = xyes; then 16271if test x$support_mouseslipwheel = xyes; then
16272
9396 cat >> confdefs.h <<\EOF 16273cat >>confdefs.h <<\_ACEOF
9397#define MOUSE_SLIP_WHEELING 1 16274#define MOUSE_SLIP_WHEELING 1
9398EOF 16275_ACEOF
9399
9400fi
9401if test x$support_oldselection = xno; then
9402 cat >> confdefs.h <<\EOF
9403#define NO_OLD_SELECTION 1
9404EOF
9405 16276
9406fi 16277fi
9407if test x$support_utmp = xyes; then 16278if test x$support_utmp = xyes; then
16279
9408 cat >> confdefs.h <<\EOF 16280cat >>confdefs.h <<\_ACEOF
9409#define UTMP_SUPPORT 1 16281#define UTMP_SUPPORT 1
9410EOF 16282_ACEOF
9411 16283
9412fi 16284fi
9413if test x$support_wtmp = xyes; then 16285if test x$support_wtmp = xyes; then
16286
9414 cat >> confdefs.h <<\EOF 16287cat >>confdefs.h <<\_ACEOF
9415#define WTMP_SUPPORT 1 16288#define WTMP_SUPPORT 1
9416EOF 16289_ACEOF
9417 16290
9418fi 16291fi
9419if test x$support_lastlog = xyes; then 16292if test x$support_lastlog = xyes; then
16293
9420 cat >> confdefs.h <<\EOF 16294cat >>confdefs.h <<\_ACEOF
9421#define LASTLOG_SUPPORT 1 16295#define LASTLOG_SUPPORT 1
9422EOF 16296_ACEOF
9423 16297
9424fi 16298fi
9425if test x$support_xim = xyes -o x$multichar_set = xyes; then 16299if test x$support_xim = xyes -o x$multichar_set = xyes; then
9426 if test x$rxvt_cv_func_xlocale = xyes; then 16300 if test x$rxvt_cv_func_xlocale = xyes; then
16301
9427 cat >> confdefs.h <<\EOF 16302cat >>confdefs.h <<\_ACEOF
9428#define USE_XIM 1 16303#define USE_XIM 1
9429EOF 16304_ACEOF
9430 16305
9431 fi 16306 fi
9432fi 16307fi
9433if test x$support_xpm = xyes; then 16308if test x$support_xpm = xyes; then
16309
9434 cat >> confdefs.h <<\EOF 16310cat >>confdefs.h <<\_ACEOF
9435#define XPM_BACKGROUND 1 16311#define XPM_BACKGROUND 1
9436EOF 16312_ACEOF
9437 16313
9438fi 16314fi
9439if test x$support_scroll_rxvt = xyes; then 16315if test x$support_scroll_rxvt = xyes; then
16316
9440 cat >> confdefs.h <<\EOF 16317cat >>confdefs.h <<\_ACEOF
9441#define RXVT_SCROLLBAR 1 16318#define RXVT_SCROLLBAR 1
9442EOF 16319_ACEOF
9443 16320
9444 scrolltypes="rxvt" 16321 scrolltypes="rxvt"
9445fi 16322fi
9446if test x$support_scroll_next = xyes; then 16323if test x$support_scroll_next = xyes; then
16324
9447 cat >> confdefs.h <<\EOF 16325cat >>confdefs.h <<\_ACEOF
9448#define NEXT_SCROLLBAR 1 16326#define NEXT_SCROLLBAR 1
9449EOF 16327_ACEOF
9450 16328
9451 scrolltypes="$scrolltypes next" 16329 scrolltypes="$scrolltypes next"
9452fi 16330fi
9453if test x$support_scroll_xterm = xyes; then 16331if test x$support_scroll_xterm = xyes; then
16332
9454 cat >> confdefs.h <<\EOF 16333cat >>confdefs.h <<\_ACEOF
9455#define XTERM_SCROLLBAR 1 16334#define XTERM_SCROLLBAR 1
9456EOF 16335_ACEOF
9457 16336
9458 scrolltypes="$scrolltypes xterm" 16337 scrolltypes="$scrolltypes xterm"
9459fi 16338fi
16339if test x$support_scroll_plain = xyes; then
16340
16341cat >>confdefs.h <<\_ACEOF
16342#define PLAIN_SCROLLBAR 1
16343_ACEOF
16344
16345 scrolltypes="$scrolltypes plain"
16346fi
9460if test x$support_pointer_blank = xyes; then 16347if test x$support_pointer_blank = xyes; then
16348
9461 cat >> confdefs.h <<\EOF 16349cat >>confdefs.h <<\_ACEOF
9462#define POINTER_BLANK 1 16350#define POINTER_BLANK 1
9463EOF 16351_ACEOF
9464 16352
9465fi 16353fi
9466if test x$support_cursor_blink = xyes; then 16354if test x$support_cursor_blink = xyes; then
16355
9467 cat >> confdefs.h <<\EOF 16356cat >>confdefs.h <<\_ACEOF
9468#define CURSOR_BLINK 1 16357#define CURSOR_BLINK 1
9469EOF 16358_ACEOF
16359
16360fi
16361if test x$support_text_blink = xyes; then
16362
16363cat >>confdefs.h <<\_ACEOF
16364#define TEXT_BLINK 1
16365_ACEOF
9470 16366
9471fi 16367fi
9472if test x$support_unicode3 = xyes; then 16368if test x$support_unicode3 = xyes; then
16369
9473 cat >> confdefs.h <<\EOF 16370cat >>confdefs.h <<\_ACEOF
9474#define UNICODE_3 1 16371#define UNICODE_3 1
9475EOF 16372_ACEOF
16373
16374fi
16375if test x$support_combining = xyes; then
16376
16377cat >>confdefs.h <<\_ACEOF
16378#define ENABLE_COMBINING 1
16379_ACEOF
9476 16380
9477fi 16381fi
9478if test x$codesets = xall; then 16382if test x$codesets = xall; then
9479 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16383 codesets=jp,jp-ext,kr,cn,cn-ext
9480fi 16384fi
9481for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16385for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16386
9482 cat >> confdefs.h <<\EOF 16387cat >>confdefs.h <<\_ACEOF
9483#define ENCODING_EU 1 16388#define ENCODING_EU 1
9484EOF 16389_ACEOF
16390
16391
16392cat >>confdefs.h <<\_ACEOF
16393#define ENCODING_VN 1
16394_ACEOF
9485 16395
9486 case "$codeset" in 16396 case "$codeset" in
9487 VN ) cat >> confdefs.h <<\EOF 16397 JP )
16398cat >>confdefs.h <<\_ACEOF
9488#define ENCODING_VN 1 16399#define ENCODING_JP 1
9489EOF 16400_ACEOF
9490 ;; 16401 ;;
9491 JP ) cat >> confdefs.h <<\EOF 16402 JP_EXT )
16403cat >>confdefs.h <<\_ACEOF
9492#define ENCODING_JP 1 16404#define ENCODING_JP_EXT 1
9493EOF 16405_ACEOF
9494 ;; 16406 ;;
9495 JP_EXT ) cat >> confdefs.h <<\EOF 16407 KR )
16408cat >>confdefs.h <<\_ACEOF
9496#define ENCODING_JP_EXT 1 16409#define ENCODING_KR 1
9497EOF 16410_ACEOF
9498 ;; 16411 ;;
9499 KR ) cat >> confdefs.h <<\EOF 16412 CN )
16413cat >>confdefs.h <<\_ACEOF
9500#define ENCODING_KR 1 16414#define ENCODING_CN 1
9501EOF 16415_ACEOF
9502 ;; 16416 ;;
9503 CN ) cat >> confdefs.h <<\EOF 16417 CN_EXT )
9504#define ENCODING_CN 1 16418cat >>confdefs.h <<\_ACEOF
9505EOF
9506 ;;
9507 CN_EXT ) cat >> confdefs.h <<\EOF
9508#define ENCODING_CN_EXT 1 16419#define ENCODING_CN_EXT 1
9509EOF 16420_ACEOF
9510 ;; 16421 ;;
9511 esac 16422 esac
9512done 16423done
9513 16424
9514 16425
9534 16445
9535 16446
9536 16447
9537 16448
9538if test x$support_addstrings = xno; then 16449if test x$support_addstrings = xno; then
16450
9539 cat >> confdefs.h <<\EOF 16451cat >>confdefs.h <<\_ACEOF
9540#define NO_STRINGS 1 16452#define NO_STRINGS 1
9541EOF 16453_ACEOF
9542 16454
9543fi 16455fi
9544 16456
9545MCOMMON=./autoconf/Make.common 16457MCOMMON=./autoconf/Make.common
9546 16458
9547 16459
9548if test "$program_transform_name" = s,x,x,; then
9549 program_transform_name=
9550else
9551 # Double any \ or $. echo might interpret backslashes.
9552 cat <<\EOF_SED > conftestsed
9553s,\\,\\\\,g; s,\$,$$,g
9554EOF_SED
9555 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
9556 rm -f conftestsed
9557fi
9558test "$program_prefix" != NONE && 16460test "$program_prefix" != NONE &&
9559 program_transform_name="s,^,${program_prefix},; $program_transform_name" 16461 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9560# Use a double $ so make ignores it. 16462# Use a double $ so make ignores it.
9561test "$program_suffix" != NONE && 16463test "$program_suffix" != NONE &&
9562 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 16464 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9563 16465# Double any \ or $. echo might interpret backslashes.
9564# sed with no file args requires a program. 16466# By default was `s,x,x', remove it if useless.
9565test "$program_transform_name" = "" && program_transform_name="s,x,x," 16467cat <<\_ACEOF >conftest.sed
9566 16468s/[\\$]/&&/g;s/;s,x,x,$//
9567 16469_ACEOF
9568RXVTNAME=`echo rxvt|sed "$program_transform_name"` 16470program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16471rm conftest.sed
9569 16472
9570 16473
9571 16474
9572 16475
9573 16476
9574if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16477if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9575 include_stdint_h="#include <stdint.h>" 16478 include_stdint_h="#include <stdint.h>"
9576else 16479else
9577 include_stdint_h="/* #include <stdint.h> */" 16480 include_stdint_h="/* #include <stdint.h> */"
9578fi 16481fi
9579if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16482if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9580 include_stdarg_h="#include <stdarg.h>" 16483 include_stdarg_h="#include <cstdarg>"
9581else 16484else
9582 include_stdarg_h="/* #include <stdarg.h> */" 16485 include_stdarg_h="/* #include <cstdarg> */"
9583fi 16486fi
9584if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16487if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9585 include_stdlib_h="#include <stdlib.h>" 16488 include_stdlib_h="#include <cstdlib>"
9586else 16489else
9587 include_stdlib_h="/* #include <stdlib.h> */" 16490 include_stdlib_h="/* #include <cstdlib> */"
9588fi 16491fi
9589if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16492if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9590 include_unistd_h="#include <unistd.h>" 16493 include_unistd_h="#include <unistd.h>"
9591else 16494else
9592 include_unistd_h="/* #include <unistd.h> */" 16495 include_unistd_h="/* #include <unistd.h> */"
9593fi 16496fi
9594if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16497if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9595 include_string_h="#include <string.h>" 16498 include_string_h="#include <cstring>"
9596else 16499else
9597 include_string_h="/* #include <string.h> */" 16500 include_string_h="/* #include <cstring> */"
9598fi 16501fi
9599if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16502if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9600 include_fcntl_h="#include <fcntl.h>" 16503 include_fcntl_h="#include <fcntl.h>"
9601else 16504else
9602 include_fcntl_h="/* #include <fcntl.h> */" 16505 include_fcntl_h="/* #include <fcntl.h> */"
9603fi 16506fi
9604if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 16507if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9605 include_util_h="#include <util.h>" 16508 include_util_h="#include <util.h>"
9606else 16509else
9607 include_util_h="/* #include <util.h> */" 16510 include_util_h="/* #include <util.h> */"
9608fi 16511fi
9609if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 16512if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9610 include_assert_h="#include <assert.h>" 16513 include_assert_h="#include <assert.h>"
9611else 16514else
9612 include_assert_h="/* #include <assert.h> */" 16515 include_assert_h="/* #include <assert.h> */"
9613fi 16516fi
9614if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 16517if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9615 include_sys_ioctl_h="#include <sys/ioctl.h>" 16518 include_sys_ioctl_h="#include <sys/ioctl.h>"
9616else 16519else
9617 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 16520 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9618fi 16521fi
9619if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then 16522if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
9620 include_sys_select_h="#include <sys/select.h>" 16523 include_sys_select_h="#include <sys/select.h>"
9621else 16524else
9622 include_sys_select_h="/* #include <sys/select.h> */" 16525 include_sys_select_h="/* #include <sys/select.h> */"
9623fi 16526fi
9624if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then 16527if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
9625 include_sys_strredir_h="#include <sys/strredir.h>" 16528 include_sys_strredir_h="#include <sys/strredir.h>"
9626else 16529else
9627 include_sys_strredir_h="/* #include <sys/strredir.h> */" 16530 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9628fi 16531fi
9629if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then 16532if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
9630 include_sys_time_h="#include <sys/time.h>" 16533 include_sys_time_h="#include <sys/time.h>"
9631else 16534else
9632 include_sys_time_h="/* #include <sys/time.h> */" 16535 include_sys_time_h="/* #include <sys/time.h> */"
9633fi 16536fi
9634if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then 16537if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
9635 include_time_h="#include <time.h>" 16538 include_time_h="#include <time.h>"
9636else 16539else
9637 include_time_h="/* #include <time.h> */" 16540 include_time_h="/* #include <time.h> */"
9638fi 16541fi
9639 16542
9640if test x$support_xft = xyes; then 16543if test x$support_xft = xyes; then
9641 LIBS="$LIBS `pkg-config xft --libs`" 16544 LIBS="$LIBS `pkg-config xft --libs`"
9642 CFLAGS="$CFLAGS `pkg-config xft --cflags`" 16545 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9643 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 16546 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9644 16547
16548
9645 for ac_hdr in X11/Xft/Xft.h 16549for ac_header in X11/Xft/Xft.h
9646do 16550do
9647ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 16551as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16552if eval "test \"\${$as_ac_Header+set}\" = set"; then
16553 echo "$as_me:$LINENO: checking for $ac_header" >&5
9648echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 16554echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9649echo "configure:9650: checking for $ac_hdr" >&5 16555if eval "test \"\${$as_ac_Header+set}\" = set"; then
9650if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9651 echo $ac_n "(cached) $ac_c" 1>&6 16556 echo $ECHO_N "(cached) $ECHO_C" >&6
16557fi
16558echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16559echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9652else 16560else
16561 # Is the header compilable?
16562echo "$as_me:$LINENO: checking $ac_header usability" >&5
16563echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9653 cat > conftest.$ac_ext <<EOF 16564cat >conftest.$ac_ext <<_ACEOF
9654#line 9655 "configure" 16565/* confdefs.h. */
9655#include "confdefs.h" 16566_ACEOF
16567cat confdefs.h >>conftest.$ac_ext
16568cat >>conftest.$ac_ext <<_ACEOF
16569/* end confdefs.h. */
16570$ac_includes_default
9656#include <$ac_hdr> 16571#include <$ac_header>
9657EOF 16572_ACEOF
9658ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 16573rm -f conftest.$ac_objext
9659{ (eval echo configure:9660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 16574if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9660ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 16575 (eval $ac_compile) 2>conftest.er1
16576 ac_status=$?
16577 grep -v '^ *+' conftest.er1 >conftest.err
16578 rm -f conftest.er1
16579 cat conftest.err >&5
16580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16581 (exit $ac_status); } &&
16582 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16584 (eval $ac_try) 2>&5
16585 ac_status=$?
16586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16587 (exit $ac_status); }; } &&
16588 { ac_try='test -s conftest.$ac_objext'
16589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16590 (eval $ac_try) 2>&5
16591 ac_status=$?
16592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16593 (exit $ac_status); }; }; then
16594 ac_header_compiler=yes
16595else
16596 echo "$as_me: failed program was:" >&5
16597sed 's/^/| /' conftest.$ac_ext >&5
16598
16599ac_header_compiler=no
16600fi
16601rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16602echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16603echo "${ECHO_T}$ac_header_compiler" >&6
16604
16605# Is the header present?
16606echo "$as_me:$LINENO: checking $ac_header presence" >&5
16607echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16608cat >conftest.$ac_ext <<_ACEOF
16609/* confdefs.h. */
16610_ACEOF
16611cat confdefs.h >>conftest.$ac_ext
16612cat >>conftest.$ac_ext <<_ACEOF
16613/* end confdefs.h. */
16614#include <$ac_header>
16615_ACEOF
16616if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16617 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16618 ac_status=$?
16619 grep -v '^ *+' conftest.er1 >conftest.err
16620 rm -f conftest.er1
16621 cat conftest.err >&5
16622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623 (exit $ac_status); } >/dev/null; then
16624 if test -s conftest.err; then
16625 ac_cpp_err=$ac_cxx_preproc_warn_flag
16626 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16627 else
16628 ac_cpp_err=
16629 fi
16630else
16631 ac_cpp_err=yes
16632fi
9661if test -z "$ac_err"; then 16633if test -z "$ac_cpp_err"; then
9662 rm -rf conftest* 16634 ac_header_preproc=yes
9663 eval "ac_cv_header_$ac_safe=yes"
9664else 16635else
9665 echo "$ac_err" >&5
9666 echo "configure: failed program was:" >&5 16636 echo "$as_me: failed program was:" >&5
9667 cat conftest.$ac_ext >&5 16637sed 's/^/| /' conftest.$ac_ext >&5
9668 rm -rf conftest* 16638
9669 eval "ac_cv_header_$ac_safe=no" 16639 ac_header_preproc=no
9670fi 16640fi
9671rm -f conftest* 16641rm -f conftest.err conftest.$ac_ext
16642echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16643echo "${ECHO_T}$ac_header_preproc" >&6
16644
16645# So? What about this header?
16646case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16647 yes:no: )
16648 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16649echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16650 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16651echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16652 ac_header_preproc=yes
16653 ;;
16654 no:yes:* )
16655 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16656echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16657 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16658echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16659 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16660echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16661 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16662echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16663 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16664echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16665 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16666echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16667 (
16668 cat <<\_ASBOX
16669## ------------------------------------------ ##
16670## Report this to the AC_PACKAGE_NAME lists. ##
16671## ------------------------------------------ ##
16672_ASBOX
16673 ) |
16674 sed "s/^/$as_me: WARNING: /" >&2
16675 ;;
16676esac
16677echo "$as_me:$LINENO: checking for $ac_header" >&5
16678echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16679if eval "test \"\${$as_ac_Header+set}\" = set"; then
16680 echo $ECHO_N "(cached) $ECHO_C" >&6
16681else
16682 eval "$as_ac_Header=\$ac_header_preproc"
9672fi 16683fi
9673if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 16684echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9674 echo "$ac_t""yes" 1>&6 16685echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9675 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 16686
16687fi
16688if test `eval echo '${'$as_ac_Header'}'` = yes; then
9676 cat >> confdefs.h <<EOF 16689 cat >>confdefs.h <<_ACEOF
9677#define $ac_tr_hdr 1 16690#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9678EOF 16691_ACEOF
9679 16692
9680else 16693else
9681 echo "$ac_t""no" 1>&6
9682support_xft=no 16694 support_xft=no
9683fi 16695fi
16696
9684done 16697done
9685 16698
16699
16700echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
9686 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6 16701echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
9687echo "configure:9688: checking for XftDrawString32 in -lXft" >&5 16702if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
9688ac_lib_var=`echo Xft'_'XftDrawString32 | sed 'y%./+-%__p_%'`
9689if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9690 echo $ac_n "(cached) $ac_c" 1>&6 16703 echo $ECHO_N "(cached) $ECHO_C" >&6
9691else 16704else
9692 ac_save_LIBS="$LIBS" 16705 ac_check_lib_save_LIBS=$LIBS
9693LIBS="-lXft $LIBS" 16706LIBS="-lXft $LIBS"
9694cat > conftest.$ac_ext <<EOF 16707cat >conftest.$ac_ext <<_ACEOF
9695#line 9696 "configure" 16708/* confdefs.h. */
9696#include "confdefs.h" 16709_ACEOF
16710cat confdefs.h >>conftest.$ac_ext
16711cat >>conftest.$ac_ext <<_ACEOF
16712/* end confdefs.h. */
16713
9697/* Override any gcc2 internal prototype to avoid an error. */ 16714/* Override any gcc2 internal prototype to avoid an error. */
16715#ifdef __cplusplus
16716extern "C"
16717#endif
9698/* We use char because int might match the return type of a gcc2 16718/* We use char because int might match the return type of a gcc2
9699 builtin and then its argument prototype would still apply. */ 16719 builtin and then its argument prototype would still apply. */
9700char XftDrawString32(); 16720char XftDrawString32 ();
9701 16721int
9702int main() { 16722main ()
16723{
9703XftDrawString32() 16724XftDrawString32 ();
16725 ;
9704; return 0; } 16726 return 0;
9705EOF 16727}
9706if { (eval echo configure:9707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16728_ACEOF
16729rm -f conftest.$ac_objext conftest$ac_exeext
16730if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16731 (eval $ac_link) 2>conftest.er1
16732 ac_status=$?
16733 grep -v '^ *+' conftest.er1 >conftest.err
9707 rm -rf conftest* 16734 rm -f conftest.er1
9708 eval "ac_cv_lib_$ac_lib_var=yes" 16735 cat conftest.err >&5
16736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16737 (exit $ac_status); } &&
16738 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16740 (eval $ac_try) 2>&5
16741 ac_status=$?
16742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16743 (exit $ac_status); }; } &&
16744 { ac_try='test -s conftest$ac_exeext'
16745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16746 (eval $ac_try) 2>&5
16747 ac_status=$?
16748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16749 (exit $ac_status); }; }; then
16750 ac_cv_lib_Xft_XftDrawString32=yes
9709else 16751else
9710 echo "configure: failed program was:" >&5 16752 echo "$as_me: failed program was:" >&5
9711 cat conftest.$ac_ext >&5 16753sed 's/^/| /' conftest.$ac_ext >&5
9712 rm -rf conftest* 16754
9713 eval "ac_cv_lib_$ac_lib_var=no" 16755ac_cv_lib_Xft_XftDrawString32=no
9714fi 16756fi
9715rm -f conftest* 16757rm -f conftest.err conftest.$ac_objext \
16758 conftest$ac_exeext conftest.$ac_ext
9716LIBS="$ac_save_LIBS" 16759LIBS=$ac_check_lib_save_LIBS
9717
9718fi 16760fi
9719if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16761echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9720 echo "$ac_t""yes" 1>&6 16762echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9721 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 16763if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9722 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9723 cat >> confdefs.h <<EOF 16764 cat >>confdefs.h <<_ACEOF
9724#define $ac_tr_lib 1 16765#define HAVE_LIBXFT 1
9725EOF 16766_ACEOF
9726 16767
9727 LIBS="-lXft $LIBS" 16768 LIBS="-lXft $LIBS"
9728 16769
9729else 16770else
9730 echo "$ac_t""no" 1>&6
9731support_xft=no 16771 support_xft=no
9732fi 16772fi
9733 16773
9734 16774
9735 if test x$support_xft = xyes; then 16775 if test x$support_xft = xyes; then
16776
9736 cat >> confdefs.h <<\EOF 16777cat >>confdefs.h <<\_ACEOF
9737#define XFT 1 16778#define XFT 1
9738EOF 16779_ACEOF
9739 16780
9740 fi 16781 fi
9741fi 16782fi
9742 16783
9743trap '' 1 2 15 16784 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile"
9744cat > confcache <<\EOF 16785cat >confcache <<\_ACEOF
9745# This file is a shell script that caches the results of configure 16786# This file is a shell script that caches the results of configure
9746# tests run on this system so they can be shared between configure 16787# tests run on this system so they can be shared between configure
9747# scripts and configure runs. It is not useful on other systems. 16788# scripts and configure runs, see configure's option --config-cache.
9748# If it contains results you don't want to keep, you may remove or edit it. 16789# It is not useful on other systems. If it contains results you don't
16790# want to keep, you may remove or edit it.
9749# 16791#
9750# By default, configure uses ./config.cache as the cache file,
9751# creating it if it does not exist already. You can give configure
9752# the --cache-file=FILE option to use a different cache file; that is
9753# what configure does when it calls configure scripts in
9754# subdirectories, so they share the cache.
9755# Giving --cache-file=/dev/null disables caching, for debugging configure.
9756# config.status only pays attention to the cache file if you give it the 16792# config.status only pays attention to the cache file if you give it
9757# --recheck option to rerun configure. 16793# the --recheck option to rerun configure.
9758# 16794#
9759EOF 16795# `ac_cv_env_foo' variables (set or unset) will be overridden when
16796# loading this file, other *unset* `ac_cv_foo' will be assigned the
16797# following values.
16798
16799_ACEOF
16800
9760# The following way of writing the cache mishandles newlines in values, 16801# The following way of writing the cache mishandles newlines in values,
9761# but we know of no workaround that is simple, portable, and efficient. 16802# but we know of no workaround that is simple, portable, and efficient.
9762# So, don't put newlines in cache variables' values. 16803# So, don't put newlines in cache variables' values.
9763# Ultrix sh set writes to stderr and can't be redirected directly, 16804# Ultrix sh set writes to stderr and can't be redirected directly,
9764# and sets the high bit in the cache file unless we assign to the vars. 16805# and sets the high bit in the cache file unless we assign to the vars.
16806{
9765(set) 2>&1 | 16807 (set) 2>&1 |
9766 case `(ac_space=' '; set | grep ac_space) 2>&1` in 16808 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9767 *ac_space=\ *) 16809 *ac_space=\ *)
9768 # `set' does not quote correctly, so add quotes (double-quote substitution 16810 # `set' does not quote correctly, so add quotes (double-quote
9769 # turns \\\\ into \\, and sed turns \\ into \). 16811 # substitution turns \\\\ into \\, and sed turns \\ into \).
9770 sed -n \ 16812 sed -n \
9771 -e "s/'/'\\\\''/g" \ 16813 "s/'/'\\\\''/g;
9772 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 16814 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9773 ;; 16815 ;;
9774 *) 16816 *)
9775 # `set' quotes correctly as required by POSIX, so do not add quotes. 16817 # `set' quotes correctly as required by POSIX, so do not add quotes.
9776 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 16818 sed -n \
16819 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9777 ;; 16820 ;;
9778 esac >> confcache 16821 esac;
9779if cmp -s $cache_file confcache; then 16822} |
9780 : 16823 sed '
9781else 16824 t clear
16825 : clear
16826 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16827 t end
16828 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16829 : end' >>confcache
16830if diff $cache_file confcache >/dev/null 2>&1; then :; else
9782 if test -w $cache_file; then 16831 if test -w $cache_file; then
9783 echo "updating cache $cache_file" 16832 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9784 cat confcache > $cache_file 16833 cat confcache >$cache_file
9785 else 16834 else
9786 echo "not updating unwritable cache $cache_file" 16835 echo "not updating unwritable cache $cache_file"
9787 fi 16836 fi
9788fi 16837fi
9789rm -f confcache 16838rm -f confcache
9790 16839
9791trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
9792
9793test "x$prefix" = xNONE && prefix=$ac_default_prefix 16840test "x$prefix" = xNONE && prefix=$ac_default_prefix
9794# Let make expand exec_prefix. 16841# Let make expand exec_prefix.
9795test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 16842test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9796 16843
9797# Any assignment to VPATH causes Sun make to only execute 16844# VPATH may cause trouble with some makes, so we remove $(srcdir),
9798# the first set of double-colon rules, so remove it if not needed. 16845# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9799# If there is a colon in the path, we need to keep it. 16846# trailing colons and then remove the whole line if VPATH becomes empty
16847# (actually we leave an empty line to preserve line numbers).
9800if test "x$srcdir" = x.; then 16848if test "x$srcdir" = x.; then
9801 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 16849 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16850s/:*\$(srcdir):*/:/;
16851s/:*\${srcdir}:*/:/;
16852s/:*@srcdir@:*/:/;
16853s/^\([^=]*=[ ]*\):*/\1/;
16854s/:*$//;
16855s/^[^=]*=[ ]*$//;
16856}'
9802fi 16857fi
9803
9804trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9805 16858
9806DEFS=-DHAVE_CONFIG_H 16859DEFS=-DHAVE_CONFIG_H
9807 16860
9808# Without the "./", some shells look in PATH for config.status. 16861ac_libobjs=
16862ac_ltlibobjs=
16863for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16864 # 1. Remove the extension, and $U if already installed.
16865 ac_i=`echo "$ac_i" |
16866 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
16867 # 2. Add them.
16868 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
16869 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
16870done
16871LIBOBJS=$ac_libobjs
16872
16873LTLIBOBJS=$ac_ltlibobjs
16874
16875
16876
9809: ${CONFIG_STATUS=./config.status} 16877: ${CONFIG_STATUS=./config.status}
9810 16878ac_clean_files_save=$ac_clean_files
16879ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16880{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9811echo creating $CONFIG_STATUS 16881echo "$as_me: creating $CONFIG_STATUS" >&6;}
9812rm -f $CONFIG_STATUS
9813cat > $CONFIG_STATUS <<EOF 16882cat >$CONFIG_STATUS <<_ACEOF
9814#! /bin/sh 16883#! $SHELL
9815# Generated automatically by configure. 16884# Generated by $as_me.
9816# Run this file to recreate the current configuration. 16885# Run this file to recreate the current configuration.
9817# This directory was configured as follows,
9818# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9819#
9820# $0 $ac_configure_args
9821#
9822# Compiler output produced by configure, useful for debugging 16886# Compiler output produced by configure, useful for debugging
9823# configure, is in ./config.log if it exists. 16887# configure, is in config.log if it exists.
9824 16888
9825ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 16889debug=false
9826for ac_option 16890ac_cs_recheck=false
16891ac_cs_silent=false
16892SHELL=\${CONFIG_SHELL-$SHELL}
16893_ACEOF
16894
16895cat >>$CONFIG_STATUS <<\_ACEOF
16896## --------------------- ##
16897## M4sh Initialization. ##
16898## --------------------- ##
16899
16900# Be Bourne compatible
16901if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16902 emulate sh
16903 NULLCMD=:
16904 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
16905 # is contrary to our usage. Disable this feature.
16906 alias -g '${1+"$@"}'='"$@"'
16907elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
16908 set -o posix
16909fi
16910DUALCASE=1; export DUALCASE # for MKS sh
16911
16912# Support unset when possible.
16913if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
16914 as_unset=unset
16915else
16916 as_unset=false
16917fi
16918
16919
16920# Work around bugs in pre-3.0 UWIN ksh.
16921$as_unset ENV MAIL MAILPATH
16922PS1='$ '
16923PS2='> '
16924PS4='+ '
16925
16926# NLS nuisances.
16927for as_var in \
16928 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
16929 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
16930 LC_TELEPHONE LC_TIME
9827do 16931do
16932 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
16933 eval $as_var=C; export $as_var
16934 else
16935 $as_unset $as_var
16936 fi
16937done
16938
16939# Required to use basename.
16940if expr a : '\(a\)' >/dev/null 2>&1; then
16941 as_expr=expr
16942else
16943 as_expr=false
16944fi
16945
16946if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
16947 as_basename=basename
16948else
16949 as_basename=false
16950fi
16951
16952
16953# Name of the executable.
16954as_me=`$as_basename "$0" ||
16955$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16956 X"$0" : 'X\(//\)$' \| \
16957 X"$0" : 'X\(/\)$' \| \
16958 . : '\(.\)' 2>/dev/null ||
16959echo X/"$0" |
16960 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
16961 /^X\/\(\/\/\)$/{ s//\1/; q; }
16962 /^X\/\(\/\).*/{ s//\1/; q; }
16963 s/.*/./; q'`
16964
16965
16966# PATH needs CR, and LINENO needs CR and PATH.
16967# Avoid depending upon Character Ranges.
16968as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16969as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16970as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16971as_cr_digits='0123456789'
16972as_cr_alnum=$as_cr_Letters$as_cr_digits
16973
16974# The user is always right.
16975if test "${PATH_SEPARATOR+set}" != set; then
16976 echo "#! /bin/sh" >conf$$.sh
16977 echo "exit 0" >>conf$$.sh
16978 chmod +x conf$$.sh
16979 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16980 PATH_SEPARATOR=';'
16981 else
16982 PATH_SEPARATOR=:
16983 fi
16984 rm -f conf$$.sh
16985fi
16986
16987
16988 as_lineno_1=$LINENO
16989 as_lineno_2=$LINENO
16990 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16991 test "x$as_lineno_1" != "x$as_lineno_2" &&
16992 test "x$as_lineno_3" = "x$as_lineno_2" || {
16993 # Find who we are. Look in the path if we contain no path at all
16994 # relative or not.
16995 case $0 in
16996 *[\\/]* ) as_myself=$0 ;;
16997 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16998for as_dir in $PATH
16999do
17000 IFS=$as_save_IFS
17001 test -z "$as_dir" && as_dir=.
17002 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17003done
17004
17005 ;;
17006 esac
17007 # We did not find ourselves, most probably we were run as `sh COMMAND'
17008 # in which case we are not to be found in the path.
17009 if test "x$as_myself" = x; then
17010 as_myself=$0
17011 fi
17012 if test ! -f "$as_myself"; then
17013 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
17014echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
17015 { (exit 1); exit 1; }; }
17016 fi
17017 case $CONFIG_SHELL in
17018 '')
17019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17020for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
17021do
17022 IFS=$as_save_IFS
17023 test -z "$as_dir" && as_dir=.
17024 for as_base in sh bash ksh sh5; do
17025 case $as_dir in
17026 /*)
17027 if ("$as_dir/$as_base" -c '
17028 as_lineno_1=$LINENO
17029 as_lineno_2=$LINENO
17030 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17031 test "x$as_lineno_1" != "x$as_lineno_2" &&
17032 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
17033 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
17034 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
17035 CONFIG_SHELL=$as_dir/$as_base
17036 export CONFIG_SHELL
17037 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
17038 fi;;
17039 esac
17040 done
17041done
17042;;
17043 esac
17044
17045 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
17046 # uniformly replaced by the line number. The first 'sed' inserts a
17047 # line-number line before each line; the second 'sed' does the real
17048 # work. The second script uses 'N' to pair each line-number line
17049 # with the numbered line, and appends trailing '-' during
17050 # substitution so that $LINENO is not a special case at line end.
17051 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
17052 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
17053 sed '=' <$as_myself |
17054 sed '
17055 N
17056 s,$,-,
17057 : loop
17058 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
17059 t loop
17060 s,-$,,
17061 s,^['$as_cr_digits']*\n,,
17062 ' >$as_me.lineno &&
17063 chmod +x $as_me.lineno ||
17064 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
17065echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
17066 { (exit 1); exit 1; }; }
17067
17068 # Don't try to exec as it changes $[0], causing all sort of problems
17069 # (the dirname of $[0] is not the place where we might find the
17070 # original and so on. Autoconf is especially sensible to this).
17071 . ./$as_me.lineno
17072 # Exit status is that of the last command.
17073 exit
17074}
17075
17076
17077case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
17078 *c*,-n*) ECHO_N= ECHO_C='
17079' ECHO_T=' ' ;;
17080 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
17081 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
17082esac
17083
17084if expr a : '\(a\)' >/dev/null 2>&1; then
17085 as_expr=expr
17086else
17087 as_expr=false
17088fi
17089
17090rm -f conf$$ conf$$.exe conf$$.file
17091echo >conf$$.file
17092if ln -s conf$$.file conf$$ 2>/dev/null; then
17093 # We could just check for DJGPP; but this test a) works b) is more generic
17094 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17095 if test -f conf$$.exe; then
17096 # Don't use ln at all; we don't have any links
17097 as_ln_s='cp -p'
17098 else
17099 as_ln_s='ln -s'
17100 fi
17101elif ln conf$$.file conf$$ 2>/dev/null; then
17102 as_ln_s=ln
17103else
17104 as_ln_s='cp -p'
17105fi
17106rm -f conf$$ conf$$.exe conf$$.file
17107
17108if mkdir -p . 2>/dev/null; then
17109 as_mkdir_p=:
17110else
17111 test -d ./-p && rmdir ./-p
17112 as_mkdir_p=false
17113fi
17114
17115as_executable_p="test -f"
17116
17117# Sed expression to map a string onto a valid CPP name.
17118as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17119
17120# Sed expression to map a string onto a valid variable name.
17121as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17122
17123
17124# IFS
17125# We need space, tab and new line, in precisely that order.
17126as_nl='
17127'
17128IFS=" $as_nl"
17129
17130# CDPATH.
17131$as_unset CDPATH
17132
17133exec 6>&1
17134
17135# Open the log real soon, to keep \$[0] and so on meaningful, and to
17136# report actual input values of CONFIG_FILES etc. instead of their
17137# values after options handling. Logging --version etc. is OK.
17138exec 5>>config.log
17139{
17140 echo
17141 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17142## Running $as_me. ##
17143_ASBOX
17144} >&5
17145cat >&5 <<_CSEOF
17146
17147This file was extended by $as_me, which was
17148generated by GNU Autoconf 2.59. Invocation command line was
17149
17150 CONFIG_FILES = $CONFIG_FILES
17151 CONFIG_HEADERS = $CONFIG_HEADERS
17152 CONFIG_LINKS = $CONFIG_LINKS
17153 CONFIG_COMMANDS = $CONFIG_COMMANDS
17154 $ $0 $@
17155
17156_CSEOF
17157echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
17158echo >&5
17159_ACEOF
17160
17161# Files that config.status was made for.
17162if test -n "$ac_config_files"; then
17163 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17164fi
17165
17166if test -n "$ac_config_headers"; then
17167 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17168fi
17169
17170if test -n "$ac_config_links"; then
17171 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17172fi
17173
17174if test -n "$ac_config_commands"; then
17175 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17176fi
17177
17178cat >>$CONFIG_STATUS <<\_ACEOF
17179
17180ac_cs_usage="\
17181\`$as_me' instantiates files from templates according to the
17182current configuration.
17183
17184Usage: $0 [OPTIONS] [FILE]...
17185
17186 -h, --help print this help, then exit
17187 -V, --version print version number, then exit
17188 -q, --quiet do not print progress messages
17189 -d, --debug don't remove temporary files
17190 --recheck update $as_me by reconfiguring in the same conditions
17191 --file=FILE[:TEMPLATE]
17192 instantiate the configuration file FILE
17193 --header=FILE[:TEMPLATE]
17194 instantiate the configuration header FILE
17195
17196Configuration files:
17197$config_files
17198
17199Configuration headers:
17200$config_headers
17201
17202Report bugs to <bug-autoconf@gnu.org>."
17203_ACEOF
17204
17205cat >>$CONFIG_STATUS <<_ACEOF
17206ac_cs_version="\\
17207config.status
17208configured by $0, generated by GNU Autoconf 2.59,
17209 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17210
17211Copyright (C) 2003 Free Software Foundation, Inc.
17212This config.status script is free software; the Free Software Foundation
17213gives unlimited permission to copy, distribute and modify it."
17214srcdir=$srcdir
17215INSTALL="$INSTALL"
17216_ACEOF
17217
17218cat >>$CONFIG_STATUS <<\_ACEOF
17219# If no file are specified by the user, then we need to provide default
17220# value. By we need to know if files were specified by the user.
17221ac_need_defaults=:
17222while test $# != 0
17223do
17224 case $1 in
17225 --*=*)
17226 ac_option=`expr "x$1" : 'x\([^=]*\)='`
17227 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
17228 ac_shift=:
17229 ;;
17230 -*)
17231 ac_option=$1
17232 ac_optarg=$2
17233 ac_shift=shift
17234 ;;
17235 *) # This is not an option, so the user has probably given explicit
17236 # arguments.
17237 ac_option=$1
17238 ac_need_defaults=false;;
17239 esac
17240
9828 case "\$ac_option" in 17241 case $ac_option in
17242 # Handling of the options.
17243_ACEOF
17244cat >>$CONFIG_STATUS <<\_ACEOF
9829 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17245 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9830 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 17246 ac_cs_recheck=: ;;
9831 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 17247 --version | --vers* | -V )
9832 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 17248 echo "$ac_cs_version"; exit 0 ;;
9833 echo "$CONFIG_STATUS generated by autoconf version 2.13" 17249 --he | --h)
9834 exit 0 ;; 17250 # Conflict between --help and --header
9835 -help | --help | --hel | --he | --h) 17251 { { echo "$as_me:$LINENO: error: ambiguous option: $1
17252Try \`$0 --help' for more information." >&5
17253echo "$as_me: error: ambiguous option: $1
17254Try \`$0 --help' for more information." >&2;}
17255 { (exit 1); exit 1; }; };;
17256 --help | --hel | -h )
9836 echo "\$ac_cs_usage"; exit 0 ;; 17257 echo "$ac_cs_usage"; exit 0 ;;
9837 *) echo "\$ac_cs_usage"; exit 1 ;; 17258 --debug | --d* | -d )
17259 debug=: ;;
17260 --file | --fil | --fi | --f )
17261 $ac_shift
17262 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
17263 ac_need_defaults=false;;
17264 --header | --heade | --head | --hea )
17265 $ac_shift
17266 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
17267 ac_need_defaults=false;;
17268 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17269 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17270 ac_cs_silent=: ;;
17271
17272 # This is an error.
17273 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
17274Try \`$0 --help' for more information." >&5
17275echo "$as_me: error: unrecognized option: $1
17276Try \`$0 --help' for more information." >&2;}
17277 { (exit 1); exit 1; }; } ;;
17278
17279 *) ac_config_targets="$ac_config_targets $1" ;;
17280
17281 esac
17282 shift
17283done
17284
17285ac_configure_extra_args=
17286
17287if $ac_cs_silent; then
17288 exec 6>/dev/null
17289 ac_configure_extra_args="$ac_configure_extra_args --silent"
17290fi
17291
17292_ACEOF
17293cat >>$CONFIG_STATUS <<_ACEOF
17294if \$ac_cs_recheck; then
17295 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
17296 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17297fi
17298
17299_ACEOF
17300
17301
17302
17303
17304
17305cat >>$CONFIG_STATUS <<\_ACEOF
17306for ac_config_target in $ac_config_targets
17307do
17308 case "$ac_config_target" in
17309 # Handling of arguments.
17310 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17311 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17312 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17313 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17314 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
17315 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
17316 "W11/Makefile" ) CONFIG_FILES="$CONFIG_FILES W11/Makefile" ;;
17317 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
17318 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17319echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17320 { (exit 1); exit 1; }; };;
9838 esac 17321 esac
9839done 17322done
9840 17323
9841ac_given_srcdir=$srcdir 17324# If the user did not use the arguments to specify the items to instantiate,
9842ac_given_INSTALL="$INSTALL" 17325# then the envvar interface is used. Set only those that are not.
17326# We use the long form for the default assignment because of an extremely
17327# bizarre bug on SunOS 4.1.3.
17328if $ac_need_defaults; then
17329 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17330 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17331fi
9843 17332
9844trap 'rm -fr `echo "autoconf/Make.common \ 17333# Have a temporary directory for convenience. Make it in the build tree
9845Makefile \ 17334# simply because there is no reason to put it here, and in addition,
9846doc/Makefile \ 17335# creating and moving files from /tmp can sometimes cause problems.
9847src/Makefile \ 17336# Create a temporary directory, and hook for its removal unless debugging.
9848src/graphics/Makefile \ 17337$debug ||
9849src/test/Makefile \ 17338{
9850src/rxvtlib.h \ 17339 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9851W11/Makefile \ 17340 trap '{ (exit 1); exit 1; }' 1 2 13 15
9852 config.h:autoconf/config.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 17341}
9853EOF 17342
17343# Create a (secure) tmp directory for tmp files.
17344
17345{
17346 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
17347 test -n "$tmp" && test -d "$tmp"
17348} ||
17349{
17350 tmp=./confstat$$-$RANDOM
17351 (umask 077 && mkdir $tmp)
17352} ||
17353{
17354 echo "$me: cannot create a temporary directory in ." >&2
17355 { (exit 1); exit 1; }
17356}
17357
17358_ACEOF
17359
9854cat >> $CONFIG_STATUS <<EOF 17360cat >>$CONFIG_STATUS <<_ACEOF
9855 17361
17362#
17363# CONFIG_FILES section.
17364#
17365
17366# No need to generate the scripts if there are no CONFIG_FILES.
17367# This happens for instance when ./config.status config.h
17368if test -n "\$CONFIG_FILES"; then
9856# Protect against being on the right side of a sed subst in config.status. 17369 # Protect against being on the right side of a sed subst in config.status.
9857sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 17370 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9858 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 17371 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9859$ac_vpsub 17372s,@SHELL@,$SHELL,;t t
17373s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17374s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17375s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17376s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17377s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17378s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17379s,@exec_prefix@,$exec_prefix,;t t
17380s,@prefix@,$prefix,;t t
17381s,@program_transform_name@,$program_transform_name,;t t
17382s,@bindir@,$bindir,;t t
17383s,@sbindir@,$sbindir,;t t
17384s,@libexecdir@,$libexecdir,;t t
17385s,@datadir@,$datadir,;t t
17386s,@sysconfdir@,$sysconfdir,;t t
17387s,@sharedstatedir@,$sharedstatedir,;t t
17388s,@localstatedir@,$localstatedir,;t t
17389s,@libdir@,$libdir,;t t
17390s,@includedir@,$includedir,;t t
17391s,@oldincludedir@,$oldincludedir,;t t
17392s,@infodir@,$infodir,;t t
17393s,@mandir@,$mandir,;t t
17394s,@build_alias@,$build_alias,;t t
17395s,@host_alias@,$host_alias,;t t
17396s,@target_alias@,$target_alias,;t t
17397s,@DEFS@,$DEFS,;t t
17398s,@ECHO_C@,$ECHO_C,;t t
17399s,@ECHO_N@,$ECHO_N,;t t
17400s,@ECHO_T@,$ECHO_T,;t t
17401s,@LIBS@,$LIBS,;t t
17402s,@VERSION@,$VERSION,;t t
17403s,@DATE@,$DATE,;t t
17404s,@LSMDATE@,$LSMDATE,;t t
17405s,@LIBVERSION@,$LIBVERSION,;t t
17406s,@CC@,$CC,;t t
17407s,@CFLAGS@,$CFLAGS,;t t
17408s,@LDFLAGS@,$LDFLAGS,;t t
17409s,@CPPFLAGS@,$CPPFLAGS,;t t
17410s,@ac_ct_CC@,$ac_ct_CC,;t t
17411s,@EXEEXT@,$EXEEXT,;t t
17412s,@OBJEXT@,$OBJEXT,;t t
17413s,@CXX@,$CXX,;t t
17414s,@CXXFLAGS@,$CXXFLAGS,;t t
17415s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17416s,@CPP@,$CPP,;t t
17417s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17418s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17419s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17420s,@AWK@,$AWK,;t t
17421s,@LINKER@,$LINKER,;t t
17422s,@CXXCPP@,$CXXCPP,;t t
17423s,@EGREP@,$EGREP,;t t
17424s,@build@,$build,;t t
17425s,@build_cpu@,$build_cpu,;t t
17426s,@build_vendor@,$build_vendor,;t t
17427s,@build_os@,$build_os,;t t
17428s,@host@,$host,;t t
17429s,@host_cpu@,$host_cpu,;t t
17430s,@host_vendor@,$host_vendor,;t t
17431s,@host_os@,$host_os,;t t
17432s,@LN_S@,$LN_S,;t t
17433s,@ECHO@,$ECHO,;t t
17434s,@RANLIB@,$RANLIB,;t t
17435s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17436s,@STRIP@,$STRIP,;t t
17437s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17438s,@LIBTOOL@,$LIBTOOL,;t t
17439s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17440s,@RXVTNAME@,$RXVTNAME,;t t
17441s,@MV@,$MV,;t t
17442s,@RM@,$RM,;t t
17443s,@CP@,$CP,;t t
17444s,@LN@,$LN,;t t
17445s,@SED@,$SED,;t t
17446s,@CMP@,$CMP,;t t
17447s,@TBL@,$TBL,;t t
17448s,@X_CFLAGS@,$X_CFLAGS,;t t
17449s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17450s,@X_LIBS@,$X_LIBS,;t t
17451s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17452s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17453s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
17454s,@XPM_LIBS@,$XPM_LIBS,;t t
17455s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
17456s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17457s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17458s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17459s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17460s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17461s,@DEBUG@,$DEBUG,;t t
17462s,@DINCLUDE@,$DINCLUDE,;t t
17463s,@DLIB@,$DLIB,;t t
17464s,@include_stdint_h@,$include_stdint_h,;t t
17465s,@include_stdarg_h@,$include_stdarg_h,;t t
17466s,@include_stdlib_h@,$include_stdlib_h,;t t
17467s,@include_unistd_h@,$include_unistd_h,;t t
17468s,@include_string_h@,$include_string_h,;t t
17469s,@include_fcntl_h@,$include_fcntl_h,;t t
17470s,@include_util_h@,$include_util_h,;t t
17471s,@include_assert_h@,$include_assert_h,;t t
17472s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
17473s,@include_sys_select_h@,$include_sys_select_h,;t t
17474s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17475s,@include_sys_time_h@,$include_sys_time_h,;t t
17476s,@include_time_h@,$include_time_h,;t t
17477s,@LIBOBJS@,$LIBOBJS,;t t
17478s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17479/@MCOMMON@/r $MCOMMON
17480s,@MCOMMON@,,;t t
17481CEOF
17482
17483_ACEOF
17484
17485 cat >>$CONFIG_STATUS <<\_ACEOF
17486 # Split the substitutions into bite-sized pieces for seds with
17487 # small command number limits, like on Digital OSF/1 and HP-UX.
17488 ac_max_sed_lines=48
17489 ac_sed_frag=1 # Number of current file.
17490 ac_beg=1 # First line for current file.
17491 ac_end=$ac_max_sed_lines # Line after last line for current file.
17492 ac_more_lines=:
17493 ac_sed_cmds=
17494 while $ac_more_lines; do
17495 if test $ac_beg -gt 1; then
17496 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17497 else
17498 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17499 fi
17500 if test ! -s $tmp/subs.frag; then
17501 ac_more_lines=false
17502 else
17503 # The purpose of the label and of the branching condition is to
17504 # speed up the sed processing (if there are no `@' at all, there
17505 # is no need to browse any of the substitutions).
17506 # These are the two extra sed commands mentioned above.
17507 (echo ':t
17508 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
17509 if test -z "$ac_sed_cmds"; then
17510 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
17511 else
17512 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17513 fi
17514 ac_sed_frag=`expr $ac_sed_frag + 1`
17515 ac_beg=$ac_end
17516 ac_end=`expr $ac_end + $ac_max_sed_lines`
17517 fi
17518 done
17519 if test -z "$ac_sed_cmds"; then
17520 ac_sed_cmds=cat
17521 fi
17522fi # test -n "$CONFIG_FILES"
17523
17524_ACEOF
17525cat >>$CONFIG_STATUS <<\_ACEOF
17526for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
17527 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17528 case $ac_file in
17529 - | *:- | *:-:* ) # input from stdin
17530 cat >$tmp/stdin
17531 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17532 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17533 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17534 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17535 * ) ac_file_in=$ac_file.in ;;
17536 esac
17537
17538 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17539 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17540$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17541 X"$ac_file" : 'X\(//\)[^/]' \| \
17542 X"$ac_file" : 'X\(//\)$' \| \
17543 X"$ac_file" : 'X\(/\)' \| \
17544 . : '\(.\)' 2>/dev/null ||
17545echo X"$ac_file" |
17546 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17547 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17548 /^X\(\/\/\)$/{ s//\1/; q; }
17549 /^X\(\/\).*/{ s//\1/; q; }
17550 s/.*/./; q'`
17551 { if $as_mkdir_p; then
17552 mkdir -p "$ac_dir"
17553 else
17554 as_dir="$ac_dir"
17555 as_dirs=
17556 while test ! -d "$as_dir"; do
17557 as_dirs="$as_dir $as_dirs"
17558 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17559$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17560 X"$as_dir" : 'X\(//\)[^/]' \| \
17561 X"$as_dir" : 'X\(//\)$' \| \
17562 X"$as_dir" : 'X\(/\)' \| \
17563 . : '\(.\)' 2>/dev/null ||
17564echo X"$as_dir" |
17565 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17566 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17567 /^X\(\/\/\)$/{ s//\1/; q; }
17568 /^X\(\/\).*/{ s//\1/; q; }
17569 s/.*/./; q'`
17570 done
17571 test ! -n "$as_dirs" || mkdir $as_dirs
17572 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17573echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17574 { (exit 1); exit 1; }; }; }
17575
17576 ac_builddir=.
17577
17578if test "$ac_dir" != .; then
17579 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17580 # A "../" for each directory in $ac_dir_suffix.
17581 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17582else
17583 ac_dir_suffix= ac_top_builddir=
17584fi
17585
17586case $srcdir in
17587 .) # No --srcdir option. We are building in place.
17588 ac_srcdir=.
17589 if test -z "$ac_top_builddir"; then
17590 ac_top_srcdir=.
17591 else
17592 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17593 fi ;;
17594 [\\/]* | ?:[\\/]* ) # Absolute path.
17595 ac_srcdir=$srcdir$ac_dir_suffix;
17596 ac_top_srcdir=$srcdir ;;
17597 *) # Relative path.
17598 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17599 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17600esac
17601
17602# Do not use `cd foo && pwd` to compute absolute paths, because
17603# the directories may not exist.
17604case `pwd` in
17605.) ac_abs_builddir="$ac_dir";;
17606*)
17607 case "$ac_dir" in
17608 .) ac_abs_builddir=`pwd`;;
17609 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17610 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17611 esac;;
17612esac
17613case $ac_abs_builddir in
17614.) ac_abs_top_builddir=${ac_top_builddir}.;;
17615*)
17616 case ${ac_top_builddir}. in
17617 .) ac_abs_top_builddir=$ac_abs_builddir;;
17618 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17619 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17620 esac;;
17621esac
17622case $ac_abs_builddir in
17623.) ac_abs_srcdir=$ac_srcdir;;
17624*)
17625 case $ac_srcdir in
17626 .) ac_abs_srcdir=$ac_abs_builddir;;
17627 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17628 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17629 esac;;
17630esac
17631case $ac_abs_builddir in
17632.) ac_abs_top_srcdir=$ac_top_srcdir;;
17633*)
17634 case $ac_top_srcdir in
17635 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17636 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17637 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17638 esac;;
17639esac
17640
17641
17642 case $INSTALL in
17643 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17644 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
17645 esac
17646
17647 # Let's still pretend it is `configure' which instantiates (i.e., don't
17648 # use $as_me), people would be surprised to read:
17649 # /* config.h. Generated by config.status. */
17650 if test x"$ac_file" = x-; then
17651 configure_input=
17652 else
17653 configure_input="$ac_file. "
17654 fi
17655 configure_input=$configure_input"Generated from `echo $ac_file_in |
17656 sed 's,.*/,,'` by configure."
17657
17658 # First look for the input files in the build tree, otherwise in the
17659 # src tree.
17660 ac_file_inputs=`IFS=:
17661 for f in $ac_file_in; do
17662 case $f in
17663 -) echo $tmp/stdin ;;
17664 [\\/$]*)
17665 # Absolute (can't be DOS-style, as IFS=:)
17666 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17667echo "$as_me: error: cannot find input file: $f" >&2;}
17668 { (exit 1); exit 1; }; }
17669 echo "$f";;
17670 *) # Relative
17671 if test -f "$f"; then
17672 # Build tree
17673 echo "$f"
17674 elif test -f "$srcdir/$f"; then
17675 # Source tree
17676 echo "$srcdir/$f"
17677 else
17678 # /dev/null tree
17679 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17680echo "$as_me: error: cannot find input file: $f" >&2;}
17681 { (exit 1); exit 1; }; }
17682 fi;;
17683 esac
17684 done` || { (exit 1); exit 1; }
17685
17686 if test x"$ac_file" != x-; then
17687 { echo "$as_me:$LINENO: creating $ac_file" >&5
17688echo "$as_me: creating $ac_file" >&6;}
17689 rm -f "$ac_file"
17690 fi
17691_ACEOF
17692cat >>$CONFIG_STATUS <<_ACEOF
17693 sed "$ac_vpsub
9860$extrasub 17694$extrasub
9861s%@SHELL@%$SHELL%g
9862s%@CFLAGS@%$CFLAGS%g
9863s%@CPPFLAGS@%$CPPFLAGS%g
9864s%@CXXFLAGS@%$CXXFLAGS%g
9865s%@FFLAGS@%$FFLAGS%g
9866s%@DEFS@%$DEFS%g
9867s%@LDFLAGS@%$LDFLAGS%g
9868s%@LIBS@%$LIBS%g
9869s%@exec_prefix@%$exec_prefix%g
9870s%@prefix@%$prefix%g
9871s%@program_transform_name@%$program_transform_name%g
9872s%@bindir@%$bindir%g
9873s%@sbindir@%$sbindir%g
9874s%@libexecdir@%$libexecdir%g
9875s%@datadir@%$datadir%g
9876s%@sysconfdir@%$sysconfdir%g
9877s%@sharedstatedir@%$sharedstatedir%g
9878s%@localstatedir@%$localstatedir%g
9879s%@libdir@%$libdir%g
9880s%@includedir@%$includedir%g
9881s%@oldincludedir@%$oldincludedir%g
9882s%@infodir@%$infodir%g
9883s%@mandir@%$mandir%g
9884s%@VERSION@%$VERSION%g
9885s%@DATE@%$DATE%g
9886s%@LSMDATE@%$LSMDATE%g
9887s%@LIBVERSION@%$LIBVERSION%g
9888s%@CC@%$CC%g
9889s%@CXX@%$CXX%g
9890s%@CPP@%$CPP%g
9891s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
9892s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
9893s%@INSTALL_DATA@%$INSTALL_DATA%g
9894s%@AWK@%$AWK%g
9895s%@host@%$host%g
9896s%@host_alias@%$host_alias%g
9897s%@host_cpu@%$host_cpu%g
9898s%@host_vendor@%$host_vendor%g
9899s%@host_os@%$host_os%g
9900s%@build@%$build%g
9901s%@build_alias@%$build_alias%g
9902s%@build_cpu@%$build_cpu%g
9903s%@build_vendor@%$build_vendor%g
9904s%@build_os@%$build_os%g
9905s%@LN_S@%$LN_S%g
9906s%@OBJEXT@%$OBJEXT%g
9907s%@EXEEXT@%$EXEEXT%g
9908s%@ECHO@%$ECHO%g
9909s%@RANLIB@%$RANLIB%g
9910s%@STRIP@%$STRIP%g
9911s%@LIBTOOL@%$LIBTOOL%g
9912s%@INSTALL_LIBRXVT@%$INSTALL_LIBRXVT%g
9913s%@MV@%$MV%g
9914s%@RM@%$RM%g
9915s%@CP@%$CP%g
9916s%@LN@%$LN%g
9917s%@SED@%$SED%g
9918s%@CMP@%$CMP%g
9919s%@TBL@%$TBL%g
9920s%@X_CFLAGS@%$X_CFLAGS%g
9921s%@X_PRE_LIBS@%$X_PRE_LIBS%g
9922s%@X_LIBS@%$X_LIBS%g
9923s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
9924s%@XPM_CPPFLAGS@%$XPM_CPPFLAGS%g
9925s%@XPM_CFLAGS@%$XPM_CFLAGS%g
9926s%@XPM_LIBS@%$XPM_LIBS%g
9927s%@rxvt_int16_typedef@%$rxvt_int16_typedef%g
9928s%@rxvt_uint16_typedef@%$rxvt_uint16_typedef%g
9929s%@rxvt_int32_typedef@%$rxvt_int32_typedef%g
9930s%@rxvt_uint32_typedef@%$rxvt_uint32_typedef%g
9931s%@rxvt_intp_define@%$rxvt_intp_define%g
9932s%@rxvt_u_intp_define@%$rxvt_u_intp_define%g
9933s%@DEBUG@%$DEBUG%g
9934s%@DINCLUDE@%$DINCLUDE%g
9935s%@DLIB@%$DLIB%g
9936/@MCOMMON@/r $MCOMMON
9937s%@MCOMMON@%%g
9938s%@RXVTNAME@%$RXVTNAME%g
9939s%@include_stdint_h@%$include_stdint_h%g
9940s%@include_stdarg_h@%$include_stdarg_h%g
9941s%@include_stdlib_h@%$include_stdlib_h%g
9942s%@include_unistd_h@%$include_unistd_h%g
9943s%@include_string_h@%$include_string_h%g
9944s%@include_fcntl_h@%$include_fcntl_h%g
9945s%@include_util_h@%$include_util_h%g
9946s%@include_assert_h@%$include_assert_h%g
9947s%@include_sys_ioctl_h@%$include_sys_ioctl_h%g
9948s%@include_sys_select_h@%$include_sys_select_h%g
9949s%@include_sys_strredir_h@%$include_sys_strredir_h%g
9950s%@include_sys_time_h@%$include_sys_time_h%g
9951s%@include_time_h@%$include_time_h%g
9952
9953CEOF 17695_ACEOF
9954EOF
9955
9956cat >> $CONFIG_STATUS <<\EOF 17696cat >>$CONFIG_STATUS <<\_ACEOF
9957 17697:t
9958# Split the substitutions into bite-sized pieces for seds with 17698/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9959# small command number limits, like on Digital OSF/1 and HP-UX. 17699s,@configure_input@,$configure_input,;t t
9960ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 17700s,@srcdir@,$ac_srcdir,;t t
9961ac_file=1 # Number of current file. 17701s,@abs_srcdir@,$ac_abs_srcdir,;t t
9962ac_beg=1 # First line for current file. 17702s,@top_srcdir@,$ac_top_srcdir,;t t
9963ac_end=$ac_max_sed_cmds # Line after last line for current file. 17703s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9964ac_more_lines=: 17704s,@builddir@,$ac_builddir,;t t
9965ac_sed_cmds="" 17705s,@abs_builddir@,$ac_abs_builddir,;t t
9966while $ac_more_lines; do 17706s,@top_builddir@,$ac_top_builddir,;t t
9967 if test $ac_beg -gt 1; then 17707s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9968 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 17708s,@INSTALL@,$ac_INSTALL,;t t
17709" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
17710 rm -f $tmp/stdin
17711 if test x"$ac_file" != x-; then
17712 mv $tmp/out $ac_file
9969 else 17713 else
9970 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 17714 cat $tmp/out
17715 rm -f $tmp/out
9971 fi 17716 fi
9972 if test ! -s conftest.s$ac_file; then 17717
9973 ac_more_lines=false
9974 rm -f conftest.s$ac_file
9975 else
9976 if test -z "$ac_sed_cmds"; then
9977 ac_sed_cmds="sed -f conftest.s$ac_file"
9978 else
9979 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
9980 fi
9981 ac_file=`expr $ac_file + 1`
9982 ac_beg=$ac_end
9983 ac_end=`expr $ac_end + $ac_max_sed_cmds`
9984 fi
9985done 17718done
9986if test -z "$ac_sed_cmds"; then 17719_ACEOF
9987 ac_sed_cmds=cat
9988fi
9989EOF
9990
9991cat >> $CONFIG_STATUS <<EOF
9992
9993CONFIG_FILES=\${CONFIG_FILES-"autoconf/Make.common \
9994Makefile \
9995doc/Makefile \
9996src/Makefile \
9997src/graphics/Makefile \
9998src/test/Makefile \
9999src/rxvtlib.h \
10000W11/Makefile \
10001"}
10002EOF
10003cat >> $CONFIG_STATUS <<\EOF 17720cat >>$CONFIG_STATUS <<\_ACEOF
10004for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10005 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10006 case "$ac_file" in
10007 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
10008 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10009 *) ac_file_in="${ac_file}.in" ;;
10010 esac
10011 17721
10012 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 17722#
10013 17723# CONFIG_HEADER section.
10014 # Remove last slash and all that follows it. Not all systems have dirname. 17724#
10015 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10016 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
10017 # The file is in a subdirectory.
10018 test ! -d "$ac_dir" && mkdir "$ac_dir"
10019 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10020 # A "../" for each directory in $ac_dir_suffix.
10021 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10022 else
10023 ac_dir_suffix= ac_dots=
10024 fi
10025
10026 case "$ac_given_srcdir" in
10027 .) srcdir=.
10028 if test -z "$ac_dots"; then top_srcdir=.
10029 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
10030 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10031 *) # Relative path.
10032 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
10033 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10034 esac
10035
10036 case "$ac_given_INSTALL" in
10037 [/$]*) INSTALL="$ac_given_INSTALL" ;;
10038 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10039 esac
10040
10041 echo creating "$ac_file"
10042 rm -f "$ac_file"
10043 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
10044 case "$ac_file" in
10045 *Makefile*) ac_comsub="1i\\
10046# $configure_input" ;;
10047 *) ac_comsub= ;;
10048 esac
10049
10050 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
10051 sed -e "$ac_comsub
10052s%@configure_input@%$configure_input%g
10053s%@srcdir@%$srcdir%g
10054s%@top_srcdir@%$top_srcdir%g
10055s%@INSTALL@%$INSTALL%g
10056" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
10057fi; done
10058rm -f conftest.s*
10059 17725
10060# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 17726# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10061# NAME is the cpp macro being defined and VALUE is the value it is being given. 17727# NAME is the cpp macro being defined and VALUE is the value it is being given.
10062# 17728#
10063# ac_d sets the value in "#define NAME VALUE" lines. 17729# ac_d sets the value in "#define NAME VALUE" lines.
10064ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 17730ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10065ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 17731ac_dB='[ ].*$,\1#\2'
10066ac_dC='\3' 17732ac_dC=' '
10067ac_dD='%g' 17733ac_dD=',;t'
10068# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 17734# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10069ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 17735ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10070ac_uB='\([ ]\)%\1#\2define\3' 17736ac_uB='$,\1#\2define\3'
10071ac_uC=' ' 17737ac_uC=' '
10072ac_uD='\4%g' 17738ac_uD=',;t'
10073# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10074ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10075ac_eB='$%\1#\2define\3'
10076ac_eC=' '
10077ac_eD='%g'
10078 17739
10079if test "${CONFIG_HEADERS+set}" != set; then
10080EOF
10081cat >> $CONFIG_STATUS <<EOF
10082 CONFIG_HEADERS="config.h:autoconf/config.h.in"
10083EOF
10084cat >> $CONFIG_STATUS <<\EOF
10085fi
10086for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then 17740for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10087 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17741 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10088 case "$ac_file" in 17742 case $ac_file in
17743 - | *:- | *:-:* ) # input from stdin
17744 cat >$tmp/stdin
17745 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17746 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10089 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 17747 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10090 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 17748 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10091 *) ac_file_in="${ac_file}.in" ;; 17749 * ) ac_file_in=$ac_file.in ;;
10092 esac 17750 esac
10093 17751
10094 echo creating $ac_file 17752 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
17753echo "$as_me: creating $ac_file" >&6;}
10095 17754
10096 rm -f conftest.frag conftest.in conftest.out 17755 # First look for the input files in the build tree, otherwise in the
10097 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 17756 # src tree.
10098 cat $ac_file_inputs > conftest.in 17757 ac_file_inputs=`IFS=:
17758 for f in $ac_file_in; do
17759 case $f in
17760 -) echo $tmp/stdin ;;
17761 [\\/$]*)
17762 # Absolute (can't be DOS-style, as IFS=:)
17763 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17764echo "$as_me: error: cannot find input file: $f" >&2;}
17765 { (exit 1); exit 1; }; }
17766 # Do quote $f, to prevent DOS paths from being IFS'd.
17767 echo "$f";;
17768 *) # Relative
17769 if test -f "$f"; then
17770 # Build tree
17771 echo "$f"
17772 elif test -f "$srcdir/$f"; then
17773 # Source tree
17774 echo "$srcdir/$f"
17775 else
17776 # /dev/null tree
17777 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17778echo "$as_me: error: cannot find input file: $f" >&2;}
17779 { (exit 1); exit 1; }; }
17780 fi;;
17781 esac
17782 done` || { (exit 1); exit 1; }
17783 # Remove the trailing spaces.
17784 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10099 17785
10100EOF 17786_ACEOF
10101 17787
10102# Transform confdefs.h into a sed script conftest.vals that substitutes 17788# Transform confdefs.h into two sed scripts, `conftest.defines' and
10103# the proper values into config.h.in to produce config.h. And first: 17789# `conftest.undefs', that substitutes the proper values into
17790# config.h.in to produce config.h. The first handles `#define'
17791# templates, and the second `#undef' templates.
10104# Protect against being on the right side of a sed subst in config.status. 17792# And first: Protect against being on the right side of a sed subst in
10105# Protect against being in an unquoted here document in config.status. 17793# config.status. Protect against being in an unquoted here document
10106rm -f conftest.vals 17794# in config.status.
10107cat > conftest.hdr <<\EOF 17795rm -f conftest.defines conftest.undefs
17796# Using a here document instead of a string reduces the quoting nightmare.
17797# Putting comments in sed scripts is not portable.
17798#
17799# `end' is used to avoid that the second main sed command (meant for
17800# 0-ary CPP macros) applies to n-ary macro definitions.
17801# See the Autoconf documentation for `clear'.
17802cat >confdef2sed.sed <<\_ACEOF
10108s/[\\&%]/\\&/g 17803s/[\\&,]/\\&/g
10109s%[\\$`]%\\&%g 17804s,[\\$`],\\&,g
10110s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 17805t clear
10111s%ac_d%ac_u%gp 17806: clear
10112s%ac_u%ac_e%gp 17807s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10113EOF 17808t end
10114sed -n -f conftest.hdr confdefs.h > conftest.vals 17809s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10115rm -f conftest.hdr 17810: end
17811_ACEOF
17812# If some macros were called several times there might be several times
17813# the same #defines, which is useless. Nevertheless, we may not want to
17814# sort them, since we want the *last* AC-DEFINE to be honored.
17815uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
17816sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
17817rm -f confdef2sed.sed
10116 17818
10117# This sed command replaces #undef with comments. This is necessary, for 17819# This sed command replaces #undef with comments. This is necessary, for
10118# example, in the case of _POSIX_SOURCE, which is predefined and required 17820# example, in the case of _POSIX_SOURCE, which is predefined and required
10119# on some systems where configure will not decide to define it. 17821# on some systems where configure will not decide to define it.
10120cat >> conftest.vals <<\EOF 17822cat >>conftest.undefs <<\_ACEOF
10121s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 17823s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10122EOF 17824_ACEOF
10123 17825
10124# Break up conftest.vals because some shells have a limit on 17826# Break up conftest.defines because some shells have a limit on the size
10125# the size of here documents, and old seds have small limits too. 17827# of here documents, and old seds have small limits too (100 cmds).
10126 17828echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
17829echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
17830echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
17831echo ' :' >>$CONFIG_STATUS
10127rm -f conftest.tail 17832rm -f conftest.tail
10128while : 17833while grep . conftest.defines >/dev/null
10129do 17834do
10130 ac_lines=`grep -c . conftest.vals`
10131 # grep -c gives empty output for an empty file on some AIX systems.
10132 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
10133 # Write a limited-size here document to conftest.frag. 17835 # Write a limited-size here document to $tmp/defines.sed.
10134 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 17836 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
17837 # Speed up: don't consider the non `#define' lines.
17838 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
17839 # Work around the forget-to-reset-the-flag bug.
17840 echo 't clr' >>$CONFIG_STATUS
17841 echo ': clr' >>$CONFIG_STATUS
10135 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 17842 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10136 echo 'CEOF 17843 echo 'CEOF
10137 sed -f conftest.frag conftest.in > conftest.out 17844 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10138 rm -f conftest.in 17845 rm -f $tmp/in
10139 mv conftest.out conftest.in 17846 mv $tmp/out $tmp/in
10140' >> $CONFIG_STATUS 17847' >>$CONFIG_STATUS
10141 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 17848 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10142 rm -f conftest.vals 17849 rm -f conftest.defines
10143 mv conftest.tail conftest.vals 17850 mv conftest.tail conftest.defines
10144done 17851done
17852rm -f conftest.defines
17853echo ' fi # grep' >>$CONFIG_STATUS
17854echo >>$CONFIG_STATUS
17855
17856# Break up conftest.undefs because some shells have a limit on the size
17857# of here documents, and old seds have small limits too (100 cmds).
17858echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10145rm -f conftest.vals 17859rm -f conftest.tail
17860while grep . conftest.undefs >/dev/null
17861do
17862 # Write a limited-size here document to $tmp/undefs.sed.
17863 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
17864 # Speed up: don't consider the non `#undef'
17865 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
17866 # Work around the forget-to-reset-the-flag bug.
17867 echo 't clr' >>$CONFIG_STATUS
17868 echo ': clr' >>$CONFIG_STATUS
17869 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
17870 echo 'CEOF
17871 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
17872 rm -f $tmp/in
17873 mv $tmp/out $tmp/in
17874' >>$CONFIG_STATUS
17875 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
17876 rm -f conftest.undefs
17877 mv conftest.tail conftest.undefs
17878done
17879rm -f conftest.undefs
10146 17880
10147cat >> $CONFIG_STATUS <<\EOF 17881cat >>$CONFIG_STATUS <<\_ACEOF
10148 rm -f conftest.frag conftest.h 17882 # Let's still pretend it is `configure' which instantiates (i.e., don't
10149 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 17883 # use $as_me), people would be surprised to read:
10150 cat conftest.in >> conftest.h 17884 # /* config.h. Generated by config.status. */
10151 rm -f conftest.in 17885 if test x"$ac_file" = x-; then
10152 if cmp -s $ac_file conftest.h 2>/dev/null; then 17886 echo "/* Generated by configure. */" >$tmp/config.h
10153 echo "$ac_file is unchanged"
10154 rm -f conftest.h
10155 else 17887 else
10156 # Remove last slash and all that follows it. Not all systems have dirname. 17888 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10157 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 17889 fi
10158 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 17890 cat $tmp/in >>$tmp/config.h
10159 # The file is in a subdirectory. 17891 rm -f $tmp/in
17892 if test x"$ac_file" != x-; then
17893 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
17894 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
17895echo "$as_me: $ac_file is unchanged" >&6;}
17896 else
17897 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17898$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17899 X"$ac_file" : 'X\(//\)[^/]' \| \
17900 X"$ac_file" : 'X\(//\)$' \| \
17901 X"$ac_file" : 'X\(/\)' \| \
17902 . : '\(.\)' 2>/dev/null ||
17903echo X"$ac_file" |
17904 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17905 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17906 /^X\(\/\/\)$/{ s//\1/; q; }
17907 /^X\(\/\).*/{ s//\1/; q; }
17908 s/.*/./; q'`
17909 { if $as_mkdir_p; then
17910 mkdir -p "$ac_dir"
17911 else
17912 as_dir="$ac_dir"
17913 as_dirs=
17914 while test ! -d "$as_dir"; do
17915 as_dirs="$as_dir $as_dirs"
17916 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17917$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17918 X"$as_dir" : 'X\(//\)[^/]' \| \
17919 X"$as_dir" : 'X\(//\)$' \| \
17920 X"$as_dir" : 'X\(/\)' \| \
17921 . : '\(.\)' 2>/dev/null ||
17922echo X"$as_dir" |
17923 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17924 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17925 /^X\(\/\/\)$/{ s//\1/; q; }
17926 /^X\(\/\).*/{ s//\1/; q; }
17927 s/.*/./; q'`
17928 done
10160 test ! -d "$ac_dir" && mkdir "$ac_dir" 17929 test ! -n "$as_dirs" || mkdir $as_dirs
17930 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17931echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17932 { (exit 1); exit 1; }; }; }
17933
17934 rm -f $ac_file
17935 mv $tmp/config.h $ac_file
10161 fi 17936 fi
10162 rm -f $ac_file 17937 else
10163 mv conftest.h $ac_file 17938 cat $tmp/config.h
17939 rm -f $tmp/config.h
10164 fi 17940 fi
10165fi; done 17941done
17942_ACEOF
10166 17943
10167EOF
10168cat >> $CONFIG_STATUS <<EOF
10169
10170EOF
10171cat >> $CONFIG_STATUS <<\EOF 17944cat >>$CONFIG_STATUS <<\_ACEOF
10172 17945
10173exit 0 17946{ (exit 0); exit 0; }
10174EOF 17947_ACEOF
10175chmod +x $CONFIG_STATUS 17948chmod +x $CONFIG_STATUS
10176rm -fr confdefs* $ac_clean_files 17949ac_clean_files=$ac_clean_files_save
10177test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 17950
17951
17952# configure is writing to config.log, and then calls config.status.
17953# config.status does its own redirection, appending to config.log.
17954# Unfortunately, on DOS this fails, as config.log is still kept open
17955# by configure, so config.status won't be able to write to it; its
17956# output is simply discarded. So we exec the FD to /dev/null,
17957# effectively closing config.log, so it can be properly (re)opened and
17958# appended to by config.status. When coming back to configure, we
17959# need to make the FD available again.
17960if test "$no_create" != yes; then
17961 ac_cs_success=:
17962 ac_config_status_args=
17963 test "$silent" = yes &&
17964 ac_config_status_args="$ac_config_status_args --quiet"
17965 exec 5>/dev/null
17966 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17967 exec 5>>config.log
17968 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17969 # would make configure fail if this is the last instruction.
17970 $ac_cs_success || { (exit 1); exit 1; }
17971fi
10178 17972
10179 17973
10180echo "Configuration: 17974echo "Configuration:
10181 17975
10182 Rxvt version: $VERSION : $DATE 17976 Rxvt version: $VERSION : $DATE
10183 Source code location: $srcdir 17977 Source code location: $srcdir
10184 Install path: ${prefix}/bin 17978 Install path: ${prefix}/bin
10185 Compiler: $CC 17979 Compiler: $CXX
10186 Compiler flags: $CFLAGS" 17980 Compiler flags: $CFLAGS
17981 Linker: $LINKER"
10187 17982
10188if test "$MALLOC_TYPE" = S; then 17983if test "$MALLOC_TYPE" = S; then
10189 echo " malloc support: system default" 17984 echo " malloc support: system default"
10190fi 17985fi
10191if test "$MALLOC_TYPE" = G; then 17986if test "$MALLOC_TYPE" = G; then
10202echo " 17997echo "
10203The following are set in config.h 17998The following are set in config.h
10204" 17999"
10205echo " pty/tty type: "$rxvt_cv_ptys 18000echo " pty/tty type: "$rxvt_cv_ptys
10206if test x$support_utmp != xyes; then 18001if test x$support_utmp != xyes; then
10207 echo " utmp support: disabled 18002 echo " utmp support: disabled"
10208" 18003 echo
10209else 18004else
10210 echo " utmp support: enabled 18005 echo " utmp support: enabled
10211 utmp file: $rxvt_cv_path_utmp 18006 utmp file: $rxvt_cv_path_utmp
10212 utmpx file: $rxvt_cv_path_utmpx 18007 utmpx file: $rxvt_cv_path_utmpx
10213 wtmp file: $rxvt_cv_path_wtmp 18008 wtmp file: $rxvt_cv_path_wtmp
10214 wtmpx file: $rxvt_cv_path_wtmpx 18009 wtmpx file: $rxvt_cv_path_wtmpx
10215 lastlog file: $rxvt_cv_path_lastlog 18010 lastlog file: $rxvt_cv_path_lastlog
10216 ttys/ttytab file: $rxvt_cv_path_ttytab 18011 ttys/ttytab file: $rxvt_cv_path_ttytab"
10217" 18012 echo
10218fi 18013fi
10219if test x$term != x; then 18014if test x$term != x; then
10220 echo " set TERM to: $term 18015 echo " set TERM to: $term"
10221"
10222fi 18016fi
10223if test x$terminfo != x; then 18017if test x$terminfo != x; then
10224 echo " set TERMINFO to: $terminfo 18018 echo " set TERMINFO to: $terminfo"
10225"
10226fi 18019fi
18020echo " default resource name: $RESNAME"
18021echo " resource class: $RESCLASS"
18022if test x$RESFALLBACK != x; then
18023 echo " resource class fallback: $RESFALLBACK"
18024fi
18025echo
10227if test x$rxvt_cv_ptys = xUNKNOWN; then 18026if test x$rxvt_cv_ptys = xUNKNOWN; then
10228 echo ".----------------------------------------------------------------." 18027 echo ".----------------------------------------------------------------."
10229 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18028 echo ". WARNING: could not determine pty/tty type. Do not build until ."
10230 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18029 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
10231 echo ".----------------------------------------------------------------." 18030 echo ".----------------------------------------------------------------."
10245 echo ". WARNING: --enable-xim was specified however the locale support ." 18044 echo ". WARNING: --enable-xim was specified however the locale support ."
10246 echo ". functions could not be found. ." 18045 echo ". functions could not be found. ."
10247 echo ". XIM is now being DISABLED! ." 18046 echo ". XIM is now being DISABLED! ."
10248 echo ".----------------------------------------------------------------." 18047 echo ".----------------------------------------------------------------."
10249fi 18048fi
18049
10250echo " *** Please check src/feature.h for further options *** 18050echo " *** Please check src/feature.h for further options ***"
10251" 18051echo
18052
18053echo ".----------------------------------------------------------------."
18054echo ". NOTE: most features are disabled by default, try ."
18055echo ". configure --help to get an idea of the optional features ."
18056echo ".----------------------------------------------------------------."
18057echo
18058

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines