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.13 by pcg, Mon Mar 1 01:06:45 2004 UTC

1#! /bin/sh 1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13 3# Generated by GNU Autoconf 2.59.
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6# 4#
5# Copyright (C) 2003 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 6# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 7# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
9 11
10# Defaults: 12# Be Bourne compatible
11ac_help= 13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
12ac_default_prefix=/usr/local 14 emulate sh
13# Any additions from configure.in: 15 NULLCMD=:
14ac_help="$ac_help 16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
15 --enable-shared[=PKGS] build shared libraries [default=no]" 17 # is contrary to our usage. Disable this feature.
16ac_help="$ac_help 18 alias -g '${1+"$@"}'='"$@"'
17 --enable-static[=PKGS] build static libraries [default=yes]" 19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
18ac_help="$ac_help 20 set -o posix
19 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]" 21fi
20ac_help="$ac_help 22DUALCASE=1; export DUALCASE # for MKS sh
21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]" 23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
22 243
23# Find the correct PATH separator. Usually this is `:', but 244# Find the correct PATH separator. Usually this is `:', but
24# DJGPP uses `;' like DOS. 245# DJGPP uses `;' like DOS.
25if test "X${PATH_SEPARATOR+set}" != Xset; then 246if test "X${PATH_SEPARATOR+set}" != Xset; then
26 UNAME=${UNAME-`uname 2>/dev/null`} 247 UNAME=${UNAME-`uname 2>/dev/null`}
175if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 396if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
176 ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 397 ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
177fi 398fi
178 399
179 400
180ac_help="$ac_help 401
181 --disable-libtool-lock avoid locking (might break parallel builds)" 402# Name of the host.
182ac_help="$ac_help 403# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
183dnl 404# so uname gets run too.
184 --with-pic try to use only PIC/non-PIC objects [default=use both]" 405ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
185ac_help="$ac_help 406
186 --enable-everything enable standard non-multichoice features: marked * 407exec 6>&1
187 NOTE: this option is order dependent 408
188 NOTE: automatically enabled with --enable-shared" 409#
189ac_help="$ac_help 410# Initializations.
190 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters" 411#
191ac_help="$ac_help 412ac_default_prefix=/usr/local
192 --enable-xft enable xft support on systems that have it" 413ac_config_libobj_dir=.
193ac_help="$ac_help 414cross_compiling=no
194 --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all)" 415subdirs=
195ac_help="$ac_help 416MFLAGS=
196 --with-encoding=NAME set language default encoding to NAME (default: sjis) 417MAKEFLAGS=
197 (eucj|sjis|big5|gb|kr|noenc)" 418SHELL=${CONFIG_SHELL-/bin/sh}
198ac_help="$ac_help 419
199 --enable-utmp enable utmp (utmpx) support *" 420# Maximum number of lines to put in a shell here document.
200ac_help="$ac_help 421# This variable seems obsolete. It should probably be removed, and
201 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)*" 422# only ac_max_sed_lines should be used.
202ac_help="$ac_help 423: ${ac_max_here_lines=38}
203 --enable-lastlog enable lastlog support (requires --enable-utmp) *" 424
204ac_help="$ac_help 425# Identity of this package.
205 --enable-xpm-background enable XPM background pixmaps *" 426PACKAGE_NAME=
206ac_help="$ac_help 427PACKAGE_TARNAME=
207 --enable-transparency enable transparent backgrounds *" 428PACKAGE_VERSION=
208ac_help="$ac_help 429PACKAGE_STRING=
209 --enable-menubar enable menubar *" 430PACKAGE_BUGREPORT=
210ac_help="$ac_help 431
211 --enable-graphics enable rxvt own graphics mode (see src/graphics) *" 432ac_unique_file="src/feature.h"
212ac_help="$ac_help 433# Factoring default headers for most tests.
213 --enable-rxvt-scroll enable rxvt style scrollbar *" 434ac_includes_default="\
214ac_help="$ac_help 435#include <stdio.h>
215 --enable-next-scroll enable NeXT style scrollbar *" 436#if HAVE_SYS_TYPES_H
216ac_help="$ac_help 437# include <sys/types.h>
217 --enable-xterm-scroll enable Xterm style scrollbar *" 438#endif
218ac_help="$ac_help 439#if HAVE_SYS_STAT_H
219 --enable-half-shadow use half width/height shadow on rxvt scrollbar" 440# include <sys/stat.h>
220ac_help="$ac_help 441#endif
221 --enable-xim XIM (X Input Method) protocol support *" 442#if STDC_HEADERS
222ac_help="$ac_help 443# include <stdlib.h>
223 --enable-greek enable greek keyboard support" 444# include <stddef.h>
224ac_help="$ac_help 445#else
225 --enable-ttygid enable tty setting to group named "tty"" 446# if HAVE_STDLIB_H
226ac_help="$ac_help 447# include <stdlib.h>
227 --disable-backspace-key disable handling of the backspace key" 448# endif
228ac_help="$ac_help 449#endif
229 --disable-delete-key disable handling of the delete key" 450#if HAVE_STRING_H
230ac_help="$ac_help 451# if !STDC_HEADERS && HAVE_MEMORY_H
231 --disable-resources disable all resource checking" 452# include <memory.h>
232ac_help="$ac_help 453# endif
233 --enable-xgetdefault enable resources via X instead of our small version" 454# include <string.h>
234ac_help="$ac_help 455#endif
235 --enable-strings enable some replacement system functions" 456#if HAVE_STRINGS_H
236ac_help="$ac_help 457# include <strings.h>
237 --disable-swapscreen disable swap screen support" 458#endif
238ac_help="$ac_help 459#if HAVE_INTTYPES_H
239 --enable-frills enable support for rarely used features *" 460# include <inttypes.h>
240ac_help="$ac_help 461#else
241 --enable-linespace enable support for linespace *" 462# if HAVE_STDINT_H
242ac_help="$ac_help 463# include <stdint.h>
243 --enable-24bit enable support for using 24bit visuals if available *" 464# endif
244ac_help="$ac_help 465#endif
245 --enable-keepscrolling enable continual scrolling on scrollbar arrow press *" 466#if HAVE_UNISTD_H
246ac_help="$ac_help 467# include <unistd.h>
247 --enable-selectionscrolling enable scrolling during selections *" 468#endif"
248ac_help="$ac_help 469
249 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 *" 470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT 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 RXVTNAME 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-xft enable xft support on systems that have it
1035 --enable-utmp enable utmp (utmpx) support
1036 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1037 --enable-lastlog enable lastlog support (requires --enable-utmp)
1038 --enable-xpm-background enable XPM background pixmaps
1039 --enable-transparency enable transparent backgrounds
1040 --enable-menubar enable menubar
1041 --enable-rxvt-scroll enable rxvt style scrollbar
1042 --enable-next-scroll enable NeXT style scrollbar
1043 --enable-xterm-scroll enable Xterm style scrollbar
1044 --enable-plain-scroll enable plain style scrollbar
1045 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1046 --enable-xim XIM (X Input Method) protocol support
1047 --enable-ttygid enable tty setting to group named "tty"
1048 --disable-backspace-key disable handling of the backspace key
1049 --disable-delete-key disable handling of the delete key
1050 --disable-resources disable all resource checking
1051 --enable-xgetdefault enable resources via X instead of our small version
1052 --enable-strings enable some replacement system functions
1053 --disable-swapscreen disable swap screen support
1054 --enable-frills enable support for rarely used features
1055 --enable-linespace enable support for linespace
1056 --enable-24bit enable support for using 24bit visuals if available
1057 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1058 --enable-selectionscrolling enable scrolling during selections
1059 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1060 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1061 --enable-old-selection enable v2.20 (& prior) mouse selection style support
1062 --disable-new-selection disable new mouse (xterm) selection style support
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-term=NAME set the terminal to NAME (default \"rxvt\")
1079 --with-terminfo=PATH set the path to the terminfo tree to PATH
1080 --with-x use the X Window System
1081 --with-xpm-includes=DIR use XPM includes in DIR
1082 --with-xpm-library=DIR use XPM library in DIR
1083 --with-xpm use XPM
1084
1085Some influential environment variables:
1086 CC C compiler command
1087 CFLAGS C compiler flags
1088 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1089 nonstandard directory <lib dir>
1090 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1091 headers in a nonstandard directory <include dir>
1092 CXX C++ compiler command
1093 CXXFLAGS C++ compiler flags
1094 CPP C preprocessor
1095 CXXCPP C++ preprocessor
1096
1097Use these variables to override the choices made by `configure' or to help
1098it to find libraries and programs with nonstandard names/locations.
1099
1100_ACEOF
1101fi
1102
1103if test "$ac_init_help" = "recursive"; then
1104 # If there are subdirs, report their specific --help.
1105 ac_popdir=`pwd`
1106 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1107 test -d $ac_dir || continue
1108 ac_builddir=.
1109
1110if test "$ac_dir" != .; then
1111 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1112 # A "../" for each directory in $ac_dir_suffix.
1113 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1114else
1115 ac_dir_suffix= ac_top_builddir=
1116fi
1117
1118case $srcdir in
1119 .) # No --srcdir option. We are building in place.
1120 ac_srcdir=.
1121 if test -z "$ac_top_builddir"; then
1122 ac_top_srcdir=.
1123 else
1124 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1125 fi ;;
1126 [\\/]* | ?:[\\/]* ) # Absolute path.
1127 ac_srcdir=$srcdir$ac_dir_suffix;
1128 ac_top_srcdir=$srcdir ;;
1129 *) # Relative path.
1130 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1131 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1132esac
1133
1134# Do not use `cd foo && pwd` to compute absolute paths, because
1135# the directories may not exist.
1136case `pwd` in
1137.) ac_abs_builddir="$ac_dir";;
1138*)
1139 case "$ac_dir" in
1140 .) ac_abs_builddir=`pwd`;;
1141 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1142 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1143 esac;;
1144esac
1145case $ac_abs_builddir in
1146.) ac_abs_top_builddir=${ac_top_builddir}.;;
1147*)
1148 case ${ac_top_builddir}. in
1149 .) ac_abs_top_builddir=$ac_abs_builddir;;
1150 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1151 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1152 esac;;
1153esac
1154case $ac_abs_builddir in
1155.) ac_abs_srcdir=$ac_srcdir;;
1156*)
1157 case $ac_srcdir in
1158 .) ac_abs_srcdir=$ac_abs_builddir;;
1159 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1160 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1161 esac;;
1162esac
1163case $ac_abs_builddir in
1164.) ac_abs_top_srcdir=$ac_top_srcdir;;
1165*)
1166 case $ac_top_srcdir in
1167 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1168 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1169 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1170 esac;;
1171esac
1172
1173 cd $ac_dir
1174 # Check for guested configure; otherwise get Cygnus style configure.
1175 if test -f $ac_srcdir/configure.gnu; then
1176 echo
1177 $SHELL $ac_srcdir/configure.gnu --help=recursive
1178 elif test -f $ac_srcdir/configure; then
1179 echo
1180 $SHELL $ac_srcdir/configure --help=recursive
1181 elif test -f $ac_srcdir/configure.ac ||
1182 test -f $ac_srcdir/configure.in; then
1183 echo
1184 $ac_configure --help
1185 else
1186 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1187 fi
1188 cd "$ac_popdir"
1189 done
1190fi
1191
1192test -n "$ac_init_help" && exit 0
1193if $ac_init_version; then
1194 cat <<\_ACEOF
1195
1196Copyright (C) 2003 Free Software Foundation, Inc.
1197This configure script is free software; the Free Software Foundation
1198gives unlimited permission to copy, distribute and modify it.
1199_ACEOF
1200 exit 0
1201fi
1202exec 5>config.log
1203cat >&5 <<_ACEOF
1204This file contains any messages produced by compilers while
1205running configure, to aid debugging if configure makes a mistake.
1206
1207It was created by $as_me, which was
1208generated by GNU Autoconf 2.59. Invocation command line was
1209
1210 $ $0 $@
1211
1212_ACEOF
1213{
1214cat <<_ASUNAME
1215## --------- ##
1216## Platform. ##
1217## --------- ##
1218
1219hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1220uname -m = `(uname -m) 2>/dev/null || echo unknown`
1221uname -r = `(uname -r) 2>/dev/null || echo unknown`
1222uname -s = `(uname -s) 2>/dev/null || echo unknown`
1223uname -v = `(uname -v) 2>/dev/null || echo unknown`
1224
1225/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1226/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1227
1228/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1229/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1230/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1231hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1232/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1233/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1234/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1235
1236_ASUNAME
1237
1238as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1239for as_dir in $PATH
1240do
1241 IFS=$as_save_IFS
1242 test -z "$as_dir" && as_dir=.
1243 echo "PATH: $as_dir"
1244done
1245
1246} >&5
1247
1248cat >&5 <<_ACEOF
1249
1250
1251## ----------- ##
1252## Core tests. ##
1253## ----------- ##
1254
1255_ACEOF
1256
1257
1258# Keep a trace of the command line.
1259# Strip out --no-create and --no-recursion so they do not pile up.
1260# Strip out --silent because we don't want to record it for future runs.
1261# Also quote any args containing shell meta-characters.
1262# Make two passes to allow for proper duplicate-argument suppression.
1263ac_configure_args=
1264ac_configure_args0=
1265ac_configure_args1=
1266ac_sep=
1267ac_must_keep_next=false
1268for ac_pass in 1 2
1269do
1270 for ac_arg
1271 do
1272 case $ac_arg in
1273 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1274 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1275 | -silent | --silent | --silen | --sile | --sil)
1276 continue ;;
1277 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1278 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1279 esac
1280 case $ac_pass in
1281 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1282 2)
1283 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1284 if test $ac_must_keep_next = true; then
1285 ac_must_keep_next=false # Got value, back to normal.
1286 else
1287 case $ac_arg in
1288 *=* | --config-cache | -C | -disable-* | --disable-* \
1289 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1290 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1291 | -with-* | --with-* | -without-* | --without-* | --x)
1292 case "$ac_configure_args0 " in
1293 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1294 esac
1295 ;;
1296 -* ) ac_must_keep_next=true ;;
1297 esac
1298 fi
1299 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1300 # Get rid of the leading space.
1301 ac_sep=" "
1302 ;;
1303 esac
1304 done
1305done
1306$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1307$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1308
1309# When interrupted or exit'd, cleanup temporary files, and complete
1310# config.log. We remove comments because anyway the quotes in there
1311# would cause problems or look ugly.
1312# WARNING: Be sure not to use single quotes in there, as some shells,
1313# such as our DU 5.0 friend, will then `close' the trap.
1314trap 'exit_status=$?
1315 # Save into config.log some information that might help in debugging.
1316 {
1317 echo
1318
1319 cat <<\_ASBOX
1320## ---------------- ##
1321## Cache variables. ##
1322## ---------------- ##
1323_ASBOX
1324 echo
1325 # The following way of writing the cache mishandles newlines in values,
1326{
1327 (set) 2>&1 |
1328 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1329 *ac_space=\ *)
1330 sed -n \
1331 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1332 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1333 ;;
1334 *)
1335 sed -n \
1336 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1337 ;;
1338 esac;
1339}
1340 echo
1341
1342 cat <<\_ASBOX
1343## ----------------- ##
1344## Output variables. ##
1345## ----------------- ##
1346_ASBOX
1347 echo
1348 for ac_var in $ac_subst_vars
1349 do
1350 eval ac_val=$`echo $ac_var`
1351 echo "$ac_var='"'"'$ac_val'"'"'"
1352 done | sort
1353 echo
1354
1355 if test -n "$ac_subst_files"; then
1356 cat <<\_ASBOX
1357## ------------- ##
1358## Output files. ##
1359## ------------- ##
1360_ASBOX
1361 echo
1362 for ac_var in $ac_subst_files
1363 do
1364 eval ac_val=$`echo $ac_var`
1365 echo "$ac_var='"'"'$ac_val'"'"'"
1366 done | sort
1367 echo
1368 fi
1369
1370 if test -s confdefs.h; then
1371 cat <<\_ASBOX
1372## ----------- ##
1373## confdefs.h. ##
1374## ----------- ##
1375_ASBOX
1376 echo
1377 sed "/^$/d" confdefs.h | sort
1378 echo
1379 fi
1380 test "$ac_signal" != 0 &&
1381 echo "$as_me: caught signal $ac_signal"
1382 echo "$as_me: exit $exit_status"
1383 } >&5
1384 rm -f core *.core &&
1385 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1386 exit $exit_status
1387 ' 0
1388for ac_signal in 1 2 13 15; do
1389 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1390done
1391ac_signal=0
1392
1393# confdefs.h avoids OS command line length limits that DEFS can exceed.
1394rm -rf conftest* confdefs.h
1395# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1396echo >confdefs.h
1397
1398# Predefined preprocessor variables.
1399
1400cat >>confdefs.h <<_ACEOF
1401#define PACKAGE_NAME "$PACKAGE_NAME"
1402_ACEOF
1403
1404
1405cat >>confdefs.h <<_ACEOF
1406#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1407_ACEOF
1408
1409
1410cat >>confdefs.h <<_ACEOF
1411#define PACKAGE_VERSION "$PACKAGE_VERSION"
1412_ACEOF
1413
1414
1415cat >>confdefs.h <<_ACEOF
1416#define PACKAGE_STRING "$PACKAGE_STRING"
1417_ACEOF
1418
1419
1420cat >>confdefs.h <<_ACEOF
1421#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1422_ACEOF
1423
1424
1425# Let the site file select an alternate cache file if it wants to.
746# Prefer explicitly selected file to automatically selected ones. 1426# Prefer explicitly selected file to automatically selected ones.
747if test -z "$CONFIG_SITE"; then 1427if test -z "$CONFIG_SITE"; then
748 if test "x$prefix" != xNONE; then 1428 if test "x$prefix" != xNONE; then
749 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1429 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
750 else 1430 else
751 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1431 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
752 fi 1432 fi
753fi 1433fi
754for ac_site_file in $CONFIG_SITE; do 1434for ac_site_file in $CONFIG_SITE; do
755 if test -r "$ac_site_file"; then 1435 if test -r "$ac_site_file"; then
1436 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
756 echo "loading site script $ac_site_file" 1437echo "$as_me: loading site script $ac_site_file" >&6;}
1438 sed 's/^/| /' "$ac_site_file" >&5
757 . "$ac_site_file" 1439 . "$ac_site_file"
758 fi 1440 fi
759done 1441done
760 1442
761if test -r "$cache_file"; then 1443if test -r "$cache_file"; then
1444 # Some versions of bash will fail to source /dev/null (special
1445 # files actually), so we avoid doing that.
1446 if test -f "$cache_file"; then
1447 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
762 echo "loading cache $cache_file" 1448echo "$as_me: loading cache $cache_file" >&6;}
763 . $cache_file 1449 case $cache_file in
1450 [\\/]* | ?:[\\/]* ) . $cache_file;;
1451 *) . ./$cache_file;;
1452 esac
1453 fi
764else 1454else
1455 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
765 echo "creating cache $cache_file" 1456echo "$as_me: creating cache $cache_file" >&6;}
766 > $cache_file 1457 >$cache_file
1458fi
1459
1460# Check that the precious variables saved in the cache have kept the same
1461# value.
1462ac_cache_corrupted=false
1463for ac_var in `(set) 2>&1 |
1464 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1465 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1466 eval ac_new_set=\$ac_env_${ac_var}_set
1467 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1468 eval ac_new_val="\$ac_env_${ac_var}_value"
1469 case $ac_old_set,$ac_new_set in
1470 set,)
1471 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1472echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1473 ac_cache_corrupted=: ;;
1474 ,set)
1475 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1476echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1477 ac_cache_corrupted=: ;;
1478 ,);;
1479 *)
1480 if test "x$ac_old_val" != "x$ac_new_val"; then
1481 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1482echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1483 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1484echo "$as_me: former value: $ac_old_val" >&2;}
1485 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1486echo "$as_me: current value: $ac_new_val" >&2;}
1487 ac_cache_corrupted=:
1488 fi;;
1489 esac
1490 # Pass precious variables to config.status.
1491 if test "$ac_new_set" = set; then
1492 case $ac_new_val in
1493 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1494 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1495 *) ac_arg=$ac_var=$ac_new_val ;;
1496 esac
1497 case " $ac_configure_args " in
1498 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1499 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1500 esac
1501 fi
1502done
1503if $ac_cache_corrupted; then
1504 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1505echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1506 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1507echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1508 { (exit 1); exit 1; }; }
767fi 1509fi
768 1510
769ac_ext=c 1511ac_ext=c
770# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
771ac_cpp='$CPP $CPPFLAGS' 1512ac_cpp='$CPP $CPPFLAGS'
772ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1513ac_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' 1514ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
774cross_compiling=$ac_cv_prog_cc_cross 1515ac_compiler_gnu=$ac_cv_c_compiler_gnu
775 1516
776ac_exeext= 1517
777ac_objext=o 1518
778if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 1519
779 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 1520
780 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 1521
781 ac_n= ac_c=' 1522
782' ac_t=' ' 1523
783 else 1524
784 ac_n=-n ac_c= ac_t= 1525
785 fi 1526
786else 1527
787 ac_n= ac_c='\c' ac_t= 1528
788fi 1529
1530
1531
1532
789 1533
790 1534
791ac_aux_dir= 1535ac_aux_dir=
792for ac_dir in autoconf $srcdir/autoconf; do 1536for ac_dir in autoconf $srcdir/autoconf; do
793 if test -f $ac_dir/install-sh; then 1537 if test -f $ac_dir/install-sh; then
796 break 1540 break
797 elif test -f $ac_dir/install.sh; then 1541 elif test -f $ac_dir/install.sh; then
798 ac_aux_dir=$ac_dir 1542 ac_aux_dir=$ac_dir
799 ac_install_sh="$ac_aux_dir/install.sh -c" 1543 ac_install_sh="$ac_aux_dir/install.sh -c"
800 break 1544 break
1545 elif test -f $ac_dir/shtool; then
1546 ac_aux_dir=$ac_dir
1547 ac_install_sh="$ac_aux_dir/shtool install -c"
1548 break
801 fi 1549 fi
802done 1550done
803if test -z "$ac_aux_dir"; then 1551if test -z "$ac_aux_dir"; then
1552 { { 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; } 1553echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1554 { (exit 1); exit 1; }; }
805fi 1555fi
806ac_config_guess=$ac_aux_dir/config.guess 1556ac_config_guess="$SHELL $ac_aux_dir/config.guess"
807ac_config_sub=$ac_aux_dir/config.sub 1557ac_config_sub="$SHELL $ac_aux_dir/config.sub"
808ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 1558ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
809 1559
1560 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
810 1561
811 1562
812VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1563VERSION=`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` 1564DATE=`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` 1565LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
816echo "" 1567echo ""
817echo "configuring for rxvt $VERSION" 1568echo "configuring for rxvt $VERSION"
818echo "" 1569echo ""
819 1570
820 1571
1572ac_ext=c
1573ac_cpp='$CPP $CPPFLAGS'
1574ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1575ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1576ac_compiler_gnu=$ac_cv_c_compiler_gnu
1577if test -n "$ac_tool_prefix"; then
821# Extract the first word of "gcc", so it can be a program name with args. 1578 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
822set dummy gcc; ac_word=$2 1579set dummy ${ac_tool_prefix}gcc; ac_word=$2
1580echo "$as_me:$LINENO: checking for $ac_word" >&5
823echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1581echo $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 1582if test "${ac_cv_prog_CC+set}" = set; then
826 echo $ac_n "(cached) $ac_c" 1>&6 1583 echo $ECHO_N "(cached) $ECHO_C" >&6
827else 1584else
828 if test -n "$CC"; then 1585 if test -n "$CC"; then
829 ac_cv_prog_CC="$CC" # Let the user override the test. 1586 ac_cv_prog_CC="$CC" # Let the user override the test.
830else 1587else
831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1588as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
832 ac_dummy="$PATH" 1589for as_dir in $PATH
833 for ac_dir in $ac_dummy; do 1590do
1591 IFS=$as_save_IFS
834 test -z "$ac_dir" && ac_dir=. 1592 test -z "$as_dir" && as_dir=.
835 if test -f $ac_dir/$ac_word; then 1593 for ac_exec_ext in '' $ac_executable_extensions; do
836 ac_cv_prog_CC="gcc" 1594 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1595 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1596 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
837 break 1597 break 2
838 fi 1598 fi
839 done 1599done
840 IFS="$ac_save_ifs" 1600done
1601
841fi 1602fi
842fi 1603fi
843CC="$ac_cv_prog_CC" 1604CC=$ac_cv_prog_CC
844if test -n "$CC"; then 1605if test -n "$CC"; then
845 echo "$ac_t""$CC" 1>&6 1606 echo "$as_me:$LINENO: result: $CC" >&5
1607echo "${ECHO_T}$CC" >&6
846else 1608else
847 echo "$ac_t""no" 1>&6 1609 echo "$as_me:$LINENO: result: no" >&5
1610echo "${ECHO_T}no" >&6
848fi 1611fi
849 1612
1613fi
1614if test -z "$ac_cv_prog_CC"; then
1615 ac_ct_CC=$CC
1616 # Extract the first word of "gcc", so it can be a program name with args.
1617set dummy gcc; ac_word=$2
1618echo "$as_me:$LINENO: checking for $ac_word" >&5
1619echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1620if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1621 echo $ECHO_N "(cached) $ECHO_C" >&6
1622else
1623 if test -n "$ac_ct_CC"; then
1624 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1625else
1626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1627for as_dir in $PATH
1628do
1629 IFS=$as_save_IFS
1630 test -z "$as_dir" && as_dir=.
1631 for ac_exec_ext in '' $ac_executable_extensions; do
1632 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1633 ac_cv_prog_ac_ct_CC="gcc"
1634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1635 break 2
1636 fi
1637done
1638done
1639
1640fi
1641fi
1642ac_ct_CC=$ac_cv_prog_ac_ct_CC
1643if test -n "$ac_ct_CC"; then
1644 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1645echo "${ECHO_T}$ac_ct_CC" >&6
1646else
1647 echo "$as_me:$LINENO: result: no" >&5
1648echo "${ECHO_T}no" >&6
1649fi
1650
1651 CC=$ac_ct_CC
1652else
1653 CC="$ac_cv_prog_CC"
1654fi
1655
1656if test -z "$CC"; then
1657 if test -n "$ac_tool_prefix"; then
1658 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1659set dummy ${ac_tool_prefix}cc; ac_word=$2
1660echo "$as_me:$LINENO: checking for $ac_word" >&5
1661echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1662if test "${ac_cv_prog_CC+set}" = set; then
1663 echo $ECHO_N "(cached) $ECHO_C" >&6
1664else
1665 if test -n "$CC"; then
1666 ac_cv_prog_CC="$CC" # Let the user override the test.
1667else
1668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1669for as_dir in $PATH
1670do
1671 IFS=$as_save_IFS
1672 test -z "$as_dir" && as_dir=.
1673 for ac_exec_ext in '' $ac_executable_extensions; do
1674 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1675 ac_cv_prog_CC="${ac_tool_prefix}cc"
1676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1677 break 2
1678 fi
1679done
1680done
1681
1682fi
1683fi
1684CC=$ac_cv_prog_CC
1685if test -n "$CC"; then
1686 echo "$as_me:$LINENO: result: $CC" >&5
1687echo "${ECHO_T}$CC" >&6
1688else
1689 echo "$as_me:$LINENO: result: no" >&5
1690echo "${ECHO_T}no" >&6
1691fi
1692
1693fi
1694if test -z "$ac_cv_prog_CC"; then
1695 ac_ct_CC=$CC
1696 # Extract the first word of "cc", so it can be a program name with args.
1697set dummy cc; ac_word=$2
1698echo "$as_me:$LINENO: checking for $ac_word" >&5
1699echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1700if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1701 echo $ECHO_N "(cached) $ECHO_C" >&6
1702else
1703 if test -n "$ac_ct_CC"; then
1704 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1705else
1706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1707for as_dir in $PATH
1708do
1709 IFS=$as_save_IFS
1710 test -z "$as_dir" && as_dir=.
1711 for ac_exec_ext in '' $ac_executable_extensions; do
1712 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1713 ac_cv_prog_ac_ct_CC="cc"
1714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1715 break 2
1716 fi
1717done
1718done
1719
1720fi
1721fi
1722ac_ct_CC=$ac_cv_prog_ac_ct_CC
1723if test -n "$ac_ct_CC"; then
1724 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1725echo "${ECHO_T}$ac_ct_CC" >&6
1726else
1727 echo "$as_me:$LINENO: result: no" >&5
1728echo "${ECHO_T}no" >&6
1729fi
1730
1731 CC=$ac_ct_CC
1732else
1733 CC="$ac_cv_prog_CC"
1734fi
1735
1736fi
850if test -z "$CC"; then 1737if test -z "$CC"; then
851 # Extract the first word of "cc", so it can be a program name with args. 1738 # Extract the first word of "cc", so it can be a program name with args.
852set dummy cc; ac_word=$2 1739set dummy cc; ac_word=$2
1740echo "$as_me:$LINENO: checking for $ac_word" >&5
853echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1741echo $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 1742if test "${ac_cv_prog_CC+set}" = set; then
856 echo $ac_n "(cached) $ac_c" 1>&6 1743 echo $ECHO_N "(cached) $ECHO_C" >&6
857else 1744else
858 if test -n "$CC"; then 1745 if test -n "$CC"; then
859 ac_cv_prog_CC="$CC" # Let the user override the test. 1746 ac_cv_prog_CC="$CC" # Let the user override the test.
860else 1747else
861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
862 ac_prog_rejected=no 1748 ac_prog_rejected=no
863 ac_dummy="$PATH" 1749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
864 for ac_dir in $ac_dummy; do 1750for as_dir in $PATH
1751do
1752 IFS=$as_save_IFS
865 test -z "$ac_dir" && ac_dir=. 1753 test -z "$as_dir" && as_dir=.
866 if test -f $ac_dir/$ac_word; then 1754 for ac_exec_ext in '' $ac_executable_extensions; do
1755 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
867 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1756 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
868 ac_prog_rejected=yes 1757 ac_prog_rejected=yes
869 continue 1758 continue
870 fi 1759 fi
871 ac_cv_prog_CC="cc" 1760 ac_cv_prog_CC="cc"
1761 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
872 break 1762 break 2
873 fi 1763 fi
874 done 1764done
875 IFS="$ac_save_ifs" 1765done
1766
876if test $ac_prog_rejected = yes; then 1767if test $ac_prog_rejected = yes; then
877 # We found a bogon in the path, so make sure we never use it. 1768 # We found a bogon in the path, so make sure we never use it.
878 set dummy $ac_cv_prog_CC 1769 set dummy $ac_cv_prog_CC
879 shift 1770 shift
880 if test $# -gt 0; then 1771 if test $# != 0; then
881 # We chose a different compiler from the bogus one. 1772 # We chose a different compiler from the bogus one.
882 # However, it has the same basename, so the bogon will be chosen 1773 # 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. 1774 # first if we set CC to just the basename; use the full file name.
884 shift 1775 shift
885 set dummy "$ac_dir/$ac_word" "$@" 1776 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
886 shift
887 ac_cv_prog_CC="$@"
888 fi 1777 fi
889fi 1778fi
890fi 1779fi
891fi 1780fi
892CC="$ac_cv_prog_CC" 1781CC=$ac_cv_prog_CC
893if test -n "$CC"; then 1782if test -n "$CC"; then
894 echo "$ac_t""$CC" 1>&6 1783 echo "$as_me:$LINENO: result: $CC" >&5
1784echo "${ECHO_T}$CC" >&6
895else 1785else
896 echo "$ac_t""no" 1>&6 1786 echo "$as_me:$LINENO: result: no" >&5
1787echo "${ECHO_T}no" >&6
897fi 1788fi
898 1789
1790fi
899 if test -z "$CC"; then 1791if test -z "$CC"; then
900 case "`uname -s`" in 1792 if test -n "$ac_tool_prefix"; then
901 *win32* | *WIN32*) 1793 for ac_prog in cl
1794 do
902 # Extract the first word of "cl", so it can be a program name with args. 1795 # 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 1796set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1797echo "$as_me:$LINENO: checking for $ac_word" >&5
904echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1798echo $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 1799if test "${ac_cv_prog_CC+set}" = set; then
907 echo $ac_n "(cached) $ac_c" 1>&6 1800 echo $ECHO_N "(cached) $ECHO_C" >&6
908else 1801else
909 if test -n "$CC"; then 1802 if test -n "$CC"; then
910 ac_cv_prog_CC="$CC" # Let the user override the test. 1803 ac_cv_prog_CC="$CC" # Let the user override the test.
911else 1804else
912 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
913 ac_dummy="$PATH" 1806for as_dir in $PATH
914 for ac_dir in $ac_dummy; do 1807do
1808 IFS=$as_save_IFS
915 test -z "$ac_dir" && ac_dir=. 1809 test -z "$as_dir" && as_dir=.
916 if test -f $ac_dir/$ac_word; then 1810 for ac_exec_ext in '' $ac_executable_extensions; do
917 ac_cv_prog_CC="cl" 1811 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1812 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1813 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
918 break 1814 break 2
1815 fi
1816done
1817done
1818
1819fi
1820fi
1821CC=$ac_cv_prog_CC
1822if test -n "$CC"; then
1823 echo "$as_me:$LINENO: result: $CC" >&5
1824echo "${ECHO_T}$CC" >&6
1825else
1826 echo "$as_me:$LINENO: result: no" >&5
1827echo "${ECHO_T}no" >&6
1828fi
1829
1830 test -n "$CC" && break
1831 done
1832fi
1833if test -z "$CC"; then
1834 ac_ct_CC=$CC
1835 for ac_prog in cl
1836do
1837 # Extract the first word of "$ac_prog", so it can be a program name with args.
1838set dummy $ac_prog; ac_word=$2
1839echo "$as_me:$LINENO: checking for $ac_word" >&5
1840echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1841if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1842 echo $ECHO_N "(cached) $ECHO_C" >&6
1843else
1844 if test -n "$ac_ct_CC"; then
1845 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1846else
1847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1848for as_dir in $PATH
1849do
1850 IFS=$as_save_IFS
1851 test -z "$as_dir" && as_dir=.
1852 for ac_exec_ext in '' $ac_executable_extensions; do
1853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1854 ac_cv_prog_ac_ct_CC="$ac_prog"
1855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1856 break 2
1857 fi
1858done
1859done
1860
1861fi
1862fi
1863ac_ct_CC=$ac_cv_prog_ac_ct_CC
1864if test -n "$ac_ct_CC"; then
1865 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1866echo "${ECHO_T}$ac_ct_CC" >&6
1867else
1868 echo "$as_me:$LINENO: result: no" >&5
1869echo "${ECHO_T}no" >&6
1870fi
1871
1872 test -n "$ac_ct_CC" && break
1873done
1874
1875 CC=$ac_ct_CC
1876fi
1877
1878fi
1879
1880
1881test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1882See \`config.log' for more details." >&5
1883echo "$as_me: error: no acceptable C compiler found in \$PATH
1884See \`config.log' for more details." >&2;}
1885 { (exit 1); exit 1; }; }
1886
1887# Provide some information about the compiler.
1888echo "$as_me:$LINENO:" \
1889 "checking for C compiler version" >&5
1890ac_compiler=`set X $ac_compile; echo $2`
1891{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1892 (eval $ac_compiler --version </dev/null >&5) 2>&5
1893 ac_status=$?
1894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1895 (exit $ac_status); }
1896{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1897 (eval $ac_compiler -v </dev/null >&5) 2>&5
1898 ac_status=$?
1899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1900 (exit $ac_status); }
1901{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1902 (eval $ac_compiler -V </dev/null >&5) 2>&5
1903 ac_status=$?
1904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1905 (exit $ac_status); }
1906
1907cat >conftest.$ac_ext <<_ACEOF
1908/* confdefs.h. */
1909_ACEOF
1910cat confdefs.h >>conftest.$ac_ext
1911cat >>conftest.$ac_ext <<_ACEOF
1912/* end confdefs.h. */
1913
1914int
1915main ()
1916{
1917
1918 ;
1919 return 0;
1920}
1921_ACEOF
1922ac_clean_files_save=$ac_clean_files
1923ac_clean_files="$ac_clean_files a.out a.exe b.out"
1924# Try to create an executable without -o first, disregard a.out.
1925# It will help us diagnose broken compilers, and finding out an intuition
1926# of exeext.
1927echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1928echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1929ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1930if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1931 (eval $ac_link_default) 2>&5
1932 ac_status=$?
1933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1934 (exit $ac_status); }; then
1935 # Find the output, starting from the most likely. This scheme is
1936# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1937# resort.
1938
1939# Be careful to initialize this variable, since it used to be cached.
1940# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1941ac_cv_exeext=
1942# b.out is created by i960 compilers.
1943for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1944do
1945 test -f "$ac_file" || continue
1946 case $ac_file in
1947 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1948 ;;
1949 conftest.$ac_ext )
1950 # This is the source file.
1951 ;;
1952 [ab].out )
1953 # We found the default executable, but exeext='' is most
1954 # certainly right.
1955 break;;
1956 *.* )
1957 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1958 # FIXME: I believe we export ac_cv_exeext for Libtool,
1959 # but it would be cool to find out if it's true. Does anybody
1960 # maintain Libtool? --akim.
1961 export ac_cv_exeext
1962 break;;
1963 * )
1964 break;;
1965 esac
1966done
1967else
1968 echo "$as_me: failed program was:" >&5
1969sed 's/^/| /' conftest.$ac_ext >&5
1970
1971{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1972See \`config.log' for more details." >&5
1973echo "$as_me: error: C compiler cannot create executables
1974See \`config.log' for more details." >&2;}
1975 { (exit 77); exit 77; }; }
1976fi
1977
1978ac_exeext=$ac_cv_exeext
1979echo "$as_me:$LINENO: result: $ac_file" >&5
1980echo "${ECHO_T}$ac_file" >&6
1981
1982# Check the compiler produces executables we can run. If not, either
1983# the compiler is broken, or we cross compile.
1984echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1985echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1986# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1987# If not cross compiling, check that we can run a simple program.
1988if test "$cross_compiling" != yes; then
1989 if { ac_try='./$ac_file'
1990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1991 (eval $ac_try) 2>&5
1992 ac_status=$?
1993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1994 (exit $ac_status); }; }; then
1995 cross_compiling=no
1996 else
1997 if test "$cross_compiling" = maybe; then
1998 cross_compiling=yes
1999 else
2000 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2001If you meant to cross compile, use \`--host'.
2002See \`config.log' for more details." >&5
2003echo "$as_me: error: cannot run C compiled programs.
2004If you meant to cross compile, use \`--host'.
2005See \`config.log' for more details." >&2;}
2006 { (exit 1); exit 1; }; }
919 fi 2007 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 2008 fi
933 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
934fi 2009fi
2010echo "$as_me:$LINENO: result: yes" >&5
2011echo "${ECHO_T}yes" >&6
935 2012
936echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2013rm -f a.out a.exe conftest$ac_cv_exeext b.out
937echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2014ac_clean_files=$ac_clean_files_save
2015# Check the compiler produces executables we can run. If not, either
2016# the compiler is broken, or we cross compile.
2017echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2018echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2019echo "$as_me:$LINENO: result: $cross_compiling" >&5
2020echo "${ECHO_T}$cross_compiling" >&6
938 2021
939ac_ext=c 2022echo "$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. 2023echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
941ac_cpp='$CPP $CPPFLAGS' 2024if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2025 (eval $ac_link) 2>&5
943ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2026 ac_status=$?
944cross_compiling=$ac_cv_prog_cc_cross 2027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2028 (exit $ac_status); }; then
2029 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2030# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2031# work properly (i.e., refer to `conftest.exe'), while it won't with
2032# `rm'.
2033for ac_file in conftest.exe conftest conftest.*; do
2034 test -f "$ac_file" || continue
2035 case $ac_file in
2036 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2037 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2038 export ac_cv_exeext
2039 break;;
2040 * ) break;;
2041 esac
2042done
2043else
2044 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2045See \`config.log' for more details." >&5
2046echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2047See \`config.log' for more details." >&2;}
2048 { (exit 1); exit 1; }; }
2049fi
945 2050
2051rm -f conftest$ac_cv_exeext
2052echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2053echo "${ECHO_T}$ac_cv_exeext" >&6
2054
2055rm -f conftest.$ac_ext
2056EXEEXT=$ac_cv_exeext
2057ac_exeext=$EXEEXT
2058echo "$as_me:$LINENO: checking for suffix of object files" >&5
2059echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2060if test "${ac_cv_objext+set}" = set; then
2061 echo $ECHO_N "(cached) $ECHO_C" >&6
2062else
2063 cat >conftest.$ac_ext <<_ACEOF
2064/* confdefs.h. */
2065_ACEOF
2066cat confdefs.h >>conftest.$ac_ext
946cat > conftest.$ac_ext << EOF 2067cat >>conftest.$ac_ext <<_ACEOF
2068/* end confdefs.h. */
947 2069
948#line 949 "configure" 2070int
949#include "confdefs.h" 2071main ()
2072{
950 2073
951main(){return(0);} 2074 ;
952EOF 2075 return 0;
953if { (eval echo configure:954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2076}
954 ac_cv_prog_cc_works=yes 2077_ACEOF
955 # If we can't run a trivial program, we are probably using a cross compiler. 2078rm -f conftest.o conftest.obj
956 if (./conftest; exit) 2>/dev/null; then 2079if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
957 ac_cv_prog_cc_cross=no 2080 (eval $ac_compile) 2>&5
2081 ac_status=$?
2082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2083 (exit $ac_status); }; then
2084 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2085 case $ac_file in
2086 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2087 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2088 break;;
2089 esac
2090done
958 else 2091else
959 ac_cv_prog_cc_cross=yes
960 fi
961else
962 echo "configure: failed program was:" >&5 2092 echo "$as_me: failed program was:" >&5
963 cat conftest.$ac_ext >&5 2093sed '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 2094
974echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 2095{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
975if test $ac_cv_prog_cc_works = no; then 2096See \`config.log' for more details." >&5
976 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 2097echo "$as_me: error: cannot compute suffix of object files: cannot compile
2098See \`config.log' for more details." >&2;}
2099 { (exit 1); exit 1; }; }
977fi 2100fi
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 2101
2102rm -f conftest.$ac_cv_objext conftest.$ac_ext
2103fi
2104echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2105echo "${ECHO_T}$ac_cv_objext" >&6
2106OBJEXT=$ac_cv_objext
2107ac_objext=$OBJEXT
2108echo "$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 2109echo $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 2110if 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 2111 echo $ECHO_N "(cached) $ECHO_C" >&6
987else 2112else
988 cat > conftest.c <<EOF 2113 cat >conftest.$ac_ext <<_ACEOF
2114/* confdefs.h. */
2115_ACEOF
2116cat confdefs.h >>conftest.$ac_ext
2117cat >>conftest.$ac_ext <<_ACEOF
2118/* end confdefs.h. */
2119
2120int
2121main ()
2122{
989#ifdef __GNUC__ 2123#ifndef __GNUC__
990 yes; 2124 choke me
991#endif 2125#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 2126
1000echo "$ac_t""$ac_cv_prog_gcc" 1>&6 2127 ;
1001 2128 return 0;
1002if test $ac_cv_prog_gcc = yes; then 2129}
1003 GCC=yes 2130_ACEOF
2131rm -f conftest.$ac_objext
2132if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2133 (eval $ac_compile) 2>conftest.er1
2134 ac_status=$?
2135 grep -v '^ *+' conftest.er1 >conftest.err
2136 rm -f conftest.er1
2137 cat conftest.err >&5
2138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2139 (exit $ac_status); } &&
2140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2142 (eval $ac_try) 2>&5
2143 ac_status=$?
2144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2145 (exit $ac_status); }; } &&
2146 { ac_try='test -s conftest.$ac_objext'
2147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2148 (eval $ac_try) 2>&5
2149 ac_status=$?
2150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2151 (exit $ac_status); }; }; then
2152 ac_compiler_gnu=yes
1004else 2153else
1005 GCC= 2154 echo "$as_me: failed program was:" >&5
1006fi 2155sed 's/^/| /' conftest.$ac_ext >&5
1007 2156
2157ac_compiler_gnu=no
2158fi
2159rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2160ac_cv_c_compiler_gnu=$ac_compiler_gnu
2161
2162fi
2163echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2164echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2165GCC=`test $ac_compiler_gnu = yes && echo yes`
1008ac_test_CFLAGS="${CFLAGS+set}" 2166ac_test_CFLAGS=${CFLAGS+set}
1009ac_save_CFLAGS="$CFLAGS" 2167ac_save_CFLAGS=$CFLAGS
1010CFLAGS= 2168CFLAGS="-g"
2169echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1011echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2170echo $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 2171if test "${ac_cv_prog_cc_g+set}" = set; then
1014 echo $ac_n "(cached) $ac_c" 1>&6 2172 echo $ECHO_N "(cached) $ECHO_C" >&6
1015else 2173else
1016 echo 'void f(){}' > conftest.c 2174 cat >conftest.$ac_ext <<_ACEOF
1017if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 2175/* confdefs.h. */
2176_ACEOF
2177cat confdefs.h >>conftest.$ac_ext
2178cat >>conftest.$ac_ext <<_ACEOF
2179/* end confdefs.h. */
2180
2181int
2182main ()
2183{
2184
2185 ;
2186 return 0;
2187}
2188_ACEOF
2189rm -f conftest.$ac_objext
2190if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2191 (eval $ac_compile) 2>conftest.er1
2192 ac_status=$?
2193 grep -v '^ *+' conftest.er1 >conftest.err
2194 rm -f conftest.er1
2195 cat conftest.err >&5
2196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2197 (exit $ac_status); } &&
2198 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2200 (eval $ac_try) 2>&5
2201 ac_status=$?
2202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2203 (exit $ac_status); }; } &&
2204 { ac_try='test -s conftest.$ac_objext'
2205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2206 (eval $ac_try) 2>&5
2207 ac_status=$?
2208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2209 (exit $ac_status); }; }; then
1018 ac_cv_prog_cc_g=yes 2210 ac_cv_prog_cc_g=yes
1019else 2211else
2212 echo "$as_me: failed program was:" >&5
2213sed 's/^/| /' conftest.$ac_ext >&5
2214
1020 ac_cv_prog_cc_g=no 2215ac_cv_prog_cc_g=no
1021fi 2216fi
1022rm -f conftest* 2217rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1023
1024fi 2218fi
1025 2219echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1026echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 2220echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1027if test "$ac_test_CFLAGS" = set; then 2221if test "$ac_test_CFLAGS" = set; then
1028 CFLAGS="$ac_save_CFLAGS" 2222 CFLAGS=$ac_save_CFLAGS
1029elif test $ac_cv_prog_cc_g = yes; then 2223elif test $ac_cv_prog_cc_g = yes; then
1030 if test "$GCC" = yes; then 2224 if test "$GCC" = yes; then
1031 CFLAGS="-g -O2" 2225 CFLAGS="-g -O2"
1032 else 2226 else
1033 CFLAGS="-g" 2227 CFLAGS="-g"
1037 CFLAGS="-O2" 2231 CFLAGS="-O2"
1038 else 2232 else
1039 CFLAGS= 2233 CFLAGS=
1040 fi 2234 fi
1041fi 2235fi
2236echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2237echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2238if test "${ac_cv_prog_cc_stdc+set}" = set; then
2239 echo $ECHO_N "(cached) $ECHO_C" >&6
2240else
2241 ac_cv_prog_cc_stdc=no
2242ac_save_CC=$CC
2243cat >conftest.$ac_ext <<_ACEOF
2244/* confdefs.h. */
2245_ACEOF
2246cat confdefs.h >>conftest.$ac_ext
2247cat >>conftest.$ac_ext <<_ACEOF
2248/* end confdefs.h. */
2249#include <stdarg.h>
2250#include <stdio.h>
2251#include <sys/types.h>
2252#include <sys/stat.h>
2253/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2254struct buf { int x; };
2255FILE * (*rcsopen) (struct buf *, struct stat *, int);
2256static char *e (p, i)
2257 char **p;
2258 int i;
2259{
2260 return p[i];
2261}
2262static char *f (char * (*g) (char **, int), char **p, ...)
2263{
2264 char *s;
2265 va_list v;
2266 va_start (v,p);
2267 s = g (p, va_arg (v,int));
2268 va_end (v);
2269 return s;
2270}
1042 2271
1043for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 2272/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2273 function prototypes and stuff, but not '\xHH' hex character constants.
2274 These don't provoke an error unfortunately, instead are silently treated
2275 as 'x'. The following induces an error, until -std1 is added to get
2276 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2277 array size at least. It's necessary to write '\x00'==0 to get something
2278 that's true only with -std1. */
2279int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2280
2281int test (int i, double x);
2282struct s1 {int (*f) (int a);};
2283struct s2 {int (*f) (double a);};
2284int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2285int argc;
2286char **argv;
2287int
2288main ()
2289{
2290return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2291 ;
2292 return 0;
2293}
2294_ACEOF
2295# Don't try gcc -ansi; that turns off useful extensions and
2296# breaks some systems' header files.
2297# AIX -qlanglvl=ansi
2298# Ultrix and OSF/1 -std1
2299# HP-UX 10.20 and later -Ae
2300# HP-UX older versions -Aa -D_HPUX_SOURCE
2301# SVR4 -Xc -D__EXTENSIONS__
2302for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1044do 2303do
2304 CC="$ac_save_CC $ac_arg"
2305 rm -f conftest.$ac_objext
2306if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2307 (eval $ac_compile) 2>conftest.er1
2308 ac_status=$?
2309 grep -v '^ *+' conftest.er1 >conftest.err
2310 rm -f conftest.er1
2311 cat conftest.err >&5
2312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2313 (exit $ac_status); } &&
2314 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2316 (eval $ac_try) 2>&5
2317 ac_status=$?
2318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2319 (exit $ac_status); }; } &&
2320 { ac_try='test -s conftest.$ac_objext'
2321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2322 (eval $ac_try) 2>&5
2323 ac_status=$?
2324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2325 (exit $ac_status); }; }; then
2326 ac_cv_prog_cc_stdc=$ac_arg
2327break
2328else
2329 echo "$as_me: failed program was:" >&5
2330sed 's/^/| /' conftest.$ac_ext >&5
2331
2332fi
2333rm -f conftest.err conftest.$ac_objext
2334done
2335rm -f conftest.$ac_ext conftest.$ac_objext
2336CC=$ac_save_CC
2337
2338fi
2339
2340case "x$ac_cv_prog_cc_stdc" in
2341 x|xno)
2342 echo "$as_me:$LINENO: result: none needed" >&5
2343echo "${ECHO_T}none needed" >&6 ;;
2344 *)
2345 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2346echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2347 CC="$CC $ac_cv_prog_cc_stdc" ;;
2348esac
2349
2350# Some people use a C++ compiler to compile C. Since we use `exit',
2351# in C++ we need to declare it. In case someone uses the same compiler
2352# for both compiling C and C++ we need to have the C++ compiler decide
2353# the declaration of exit, since it's the most demanding environment.
2354cat >conftest.$ac_ext <<_ACEOF
2355#ifndef __cplusplus
2356 choke me
2357#endif
2358_ACEOF
2359rm -f conftest.$ac_objext
2360if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2361 (eval $ac_compile) 2>conftest.er1
2362 ac_status=$?
2363 grep -v '^ *+' conftest.er1 >conftest.err
2364 rm -f conftest.er1
2365 cat conftest.err >&5
2366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2367 (exit $ac_status); } &&
2368 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2370 (eval $ac_try) 2>&5
2371 ac_status=$?
2372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2373 (exit $ac_status); }; } &&
2374 { ac_try='test -s conftest.$ac_objext'
2375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2376 (eval $ac_try) 2>&5
2377 ac_status=$?
2378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2379 (exit $ac_status); }; }; then
2380 for ac_declaration in \
2381 '' \
2382 'extern "C" void std::exit (int) throw (); using std::exit;' \
2383 'extern "C" void std::exit (int); using std::exit;' \
2384 'extern "C" void exit (int) throw ();' \
2385 'extern "C" void exit (int);' \
2386 'void exit (int);'
2387do
2388 cat >conftest.$ac_ext <<_ACEOF
2389/* confdefs.h. */
2390_ACEOF
2391cat confdefs.h >>conftest.$ac_ext
2392cat >>conftest.$ac_ext <<_ACEOF
2393/* end confdefs.h. */
2394$ac_declaration
2395#include <stdlib.h>
2396int
2397main ()
2398{
2399exit (42);
2400 ;
2401 return 0;
2402}
2403_ACEOF
2404rm -f conftest.$ac_objext
2405if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2406 (eval $ac_compile) 2>conftest.er1
2407 ac_status=$?
2408 grep -v '^ *+' conftest.er1 >conftest.err
2409 rm -f conftest.er1
2410 cat conftest.err >&5
2411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2412 (exit $ac_status); } &&
2413 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2415 (eval $ac_try) 2>&5
2416 ac_status=$?
2417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2418 (exit $ac_status); }; } &&
2419 { ac_try='test -s conftest.$ac_objext'
2420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2421 (eval $ac_try) 2>&5
2422 ac_status=$?
2423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2424 (exit $ac_status); }; }; then
2425 :
2426else
2427 echo "$as_me: failed program was:" >&5
2428sed 's/^/| /' conftest.$ac_ext >&5
2429
2430continue
2431fi
2432rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2433 cat >conftest.$ac_ext <<_ACEOF
2434/* confdefs.h. */
2435_ACEOF
2436cat confdefs.h >>conftest.$ac_ext
2437cat >>conftest.$ac_ext <<_ACEOF
2438/* end confdefs.h. */
2439$ac_declaration
2440int
2441main ()
2442{
2443exit (42);
2444 ;
2445 return 0;
2446}
2447_ACEOF
2448rm -f conftest.$ac_objext
2449if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2450 (eval $ac_compile) 2>conftest.er1
2451 ac_status=$?
2452 grep -v '^ *+' conftest.er1 >conftest.err
2453 rm -f conftest.er1
2454 cat conftest.err >&5
2455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2456 (exit $ac_status); } &&
2457 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2459 (eval $ac_try) 2>&5
2460 ac_status=$?
2461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2462 (exit $ac_status); }; } &&
2463 { ac_try='test -s conftest.$ac_objext'
2464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2465 (eval $ac_try) 2>&5
2466 ac_status=$?
2467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2468 (exit $ac_status); }; }; then
2469 break
2470else
2471 echo "$as_me: failed program was:" >&5
2472sed 's/^/| /' conftest.$ac_ext >&5
2473
2474fi
2475rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2476done
2477rm -f conftest*
2478if test -n "$ac_declaration"; then
2479 echo '#ifdef __cplusplus' >>confdefs.h
2480 echo $ac_declaration >>confdefs.h
2481 echo '#endif' >>confdefs.h
2482fi
2483
2484else
2485 echo "$as_me: failed program was:" >&5
2486sed 's/^/| /' conftest.$ac_ext >&5
2487
2488fi
2489rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2490ac_ext=c
2491ac_cpp='$CPP $CPPFLAGS'
2492ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2493ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2494ac_compiler_gnu=$ac_cv_c_compiler_gnu
2495
2496ac_ext=cc
2497ac_cpp='$CXXCPP $CPPFLAGS'
2498ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2499ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2500ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2501if test -n "$ac_tool_prefix"; then
2502 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2503 do
1045# Extract the first word of "$ac_prog", so it can be a program name with args. 2504 # 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 2505set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2506echo "$as_me:$LINENO: checking for $ac_word" >&5
1047echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2507echo $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 2508if test "${ac_cv_prog_CXX+set}" = set; then
1050 echo $ac_n "(cached) $ac_c" 1>&6 2509 echo $ECHO_N "(cached) $ECHO_C" >&6
1051else 2510else
1052 if test -n "$CXX"; then 2511 if test -n "$CXX"; then
1053 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2512 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1054else 2513else
1055 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1056 ac_dummy="$PATH" 2515for as_dir in $PATH
1057 for ac_dir in $ac_dummy; do 2516do
2517 IFS=$as_save_IFS
1058 test -z "$ac_dir" && ac_dir=. 2518 test -z "$as_dir" && as_dir=.
1059 if test -f $ac_dir/$ac_word; then 2519 for ac_exec_ext in '' $ac_executable_extensions; do
2520 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1060 ac_cv_prog_CXX="$ac_prog" 2521 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1061 break 2523 break 2
1062 fi 2524 fi
2525done
2526done
2527
2528fi
2529fi
2530CXX=$ac_cv_prog_CXX
2531if test -n "$CXX"; then
2532 echo "$as_me:$LINENO: result: $CXX" >&5
2533echo "${ECHO_T}$CXX" >&6
2534else
2535 echo "$as_me:$LINENO: result: no" >&5
2536echo "${ECHO_T}no" >&6
2537fi
2538
2539 test -n "$CXX" && break
1063 done 2540 done
1064 IFS="$ac_save_ifs"
1065fi 2541fi
1066fi
1067CXX="$ac_cv_prog_CXX"
1068if test -n "$CXX"; then 2542if test -z "$CXX"; then
1069 echo "$ac_t""$CXX" 1>&6 2543 ac_ct_CXX=$CXX
2544 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2545do
2546 # Extract the first word of "$ac_prog", so it can be a program name with args.
2547set dummy $ac_prog; ac_word=$2
2548echo "$as_me:$LINENO: checking for $ac_word" >&5
2549echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2550if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2551 echo $ECHO_N "(cached) $ECHO_C" >&6
1070else 2552else
1071 echo "$ac_t""no" 1>&6 2553 if test -n "$ac_ct_CXX"; then
1072fi 2554 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1073 2555else
1074test -n "$CXX" && break 2556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2557for as_dir in $PATH
2558do
2559 IFS=$as_save_IFS
2560 test -z "$as_dir" && as_dir=.
2561 for ac_exec_ext in '' $ac_executable_extensions; do
2562 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2563 ac_cv_prog_ac_ct_CXX="$ac_prog"
2564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2565 break 2
2566 fi
1075done 2567done
2568done
2569
2570fi
2571fi
2572ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2573if test -n "$ac_ct_CXX"; then
2574 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2575echo "${ECHO_T}$ac_ct_CXX" >&6
2576else
2577 echo "$as_me:$LINENO: result: no" >&5
2578echo "${ECHO_T}no" >&6
2579fi
2580
2581 test -n "$ac_ct_CXX" && break
2582done
1076test -n "$CXX" || CXX="gcc" 2583test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1077 2584
2585 CXX=$ac_ct_CXX
2586fi
1078 2587
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 2588
1082ac_ext=C 2589# Provide some information about the compiler.
1083# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2590echo "$as_me:$LINENO:" \
1084ac_cpp='$CXXCPP $CPPFLAGS' 2591 "checking for C++ compiler version" >&5
1085ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2592ac_compiler=`set X $ac_compile; echo $2`
1086ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2593{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1087cross_compiling=$ac_cv_prog_cxx_cross 2594 (eval $ac_compiler --version </dev/null >&5) 2>&5
2595 ac_status=$?
2596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2597 (exit $ac_status); }
2598{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2599 (eval $ac_compiler -v </dev/null >&5) 2>&5
2600 ac_status=$?
2601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2602 (exit $ac_status); }
2603{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2604 (eval $ac_compiler -V </dev/null >&5) 2>&5
2605 ac_status=$?
2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607 (exit $ac_status); }
1088 2608
2609echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2610echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2611if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2612 echo $ECHO_N "(cached) $ECHO_C" >&6
2613else
2614 cat >conftest.$ac_ext <<_ACEOF
2615/* confdefs.h. */
2616_ACEOF
2617cat confdefs.h >>conftest.$ac_ext
1089cat > conftest.$ac_ext << EOF 2618cat >>conftest.$ac_ext <<_ACEOF
2619/* end confdefs.h. */
1090 2620
1091#line 1092 "configure" 2621int
1092#include "confdefs.h" 2622main ()
1093 2623{
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__ 2624#ifndef __GNUC__
1133 yes; 2625 choke me
1134#endif 2626#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 2627
1143echo "$ac_t""$ac_cv_prog_gxx" 1>&6 2628 ;
1144 2629 return 0;
1145if test $ac_cv_prog_gxx = yes; then 2630}
1146 GXX=yes 2631_ACEOF
2632rm -f conftest.$ac_objext
2633if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2634 (eval $ac_compile) 2>conftest.er1
2635 ac_status=$?
2636 grep -v '^ *+' conftest.er1 >conftest.err
2637 rm -f conftest.er1
2638 cat conftest.err >&5
2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2640 (exit $ac_status); } &&
2641 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2643 (eval $ac_try) 2>&5
2644 ac_status=$?
2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2646 (exit $ac_status); }; } &&
2647 { ac_try='test -s conftest.$ac_objext'
2648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2649 (eval $ac_try) 2>&5
2650 ac_status=$?
2651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2652 (exit $ac_status); }; }; then
2653 ac_compiler_gnu=yes
1147else 2654else
1148 GXX= 2655 echo "$as_me: failed program was:" >&5
1149fi 2656sed 's/^/| /' conftest.$ac_ext >&5
1150 2657
2658ac_compiler_gnu=no
2659fi
2660rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2661ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2662
2663fi
2664echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2665echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2666GXX=`test $ac_compiler_gnu = yes && echo yes`
1151ac_test_CXXFLAGS="${CXXFLAGS+set}" 2667ac_test_CXXFLAGS=${CXXFLAGS+set}
1152ac_save_CXXFLAGS="$CXXFLAGS" 2668ac_save_CXXFLAGS=$CXXFLAGS
1153CXXFLAGS= 2669CXXFLAGS="-g"
2670echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
1154echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 2671echo $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 2672if test "${ac_cv_prog_cxx_g+set}" = set; then
1157 echo $ac_n "(cached) $ac_c" 1>&6 2673 echo $ECHO_N "(cached) $ECHO_C" >&6
1158else 2674else
1159 echo 'void f(){}' > conftest.cc 2675 cat >conftest.$ac_ext <<_ACEOF
1160if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then 2676/* confdefs.h. */
2677_ACEOF
2678cat confdefs.h >>conftest.$ac_ext
2679cat >>conftest.$ac_ext <<_ACEOF
2680/* end confdefs.h. */
2681
2682int
2683main ()
2684{
2685
2686 ;
2687 return 0;
2688}
2689_ACEOF
2690rm -f conftest.$ac_objext
2691if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2692 (eval $ac_compile) 2>conftest.er1
2693 ac_status=$?
2694 grep -v '^ *+' conftest.er1 >conftest.err
2695 rm -f conftest.er1
2696 cat conftest.err >&5
2697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2698 (exit $ac_status); } &&
2699 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2701 (eval $ac_try) 2>&5
2702 ac_status=$?
2703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2704 (exit $ac_status); }; } &&
2705 { ac_try='test -s conftest.$ac_objext'
2706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2707 (eval $ac_try) 2>&5
2708 ac_status=$?
2709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2710 (exit $ac_status); }; }; then
1161 ac_cv_prog_cxx_g=yes 2711 ac_cv_prog_cxx_g=yes
1162else 2712else
2713 echo "$as_me: failed program was:" >&5
2714sed 's/^/| /' conftest.$ac_ext >&5
2715
1163 ac_cv_prog_cxx_g=no 2716ac_cv_prog_cxx_g=no
1164fi 2717fi
1165rm -f conftest* 2718rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1166
1167fi 2719fi
1168 2720echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
1169echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 2721echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
1170if test "$ac_test_CXXFLAGS" = set; then 2722if test "$ac_test_CXXFLAGS" = set; then
1171 CXXFLAGS="$ac_save_CXXFLAGS" 2723 CXXFLAGS=$ac_save_CXXFLAGS
1172elif test $ac_cv_prog_cxx_g = yes; then 2724elif test $ac_cv_prog_cxx_g = yes; then
1173 if test "$GXX" = yes; then 2725 if test "$GXX" = yes; then
1174 CXXFLAGS="-g -O2" 2726 CXXFLAGS="-g -O2"
1175 else 2727 else
1176 CXXFLAGS="-g" 2728 CXXFLAGS="-g"
1180 CXXFLAGS="-O2" 2732 CXXFLAGS="-O2"
1181 else 2733 else
1182 CXXFLAGS= 2734 CXXFLAGS=
1183 fi 2735 fi
1184fi 2736fi
2737for ac_declaration in \
2738 '' \
2739 'extern "C" void std::exit (int) throw (); using std::exit;' \
2740 'extern "C" void std::exit (int); using std::exit;' \
2741 'extern "C" void exit (int) throw ();' \
2742 'extern "C" void exit (int);' \
2743 'void exit (int);'
2744do
2745 cat >conftest.$ac_ext <<_ACEOF
2746/* confdefs.h. */
2747_ACEOF
2748cat confdefs.h >>conftest.$ac_ext
2749cat >>conftest.$ac_ext <<_ACEOF
2750/* end confdefs.h. */
2751$ac_declaration
2752#include <stdlib.h>
2753int
2754main ()
2755{
2756exit (42);
2757 ;
2758 return 0;
2759}
2760_ACEOF
2761rm -f conftest.$ac_objext
2762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2763 (eval $ac_compile) 2>conftest.er1
2764 ac_status=$?
2765 grep -v '^ *+' conftest.er1 >conftest.err
2766 rm -f conftest.er1
2767 cat conftest.err >&5
2768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2769 (exit $ac_status); } &&
2770 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2772 (eval $ac_try) 2>&5
2773 ac_status=$?
2774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2775 (exit $ac_status); }; } &&
2776 { ac_try='test -s conftest.$ac_objext'
2777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2778 (eval $ac_try) 2>&5
2779 ac_status=$?
2780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2781 (exit $ac_status); }; }; then
2782 :
2783else
2784 echo "$as_me: failed program was:" >&5
2785sed 's/^/| /' conftest.$ac_ext >&5
1185 2786
2787continue
2788fi
2789rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2790 cat >conftest.$ac_ext <<_ACEOF
2791/* confdefs.h. */
2792_ACEOF
2793cat confdefs.h >>conftest.$ac_ext
2794cat >>conftest.$ac_ext <<_ACEOF
2795/* end confdefs.h. */
2796$ac_declaration
2797int
2798main ()
2799{
2800exit (42);
2801 ;
2802 return 0;
2803}
2804_ACEOF
2805rm -f conftest.$ac_objext
2806if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2807 (eval $ac_compile) 2>conftest.er1
2808 ac_status=$?
2809 grep -v '^ *+' conftest.er1 >conftest.err
2810 rm -f conftest.er1
2811 cat conftest.err >&5
2812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2813 (exit $ac_status); } &&
2814 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2816 (eval $ac_try) 2>&5
2817 ac_status=$?
2818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2819 (exit $ac_status); }; } &&
2820 { ac_try='test -s conftest.$ac_objext'
2821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2822 (eval $ac_try) 2>&5
2823 ac_status=$?
2824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2825 (exit $ac_status); }; }; then
2826 break
2827else
2828 echo "$as_me: failed program was:" >&5
2829sed 's/^/| /' conftest.$ac_ext >&5
2830
2831fi
2832rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2833done
2834rm -f conftest*
2835if test -n "$ac_declaration"; then
2836 echo '#ifdef __cplusplus' >>confdefs.h
2837 echo $ac_declaration >>confdefs.h
2838 echo '#endif' >>confdefs.h
2839fi
2840
2841ac_ext=c
2842ac_cpp='$CPP $CPPFLAGS'
2843ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2844ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2845ac_compiler_gnu=$ac_cv_c_compiler_gnu
2846
2847ac_ext=c
2848ac_cpp='$CPP $CPPFLAGS'
2849ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2850ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2851ac_compiler_gnu=$ac_cv_c_compiler_gnu
2852echo "$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 2853echo $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. 2854# On Suns, sometimes $CPP names a directory.
1189if test -n "$CPP" && test -d "$CPP"; then 2855if test -n "$CPP" && test -d "$CPP"; then
1190 CPP= 2856 CPP=
1191fi 2857fi
1192if test -z "$CPP"; then 2858if test -z "$CPP"; then
1193if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 2859 if test "${ac_cv_prog_CPP+set}" = set; then
1194 echo $ac_n "(cached) $ac_c" 1>&6 2860 echo $ECHO_N "(cached) $ECHO_C" >&6
1195else 2861else
1196 # This must be in double quotes, not single quotes, because CPP may get 2862 # Double quotes because CPP needs to be expanded
1197 # substituted into the Makefile and "${CC-cc}" will confuse make. 2863 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1198 CPP="${CC-cc} -E" 2864 do
2865 ac_preproc_ok=false
2866for ac_c_preproc_warn_flag in '' yes
2867do
2868 # Use a header file that comes with gcc, so configuring glibc
2869 # with a fresh cross-compiler works.
2870 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2871 # <limits.h> exists even on freestanding compilers.
1199 # On the NeXT, cc -E runs the code through the compiler's parser, 2872 # On the NeXT, cc -E runs the code through the compiler's parser,
1200 # not just through cpp. 2873 # not just through cpp. "Syntax error" is here to catch this case.
1201 cat > conftest.$ac_ext <<EOF 2874 cat >conftest.$ac_ext <<_ACEOF
1202#line 1203 "configure" 2875/* confdefs.h. */
1203#include "confdefs.h" 2876_ACEOF
2877cat confdefs.h >>conftest.$ac_ext
2878cat >>conftest.$ac_ext <<_ACEOF
2879/* end confdefs.h. */
2880#ifdef __STDC__
2881# include <limits.h>
2882#else
1204#include <assert.h> 2883# include <assert.h>
1205Syntax Error 2884#endif
1206EOF 2885 Syntax error
1207ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2886_ACEOF
1208{ (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2887if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1209ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2888 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2889 ac_status=$?
2890 grep -v '^ *+' conftest.er1 >conftest.err
2891 rm -f conftest.er1
2892 cat conftest.err >&5
2893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2894 (exit $ac_status); } >/dev/null; then
2895 if test -s conftest.err; then
2896 ac_cpp_err=$ac_c_preproc_warn_flag
2897 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2898 else
2899 ac_cpp_err=
2900 fi
2901else
2902 ac_cpp_err=yes
2903fi
1210if test -z "$ac_err"; then 2904if test -z "$ac_cpp_err"; then
1211 : 2905 :
1212else 2906else
1213 echo "$ac_err" >&5
1214 echo "configure: failed program was:" >&5 2907 echo "$as_me: failed program was:" >&5
1215 cat conftest.$ac_ext >&5 2908sed 's/^/| /' conftest.$ac_ext >&5
1216 rm -rf conftest* 2909
1217 CPP="${CC-cc} -E -traditional-cpp" 2910 # Broken: fails on valid input.
2911continue
2912fi
2913rm -f conftest.err conftest.$ac_ext
2914
2915 # OK, works on sane cases. Now check whether non-existent headers
2916 # can be detected and how.
1218 cat > conftest.$ac_ext <<EOF 2917 cat >conftest.$ac_ext <<_ACEOF
1219#line 1220 "configure" 2918/* confdefs.h. */
1220#include "confdefs.h" 2919_ACEOF
2920cat confdefs.h >>conftest.$ac_ext
2921cat >>conftest.$ac_ext <<_ACEOF
2922/* end confdefs.h. */
2923#include <ac_nonexistent.h>
2924_ACEOF
2925if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2926 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2927 ac_status=$?
2928 grep -v '^ *+' conftest.er1 >conftest.err
2929 rm -f conftest.er1
2930 cat conftest.err >&5
2931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2932 (exit $ac_status); } >/dev/null; then
2933 if test -s conftest.err; then
2934 ac_cpp_err=$ac_c_preproc_warn_flag
2935 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2936 else
2937 ac_cpp_err=
2938 fi
2939else
2940 ac_cpp_err=yes
2941fi
2942if test -z "$ac_cpp_err"; then
2943 # Broken: success on invalid input.
2944continue
2945else
2946 echo "$as_me: failed program was:" >&5
2947sed 's/^/| /' conftest.$ac_ext >&5
2948
2949 # Passes both tests.
2950ac_preproc_ok=:
2951break
2952fi
2953rm -f conftest.err conftest.$ac_ext
2954
2955done
2956# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2957rm -f conftest.err conftest.$ac_ext
2958if $ac_preproc_ok; then
2959 break
2960fi
2961
2962 done
2963 ac_cv_prog_CPP=$CPP
2964
2965fi
2966 CPP=$ac_cv_prog_CPP
2967else
2968 ac_cv_prog_CPP=$CPP
2969fi
2970echo "$as_me:$LINENO: result: $CPP" >&5
2971echo "${ECHO_T}$CPP" >&6
2972ac_preproc_ok=false
2973for ac_c_preproc_warn_flag in '' yes
2974do
2975 # Use a header file that comes with gcc, so configuring glibc
2976 # with a fresh cross-compiler works.
2977 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2978 # <limits.h> exists even on freestanding compilers.
2979 # On the NeXT, cc -E runs the code through the compiler's parser,
2980 # not just through cpp. "Syntax error" is here to catch this case.
2981 cat >conftest.$ac_ext <<_ACEOF
2982/* confdefs.h. */
2983_ACEOF
2984cat confdefs.h >>conftest.$ac_ext
2985cat >>conftest.$ac_ext <<_ACEOF
2986/* end confdefs.h. */
2987#ifdef __STDC__
2988# include <limits.h>
2989#else
1221#include <assert.h> 2990# include <assert.h>
1222Syntax Error 2991#endif
1223EOF 2992 Syntax error
1224ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2993_ACEOF
1225{ (eval echo configure:1226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2994if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1226ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2995 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2996 ac_status=$?
2997 grep -v '^ *+' conftest.er1 >conftest.err
2998 rm -f conftest.er1
2999 cat conftest.err >&5
3000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3001 (exit $ac_status); } >/dev/null; then
3002 if test -s conftest.err; then
3003 ac_cpp_err=$ac_c_preproc_warn_flag
3004 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3005 else
3006 ac_cpp_err=
3007 fi
3008else
3009 ac_cpp_err=yes
3010fi
1227if test -z "$ac_err"; then 3011if test -z "$ac_cpp_err"; then
1228 : 3012 :
1229else 3013else
1230 echo "$ac_err" >&5
1231 echo "configure: failed program was:" >&5 3014 echo "$as_me: failed program was:" >&5
1232 cat conftest.$ac_ext >&5 3015sed 's/^/| /' conftest.$ac_ext >&5
1233 rm -rf conftest* 3016
1234 CPP="${CC-cc} -nologo -E" 3017 # Broken: fails on valid input.
3018continue
3019fi
3020rm -f conftest.err conftest.$ac_ext
3021
3022 # OK, works on sane cases. Now check whether non-existent headers
3023 # can be detected and how.
1235 cat > conftest.$ac_ext <<EOF 3024 cat >conftest.$ac_ext <<_ACEOF
1236#line 1237 "configure" 3025/* confdefs.h. */
1237#include "confdefs.h" 3026_ACEOF
1238#include <assert.h> 3027cat confdefs.h >>conftest.$ac_ext
1239Syntax Error 3028cat >>conftest.$ac_ext <<_ACEOF
1240EOF 3029/* end confdefs.h. */
1241ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3030#include <ac_nonexistent.h>
1242{ (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3031_ACEOF
1243ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3032if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3033 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3034 ac_status=$?
3035 grep -v '^ *+' conftest.er1 >conftest.err
3036 rm -f conftest.er1
3037 cat conftest.err >&5
3038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3039 (exit $ac_status); } >/dev/null; then
3040 if test -s conftest.err; then
3041 ac_cpp_err=$ac_c_preproc_warn_flag
3042 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3043 else
3044 ac_cpp_err=
3045 fi
3046else
3047 ac_cpp_err=yes
3048fi
1244if test -z "$ac_err"; then 3049if test -z "$ac_cpp_err"; then
3050 # Broken: success on invalid input.
3051continue
3052else
3053 echo "$as_me: failed program was:" >&5
3054sed 's/^/| /' conftest.$ac_ext >&5
3055
3056 # Passes both tests.
3057ac_preproc_ok=:
3058break
3059fi
3060rm -f conftest.err conftest.$ac_ext
3061
3062done
3063# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3064rm -f conftest.err conftest.$ac_ext
3065if $ac_preproc_ok; then
1245 : 3066 :
1246else 3067else
1247 echo "$ac_err" >&5 3068 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1248 echo "configure: failed program was:" >&5 3069See \`config.log' for more details." >&5
1249 cat conftest.$ac_ext >&5 3070echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1250 rm -rf conftest* 3071See \`config.log' for more details." >&2;}
1251 CPP=/lib/cpp 3072 { (exit 1); exit 1; }; }
1252fi 3073fi
1253rm -f conftest* 3074
1254fi 3075ac_ext=c
1255rm -f conftest* 3076ac_cpp='$CPP $CPPFLAGS'
1256fi 3077ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257rm -f conftest* 3078ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258 ac_cv_prog_CPP="$CPP" 3079ac_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 3080
1266# Find a good install program. We prefer a C program (faster), 3081# 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 3082# so one script is as good as another. But avoid the broken or
1268# incompatible versions: 3083# incompatible versions:
1269# SysV /etc/install, /usr/sbin/install 3084# SysV /etc/install, /usr/sbin/install
1270# SunOS /usr/etc/install 3085# SunOS /usr/etc/install
1271# IRIX /sbin/install 3086# IRIX /sbin/install
1272# AIX /bin/install 3087# AIX /bin/install
3088# AmigaOS /C/install, which installs bootblocks on floppy discs
1273# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3089# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1274# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3090# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1275# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3091# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3092# OS/2's system install, which has a completely different semantic
1276# ./install, which can be erroneously created by make from ./install.sh. 3093# ./install, which can be erroneously created by make from ./install.sh.
3094echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1277echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 3095echo $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 3096if test -z "$INSTALL"; then
1280if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 3097if test "${ac_cv_path_install+set}" = set; then
1281 echo $ac_n "(cached) $ac_c" 1>&6 3098 echo $ECHO_N "(cached) $ECHO_C" >&6
1282else 3099else
1283 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 3100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1284 for ac_dir in $PATH; do 3101for as_dir in $PATH
3102do
3103 IFS=$as_save_IFS
3104 test -z "$as_dir" && as_dir=.
1285 # Account for people who put trailing slashes in PATH elements. 3105 # Account for people who put trailing slashes in PATH elements.
1286 case "$ac_dir/" in 3106case $as_dir/ in
3107 ./ | .// | /cC/* | \
1287 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 3108 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3109 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3110 /usr/ucb/* ) ;;
1288 *) 3111 *)
1289 # OSF1 and SCO ODT 3.0 have their own names for install. 3112 # 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 3113 # Don't use installbsd from OSF since it installs stuff as root
1291 # by default. 3114 # by default.
1292 for ac_prog in ginstall scoinst install; do 3115 for ac_prog in ginstall scoinst install; do
1293 if test -f $ac_dir/$ac_prog; then 3116 for ac_exec_ext in '' $ac_executable_extensions; do
3117 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1294 if test $ac_prog = install && 3118 if test $ac_prog = install &&
1295 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 3119 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1296 # AIX install. It has an incompatible calling convention. 3120 # AIX install. It has an incompatible calling convention.
1297 : 3121 :
3122 elif test $ac_prog = install &&
3123 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3124 # program-specific install script used by HP pwplus--don't use.
3125 :
1298 else 3126 else
1299 ac_cv_path_install="$ac_dir/$ac_prog -c" 3127 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1300 break 2 3128 break 3
1301 fi 3129 fi
1302 fi 3130 fi
1303 done 3131 done
1304 ;;
1305 esac
1306 done 3132 done
1307 IFS="$ac_save_IFS" 3133 ;;
3134esac
3135done
3136
1308 3137
1309fi 3138fi
1310 if test "${ac_cv_path_install+set}" = set; then 3139 if test "${ac_cv_path_install+set}" = set; then
1311 INSTALL="$ac_cv_path_install" 3140 INSTALL=$ac_cv_path_install
1312 else 3141 else
1313 # As a last resort, use the slow shell script. We don't cache a 3142 # 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 3143 # path for INSTALL within a source directory, because that will
1315 # break other packages using the cache if that directory is 3144 # break other packages using the cache if that directory is
1316 # removed, or if the path is relative. 3145 # removed, or if the path is relative.
1317 INSTALL="$ac_install_sh" 3146 INSTALL=$ac_install_sh
1318 fi 3147 fi
1319fi 3148fi
3149echo "$as_me:$LINENO: result: $INSTALL" >&5
1320echo "$ac_t""$INSTALL" 1>&6 3150echo "${ECHO_T}$INSTALL" >&6
1321 3151
1322# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3152# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1323# It thinks the first close brace ends the variable substitution. 3153# It thinks the first close brace ends the variable substitution.
1324test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3154test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1325 3155
1326test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 3156test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1327 3157
1328test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3158test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1329 3159
1330for ac_prog in mawk gawk nawk awk 3160for ac_prog in gawk mawk nawk awk
1331do 3161do
1332# Extract the first word of "$ac_prog", so it can be a program name with args. 3162 # Extract the first word of "$ac_prog", so it can be a program name with args.
1333set dummy $ac_prog; ac_word=$2 3163set dummy $ac_prog; ac_word=$2
3164echo "$as_me:$LINENO: checking for $ac_word" >&5
1334echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3165echo $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 3166if test "${ac_cv_prog_AWK+set}" = set; then
1337 echo $ac_n "(cached) $ac_c" 1>&6 3167 echo $ECHO_N "(cached) $ECHO_C" >&6
1338else 3168else
1339 if test -n "$AWK"; then 3169 if test -n "$AWK"; then
1340 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3170 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1341else 3171else
1342 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1343 ac_dummy="$PATH" 3173for as_dir in $PATH
1344 for ac_dir in $ac_dummy; do 3174do
3175 IFS=$as_save_IFS
1345 test -z "$ac_dir" && ac_dir=. 3176 test -z "$as_dir" && as_dir=.
1346 if test -f $ac_dir/$ac_word; then 3177 for ac_exec_ext in '' $ac_executable_extensions; do
3178 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1347 ac_cv_prog_AWK="$ac_prog" 3179 ac_cv_prog_AWK="$ac_prog"
3180 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1348 break 3181 break 2
3182 fi
3183done
3184done
3185
3186fi
3187fi
3188AWK=$ac_cv_prog_AWK
3189if test -n "$AWK"; then
3190 echo "$as_me:$LINENO: result: $AWK" >&5
3191echo "${ECHO_T}$AWK" >&6
3192else
3193 echo "$as_me:$LINENO: result: no" >&5
3194echo "${ECHO_T}no" >&6
3195fi
3196
3197 test -n "$AWK" && break
3198done
3199
3200
3201ac_ext=c
3202ac_cpp='$CPP $CPPFLAGS'
3203ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3204ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3205ac_compiler_gnu=$ac_cv_c_compiler_gnu
3206
3207
3208LINKER="$CXX"
3209if test x$GCC = xyes && test x$GXX = xyes; then
3210
3211echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3212echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3213if test "${ac_cv_lib_supcpp_main+set}" = set; then
3214 echo $ECHO_N "(cached) $ECHO_C" >&6
3215else
3216 ac_check_lib_save_LIBS=$LIBS
3217LIBS="-lsupc++ $LIBS"
3218cat >conftest.$ac_ext <<_ACEOF
3219/* confdefs.h. */
3220_ACEOF
3221cat confdefs.h >>conftest.$ac_ext
3222cat >>conftest.$ac_ext <<_ACEOF
3223/* end confdefs.h. */
3224
3225
3226int
3227main ()
3228{
3229main ();
3230 ;
3231 return 0;
3232}
3233_ACEOF
3234rm -f conftest.$ac_objext conftest$ac_exeext
3235if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3236 (eval $ac_link) 2>conftest.er1
3237 ac_status=$?
3238 grep -v '^ *+' conftest.er1 >conftest.err
3239 rm -f conftest.er1
3240 cat conftest.err >&5
3241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3242 (exit $ac_status); } &&
3243 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3245 (eval $ac_try) 2>&5
3246 ac_status=$?
3247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248 (exit $ac_status); }; } &&
3249 { ac_try='test -s conftest$ac_exeext'
3250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3251 (eval $ac_try) 2>&5
3252 ac_status=$?
3253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3254 (exit $ac_status); }; }; then
3255 ac_cv_lib_supcpp_main=yes
3256else
3257 echo "$as_me: failed program was:" >&5
3258sed 's/^/| /' conftest.$ac_ext >&5
3259
3260ac_cv_lib_supcpp_main=no
3261fi
3262rm -f conftest.err conftest.$ac_objext \
3263 conftest$ac_exeext conftest.$ac_ext
3264LIBS=$ac_check_lib_save_LIBS
3265fi
3266echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3267echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3268if test $ac_cv_lib_supcpp_main = yes; then
3269
3270 LINKER="$CC"
3271 LIBS="$LIBS -lsupc++"
3272
3273fi
3274
3275fi
3276LINKER=$LINKER
3277
3278
3279CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3280
3281if test x$GXX = xyes; then
3282 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3283fi
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 8038support_oldselection=no
5143support_utmp=no 8039support_utmp=no
5144support_wtmp=no 8040support_wtmp=no
5145support_lastlog=no 8041support_lastlog=no
5146support_cursor_blink=no 8042support_cursor_blink=no
8043support_text_blink=no
5147support_pointer_blank=no 8044support_pointer_blank=no
5148support_scroll_rxvt=no 8045support_scroll_rxvt=no
5149support_scroll_next=no 8046support_scroll_next=no
5150support_scroll_xterm=no 8047support_scroll_xterm=no
8048support_scroll_plain=no
5151support_xim=no 8049support_xim=no
5152support_xpm=no 8050support_xpm=no
5153support_xft=no 8051support_xft=no
5154support_unicode3=no 8052support_unicode3=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 8080 support_oldselection=yes
5183 support_cursor_blink=yes 8081 support_cursor_blink=yes
8082 support_text_blink=yes
5184 support_pointer_blank=yes 8083 support_pointer_blank=yes
5185 support_scroll_rxvt=yes 8084 support_scroll_rxvt=yes
5186 support_scroll_next=yes 8085 support_scroll_next=yes
5187 support_scroll_xterm=yes 8086 support_scroll_xterm=yes
8087 support_scroll_plain=yes
5188 support_utmp=yes 8088 support_utmp=yes
5189 support_wtmp=yes 8089 support_wtmp=yes
5190 support_xim=yes 8090 support_xim=yes
5191 support_xpm=yes 8091 support_xpm=yes
5192 support_xft=yes 8092 support_xft=yes
5193 support_unicode3=yes 8093 support_unicode3=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
5207 8105
5208# Check whether --enable-xft or --disable-xft was given. 8106# Check whether --enable-xft or --disable-xft was given.
5209if test "${enable_xft+set}" = set; then 8107if test "${enable_xft+set}" = set; then
5210 enableval="$enable_xft" 8108 enableval="$enable_xft"
5211 if test x$enableval = xyes; then 8109 if test x$enableval = xyes -o x$enableval = xno; then
5212 support_xft=yes 8110 support_xft=yes
5213 fi 8111 fi
5214fi 8112fi;
5215 8113
5216 8114
5217# Check whether --with-codesets or --without-codesets was given. 8115# Check whether --with-codesets or --without-codesets was given.
5218if test "${with_codesets+set}" = set; then 8116if test "${with_codesets+set}" = set; then
5219 withval="$with_codesets" 8117 withval="$with_codesets"
5220 if test x$enableval = xyes; then
5221 codesets="$withval" 8118 codesets="$withval"
5222 fi
5223fi 8119fi;
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 8120
5239# Check whether --enable-utmp or --disable-utmp was given. 8121# Check whether --enable-utmp or --disable-utmp was given.
5240if test "${enable_utmp+set}" = set; then 8122if test "${enable_utmp+set}" = set; then
5241 enableval="$enable_utmp" 8123 enableval="$enable_utmp"
5242 if test x$enableval = xyes -o x$enableval = xno; then 8124 if test x$enableval = xyes -o x$enableval = xno; then
5243 support_utmp=$enableval 8125 support_utmp=$enableval
5244 fi 8126 fi
5245fi 8127fi;
5246
5247 8128
5248# Check whether --enable-wtmp or --disable-wtmp was given. 8129# Check whether --enable-wtmp or --disable-wtmp was given.
5249if test "${enable_wtmp+set}" = set; then 8130if test "${enable_wtmp+set}" = set; then
5250 enableval="$enable_wtmp" 8131 enableval="$enable_wtmp"
5251 if test x$enableval = xyes -o x$enableval = xno; then 8132 if test x$enableval = xyes -o x$enableval = xno; then
5252 support_wtmp=$enableval 8133 support_wtmp=$enableval
5253 fi 8134 fi
5254fi 8135fi;
5255
5256 8136
5257# Check whether --enable-lastlog or --disable-lastlog was given. 8137# Check whether --enable-lastlog or --disable-lastlog was given.
5258if test "${enable_lastlog+set}" = set; then 8138if test "${enable_lastlog+set}" = set; then
5259 enableval="$enable_lastlog" 8139 enableval="$enable_lastlog"
5260 if test x$enableval = xyes -o x$enableval = xno; then 8140 if test x$enableval = xyes -o x$enableval = xno; then
5261 support_lastlog=$enableval 8141 support_lastlog=$enableval
5262 fi 8142 fi
5263fi 8143fi;
5264
5265 8144
5266# Check whether --enable-xpm-background or --disable-xpm-background was given. 8145# Check whether --enable-xpm-background or --disable-xpm-background was given.
5267if test "${enable_xpm_background+set}" = set; then 8146if test "${enable_xpm_background+set}" = set; then
5268 enableval="$enable_xpm_background" 8147 enableval="$enable_xpm_background"
5269 if test x$enableval = xyes -o x$enableval = xno; then 8148 if test x$enableval = xyes -o x$enableval = xno; then
5270 support_xpm=$enableval 8149 support_xpm=$enableval
5271 fi 8150 fi
5272fi 8151fi;
5273
5274 8152
5275# Check whether --enable-transparency or --disable-transparency was given. 8153# Check whether --enable-transparency or --disable-transparency was given.
5276if test "${enable_transparency+set}" = set; then 8154if test "${enable_transparency+set}" = set; then
5277 enableval="$enable_transparency" 8155 enableval="$enable_transparency"
5278 if test x$enableval = xyes -o x$enableval = xno; then 8156 if test x$enableval = xyes -o x$enableval = xno; then
5279 support_inheritpixmap=$enableval 8157 support_inheritpixmap=$enableval
5280 fi 8158 fi
5281fi 8159fi;
5282
5283 8160
5284# Check whether --enable-menubar or --disable-menubar was given. 8161# Check whether --enable-menubar or --disable-menubar was given.
5285if test "${enable_menubar+set}" = set; then 8162if test "${enable_menubar+set}" = set; then
5286 enableval="$enable_menubar" 8163 enableval="$enable_menubar"
5287 if test x$enableval = xyes -o x$enableval = xno; then 8164 if test x$enableval = xyes -o x$enableval = xno; then
5288 support_menubar=$enableval 8165 support_menubar=$enableval
5289 fi 8166 fi
5290fi 8167fi;
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 8168
5302# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8169# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5303if test "${enable_rxvt_scroll+set}" = set; then 8170if test "${enable_rxvt_scroll+set}" = set; then
5304 enableval="$enable_rxvt_scroll" 8171 enableval="$enable_rxvt_scroll"
5305 if test x$enableval = xyes -o x$enableval = xno; then 8172 if test x$enableval = xyes -o x$enableval = xno; then
5306 support_scroll_rxvt=$enableval 8173 support_scroll_rxvt=$enableval
5307 fi 8174 fi
5308fi 8175fi;
5309
5310 8176
5311# Check whether --enable-next-scroll or --disable-next-scroll was given. 8177# Check whether --enable-next-scroll or --disable-next-scroll was given.
5312if test "${enable_next_scroll+set}" = set; then 8178if test "${enable_next_scroll+set}" = set; then
5313 enableval="$enable_next_scroll" 8179 enableval="$enable_next_scroll"
5314 if test x$enableval = xyes -o x$enableval = xno; then 8180 if test x$enableval = xyes -o x$enableval = xno; then
5315 support_scroll_next=$enableval 8181 support_scroll_next=$enableval
5316 fi 8182 fi
5317fi 8183fi;
5318
5319 8184
5320# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8185# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5321if test "${enable_xterm_scroll+set}" = set; then 8186if test "${enable_xterm_scroll+set}" = set; then
5322 enableval="$enable_xterm_scroll" 8187 enableval="$enable_xterm_scroll"
5323 if test x$enableval = xyes -o x$enableval = xno; then 8188 if test x$enableval = xyes -o x$enableval = xno; then
5324 support_scroll_xterm=$enableval 8189 support_scroll_xterm=$enableval
5325 fi 8190 fi
5326fi 8191fi;
5327 8192
8193# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8194if test "${enable_plain_scroll+set}" = set; then
8195 enableval="$enable_plain_scroll"
8196 if test x$enableval = xyes -o x$enableval = xno; then
8197 support_scroll_plain=$enableval
8198 fi
8199fi;
5328 8200
5329# Check whether --enable-half-shadow or --disable-half-shadow was given. 8201# Check whether --enable-half-shadow or --disable-half-shadow was given.
5330if test "${enable_half_shadow+set}" = set; then 8202if test "${enable_half_shadow+set}" = set; then
5331 enableval="$enable_half_shadow" 8203 enableval="$enable_half_shadow"
5332 if test x$enableval = xyes; then 8204 if test x$enableval = xyes; then
8205
5333 cat >> confdefs.h <<\EOF 8206cat >>confdefs.h <<\_ACEOF
5334#define HALFSHADOW 1 8207#define HALFSHADOW 1
5335EOF 8208_ACEOF
5336 8209
5337 fi 8210 fi
5338fi 8211fi;
5339
5340 8212
5341# Check whether --enable-xim or --disable-xim was given. 8213# Check whether --enable-xim or --disable-xim was given.
5342if test "${enable_xim+set}" = set; then 8214if test "${enable_xim+set}" = set; then
5343 enableval="$enable_xim" 8215 enableval="$enable_xim"
5344 if test x$enableval = xyes -o x$enableval = xno; then 8216 if test x$enableval = xyes -o x$enableval = xno; then
5345 support_xim=$enableval 8217 support_xim=$enableval
5346 fi 8218 fi
5347fi 8219fi;
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 8220
5362# Check whether --enable-ttygid or --disable-ttygid was given. 8221# Check whether --enable-ttygid or --disable-ttygid was given.
5363if test "${enable_ttygid+set}" = set; then 8222if test "${enable_ttygid+set}" = set; then
5364 enableval="$enable_ttygid" 8223 enableval="$enable_ttygid"
5365 if test x$enableval = xyes; then 8224 if test x$enableval = xyes; then
8225
5366 cat >> confdefs.h <<\EOF 8226cat >>confdefs.h <<\_ACEOF
5367#define TTY_GID_SUPPORT 1 8227#define TTY_GID_SUPPORT 1
5368EOF 8228_ACEOF
5369 8229
5370 fi 8230 fi
5371fi 8231fi;
5372
5373 8232
5374# Check whether --enable-backspace-key or --disable-backspace-key was given. 8233# Check whether --enable-backspace-key or --disable-backspace-key was given.
5375if test "${enable_backspace_key+set}" = set; then 8234if test "${enable_backspace_key+set}" = set; then
5376 enableval="$enable_backspace_key" 8235 enableval="$enable_backspace_key"
5377 if test x$enableval = xno; then 8236 if test x$enableval = xno; then
8237
5378 cat >> confdefs.h <<\EOF 8238cat >>confdefs.h <<\_ACEOF
5379#define NO_BACKSPACE_KEY 1 8239#define NO_BACKSPACE_KEY 1
5380EOF 8240_ACEOF
5381 8241
5382 fi 8242 fi
5383fi 8243fi;
5384
5385 8244
5386# Check whether --enable-delete-key or --disable-delete-key was given. 8245# Check whether --enable-delete-key or --disable-delete-key was given.
5387if test "${enable_delete_key+set}" = set; then 8246if test "${enable_delete_key+set}" = set; then
5388 enableval="$enable_delete_key" 8247 enableval="$enable_delete_key"
5389 if test x$enableval = xno; then 8248 if test x$enableval = xno; then
8249
5390 cat >> confdefs.h <<\EOF 8250cat >>confdefs.h <<\_ACEOF
5391#define NO_DELETE_KEY 1 8251#define NO_DELETE_KEY 1
5392EOF 8252_ACEOF
5393 8253
5394 fi 8254 fi
5395fi 8255fi;
5396
5397 8256
5398# Check whether --enable-resources or --disable-resources was given. 8257# Check whether --enable-resources or --disable-resources was given.
5399if test "${enable_resources+set}" = set; then 8258if test "${enable_resources+set}" = set; then
5400 enableval="$enable_resources" 8259 enableval="$enable_resources"
5401 if test x$enableval = xno; then 8260 if test x$enableval = xno; then
8261
5402 cat >> confdefs.h <<\EOF 8262cat >>confdefs.h <<\_ACEOF
5403#define NO_RESOURCES 1 8263#define NO_RESOURCES 1
5404EOF 8264_ACEOF
5405 8265
5406 fi 8266 fi
5407fi 8267fi;
5408
5409 8268
5410# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8269# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5411if test "${enable_xgetdefault+set}" = set; then 8270if test "${enable_xgetdefault+set}" = set; then
5412 enableval="$enable_xgetdefault" 8271 enableval="$enable_xgetdefault"
5413 if test x$enableval = xyes; then 8272 if test x$enableval = xyes; then
8273
5414 cat >> confdefs.h <<\EOF 8274cat >>confdefs.h <<\_ACEOF
5415#define USE_XGETDEFAULT 1 8275#define USE_XGETDEFAULT 1
5416EOF 8276_ACEOF
5417 8277
5418 fi 8278 fi
5419fi 8279fi;
5420
5421 8280
5422# Check whether --enable-strings or --disable-strings was given. 8281# Check whether --enable-strings or --disable-strings was given.
5423if test "${enable_strings+set}" = set; then 8282if test "${enable_strings+set}" = set; then
5424 enableval="$enable_strings" 8283 enableval="$enable_strings"
5425 if test x$enableval = xyes -o x$enableval = xno; then 8284 if test x$enableval = xyes -o x$enableval = xno; then
5426 support_addstrings=$enableval 8285 support_addstrings=$enableval
5427 fi 8286 fi
5428fi 8287fi;
5429
5430 8288
5431# Check whether --enable-swapscreen or --disable-swapscreen was given. 8289# Check whether --enable-swapscreen or --disable-swapscreen was given.
5432if test "${enable_swapscreen+set}" = set; then 8290if test "${enable_swapscreen+set}" = set; then
5433 enableval="$enable_swapscreen" 8291 enableval="$enable_swapscreen"
5434 if test x$enableval = xno; then 8292 if test x$enableval = xno; then
8293
5435 cat >> confdefs.h <<\EOF 8294cat >>confdefs.h <<\_ACEOF
5436#define NO_SECONDARY_SCREEN 1 8295#define NO_SECONDARY_SCREEN 1
5437EOF 8296_ACEOF
5438 8297
5439 fi 8298 fi
5440fi 8299fi;
5441
5442 8300
5443# Check whether --enable-frills or --disable-frills was given. 8301# Check whether --enable-frills or --disable-frills was given.
5444if test "${enable_frills+set}" = set; then 8302if test "${enable_frills+set}" = set; then
5445 enableval="$enable_frills" 8303 enableval="$enable_frills"
5446 if test x$enableval = xyes -o x$enableval = xno; then 8304 if test x$enableval = xyes -o x$enableval = xno; then
5447 support_frills=$enableval 8305 support_frills=$enableval
5448 fi 8306 fi
5449fi 8307fi;
5450
5451 8308
5452# Check whether --enable-linespace or --disable-linespace was given. 8309# Check whether --enable-linespace or --disable-linespace was given.
5453if test "${enable_linespace+set}" = set; then 8310if test "${enable_linespace+set}" = set; then
5454 enableval="$enable_linespace" 8311 enableval="$enable_linespace"
5455 if test x$enableval = xyes -o x$enableval = xno; then 8312 if test x$enableval = xyes -o x$enableval = xno; then
5456 support_linespace=$enableval 8313 support_linespace=$enableval
5457 fi 8314 fi
5458fi 8315fi;
5459
5460 8316
5461# Check whether --enable-24bit or --disable-24bit was given. 8317# Check whether --enable-24bit or --disable-24bit was given.
5462if test "${enable_24bit+set}" = set; then 8318if test "${enable_24bit+set}" = set; then
5463 enableval="$enable_24bit" 8319 enableval="$enable_24bit"
5464 if test x$enableval = xyes -o x$enableval = xno; then 8320 if test x$enableval = xyes -o x$enableval = xno; then
5465 support_24bit=$enableval 8321 support_24bit=$enableval
5466 fi 8322 fi
5467fi 8323fi;
5468
5469 8324
5470# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8325# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5471if test "${enable_keepscrolling+set}" = set; then 8326if test "${enable_keepscrolling+set}" = set; then
5472 enableval="$enable_keepscrolling" 8327 enableval="$enable_keepscrolling"
5473 if test x$enableval = xyes -o x$enableval = xno; then 8328 if test x$enableval = xyes -o x$enableval = xno; then
5474 support_keepscrolling=$enableval 8329 support_keepscrolling=$enableval
5475 fi 8330 fi
5476fi 8331fi;
5477
5478 8332
5479# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8333# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5480if test "${enable_selectionscrolling+set}" = set; then 8334if test "${enable_selectionscrolling+set}" = set; then
5481 enableval="$enable_selectionscrolling" 8335 enableval="$enable_selectionscrolling"
5482 if test x$enableval = xyes -o x$enableval = xno; then 8336 if test x$enableval = xyes -o x$enableval = xno; then
5483 support_selectionscrolling=$enableval 8337 support_selectionscrolling=$enableval
5484 fi 8338 fi
5485fi 8339fi;
5486
5487 8340
5488# Check whether --enable-mousewheel or --disable-mousewheel was given. 8341# Check whether --enable-mousewheel or --disable-mousewheel was given.
5489if test "${enable_mousewheel+set}" = set; then 8342if test "${enable_mousewheel+set}" = set; then
5490 enableval="$enable_mousewheel" 8343 enableval="$enable_mousewheel"
5491 if test x$enableval = xyes -o x$enableval = xno; then 8344 if test x$enableval = xyes -o x$enableval = xno; then
5492 support_mousewheel=$enableval 8345 support_mousewheel=$enableval
5493 fi 8346 fi
5494fi 8347fi;
5495
5496 8348
5497# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8349# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5498if test "${enable_slipwheeling+set}" = set; then 8350if test "${enable_slipwheeling+set}" = set; then
5499 enableval="$enable_slipwheeling" 8351 enableval="$enable_slipwheeling"
5500 if test x$enableval = xyes -o x$enableval = xno; then 8352 if test x$enableval = xyes -o x$enableval = xno; then
5501 support_mouseslipwheel=$enableval 8353 support_mouseslipwheel=$enableval
5502 fi 8354 fi
5503fi 8355fi;
5504
5505 8356
5506# Check whether --enable-old-selection or --disable-old-selection was given. 8357# Check whether --enable-old-selection or --disable-old-selection was given.
5507if test "${enable_old_selection+set}" = set; then 8358if test "${enable_old_selection+set}" = set; then
5508 enableval="$enable_old_selection" 8359 enableval="$enable_old_selection"
5509 if test x$enableval = xyes -o x$enableval = xno; then 8360 if test x$enableval = xyes -o x$enableval = xno; then
5510 support_oldselection=$enableval 8361 support_oldselection=$enableval
5511 fi 8362 fi
5512fi 8363fi;
5513
5514 8364
5515# Check whether --enable-new-selection or --disable-new-selection was given. 8365# Check whether --enable-new-selection or --disable-new-selection was given.
5516if test "${enable_new_selection+set}" = set; then 8366if test "${enable_new_selection+set}" = set; then
5517 enableval="$enable_new_selection" 8367 enableval="$enable_new_selection"
5518 if test x$enableval = xno; then 8368 if test x$enableval = xno; then
8369
5519 cat >> confdefs.h <<\EOF 8370cat >>confdefs.h <<\_ACEOF
5520#define NO_NEW_SELECTION 1 8371#define NO_NEW_SELECTION 1
5521EOF 8372_ACEOF
5522 8373
5523 fi 8374 fi
5524fi 8375fi;
5525
5526 8376
5527# Check whether --enable-dmalloc or --disable-dmalloc was given. 8377# Check whether --enable-dmalloc or --disable-dmalloc was given.
5528if test "${enable_dmalloc+set}" = set; then 8378if test "${enable_dmalloc+set}" = set; then
5529 enableval="$enable_dmalloc" 8379 enableval="$enable_dmalloc"
5530 if test x$enableval = xyes; then 8380 if test x$enableval = xyes; then
5531 MALLOC_TYPE=G 8381 MALLOC_TYPE=G
5532 DEBUG=-DDEBUG_MALLOC 8382 DEBUG=-DDEBUG_MALLOC
5533 DLIB="-L/usr/local/lib -ldmalloc" 8383 DLIB="-L/usr/local/lib -ldmalloc"
5534 DINCLUDE=-I/usr/local/include 8384 DINCLUDE=-I/usr/local/include
5535 fi 8385 fi
5536fi 8386fi;
5537
5538 8387
5539# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8388# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5540if test "${enable_dlmalloc+set}" = set; then 8389if test "${enable_dlmalloc+set}" = set; then
5541 enableval="$enable_dlmalloc" 8390 enableval="$enable_dlmalloc"
5542 if test x$enableval = xyes; then 8391 if test x$enableval = xyes; then
5543 MALLOC_TYPE=D 8392 MALLOC_TYPE=D
5544 DEBUG= 8393 DEBUG=
5545 DLIB="-L/usr/local/lib -ldlmalloc" 8394 DLIB="-L/usr/local/lib -ldlmalloc"
5546 DINCLUDE= 8395 DINCLUDE=
5547 fi 8396 fi
5548fi 8397fi;
5549
5550 8398
5551# Check whether --enable-smart-resize or --disable-smart-resize was given. 8399# Check whether --enable-smart-resize or --disable-smart-resize was given.
5552if test "${enable_smart_resize+set}" = set; then 8400if test "${enable_smart_resize+set}" = set; then
5553 enableval="$enable_smart_resize" 8401 enableval="$enable_smart_resize"
5554 if test x$enableval = xyes; then 8402 if test x$enableval = xyes; then
8403
5555 cat >> confdefs.h <<\EOF 8404cat >>confdefs.h <<\_ACEOF
5556#define SMART_RESIZE 1 8405#define SMART_RESIZE 1
5557EOF 8406_ACEOF
5558 8407
5559 fi 8408 fi
5560fi 8409fi;
5561
5562 8410
5563# Check whether --enable-256-color or --disable-256-color was given. 8411# Check whether --enable-256-color or --disable-256-color was given.
5564if test "${enable_256_color+set}" = set; then 8412if test "${enable_256_color+set}" = set; then
5565 enableval="$enable_256_color" 8413 enableval="$enable_256_color"
5566 if test x$enableval = xyes; then 8414 if test x$enableval = xyes; then
8415
5567 cat >> confdefs.h <<\EOF 8416cat >>confdefs.h <<\_ACEOF
5568#define TTY_256COLOR 1 8417#define TTY_256COLOR 1
5569EOF 8418_ACEOF
5570 8419
5571 fi 8420 fi
5572fi 8421fi;
5573
5574 8422
5575# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8423# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5576if test "${enable_cursor_blink+set}" = set; then 8424if test "${enable_cursor_blink+set}" = set; then
5577 enableval="$enable_cursor_blink" 8425 enableval="$enable_cursor_blink"
5578 if test x$enableval = xyes -o x$enableval = xno; then 8426 if test x$enableval = xyes -o x$enableval = xno; then
5579 support_cursor_blink=$enableval 8427 support_cursor_blink=$enableval
5580 fi 8428 fi
5581fi 8429fi;
5582 8430
8431# Check whether --enable-text-blink or --disable-text-blink was given.
8432if test "${enable_text_blink+set}" = set; then
8433 enableval="$enable_text_blink"
8434 if test x$enableval = xyes -o x$enableval = xno; then
8435 support_text_blink=$enableval
8436 fi
8437fi;
5583 8438
5584# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8439# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5585if test "${enable_pointer_blank+set}" = set; then 8440if test "${enable_pointer_blank+set}" = set; then
5586 enableval="$enable_pointer_blank" 8441 enableval="$enable_pointer_blank"
5587 if test x$enableval = xyes -o x$enableval = xno; then 8442 if test x$enableval = xyes -o x$enableval = xno; then
5588 support_pointer_blank=$enableval 8443 support_pointer_blank=$enableval
5589 fi 8444 fi
5590fi 8445fi;
5591 8446
5592 8447
5593# Check whether --with-term or --without-term was given. 8448# Check whether --with-term or --without-term was given.
5594if test "${with_term+set}" = set; then 8449if test "${with_term+set}" = set; then
5595 withval="$with_term" 8450 withval="$with_term"
5596 if test x$withval != x; then 8451 if test x$withval != x; then
8452
5597 cat >> confdefs.h <<EOF 8453cat >>confdefs.h <<_ACEOF
5598#define TERMENV "$withval" 8454#define TERMENV "$withval"
5599EOF 8455_ACEOF
5600 term="$withval" 8456 term="$withval"
5601 fi 8457 fi
5602fi 8458fi;
5603 8459
5604 8460
5605# Check whether --with-terminfo or --without-terminfo was given. 8461# Check whether --with-terminfo or --without-terminfo was given.
5606if test "${with_terminfo+set}" = set; then 8462if test "${with_terminfo+set}" = set; then
5607 withval="$with_terminfo" 8463 withval="$with_terminfo"
5608 if test x$withval != x; then 8464 if test x$withval != x; then
8465
5609 cat >> confdefs.h <<EOF 8466cat >>confdefs.h <<_ACEOF
5610#define RXVT_TERMINFO "$withval" 8467#define RXVT_TERMINFO "$withval"
5611EOF 8468_ACEOF
5612 terminfo="$withval" 8469 terminfo="$withval"
5613 fi 8470 fi
5614fi 8471fi;
5615 8472
5616 8473
5617 8474
5618cat >> confdefs.h <<\EOF 8475cat >>confdefs.h <<\_ACEOF
5619#define PROTOTYPES 1 8476#define PROTOTYPES 1
5620EOF 8477_ACEOF
5621 8478
5622 8479
5623if test -z "$CFLAGS"; then 8480if test -z "$CFLAGS"; then
5624 if test -z "$CCOPTS"; then 8481 if test -z "$CCOPTS"; then
5625 CCOPTS='-O' 8482 CCOPTS='-O'
5627 CFLAGS="$CCOPTS" 8484 CFLAGS="$CCOPTS"
5628fi 8485fi
5629 8486
5630# Extract the first word of "mv", so it can be a program name with args. 8487# Extract the first word of "mv", so it can be a program name with args.
5631set dummy mv; ac_word=$2 8488set dummy mv; ac_word=$2
8489echo "$as_me:$LINENO: checking for $ac_word" >&5
5632echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8490echo $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 8491if test "${ac_cv_path_MV+set}" = set; then
5635 echo $ac_n "(cached) $ac_c" 1>&6 8492 echo $ECHO_N "(cached) $ECHO_C" >&6
5636else 8493else
5637 case "$MV" in 8494 case $MV in
5638 /*) 8495 [\\/]* | ?:[\\/]*)
5639 ac_cv_path_MV="$MV" # Let the user override the test with a path. 8496 ac_cv_path_MV="$MV" # Let the user override the test with a path.
5640 ;; 8497 ;;
5641 ?:/*)
5642 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5643 ;;
5644 *) 8498 *)
5645 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5646 ac_dummy="$PATH" 8500for as_dir in $PATH
5647 for ac_dir in $ac_dummy; do 8501do
8502 IFS=$as_save_IFS
5648 test -z "$ac_dir" && ac_dir=. 8503 test -z "$as_dir" && as_dir=.
5649 if test -f $ac_dir/$ac_word; then 8504 for ac_exec_ext in '' $ac_executable_extensions; do
8505 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5650 ac_cv_path_MV="$ac_dir/$ac_word" 8506 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
8507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5651 break 8508 break 2
5652 fi 8509 fi
5653 done 8510done
5654 IFS="$ac_save_ifs" 8511done
8512
5655 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8513 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5656 ;; 8514 ;;
5657esac 8515esac
5658fi 8516fi
5659MV="$ac_cv_path_MV" 8517MV=$ac_cv_path_MV
8518
5660if test -n "$MV"; then 8519if test -n "$MV"; then
5661 echo "$ac_t""$MV" 1>&6 8520 echo "$as_me:$LINENO: result: $MV" >&5
8521echo "${ECHO_T}$MV" >&6
5662else 8522else
5663 echo "$ac_t""no" 1>&6 8523 echo "$as_me:$LINENO: result: no" >&5
8524echo "${ECHO_T}no" >&6
5664fi 8525fi
5665 8526
5666# Extract the first word of "rm", so it can be a program name with args. 8527# Extract the first word of "rm", so it can be a program name with args.
5667set dummy rm; ac_word=$2 8528set dummy rm; ac_word=$2
8529echo "$as_me:$LINENO: checking for $ac_word" >&5
5668echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8530echo $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 8531if test "${ac_cv_path_RM+set}" = set; then
5671 echo $ac_n "(cached) $ac_c" 1>&6 8532 echo $ECHO_N "(cached) $ECHO_C" >&6
5672else 8533else
5673 case "$RM" in 8534 case $RM in
5674 /*) 8535 [\\/]* | ?:[\\/]*)
5675 ac_cv_path_RM="$RM" # Let the user override the test with a path. 8536 ac_cv_path_RM="$RM" # Let the user override the test with a path.
5676 ;; 8537 ;;
5677 ?:/*)
5678 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5679 ;;
5680 *) 8538 *)
5681 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5682 ac_dummy="$PATH" 8540for as_dir in $PATH
5683 for ac_dir in $ac_dummy; do 8541do
8542 IFS=$as_save_IFS
5684 test -z "$ac_dir" && ac_dir=. 8543 test -z "$as_dir" && as_dir=.
5685 if test -f $ac_dir/$ac_word; then 8544 for ac_exec_ext in '' $ac_executable_extensions; do
8545 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5686 ac_cv_path_RM="$ac_dir/$ac_word" 8546 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5687 break 8548 break 2
5688 fi 8549 fi
5689 done 8550done
5690 IFS="$ac_save_ifs" 8551done
8552
5691 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8553 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5692 ;; 8554 ;;
5693esac 8555esac
5694fi 8556fi
5695RM="$ac_cv_path_RM" 8557RM=$ac_cv_path_RM
8558
5696if test -n "$RM"; then 8559if test -n "$RM"; then
5697 echo "$ac_t""$RM" 1>&6 8560 echo "$as_me:$LINENO: result: $RM" >&5
8561echo "${ECHO_T}$RM" >&6
5698else 8562else
5699 echo "$ac_t""no" 1>&6 8563 echo "$as_me:$LINENO: result: no" >&5
8564echo "${ECHO_T}no" >&6
5700fi 8565fi
5701 8566
5702# Extract the first word of "cp", so it can be a program name with args. 8567# Extract the first word of "cp", so it can be a program name with args.
5703set dummy cp; ac_word=$2 8568set dummy cp; ac_word=$2
8569echo "$as_me:$LINENO: checking for $ac_word" >&5
5704echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8570echo $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 8571if test "${ac_cv_path_CP+set}" = set; then
5707 echo $ac_n "(cached) $ac_c" 1>&6 8572 echo $ECHO_N "(cached) $ECHO_C" >&6
5708else 8573else
5709 case "$CP" in 8574 case $CP in
5710 /*) 8575 [\\/]* | ?:[\\/]*)
5711 ac_cv_path_CP="$CP" # Let the user override the test with a path. 8576 ac_cv_path_CP="$CP" # Let the user override the test with a path.
5712 ;; 8577 ;;
5713 ?:/*)
5714 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5715 ;;
5716 *) 8578 *)
5717 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5718 ac_dummy="$PATH" 8580for as_dir in $PATH
5719 for ac_dir in $ac_dummy; do 8581do
8582 IFS=$as_save_IFS
5720 test -z "$ac_dir" && ac_dir=. 8583 test -z "$as_dir" && as_dir=.
5721 if test -f $ac_dir/$ac_word; then 8584 for ac_exec_ext in '' $ac_executable_extensions; do
8585 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5722 ac_cv_path_CP="$ac_dir/$ac_word" 8586 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
8587 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5723 break 8588 break 2
5724 fi 8589 fi
5725 done 8590done
5726 IFS="$ac_save_ifs" 8591done
8592
5727 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8593 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5728 ;; 8594 ;;
5729esac 8595esac
5730fi 8596fi
5731CP="$ac_cv_path_CP" 8597CP=$ac_cv_path_CP
8598
5732if test -n "$CP"; then 8599if test -n "$CP"; then
5733 echo "$ac_t""$CP" 1>&6 8600 echo "$as_me:$LINENO: result: $CP" >&5
8601echo "${ECHO_T}$CP" >&6
5734else 8602else
5735 echo "$ac_t""no" 1>&6 8603 echo "$as_me:$LINENO: result: no" >&5
8604echo "${ECHO_T}no" >&6
5736fi 8605fi
5737 8606
5738# Extract the first word of "ln", so it can be a program name with args. 8607# Extract the first word of "ln", so it can be a program name with args.
5739set dummy ln; ac_word=$2 8608set dummy ln; ac_word=$2
8609echo "$as_me:$LINENO: checking for $ac_word" >&5
5740echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8610echo $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 8611if test "${ac_cv_path_LN+set}" = set; then
5743 echo $ac_n "(cached) $ac_c" 1>&6 8612 echo $ECHO_N "(cached) $ECHO_C" >&6
5744else 8613else
5745 case "$LN" in 8614 case $LN in
5746 /*) 8615 [\\/]* | ?:[\\/]*)
5747 ac_cv_path_LN="$LN" # Let the user override the test with a path. 8616 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5748 ;; 8617 ;;
5749 ?:/*)
5750 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5751 ;;
5752 *) 8618 *)
5753 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5754 ac_dummy="$PATH" 8620for as_dir in $PATH
5755 for ac_dir in $ac_dummy; do 8621do
8622 IFS=$as_save_IFS
5756 test -z "$ac_dir" && ac_dir=. 8623 test -z "$as_dir" && as_dir=.
5757 if test -f $ac_dir/$ac_word; then 8624 for ac_exec_ext in '' $ac_executable_extensions; do
8625 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5758 ac_cv_path_LN="$ac_dir/$ac_word" 8626 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
8627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5759 break 8628 break 2
5760 fi 8629 fi
5761 done 8630done
5762 IFS="$ac_save_ifs" 8631done
8632
5763 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8633 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5764 ;; 8634 ;;
5765esac 8635esac
5766fi 8636fi
5767LN="$ac_cv_path_LN" 8637LN=$ac_cv_path_LN
8638
5768if test -n "$LN"; then 8639if test -n "$LN"; then
5769 echo "$ac_t""$LN" 1>&6 8640 echo "$as_me:$LINENO: result: $LN" >&5
8641echo "${ECHO_T}$LN" >&6
5770else 8642else
5771 echo "$ac_t""no" 1>&6 8643 echo "$as_me:$LINENO: result: no" >&5
8644echo "${ECHO_T}no" >&6
5772fi 8645fi
5773 8646
5774# Extract the first word of "sed", so it can be a program name with args. 8647# Extract the first word of "sed", so it can be a program name with args.
5775set dummy sed; ac_word=$2 8648set dummy sed; ac_word=$2
8649echo "$as_me:$LINENO: checking for $ac_word" >&5
5776echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8650echo $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 8651if test "${ac_cv_path_SED+set}" = set; then
5779 echo $ac_n "(cached) $ac_c" 1>&6 8652 echo $ECHO_N "(cached) $ECHO_C" >&6
5780else 8653else
5781 case "$SED" in 8654 case $SED in
5782 /*) 8655 [\\/]* | ?:[\\/]*)
5783 ac_cv_path_SED="$SED" # Let the user override the test with a path. 8656 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5784 ;; 8657 ;;
5785 ?:/*)
5786 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5787 ;;
5788 *) 8658 *)
5789 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5790 ac_dummy="$PATH" 8660for as_dir in $PATH
5791 for ac_dir in $ac_dummy; do 8661do
8662 IFS=$as_save_IFS
5792 test -z "$ac_dir" && ac_dir=. 8663 test -z "$as_dir" && as_dir=.
5793 if test -f $ac_dir/$ac_word; then 8664 for ac_exec_ext in '' $ac_executable_extensions; do
8665 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5794 ac_cv_path_SED="$ac_dir/$ac_word" 8666 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
8667 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5795 break 8668 break 2
5796 fi 8669 fi
5797 done 8670done
5798 IFS="$ac_save_ifs" 8671done
8672
5799 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8673 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5800 ;; 8674 ;;
5801esac 8675esac
5802fi 8676fi
5803SED="$ac_cv_path_SED" 8677SED=$ac_cv_path_SED
8678
5804if test -n "$SED"; then 8679if test -n "$SED"; then
5805 echo "$ac_t""$SED" 1>&6 8680 echo "$as_me:$LINENO: result: $SED" >&5
8681echo "${ECHO_T}$SED" >&6
5806else 8682else
5807 echo "$ac_t""no" 1>&6 8683 echo "$as_me:$LINENO: result: no" >&5
8684echo "${ECHO_T}no" >&6
5808fi 8685fi
5809 8686
5810# Extract the first word of "echo", so it can be a program name with args. 8687# Extract the first word of "echo", so it can be a program name with args.
5811set dummy echo; ac_word=$2 8688set dummy echo; ac_word=$2
8689echo "$as_me:$LINENO: checking for $ac_word" >&5
5812echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8690echo $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 8691if test "${ac_cv_path_ECHO+set}" = set; then
5815 echo $ac_n "(cached) $ac_c" 1>&6 8692 echo $ECHO_N "(cached) $ECHO_C" >&6
5816else 8693else
5817 case "$ECHO" in 8694 case $ECHO in
5818 /*) 8695 [\\/]* | ?:[\\/]*)
5819 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path. 8696 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5820 ;; 8697 ;;
5821 ?:/*)
5822 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5823 ;;
5824 *) 8698 *)
5825 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5826 ac_dummy="$PATH" 8700for as_dir in $PATH
5827 for ac_dir in $ac_dummy; do 8701do
8702 IFS=$as_save_IFS
5828 test -z "$ac_dir" && ac_dir=. 8703 test -z "$as_dir" && as_dir=.
5829 if test -f $ac_dir/$ac_word; then 8704 for ac_exec_ext in '' $ac_executable_extensions; do
8705 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5830 ac_cv_path_ECHO="$ac_dir/$ac_word" 8706 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
8707 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5831 break 8708 break 2
5832 fi 8709 fi
5833 done 8710done
5834 IFS="$ac_save_ifs" 8711done
8712
5835 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 8713 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5836 ;; 8714 ;;
5837esac 8715esac
5838fi 8716fi
5839ECHO="$ac_cv_path_ECHO" 8717ECHO=$ac_cv_path_ECHO
8718
5840if test -n "$ECHO"; then 8719if test -n "$ECHO"; then
5841 echo "$ac_t""$ECHO" 1>&6 8720 echo "$as_me:$LINENO: result: $ECHO" >&5
8721echo "${ECHO_T}$ECHO" >&6
5842else 8722else
5843 echo "$ac_t""no" 1>&6 8723 echo "$as_me:$LINENO: result: no" >&5
8724echo "${ECHO_T}no" >&6
5844fi 8725fi
5845 8726
5846# Extract the first word of "cmp", so it can be a program name with args. 8727# Extract the first word of "cmp", so it can be a program name with args.
5847set dummy cmp; ac_word=$2 8728set dummy cmp; ac_word=$2
8729echo "$as_me:$LINENO: checking for $ac_word" >&5
5848echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8730echo $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 8731if test "${ac_cv_path_CMP+set}" = set; then
5851 echo $ac_n "(cached) $ac_c" 1>&6 8732 echo $ECHO_N "(cached) $ECHO_C" >&6
5852else 8733else
5853 case "$CMP" in 8734 case $CMP in
5854 /*) 8735 [\\/]* | ?:[\\/]*)
5855 ac_cv_path_CMP="$CMP" # Let the user override the test with a path. 8736 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5856 ;; 8737 ;;
5857 ?:/*)
5858 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5859 ;;
5860 *) 8738 *)
5861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5862 ac_dummy="$PATH" 8740for as_dir in $PATH
5863 for ac_dir in $ac_dummy; do 8741do
8742 IFS=$as_save_IFS
5864 test -z "$ac_dir" && ac_dir=. 8743 test -z "$as_dir" && as_dir=.
5865 if test -f $ac_dir/$ac_word; then 8744 for ac_exec_ext in '' $ac_executable_extensions; do
8745 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5866 ac_cv_path_CMP="$ac_dir/$ac_word" 8746 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
8747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5867 break 8748 break 2
5868 fi 8749 fi
5869 done 8750done
5870 IFS="$ac_save_ifs" 8751done
8752
5871 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 8753 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5872 ;; 8754 ;;
5873esac 8755esac
5874fi 8756fi
5875CMP="$ac_cv_path_CMP" 8757CMP=$ac_cv_path_CMP
8758
5876if test -n "$CMP"; then 8759if test -n "$CMP"; then
5877 echo "$ac_t""$CMP" 1>&6 8760 echo "$as_me:$LINENO: result: $CMP" >&5
8761echo "${ECHO_T}$CMP" >&6
5878else 8762else
5879 echo "$ac_t""no" 1>&6 8763 echo "$as_me:$LINENO: result: no" >&5
8764echo "${ECHO_T}no" >&6
5880fi 8765fi
5881 8766
5882# Extract the first word of "tbl", so it can be a program name with args. 8767# Extract the first word of "tbl", so it can be a program name with args.
5883set dummy tbl; ac_word=$2 8768set dummy tbl; ac_word=$2
8769echo "$as_me:$LINENO: checking for $ac_word" >&5
5884echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8770echo $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 8771if test "${ac_cv_path_TBL+set}" = set; then
5887 echo $ac_n "(cached) $ac_c" 1>&6 8772 echo $ECHO_N "(cached) $ECHO_C" >&6
5888else 8773else
5889 case "$TBL" in 8774 case $TBL in
5890 /*) 8775 [\\/]* | ?:[\\/]*)
5891 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 8776 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5892 ;; 8777 ;;
5893 ?:/*)
5894 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path.
5895 ;;
5896 *) 8778 *)
5897 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5898 ac_dummy="$PATH" 8780for as_dir in $PATH
5899 for ac_dir in $ac_dummy; do 8781do
8782 IFS=$as_save_IFS
5900 test -z "$ac_dir" && ac_dir=. 8783 test -z "$as_dir" && as_dir=.
5901 if test -f $ac_dir/$ac_word; then 8784 for ac_exec_ext in '' $ac_executable_extensions; do
8785 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5902 ac_cv_path_TBL="$ac_dir/$ac_word" 8786 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
8787 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5903 break 8788 break 2
5904 fi 8789 fi
5905 done 8790done
5906 IFS="$ac_save_ifs" 8791done
8792
5907 ;; 8793 ;;
5908esac 8794esac
5909fi 8795fi
5910TBL="$ac_cv_path_TBL" 8796TBL=$ac_cv_path_TBL
8797
5911if test -n "$TBL"; then 8798if test -n "$TBL"; then
5912 echo "$ac_t""$TBL" 1>&6 8799 echo "$as_me:$LINENO: result: $TBL" >&5
8800echo "${ECHO_T}$TBL" >&6
5913else 8801else
5914 echo "$ac_t""no" 1>&6 8802 echo "$as_me:$LINENO: result: no" >&5
8803echo "${ECHO_T}no" >&6
5915fi 8804fi
5916 8805
5917 8806
5918 8807
5919 8808
5920# If we find X, set shell vars x_includes and x_libraries to the 8809echo "$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 8810echo $ECHO_N "checking for X... $ECHO_C" >&6
5925echo "configure:5926: checking for X" >&5 8811
5926 8812
5927# Check whether --with-x or --without-x was given. 8813# Check whether --with-x or --without-x was given.
5928if test "${with_x+set}" = set; then 8814if test "${with_x+set}" = set; then
5929 withval="$with_x" 8815 withval="$with_x"
5930 : 8816
5931fi 8817fi;
5932
5933# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 8818# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5934if test "x$with_x" = xno; then 8819if test "x$with_x" = xno; then
5935 # The user explicitly disabled X. 8820 # The user explicitly disabled X.
5936 have_x=disabled 8821 have_x=disabled
5937else 8822else
5938 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then 8823 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5939 # Both variables are already set. 8824 # Both variables are already set.
5940 have_x=yes 8825 have_x=yes
5941 else 8826 else
5942if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 8827 if test "${ac_cv_have_x+set}" = set; then
5943 echo $ac_n "(cached) $ac_c" 1>&6 8828 echo $ECHO_N "(cached) $ECHO_C" >&6
5944else 8829else
5945 # One or both of the vars are not set, and there is no cached value. 8830 # One or both of the vars are not set, and there is no cached value.
5946ac_x_includes=NO ac_x_libraries=NO 8831ac_x_includes=no ac_x_libraries=no
5947rm -fr conftestdir 8832rm -fr conftest.dir
5948if mkdir conftestdir; then 8833if mkdir conftest.dir; then
5949 cd conftestdir 8834 cd conftest.dir
5950 # Make sure to not put "make" in the Imakefile rules, since we grep it out. 8835 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5951 cat > Imakefile <<'EOF' 8836 cat >Imakefile <<'_ACEOF'
5952acfindx: 8837acfindx:
5953 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 8838 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5954EOF 8839_ACEOF
5955 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 8840 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5956 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 8841 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5957 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 8842 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5958 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 8843 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5959 for ac_extension in a so sl; do 8844 for ac_extension in a so sl; do
5960 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 8845 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5961 test -f $ac_im_libdir/libX11.$ac_extension; then 8846 test -f $ac_im_libdir/libX11.$ac_extension; then
5962 ac_im_usrlibdir=$ac_im_libdir; break 8847 ac_im_usrlibdir=$ac_im_libdir; break
5963 fi 8848 fi
5964 done 8849 done
5965 # Screen out bogus values from the imake configuration. They are 8850 # Screen out bogus values from the imake configuration. They are
5966 # bogus both because they are the default anyway, and because 8851 # bogus both because they are the default anyway, and because
5967 # using them would break gcc on systems where it needs fixed includes. 8852 # using them would break gcc on systems where it needs fixed includes.
5968 case "$ac_im_incroot" in 8853 case $ac_im_incroot in
5969 /usr/include) ;; 8854 /usr/include) ;;
5970 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; 8855 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5971 esac 8856 esac
5972 case "$ac_im_usrlibdir" in 8857 case $ac_im_usrlibdir in
5973 /usr/lib | /lib) ;; 8858 /usr/lib | /lib) ;;
5974 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 8859 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5975 esac 8860 esac
5976 fi 8861 fi
5977 cd .. 8862 cd ..
5978 rm -fr conftestdir 8863 rm -fr conftest.dir
5979fi 8864fi
5980 8865
8866# Standard set of common directories for X headers.
8867# Check X11 before X11Rn because it is often a symlink to the current release.
8868ac_x_header_dirs='
8869/usr/X11/include
8870/usr/X11R6/include
8871/usr/X11R5/include
8872/usr/X11R4/include
8873
8874/usr/include/X11
8875/usr/include/X11R6
8876/usr/include/X11R5
8877/usr/include/X11R4
8878
8879/usr/local/X11/include
8880/usr/local/X11R6/include
8881/usr/local/X11R5/include
8882/usr/local/X11R4/include
8883
8884/usr/local/include/X11
8885/usr/local/include/X11R6
8886/usr/local/include/X11R5
8887/usr/local/include/X11R4
8888
8889/usr/X386/include
8890/usr/x386/include
8891/usr/XFree86/include/X11
8892
8893/usr/include
8894/usr/local/include
8895/usr/unsupported/include
8896/usr/athena/include
8897/usr/local/x11r5/include
8898/usr/lpp/Xamples/include
8899
8900/usr/openwin/include
8901/usr/openwin/share/include'
8902
5981if test "$ac_x_includes" = NO; then 8903if test "$ac_x_includes" = no; then
5982 # Guess where to find include files, by looking for this one X11 .h file. 8904 # 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. 8905 # First, try using that file with no special directory specified.
8906 cat >conftest.$ac_ext <<_ACEOF
8907/* confdefs.h. */
8908_ACEOF
8909cat confdefs.h >>conftest.$ac_ext
5986cat > conftest.$ac_ext <<EOF 8910cat >>conftest.$ac_ext <<_ACEOF
5987#line 5988 "configure" 8911/* end confdefs.h. */
5988#include "confdefs.h" 8912#include <X11/Intrinsic.h>
5989#include <$x_direct_test_include> 8913_ACEOF
5990EOF 8914if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5991ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8915 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5992{ (eval echo configure:5993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8916 ac_status=$?
5993ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8917 grep -v '^ *+' conftest.er1 >conftest.err
8918 rm -f conftest.er1
8919 cat conftest.err >&5
8920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8921 (exit $ac_status); } >/dev/null; then
8922 if test -s conftest.err; then
8923 ac_cpp_err=$ac_cxx_preproc_warn_flag
8924 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8925 else
8926 ac_cpp_err=
8927 fi
8928else
8929 ac_cpp_err=yes
8930fi
5994if test -z "$ac_err"; then 8931if test -z "$ac_cpp_err"; then
5995 rm -rf conftest*
5996 # We can compile using X headers with no special include directory. 8932 # We can compile using X headers with no special include directory.
5997ac_x_includes= 8933ac_x_includes=
5998else 8934else
5999 echo "$ac_err" >&5
6000 echo "configure: failed program was:" >&5 8935 echo "$as_me: failed program was:" >&5
6001 cat conftest.$ac_ext >&5 8936sed 's/^/| /' conftest.$ac_ext >&5
6002 rm -rf conftest* 8937
6003 # Look for the header file in a standard set of common directories. 8938 for ac_dir in $ac_x_header_dirs; do
6004# Check X11 before X11Rn because it is often a symlink to the current release. 8939 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 8940 ac_x_includes=$ac_dir
6043 break 8941 break
6044 fi 8942 fi
6045 done 8943done
6046fi 8944fi
6047rm -f conftest* 8945rm -f conftest.err conftest.$ac_ext
6048fi # $ac_x_includes = NO 8946fi # $ac_x_includes = no
6049 8947
6050if test "$ac_x_libraries" = NO; then 8948if test "$ac_x_libraries" = no; then
6051 # Check for the libraries. 8949 # 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. 8950 # See if we find them without any special options.
6057 # Don't add to $LIBS permanently. 8951 # Don't add to $LIBS permanently.
6058 ac_save_LIBS="$LIBS" 8952 ac_save_LIBS=$LIBS
6059 LIBS="-l$x_direct_test_library $LIBS" 8953 LIBS="-lXt $LIBS"
8954 cat >conftest.$ac_ext <<_ACEOF
8955/* confdefs.h. */
8956_ACEOF
8957cat confdefs.h >>conftest.$ac_ext
6060cat > conftest.$ac_ext <<EOF 8958cat >>conftest.$ac_ext <<_ACEOF
6061#line 6062 "configure" 8959/* end confdefs.h. */
6062#include "confdefs.h" 8960#include <X11/Intrinsic.h>
6063 8961int
6064int main() { 8962main ()
6065${x_direct_test_function}() 8963{
8964XtMalloc (0)
8965 ;
6066; return 0; } 8966 return 0;
6067EOF 8967}
6068if { (eval echo configure:6069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8968_ACEOF
8969rm -f conftest.$ac_objext conftest$ac_exeext
8970if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8971 (eval $ac_link) 2>conftest.er1
8972 ac_status=$?
8973 grep -v '^ *+' conftest.er1 >conftest.err
6069 rm -rf conftest* 8974 rm -f conftest.er1
8975 cat conftest.err >&5
8976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8977 (exit $ac_status); } &&
8978 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8980 (eval $ac_try) 2>&5
8981 ac_status=$?
8982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8983 (exit $ac_status); }; } &&
8984 { ac_try='test -s conftest$ac_exeext'
8985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8986 (eval $ac_try) 2>&5
8987 ac_status=$?
8988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8989 (exit $ac_status); }; }; then
6070 LIBS="$ac_save_LIBS" 8990 LIBS=$ac_save_LIBS
6071# We can link X programs with no special library path. 8991# We can link X programs with no special library path.
6072ac_x_libraries= 8992ac_x_libraries=
6073else 8993else
6074 echo "configure: failed program was:" >&5 8994 echo "$as_me: failed program was:" >&5
6075 cat conftest.$ac_ext >&5 8995sed 's/^/| /' conftest.$ac_ext >&5
6076 rm -rf conftest* 8996
6077 LIBS="$ac_save_LIBS" 8997LIBS=$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/` \ 8998for 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 8999do
9000 # Don't even attempt the hair of trying to link an X program!
6117 for ac_extension in a so sl; do 9001 for ac_extension in a so sl; do
6118 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9002 if test -r $ac_dir/libXt.$ac_extension; then
6119 ac_x_libraries=$ac_dir 9003 ac_x_libraries=$ac_dir
6120 break 2 9004 break 2
6121 fi 9005 fi
6122 done 9006 done
6123done 9007done
6124fi 9008fi
6125rm -f conftest* 9009rm -f conftest.err conftest.$ac_objext \
9010 conftest$ac_exeext conftest.$ac_ext
6126fi # $ac_x_libraries = NO 9011fi # $ac_x_libraries = no
6127 9012
6128if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9013if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6129 # Didn't find X anywhere. Cache the known absence of X. 9014 # Didn't find X anywhere. Cache the known absence of X.
6130 ac_cv_have_x="have_x=no" 9015 ac_cv_have_x="have_x=no"
6131else 9016else
6132 # Record where we found X for the cache. 9017 # Record where we found X for the cache.
6133 ac_cv_have_x="have_x=yes \ 9018 ac_cv_have_x="have_x=yes \
6134 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 9019 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6135fi 9020fi
6136fi 9021fi
9022
6137 fi 9023 fi
6138 eval "$ac_cv_have_x" 9024 eval "$ac_cv_have_x"
6139fi # $with_x != no 9025fi # $with_x != no
6140 9026
6141if test "$have_x" != yes; then 9027if test "$have_x" != yes; then
6142 echo "$ac_t""$have_x" 1>&6 9028 echo "$as_me:$LINENO: result: $have_x" >&5
9029echo "${ECHO_T}$have_x" >&6
6143 no_x=yes 9030 no_x=yes
6144else 9031else
6145 # If each of the values was on the command line, it overrides each guess. 9032 # 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 9033 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6147 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9034 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6148 # Update the cache value to reflect the command line values. 9035 # Update the cache value to reflect the command line values.
6149 ac_cv_have_x="have_x=yes \ 9036 ac_cv_have_x="have_x=yes \
6150 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9037 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9038 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
6151 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 9039echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
6152fi 9040fi
6153 9041
6154if test "$no_x" = yes; then 9042if test "$no_x" = yes; then
6155 # Not all programs may use this symbol, but it does not hurt to define it. 9043 # Not all programs may use this symbol, but it does not hurt to define it.
9044
6156 cat >> confdefs.h <<\EOF 9045cat >>confdefs.h <<\_ACEOF
6157#define X_DISPLAY_MISSING 1 9046#define X_DISPLAY_MISSING 1
6158EOF 9047_ACEOF
6159 9048
6160 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9049 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6161else 9050else
6162 if test -n "$x_includes"; then 9051 if test -n "$x_includes"; then
6163 X_CFLAGS="$X_CFLAGS -I$x_includes" 9052 X_CFLAGS="$X_CFLAGS -I$x_includes"
6166 # It would also be nice to do this for all -L options, not just this one. 9055 # It would also be nice to do this for all -L options, not just this one.
6167 if test -n "$x_libraries"; then 9056 if test -n "$x_libraries"; then
6168 X_LIBS="$X_LIBS -L$x_libraries" 9057 X_LIBS="$X_LIBS -L$x_libraries"
6169 # For Solaris; some versions of Sun CC require a space after -R and 9058 # For Solaris; some versions of Sun CC require a space after -R and
6170 # others require no space. Words are not sufficient . . . . 9059 # others require no space. Words are not sufficient . . . .
6171 case "`(uname -sr) 2>/dev/null`" in 9060 case `(uname -sr) 2>/dev/null` in
6172 "SunOS 5"*) 9061 "SunOS 5"*)
9062 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 9063echo $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" 9064 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6176 cat > conftest.$ac_ext <<EOF 9065 cat >conftest.$ac_ext <<_ACEOF
6177#line 6178 "configure" 9066/* confdefs.h. */
6178#include "confdefs.h" 9067_ACEOF
9068cat confdefs.h >>conftest.$ac_ext
9069cat >>conftest.$ac_ext <<_ACEOF
9070/* end confdefs.h. */
6179 9071
6180int main() { 9072int
9073main ()
9074{
6181 9075
9076 ;
6182; return 0; } 9077 return 0;
6183EOF 9078}
6184if { (eval echo configure:6185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9079_ACEOF
9080rm -f conftest.$ac_objext conftest$ac_exeext
9081if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9082 (eval $ac_link) 2>conftest.er1
9083 ac_status=$?
9084 grep -v '^ *+' conftest.er1 >conftest.err
6185 rm -rf conftest* 9085 rm -f conftest.er1
9086 cat conftest.err >&5
9087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9088 (exit $ac_status); } &&
9089 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9091 (eval $ac_try) 2>&5
9092 ac_status=$?
9093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9094 (exit $ac_status); }; } &&
9095 { ac_try='test -s conftest$ac_exeext'
9096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9097 (eval $ac_try) 2>&5
9098 ac_status=$?
9099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9100 (exit $ac_status); }; }; then
6186 ac_R_nospace=yes 9101 ac_R_nospace=yes
6187else 9102else
6188 echo "configure: failed program was:" >&5 9103 echo "$as_me: failed program was:" >&5
6189 cat conftest.$ac_ext >&5 9104sed 's/^/| /' conftest.$ac_ext >&5
6190 rm -rf conftest* 9105
6191 ac_R_nospace=no 9106ac_R_nospace=no
6192fi 9107fi
6193rm -f conftest* 9108rm -f conftest.err conftest.$ac_objext \
9109 conftest$ac_exeext conftest.$ac_ext
6194 if test $ac_R_nospace = yes; then 9110 if test $ac_R_nospace = yes; then
6195 echo "$ac_t""no" 1>&6 9111 echo "$as_me:$LINENO: result: no" >&5
9112echo "${ECHO_T}no" >&6
6196 X_LIBS="$X_LIBS -R$x_libraries" 9113 X_LIBS="$X_LIBS -R$x_libraries"
6197 else 9114 else
6198 LIBS="$ac_xsave_LIBS -R $x_libraries" 9115 LIBS="$ac_xsave_LIBS -R $x_libraries"
6199 cat > conftest.$ac_ext <<EOF 9116 cat >conftest.$ac_ext <<_ACEOF
6200#line 6201 "configure" 9117/* confdefs.h. */
6201#include "confdefs.h" 9118_ACEOF
9119cat confdefs.h >>conftest.$ac_ext
9120cat >>conftest.$ac_ext <<_ACEOF
9121/* end confdefs.h. */
6202 9122
6203int main() { 9123int
9124main ()
9125{
6204 9126
9127 ;
6205; return 0; } 9128 return 0;
6206EOF 9129}
6207if { (eval echo configure:6208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9130_ACEOF
9131rm -f conftest.$ac_objext conftest$ac_exeext
9132if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9133 (eval $ac_link) 2>conftest.er1
9134 ac_status=$?
9135 grep -v '^ *+' conftest.er1 >conftest.err
6208 rm -rf conftest* 9136 rm -f conftest.er1
9137 cat conftest.err >&5
9138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9139 (exit $ac_status); } &&
9140 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9142 (eval $ac_try) 2>&5
9143 ac_status=$?
9144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9145 (exit $ac_status); }; } &&
9146 { ac_try='test -s conftest$ac_exeext'
9147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9148 (eval $ac_try) 2>&5
9149 ac_status=$?
9150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9151 (exit $ac_status); }; }; then
6209 ac_R_space=yes 9152 ac_R_space=yes
6210else 9153else
6211 echo "configure: failed program was:" >&5 9154 echo "$as_me: failed program was:" >&5
6212 cat conftest.$ac_ext >&5 9155sed 's/^/| /' conftest.$ac_ext >&5
6213 rm -rf conftest* 9156
6214 ac_R_space=no 9157ac_R_space=no
6215fi 9158fi
6216rm -f conftest* 9159rm -f conftest.err conftest.$ac_objext \
9160 conftest$ac_exeext conftest.$ac_ext
6217 if test $ac_R_space = yes; then 9161 if test $ac_R_space = yes; then
6218 echo "$ac_t""yes" 1>&6 9162 echo "$as_me:$LINENO: result: yes" >&5
9163echo "${ECHO_T}yes" >&6
6219 X_LIBS="$X_LIBS -R $x_libraries" 9164 X_LIBS="$X_LIBS -R $x_libraries"
6220 else 9165 else
9166 echo "$as_me:$LINENO: result: neither works" >&5
6221 echo "$ac_t""neither works" 1>&6 9167echo "${ECHO_T}neither works" >&6
6222 fi 9168 fi
6223 fi 9169 fi
6224 LIBS="$ac_xsave_LIBS" 9170 LIBS=$ac_xsave_LIBS
6225 esac 9171 esac
6226 fi 9172 fi
6227 9173
6228 # Check for system-dependent libraries X programs must link with. 9174 # Check for system-dependent libraries X programs must link with.
6229 # Do this before checking for the system-independent R6 libraries 9175 # Do this before checking for the system-independent R6 libraries
6230 # (-lICE), since we may need -lsocket or whatever for X linking. 9176 # (-lICE), since we may need -lsocket or whatever for X linking.
6231 9177
6232 if test "$ISC" = yes; then 9178 if test "$ISC" = yes; then
6233 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9179 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6234 else 9180 else
6235 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 9181 # Martyn Johnson says this is needed for Ultrix, if the X
6236 # libraries were built with DECnet support. And karl@cs.umb.edu says 9182 # libraries were built with DECnet support. And Karl Berry says
6237 # the Alpha needs dnet_stub (dnet does not exist). 9183 # the Alpha needs dnet_stub (dnet does not exist).
9184 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9185 cat >conftest.$ac_ext <<_ACEOF
9186/* confdefs.h. */
9187_ACEOF
9188cat confdefs.h >>conftest.$ac_ext
9189cat >>conftest.$ac_ext <<_ACEOF
9190/* end confdefs.h. */
9191
9192/* Override any gcc2 internal prototype to avoid an error. */
9193#ifdef __cplusplus
9194extern "C"
9195#endif
9196/* We use char because int might match the return type of a gcc2
9197 builtin and then its argument prototype would still apply. */
9198char XOpenDisplay ();
9199int
9200main ()
9201{
9202XOpenDisplay ();
9203 ;
9204 return 0;
9205}
9206_ACEOF
9207rm -f conftest.$ac_objext conftest$ac_exeext
9208if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9209 (eval $ac_link) 2>conftest.er1
9210 ac_status=$?
9211 grep -v '^ *+' conftest.er1 >conftest.err
9212 rm -f conftest.er1
9213 cat conftest.err >&5
9214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9215 (exit $ac_status); } &&
9216 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9218 (eval $ac_try) 2>&5
9219 ac_status=$?
9220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9221 (exit $ac_status); }; } &&
9222 { ac_try='test -s conftest$ac_exeext'
9223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9224 (eval $ac_try) 2>&5
9225 ac_status=$?
9226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9227 (exit $ac_status); }; }; then
9228 :
9229else
9230 echo "$as_me: failed program was:" >&5
9231sed 's/^/| /' conftest.$ac_ext >&5
9232
9233echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6238 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 9234echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6239echo "configure:6240: checking for dnet_ntoa in -ldnet" >&5 9235if 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 9236 echo $ECHO_N "(cached) $ECHO_C" >&6
6243else 9237else
6244 ac_save_LIBS="$LIBS" 9238 ac_check_lib_save_LIBS=$LIBS
6245LIBS="-ldnet $LIBS" 9239LIBS="-ldnet $LIBS"
6246cat > conftest.$ac_ext <<EOF 9240cat >conftest.$ac_ext <<_ACEOF
6247#line 6248 "configure" 9241/* confdefs.h. */
6248#include "confdefs.h" 9242_ACEOF
9243cat confdefs.h >>conftest.$ac_ext
9244cat >>conftest.$ac_ext <<_ACEOF
9245/* end confdefs.h. */
9246
6249/* Override any gcc2 internal prototype to avoid an error. */ 9247/* Override any gcc2 internal prototype to avoid an error. */
9248#ifdef __cplusplus
9249extern "C"
9250#endif
6250/* We use char because int might match the return type of a gcc2 9251/* We use char because int might match the return type of a gcc2
6251 builtin and then its argument prototype would still apply. */ 9252 builtin and then its argument prototype would still apply. */
6252char dnet_ntoa(); 9253char dnet_ntoa ();
6253 9254int
6254int main() { 9255main ()
9256{
6255dnet_ntoa() 9257dnet_ntoa ();
9258 ;
6256; return 0; } 9259 return 0;
6257EOF 9260}
6258if { (eval echo configure:6259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9261_ACEOF
9262rm -f conftest.$ac_objext conftest$ac_exeext
9263if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9264 (eval $ac_link) 2>conftest.er1
9265 ac_status=$?
9266 grep -v '^ *+' conftest.er1 >conftest.err
6259 rm -rf conftest* 9267 rm -f conftest.er1
6260 eval "ac_cv_lib_$ac_lib_var=yes" 9268 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5
9274 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } &&
9277 { ac_try='test -s conftest$ac_exeext'
9278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9279 (eval $ac_try) 2>&5
9280 ac_status=$?
9281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9282 (exit $ac_status); }; }; then
9283 ac_cv_lib_dnet_dnet_ntoa=yes
6261else 9284else
6262 echo "configure: failed program was:" >&5 9285 echo "$as_me: failed program was:" >&5
6263 cat conftest.$ac_ext >&5 9286sed 's/^/| /' conftest.$ac_ext >&5
6264 rm -rf conftest* 9287
6265 eval "ac_cv_lib_$ac_lib_var=no" 9288ac_cv_lib_dnet_dnet_ntoa=no
6266fi 9289fi
6267rm -f conftest* 9290rm -f conftest.err conftest.$ac_objext \
9291 conftest$ac_exeext conftest.$ac_ext
6268LIBS="$ac_save_LIBS" 9292LIBS=$ac_check_lib_save_LIBS
6269
6270fi 9293fi
6271if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9294echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6272 echo "$ac_t""yes" 1>&6 9295echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
9296if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6273 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9297 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6274else
6275 echo "$ac_t""no" 1>&6
6276fi 9298fi
6277 9299
6278 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 9300 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9301 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 9302echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
6280echo "configure:6281: checking for dnet_ntoa in -ldnet_stub" >&5 9303if 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 9304 echo $ECHO_N "(cached) $ECHO_C" >&6
6284else 9305else
6285 ac_save_LIBS="$LIBS" 9306 ac_check_lib_save_LIBS=$LIBS
6286LIBS="-ldnet_stub $LIBS" 9307LIBS="-ldnet_stub $LIBS"
6287cat > conftest.$ac_ext <<EOF 9308cat >conftest.$ac_ext <<_ACEOF
6288#line 6289 "configure" 9309/* confdefs.h. */
6289#include "confdefs.h" 9310_ACEOF
9311cat confdefs.h >>conftest.$ac_ext
9312cat >>conftest.$ac_ext <<_ACEOF
9313/* end confdefs.h. */
9314
6290/* Override any gcc2 internal prototype to avoid an error. */ 9315/* Override any gcc2 internal prototype to avoid an error. */
9316#ifdef __cplusplus
9317extern "C"
9318#endif
6291/* We use char because int might match the return type of a gcc2 9319/* We use char because int might match the return type of a gcc2
6292 builtin and then its argument prototype would still apply. */ 9320 builtin and then its argument prototype would still apply. */
6293char dnet_ntoa(); 9321char dnet_ntoa ();
6294 9322int
6295int main() { 9323main ()
9324{
6296dnet_ntoa() 9325dnet_ntoa ();
9326 ;
6297; return 0; } 9327 return 0;
6298EOF 9328}
6299if { (eval echo configure:6300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9329_ACEOF
9330rm -f conftest.$ac_objext conftest$ac_exeext
9331if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9332 (eval $ac_link) 2>conftest.er1
9333 ac_status=$?
9334 grep -v '^ *+' conftest.er1 >conftest.err
6300 rm -rf conftest* 9335 rm -f conftest.er1
6301 eval "ac_cv_lib_$ac_lib_var=yes" 9336 cat conftest.err >&5
9337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9338 (exit $ac_status); } &&
9339 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9341 (eval $ac_try) 2>&5
9342 ac_status=$?
9343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9344 (exit $ac_status); }; } &&
9345 { ac_try='test -s conftest$ac_exeext'
9346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9347 (eval $ac_try) 2>&5
9348 ac_status=$?
9349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9350 (exit $ac_status); }; }; then
9351 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6302else 9352else
6303 echo "configure: failed program was:" >&5 9353 echo "$as_me: failed program was:" >&5
6304 cat conftest.$ac_ext >&5 9354sed 's/^/| /' conftest.$ac_ext >&5
6305 rm -rf conftest* 9355
6306 eval "ac_cv_lib_$ac_lib_var=no" 9356ac_cv_lib_dnet_stub_dnet_ntoa=no
6307fi 9357fi
6308rm -f conftest* 9358rm -f conftest.err conftest.$ac_objext \
9359 conftest$ac_exeext conftest.$ac_ext
6309LIBS="$ac_save_LIBS" 9360LIBS=$ac_check_lib_save_LIBS
6310
6311fi 9361fi
6312if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9362echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6313 echo "$ac_t""yes" 1>&6 9363echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
9364if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
6314 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9365 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6315else
6316 echo "$ac_t""no" 1>&6
6317fi 9366fi
6318 9367
6319 fi 9368 fi
9369fi
9370rm -f conftest.err conftest.$ac_objext \
9371 conftest$ac_exeext conftest.$ac_ext
9372 LIBS="$ac_xsave_LIBS"
6320 9373
6321 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 9374 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6322 # to get the SysV transport functions. 9375 # to get the SysV transport functions.
6323 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 9376 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6324 # needs -lnsl. 9377 # needs -lnsl.
6325 # The nsl library prevents programs from opening the X display 9378 # The nsl library prevents programs from opening the X display
6326 # on Irix 5.2, according to dickey@clark.net. 9379 # on Irix 5.2, according to T.E. Dickey.
9380 # The functions gethostbyname, getservbyname, and inet_addr are
9381 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9382 echo "$as_me:$LINENO: checking for gethostbyname" >&5
6327 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9383echo $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 9384if test "${ac_cv_func_gethostbyname+set}" = set; then
6330 echo $ac_n "(cached) $ac_c" 1>&6 9385 echo $ECHO_N "(cached) $ECHO_C" >&6
6331else 9386else
6332 cat > conftest.$ac_ext <<EOF 9387 cat >conftest.$ac_ext <<_ACEOF
6333#line 6334 "configure" 9388/* confdefs.h. */
6334#include "confdefs.h" 9389_ACEOF
9390cat confdefs.h >>conftest.$ac_ext
9391cat >>conftest.$ac_ext <<_ACEOF
9392/* end confdefs.h. */
9393/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9394 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9395#define gethostbyname innocuous_gethostbyname
9396
6335/* System header to define __stub macros and hopefully few prototypes, 9397/* System header to define __stub macros and hopefully few prototypes,
6336 which can conflict with char gethostbyname(); below. */ 9398 which can conflict with char gethostbyname (); below.
9399 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9400 <limits.h> exists even on freestanding compilers. */
9401
9402#ifdef __STDC__
9403# include <limits.h>
9404#else
6337#include <assert.h> 9405# include <assert.h>
9406#endif
9407
9408#undef gethostbyname
9409
6338/* Override any gcc2 internal prototype to avoid an error. */ 9410/* Override any gcc2 internal prototype to avoid an error. */
9411#ifdef __cplusplus
9412extern "C"
9413{
9414#endif
6339/* We use char because int might match the return type of a gcc2 9415/* We use char because int might match the return type of a gcc2
6340 builtin and then its argument prototype would still apply. */ 9416 builtin and then its argument prototype would still apply. */
6341char gethostbyname(); 9417char gethostbyname ();
6342
6343int main() {
6344
6345/* The GNU C library defines this for functions which it implements 9418/* The GNU C library defines this for functions which it implements
6346 to always fail with ENOSYS. Some functions are actually named 9419 to always fail with ENOSYS. Some functions are actually named
6347 something starting with __ and the normal name is an alias. */ 9420 something starting with __ and the normal name is an alias. */
6348#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9421#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6349choke me 9422choke me
6350#else 9423#else
6351gethostbyname(); 9424char (*f) () = gethostbyname;
6352#endif 9425#endif
9426#ifdef __cplusplus
9427}
9428#endif
6353 9429
9430int
9431main ()
9432{
9433return f != gethostbyname;
9434 ;
6354; return 0; } 9435 return 0;
6355EOF 9436}
6356if { (eval echo configure:6357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9437_ACEOF
9438rm -f conftest.$ac_objext conftest$ac_exeext
9439if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9440 (eval $ac_link) 2>conftest.er1
9441 ac_status=$?
9442 grep -v '^ *+' conftest.er1 >conftest.err
6357 rm -rf conftest* 9443 rm -f conftest.er1
9444 cat conftest.err >&5
9445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9446 (exit $ac_status); } &&
9447 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9449 (eval $ac_try) 2>&5
9450 ac_status=$?
9451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9452 (exit $ac_status); }; } &&
9453 { ac_try='test -s conftest$ac_exeext'
9454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9455 (eval $ac_try) 2>&5
9456 ac_status=$?
9457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9458 (exit $ac_status); }; }; then
6358 eval "ac_cv_func_gethostbyname=yes" 9459 ac_cv_func_gethostbyname=yes
6359else 9460else
6360 echo "configure: failed program was:" >&5 9461 echo "$as_me: failed program was:" >&5
6361 cat conftest.$ac_ext >&5 9462sed 's/^/| /' conftest.$ac_ext >&5
6362 rm -rf conftest* 9463
6363 eval "ac_cv_func_gethostbyname=no" 9464ac_cv_func_gethostbyname=no
6364fi 9465fi
6365rm -f conftest* 9466rm -f conftest.err conftest.$ac_objext \
9467 conftest$ac_exeext conftest.$ac_ext
6366fi 9468fi
6367 9469echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6368if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9470echo "${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 9471
6375 if test $ac_cv_func_gethostbyname = no; then 9472 if test $ac_cv_func_gethostbyname = no; then
9473 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6376 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9474echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6377echo "configure:6378: checking for gethostbyname in -lnsl" >&5 9475if 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 9476 echo $ECHO_N "(cached) $ECHO_C" >&6
6381else 9477else
6382 ac_save_LIBS="$LIBS" 9478 ac_check_lib_save_LIBS=$LIBS
6383LIBS="-lnsl $LIBS" 9479LIBS="-lnsl $LIBS"
6384cat > conftest.$ac_ext <<EOF 9480cat >conftest.$ac_ext <<_ACEOF
6385#line 6386 "configure" 9481/* confdefs.h. */
6386#include "confdefs.h" 9482_ACEOF
9483cat confdefs.h >>conftest.$ac_ext
9484cat >>conftest.$ac_ext <<_ACEOF
9485/* end confdefs.h. */
9486
6387/* Override any gcc2 internal prototype to avoid an error. */ 9487/* Override any gcc2 internal prototype to avoid an error. */
9488#ifdef __cplusplus
9489extern "C"
9490#endif
6388/* We use char because int might match the return type of a gcc2 9491/* We use char because int might match the return type of a gcc2
6389 builtin and then its argument prototype would still apply. */ 9492 builtin and then its argument prototype would still apply. */
6390char gethostbyname(); 9493char gethostbyname ();
6391 9494int
6392int main() { 9495main ()
9496{
6393gethostbyname() 9497gethostbyname ();
9498 ;
6394; return 0; } 9499 return 0;
6395EOF 9500}
6396if { (eval echo configure:6397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9501_ACEOF
9502rm -f conftest.$ac_objext conftest$ac_exeext
9503if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9504 (eval $ac_link) 2>conftest.er1
9505 ac_status=$?
9506 grep -v '^ *+' conftest.er1 >conftest.err
6397 rm -rf conftest* 9507 rm -f conftest.er1
6398 eval "ac_cv_lib_$ac_lib_var=yes" 9508 cat conftest.err >&5
9509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9510 (exit $ac_status); } &&
9511 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9513 (eval $ac_try) 2>&5
9514 ac_status=$?
9515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9516 (exit $ac_status); }; } &&
9517 { ac_try='test -s conftest$ac_exeext'
9518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9519 (eval $ac_try) 2>&5
9520 ac_status=$?
9521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9522 (exit $ac_status); }; }; then
9523 ac_cv_lib_nsl_gethostbyname=yes
6399else 9524else
6400 echo "configure: failed program was:" >&5 9525 echo "$as_me: failed program was:" >&5
6401 cat conftest.$ac_ext >&5 9526sed 's/^/| /' conftest.$ac_ext >&5
6402 rm -rf conftest* 9527
6403 eval "ac_cv_lib_$ac_lib_var=no" 9528ac_cv_lib_nsl_gethostbyname=no
6404fi 9529fi
6405rm -f conftest* 9530rm -f conftest.err conftest.$ac_objext \
9531 conftest$ac_exeext conftest.$ac_ext
6406LIBS="$ac_save_LIBS" 9532LIBS=$ac_check_lib_save_LIBS
6407
6408fi 9533fi
6409if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9534echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6410 echo "$ac_t""yes" 1>&6 9535echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9536if test $ac_cv_lib_nsl_gethostbyname = yes; then
6411 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9537 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6412else
6413 echo "$ac_t""no" 1>&6
6414fi 9538fi
6415 9539
9540 if test $ac_cv_lib_nsl_gethostbyname = no; then
9541 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9542echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
9543if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9544 echo $ECHO_N "(cached) $ECHO_C" >&6
9545else
9546 ac_check_lib_save_LIBS=$LIBS
9547LIBS="-lbsd $LIBS"
9548cat >conftest.$ac_ext <<_ACEOF
9549/* confdefs.h. */
9550_ACEOF
9551cat confdefs.h >>conftest.$ac_ext
9552cat >>conftest.$ac_ext <<_ACEOF
9553/* end confdefs.h. */
9554
9555/* Override any gcc2 internal prototype to avoid an error. */
9556#ifdef __cplusplus
9557extern "C"
9558#endif
9559/* We use char because int might match the return type of a gcc2
9560 builtin and then its argument prototype would still apply. */
9561char gethostbyname ();
9562int
9563main ()
9564{
9565gethostbyname ();
9566 ;
9567 return 0;
9568}
9569_ACEOF
9570rm -f conftest.$ac_objext conftest$ac_exeext
9571if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9572 (eval $ac_link) 2>conftest.er1
9573 ac_status=$?
9574 grep -v '^ *+' conftest.er1 >conftest.err
9575 rm -f conftest.er1
9576 cat conftest.err >&5
9577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9578 (exit $ac_status); } &&
9579 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9581 (eval $ac_try) 2>&5
9582 ac_status=$?
9583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9584 (exit $ac_status); }; } &&
9585 { ac_try='test -s conftest$ac_exeext'
9586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9587 (eval $ac_try) 2>&5
9588 ac_status=$?
9589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9590 (exit $ac_status); }; }; then
9591 ac_cv_lib_bsd_gethostbyname=yes
9592else
9593 echo "$as_me: failed program was:" >&5
9594sed 's/^/| /' conftest.$ac_ext >&5
9595
9596ac_cv_lib_bsd_gethostbyname=no
9597fi
9598rm -f conftest.err conftest.$ac_objext \
9599 conftest$ac_exeext conftest.$ac_ext
9600LIBS=$ac_check_lib_save_LIBS
9601fi
9602echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9603echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
9604if test $ac_cv_lib_bsd_gethostbyname = yes; then
9605 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9606fi
9607
9608 fi
6416 fi 9609 fi
6417 9610
6418 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9611 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6419 # socket/setsockopt and other routines are undefined under SCO ODT 9612 # 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 9613 # 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 9614 # on later versions), says Simon Leinen: it contains gethostby*
6422 # gethostby* variants that don't use the nameserver (or something). 9615 # variants that don't use the name server (or something). -lsocket
6423 # -lsocket must be given before -lnsl if both are needed. 9616 # must be given before -lnsl if both are needed. We assume that
6424 # We assume that if connect needs -lnsl, so does gethostbyname. 9617 # if connect needs -lnsl, so does gethostbyname.
9618 echo "$as_me:$LINENO: checking for connect" >&5
6425 echo $ac_n "checking for connect""... $ac_c" 1>&6 9619echo $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 9620if test "${ac_cv_func_connect+set}" = set; then
6428 echo $ac_n "(cached) $ac_c" 1>&6 9621 echo $ECHO_N "(cached) $ECHO_C" >&6
6429else 9622else
6430 cat > conftest.$ac_ext <<EOF 9623 cat >conftest.$ac_ext <<_ACEOF
6431#line 6432 "configure" 9624/* confdefs.h. */
6432#include "confdefs.h" 9625_ACEOF
9626cat confdefs.h >>conftest.$ac_ext
9627cat >>conftest.$ac_ext <<_ACEOF
9628/* end confdefs.h. */
9629/* Define connect to an innocuous variant, in case <limits.h> declares connect.
9630 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9631#define connect innocuous_connect
9632
6433/* System header to define __stub macros and hopefully few prototypes, 9633/* System header to define __stub macros and hopefully few prototypes,
6434 which can conflict with char connect(); below. */ 9634 which can conflict with char connect (); below.
9635 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9636 <limits.h> exists even on freestanding compilers. */
9637
9638#ifdef __STDC__
9639# include <limits.h>
9640#else
6435#include <assert.h> 9641# include <assert.h>
9642#endif
9643
9644#undef connect
9645
6436/* Override any gcc2 internal prototype to avoid an error. */ 9646/* Override any gcc2 internal prototype to avoid an error. */
9647#ifdef __cplusplus
9648extern "C"
9649{
9650#endif
6437/* We use char because int might match the return type of a gcc2 9651/* We use char because int might match the return type of a gcc2
6438 builtin and then its argument prototype would still apply. */ 9652 builtin and then its argument prototype would still apply. */
6439char connect(); 9653char connect ();
6440
6441int main() {
6442
6443/* The GNU C library defines this for functions which it implements 9654/* The GNU C library defines this for functions which it implements
6444 to always fail with ENOSYS. Some functions are actually named 9655 to always fail with ENOSYS. Some functions are actually named
6445 something starting with __ and the normal name is an alias. */ 9656 something starting with __ and the normal name is an alias. */
6446#if defined (__stub_connect) || defined (__stub___connect) 9657#if defined (__stub_connect) || defined (__stub___connect)
6447choke me 9658choke me
6448#else 9659#else
6449connect(); 9660char (*f) () = connect;
6450#endif 9661#endif
9662#ifdef __cplusplus
9663}
9664#endif
6451 9665
9666int
9667main ()
9668{
9669return f != connect;
9670 ;
6452; return 0; } 9671 return 0;
6453EOF 9672}
6454if { (eval echo configure:6455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9673_ACEOF
9674rm -f conftest.$ac_objext conftest$ac_exeext
9675if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9676 (eval $ac_link) 2>conftest.er1
9677 ac_status=$?
9678 grep -v '^ *+' conftest.er1 >conftest.err
6455 rm -rf conftest* 9679 rm -f conftest.er1
9680 cat conftest.err >&5
9681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9682 (exit $ac_status); } &&
9683 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9685 (eval $ac_try) 2>&5
9686 ac_status=$?
9687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9688 (exit $ac_status); }; } &&
9689 { ac_try='test -s conftest$ac_exeext'
9690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9691 (eval $ac_try) 2>&5
9692 ac_status=$?
9693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9694 (exit $ac_status); }; }; then
6456 eval "ac_cv_func_connect=yes" 9695 ac_cv_func_connect=yes
6457else 9696else
6458 echo "configure: failed program was:" >&5 9697 echo "$as_me: failed program was:" >&5
6459 cat conftest.$ac_ext >&5 9698sed 's/^/| /' conftest.$ac_ext >&5
6460 rm -rf conftest* 9699
6461 eval "ac_cv_func_connect=no" 9700ac_cv_func_connect=no
6462fi 9701fi
6463rm -f conftest* 9702rm -f conftest.err conftest.$ac_objext \
9703 conftest$ac_exeext conftest.$ac_ext
6464fi 9704fi
6465 9705echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6466if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 9706echo "${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 9707
6473 if test $ac_cv_func_connect = no; then 9708 if test $ac_cv_func_connect = no; then
9709 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6474 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 9710echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6475echo "configure:6476: checking for connect in -lsocket" >&5 9711if 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 9712 echo $ECHO_N "(cached) $ECHO_C" >&6
6479else 9713else
6480 ac_save_LIBS="$LIBS" 9714 ac_check_lib_save_LIBS=$LIBS
6481LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 9715LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6482cat > conftest.$ac_ext <<EOF 9716cat >conftest.$ac_ext <<_ACEOF
6483#line 6484 "configure" 9717/* confdefs.h. */
6484#include "confdefs.h" 9718_ACEOF
9719cat confdefs.h >>conftest.$ac_ext
9720cat >>conftest.$ac_ext <<_ACEOF
9721/* end confdefs.h. */
9722
6485/* Override any gcc2 internal prototype to avoid an error. */ 9723/* Override any gcc2 internal prototype to avoid an error. */
9724#ifdef __cplusplus
9725extern "C"
9726#endif
6486/* We use char because int might match the return type of a gcc2 9727/* We use char because int might match the return type of a gcc2
6487 builtin and then its argument prototype would still apply. */ 9728 builtin and then its argument prototype would still apply. */
6488char connect(); 9729char connect ();
6489 9730int
6490int main() { 9731main ()
9732{
6491connect() 9733connect ();
9734 ;
6492; return 0; } 9735 return 0;
6493EOF 9736}
6494if { (eval echo configure:6495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9737_ACEOF
9738rm -f conftest.$ac_objext conftest$ac_exeext
9739if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9740 (eval $ac_link) 2>conftest.er1
9741 ac_status=$?
9742 grep -v '^ *+' conftest.er1 >conftest.err
6495 rm -rf conftest* 9743 rm -f conftest.er1
6496 eval "ac_cv_lib_$ac_lib_var=yes" 9744 cat conftest.err >&5
9745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9746 (exit $ac_status); } &&
9747 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9749 (eval $ac_try) 2>&5
9750 ac_status=$?
9751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9752 (exit $ac_status); }; } &&
9753 { ac_try='test -s conftest$ac_exeext'
9754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9755 (eval $ac_try) 2>&5
9756 ac_status=$?
9757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9758 (exit $ac_status); }; }; then
9759 ac_cv_lib_socket_connect=yes
6497else 9760else
6498 echo "configure: failed program was:" >&5 9761 echo "$as_me: failed program was:" >&5
6499 cat conftest.$ac_ext >&5 9762sed 's/^/| /' conftest.$ac_ext >&5
6500 rm -rf conftest* 9763
6501 eval "ac_cv_lib_$ac_lib_var=no" 9764ac_cv_lib_socket_connect=no
6502fi 9765fi
6503rm -f conftest* 9766rm -f conftest.err conftest.$ac_objext \
9767 conftest$ac_exeext conftest.$ac_ext
6504LIBS="$ac_save_LIBS" 9768LIBS=$ac_check_lib_save_LIBS
6505
6506fi 9769fi
6507if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9770echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6508 echo "$ac_t""yes" 1>&6 9771echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
9772if test $ac_cv_lib_socket_connect = yes; then
6509 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 9773 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6510else
6511 echo "$ac_t""no" 1>&6
6512fi 9774fi
6513 9775
6514 fi 9776 fi
6515 9777
6516 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 9778 # Guillermo Gomez says -lposix is necessary on A/UX.
9779 echo "$as_me:$LINENO: checking for remove" >&5
6517 echo $ac_n "checking for remove""... $ac_c" 1>&6 9780echo $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 9781if test "${ac_cv_func_remove+set}" = set; then
6520 echo $ac_n "(cached) $ac_c" 1>&6 9782 echo $ECHO_N "(cached) $ECHO_C" >&6
6521else 9783else
6522 cat > conftest.$ac_ext <<EOF 9784 cat >conftest.$ac_ext <<_ACEOF
6523#line 6524 "configure" 9785/* confdefs.h. */
6524#include "confdefs.h" 9786_ACEOF
9787cat confdefs.h >>conftest.$ac_ext
9788cat >>conftest.$ac_ext <<_ACEOF
9789/* end confdefs.h. */
9790/* Define remove to an innocuous variant, in case <limits.h> declares remove.
9791 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9792#define remove innocuous_remove
9793
6525/* System header to define __stub macros and hopefully few prototypes, 9794/* System header to define __stub macros and hopefully few prototypes,
6526 which can conflict with char remove(); below. */ 9795 which can conflict with char remove (); below.
9796 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9797 <limits.h> exists even on freestanding compilers. */
9798
9799#ifdef __STDC__
9800# include <limits.h>
9801#else
6527#include <assert.h> 9802# include <assert.h>
9803#endif
9804
9805#undef remove
9806
6528/* Override any gcc2 internal prototype to avoid an error. */ 9807/* Override any gcc2 internal prototype to avoid an error. */
9808#ifdef __cplusplus
9809extern "C"
9810{
9811#endif
6529/* We use char because int might match the return type of a gcc2 9812/* We use char because int might match the return type of a gcc2
6530 builtin and then its argument prototype would still apply. */ 9813 builtin and then its argument prototype would still apply. */
6531char remove(); 9814char remove ();
6532
6533int main() {
6534
6535/* The GNU C library defines this for functions which it implements 9815/* The GNU C library defines this for functions which it implements
6536 to always fail with ENOSYS. Some functions are actually named 9816 to always fail with ENOSYS. Some functions are actually named
6537 something starting with __ and the normal name is an alias. */ 9817 something starting with __ and the normal name is an alias. */
6538#if defined (__stub_remove) || defined (__stub___remove) 9818#if defined (__stub_remove) || defined (__stub___remove)
6539choke me 9819choke me
6540#else 9820#else
6541remove(); 9821char (*f) () = remove;
6542#endif 9822#endif
9823#ifdef __cplusplus
9824}
9825#endif
6543 9826
9827int
9828main ()
9829{
9830return f != remove;
9831 ;
6544; return 0; } 9832 return 0;
6545EOF 9833}
6546if { (eval echo configure:6547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9834_ACEOF
9835rm -f conftest.$ac_objext conftest$ac_exeext
9836if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9837 (eval $ac_link) 2>conftest.er1
9838 ac_status=$?
9839 grep -v '^ *+' conftest.er1 >conftest.err
6547 rm -rf conftest* 9840 rm -f conftest.er1
9841 cat conftest.err >&5
9842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9843 (exit $ac_status); } &&
9844 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9846 (eval $ac_try) 2>&5
9847 ac_status=$?
9848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9849 (exit $ac_status); }; } &&
9850 { ac_try='test -s conftest$ac_exeext'
9851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9852 (eval $ac_try) 2>&5
9853 ac_status=$?
9854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9855 (exit $ac_status); }; }; then
6548 eval "ac_cv_func_remove=yes" 9856 ac_cv_func_remove=yes
6549else 9857else
6550 echo "configure: failed program was:" >&5 9858 echo "$as_me: failed program was:" >&5
6551 cat conftest.$ac_ext >&5 9859sed 's/^/| /' conftest.$ac_ext >&5
6552 rm -rf conftest* 9860
6553 eval "ac_cv_func_remove=no" 9861ac_cv_func_remove=no
6554fi 9862fi
6555rm -f conftest* 9863rm -f conftest.err conftest.$ac_objext \
9864 conftest$ac_exeext conftest.$ac_ext
6556fi 9865fi
6557 9866echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6558if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 9867echo "${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 9868
6565 if test $ac_cv_func_remove = no; then 9869 if test $ac_cv_func_remove = no; then
9870 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6566 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 9871echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6567echo "configure:6568: checking for remove in -lposix" >&5 9872if 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 9873 echo $ECHO_N "(cached) $ECHO_C" >&6
6571else 9874else
6572 ac_save_LIBS="$LIBS" 9875 ac_check_lib_save_LIBS=$LIBS
6573LIBS="-lposix $LIBS" 9876LIBS="-lposix $LIBS"
6574cat > conftest.$ac_ext <<EOF 9877cat >conftest.$ac_ext <<_ACEOF
6575#line 6576 "configure" 9878/* confdefs.h. */
6576#include "confdefs.h" 9879_ACEOF
9880cat confdefs.h >>conftest.$ac_ext
9881cat >>conftest.$ac_ext <<_ACEOF
9882/* end confdefs.h. */
9883
6577/* Override any gcc2 internal prototype to avoid an error. */ 9884/* Override any gcc2 internal prototype to avoid an error. */
9885#ifdef __cplusplus
9886extern "C"
9887#endif
6578/* We use char because int might match the return type of a gcc2 9888/* We use char because int might match the return type of a gcc2
6579 builtin and then its argument prototype would still apply. */ 9889 builtin and then its argument prototype would still apply. */
6580char remove(); 9890char remove ();
6581 9891int
6582int main() { 9892main ()
9893{
6583remove() 9894remove ();
9895 ;
6584; return 0; } 9896 return 0;
6585EOF 9897}
6586if { (eval echo configure:6587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9898_ACEOF
9899rm -f conftest.$ac_objext conftest$ac_exeext
9900if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9901 (eval $ac_link) 2>conftest.er1
9902 ac_status=$?
9903 grep -v '^ *+' conftest.er1 >conftest.err
6587 rm -rf conftest* 9904 rm -f conftest.er1
6588 eval "ac_cv_lib_$ac_lib_var=yes" 9905 cat conftest.err >&5
9906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9907 (exit $ac_status); } &&
9908 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9910 (eval $ac_try) 2>&5
9911 ac_status=$?
9912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9913 (exit $ac_status); }; } &&
9914 { ac_try='test -s conftest$ac_exeext'
9915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9916 (eval $ac_try) 2>&5
9917 ac_status=$?
9918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9919 (exit $ac_status); }; }; then
9920 ac_cv_lib_posix_remove=yes
6589else 9921else
6590 echo "configure: failed program was:" >&5 9922 echo "$as_me: failed program was:" >&5
6591 cat conftest.$ac_ext >&5 9923sed 's/^/| /' conftest.$ac_ext >&5
6592 rm -rf conftest* 9924
6593 eval "ac_cv_lib_$ac_lib_var=no" 9925ac_cv_lib_posix_remove=no
6594fi 9926fi
6595rm -f conftest* 9927rm -f conftest.err conftest.$ac_objext \
9928 conftest$ac_exeext conftest.$ac_ext
6596LIBS="$ac_save_LIBS" 9929LIBS=$ac_check_lib_save_LIBS
6597
6598fi 9930fi
6599if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9931echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6600 echo "$ac_t""yes" 1>&6 9932echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
9933if test $ac_cv_lib_posix_remove = yes; then
6601 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 9934 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6602else
6603 echo "$ac_t""no" 1>&6
6604fi 9935fi
6605 9936
6606 fi 9937 fi
6607 9938
6608 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 9939 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9940 echo "$as_me:$LINENO: checking for shmat" >&5
6609 echo $ac_n "checking for shmat""... $ac_c" 1>&6 9941echo $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 9942if test "${ac_cv_func_shmat+set}" = set; then
6612 echo $ac_n "(cached) $ac_c" 1>&6 9943 echo $ECHO_N "(cached) $ECHO_C" >&6
6613else 9944else
6614 cat > conftest.$ac_ext <<EOF 9945 cat >conftest.$ac_ext <<_ACEOF
6615#line 6616 "configure" 9946/* confdefs.h. */
6616#include "confdefs.h" 9947_ACEOF
9948cat confdefs.h >>conftest.$ac_ext
9949cat >>conftest.$ac_ext <<_ACEOF
9950/* end confdefs.h. */
9951/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9952 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9953#define shmat innocuous_shmat
9954
6617/* System header to define __stub macros and hopefully few prototypes, 9955/* System header to define __stub macros and hopefully few prototypes,
6618 which can conflict with char shmat(); below. */ 9956 which can conflict with char shmat (); below.
9957 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9958 <limits.h> exists even on freestanding compilers. */
9959
9960#ifdef __STDC__
9961# include <limits.h>
9962#else
6619#include <assert.h> 9963# include <assert.h>
9964#endif
9965
9966#undef shmat
9967
6620/* Override any gcc2 internal prototype to avoid an error. */ 9968/* Override any gcc2 internal prototype to avoid an error. */
9969#ifdef __cplusplus
9970extern "C"
9971{
9972#endif
6621/* We use char because int might match the return type of a gcc2 9973/* We use char because int might match the return type of a gcc2
6622 builtin and then its argument prototype would still apply. */ 9974 builtin and then its argument prototype would still apply. */
6623char shmat(); 9975char shmat ();
6624
6625int main() {
6626
6627/* The GNU C library defines this for functions which it implements 9976/* The GNU C library defines this for functions which it implements
6628 to always fail with ENOSYS. Some functions are actually named 9977 to always fail with ENOSYS. Some functions are actually named
6629 something starting with __ and the normal name is an alias. */ 9978 something starting with __ and the normal name is an alias. */
6630#if defined (__stub_shmat) || defined (__stub___shmat) 9979#if defined (__stub_shmat) || defined (__stub___shmat)
6631choke me 9980choke me
6632#else 9981#else
6633shmat(); 9982char (*f) () = shmat;
6634#endif 9983#endif
9984#ifdef __cplusplus
9985}
9986#endif
6635 9987
9988int
9989main ()
9990{
9991return f != shmat;
9992 ;
6636; return 0; } 9993 return 0;
6637EOF 9994}
6638if { (eval echo configure:6639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9995_ACEOF
9996rm -f conftest.$ac_objext conftest$ac_exeext
9997if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9998 (eval $ac_link) 2>conftest.er1
9999 ac_status=$?
10000 grep -v '^ *+' conftest.er1 >conftest.err
6639 rm -rf conftest* 10001 rm -f conftest.er1
10002 cat conftest.err >&5
10003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10004 (exit $ac_status); } &&
10005 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10007 (eval $ac_try) 2>&5
10008 ac_status=$?
10009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10010 (exit $ac_status); }; } &&
10011 { ac_try='test -s conftest$ac_exeext'
10012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10013 (eval $ac_try) 2>&5
10014 ac_status=$?
10015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10016 (exit $ac_status); }; }; then
6640 eval "ac_cv_func_shmat=yes" 10017 ac_cv_func_shmat=yes
6641else 10018else
6642 echo "configure: failed program was:" >&5 10019 echo "$as_me: failed program was:" >&5
6643 cat conftest.$ac_ext >&5 10020sed 's/^/| /' conftest.$ac_ext >&5
6644 rm -rf conftest* 10021
6645 eval "ac_cv_func_shmat=no" 10022ac_cv_func_shmat=no
6646fi 10023fi
6647rm -f conftest* 10024rm -f conftest.err conftest.$ac_objext \
10025 conftest$ac_exeext conftest.$ac_ext
6648fi 10026fi
6649 10027echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6650if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10028echo "${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 10029
6657 if test $ac_cv_func_shmat = no; then 10030 if test $ac_cv_func_shmat = no; then
10031 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6658 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10032echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6659echo "configure:6660: checking for shmat in -lipc" >&5 10033if 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 10034 echo $ECHO_N "(cached) $ECHO_C" >&6
6663else 10035else
6664 ac_save_LIBS="$LIBS" 10036 ac_check_lib_save_LIBS=$LIBS
6665LIBS="-lipc $LIBS" 10037LIBS="-lipc $LIBS"
6666cat > conftest.$ac_ext <<EOF 10038cat >conftest.$ac_ext <<_ACEOF
6667#line 6668 "configure" 10039/* confdefs.h. */
6668#include "confdefs.h" 10040_ACEOF
10041cat confdefs.h >>conftest.$ac_ext
10042cat >>conftest.$ac_ext <<_ACEOF
10043/* end confdefs.h. */
10044
6669/* Override any gcc2 internal prototype to avoid an error. */ 10045/* Override any gcc2 internal prototype to avoid an error. */
10046#ifdef __cplusplus
10047extern "C"
10048#endif
6670/* We use char because int might match the return type of a gcc2 10049/* We use char because int might match the return type of a gcc2
6671 builtin and then its argument prototype would still apply. */ 10050 builtin and then its argument prototype would still apply. */
6672char shmat(); 10051char shmat ();
6673 10052int
6674int main() { 10053main ()
10054{
6675shmat() 10055shmat ();
10056 ;
6676; return 0; } 10057 return 0;
6677EOF 10058}
6678if { (eval echo configure:6679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10059_ACEOF
10060rm -f conftest.$ac_objext conftest$ac_exeext
10061if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10062 (eval $ac_link) 2>conftest.er1
10063 ac_status=$?
10064 grep -v '^ *+' conftest.er1 >conftest.err
6679 rm -rf conftest* 10065 rm -f conftest.er1
6680 eval "ac_cv_lib_$ac_lib_var=yes" 10066 cat conftest.err >&5
10067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10068 (exit $ac_status); } &&
10069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10071 (eval $ac_try) 2>&5
10072 ac_status=$?
10073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10074 (exit $ac_status); }; } &&
10075 { ac_try='test -s conftest$ac_exeext'
10076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10077 (eval $ac_try) 2>&5
10078 ac_status=$?
10079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10080 (exit $ac_status); }; }; then
10081 ac_cv_lib_ipc_shmat=yes
6681else 10082else
6682 echo "configure: failed program was:" >&5 10083 echo "$as_me: failed program was:" >&5
6683 cat conftest.$ac_ext >&5 10084sed 's/^/| /' conftest.$ac_ext >&5
6684 rm -rf conftest* 10085
6685 eval "ac_cv_lib_$ac_lib_var=no" 10086ac_cv_lib_ipc_shmat=no
6686fi 10087fi
6687rm -f conftest* 10088rm -f conftest.err conftest.$ac_objext \
10089 conftest$ac_exeext conftest.$ac_ext
6688LIBS="$ac_save_LIBS" 10090LIBS=$ac_check_lib_save_LIBS
6689
6690fi 10091fi
6691if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10092echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6692 echo "$ac_t""yes" 1>&6 10093echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10094if test $ac_cv_lib_ipc_shmat = yes; then
6693 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10095 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6694else
6695 echo "$ac_t""no" 1>&6
6696fi 10096fi
6697 10097
6698 fi 10098 fi
6699 fi 10099 fi
6700 10100
6701 # Check for libraries that X11R6 Xt/Xaw programs need. 10101 # Check for libraries that X11R6 Xt/Xaw programs need.
6702 ac_save_LDFLAGS="$LDFLAGS" 10102 ac_save_LDFLAGS=$LDFLAGS
6703 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10103 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6704 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 10104 # 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 10105 # 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. 10106 # 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 10107 # These have to be linked with before -lX11, unlike the other
6708 # libraries we check for below, so use a different variable. 10108 # libraries we check for below, so use a different variable.
6709 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10109 # John Interrante, Karl Berry
10110 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6710 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10111echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6711echo "configure:6712: checking for IceConnectionNumber in -lICE" >&5 10112if 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 10113 echo $ECHO_N "(cached) $ECHO_C" >&6
6715else 10114else
6716 ac_save_LIBS="$LIBS" 10115 ac_check_lib_save_LIBS=$LIBS
6717LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10116LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6718cat > conftest.$ac_ext <<EOF 10117cat >conftest.$ac_ext <<_ACEOF
6719#line 6720 "configure" 10118/* confdefs.h. */
6720#include "confdefs.h" 10119_ACEOF
10120cat confdefs.h >>conftest.$ac_ext
10121cat >>conftest.$ac_ext <<_ACEOF
10122/* end confdefs.h. */
10123
6721/* Override any gcc2 internal prototype to avoid an error. */ 10124/* Override any gcc2 internal prototype to avoid an error. */
10125#ifdef __cplusplus
10126extern "C"
10127#endif
6722/* We use char because int might match the return type of a gcc2 10128/* We use char because int might match the return type of a gcc2
6723 builtin and then its argument prototype would still apply. */ 10129 builtin and then its argument prototype would still apply. */
6724char IceConnectionNumber(); 10130char IceConnectionNumber ();
6725 10131int
6726int main() { 10132main ()
10133{
6727IceConnectionNumber() 10134IceConnectionNumber ();
10135 ;
6728; return 0; } 10136 return 0;
6729EOF 10137}
6730if { (eval echo configure:6731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10138_ACEOF
10139rm -f conftest.$ac_objext conftest$ac_exeext
10140if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10141 (eval $ac_link) 2>conftest.er1
10142 ac_status=$?
10143 grep -v '^ *+' conftest.er1 >conftest.err
6731 rm -rf conftest* 10144 rm -f conftest.er1
6732 eval "ac_cv_lib_$ac_lib_var=yes" 10145 cat conftest.err >&5
10146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10147 (exit $ac_status); } &&
10148 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10150 (eval $ac_try) 2>&5
10151 ac_status=$?
10152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10153 (exit $ac_status); }; } &&
10154 { ac_try='test -s conftest$ac_exeext'
10155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10156 (eval $ac_try) 2>&5
10157 ac_status=$?
10158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10159 (exit $ac_status); }; }; then
10160 ac_cv_lib_ICE_IceConnectionNumber=yes
6733else 10161else
6734 echo "configure: failed program was:" >&5 10162 echo "$as_me: failed program was:" >&5
6735 cat conftest.$ac_ext >&5 10163sed 's/^/| /' conftest.$ac_ext >&5
6736 rm -rf conftest* 10164
6737 eval "ac_cv_lib_$ac_lib_var=no" 10165ac_cv_lib_ICE_IceConnectionNumber=no
6738fi 10166fi
6739rm -f conftest* 10167rm -f conftest.err conftest.$ac_objext \
10168 conftest$ac_exeext conftest.$ac_ext
6740LIBS="$ac_save_LIBS" 10169LIBS=$ac_check_lib_save_LIBS
6741
6742fi 10170fi
6743if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10171echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6744 echo "$ac_t""yes" 1>&6 10172echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10173if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6745 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10174 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6746else
6747 echo "$ac_t""no" 1>&6
6748fi 10175fi
6749 10176
6750 LDFLAGS="$ac_save_LDFLAGS" 10177 LDFLAGS=$ac_save_LDFLAGS
6751 10178
6752fi 10179fi
6753 10180
6754 10181
6755 10182
6756if test x$support_xpm = xyes; then 10183if test x$support_xpm = xyes; then
6757 10184
6758 10185
6759 10186
6760# Initialize some more variables set by options. 10187# Initialize some more variables set by options.
6761# The variables have the same names as the options, with 10188# The variables have the same names as the options, with
6762# dashes changed to underlines. 10189# dashes changed to underlines.
6763 10190
6764# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 10191# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6765# paths, otherwise set no_xpm=yes. 10192# paths, otherwise set no_xpm=yes.
6766# Uses ac_ vars as temps to allow command line to override cache and checks. 10193# Uses ac_ vars as temps to allow command line to override cache and checks.
10194echo "$as_me:$LINENO: checking for libXpm" >&5
6767echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10195echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6768echo "configure:6769: checking for libXpm" >&5 10196
6769 10197
6770# Check whether --with-xpm_includes or --without-xpm_includes was given. 10198# Check whether --with-xpm_includes or --without-xpm_includes was given.
6771if test "${with_xpm_includes+set}" = set; then 10199if test "${with_xpm_includes+set}" = set; then
6772 withval="$with_xpm_includes" 10200 withval="$with_xpm_includes"
6773 xpm_includes="$withval" 10201 xpm_includes="$withval"
6774else 10202else
6775 xpm_includes=NO 10203 xpm_includes=NO
6776fi 10204fi;
6777 10205
6778# Check whether --with-xpm_library or --without-xpm_library was given. 10206# Check whether --with-xpm_library or --without-xpm_library was given.
6779if test "${with_xpm_library+set}" = set; then 10207if test "${with_xpm_library+set}" = set; then
6780 withval="$with_xpm_library" 10208 withval="$with_xpm_library"
6781 xpm_libraries="$withval" 10209 xpm_libraries="$withval"
6782else 10210else
6783 xpm_libraries=NO 10211 xpm_libraries=NO
6784fi 10212fi;
6785
6786 10213
6787# --without-xpm overrides everything else, but does not touch the cache. 10214# --without-xpm overrides everything else, but does not touch the cache.
10215
6788# Check whether --with-xpm or --without-xpm was given. 10216# Check whether --with-xpm or --without-xpm was given.
6789if test "${with_xpm+set}" = set; then 10217if test "${with_xpm+set}" = set; then
6790 withval="$with_xpm" 10218 withval="$with_xpm"
6791 : 10219
6792fi 10220fi;
6793
6794if test "$with_xpm" = no; then 10221if test "$with_xpm" = no; then
6795 have_xpm=disabled 10222 have_xpm=disabled
6796else 10223else
6797 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10224 if test "${ac_cv_have_xpm+set}" = set; then
6798 echo $ac_n "(cached) $ac_c" 1>&6 10225 echo $ECHO_N "(cached) $ECHO_C" >&6
6799else 10226else
6800 10227
6801 vt_xpm_include_X11=no 10228 vt_xpm_include_X11=no
6802 if test -n "$xpm_includes"; then 10229 if test -n "$xpm_includes"; then
6803 vt_xpm_includes=$xpm_includes 10230 vt_xpm_includes=$xpm_includes
6804 else 10231 else
6805 vt_xpm_includes=NO 10232 vt_xpm_includes=NO
6815 10242
6816ac_save_CPPFLAGS="$CPPFLAGS" 10243ac_save_CPPFLAGS="$CPPFLAGS"
6817CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10244CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6818 10245
6819 # First, try using that file with no special directory specified. 10246 # First, try using that file with no special directory specified.
6820cat > conftest.$ac_ext <<EOF 10247cat >conftest.$ac_ext <<_ACEOF
6821#line 6822 "configure" 10248/* confdefs.h. */
6822#include "confdefs.h" 10249_ACEOF
10250cat confdefs.h >>conftest.$ac_ext
10251cat >>conftest.$ac_ext <<_ACEOF
10252/* end confdefs.h. */
6823#include <X11/xpm.h> 10253#include <X11/xpm.h>
6824EOF 10254_ACEOF
6825ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10255if { (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; } 10256 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6827ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10257 ac_status=$?
10258 grep -v '^ *+' conftest.er1 >conftest.err
10259 rm -f conftest.er1
10260 cat conftest.err >&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); } >/dev/null; then
10263 if test -s conftest.err; then
10264 ac_cpp_err=$ac_cxx_preproc_warn_flag
10265 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10266 else
10267 ac_cpp_err=
10268 fi
10269else
10270 ac_cpp_err=yes
10271fi
6828if test -z "$ac_err"; then 10272if test -z "$ac_cpp_err"; then
6829 rm -rf conftest*
6830 # We can compile using X headers with no special include directory. 10273 # We can compile using X headers with no special include directory.
6831vt_xpm_includes= 10274vt_xpm_includes=
6832vt_xpm_include_X11=yes 10275vt_xpm_include_X11=yes
6833else 10276else
6834 echo "$ac_err" >&5
6835 echo "configure: failed program was:" >&5 10277 echo "$as_me: failed program was:" >&5
6836 cat conftest.$ac_ext >&5 10278sed 's/^/| /' conftest.$ac_ext >&5
6837 rm -rf conftest* 10279
6838 CPPFLAGS="$ac_save_CPPFLAGS" 10280 CPPFLAGS="$ac_save_CPPFLAGS"
6839# Look for the header file in a standard set of common directories. 10281# Look for the header file in a standard set of common directories.
6840 for ac_dir in \ 10282 for ac_dir in \
6841 /usr/X11/include \ 10283 /usr/X11/include \
6842 /usr/X11R6/include \ 10284 /usr/X11R6/include \
6883 break 10325 break
6884 fi 10326 fi
6885 fi 10327 fi
6886 done 10328 done
6887fi 10329fi
6888rm -f conftest* 10330rm -f conftest.err conftest.$ac_ext
6889fi 10331fi
6890 10332
6891if test "$vt_xpm_libraries" = NO; then 10333if test "$vt_xpm_libraries" = NO; then
6892 # Check for the libraries. 10334 # Check for the libraries.
6893 10335
6894 # See if we find them without any special options. 10336 # See if we find them without any special options.
6895 # Don't add to $LIBS permanently. 10337 # Don't add to $LIBS permanently.
6896 ac_save_LIBS="$LIBS" 10338 ac_save_LIBS="$LIBS"
6897 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10339 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6898cat > conftest.$ac_ext <<EOF 10340cat >conftest.$ac_ext <<_ACEOF
6899#line 6900 "configure" 10341/* confdefs.h. */
6900#include "confdefs.h" 10342_ACEOF
10343cat confdefs.h >>conftest.$ac_ext
10344cat >>conftest.$ac_ext <<_ACEOF
10345/* end confdefs.h. */
6901 10346
6902int main() { 10347int
10348main ()
10349{
6903XpmReadFileToPixmap() 10350XpmReadFileToPixmap()
10351 ;
6904; return 0; } 10352 return 0;
6905EOF 10353}
6906if { (eval echo configure:6907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10354_ACEOF
10355rm -f conftest.$ac_objext conftest$ac_exeext
10356if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10357 (eval $ac_link) 2>conftest.er1
10358 ac_status=$?
10359 grep -v '^ *+' conftest.er1 >conftest.err
6907 rm -rf conftest* 10360 rm -f conftest.er1
10361 cat conftest.err >&5
10362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10363 (exit $ac_status); } &&
10364 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10366 (eval $ac_try) 2>&5
10367 ac_status=$?
10368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10369 (exit $ac_status); }; } &&
10370 { ac_try='test -s conftest$ac_exeext'
10371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10372 (eval $ac_try) 2>&5
10373 ac_status=$?
10374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10375 (exit $ac_status); }; }; then
6908 LIBS="$ac_save_LIBS" 10376 LIBS="$ac_save_LIBS"
6909# We can link libXpm with no special library path. 10377# We can link libXpm with no special library path.
6910vt_xpm_libraries= 10378vt_xpm_libraries=
6911else 10379else
6912 echo "configure: failed program was:" >&5 10380 echo "$as_me: failed program was:" >&5
6913 cat conftest.$ac_ext >&5 10381sed 's/^/| /' conftest.$ac_ext >&5
6914 rm -rf conftest* 10382
6915 LIBS="$ac_save_LIBS" 10383LIBS="$ac_save_LIBS"
6916# First see if replacing the include by lib works. 10384# First see if replacing the include by lib works.
6917for ac_dir in \ 10385for ac_dir in \
6918 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 10386 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6919 /usr/X11/lib \ 10387 /usr/X11/lib \
6920 /usr/X11R6/lib \ 10388 /usr/X11R6/lib \
6957 break 2 10425 break 2
6958 fi 10426 fi
6959 done 10427 done
6960done 10428done
6961fi 10429fi
6962rm -f conftest* 10430rm -f conftest.err conftest.$ac_objext \
10431 conftest$ac_exeext conftest.$ac_ext
6963fi 10432fi
6964 10433
6965 10434
6966 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 10435 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6967 ac_cv_have_xpm="have_xpm=no" 10436 ac_cv_have_xpm="have_xpm=no"
6973fi 10442fi
6974 eval "$ac_cv_have_xpm" 10443 eval "$ac_cv_have_xpm"
6975fi 10444fi
6976 10445
6977if test "$have_xpm" != yes; then 10446if test "$have_xpm" != yes; then
6978 echo "$ac_t""$have_xpm" 1>&6 10447 echo "$as_me:$LINENO: result: $have_xpm" >&5
10448echo "${ECHO_T}$have_xpm" >&6
6979 no_xpm=yes 10449 no_xpm=yes
6980else 10450else
6981 if test "$xpm_includes" != NO; then 10451 if test "$xpm_includes" != NO; then
6982 if test "$xpm_includes" = "$vt_xpm_includes"; then 10452 if test "$xpm_includes" = "$vt_xpm_includes"; then
6983 if test -r "$xpm_includes/X11/xpm.h"; then 10453 if test -r "$xpm_includes/X11/xpm.h"; then
6984 vt_xpm_include_X11=yes 10454 vt_xpm_include_X11=yes
6985 fi 10455 fi
6986 else 10456 else
6987 vt_xpm_include_X11=no 10457 vt_xpm_include_X11=no
6988 if test -z "$xpm_includes"; then 10458 if test -z "$xpm_includes"; then
6989 cat > conftest.$ac_ext <<EOF 10459 cat >conftest.$ac_ext <<_ACEOF
6990#line 6991 "configure" 10460/* confdefs.h. */
6991#include "confdefs.h" 10461_ACEOF
10462cat confdefs.h >>conftest.$ac_ext
10463cat >>conftest.$ac_ext <<_ACEOF
10464/* end confdefs.h. */
6992#include <X11/xpm.h> 10465#include <X11/xpm.h>
6993EOF 10466_ACEOF
6994ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10467if { (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; } 10468 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6996ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10469 ac_status=$?
10470 grep -v '^ *+' conftest.er1 >conftest.err
10471 rm -f conftest.er1
10472 cat conftest.err >&5
10473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10474 (exit $ac_status); } >/dev/null; then
10475 if test -s conftest.err; then
10476 ac_cpp_err=$ac_cxx_preproc_warn_flag
10477 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10478 else
10479 ac_cpp_err=
10480 fi
10481else
10482 ac_cpp_err=yes
10483fi
6997if test -z "$ac_err"; then 10484if test -z "$ac_cpp_err"; then
6998 rm -rf conftest*
6999 vt_xpm_include_X11=yes 10485 vt_xpm_include_X11=yes
7000else 10486else
7001 echo "$ac_err" >&5
7002 echo "configure: failed program was:" >&5 10487 echo "$as_me: failed program was:" >&5
7003 cat conftest.$ac_ext >&5 10488sed 's/^/| /' conftest.$ac_ext >&5
10489
10490
7004fi 10491fi
7005rm -f conftest* 10492rm -f conftest.err conftest.$ac_ext
7006 else 10493 else
7007 if test -r "$xpm_includes/X11/xpm.h"; then 10494 if test -r "$xpm_includes/X11/xpm.h"; then
7008 vt_xpm_include_X11=yes 10495 vt_xpm_include_X11=yes
7009 fi 10496 fi
7010 fi 10497 fi
7017 # Update the cache value to reflect the command line values. 10504 # Update the cache value to reflect the command line values.
7018 ac_cv_have_xpm="have_xpm=yes \ 10505 ac_cv_have_xpm="have_xpm=yes \
7019 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 10506 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
7020 vt_xpm_include_X11=$vt_xpm_include_X11" 10507 vt_xpm_include_X11=$vt_xpm_include_X11"
7021 eval "$ac_cv_have_xpm" 10508 eval "$ac_cv_have_xpm"
10509 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 10510echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7023 if test -n "$vt_xpm_includes"; then 10511 if test -n "$vt_xpm_includes"; then
7024 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10512 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7025 fi 10513 fi
7026 if test -n "$vt_xpm_includes"; then 10514 if test -n "$vt_xpm_includes"; then
7027 XPM_CFLAGS="-I$vt_xpm_includes" 10515 XPM_CFLAGS="-I$vt_xpm_includes"
7029 XPM_LIBS="-lXpm" 10517 XPM_LIBS="-lXpm"
7030 if test -n "$vt_xpm_libraries"; then 10518 if test -n "$vt_xpm_libraries"; then
7031 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10519 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7032 fi 10520 fi
7033 if test "x$vt_xpm_include_X11" = xyes; then 10521 if test "x$vt_xpm_include_X11" = xyes; then
10522
7034 cat >> confdefs.h <<\EOF 10523cat >>confdefs.h <<\_ACEOF
7035#define XPM_INC_X11 1 10524#define XPM_INC_X11 1
7036EOF 10525_ACEOF
7037 10526
7038 fi 10527 fi
7039fi 10528fi
7040 10529
7041 10530
7045 if test x$no_xpm = xyes; then 10534 if test x$no_xpm = xyes; then
7046 support_xpm=needsmanualspecification 10535 support_xpm=needsmanualspecification
7047 fi 10536 fi
7048fi 10537fi
7049 10538
10539echo "$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 10540echo $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 10541if test "${ac_cv_header_sys_wait_h+set}" = set; then
7053 echo $ac_n "(cached) $ac_c" 1>&6 10542 echo $ECHO_N "(cached) $ECHO_C" >&6
7054else 10543else
7055 cat > conftest.$ac_ext <<EOF 10544 cat >conftest.$ac_ext <<_ACEOF
7056#line 7057 "configure" 10545/* confdefs.h. */
7057#include "confdefs.h" 10546_ACEOF
10547cat confdefs.h >>conftest.$ac_ext
10548cat >>conftest.$ac_ext <<_ACEOF
10549/* end confdefs.h. */
7058#include <sys/types.h> 10550#include <sys/types.h>
7059#include <sys/wait.h> 10551#include <sys/wait.h>
7060#ifndef WEXITSTATUS 10552#ifndef WEXITSTATUS
7061#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10553# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7062#endif 10554#endif
7063#ifndef WIFEXITED 10555#ifndef WIFEXITED
7064#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10556# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7065#endif 10557#endif
7066int main() { 10558
10559int
10560main ()
10561{
7067int s; 10562 int s;
7068wait (&s); 10563 wait (&s);
7069s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10564 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10565 ;
7070; return 0; } 10566 return 0;
7071EOF 10567}
7072if { (eval echo configure:7073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10568_ACEOF
10569rm -f conftest.$ac_objext
10570if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10571 (eval $ac_compile) 2>conftest.er1
10572 ac_status=$?
10573 grep -v '^ *+' conftest.er1 >conftest.err
7073 rm -rf conftest* 10574 rm -f conftest.er1
10575 cat conftest.err >&5
10576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10577 (exit $ac_status); } &&
10578 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10580 (eval $ac_try) 2>&5
10581 ac_status=$?
10582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10583 (exit $ac_status); }; } &&
10584 { ac_try='test -s conftest.$ac_objext'
10585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10586 (eval $ac_try) 2>&5
10587 ac_status=$?
10588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10589 (exit $ac_status); }; }; then
7074 ac_cv_header_sys_wait_h=yes 10590 ac_cv_header_sys_wait_h=yes
7075else 10591else
7076 echo "configure: failed program was:" >&5 10592 echo "$as_me: failed program was:" >&5
7077 cat conftest.$ac_ext >&5 10593sed 's/^/| /' conftest.$ac_ext >&5
7078 rm -rf conftest* 10594
7079 ac_cv_header_sys_wait_h=no 10595ac_cv_header_sys_wait_h=no
7080fi 10596fi
7081rm -f conftest* 10597rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7082fi 10598fi
7083 10599echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7084echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10600echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7085if test $ac_cv_header_sys_wait_h = yes; then 10601if test $ac_cv_header_sys_wait_h = yes; then
10602
7086 cat >> confdefs.h <<\EOF 10603cat >>confdefs.h <<\_ACEOF
7087#define HAVE_SYS_WAIT_H 1 10604#define HAVE_SYS_WAIT_H 1
7088EOF 10605_ACEOF
7089 10606
7090fi 10607fi
7091 10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
7092for ac_hdr in \ 10628for ac_header in \
7093 assert.h \ 10629 assert.h \
7094 fcntl.h \ 10630 fcntl.h \
7095 grp.h \ 10631 grp.h \
7096 libc.h \ 10632 libc.h \
7097 lastlog.h \ 10633 lastlog.h \
7109 utmp.h \ 10645 utmp.h \
7110 utmpx.h \ 10646 utmpx.h \
7111 stdint.h \ 10647 stdint.h \
7112 10648
7113do 10649do
7114ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 10650as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10651if eval "test \"\${$as_ac_Header+set}\" = set"; then
10652 echo "$as_me:$LINENO: checking for $ac_header" >&5
7115echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10653echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7116echo "configure:7117: checking for $ac_hdr" >&5 10654if 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 10655 echo $ECHO_N "(cached) $ECHO_C" >&6
10656fi
10657echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10658echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7119else 10659else
10660 # Is the header compilable?
10661echo "$as_me:$LINENO: checking $ac_header usability" >&5
10662echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7120 cat > conftest.$ac_ext <<EOF 10663cat >conftest.$ac_ext <<_ACEOF
7121#line 7122 "configure" 10664/* confdefs.h. */
7122#include "confdefs.h" 10665_ACEOF
10666cat confdefs.h >>conftest.$ac_ext
10667cat >>conftest.$ac_ext <<_ACEOF
10668/* end confdefs.h. */
10669$ac_includes_default
7123#include <$ac_hdr> 10670#include <$ac_header>
7124EOF 10671_ACEOF
7125ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10672rm -f conftest.$ac_objext
7126{ (eval echo configure:7127: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10673if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7127ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10674 (eval $ac_compile) 2>conftest.er1
10675 ac_status=$?
10676 grep -v '^ *+' conftest.er1 >conftest.err
10677 rm -f conftest.er1
10678 cat conftest.err >&5
10679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10680 (exit $ac_status); } &&
10681 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10683 (eval $ac_try) 2>&5
10684 ac_status=$?
10685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10686 (exit $ac_status); }; } &&
10687 { ac_try='test -s conftest.$ac_objext'
10688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10689 (eval $ac_try) 2>&5
10690 ac_status=$?
10691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10692 (exit $ac_status); }; }; then
10693 ac_header_compiler=yes
10694else
10695 echo "$as_me: failed program was:" >&5
10696sed 's/^/| /' conftest.$ac_ext >&5
10697
10698ac_header_compiler=no
10699fi
10700rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10701echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10702echo "${ECHO_T}$ac_header_compiler" >&6
10703
10704# Is the header present?
10705echo "$as_me:$LINENO: checking $ac_header presence" >&5
10706echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10707cat >conftest.$ac_ext <<_ACEOF
10708/* confdefs.h. */
10709_ACEOF
10710cat confdefs.h >>conftest.$ac_ext
10711cat >>conftest.$ac_ext <<_ACEOF
10712/* end confdefs.h. */
10713#include <$ac_header>
10714_ACEOF
10715if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10716 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10717 ac_status=$?
10718 grep -v '^ *+' conftest.er1 >conftest.err
10719 rm -f conftest.er1
10720 cat conftest.err >&5
10721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10722 (exit $ac_status); } >/dev/null; then
10723 if test -s conftest.err; then
10724 ac_cpp_err=$ac_cxx_preproc_warn_flag
10725 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10726 else
10727 ac_cpp_err=
10728 fi
10729else
10730 ac_cpp_err=yes
10731fi
7128if test -z "$ac_err"; then 10732if test -z "$ac_cpp_err"; then
7129 rm -rf conftest* 10733 ac_header_preproc=yes
7130 eval "ac_cv_header_$ac_safe=yes"
7131else 10734else
7132 echo "$ac_err" >&5
7133 echo "configure: failed program was:" >&5 10735 echo "$as_me: failed program was:" >&5
7134 cat conftest.$ac_ext >&5 10736sed 's/^/| /' conftest.$ac_ext >&5
7135 rm -rf conftest* 10737
7136 eval "ac_cv_header_$ac_safe=no" 10738 ac_header_preproc=no
7137fi 10739fi
7138rm -f conftest* 10740rm -f conftest.err conftest.$ac_ext
10741echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10742echo "${ECHO_T}$ac_header_preproc" >&6
10743
10744# So? What about this header?
10745case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10746 yes:no: )
10747 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10748echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10749 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10750echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10751 ac_header_preproc=yes
10752 ;;
10753 no:yes:* )
10754 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10755echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10756 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10757echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10758 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10759echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10760 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10761echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10762 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10763echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10764 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10765echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10766 (
10767 cat <<\_ASBOX
10768## ------------------------------------------ ##
10769## Report this to the AC_PACKAGE_NAME lists. ##
10770## ------------------------------------------ ##
10771_ASBOX
10772 ) |
10773 sed "s/^/$as_me: WARNING: /" >&2
10774 ;;
10775esac
10776echo "$as_me:$LINENO: checking for $ac_header" >&5
10777echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10778if eval "test \"\${$as_ac_Header+set}\" = set"; then
10779 echo $ECHO_N "(cached) $ECHO_C" >&6
10780else
10781 eval "$as_ac_Header=\$ac_header_preproc"
7139fi 10782fi
7140if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 10783echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7141 echo "$ac_t""yes" 1>&6 10784echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7142 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 10785
10786fi
10787if test `eval echo '${'$as_ac_Header'}'` = yes; then
7143 cat >> confdefs.h <<EOF 10788 cat >>confdefs.h <<_ACEOF
7144#define $ac_tr_hdr 1 10789#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7145EOF 10790_ACEOF
7146 10791
7147else
7148 echo "$ac_t""no" 1>&6
7149fi 10792fi
10793
7150done 10794done
7151 10795
7152 10796
10797echo "$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 10798echo $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 10799if test "${ac_cv_header_time+set}" = set; then
7156 echo $ac_n "(cached) $ac_c" 1>&6 10800 echo $ECHO_N "(cached) $ECHO_C" >&6
7157else 10801else
7158 cat > conftest.$ac_ext <<EOF 10802 cat >conftest.$ac_ext <<_ACEOF
7159#line 7160 "configure" 10803/* confdefs.h. */
7160#include "confdefs.h" 10804_ACEOF
10805cat confdefs.h >>conftest.$ac_ext
10806cat >>conftest.$ac_ext <<_ACEOF
10807/* end confdefs.h. */
7161#include <sys/types.h> 10808#include <sys/types.h>
7162#include <sys/time.h> 10809#include <sys/time.h>
7163#include <time.h> 10810#include <time.h>
7164int main() { 10811
7165struct tm *tp; 10812int
10813main ()
10814{
10815if ((struct tm *) 0)
10816return 0;
10817 ;
7166; return 0; } 10818 return 0;
7167EOF 10819}
7168if { (eval echo configure:7169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10820_ACEOF
10821rm -f conftest.$ac_objext
10822if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10823 (eval $ac_compile) 2>conftest.er1
10824 ac_status=$?
10825 grep -v '^ *+' conftest.er1 >conftest.err
7169 rm -rf conftest* 10826 rm -f conftest.er1
10827 cat conftest.err >&5
10828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10829 (exit $ac_status); } &&
10830 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10832 (eval $ac_try) 2>&5
10833 ac_status=$?
10834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10835 (exit $ac_status); }; } &&
10836 { ac_try='test -s conftest.$ac_objext'
10837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10838 (eval $ac_try) 2>&5
10839 ac_status=$?
10840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10841 (exit $ac_status); }; }; then
7170 ac_cv_header_time=yes 10842 ac_cv_header_time=yes
7171else 10843else
7172 echo "configure: failed program was:" >&5 10844 echo "$as_me: failed program was:" >&5
7173 cat conftest.$ac_ext >&5 10845sed 's/^/| /' conftest.$ac_ext >&5
7174 rm -rf conftest* 10846
7175 ac_cv_header_time=no 10847ac_cv_header_time=no
7176fi 10848fi
7177rm -f conftest* 10849rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7178fi 10850fi
7179 10851echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7180echo "$ac_t""$ac_cv_header_time" 1>&6 10852echo "${ECHO_T}$ac_cv_header_time" >&6
7181if test $ac_cv_header_time = yes; then 10853if test $ac_cv_header_time = yes; then
10854
7182 cat >> confdefs.h <<\EOF 10855cat >>confdefs.h <<\_ACEOF
7183#define TIME_WITH_SYS_TIME 1 10856#define TIME_WITH_SYS_TIME 1
7184EOF 10857_ACEOF
7185 10858
7186fi 10859fi
7187 10860
7188 10861
10862echo "$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 10863echo $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 10864if test "${rxvt_cv_header_sysioctl+set}" = set; then
7192 echo $ac_n "(cached) $ac_c" 1>&6 10865 echo $ECHO_N "(cached) $ECHO_C" >&6
7193else 10866else
7194 cat > conftest.$ac_ext <<EOF 10867 cat >conftest.$ac_ext <<_ACEOF
7195#line 7196 "configure" 10868/* confdefs.h. */
7196#include "confdefs.h" 10869_ACEOF
10870cat confdefs.h >>conftest.$ac_ext
10871cat >>conftest.$ac_ext <<_ACEOF
10872/* end confdefs.h. */
7197#include <stdio.h> 10873#include <stdio.h>
7198#include <sys/ioctl.h> 10874#include <sys/ioctl.h>
7199#ifdef HAVE_TERMIOS_H 10875#ifdef HAVE_TERMIOS_H
7200#include <termios.h> 10876#include <termios.h>
7201#endif 10877#endif
7202int main() { 10878int
10879main ()
10880{
7203int a = ECHO; 10881int a = ECHO;
10882 ;
7204; return 0; } 10883 return 0;
7205EOF 10884}
7206if { (eval echo configure:7207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10885_ACEOF
10886rm -f conftest.$ac_objext
10887if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10888 (eval $ac_compile) 2>conftest.er1
10889 ac_status=$?
10890 grep -v '^ *+' conftest.er1 >conftest.err
7207 rm -rf conftest* 10891 rm -f conftest.er1
10892 cat conftest.err >&5
10893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10894 (exit $ac_status); } &&
10895 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10897 (eval $ac_try) 2>&5
10898 ac_status=$?
10899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10900 (exit $ac_status); }; } &&
10901 { ac_try='test -s conftest.$ac_objext'
10902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10903 (eval $ac_try) 2>&5
10904 ac_status=$?
10905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10906 (exit $ac_status); }; }; then
7208 rxvt_cv_header_sysioctl=yes 10907 rxvt_cv_header_sysioctl=yes
7209else 10908else
7210 echo "configure: failed program was:" >&5 10909 echo "$as_me: failed program was:" >&5
7211 cat conftest.$ac_ext >&5 10910sed 's/^/| /' conftest.$ac_ext >&5
7212 rm -rf conftest* 10911
7213 rxvt_cv_header_sysioctl=no 10912rxvt_cv_header_sysioctl=no
7214fi 10913fi
7215rm -f conftest* 10914rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7216fi 10915fi
7217 10916echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7218echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 10917echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7219 10918
7220if test -n "$GCC"; then 10919if test -n "$GCC"; then
7221 LDARG="-Wl," 10920 LDARG="-Wl,"
7222else 10921else
7223 LDARG="" 10922 LDARG=""
7226 10925
7227ac_save_CFLAGS=$CFLAGS 10926ac_save_CFLAGS=$CFLAGS
7228ac_save_LIBS=$LIBS 10927ac_save_LIBS=$LIBS
7229CFLAGS="$CFLAGS $X_CFLAGS" 10928CFLAGS="$CFLAGS $X_CFLAGS"
7230LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 10929LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
10930echo "$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 10931echo $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 10932if test "${rxvt_cv_rpath+set}" = set; then
7234 echo $ac_n "(cached) $ac_c" 1>&6 10933 echo $ECHO_N "(cached) $ECHO_C" >&6
7235else 10934else
7236 if test "$cross_compiling" = yes; then 10935 if test "$cross_compiling" = yes; then
10936 { 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 10937echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7238else 10938else
7239 cat > conftest.$ac_ext <<EOF 10939 cat >conftest.$ac_ext <<_ACEOF
7240#line 7241 "configure" 10940/* confdefs.h. */
7241#include "confdefs.h" 10941_ACEOF
10942cat confdefs.h >>conftest.$ac_ext
10943cat >>conftest.$ac_ext <<_ACEOF
10944/* end confdefs.h. */
7242 10945
7243main() 10946main()
7244{ 10947{
7245 exit(0); 10948 exit(0);
7246 (void) XOpenDisplay("foobar"); 10949 (void) XOpenDisplay("foobar");
7247} 10950}
7248EOF 10951_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 10952rm -f conftest$ac_exeext
7250then 10953if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10954 (eval $ac_link) 2>&5
10955 ac_status=$?
10956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10957 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10959 (eval $ac_try) 2>&5
10960 ac_status=$?
10961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962 (exit $ac_status); }; }; then
7251 rxvt_cv_rpath=yes 10963 rxvt_cv_rpath=yes
7252else 10964else
10965 echo "$as_me: program exited with status $ac_status" >&5
7253 echo "configure: failed program was:" >&5 10966echo "$as_me: failed program was:" >&5
7254 cat conftest.$ac_ext >&5 10967sed 's/^/| /' conftest.$ac_ext >&5
7255 rm -fr conftest* 10968
10969( exit $ac_status )
7256 rxvt_cv_rpath=no 10970rxvt_cv_rpath=no
7257fi 10971fi
7258rm -fr conftest* 10972rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7259fi 10973fi
7260
7261fi 10974fi
7262 10975echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7263echo "$ac_t""$rxvt_cv_rpath" 1>&6 10976echo "${ECHO_T}$rxvt_cv_rpath" >&6
7264if test x$rxvt_cv_rpath != xyes; then 10977if test x$rxvt_cv_rpath != xyes; then
7265 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 10978 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"` 10979 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
10980 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 10981echo $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 10982if test "${rxvt_cv_R+set}" = set; then
7270 echo $ac_n "(cached) $ac_c" 1>&6 10983 echo $ECHO_N "(cached) $ECHO_C" >&6
7271else 10984else
7272 if test "$cross_compiling" = yes; then 10985 if test "$cross_compiling" = yes; then
7273 rxvt_cv_R=no 10986 rxvt_cv_R=no
7274else 10987else
7275 cat > conftest.$ac_ext <<EOF 10988 cat >conftest.$ac_ext <<_ACEOF
7276#line 7277 "configure" 10989/* confdefs.h. */
7277#include "confdefs.h" 10990_ACEOF
10991cat confdefs.h >>conftest.$ac_ext
10992cat >>conftest.$ac_ext <<_ACEOF
10993/* end confdefs.h. */
7278 10994
7279main() 10995main()
7280{ 10996{
7281 exit(0); 10997 exit(0);
7282 (void) XOpenDisplay("foobar"); 10998 (void) XOpenDisplay("foobar");
7283} 10999}
7284EOF 11000_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 11001rm -f conftest$ac_exeext
7286then 11002if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11003 (eval $ac_link) 2>&5
11004 ac_status=$?
11005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11006 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11008 (eval $ac_try) 2>&5
11009 ac_status=$?
11010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11011 (exit $ac_status); }; }; then
7287 rxvt_cv_R=yes 11012 rxvt_cv_R=yes
7288else 11013else
11014 echo "$as_me: program exited with status $ac_status" >&5
7289 echo "configure: failed program was:" >&5 11015echo "$as_me: failed program was:" >&5
7290 cat conftest.$ac_ext >&5 11016sed 's/^/| /' conftest.$ac_ext >&5
7291 rm -fr conftest* 11017
11018( exit $ac_status )
7292 rxvt_cv_R=no 11019rxvt_cv_R=no
7293fi 11020fi
7294rm -fr conftest* 11021rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7295fi 11022fi
7296
7297fi 11023fi
7298 11024echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7299echo "$ac_t""$rxvt_cv_R" 1>&6 11025echo "${ECHO_T}$rxvt_cv_R" >&6
7300 if test x$rxvt_cv_R != xyes; then 11026 if test x$rxvt_cv_R != xyes; then
7301 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11027 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7302 fi 11028 fi
7303fi 11029fi
7304 11030
11031echo "$as_me:$LINENO: checking for XPointer" >&5
7305echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11032echo $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 11033if test "${rxvt_cv_xpointer+set}" = set; then
7308 echo $ac_n "(cached) $ac_c" 1>&6 11034 echo $ECHO_N "(cached) $ECHO_C" >&6
7309else 11035else
7310 cat > conftest.$ac_ext <<EOF 11036 cat >conftest.$ac_ext <<_ACEOF
7311#line 7312 "configure" 11037/* confdefs.h. */
7312#include "confdefs.h" 11038_ACEOF
11039cat confdefs.h >>conftest.$ac_ext
11040cat >>conftest.$ac_ext <<_ACEOF
11041/* end confdefs.h. */
7313#include <X11/Xlib.h> 11042#include <X11/Xlib.h>
7314int main() { 11043int
11044main ()
11045{
7315XPointer dummy; 11046XPointer dummy;
11047 ;
7316; return 0; } 11048 return 0;
7317EOF 11049}
7318if { (eval echo configure:7319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11050_ACEOF
11051rm -f conftest.$ac_objext
11052if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11053 (eval $ac_compile) 2>conftest.er1
11054 ac_status=$?
11055 grep -v '^ *+' conftest.er1 >conftest.err
7319 rm -rf conftest* 11056 rm -f conftest.er1
11057 cat conftest.err >&5
11058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059 (exit $ac_status); } &&
11060 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11062 (eval $ac_try) 2>&5
11063 ac_status=$?
11064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11065 (exit $ac_status); }; } &&
11066 { ac_try='test -s conftest.$ac_objext'
11067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11068 (eval $ac_try) 2>&5
11069 ac_status=$?
11070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11071 (exit $ac_status); }; }; then
7320 rxvt_cv_xpointer=yes 11072 rxvt_cv_xpointer=yes
7321else 11073else
7322 echo "configure: failed program was:" >&5 11074 echo "$as_me: failed program was:" >&5
7323 cat conftest.$ac_ext >&5 11075sed 's/^/| /' conftest.$ac_ext >&5
7324 rm -rf conftest* 11076
7325 rxvt_cv_xpointer=no 11077rxvt_cv_xpointer=no
7326fi 11078fi
7327rm -f conftest* 11079rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7328fi 11080fi
7329 11081echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7330echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11082echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7331if test x$rxvt_cv_xpointer = xyes; then 11083if test x$rxvt_cv_xpointer = xyes; then
11084
7332 cat >> confdefs.h <<\EOF 11085cat >>confdefs.h <<\_ACEOF
7333#define HAVE_XPOINTER 1 11086#define HAVE_XPOINTER 1
7334EOF 11087_ACEOF
7335 11088
7336fi 11089fi
7337LIBS=$ac_save_LIBS 11090LIBS=$ac_save_LIBS
7338CFLAGS=$ac_save_CFLAGS 11091CFLAGS=$ac_save_CFLAGS
7339 11092
7340 11093
7341echo $ac_n "checking for working const""... $ac_c" 1>&6 11094echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7342echo "configure:7343: checking for working const" >&5 11095echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7343if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11096if test "${ac_cv_c_const+set}" = set; then
7344 echo $ac_n "(cached) $ac_c" 1>&6 11097 echo $ECHO_N "(cached) $ECHO_C" >&6
7345else 11098else
7346 cat > conftest.$ac_ext <<EOF 11099 cat >conftest.$ac_ext <<_ACEOF
7347#line 7348 "configure" 11100/* confdefs.h. */
7348#include "confdefs.h" 11101_ACEOF
11102cat confdefs.h >>conftest.$ac_ext
11103cat >>conftest.$ac_ext <<_ACEOF
11104/* end confdefs.h. */
7349 11105
7350int main() { 11106int
7351 11107main ()
11108{
11109/* FIXME: Include the comments suggested by Paul. */
11110#ifndef __cplusplus
7352/* Ultrix mips cc rejects this. */ 11111 /* Ultrix mips cc rejects this. */
7353typedef int charset[2]; const charset x; 11112 typedef int charset[2];
11113 const charset x;
7354/* SunOS 4.1.1 cc rejects this. */ 11114 /* SunOS 4.1.1 cc rejects this. */
7355char const *const *ccp; 11115 char const *const *ccp;
7356char **p; 11116 char **p;
7357/* NEC SVR4.0.2 mips cc rejects this. */ 11117 /* NEC SVR4.0.2 mips cc rejects this. */
7358struct point {int x, y;}; 11118 struct point {int x, y;};
7359static struct point const zero = {0,0}; 11119 static struct point const zero = {0,0};
7360/* AIX XL C 1.02.0.0 rejects this. 11120 /* 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 11121 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 */ 11122 an arm of an if-expression whose if-part is not a constant
11123 expression */
7363const char *g = "string"; 11124 const char *g = "string";
7364ccp = &g + (g ? g-g : 0); 11125 ccp = &g + (g ? g-g : 0);
7365/* HPUX 7.0 cc rejects these. */ 11126 /* HPUX 7.0 cc rejects these. */
7366++ccp; 11127 ++ccp;
7367p = (char**) ccp; 11128 p = (char**) ccp;
7368ccp = (char const *const *) p; 11129 ccp = (char const *const *) p;
7369{ /* SCO 3.2v4 cc rejects this. */ 11130 { /* SCO 3.2v4 cc rejects this. */
7370 char *t; 11131 char *t;
7371 char const *s = 0 ? (char *) 0 : (char const *) 0; 11132 char const *s = 0 ? (char *) 0 : (char const *) 0;
7372 11133
7373 *t++ = 0; 11134 *t++ = 0;
11135 }
11136 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11137 int x[] = {25, 17};
11138 const int *foo = &x[0];
11139 ++foo;
11140 }
11141 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11142 typedef const int *iptr;
11143 iptr p = 0;
11144 ++p;
11145 }
11146 { /* AIX XL C 1.02.0.0 rejects this saying
11147 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11148 struct s { int j; const int *ap[3]; };
11149 struct s *b; b->j = 5;
11150 }
11151 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11152 const int foo = 10;
11153 }
11154#endif
11155
11156 ;
11157 return 0;
7374} 11158}
7375{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11159_ACEOF
7376 int x[] = {25, 17}; 11160rm -f conftest.$ac_objext
7377 const int *foo = &x[0]; 11161if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7378 ++foo; 11162 (eval $ac_compile) 2>conftest.er1
7379} 11163 ac_status=$?
7380{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11164 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* 11165 rm -f conftest.er1
11166 cat conftest.err >&5
11167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11168 (exit $ac_status); } &&
11169 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11171 (eval $ac_try) 2>&5
11172 ac_status=$?
11173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11174 (exit $ac_status); }; } &&
11175 { ac_try='test -s conftest.$ac_objext'
11176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11177 (eval $ac_try) 2>&5
11178 ac_status=$?
11179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11180 (exit $ac_status); }; }; then
7398 ac_cv_c_const=yes 11181 ac_cv_c_const=yes
7399else 11182else
7400 echo "configure: failed program was:" >&5 11183 echo "$as_me: failed program was:" >&5
7401 cat conftest.$ac_ext >&5 11184sed 's/^/| /' conftest.$ac_ext >&5
7402 rm -rf conftest* 11185
7403 ac_cv_c_const=no 11186ac_cv_c_const=no
7404fi 11187fi
7405rm -f conftest* 11188rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7406fi 11189fi
7407 11190echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7408echo "$ac_t""$ac_cv_c_const" 1>&6 11191echo "${ECHO_T}$ac_cv_c_const" >&6
7409if test $ac_cv_c_const = no; then 11192if test $ac_cv_c_const = no; then
11193
7410 cat >> confdefs.h <<\EOF 11194cat >>confdefs.h <<\_ACEOF
7411#define const 11195#define const
7412EOF 11196_ACEOF
7413 11197
7414fi 11198fi
7415 11199
11200echo "$as_me:$LINENO: checking for inline" >&5
7416echo $ac_n "checking for inline""... $ac_c" 1>&6 11201echo $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 11202if test "${ac_cv_c_inline+set}" = set; then
7419 echo $ac_n "(cached) $ac_c" 1>&6 11203 echo $ECHO_N "(cached) $ECHO_C" >&6
7420else 11204else
7421 ac_cv_c_inline=no 11205 ac_cv_c_inline=no
7422for ac_kw in inline __inline__ __inline; do 11206for ac_kw in inline __inline__ __inline; do
7423 cat > conftest.$ac_ext <<EOF 11207 cat >conftest.$ac_ext <<_ACEOF
7424#line 7425 "configure" 11208/* confdefs.h. */
7425#include "confdefs.h" 11209_ACEOF
11210cat confdefs.h >>conftest.$ac_ext
11211cat >>conftest.$ac_ext <<_ACEOF
11212/* end confdefs.h. */
11213#ifndef __cplusplus
11214typedef int foo_t;
11215static $ac_kw foo_t static_foo () {return 0; }
11216$ac_kw foo_t foo () {return 0; }
11217#endif
7426 11218
7427int main() { 11219_ACEOF
7428} $ac_kw foo() { 11220rm -f conftest.$ac_objext
7429; return 0; } 11221if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7430EOF 11222 (eval $ac_compile) 2>conftest.er1
7431if { (eval echo configure:7432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11223 ac_status=$?
11224 grep -v '^ *+' conftest.er1 >conftest.err
7432 rm -rf conftest* 11225 rm -f conftest.er1
11226 cat conftest.err >&5
11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 (exit $ac_status); } &&
11229 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11231 (eval $ac_try) 2>&5
11232 ac_status=$?
11233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11234 (exit $ac_status); }; } &&
11235 { ac_try='test -s conftest.$ac_objext'
11236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11237 (eval $ac_try) 2>&5
11238 ac_status=$?
11239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11240 (exit $ac_status); }; }; then
7433 ac_cv_c_inline=$ac_kw; break 11241 ac_cv_c_inline=$ac_kw; break
7434else 11242else
7435 echo "configure: failed program was:" >&5 11243 echo "$as_me: failed program was:" >&5
11244sed 's/^/| /' conftest.$ac_ext >&5
11245
11246fi
11247rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11248done
11249
11250fi
11251echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
11252echo "${ECHO_T}$ac_cv_c_inline" >&6
11253
11254
11255case $ac_cv_c_inline in
11256 inline | yes) ;;
11257 *)
11258 case $ac_cv_c_inline in
11259 no) ac_val=;;
11260 *) ac_val=$ac_cv_c_inline;;
11261 esac
11262 cat >>confdefs.h <<_ACEOF
11263#ifndef __cplusplus
11264#define inline $ac_val
11265#endif
11266_ACEOF
11267 ;;
11268esac
11269
11270
11271
11272echo "$as_me:$LINENO: checking for mode_t" >&5
11273echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
11274if test "${ac_cv_type_mode_t+set}" = set; then
11275 echo $ECHO_N "(cached) $ECHO_C" >&6
11276else
11277 cat >conftest.$ac_ext <<_ACEOF
11278/* confdefs.h. */
11279_ACEOF
11280cat confdefs.h >>conftest.$ac_ext
11281cat >>conftest.$ac_ext <<_ACEOF
11282/* end confdefs.h. */
11283$ac_includes_default
11284int
11285main ()
11286{
11287if ((mode_t *) 0)
11288 return 0;
11289if (sizeof (mode_t))
11290 return 0;
11291 ;
11292 return 0;
11293}
11294_ACEOF
11295rm -f conftest.$ac_objext
11296if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11297 (eval $ac_compile) 2>conftest.er1
11298 ac_status=$?
11299 grep -v '^ *+' conftest.er1 >conftest.err
11300 rm -f conftest.er1
7436 cat conftest.$ac_ext >&5 11301 cat conftest.err >&5
11302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11303 (exit $ac_status); } &&
11304 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11306 (eval $ac_try) 2>&5
11307 ac_status=$?
11308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11309 (exit $ac_status); }; } &&
11310 { ac_try='test -s conftest.$ac_objext'
11311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11312 (eval $ac_try) 2>&5
11313 ac_status=$?
11314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11315 (exit $ac_status); }; }; then
11316 ac_cv_type_mode_t=yes
11317else
11318 echo "$as_me: failed program was:" >&5
11319sed 's/^/| /' conftest.$ac_ext >&5
11320
11321ac_cv_type_mode_t=no
11322fi
11323rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11324fi
11325echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
11326echo "${ECHO_T}$ac_cv_type_mode_t" >&6
11327if test $ac_cv_type_mode_t = yes; then
11328 :
11329else
11330
11331cat >>confdefs.h <<_ACEOF
11332#define mode_t int
11333_ACEOF
11334
11335fi
11336
11337echo "$as_me:$LINENO: checking for pid_t" >&5
11338echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11339if test "${ac_cv_type_pid_t+set}" = set; then
11340 echo $ECHO_N "(cached) $ECHO_C" >&6
11341else
11342 cat >conftest.$ac_ext <<_ACEOF
11343/* confdefs.h. */
11344_ACEOF
11345cat confdefs.h >>conftest.$ac_ext
11346cat >>conftest.$ac_ext <<_ACEOF
11347/* end confdefs.h. */
11348$ac_includes_default
11349int
11350main ()
11351{
11352if ((pid_t *) 0)
11353 return 0;
11354if (sizeof (pid_t))
11355 return 0;
11356 ;
11357 return 0;
11358}
11359_ACEOF
11360rm -f conftest.$ac_objext
11361if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11362 (eval $ac_compile) 2>conftest.er1
11363 ac_status=$?
11364 grep -v '^ *+' conftest.er1 >conftest.err
11365 rm -f conftest.er1
11366 cat conftest.err >&5
11367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11368 (exit $ac_status); } &&
11369 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11371 (eval $ac_try) 2>&5
11372 ac_status=$?
11373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11374 (exit $ac_status); }; } &&
11375 { ac_try='test -s conftest.$ac_objext'
11376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11377 (eval $ac_try) 2>&5
11378 ac_status=$?
11379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11380 (exit $ac_status); }; }; then
11381 ac_cv_type_pid_t=yes
11382else
11383 echo "$as_me: failed program was:" >&5
11384sed 's/^/| /' conftest.$ac_ext >&5
11385
11386ac_cv_type_pid_t=no
11387fi
11388rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11389fi
11390echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
11391echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11392if test $ac_cv_type_pid_t = yes; then
11393 :
11394else
11395
11396cat >>confdefs.h <<_ACEOF
11397#define pid_t int
11398_ACEOF
11399
11400fi
11401
11402echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
11403echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
11404if test "${ac_cv_type_uid_t+set}" = set; then
11405 echo $ECHO_N "(cached) $ECHO_C" >&6
11406else
11407 cat >conftest.$ac_ext <<_ACEOF
11408/* confdefs.h. */
11409_ACEOF
11410cat confdefs.h >>conftest.$ac_ext
11411cat >>conftest.$ac_ext <<_ACEOF
11412/* end confdefs.h. */
11413#include <sys/types.h>
11414
11415_ACEOF
11416if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11417 $EGREP "uid_t" >/dev/null 2>&1; then
11418 ac_cv_type_uid_t=yes
11419else
11420 ac_cv_type_uid_t=no
7437fi 11421fi
7438rm -f conftest* 11422rm -f conftest*
11423
11424fi
11425echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
11426echo "${ECHO_T}$ac_cv_type_uid_t" >&6
11427if test $ac_cv_type_uid_t = no; then
11428
11429cat >>confdefs.h <<\_ACEOF
11430#define uid_t int
11431_ACEOF
11432
11433
11434cat >>confdefs.h <<\_ACEOF
11435#define gid_t int
11436_ACEOF
11437
11438fi
11439
11440
11441
11442echo "$as_me:$LINENO: checking for char" >&5
11443echo $ECHO_N "checking for char... $ECHO_C" >&6
11444if test "${ac_cv_type_char+set}" = set; then
11445 echo $ECHO_N "(cached) $ECHO_C" >&6
11446else
11447 cat >conftest.$ac_ext <<_ACEOF
11448/* confdefs.h. */
11449_ACEOF
11450cat confdefs.h >>conftest.$ac_ext
11451cat >>conftest.$ac_ext <<_ACEOF
11452/* end confdefs.h. */
11453$ac_includes_default
11454int
11455main ()
11456{
11457if ((char *) 0)
11458 return 0;
11459if (sizeof (char))
11460 return 0;
11461 ;
11462 return 0;
11463}
11464_ACEOF
11465rm -f conftest.$ac_objext
11466if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11467 (eval $ac_compile) 2>conftest.er1
11468 ac_status=$?
11469 grep -v '^ *+' conftest.er1 >conftest.err
11470 rm -f conftest.er1
11471 cat conftest.err >&5
11472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473 (exit $ac_status); } &&
11474 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11476 (eval $ac_try) 2>&5
11477 ac_status=$?
11478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11479 (exit $ac_status); }; } &&
11480 { ac_try='test -s conftest.$ac_objext'
11481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11482 (eval $ac_try) 2>&5
11483 ac_status=$?
11484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11485 (exit $ac_status); }; }; then
11486 ac_cv_type_char=yes
11487else
11488 echo "$as_me: failed program was:" >&5
11489sed 's/^/| /' conftest.$ac_ext >&5
11490
11491ac_cv_type_char=no
11492fi
11493rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11494fi
11495echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
11496echo "${ECHO_T}$ac_cv_type_char" >&6
11497
11498echo "$as_me:$LINENO: checking size of char" >&5
11499echo $ECHO_N "checking size of char... $ECHO_C" >&6
11500if test "${ac_cv_sizeof_char+set}" = set; then
11501 echo $ECHO_N "(cached) $ECHO_C" >&6
11502else
11503 if test "$ac_cv_type_char" = yes; then
11504 # The cast to unsigned long works around a bug in the HP C Compiler
11505 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11506 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11507 # This bug is HP SR number 8606223364.
11508 if test "$cross_compiling" = yes; then
11509 # Depending upon the size, compute the lo and hi bounds.
11510cat >conftest.$ac_ext <<_ACEOF
11511/* confdefs.h. */
11512_ACEOF
11513cat confdefs.h >>conftest.$ac_ext
11514cat >>conftest.$ac_ext <<_ACEOF
11515/* end confdefs.h. */
11516$ac_includes_default
11517int
11518main ()
11519{
11520static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
11521test_array [0] = 0
11522
11523 ;
11524 return 0;
11525}
11526_ACEOF
11527rm -f conftest.$ac_objext
11528if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11529 (eval $ac_compile) 2>conftest.er1
11530 ac_status=$?
11531 grep -v '^ *+' conftest.er1 >conftest.err
11532 rm -f conftest.er1
11533 cat conftest.err >&5
11534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11535 (exit $ac_status); } &&
11536 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11538 (eval $ac_try) 2>&5
11539 ac_status=$?
11540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11541 (exit $ac_status); }; } &&
11542 { ac_try='test -s conftest.$ac_objext'
11543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11544 (eval $ac_try) 2>&5
11545 ac_status=$?
11546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11547 (exit $ac_status); }; }; then
11548 ac_lo=0 ac_mid=0
11549 while :; do
11550 cat >conftest.$ac_ext <<_ACEOF
11551/* confdefs.h. */
11552_ACEOF
11553cat confdefs.h >>conftest.$ac_ext
11554cat >>conftest.$ac_ext <<_ACEOF
11555/* end confdefs.h. */
11556$ac_includes_default
11557int
11558main ()
11559{
11560static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11561test_array [0] = 0
11562
11563 ;
11564 return 0;
11565}
11566_ACEOF
11567rm -f conftest.$ac_objext
11568if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11569 (eval $ac_compile) 2>conftest.er1
11570 ac_status=$?
11571 grep -v '^ *+' conftest.er1 >conftest.err
11572 rm -f conftest.er1
11573 cat conftest.err >&5
11574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11575 (exit $ac_status); } &&
11576 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11578 (eval $ac_try) 2>&5
11579 ac_status=$?
11580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11581 (exit $ac_status); }; } &&
11582 { ac_try='test -s conftest.$ac_objext'
11583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11584 (eval $ac_try) 2>&5
11585 ac_status=$?
11586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11587 (exit $ac_status); }; }; then
11588 ac_hi=$ac_mid; break
11589else
11590 echo "$as_me: failed program was:" >&5
11591sed 's/^/| /' conftest.$ac_ext >&5
11592
11593ac_lo=`expr $ac_mid + 1`
11594 if test $ac_lo -le $ac_mid; then
11595 ac_lo= ac_hi=
11596 break
11597 fi
11598 ac_mid=`expr 2 '*' $ac_mid + 1`
11599fi
11600rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11601 done
11602else
11603 echo "$as_me: failed program was:" >&5
11604sed 's/^/| /' conftest.$ac_ext >&5
11605
11606cat >conftest.$ac_ext <<_ACEOF
11607/* confdefs.h. */
11608_ACEOF
11609cat confdefs.h >>conftest.$ac_ext
11610cat >>conftest.$ac_ext <<_ACEOF
11611/* end confdefs.h. */
11612$ac_includes_default
11613int
11614main ()
11615{
11616static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
11617test_array [0] = 0
11618
11619 ;
11620 return 0;
11621}
11622_ACEOF
11623rm -f conftest.$ac_objext
11624if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11625 (eval $ac_compile) 2>conftest.er1
11626 ac_status=$?
11627 grep -v '^ *+' conftest.er1 >conftest.err
11628 rm -f conftest.er1
11629 cat conftest.err >&5
11630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11631 (exit $ac_status); } &&
11632 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11634 (eval $ac_try) 2>&5
11635 ac_status=$?
11636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11637 (exit $ac_status); }; } &&
11638 { ac_try='test -s conftest.$ac_objext'
11639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11640 (eval $ac_try) 2>&5
11641 ac_status=$?
11642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11643 (exit $ac_status); }; }; then
11644 ac_hi=-1 ac_mid=-1
11645 while :; do
11646 cat >conftest.$ac_ext <<_ACEOF
11647/* confdefs.h. */
11648_ACEOF
11649cat confdefs.h >>conftest.$ac_ext
11650cat >>conftest.$ac_ext <<_ACEOF
11651/* end confdefs.h. */
11652$ac_includes_default
11653int
11654main ()
11655{
11656static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
11657test_array [0] = 0
11658
11659 ;
11660 return 0;
11661}
11662_ACEOF
11663rm -f conftest.$ac_objext
11664if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11665 (eval $ac_compile) 2>conftest.er1
11666 ac_status=$?
11667 grep -v '^ *+' conftest.er1 >conftest.err
11668 rm -f conftest.er1
11669 cat conftest.err >&5
11670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11671 (exit $ac_status); } &&
11672 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11674 (eval $ac_try) 2>&5
11675 ac_status=$?
11676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11677 (exit $ac_status); }; } &&
11678 { ac_try='test -s conftest.$ac_objext'
11679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11680 (eval $ac_try) 2>&5
11681 ac_status=$?
11682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11683 (exit $ac_status); }; }; then
11684 ac_lo=$ac_mid; break
11685else
11686 echo "$as_me: failed program was:" >&5
11687sed 's/^/| /' conftest.$ac_ext >&5
11688
11689ac_hi=`expr '(' $ac_mid ')' - 1`
11690 if test $ac_mid -le $ac_hi; then
11691 ac_lo= ac_hi=
11692 break
11693 fi
11694 ac_mid=`expr 2 '*' $ac_mid`
11695fi
11696rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11697 done
11698else
11699 echo "$as_me: failed program was:" >&5
11700sed 's/^/| /' conftest.$ac_ext >&5
11701
11702ac_lo= ac_hi=
11703fi
11704rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11705fi
11706rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11707# Binary search between lo and hi bounds.
11708while test "x$ac_lo" != "x$ac_hi"; do
11709 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
11710 cat >conftest.$ac_ext <<_ACEOF
11711/* confdefs.h. */
11712_ACEOF
11713cat confdefs.h >>conftest.$ac_ext
11714cat >>conftest.$ac_ext <<_ACEOF
11715/* end confdefs.h. */
11716$ac_includes_default
11717int
11718main ()
11719{
11720static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11721test_array [0] = 0
11722
11723 ;
11724 return 0;
11725}
11726_ACEOF
11727rm -f conftest.$ac_objext
11728if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11729 (eval $ac_compile) 2>conftest.er1
11730 ac_status=$?
11731 grep -v '^ *+' conftest.er1 >conftest.err
11732 rm -f conftest.er1
11733 cat conftest.err >&5
11734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11735 (exit $ac_status); } &&
11736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11738 (eval $ac_try) 2>&5
11739 ac_status=$?
11740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11741 (exit $ac_status); }; } &&
11742 { ac_try='test -s conftest.$ac_objext'
11743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11744 (eval $ac_try) 2>&5
11745 ac_status=$?
11746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11747 (exit $ac_status); }; }; then
11748 ac_hi=$ac_mid
11749else
11750 echo "$as_me: failed program was:" >&5
11751sed 's/^/| /' conftest.$ac_ext >&5
11752
11753ac_lo=`expr '(' $ac_mid ')' + 1`
11754fi
11755rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7439done 11756done
7440 11757case $ac_lo in
7441fi 11758?*) ac_cv_sizeof_char=$ac_lo;;
7442 11759'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
7443echo "$ac_t""$ac_cv_c_inline" 1>&6 11760See \`config.log' for more details." >&5
7444case "$ac_cv_c_inline" in 11761echo "$as_me: error: cannot compute sizeof (char), 77
7445 inline | yes) ;; 11762See \`config.log' for more details." >&2;}
7446 no) cat >> confdefs.h <<\EOF 11763 { (exit 1); exit 1; }; } ;;
7447#define inline
7448EOF
7449 ;;
7450 *) cat >> confdefs.h <<EOF
7451#define inline $ac_cv_c_inline
7452EOF
7453 ;;
7454esac 11764esac
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 11765else
11766 if test "$cross_compiling" = yes; then
11767 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11768echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
11769 { (exit 1); exit 1; }; }
11770else
7463 cat > conftest.$ac_ext <<EOF 11771 cat >conftest.$ac_ext <<_ACEOF
7464#line 7465 "configure" 11772/* confdefs.h. */
7465#include "confdefs.h" 11773_ACEOF
11774cat confdefs.h >>conftest.$ac_ext
11775cat >>conftest.$ac_ext <<_ACEOF
11776/* end confdefs.h. */
11777$ac_includes_default
11778long longval () { return (long) (sizeof (char)); }
11779unsigned long ulongval () { return (long) (sizeof (char)); }
11780#include <stdio.h>
7466#include <stdlib.h> 11781#include <stdlib.h>
7467#include <stdarg.h> 11782int
7468#include <string.h> 11783main ()
7469#include <float.h> 11784{
7470EOF 11785
7471ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11786 FILE *f = fopen ("conftest.val", "w");
7472{ (eval echo configure:7473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11787 if (! f)
7473ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11788 exit (1);
7474if test -z "$ac_err"; then 11789 if (((long) (sizeof (char))) < 0)
7475 rm -rf conftest* 11790 {
7476 ac_cv_header_stdc=yes 11791 long i = longval ();
11792 if (i != ((long) (sizeof (char))))
11793 exit (1);
11794 fprintf (f, "%ld\n", i);
11795 }
7477else 11796 else
7478 echo "$ac_err" >&5 11797 {
11798 unsigned long i = ulongval ();
11799 if (i != ((long) (sizeof (char))))
11800 exit (1);
11801 fprintf (f, "%lu\n", i);
11802 }
11803 exit (ferror (f) || fclose (f) != 0);
11804
11805 ;
11806 return 0;
11807}
11808_ACEOF
11809rm -f conftest$ac_exeext
11810if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11811 (eval $ac_link) 2>&5
11812 ac_status=$?
11813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11814 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11816 (eval $ac_try) 2>&5
11817 ac_status=$?
11818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11819 (exit $ac_status); }; }; then
11820 ac_cv_sizeof_char=`cat conftest.val`
11821else
11822 echo "$as_me: program exited with status $ac_status" >&5
7479 echo "configure: failed program was:" >&5 11823echo "$as_me: failed program was:" >&5
7480 cat conftest.$ac_ext >&5 11824sed 's/^/| /' conftest.$ac_ext >&5
7481 rm -rf conftest* 11825
7482 ac_cv_header_stdc=no 11826( exit $ac_status )
11827{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
11828See \`config.log' for more details." >&5
11829echo "$as_me: error: cannot compute sizeof (char), 77
11830See \`config.log' for more details." >&2;}
11831 { (exit 1); exit 1; }; }
7483fi 11832fi
11833rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11834fi
11835fi
7484rm -f conftest* 11836rm -f conftest.val
11837else
11838 ac_cv_sizeof_char=0
11839fi
11840fi
11841echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
11842echo "${ECHO_T}$ac_cv_sizeof_char" >&6
11843cat >>confdefs.h <<_ACEOF
11844#define SIZEOF_CHAR $ac_cv_sizeof_char
11845_ACEOF
7485 11846
11847
11848echo "$as_me:$LINENO: checking for short" >&5
11849echo $ECHO_N "checking for short... $ECHO_C" >&6
11850if test "${ac_cv_type_short+set}" = set; then
11851 echo $ECHO_N "(cached) $ECHO_C" >&6
11852else
11853 cat >conftest.$ac_ext <<_ACEOF
11854/* confdefs.h. */
11855_ACEOF
11856cat confdefs.h >>conftest.$ac_ext
11857cat >>conftest.$ac_ext <<_ACEOF
11858/* end confdefs.h. */
11859$ac_includes_default
11860int
11861main ()
11862{
11863if ((short *) 0)
11864 return 0;
11865if (sizeof (short))
11866 return 0;
11867 ;
11868 return 0;
11869}
11870_ACEOF
11871rm -f conftest.$ac_objext
11872if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11873 (eval $ac_compile) 2>conftest.er1
11874 ac_status=$?
11875 grep -v '^ *+' conftest.er1 >conftest.err
11876 rm -f conftest.er1
11877 cat conftest.err >&5
11878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11879 (exit $ac_status); } &&
11880 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11882 (eval $ac_try) 2>&5
11883 ac_status=$?
11884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11885 (exit $ac_status); }; } &&
11886 { ac_try='test -s conftest.$ac_objext'
11887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11888 (eval $ac_try) 2>&5
11889 ac_status=$?
11890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11891 (exit $ac_status); }; }; then
11892 ac_cv_type_short=yes
11893else
11894 echo "$as_me: failed program was:" >&5
11895sed 's/^/| /' conftest.$ac_ext >&5
11896
11897ac_cv_type_short=no
11898fi
11899rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11900fi
11901echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
11902echo "${ECHO_T}$ac_cv_type_short" >&6
11903
11904echo "$as_me:$LINENO: checking size of short" >&5
11905echo $ECHO_N "checking size of short... $ECHO_C" >&6
11906if test "${ac_cv_sizeof_short+set}" = set; then
11907 echo $ECHO_N "(cached) $ECHO_C" >&6
11908else
7486if test $ac_cv_header_stdc = yes; then 11909 if test "$ac_cv_type_short" = yes; then
7487 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 11910 # The cast to unsigned long works around a bug in the HP C Compiler
11911 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11912 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11913 # This bug is HP SR number 8606223364.
11914 if test "$cross_compiling" = yes; then
11915 # Depending upon the size, compute the lo and hi bounds.
7488cat > conftest.$ac_ext <<EOF 11916cat >conftest.$ac_ext <<_ACEOF
7489#line 7490 "configure" 11917/* confdefs.h. */
7490#include "confdefs.h" 11918_ACEOF
7491#include <string.h> 11919cat confdefs.h >>conftest.$ac_ext
7492EOF 11920cat >>conftest.$ac_ext <<_ACEOF
7493if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 11921/* end confdefs.h. */
7494 egrep "memchr" >/dev/null 2>&1; then 11922$ac_includes_default
7495 : 11923int
7496else 11924main ()
11925{
11926static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
11927test_array [0] = 0
11928
11929 ;
11930 return 0;
11931}
11932_ACEOF
11933rm -f conftest.$ac_objext
11934if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11935 (eval $ac_compile) 2>conftest.er1
11936 ac_status=$?
11937 grep -v '^ *+' conftest.er1 >conftest.err
7497 rm -rf conftest* 11938 rm -f conftest.er1
7498 ac_cv_header_stdc=no 11939 cat conftest.err >&5
7499fi 11940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11941 (exit $ac_status); } &&
11942 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11944 (eval $ac_try) 2>&5
11945 ac_status=$?
11946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); }; } &&
11948 { ac_try='test -s conftest.$ac_objext'
11949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11950 (eval $ac_try) 2>&5
11951 ac_status=$?
11952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11953 (exit $ac_status); }; }; then
11954 ac_lo=0 ac_mid=0
11955 while :; do
11956 cat >conftest.$ac_ext <<_ACEOF
11957/* confdefs.h. */
11958_ACEOF
11959cat confdefs.h >>conftest.$ac_ext
11960cat >>conftest.$ac_ext <<_ACEOF
11961/* end confdefs.h. */
11962$ac_includes_default
11963int
11964main ()
11965{
11966static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
11967test_array [0] = 0
11968
11969 ;
11970 return 0;
11971}
11972_ACEOF
11973rm -f conftest.$ac_objext
11974if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11975 (eval $ac_compile) 2>conftest.er1
11976 ac_status=$?
11977 grep -v '^ *+' conftest.er1 >conftest.err
7500rm -f conftest* 11978 rm -f conftest.er1
11979 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5
11985 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } &&
11988 { ac_try='test -s conftest.$ac_objext'
11989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11990 (eval $ac_try) 2>&5
11991 ac_status=$?
11992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11993 (exit $ac_status); }; }; then
11994 ac_hi=$ac_mid; break
11995else
11996 echo "$as_me: failed program was:" >&5
11997sed 's/^/| /' conftest.$ac_ext >&5
7501 11998
11999ac_lo=`expr $ac_mid + 1`
12000 if test $ac_lo -le $ac_mid; then
12001 ac_lo= ac_hi=
12002 break
12003 fi
12004 ac_mid=`expr 2 '*' $ac_mid + 1`
7502fi 12005fi
12006rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12007 done
12008else
12009 echo "$as_me: failed program was:" >&5
12010sed 's/^/| /' conftest.$ac_ext >&5
7503 12011
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 12012cat >conftest.$ac_ext <<_ACEOF
7507#line 7508 "configure" 12013/* confdefs.h. */
7508#include "confdefs.h" 12014_ACEOF
12015cat confdefs.h >>conftest.$ac_ext
12016cat >>conftest.$ac_ext <<_ACEOF
12017/* end confdefs.h. */
12018$ac_includes_default
12019int
12020main ()
12021{
12022static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
12023test_array [0] = 0
12024
12025 ;
12026 return 0;
12027}
12028_ACEOF
12029rm -f conftest.$ac_objext
12030if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12031 (eval $ac_compile) 2>conftest.er1
12032 ac_status=$?
12033 grep -v '^ *+' conftest.er1 >conftest.err
12034 rm -f conftest.er1
12035 cat conftest.err >&5
12036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12037 (exit $ac_status); } &&
12038 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12040 (eval $ac_try) 2>&5
12041 ac_status=$?
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); }; } &&
12044 { ac_try='test -s conftest.$ac_objext'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5
12047 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; }; then
12050 ac_hi=-1 ac_mid=-1
12051 while :; do
12052 cat >conftest.$ac_ext <<_ACEOF
12053/* confdefs.h. */
12054_ACEOF
12055cat confdefs.h >>conftest.$ac_ext
12056cat >>conftest.$ac_ext <<_ACEOF
12057/* end confdefs.h. */
12058$ac_includes_default
12059int
12060main ()
12061{
12062static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
12063test_array [0] = 0
12064
12065 ;
12066 return 0;
12067}
12068_ACEOF
12069rm -f conftest.$ac_objext
12070if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12071 (eval $ac_compile) 2>conftest.er1
12072 ac_status=$?
12073 grep -v '^ *+' conftest.er1 >conftest.err
12074 rm -f conftest.er1
12075 cat conftest.err >&5
12076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12077 (exit $ac_status); } &&
12078 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12080 (eval $ac_try) 2>&5
12081 ac_status=$?
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); }; } &&
12084 { ac_try='test -s conftest.$ac_objext'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5
12087 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; }; then
12090 ac_lo=$ac_mid; break
12091else
12092 echo "$as_me: failed program was:" >&5
12093sed 's/^/| /' conftest.$ac_ext >&5
12094
12095ac_hi=`expr '(' $ac_mid ')' - 1`
12096 if test $ac_mid -le $ac_hi; then
12097 ac_lo= ac_hi=
12098 break
12099 fi
12100 ac_mid=`expr 2 '*' $ac_mid`
12101fi
12102rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12103 done
12104else
12105 echo "$as_me: failed program was:" >&5
12106sed 's/^/| /' conftest.$ac_ext >&5
12107
12108ac_lo= ac_hi=
12109fi
12110rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12111fi
12112rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12113# Binary search between lo and hi bounds.
12114while test "x$ac_lo" != "x$ac_hi"; do
12115 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12116 cat >conftest.$ac_ext <<_ACEOF
12117/* confdefs.h. */
12118_ACEOF
12119cat confdefs.h >>conftest.$ac_ext
12120cat >>conftest.$ac_ext <<_ACEOF
12121/* end confdefs.h. */
12122$ac_includes_default
12123int
12124main ()
12125{
12126static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12127test_array [0] = 0
12128
12129 ;
12130 return 0;
12131}
12132_ACEOF
12133rm -f conftest.$ac_objext
12134if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12135 (eval $ac_compile) 2>conftest.er1
12136 ac_status=$?
12137 grep -v '^ *+' conftest.er1 >conftest.err
12138 rm -f conftest.er1
12139 cat conftest.err >&5
12140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12141 (exit $ac_status); } &&
12142 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12144 (eval $ac_try) 2>&5
12145 ac_status=$?
12146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12147 (exit $ac_status); }; } &&
12148 { ac_try='test -s conftest.$ac_objext'
12149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12150 (eval $ac_try) 2>&5
12151 ac_status=$?
12152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12153 (exit $ac_status); }; }; then
12154 ac_hi=$ac_mid
12155else
12156 echo "$as_me: failed program was:" >&5
12157sed 's/^/| /' conftest.$ac_ext >&5
12158
12159ac_lo=`expr '(' $ac_mid ')' + 1`
12160fi
12161rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12162done
12163case $ac_lo in
12164?*) ac_cv_sizeof_short=$ac_lo;;
12165'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12166See \`config.log' for more details." >&5
12167echo "$as_me: error: cannot compute sizeof (short), 77
12168See \`config.log' for more details." >&2;}
12169 { (exit 1); exit 1; }; } ;;
12170esac
12171else
12172 if test "$cross_compiling" = yes; then
12173 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12174echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12175 { (exit 1); exit 1; }; }
12176else
12177 cat >conftest.$ac_ext <<_ACEOF
12178/* confdefs.h. */
12179_ACEOF
12180cat confdefs.h >>conftest.$ac_ext
12181cat >>conftest.$ac_ext <<_ACEOF
12182/* end confdefs.h. */
12183$ac_includes_default
12184long longval () { return (long) (sizeof (short)); }
12185unsigned long ulongval () { return (long) (sizeof (short)); }
12186#include <stdio.h>
7509#include <stdlib.h> 12187#include <stdlib.h>
7510EOF 12188int
7511if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12189main ()
7512 egrep "free" >/dev/null 2>&1; then 12190{
7513 : 12191
12192 FILE *f = fopen ("conftest.val", "w");
12193 if (! f)
12194 exit (1);
12195 if (((long) (sizeof (short))) < 0)
12196 {
12197 long i = longval ();
12198 if (i != ((long) (sizeof (short))))
12199 exit (1);
12200 fprintf (f, "%ld\n", i);
12201 }
7514else 12202 else
7515 rm -rf conftest* 12203 {
7516 ac_cv_header_stdc=no 12204 unsigned long i = ulongval ();
12205 if (i != ((long) (sizeof (short))))
12206 exit (1);
12207 fprintf (f, "%lu\n", i);
12208 }
12209 exit (ferror (f) || fclose (f) != 0);
12210
12211 ;
12212 return 0;
12213}
12214_ACEOF
12215rm -f conftest$ac_exeext
12216if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12217 (eval $ac_link) 2>&5
12218 ac_status=$?
12219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12220 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12222 (eval $ac_try) 2>&5
12223 ac_status=$?
12224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12225 (exit $ac_status); }; }; then
12226 ac_cv_sizeof_short=`cat conftest.val`
12227else
12228 echo "$as_me: program exited with status $ac_status" >&5
12229echo "$as_me: failed program was:" >&5
12230sed 's/^/| /' conftest.$ac_ext >&5
12231
12232( exit $ac_status )
12233{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12234See \`config.log' for more details." >&5
12235echo "$as_me: error: cannot compute sizeof (short), 77
12236See \`config.log' for more details." >&2;}
12237 { (exit 1); exit 1; }; }
7517fi 12238fi
12239rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12240fi
12241fi
7518rm -f conftest* 12242rm -f conftest.val
7519 12243else
12244 ac_cv_sizeof_short=0
7520fi 12245fi
12246fi
12247echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
12248echo "${ECHO_T}$ac_cv_sizeof_short" >&6
12249cat >>confdefs.h <<_ACEOF
12250#define SIZEOF_SHORT $ac_cv_sizeof_short
12251_ACEOF
7521 12252
12253
12254echo "$as_me:$LINENO: checking for int" >&5
12255echo $ECHO_N "checking for int... $ECHO_C" >&6
12256if test "${ac_cv_type_int+set}" = set; then
12257 echo $ECHO_N "(cached) $ECHO_C" >&6
12258else
12259 cat >conftest.$ac_ext <<_ACEOF
12260/* confdefs.h. */
12261_ACEOF
12262cat confdefs.h >>conftest.$ac_ext
12263cat >>conftest.$ac_ext <<_ACEOF
12264/* end confdefs.h. */
12265$ac_includes_default
12266int
12267main ()
12268{
12269if ((int *) 0)
12270 return 0;
12271if (sizeof (int))
12272 return 0;
12273 ;
12274 return 0;
12275}
12276_ACEOF
12277rm -f conftest.$ac_objext
12278if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12279 (eval $ac_compile) 2>conftest.er1
12280 ac_status=$?
12281 grep -v '^ *+' conftest.er1 >conftest.err
12282 rm -f conftest.er1
12283 cat conftest.err >&5
12284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12285 (exit $ac_status); } &&
12286 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12288 (eval $ac_try) 2>&5
12289 ac_status=$?
12290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); }; } &&
12292 { ac_try='test -s conftest.$ac_objext'
12293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12294 (eval $ac_try) 2>&5
12295 ac_status=$?
12296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12297 (exit $ac_status); }; }; then
12298 ac_cv_type_int=yes
12299else
12300 echo "$as_me: failed program was:" >&5
12301sed 's/^/| /' conftest.$ac_ext >&5
12302
12303ac_cv_type_int=no
12304fi
12305rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12306fi
12307echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
12308echo "${ECHO_T}$ac_cv_type_int" >&6
12309
12310echo "$as_me:$LINENO: checking size of int" >&5
12311echo $ECHO_N "checking size of int... $ECHO_C" >&6
12312if test "${ac_cv_sizeof_int+set}" = set; then
12313 echo $ECHO_N "(cached) $ECHO_C" >&6
12314else
7522if test $ac_cv_header_stdc = yes; then 12315 if test "$ac_cv_type_int" = yes; then
7523 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 12316 # The cast to unsigned long works around a bug in the HP C Compiler
12317 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12318 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12319 # This bug is HP SR number 8606223364.
7524if test "$cross_compiling" = yes; then 12320 if test "$cross_compiling" = yes; then
7525 : 12321 # Depending upon the size, compute the lo and hi bounds.
12322cat >conftest.$ac_ext <<_ACEOF
12323/* confdefs.h. */
12324_ACEOF
12325cat confdefs.h >>conftest.$ac_ext
12326cat >>conftest.$ac_ext <<_ACEOF
12327/* end confdefs.h. */
12328$ac_includes_default
12329int
12330main ()
12331{
12332static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
12333test_array [0] = 0
12334
12335 ;
12336 return 0;
12337}
12338_ACEOF
12339rm -f conftest.$ac_objext
12340if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12341 (eval $ac_compile) 2>conftest.er1
12342 ac_status=$?
12343 grep -v '^ *+' conftest.er1 >conftest.err
12344 rm -f conftest.er1
12345 cat conftest.err >&5
12346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12347 (exit $ac_status); } &&
12348 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12350 (eval $ac_try) 2>&5
12351 ac_status=$?
12352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12353 (exit $ac_status); }; } &&
12354 { ac_try='test -s conftest.$ac_objext'
12355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12356 (eval $ac_try) 2>&5
12357 ac_status=$?
12358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12359 (exit $ac_status); }; }; then
12360 ac_lo=0 ac_mid=0
12361 while :; do
12362 cat >conftest.$ac_ext <<_ACEOF
12363/* confdefs.h. */
12364_ACEOF
12365cat confdefs.h >>conftest.$ac_ext
12366cat >>conftest.$ac_ext <<_ACEOF
12367/* end confdefs.h. */
12368$ac_includes_default
12369int
12370main ()
12371{
12372static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12373test_array [0] = 0
12374
12375 ;
12376 return 0;
12377}
12378_ACEOF
12379rm -f conftest.$ac_objext
12380if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12381 (eval $ac_compile) 2>conftest.er1
12382 ac_status=$?
12383 grep -v '^ *+' conftest.er1 >conftest.err
12384 rm -f conftest.er1
12385 cat conftest.err >&5
12386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12387 (exit $ac_status); } &&
12388 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12390 (eval $ac_try) 2>&5
12391 ac_status=$?
12392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12393 (exit $ac_status); }; } &&
12394 { ac_try='test -s conftest.$ac_objext'
12395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12396 (eval $ac_try) 2>&5
12397 ac_status=$?
12398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12399 (exit $ac_status); }; }; then
12400 ac_hi=$ac_mid; break
7526else 12401else
12402 echo "$as_me: failed program was:" >&5
12403sed 's/^/| /' conftest.$ac_ext >&5
12404
12405ac_lo=`expr $ac_mid + 1`
12406 if test $ac_lo -le $ac_mid; then
12407 ac_lo= ac_hi=
12408 break
12409 fi
12410 ac_mid=`expr 2 '*' $ac_mid + 1`
12411fi
12412rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12413 done
12414else
12415 echo "$as_me: failed program was:" >&5
12416sed 's/^/| /' conftest.$ac_ext >&5
12417
12418cat >conftest.$ac_ext <<_ACEOF
12419/* confdefs.h. */
12420_ACEOF
12421cat confdefs.h >>conftest.$ac_ext
12422cat >>conftest.$ac_ext <<_ACEOF
12423/* end confdefs.h. */
12424$ac_includes_default
12425int
12426main ()
12427{
12428static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
12429test_array [0] = 0
12430
12431 ;
12432 return 0;
12433}
12434_ACEOF
12435rm -f conftest.$ac_objext
12436if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12437 (eval $ac_compile) 2>conftest.er1
12438 ac_status=$?
12439 grep -v '^ *+' conftest.er1 >conftest.err
12440 rm -f conftest.er1
12441 cat conftest.err >&5
12442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12443 (exit $ac_status); } &&
12444 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12446 (eval $ac_try) 2>&5
12447 ac_status=$?
12448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12449 (exit $ac_status); }; } &&
12450 { ac_try='test -s conftest.$ac_objext'
12451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12452 (eval $ac_try) 2>&5
12453 ac_status=$?
12454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12455 (exit $ac_status); }; }; then
12456 ac_hi=-1 ac_mid=-1
12457 while :; do
12458 cat >conftest.$ac_ext <<_ACEOF
12459/* confdefs.h. */
12460_ACEOF
12461cat confdefs.h >>conftest.$ac_ext
12462cat >>conftest.$ac_ext <<_ACEOF
12463/* end confdefs.h. */
12464$ac_includes_default
12465int
12466main ()
12467{
12468static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
12469test_array [0] = 0
12470
12471 ;
12472 return 0;
12473}
12474_ACEOF
12475rm -f conftest.$ac_objext
12476if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12477 (eval $ac_compile) 2>conftest.er1
12478 ac_status=$?
12479 grep -v '^ *+' conftest.er1 >conftest.err
12480 rm -f conftest.er1
12481 cat conftest.err >&5
12482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12483 (exit $ac_status); } &&
12484 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12486 (eval $ac_try) 2>&5
12487 ac_status=$?
12488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12489 (exit $ac_status); }; } &&
12490 { ac_try='test -s conftest.$ac_objext'
12491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12492 (eval $ac_try) 2>&5
12493 ac_status=$?
12494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12495 (exit $ac_status); }; }; then
12496 ac_lo=$ac_mid; break
12497else
12498 echo "$as_me: failed program was:" >&5
12499sed 's/^/| /' conftest.$ac_ext >&5
12500
12501ac_hi=`expr '(' $ac_mid ')' - 1`
12502 if test $ac_mid -le $ac_hi; then
12503 ac_lo= ac_hi=
12504 break
12505 fi
12506 ac_mid=`expr 2 '*' $ac_mid`
12507fi
12508rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12509 done
12510else
12511 echo "$as_me: failed program was:" >&5
12512sed 's/^/| /' conftest.$ac_ext >&5
12513
12514ac_lo= ac_hi=
12515fi
12516rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12517fi
12518rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12519# Binary search between lo and hi bounds.
12520while test "x$ac_lo" != "x$ac_hi"; do
12521 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7527 cat > conftest.$ac_ext <<EOF 12522 cat >conftest.$ac_ext <<_ACEOF
7528#line 7529 "configure" 12523/* confdefs.h. */
7529#include "confdefs.h" 12524_ACEOF
7530#include <ctype.h> 12525cat confdefs.h >>conftest.$ac_ext
7531#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12526cat >>conftest.$ac_ext <<_ACEOF
7532#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12527/* end confdefs.h. */
7533#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12528$ac_includes_default
7534int main () { int i; for (i = 0; i < 256; i++) 12529int
7535if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12530main ()
7536exit (0); } 12531{
12532static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12533test_array [0] = 0
7537 12534
7538EOF 12535 ;
7539if { (eval echo configure:7540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12536 return 0;
7540then 12537}
7541 : 12538_ACEOF
12539rm -f conftest.$ac_objext
12540if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12541 (eval $ac_compile) 2>conftest.er1
12542 ac_status=$?
12543 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1
12545 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5
12551 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } &&
12554 { ac_try='test -s conftest.$ac_objext'
12555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12556 (eval $ac_try) 2>&5
12557 ac_status=$?
12558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12559 (exit $ac_status); }; }; then
12560 ac_hi=$ac_mid
7542else 12561else
7543 echo "configure: failed program was:" >&5 12562 echo "$as_me: failed program was:" >&5
7544 cat conftest.$ac_ext >&5 12563sed 's/^/| /' conftest.$ac_ext >&5
7545 rm -fr conftest*
7546 ac_cv_header_stdc=no
7547fi
7548rm -fr conftest*
7549fi
7550 12564
12565ac_lo=`expr '(' $ac_mid ')' + 1`
7551fi 12566fi
7552fi 12567rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7553 12568done
7554echo "$ac_t""$ac_cv_header_stdc" 1>&6 12569case $ac_lo in
7555if test $ac_cv_header_stdc = yes; then 12570?*) ac_cv_sizeof_int=$ac_lo;;
7556 cat >> confdefs.h <<\EOF 12571'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7557#define STDC_HEADERS 1 12572See \`config.log' for more details." >&5
7558EOF 12573echo "$as_me: error: cannot compute sizeof (int), 77
7559 12574See \`config.log' for more details." >&2;}
7560fi 12575 { (exit 1); exit 1; }; } ;;
7561 12576esac
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 12577else
12578 if test "$cross_compiling" = yes; then
12579 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12580echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12581 { (exit 1); exit 1; }; }
12582else
7567 cat > conftest.$ac_ext <<EOF 12583 cat >conftest.$ac_ext <<_ACEOF
7568#line 7569 "configure" 12584/* confdefs.h. */
7569#include "confdefs.h" 12585_ACEOF
12586cat confdefs.h >>conftest.$ac_ext
12587cat >>conftest.$ac_ext <<_ACEOF
12588/* end confdefs.h. */
12589$ac_includes_default
12590long longval () { return (long) (sizeof (int)); }
12591unsigned long ulongval () { return (long) (sizeof (int)); }
7570#include <sys/types.h> 12592#include <stdio.h>
7571#if STDC_HEADERS
7572#include <stdlib.h> 12593#include <stdlib.h>
7573#include <stddef.h> 12594int
7574#endif 12595main ()
7575EOF 12596{
7576if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12597
7577 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 12598 FILE *f = fopen ("conftest.val", "w");
7578 rm -rf conftest* 12599 if (! f)
7579 ac_cv_type_mode_t=yes 12600 exit (1);
12601 if (((long) (sizeof (int))) < 0)
12602 {
12603 long i = longval ();
12604 if (i != ((long) (sizeof (int))))
12605 exit (1);
12606 fprintf (f, "%ld\n", i);
12607 }
7580else 12608 else
7581 rm -rf conftest* 12609 {
7582 ac_cv_type_mode_t=no 12610 unsigned long i = ulongval ();
12611 if (i != ((long) (sizeof (int))))
12612 exit (1);
12613 fprintf (f, "%lu\n", i);
12614 }
12615 exit (ferror (f) || fclose (f) != 0);
12616
12617 ;
12618 return 0;
12619}
12620_ACEOF
12621rm -f conftest$ac_exeext
12622if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12623 (eval $ac_link) 2>&5
12624 ac_status=$?
12625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12626 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12628 (eval $ac_try) 2>&5
12629 ac_status=$?
12630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12631 (exit $ac_status); }; }; then
12632 ac_cv_sizeof_int=`cat conftest.val`
12633else
12634 echo "$as_me: program exited with status $ac_status" >&5
12635echo "$as_me: failed program was:" >&5
12636sed 's/^/| /' conftest.$ac_ext >&5
12637
12638( exit $ac_status )
12639{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
12640See \`config.log' for more details." >&5
12641echo "$as_me: error: cannot compute sizeof (int), 77
12642See \`config.log' for more details." >&2;}
12643 { (exit 1); exit 1; }; }
7583fi 12644fi
12645rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12646fi
12647fi
7584rm -f conftest* 12648rm -f conftest.val
7585 12649else
12650 ac_cv_sizeof_int=0
7586fi 12651fi
7587echo "$ac_t""$ac_cv_type_mode_t" 1>&6 12652fi
7588if test $ac_cv_type_mode_t = no; then 12653echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
12654echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7589 cat >> confdefs.h <<\EOF 12655cat >>confdefs.h <<_ACEOF
7590#define mode_t int 12656#define SIZEOF_INT $ac_cv_sizeof_int
7591EOF 12657_ACEOF
7592 12658
7593fi
7594 12659
7595echo $ac_n "checking for pid_t""... $ac_c" 1>&6 12660echo "$as_me:$LINENO: checking for long" >&5
7596echo "configure:7597: checking for pid_t" >&5 12661echo $ECHO_N "checking for long... $ECHO_C" >&6
7597if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 12662if test "${ac_cv_type_long+set}" = set; then
7598 echo $ac_n "(cached) $ac_c" 1>&6 12663 echo $ECHO_N "(cached) $ECHO_C" >&6
7599else 12664else
7600 cat > conftest.$ac_ext <<EOF 12665 cat >conftest.$ac_ext <<_ACEOF
7601#line 7602 "configure" 12666/* confdefs.h. */
7602#include "confdefs.h" 12667_ACEOF
12668cat confdefs.h >>conftest.$ac_ext
12669cat >>conftest.$ac_ext <<_ACEOF
12670/* end confdefs.h. */
12671$ac_includes_default
12672int
12673main ()
12674{
12675if ((long *) 0)
12676 return 0;
12677if (sizeof (long))
12678 return 0;
12679 ;
12680 return 0;
12681}
12682_ACEOF
12683rm -f conftest.$ac_objext
12684if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12685 (eval $ac_compile) 2>conftest.er1
12686 ac_status=$?
12687 grep -v '^ *+' conftest.er1 >conftest.err
12688 rm -f conftest.er1
12689 cat conftest.err >&5
12690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12691 (exit $ac_status); } &&
12692 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12694 (eval $ac_try) 2>&5
12695 ac_status=$?
12696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12697 (exit $ac_status); }; } &&
12698 { ac_try='test -s conftest.$ac_objext'
12699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12700 (eval $ac_try) 2>&5
12701 ac_status=$?
12702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12703 (exit $ac_status); }; }; then
12704 ac_cv_type_long=yes
12705else
12706 echo "$as_me: failed program was:" >&5
12707sed 's/^/| /' conftest.$ac_ext >&5
12708
12709ac_cv_type_long=no
12710fi
12711rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12712fi
12713echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12714echo "${ECHO_T}$ac_cv_type_long" >&6
12715
12716echo "$as_me:$LINENO: checking size of long" >&5
12717echo $ECHO_N "checking size of long... $ECHO_C" >&6
12718if test "${ac_cv_sizeof_long+set}" = set; then
12719 echo $ECHO_N "(cached) $ECHO_C" >&6
12720else
12721 if test "$ac_cv_type_long" = yes; then
12722 # The cast to unsigned long works around a bug in the HP C Compiler
12723 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12724 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12725 # This bug is HP SR number 8606223364.
12726 if test "$cross_compiling" = yes; then
12727 # Depending upon the size, compute the lo and hi bounds.
12728cat >conftest.$ac_ext <<_ACEOF
12729/* confdefs.h. */
12730_ACEOF
12731cat confdefs.h >>conftest.$ac_ext
12732cat >>conftest.$ac_ext <<_ACEOF
12733/* end confdefs.h. */
12734$ac_includes_default
12735int
12736main ()
12737{
12738static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12739test_array [0] = 0
12740
12741 ;
12742 return 0;
12743}
12744_ACEOF
12745rm -f conftest.$ac_objext
12746if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12747 (eval $ac_compile) 2>conftest.er1
12748 ac_status=$?
12749 grep -v '^ *+' conftest.er1 >conftest.err
12750 rm -f conftest.er1
12751 cat conftest.err >&5
12752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12753 (exit $ac_status); } &&
12754 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12756 (eval $ac_try) 2>&5
12757 ac_status=$?
12758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12759 (exit $ac_status); }; } &&
12760 { ac_try='test -s conftest.$ac_objext'
12761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12762 (eval $ac_try) 2>&5
12763 ac_status=$?
12764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12765 (exit $ac_status); }; }; then
12766 ac_lo=0 ac_mid=0
12767 while :; do
12768 cat >conftest.$ac_ext <<_ACEOF
12769/* confdefs.h. */
12770_ACEOF
12771cat confdefs.h >>conftest.$ac_ext
12772cat >>conftest.$ac_ext <<_ACEOF
12773/* end confdefs.h. */
12774$ac_includes_default
12775int
12776main ()
12777{
12778static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12779test_array [0] = 0
12780
12781 ;
12782 return 0;
12783}
12784_ACEOF
12785rm -f conftest.$ac_objext
12786if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12787 (eval $ac_compile) 2>conftest.er1
12788 ac_status=$?
12789 grep -v '^ *+' conftest.er1 >conftest.err
12790 rm -f conftest.er1
12791 cat conftest.err >&5
12792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12793 (exit $ac_status); } &&
12794 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12796 (eval $ac_try) 2>&5
12797 ac_status=$?
12798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12799 (exit $ac_status); }; } &&
12800 { ac_try='test -s conftest.$ac_objext'
12801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12802 (eval $ac_try) 2>&5
12803 ac_status=$?
12804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12805 (exit $ac_status); }; }; then
12806 ac_hi=$ac_mid; break
12807else
12808 echo "$as_me: failed program was:" >&5
12809sed 's/^/| /' conftest.$ac_ext >&5
12810
12811ac_lo=`expr $ac_mid + 1`
12812 if test $ac_lo -le $ac_mid; then
12813 ac_lo= ac_hi=
12814 break
12815 fi
12816 ac_mid=`expr 2 '*' $ac_mid + 1`
12817fi
12818rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12819 done
12820else
12821 echo "$as_me: failed program was:" >&5
12822sed 's/^/| /' conftest.$ac_ext >&5
12823
12824cat >conftest.$ac_ext <<_ACEOF
12825/* confdefs.h. */
12826_ACEOF
12827cat confdefs.h >>conftest.$ac_ext
12828cat >>conftest.$ac_ext <<_ACEOF
12829/* end confdefs.h. */
12830$ac_includes_default
12831int
12832main ()
12833{
12834static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12835test_array [0] = 0
12836
12837 ;
12838 return 0;
12839}
12840_ACEOF
12841rm -f conftest.$ac_objext
12842if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12843 (eval $ac_compile) 2>conftest.er1
12844 ac_status=$?
12845 grep -v '^ *+' conftest.er1 >conftest.err
12846 rm -f conftest.er1
12847 cat conftest.err >&5
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } &&
12850 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12852 (eval $ac_try) 2>&5
12853 ac_status=$?
12854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12855 (exit $ac_status); }; } &&
12856 { ac_try='test -s conftest.$ac_objext'
12857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12858 (eval $ac_try) 2>&5
12859 ac_status=$?
12860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12861 (exit $ac_status); }; }; then
12862 ac_hi=-1 ac_mid=-1
12863 while :; do
12864 cat >conftest.$ac_ext <<_ACEOF
12865/* confdefs.h. */
12866_ACEOF
12867cat confdefs.h >>conftest.$ac_ext
12868cat >>conftest.$ac_ext <<_ACEOF
12869/* end confdefs.h. */
12870$ac_includes_default
12871int
12872main ()
12873{
12874static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12875test_array [0] = 0
12876
12877 ;
12878 return 0;
12879}
12880_ACEOF
12881rm -f conftest.$ac_objext
12882if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12883 (eval $ac_compile) 2>conftest.er1
12884 ac_status=$?
12885 grep -v '^ *+' conftest.er1 >conftest.err
12886 rm -f conftest.er1
12887 cat conftest.err >&5
12888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12889 (exit $ac_status); } &&
12890 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12892 (eval $ac_try) 2>&5
12893 ac_status=$?
12894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12895 (exit $ac_status); }; } &&
12896 { ac_try='test -s conftest.$ac_objext'
12897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12898 (eval $ac_try) 2>&5
12899 ac_status=$?
12900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12901 (exit $ac_status); }; }; then
12902 ac_lo=$ac_mid; break
12903else
12904 echo "$as_me: failed program was:" >&5
12905sed 's/^/| /' conftest.$ac_ext >&5
12906
12907ac_hi=`expr '(' $ac_mid ')' - 1`
12908 if test $ac_mid -le $ac_hi; then
12909 ac_lo= ac_hi=
12910 break
12911 fi
12912 ac_mid=`expr 2 '*' $ac_mid`
12913fi
12914rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12915 done
12916else
12917 echo "$as_me: failed program was:" >&5
12918sed 's/^/| /' conftest.$ac_ext >&5
12919
12920ac_lo= ac_hi=
12921fi
12922rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12923fi
12924rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12925# Binary search between lo and hi bounds.
12926while test "x$ac_lo" != "x$ac_hi"; do
12927 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12928 cat >conftest.$ac_ext <<_ACEOF
12929/* confdefs.h. */
12930_ACEOF
12931cat confdefs.h >>conftest.$ac_ext
12932cat >>conftest.$ac_ext <<_ACEOF
12933/* end confdefs.h. */
12934$ac_includes_default
12935int
12936main ()
12937{
12938static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12939test_array [0] = 0
12940
12941 ;
12942 return 0;
12943}
12944_ACEOF
12945rm -f conftest.$ac_objext
12946if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12947 (eval $ac_compile) 2>conftest.er1
12948 ac_status=$?
12949 grep -v '^ *+' conftest.er1 >conftest.err
12950 rm -f conftest.er1
12951 cat conftest.err >&5
12952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12953 (exit $ac_status); } &&
12954 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12956 (eval $ac_try) 2>&5
12957 ac_status=$?
12958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12959 (exit $ac_status); }; } &&
12960 { ac_try='test -s conftest.$ac_objext'
12961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12962 (eval $ac_try) 2>&5
12963 ac_status=$?
12964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12965 (exit $ac_status); }; }; then
12966 ac_hi=$ac_mid
12967else
12968 echo "$as_me: failed program was:" >&5
12969sed 's/^/| /' conftest.$ac_ext >&5
12970
12971ac_lo=`expr '(' $ac_mid ')' + 1`
12972fi
12973rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12974done
12975case $ac_lo in
12976?*) ac_cv_sizeof_long=$ac_lo;;
12977'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12978See \`config.log' for more details." >&5
12979echo "$as_me: error: cannot compute sizeof (long), 77
12980See \`config.log' for more details." >&2;}
12981 { (exit 1); exit 1; }; } ;;
12982esac
12983else
12984 if test "$cross_compiling" = yes; then
12985 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12986echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12987 { (exit 1); exit 1; }; }
12988else
12989 cat >conftest.$ac_ext <<_ACEOF
12990/* confdefs.h. */
12991_ACEOF
12992cat confdefs.h >>conftest.$ac_ext
12993cat >>conftest.$ac_ext <<_ACEOF
12994/* end confdefs.h. */
12995$ac_includes_default
12996long longval () { return (long) (sizeof (long)); }
12997unsigned long ulongval () { return (long) (sizeof (long)); }
7603#include <sys/types.h> 12998#include <stdio.h>
7604#if STDC_HEADERS
7605#include <stdlib.h> 12999#include <stdlib.h>
7606#include <stddef.h> 13000int
7607#endif 13001main ()
7608EOF 13002{
7609if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13003
7610 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 13004 FILE *f = fopen ("conftest.val", "w");
7611 rm -rf conftest* 13005 if (! f)
7612 ac_cv_type_pid_t=yes 13006 exit (1);
13007 if (((long) (sizeof (long))) < 0)
13008 {
13009 long i = longval ();
13010 if (i != ((long) (sizeof (long))))
13011 exit (1);
13012 fprintf (f, "%ld\n", i);
13013 }
7613else 13014 else
7614 rm -rf conftest* 13015 {
7615 ac_cv_type_pid_t=no 13016 unsigned long i = ulongval ();
13017 if (i != ((long) (sizeof (long))))
13018 exit (1);
13019 fprintf (f, "%lu\n", i);
13020 }
13021 exit (ferror (f) || fclose (f) != 0);
13022
13023 ;
13024 return 0;
13025}
13026_ACEOF
13027rm -f conftest$ac_exeext
13028if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13029 (eval $ac_link) 2>&5
13030 ac_status=$?
13031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13034 (eval $ac_try) 2>&5
13035 ac_status=$?
13036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13037 (exit $ac_status); }; }; then
13038 ac_cv_sizeof_long=`cat conftest.val`
13039else
13040 echo "$as_me: program exited with status $ac_status" >&5
13041echo "$as_me: failed program was:" >&5
13042sed 's/^/| /' conftest.$ac_ext >&5
13043
13044( exit $ac_status )
13045{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13046See \`config.log' for more details." >&5
13047echo "$as_me: error: cannot compute sizeof (long), 77
13048See \`config.log' for more details." >&2;}
13049 { (exit 1); exit 1; }; }
7616fi 13050fi
13051rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13052fi
13053fi
7617rm -f conftest* 13054rm -f conftest.val
7618 13055else
13056 ac_cv_sizeof_long=0
7619fi 13057fi
7620echo "$ac_t""$ac_cv_type_pid_t" 1>&6 13058fi
7621if test $ac_cv_type_pid_t = no; then 13059echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13060echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7622 cat >> confdefs.h <<\EOF 13061cat >>confdefs.h <<_ACEOF
7623#define pid_t int 13062#define SIZEOF_LONG $ac_cv_sizeof_long
7624EOF 13063_ACEOF
7625 13064
7626fi
7627 13065
7628echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 13066echo "$as_me:$LINENO: checking for long long" >&5
7629echo "configure:7630: checking for uid_t in sys/types.h" >&5 13067echo $ECHO_N "checking for long long... $ECHO_C" >&6
7630if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 13068if test "${ac_cv_type_long_long+set}" = set; then
7631 echo $ac_n "(cached) $ac_c" 1>&6 13069 echo $ECHO_N "(cached) $ECHO_C" >&6
7632else 13070else
7633 cat > conftest.$ac_ext <<EOF 13071 cat >conftest.$ac_ext <<_ACEOF
7634#line 7635 "configure" 13072/* confdefs.h. */
7635#include "confdefs.h" 13073_ACEOF
7636#include <sys/types.h> 13074cat confdefs.h >>conftest.$ac_ext
7637EOF 13075cat >>conftest.$ac_ext <<_ACEOF
7638if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13076/* end confdefs.h. */
7639 egrep "uid_t" >/dev/null 2>&1; then 13077$ac_includes_default
13078int
13079main ()
13080{
13081if ((long long *) 0)
13082 return 0;
13083if (sizeof (long long))
13084 return 0;
13085 ;
13086 return 0;
13087}
13088_ACEOF
13089rm -f conftest.$ac_objext
13090if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13091 (eval $ac_compile) 2>conftest.er1
13092 ac_status=$?
13093 grep -v '^ *+' conftest.er1 >conftest.err
7640 rm -rf conftest* 13094 rm -f conftest.er1
13095 cat conftest.err >&5
13096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13097 (exit $ac_status); } &&
13098 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13100 (eval $ac_try) 2>&5
13101 ac_status=$?
13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); }; } &&
13104 { ac_try='test -s conftest.$ac_objext'
13105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13106 (eval $ac_try) 2>&5
13107 ac_status=$?
13108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13109 (exit $ac_status); }; }; then
7641 ac_cv_type_uid_t=yes 13110 ac_cv_type_long_long=yes
7642else 13111else
7643 rm -rf conftest* 13112 echo "$as_me: failed program was:" >&5
7644 ac_cv_type_uid_t=no 13113sed 's/^/| /' conftest.$ac_ext >&5
7645fi
7646rm -f conftest*
7647 13114
13115ac_cv_type_long_long=no
7648fi 13116fi
7649 13117rm -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 13118fi
13119echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
13120echo "${ECHO_T}$ac_cv_type_long_long" >&6
7661 13121
7662 13122echo "$as_me:$LINENO: checking size of long long" >&5
7663 13123echo $ECHO_N "checking size of long long... $ECHO_C" >&6
7664echo $ac_n "checking size of char""... $ac_c" 1>&6 13124if 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 13125 echo $ECHO_N "(cached) $ECHO_C" >&6
7668else 13126else
13127 if test "$ac_cv_type_long_long" = yes; then
13128 # The cast to unsigned long works around a bug in the HP C Compiler
13129 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13130 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13131 # This bug is HP SR number 8606223364.
7669 if test "$cross_compiling" = yes; then 13132 if test "$cross_compiling" = yes; then
7670 ac_cv_sizeof_char=1 13133 # Depending upon the size, compute the lo and hi bounds.
13134cat >conftest.$ac_ext <<_ACEOF
13135/* confdefs.h. */
13136_ACEOF
13137cat confdefs.h >>conftest.$ac_ext
13138cat >>conftest.$ac_ext <<_ACEOF
13139/* end confdefs.h. */
13140$ac_includes_default
13141int
13142main ()
13143{
13144static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
13145test_array [0] = 0
13146
13147 ;
13148 return 0;
13149}
13150_ACEOF
13151rm -f conftest.$ac_objext
13152if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13153 (eval $ac_compile) 2>conftest.er1
13154 ac_status=$?
13155 grep -v '^ *+' conftest.er1 >conftest.err
13156 rm -f conftest.er1
13157 cat conftest.err >&5
13158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13159 (exit $ac_status); } &&
13160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13162 (eval $ac_try) 2>&5
13163 ac_status=$?
13164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13165 (exit $ac_status); }; } &&
13166 { ac_try='test -s conftest.$ac_objext'
13167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13168 (eval $ac_try) 2>&5
13169 ac_status=$?
13170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13171 (exit $ac_status); }; }; then
13172 ac_lo=0 ac_mid=0
13173 while :; do
13174 cat >conftest.$ac_ext <<_ACEOF
13175/* confdefs.h. */
13176_ACEOF
13177cat confdefs.h >>conftest.$ac_ext
13178cat >>conftest.$ac_ext <<_ACEOF
13179/* end confdefs.h. */
13180$ac_includes_default
13181int
13182main ()
13183{
13184static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13185test_array [0] = 0
13186
13187 ;
13188 return 0;
13189}
13190_ACEOF
13191rm -f conftest.$ac_objext
13192if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13193 (eval $ac_compile) 2>conftest.er1
13194 ac_status=$?
13195 grep -v '^ *+' conftest.er1 >conftest.err
13196 rm -f conftest.er1
13197 cat conftest.err >&5
13198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13199 (exit $ac_status); } &&
13200 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13202 (eval $ac_try) 2>&5
13203 ac_status=$?
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); }; } &&
13206 { ac_try='test -s conftest.$ac_objext'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5
13209 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; }; then
13212 ac_hi=$ac_mid; break
7671else 13213else
13214 echo "$as_me: failed program was:" >&5
13215sed 's/^/| /' conftest.$ac_ext >&5
13216
13217ac_lo=`expr $ac_mid + 1`
13218 if test $ac_lo -le $ac_mid; then
13219 ac_lo= ac_hi=
13220 break
13221 fi
13222 ac_mid=`expr 2 '*' $ac_mid + 1`
13223fi
13224rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13225 done
13226else
13227 echo "$as_me: failed program was:" >&5
13228sed 's/^/| /' conftest.$ac_ext >&5
13229
13230cat >conftest.$ac_ext <<_ACEOF
13231/* confdefs.h. */
13232_ACEOF
13233cat confdefs.h >>conftest.$ac_ext
13234cat >>conftest.$ac_ext <<_ACEOF
13235/* end confdefs.h. */
13236$ac_includes_default
13237int
13238main ()
13239{
13240static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
13241test_array [0] = 0
13242
13243 ;
13244 return 0;
13245}
13246_ACEOF
13247rm -f conftest.$ac_objext
13248if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13249 (eval $ac_compile) 2>conftest.er1
13250 ac_status=$?
13251 grep -v '^ *+' conftest.er1 >conftest.err
13252 rm -f conftest.er1
13253 cat conftest.err >&5
13254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13255 (exit $ac_status); } &&
13256 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13258 (eval $ac_try) 2>&5
13259 ac_status=$?
13260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13261 (exit $ac_status); }; } &&
13262 { ac_try='test -s conftest.$ac_objext'
13263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13264 (eval $ac_try) 2>&5
13265 ac_status=$?
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); }; }; then
13268 ac_hi=-1 ac_mid=-1
13269 while :; do
13270 cat >conftest.$ac_ext <<_ACEOF
13271/* confdefs.h. */
13272_ACEOF
13273cat confdefs.h >>conftest.$ac_ext
13274cat >>conftest.$ac_ext <<_ACEOF
13275/* end confdefs.h. */
13276$ac_includes_default
13277int
13278main ()
13279{
13280static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
13281test_array [0] = 0
13282
13283 ;
13284 return 0;
13285}
13286_ACEOF
13287rm -f conftest.$ac_objext
13288if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13289 (eval $ac_compile) 2>conftest.er1
13290 ac_status=$?
13291 grep -v '^ *+' conftest.er1 >conftest.err
13292 rm -f conftest.er1
13293 cat conftest.err >&5
13294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13295 (exit $ac_status); } &&
13296 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13298 (eval $ac_try) 2>&5
13299 ac_status=$?
13300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13301 (exit $ac_status); }; } &&
13302 { ac_try='test -s conftest.$ac_objext'
13303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13304 (eval $ac_try) 2>&5
13305 ac_status=$?
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); }; }; then
13308 ac_lo=$ac_mid; break
13309else
13310 echo "$as_me: failed program was:" >&5
13311sed 's/^/| /' conftest.$ac_ext >&5
13312
13313ac_hi=`expr '(' $ac_mid ')' - 1`
13314 if test $ac_mid -le $ac_hi; then
13315 ac_lo= ac_hi=
13316 break
13317 fi
13318 ac_mid=`expr 2 '*' $ac_mid`
13319fi
13320rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13321 done
13322else
13323 echo "$as_me: failed program was:" >&5
13324sed 's/^/| /' conftest.$ac_ext >&5
13325
13326ac_lo= ac_hi=
13327fi
13328rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13329fi
13330rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13331# Binary search between lo and hi bounds.
13332while test "x$ac_lo" != "x$ac_hi"; do
13333 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7672 cat > conftest.$ac_ext <<EOF 13334 cat >conftest.$ac_ext <<_ACEOF
7673#line 7674 "configure" 13335/* confdefs.h. */
7674#include "confdefs.h" 13336_ACEOF
13337cat confdefs.h >>conftest.$ac_ext
13338cat >>conftest.$ac_ext <<_ACEOF
13339/* end confdefs.h. */
13340$ac_includes_default
13341int
13342main ()
13343{
13344static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13345test_array [0] = 0
13346
13347 ;
13348 return 0;
13349}
13350_ACEOF
13351rm -f conftest.$ac_objext
13352if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13353 (eval $ac_compile) 2>conftest.er1
13354 ac_status=$?
13355 grep -v '^ *+' conftest.er1 >conftest.err
13356 rm -f conftest.er1
13357 cat conftest.err >&5
13358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13359 (exit $ac_status); } &&
13360 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13362 (eval $ac_try) 2>&5
13363 ac_status=$?
13364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13365 (exit $ac_status); }; } &&
13366 { ac_try='test -s conftest.$ac_objext'
13367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13368 (eval $ac_try) 2>&5
13369 ac_status=$?
13370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13371 (exit $ac_status); }; }; then
13372 ac_hi=$ac_mid
13373else
13374 echo "$as_me: failed program was:" >&5
13375sed 's/^/| /' conftest.$ac_ext >&5
13376
13377ac_lo=`expr '(' $ac_mid ')' + 1`
13378fi
13379rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13380done
13381case $ac_lo in
13382?*) ac_cv_sizeof_long_long=$ac_lo;;
13383'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13384See \`config.log' for more details." >&5
13385echo "$as_me: error: cannot compute sizeof (long long), 77
13386See \`config.log' for more details." >&2;}
13387 { (exit 1); exit 1; }; } ;;
13388esac
13389else
13390 if test "$cross_compiling" = yes; then
13391 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13392echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13393 { (exit 1); exit 1; }; }
13394else
13395 cat >conftest.$ac_ext <<_ACEOF
13396/* confdefs.h. */
13397_ACEOF
13398cat confdefs.h >>conftest.$ac_ext
13399cat >>conftest.$ac_ext <<_ACEOF
13400/* end confdefs.h. */
13401$ac_includes_default
13402long longval () { return (long) (sizeof (long long)); }
13403unsigned long ulongval () { return (long) (sizeof (long long)); }
7675#include <stdio.h> 13404#include <stdio.h>
7676#include <sys/types.h> 13405#include <stdlib.h>
13406int
7677main() 13407main ()
7678{ 13408{
13409
7679 FILE *f=fopen("conftestval", "w"); 13410 FILE *f = fopen ("conftest.val", "w");
7680 if (!f) exit(1); 13411 if (! f)
7681 fprintf(f, "%d\n", sizeof(char));
7682 exit(0); 13412 exit (1);
13413 if (((long) (sizeof (long long))) < 0)
13414 {
13415 long i = longval ();
13416 if (i != ((long) (sizeof (long long))))
13417 exit (1);
13418 fprintf (f, "%ld\n", i);
13419 }
13420 else
13421 {
13422 unsigned long i = ulongval ();
13423 if (i != ((long) (sizeof (long long))))
13424 exit (1);
13425 fprintf (f, "%lu\n", i);
13426 }
13427 exit (ferror (f) || fclose (f) != 0);
13428
13429 ;
13430 return 0;
7683} 13431}
7684EOF 13432_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 13433rm -f conftest$ac_exeext
7686then 13434if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13435 (eval $ac_link) 2>&5
13436 ac_status=$?
13437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13438 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13440 (eval $ac_try) 2>&5
13441 ac_status=$?
13442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13443 (exit $ac_status); }; }; then
7687 ac_cv_sizeof_char=`cat conftestval` 13444 ac_cv_sizeof_long_long=`cat conftest.val`
7688else 13445else
13446 echo "$as_me: program exited with status $ac_status" >&5
7689 echo "configure: failed program was:" >&5 13447echo "$as_me: failed program was:" >&5
7690 cat conftest.$ac_ext >&5 13448sed 's/^/| /' conftest.$ac_ext >&5
7691 rm -fr conftest* 13449
7692 ac_cv_sizeof_char=0 13450( exit $ac_status )
13451{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13452See \`config.log' for more details." >&5
13453echo "$as_me: error: cannot compute sizeof (long long), 77
13454See \`config.log' for more details." >&2;}
13455 { (exit 1); exit 1; }; }
7693fi 13456fi
13457rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13458fi
13459fi
7694rm -fr conftest* 13460rm -f conftest.val
13461else
13462 ac_cv_sizeof_long_long=0
7695fi 13463fi
7696
7697fi 13464fi
7698echo "$ac_t""$ac_cv_sizeof_char" 1>&6 13465echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
13466echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
7699cat >> confdefs.h <<EOF 13467cat >>confdefs.h <<_ACEOF
7700#define SIZEOF_CHAR $ac_cv_sizeof_char 13468#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7701EOF 13469_ACEOF
7702 13470
7703 13471
7704echo $ac_n "checking size of short""... $ac_c" 1>&6 13472echo "$as_me:$LINENO: checking for int *" >&5
7705echo "configure:7706: checking size of short" >&5 13473echo $ECHO_N "checking for int *... $ECHO_C" >&6
7706if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13474if test "${ac_cv_type_int_p+set}" = set; then
7707 echo $ac_n "(cached) $ac_c" 1>&6 13475 echo $ECHO_N "(cached) $ECHO_C" >&6
7708else 13476else
13477 cat >conftest.$ac_ext <<_ACEOF
13478/* confdefs.h. */
13479_ACEOF
13480cat confdefs.h >>conftest.$ac_ext
13481cat >>conftest.$ac_ext <<_ACEOF
13482/* end confdefs.h. */
13483$ac_includes_default
13484int
13485main ()
13486{
13487if ((int * *) 0)
13488 return 0;
13489if (sizeof (int *))
13490 return 0;
13491 ;
13492 return 0;
13493}
13494_ACEOF
13495rm -f conftest.$ac_objext
13496if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13497 (eval $ac_compile) 2>conftest.er1
13498 ac_status=$?
13499 grep -v '^ *+' conftest.er1 >conftest.err
13500 rm -f conftest.er1
13501 cat conftest.err >&5
13502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13503 (exit $ac_status); } &&
13504 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13506 (eval $ac_try) 2>&5
13507 ac_status=$?
13508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13509 (exit $ac_status); }; } &&
13510 { ac_try='test -s conftest.$ac_objext'
13511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13512 (eval $ac_try) 2>&5
13513 ac_status=$?
13514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13515 (exit $ac_status); }; }; then
13516 ac_cv_type_int_p=yes
13517else
13518 echo "$as_me: failed program was:" >&5
13519sed 's/^/| /' conftest.$ac_ext >&5
13520
13521ac_cv_type_int_p=no
13522fi
13523rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13524fi
13525echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
13526echo "${ECHO_T}$ac_cv_type_int_p" >&6
13527
13528echo "$as_me:$LINENO: checking size of int *" >&5
13529echo $ECHO_N "checking size of int *... $ECHO_C" >&6
13530if test "${ac_cv_sizeof_int_p+set}" = set; then
13531 echo $ECHO_N "(cached) $ECHO_C" >&6
13532else
13533 if test "$ac_cv_type_int_p" = yes; then
13534 # The cast to unsigned long works around a bug in the HP C Compiler
13535 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13536 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13537 # This bug is HP SR number 8606223364.
7709 if test "$cross_compiling" = yes; then 13538 if test "$cross_compiling" = yes; then
7710 ac_cv_sizeof_short=2 13539 # Depending upon the size, compute the lo and hi bounds.
13540cat >conftest.$ac_ext <<_ACEOF
13541/* confdefs.h. */
13542_ACEOF
13543cat confdefs.h >>conftest.$ac_ext
13544cat >>conftest.$ac_ext <<_ACEOF
13545/* end confdefs.h. */
13546$ac_includes_default
13547int
13548main ()
13549{
13550static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
13551test_array [0] = 0
13552
13553 ;
13554 return 0;
13555}
13556_ACEOF
13557rm -f conftest.$ac_objext
13558if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13559 (eval $ac_compile) 2>conftest.er1
13560 ac_status=$?
13561 grep -v '^ *+' conftest.er1 >conftest.err
13562 rm -f conftest.er1
13563 cat conftest.err >&5
13564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13565 (exit $ac_status); } &&
13566 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13568 (eval $ac_try) 2>&5
13569 ac_status=$?
13570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13571 (exit $ac_status); }; } &&
13572 { ac_try='test -s conftest.$ac_objext'
13573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13574 (eval $ac_try) 2>&5
13575 ac_status=$?
13576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13577 (exit $ac_status); }; }; then
13578 ac_lo=0 ac_mid=0
13579 while :; do
13580 cat >conftest.$ac_ext <<_ACEOF
13581/* confdefs.h. */
13582_ACEOF
13583cat confdefs.h >>conftest.$ac_ext
13584cat >>conftest.$ac_ext <<_ACEOF
13585/* end confdefs.h. */
13586$ac_includes_default
13587int
13588main ()
13589{
13590static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13591test_array [0] = 0
13592
13593 ;
13594 return 0;
13595}
13596_ACEOF
13597rm -f conftest.$ac_objext
13598if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13599 (eval $ac_compile) 2>conftest.er1
13600 ac_status=$?
13601 grep -v '^ *+' conftest.er1 >conftest.err
13602 rm -f conftest.er1
13603 cat conftest.err >&5
13604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13605 (exit $ac_status); } &&
13606 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13608 (eval $ac_try) 2>&5
13609 ac_status=$?
13610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13611 (exit $ac_status); }; } &&
13612 { ac_try='test -s conftest.$ac_objext'
13613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13614 (eval $ac_try) 2>&5
13615 ac_status=$?
13616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13617 (exit $ac_status); }; }; then
13618 ac_hi=$ac_mid; break
7711else 13619else
13620 echo "$as_me: failed program was:" >&5
13621sed 's/^/| /' conftest.$ac_ext >&5
13622
13623ac_lo=`expr $ac_mid + 1`
13624 if test $ac_lo -le $ac_mid; then
13625 ac_lo= ac_hi=
13626 break
13627 fi
13628 ac_mid=`expr 2 '*' $ac_mid + 1`
13629fi
13630rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13631 done
13632else
13633 echo "$as_me: failed program was:" >&5
13634sed 's/^/| /' conftest.$ac_ext >&5
13635
13636cat >conftest.$ac_ext <<_ACEOF
13637/* confdefs.h. */
13638_ACEOF
13639cat confdefs.h >>conftest.$ac_ext
13640cat >>conftest.$ac_ext <<_ACEOF
13641/* end confdefs.h. */
13642$ac_includes_default
13643int
13644main ()
13645{
13646static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
13647test_array [0] = 0
13648
13649 ;
13650 return 0;
13651}
13652_ACEOF
13653rm -f conftest.$ac_objext
13654if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13655 (eval $ac_compile) 2>conftest.er1
13656 ac_status=$?
13657 grep -v '^ *+' conftest.er1 >conftest.err
13658 rm -f conftest.er1
13659 cat conftest.err >&5
13660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13661 (exit $ac_status); } &&
13662 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13664 (eval $ac_try) 2>&5
13665 ac_status=$?
13666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13667 (exit $ac_status); }; } &&
13668 { ac_try='test -s conftest.$ac_objext'
13669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13670 (eval $ac_try) 2>&5
13671 ac_status=$?
13672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13673 (exit $ac_status); }; }; then
13674 ac_hi=-1 ac_mid=-1
13675 while :; do
13676 cat >conftest.$ac_ext <<_ACEOF
13677/* confdefs.h. */
13678_ACEOF
13679cat confdefs.h >>conftest.$ac_ext
13680cat >>conftest.$ac_ext <<_ACEOF
13681/* end confdefs.h. */
13682$ac_includes_default
13683int
13684main ()
13685{
13686static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
13687test_array [0] = 0
13688
13689 ;
13690 return 0;
13691}
13692_ACEOF
13693rm -f conftest.$ac_objext
13694if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13695 (eval $ac_compile) 2>conftest.er1
13696 ac_status=$?
13697 grep -v '^ *+' conftest.er1 >conftest.err
13698 rm -f conftest.er1
13699 cat conftest.err >&5
13700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13701 (exit $ac_status); } &&
13702 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13704 (eval $ac_try) 2>&5
13705 ac_status=$?
13706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13707 (exit $ac_status); }; } &&
13708 { ac_try='test -s conftest.$ac_objext'
13709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13710 (eval $ac_try) 2>&5
13711 ac_status=$?
13712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13713 (exit $ac_status); }; }; then
13714 ac_lo=$ac_mid; break
13715else
13716 echo "$as_me: failed program was:" >&5
13717sed 's/^/| /' conftest.$ac_ext >&5
13718
13719ac_hi=`expr '(' $ac_mid ')' - 1`
13720 if test $ac_mid -le $ac_hi; then
13721 ac_lo= ac_hi=
13722 break
13723 fi
13724 ac_mid=`expr 2 '*' $ac_mid`
13725fi
13726rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13727 done
13728else
13729 echo "$as_me: failed program was:" >&5
13730sed 's/^/| /' conftest.$ac_ext >&5
13731
13732ac_lo= ac_hi=
13733fi
13734rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13735fi
13736rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13737# Binary search between lo and hi bounds.
13738while test "x$ac_lo" != "x$ac_hi"; do
13739 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7712 cat > conftest.$ac_ext <<EOF 13740 cat >conftest.$ac_ext <<_ACEOF
7713#line 7714 "configure" 13741/* confdefs.h. */
7714#include "confdefs.h" 13742_ACEOF
13743cat confdefs.h >>conftest.$ac_ext
13744cat >>conftest.$ac_ext <<_ACEOF
13745/* end confdefs.h. */
13746$ac_includes_default
13747int
13748main ()
13749{
13750static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13751test_array [0] = 0
13752
13753 ;
13754 return 0;
13755}
13756_ACEOF
13757rm -f conftest.$ac_objext
13758if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13759 (eval $ac_compile) 2>conftest.er1
13760 ac_status=$?
13761 grep -v '^ *+' conftest.er1 >conftest.err
13762 rm -f conftest.er1
13763 cat conftest.err >&5
13764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13765 (exit $ac_status); } &&
13766 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13768 (eval $ac_try) 2>&5
13769 ac_status=$?
13770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13771 (exit $ac_status); }; } &&
13772 { ac_try='test -s conftest.$ac_objext'
13773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13774 (eval $ac_try) 2>&5
13775 ac_status=$?
13776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13777 (exit $ac_status); }; }; then
13778 ac_hi=$ac_mid
13779else
13780 echo "$as_me: failed program was:" >&5
13781sed 's/^/| /' conftest.$ac_ext >&5
13782
13783ac_lo=`expr '(' $ac_mid ')' + 1`
13784fi
13785rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13786done
13787case $ac_lo in
13788?*) ac_cv_sizeof_int_p=$ac_lo;;
13789'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
13790See \`config.log' for more details." >&5
13791echo "$as_me: error: cannot compute sizeof (int *), 77
13792See \`config.log' for more details." >&2;}
13793 { (exit 1); exit 1; }; } ;;
13794esac
13795else
13796 if test "$cross_compiling" = yes; then
13797 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13798echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13799 { (exit 1); exit 1; }; }
13800else
13801 cat >conftest.$ac_ext <<_ACEOF
13802/* confdefs.h. */
13803_ACEOF
13804cat confdefs.h >>conftest.$ac_ext
13805cat >>conftest.$ac_ext <<_ACEOF
13806/* end confdefs.h. */
13807$ac_includes_default
13808long longval () { return (long) (sizeof (int *)); }
13809unsigned long ulongval () { return (long) (sizeof (int *)); }
7715#include <stdio.h> 13810#include <stdio.h>
7716#include <sys/types.h> 13811#include <stdlib.h>
13812int
7717main() 13813main ()
7718{ 13814{
13815
7719 FILE *f=fopen("conftestval", "w"); 13816 FILE *f = fopen ("conftest.val", "w");
7720 if (!f) exit(1); 13817 if (! f)
7721 fprintf(f, "%d\n", sizeof(short));
7722 exit(0); 13818 exit (1);
13819 if (((long) (sizeof (int *))) < 0)
13820 {
13821 long i = longval ();
13822 if (i != ((long) (sizeof (int *))))
13823 exit (1);
13824 fprintf (f, "%ld\n", i);
13825 }
13826 else
13827 {
13828 unsigned long i = ulongval ();
13829 if (i != ((long) (sizeof (int *))))
13830 exit (1);
13831 fprintf (f, "%lu\n", i);
13832 }
13833 exit (ferror (f) || fclose (f) != 0);
13834
13835 ;
13836 return 0;
7723} 13837}
7724EOF 13838_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 13839rm -f conftest$ac_exeext
7726then 13840if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13841 (eval $ac_link) 2>&5
13842 ac_status=$?
13843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13844 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13846 (eval $ac_try) 2>&5
13847 ac_status=$?
13848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13849 (exit $ac_status); }; }; then
7727 ac_cv_sizeof_short=`cat conftestval` 13850 ac_cv_sizeof_int_p=`cat conftest.val`
7728else 13851else
13852 echo "$as_me: program exited with status $ac_status" >&5
7729 echo "configure: failed program was:" >&5 13853echo "$as_me: failed program was:" >&5
7730 cat conftest.$ac_ext >&5 13854sed 's/^/| /' conftest.$ac_ext >&5
7731 rm -fr conftest* 13855
7732 ac_cv_sizeof_short=0 13856( exit $ac_status )
13857{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
13858See \`config.log' for more details." >&5
13859echo "$as_me: error: cannot compute sizeof (int *), 77
13860See \`config.log' for more details." >&2;}
13861 { (exit 1); exit 1; }; }
7733fi 13862fi
13863rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13864fi
13865fi
7734rm -fr conftest* 13866rm -f conftest.val
13867else
13868 ac_cv_sizeof_int_p=0
7735fi 13869fi
7736
7737fi 13870fi
7738echo "$ac_t""$ac_cv_sizeof_short" 1>&6 13871echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
13872echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
7739cat >> confdefs.h <<EOF 13873cat >>confdefs.h <<_ACEOF
7740#define SIZEOF_SHORT $ac_cv_sizeof_short 13874#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7741EOF 13875_ACEOF
7742 13876
7743 13877
7744echo $ac_n "checking size of int""... $ac_c" 1>&6 13878
7745echo "configure:7746: checking size of int" >&5 13879
7746if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 13880echo "$as_me:$LINENO: checking for int16_t" >&5
13881echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
13882if test "${rxvt_cv_int16_t+set}" = set; then
7747 echo $ac_n "(cached) $ac_c" 1>&6 13883 echo $ECHO_N "(cached) $ECHO_C" >&6
7748else 13884else
7749 if test "$cross_compiling" = yes; then
7750 ac_cv_sizeof_int=4
7751else
7752 cat > conftest.$ac_ext <<EOF 13885 cat >conftest.$ac_ext <<_ACEOF
7753#line 7754 "configure" 13886/* confdefs.h. */
7754#include "confdefs.h" 13887_ACEOF
13888cat confdefs.h >>conftest.$ac_ext
13889cat >>conftest.$ac_ext <<_ACEOF
13890/* end confdefs.h. */
7755#include <stdio.h> 13891#include <stdint.h>
7756#include <sys/types.h> 13892int
7757main() 13893main ()
7758{ 13894{
7759 FILE *f=fopen("conftestval", "w"); 13895int16_t dummy;
7760 if (!f) exit(1); 13896 ;
7761 fprintf(f, "%d\n", sizeof(int)); 13897 return 0;
7762 exit(0);
7763} 13898}
7764EOF 13899_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 13900rm -f conftest.$ac_objext
7766then 13901if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7767 ac_cv_sizeof_int=`cat conftestval` 13902 (eval $ac_compile) 2>conftest.er1
7768else 13903 ac_status=$?
7769 echo "configure: failed program was:" >&5 13904 grep -v '^ *+' conftest.er1 >conftest.err
7770 cat conftest.$ac_ext >&5
7771 rm -fr conftest* 13905 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 13906 cat conftest.err >&5
7811 rm -fr conftest* 13907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 ac_cv_sizeof_long=0 13908 (exit $ac_status); } &&
7813fi 13909 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7814rm -fr conftest* 13910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7815fi 13911 (eval $ac_try) 2>&5
7816 13912 ac_status=$?
7817fi 13913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7818echo "$ac_t""$ac_cv_sizeof_long" 1>&6 13914 (exit $ac_status); }; } &&
7819cat >> confdefs.h <<EOF 13915 { ac_try='test -s conftest.$ac_objext'
7820#define SIZEOF_LONG $ac_cv_sizeof_long 13916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7821EOF 13917 (eval $ac_try) 2>&5
7822 13918 ac_status=$?
7823 13919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824echo $ac_n "checking size of long long""... $ac_c" 1>&6 13920 (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 13921 rxvt_cv_int16_t=yes
7922else 13922else
7923 echo "configure: failed program was:" >&5 13923 echo "$as_me: failed program was:" >&5
7924 cat conftest.$ac_ext >&5 13924sed 's/^/| /' conftest.$ac_ext >&5
7925 rm -rf conftest* 13925
7926 if test $ac_cv_sizeof_char -ge 2; then 13926if test $ac_cv_sizeof_char -ge 2; then
7927 rxvt_cv_int16_t=" char" 13927 rxvt_cv_int16_t=" char"
7928else 13928else
7929 if test $ac_cv_sizeof_short -ge 2; then 13929 if test $ac_cv_sizeof_short -ge 2; then
7930 rxvt_cv_int16_t=" short" 13930 rxvt_cv_int16_t=" short"
7931 else 13931 else
7943 fi 13943 fi
7944 fi 13944 fi
7945 fi 13945 fi
7946fi 13946fi
7947fi 13947fi
7948rm -f conftest* 13948rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7949fi 13949fi
7950 13950echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7951echo "$ac_t""$rxvt_cv_int16_t" 1>&6 13951echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7952if test x"$rxvt_cv_int16_t" != xyes; then 13952if test x"$rxvt_cv_int16_t" != xyes; then
7953 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 13953 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7954else 13954else
7955 if test x"" = x; then 13955 if test x"" = x; then
7956 rxvt_int16_typedef="/* typedef short int16_t; */" 13956 rxvt_int16_typedef="/* typedef short int16_t; */"
7957 else 13957 else
7958 rxvt_int16_typedef="/* typedef short int16_t; */" 13958 rxvt_int16_typedef="/* typedef short int16_t; */"
7959 fi 13959 fi
7960fi 13960fi
7961 13961
13962echo "$as_me:$LINENO: checking for uint16_t" >&5
7962echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 13963echo $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 13964if test "${rxvt_cv_uint16_t+set}" = set; then
7965 echo $ac_n "(cached) $ac_c" 1>&6 13965 echo $ECHO_N "(cached) $ECHO_C" >&6
7966else 13966else
7967 cat > conftest.$ac_ext <<EOF 13967 cat >conftest.$ac_ext <<_ACEOF
7968#line 7969 "configure" 13968/* confdefs.h. */
7969#include "confdefs.h" 13969_ACEOF
13970cat confdefs.h >>conftest.$ac_ext
13971cat >>conftest.$ac_ext <<_ACEOF
13972/* end confdefs.h. */
7970#include <stdint.h> 13973#include <stdint.h>
7971int main() { 13974int
13975main ()
13976{
7972uint16_t dummy; 13977uint16_t dummy;
13978 ;
7973; return 0; } 13979 return 0;
7974EOF 13980}
7975if { (eval echo configure:7976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13981_ACEOF
13982rm -f conftest.$ac_objext
13983if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13984 (eval $ac_compile) 2>conftest.er1
13985 ac_status=$?
13986 grep -v '^ *+' conftest.er1 >conftest.err
7976 rm -rf conftest* 13987 rm -f conftest.er1
13988 cat conftest.err >&5
13989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13990 (exit $ac_status); } &&
13991 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13993 (eval $ac_try) 2>&5
13994 ac_status=$?
13995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13996 (exit $ac_status); }; } &&
13997 { ac_try='test -s conftest.$ac_objext'
13998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13999 (eval $ac_try) 2>&5
14000 ac_status=$?
14001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14002 (exit $ac_status); }; }; then
7977 rxvt_cv_uint16_t=yes 14003 rxvt_cv_uint16_t=yes
7978else 14004else
7979 echo "configure: failed program was:" >&5 14005 echo "$as_me: failed program was:" >&5
7980 cat conftest.$ac_ext >&5 14006sed 's/^/| /' conftest.$ac_ext >&5
7981 rm -rf conftest* 14007
7982 if test $ac_cv_sizeof_char -ge 2; then 14008if test $ac_cv_sizeof_char -ge 2; then
7983 rxvt_cv_uint16_t="unsigned char" 14009 rxvt_cv_uint16_t="unsigned char"
7984else 14010else
7985 if test $ac_cv_sizeof_short -ge 2; then 14011 if test $ac_cv_sizeof_short -ge 2; then
7986 rxvt_cv_uint16_t="unsigned short" 14012 rxvt_cv_uint16_t="unsigned short"
7987 else 14013 else
7999 fi 14025 fi
8000 fi 14026 fi
8001 fi 14027 fi
8002fi 14028fi
8003fi 14029fi
8004rm -f conftest* 14030rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8005fi 14031fi
8006 14032echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8007echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 14033echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8008if test x"$rxvt_cv_uint16_t" != xyes; then 14034if test x"$rxvt_cv_uint16_t" != xyes; then
8009 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 14035 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8010else 14036else
8011 if test x"unsigned" = x; then 14037 if test x"unsigned" = x; then
8012 rxvt_uint16_typedef="/* typedef short uint16_t; */" 14038 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8013 else 14039 else
8014 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 14040 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8015 fi 14041 fi
8016fi 14042fi
8017 14043
14044echo "$as_me:$LINENO: checking for int32_t" >&5
8018echo $ac_n "checking for int32_t""... $ac_c" 1>&6 14045echo $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 14046if test "${rxvt_cv_int32_t+set}" = set; then
8021 echo $ac_n "(cached) $ac_c" 1>&6 14047 echo $ECHO_N "(cached) $ECHO_C" >&6
8022else 14048else
8023 cat > conftest.$ac_ext <<EOF 14049 cat >conftest.$ac_ext <<_ACEOF
8024#line 8025 "configure" 14050/* confdefs.h. */
8025#include "confdefs.h" 14051_ACEOF
14052cat confdefs.h >>conftest.$ac_ext
14053cat >>conftest.$ac_ext <<_ACEOF
14054/* end confdefs.h. */
8026#include <stdint.h> 14055#include <stdint.h>
8027int main() { 14056int
14057main ()
14058{
8028int32_t dummy; 14059int32_t dummy;
14060 ;
8029; return 0; } 14061 return 0;
8030EOF 14062}
8031if { (eval echo configure:8032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14063_ACEOF
14064rm -f conftest.$ac_objext
14065if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14066 (eval $ac_compile) 2>conftest.er1
14067 ac_status=$?
14068 grep -v '^ *+' conftest.er1 >conftest.err
8032 rm -rf conftest* 14069 rm -f conftest.er1
14070 cat conftest.err >&5
14071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14072 (exit $ac_status); } &&
14073 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14075 (eval $ac_try) 2>&5
14076 ac_status=$?
14077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14078 (exit $ac_status); }; } &&
14079 { ac_try='test -s conftest.$ac_objext'
14080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14081 (eval $ac_try) 2>&5
14082 ac_status=$?
14083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14084 (exit $ac_status); }; }; then
8033 rxvt_cv_int32_t=yes 14085 rxvt_cv_int32_t=yes
8034else 14086else
8035 echo "configure: failed program was:" >&5 14087 echo "$as_me: failed program was:" >&5
8036 cat conftest.$ac_ext >&5 14088sed 's/^/| /' conftest.$ac_ext >&5
8037 rm -rf conftest* 14089
8038 if test $ac_cv_sizeof_char -ge 4; then 14090if test $ac_cv_sizeof_char -ge 4; then
8039 rxvt_cv_int32_t=" char" 14091 rxvt_cv_int32_t=" char"
8040else 14092else
8041 if test $ac_cv_sizeof_short -ge 4; then 14093 if test $ac_cv_sizeof_short -ge 4; then
8042 rxvt_cv_int32_t=" short" 14094 rxvt_cv_int32_t=" short"
8043 else 14095 else
8055 fi 14107 fi
8056 fi 14108 fi
8057 fi 14109 fi
8058fi 14110fi
8059fi 14111fi
8060rm -f conftest* 14112rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8061fi 14113fi
8062 14114echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8063echo "$ac_t""$rxvt_cv_int32_t" 1>&6 14115echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8064if test x"$rxvt_cv_int32_t" != xyes; then 14116if test x"$rxvt_cv_int32_t" != xyes; then
8065 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 14117 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8066else 14118else
8067 if test x"" = x; then 14119 if test x"" = x; then
8068 rxvt_int32_typedef="/* typedef int int32_t; */" 14120 rxvt_int32_typedef="/* typedef int int32_t; */"
8069 else 14121 else
8070 rxvt_int32_typedef="/* typedef int int32_t; */" 14122 rxvt_int32_typedef="/* typedef int int32_t; */"
8071 fi 14123 fi
8072fi 14124fi
8073 14125
14126echo "$as_me:$LINENO: checking for uint32_t" >&5
8074echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 14127echo $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 14128if test "${rxvt_cv_uint32_t+set}" = set; then
8077 echo $ac_n "(cached) $ac_c" 1>&6 14129 echo $ECHO_N "(cached) $ECHO_C" >&6
8078else 14130else
8079 cat > conftest.$ac_ext <<EOF 14131 cat >conftest.$ac_ext <<_ACEOF
8080#line 8081 "configure" 14132/* confdefs.h. */
8081#include "confdefs.h" 14133_ACEOF
14134cat confdefs.h >>conftest.$ac_ext
14135cat >>conftest.$ac_ext <<_ACEOF
14136/* end confdefs.h. */
8082#include <stdint.h> 14137#include <stdint.h>
8083int main() { 14138int
14139main ()
14140{
8084uint32_t dummy; 14141uint32_t dummy;
14142 ;
8085; return 0; } 14143 return 0;
8086EOF 14144}
8087if { (eval echo configure:8088: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14145_ACEOF
14146rm -f conftest.$ac_objext
14147if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14148 (eval $ac_compile) 2>conftest.er1
14149 ac_status=$?
14150 grep -v '^ *+' conftest.er1 >conftest.err
8088 rm -rf conftest* 14151 rm -f conftest.er1
14152 cat conftest.err >&5
14153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14154 (exit $ac_status); } &&
14155 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14157 (eval $ac_try) 2>&5
14158 ac_status=$?
14159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14160 (exit $ac_status); }; } &&
14161 { ac_try='test -s conftest.$ac_objext'
14162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14163 (eval $ac_try) 2>&5
14164 ac_status=$?
14165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14166 (exit $ac_status); }; }; then
8089 rxvt_cv_uint32_t=yes 14167 rxvt_cv_uint32_t=yes
8090else 14168else
8091 echo "configure: failed program was:" >&5 14169 echo "$as_me: failed program was:" >&5
8092 cat conftest.$ac_ext >&5 14170sed 's/^/| /' conftest.$ac_ext >&5
8093 rm -rf conftest* 14171
8094 if test $ac_cv_sizeof_char -ge 4; then 14172if test $ac_cv_sizeof_char -ge 4; then
8095 rxvt_cv_uint32_t="unsigned char" 14173 rxvt_cv_uint32_t="unsigned char"
8096else 14174else
8097 if test $ac_cv_sizeof_short -ge 4; then 14175 if test $ac_cv_sizeof_short -ge 4; then
8098 rxvt_cv_uint32_t="unsigned short" 14176 rxvt_cv_uint32_t="unsigned short"
8099 else 14177 else
8111 fi 14189 fi
8112 fi 14190 fi
8113 fi 14191 fi
8114fi 14192fi
8115fi 14193fi
8116rm -f conftest* 14194rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8117fi 14195fi
8118 14196echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8119echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 14197echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8120if test x"$rxvt_cv_uint32_t" != xyes; then 14198if test x"$rxvt_cv_uint32_t" != xyes; then
8121 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 14199 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8122else 14200else
8123 if test x"unsigned" = x; then 14201 if test x"unsigned" = x; then
8124 rxvt_uint32_typedef="/* typedef int uint32_t; */" 14202 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8125 else 14203 else
8126 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 14204 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8127 fi 14205 fi
8128fi 14206fi
8129 14207
8130if test $ac_cv_sizeof_int_p -eq 8; then 14208if test $ac_cv_sizeof_int_p -eq 8; then
8131 rxvt_intp_define="#define intp_t int64_t" 14209 rxvt_intp_define="#define intp_t int64_t"
8132 rxvt_u_intp_define="#define u_intp_t u_int64_t" 14210 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8133else 14211else
8145 fi 14223 fi
8146fi 14224fi
8147 14225
8148 14226
8149 14227
14228echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8150echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 14229echo $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 14230if test "${ac_cv_type_signal+set}" = set; then
8153 echo $ac_n "(cached) $ac_c" 1>&6 14231 echo $ECHO_N "(cached) $ECHO_C" >&6
8154else 14232else
8155 cat > conftest.$ac_ext <<EOF 14233 cat >conftest.$ac_ext <<_ACEOF
8156#line 8157 "configure" 14234/* confdefs.h. */
8157#include "confdefs.h" 14235_ACEOF
14236cat confdefs.h >>conftest.$ac_ext
14237cat >>conftest.$ac_ext <<_ACEOF
14238/* end confdefs.h. */
8158#include <sys/types.h> 14239#include <sys/types.h>
8159#include <signal.h> 14240#include <signal.h>
8160#ifdef signal 14241#ifdef signal
8161#undef signal 14242# undef signal
8162#endif 14243#endif
8163#ifdef __cplusplus 14244#ifdef __cplusplus
8164extern "C" void (*signal (int, void (*)(int)))(int); 14245extern "C" void (*signal (int, void (*)(int)))(int);
8165#else 14246#else
8166void (*signal ()) (); 14247void (*signal ()) ();
8167#endif 14248#endif
8168 14249
8169int main() { 14250int
14251main ()
14252{
8170int i; 14253int i;
14254 ;
8171; return 0; } 14255 return 0;
8172EOF 14256}
8173if { (eval echo configure:8174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14257_ACEOF
14258rm -f conftest.$ac_objext
14259if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14260 (eval $ac_compile) 2>conftest.er1
14261 ac_status=$?
14262 grep -v '^ *+' conftest.er1 >conftest.err
8174 rm -rf conftest* 14263 rm -f conftest.er1
14264 cat conftest.err >&5
14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); } &&
14267 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14269 (eval $ac_try) 2>&5
14270 ac_status=$?
14271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14272 (exit $ac_status); }; } &&
14273 { ac_try='test -s conftest.$ac_objext'
14274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14275 (eval $ac_try) 2>&5
14276 ac_status=$?
14277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14278 (exit $ac_status); }; }; then
8175 ac_cv_type_signal=void 14279 ac_cv_type_signal=void
8176else 14280else
8177 echo "configure: failed program was:" >&5 14281 echo "$as_me: failed program was:" >&5
8178 cat conftest.$ac_ext >&5 14282sed 's/^/| /' conftest.$ac_ext >&5
8179 rm -rf conftest* 14283
8180 ac_cv_type_signal=int 14284ac_cv_type_signal=int
8181fi 14285fi
8182rm -f conftest* 14286rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8183fi 14287fi
8184 14288echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8185echo "$ac_t""$ac_cv_type_signal" 1>&6 14289echo "${ECHO_T}$ac_cv_type_signal" >&6
14290
8186cat >> confdefs.h <<EOF 14291cat >>confdefs.h <<_ACEOF
8187#define RETSIGTYPE $ac_cv_type_signal 14292#define RETSIGTYPE $ac_cv_type_signal
8188EOF 14293_ACEOF
8189 14294
8190 14295
8191 14296
8192case "$host_alias" in 14297case "$host_alias" in
8193 *ultrix) ac_cv_func_setsid='no' ;; 14298 *ultrix) ac_cv_func_setsid='no' ;;
8194 *) break;; 14299 *) break;;
8195esac 14300esac
14301
14302
14303
14304
14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
14317
14318
8196 14319
8197for ac_func in \ 14320for ac_func in \
8198 atexit \ 14321 atexit \
8199 revoke \ 14322 revoke \
8200 unsetenv \ 14323 unsetenv \
8213 nanosleep \ 14336 nanosleep \
8214 updwtmp \ 14337 updwtmp \
8215 ttyslot \ 14338 ttyslot \
8216 14339
8217do 14340do
14341as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14342echo "$as_me:$LINENO: checking for $ac_func" >&5
8218echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 14343echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8219echo "configure:8220: checking for $ac_func" >&5 14344if 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 14345 echo $ECHO_N "(cached) $ECHO_C" >&6
8222else 14346else
8223 cat > conftest.$ac_ext <<EOF 14347 cat >conftest.$ac_ext <<_ACEOF
8224#line 8225 "configure" 14348/* confdefs.h. */
8225#include "confdefs.h" 14349_ACEOF
14350cat confdefs.h >>conftest.$ac_ext
14351cat >>conftest.$ac_ext <<_ACEOF
14352/* end confdefs.h. */
14353/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14354 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14355#define $ac_func innocuous_$ac_func
14356
8226/* System header to define __stub macros and hopefully few prototypes, 14357/* System header to define __stub macros and hopefully few prototypes,
8227 which can conflict with char $ac_func(); below. */ 14358 which can conflict with char $ac_func (); below.
14359 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14360 <limits.h> exists even on freestanding compilers. */
14361
14362#ifdef __STDC__
14363# include <limits.h>
14364#else
8228#include <assert.h> 14365# include <assert.h>
14366#endif
14367
14368#undef $ac_func
14369
8229/* Override any gcc2 internal prototype to avoid an error. */ 14370/* Override any gcc2 internal prototype to avoid an error. */
14371#ifdef __cplusplus
14372extern "C"
14373{
14374#endif
8230/* We use char because int might match the return type of a gcc2 14375/* We use char because int might match the return type of a gcc2
8231 builtin and then its argument prototype would still apply. */ 14376 builtin and then its argument prototype would still apply. */
8232char $ac_func(); 14377char $ac_func ();
8233
8234int main() {
8235
8236/* The GNU C library defines this for functions which it implements 14378/* The GNU C library defines this for functions which it implements
8237 to always fail with ENOSYS. Some functions are actually named 14379 to always fail with ENOSYS. Some functions are actually named
8238 something starting with __ and the normal name is an alias. */ 14380 something starting with __ and the normal name is an alias. */
8239#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14381#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8240choke me 14382choke me
8241#else 14383#else
8242$ac_func(); 14384char (*f) () = $ac_func;
8243#endif 14385#endif
14386#ifdef __cplusplus
14387}
14388#endif
8244 14389
14390int
14391main ()
14392{
14393return f != $ac_func;
14394 ;
8245; return 0; } 14395 return 0;
8246EOF 14396}
8247if { (eval echo configure:8248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 14397_ACEOF
14398rm -f conftest.$ac_objext conftest$ac_exeext
14399if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14400 (eval $ac_link) 2>conftest.er1
14401 ac_status=$?
14402 grep -v '^ *+' conftest.er1 >conftest.err
8248 rm -rf conftest* 14403 rm -f conftest.er1
8249 eval "ac_cv_func_$ac_func=yes" 14404 cat conftest.err >&5
14405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14406 (exit $ac_status); } &&
14407 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14409 (eval $ac_try) 2>&5
14410 ac_status=$?
14411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14412 (exit $ac_status); }; } &&
14413 { ac_try='test -s conftest$ac_exeext'
14414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14415 (eval $ac_try) 2>&5
14416 ac_status=$?
14417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14418 (exit $ac_status); }; }; then
14419 eval "$as_ac_var=yes"
8250else 14420else
8251 echo "configure: failed program was:" >&5 14421 echo "$as_me: failed program was:" >&5
8252 cat conftest.$ac_ext >&5 14422sed 's/^/| /' conftest.$ac_ext >&5
8253 rm -rf conftest*
8254 eval "ac_cv_func_$ac_func=no"
8255fi
8256rm -f conftest*
8257fi
8258 14423
8259if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 14424eval "$as_ac_var=no"
8260 echo "$ac_t""yes" 1>&6 14425fi
8261 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 14426rm -f conftest.err conftest.$ac_objext \
14427 conftest$ac_exeext conftest.$ac_ext
14428fi
14429echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14430echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14431if test `eval echo '${'$as_ac_var'}'` = yes; then
8262 cat >> confdefs.h <<EOF 14432 cat >>confdefs.h <<_ACEOF
8263#define $ac_tr_func 1 14433#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8264EOF 14434_ACEOF
8265 14435
8266else
8267 echo "$ac_t""no" 1>&6
8268fi 14436fi
8269done 14437done
8270 14438
8271 14439
8272 14440
8273ac_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 14441if test "${ac_cv_header_utmp_h+set}" = set; then
14442 echo "$as_me:$LINENO: checking for utmp.h" >&5
8274echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 14443echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8275echo "configure:8276: checking for utmp.h" >&5 14444if 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 14445 echo $ECHO_N "(cached) $ECHO_C" >&6
14446fi
14447echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
14448echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
8278else 14449else
14450 # Is the header compilable?
14451echo "$as_me:$LINENO: checking utmp.h usability" >&5
14452echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
8279 cat > conftest.$ac_ext <<EOF 14453cat >conftest.$ac_ext <<_ACEOF
8280#line 8281 "configure" 14454/* confdefs.h. */
8281#include "confdefs.h" 14455_ACEOF
14456cat confdefs.h >>conftest.$ac_ext
14457cat >>conftest.$ac_ext <<_ACEOF
14458/* end confdefs.h. */
14459$ac_includes_default
8282#include <utmp.h> 14460#include <utmp.h>
8283EOF 14461_ACEOF
8284ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14462rm -f conftest.$ac_objext
8285{ (eval echo configure:8286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14463if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8286ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14464 (eval $ac_compile) 2>conftest.er1
14465 ac_status=$?
14466 grep -v '^ *+' conftest.er1 >conftest.err
14467 rm -f conftest.er1
14468 cat conftest.err >&5
14469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14470 (exit $ac_status); } &&
14471 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14473 (eval $ac_try) 2>&5
14474 ac_status=$?
14475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14476 (exit $ac_status); }; } &&
14477 { ac_try='test -s conftest.$ac_objext'
14478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14479 (eval $ac_try) 2>&5
14480 ac_status=$?
14481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14482 (exit $ac_status); }; }; then
14483 ac_header_compiler=yes
14484else
14485 echo "$as_me: failed program was:" >&5
14486sed 's/^/| /' conftest.$ac_ext >&5
14487
14488ac_header_compiler=no
14489fi
14490rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14491echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14492echo "${ECHO_T}$ac_header_compiler" >&6
14493
14494# Is the header present?
14495echo "$as_me:$LINENO: checking utmp.h presence" >&5
14496echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
14497cat >conftest.$ac_ext <<_ACEOF
14498/* confdefs.h. */
14499_ACEOF
14500cat confdefs.h >>conftest.$ac_ext
14501cat >>conftest.$ac_ext <<_ACEOF
14502/* end confdefs.h. */
14503#include <utmp.h>
14504_ACEOF
14505if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14506 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14507 ac_status=$?
14508 grep -v '^ *+' conftest.er1 >conftest.err
14509 rm -f conftest.er1
14510 cat conftest.err >&5
14511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14512 (exit $ac_status); } >/dev/null; then
14513 if test -s conftest.err; then
14514 ac_cpp_err=$ac_cxx_preproc_warn_flag
14515 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14516 else
14517 ac_cpp_err=
14518 fi
14519else
14520 ac_cpp_err=yes
14521fi
8287if test -z "$ac_err"; then 14522if test -z "$ac_cpp_err"; then
8288 rm -rf conftest* 14523 ac_header_preproc=yes
8289 eval "ac_cv_header_$ac_safe=yes"
8290else 14524else
8291 echo "$ac_err" >&5
8292 echo "configure: failed program was:" >&5 14525 echo "$as_me: failed program was:" >&5
8293 cat conftest.$ac_ext >&5 14526sed 's/^/| /' conftest.$ac_ext >&5
8294 rm -rf conftest* 14527
8295 eval "ac_cv_header_$ac_safe=no" 14528 ac_header_preproc=no
8296fi 14529fi
8297rm -f conftest* 14530rm -f conftest.err conftest.$ac_ext
14531echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14532echo "${ECHO_T}$ac_header_preproc" >&6
14533
14534# So? What about this header?
14535case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14536 yes:no: )
14537 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
14538echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14539 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
14540echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14541 ac_header_preproc=yes
14542 ;;
14543 no:yes:* )
14544 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
14545echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
14546 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
14547echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
14548 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
14549echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
14550 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
14551echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
14552 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
14553echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
14554 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
14555echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
14556 (
14557 cat <<\_ASBOX
14558## ------------------------------------------ ##
14559## Report this to the AC_PACKAGE_NAME lists. ##
14560## ------------------------------------------ ##
14561_ASBOX
14562 ) |
14563 sed "s/^/$as_me: WARNING: /" >&2
14564 ;;
14565esac
14566echo "$as_me:$LINENO: checking for utmp.h" >&5
14567echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
14568if test "${ac_cv_header_utmp_h+set}" = set; then
14569 echo $ECHO_N "(cached) $ECHO_C" >&6
14570else
14571 ac_cv_header_utmp_h=$ac_header_preproc
8298fi 14572fi
8299if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14573echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8300 echo "$ac_t""yes" 1>&6 14574echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
14575
14576fi
14577if test $ac_cv_header_utmp_h = yes; then
14578 echo "$as_me:$LINENO: checking for struct utmp" >&5
8301 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14579echo $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 14580if test "${rxvt_cv_struct_utmp+set}" = set; then
8304 echo $ac_n "(cached) $ac_c" 1>&6 14581 echo $ECHO_N "(cached) $ECHO_C" >&6
8305else 14582else
8306 cat > conftest.$ac_ext <<EOF 14583 cat >conftest.$ac_ext <<_ACEOF
8307#line 8308 "configure" 14584/* confdefs.h. */
8308#include "confdefs.h" 14585_ACEOF
14586cat confdefs.h >>conftest.$ac_ext
14587cat >>conftest.$ac_ext <<_ACEOF
14588/* end confdefs.h. */
8309#include <sys/types.h> 14589#include <sys/types.h>
8310#include <stdint.h> 14590#include <stdint.h>
8311#include <utmp.h> 14591#include <utmp.h>
8312int main() { 14592int
14593main ()
14594{
8313struct utmp ut; 14595struct utmp ut;
14596 ;
8314; return 0; } 14597 return 0;
8315EOF 14598}
8316if { (eval echo configure:8317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14599_ACEOF
14600rm -f conftest.$ac_objext
14601if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14602 (eval $ac_compile) 2>conftest.er1
14603 ac_status=$?
14604 grep -v '^ *+' conftest.er1 >conftest.err
8317 rm -rf conftest* 14605 rm -f conftest.er1
14606 cat conftest.err >&5
14607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14608 (exit $ac_status); } &&
14609 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14611 (eval $ac_try) 2>&5
14612 ac_status=$?
14613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14614 (exit $ac_status); }; } &&
14615 { ac_try='test -s conftest.$ac_objext'
14616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14617 (eval $ac_try) 2>&5
14618 ac_status=$?
14619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14620 (exit $ac_status); }; }; then
8318 rxvt_cv_struct_utmp=yes 14621 rxvt_cv_struct_utmp=yes
8319else 14622else
8320 echo "configure: failed program was:" >&5 14623 echo "$as_me: failed program was:" >&5
8321 cat conftest.$ac_ext >&5 14624sed 's/^/| /' conftest.$ac_ext >&5
8322 rm -rf conftest* 14625
8323 rxvt_cv_struct_utmp=no 14626rxvt_cv_struct_utmp=no
8324fi 14627fi
8325rm -f conftest* 14628rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8326fi 14629fi
8327 14630echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8328echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14631echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8329if test x$rxvt_cv_struct_utmp = xyes; then 14632if test x$rxvt_cv_struct_utmp = xyes; then
14633
8330 cat >> confdefs.h <<\EOF 14634cat >>confdefs.h <<\_ACEOF
8331#define HAVE_STRUCT_UTMP 1 14635#define HAVE_STRUCT_UTMP 1
8332EOF 14636_ACEOF
8333 14637
8334fi 14638fi
8335 14639
8336 14640
14641echo "$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 14642echo $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 14643if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8340 echo $ac_n "(cached) $ac_c" 1>&6 14644 echo $ECHO_N "(cached) $ECHO_C" >&6
8341else 14645else
8342 cat > conftest.$ac_ext <<EOF 14646 cat >conftest.$ac_ext <<_ACEOF
8343#line 8344 "configure" 14647/* confdefs.h. */
8344#include "confdefs.h" 14648_ACEOF
14649cat confdefs.h >>conftest.$ac_ext
14650cat >>conftest.$ac_ext <<_ACEOF
14651/* end confdefs.h. */
8345#include <sys/types.h> 14652#include <sys/types.h>
8346#include <utmp.h> 14653#include <utmp.h>
8347int main() { 14654int
14655main ()
14656{
8348struct utmp ut; ut.ut_host; 14657struct utmp ut; ut.ut_host;
14658 ;
8349; return 0; } 14659 return 0;
8350EOF 14660}
8351if { (eval echo configure:8352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14661_ACEOF
14662rm -f conftest.$ac_objext
14663if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14664 (eval $ac_compile) 2>conftest.er1
14665 ac_status=$?
14666 grep -v '^ *+' conftest.er1 >conftest.err
8352 rm -rf conftest* 14667 rm -f conftest.er1
14668 cat conftest.err >&5
14669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14670 (exit $ac_status); } &&
14671 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14673 (eval $ac_try) 2>&5
14674 ac_status=$?
14675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14676 (exit $ac_status); }; } &&
14677 { ac_try='test -s conftest.$ac_objext'
14678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14679 (eval $ac_try) 2>&5
14680 ac_status=$?
14681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14682 (exit $ac_status); }; }; then
8353 rxvt_cv_struct_utmp_host=yes 14683 rxvt_cv_struct_utmp_host=yes
8354else 14684else
8355 echo "configure: failed program was:" >&5 14685 echo "$as_me: failed program was:" >&5
8356 cat conftest.$ac_ext >&5 14686sed 's/^/| /' conftest.$ac_ext >&5
8357 rm -rf conftest* 14687
8358 rxvt_cv_struct_utmp_host=no 14688rxvt_cv_struct_utmp_host=no
8359fi 14689fi
8360rm -f conftest* 14690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8361fi 14691fi
8362 14692echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8363echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 14693echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8364if test x$rxvt_cv_struct_utmp_host = xyes; then 14694if test x$rxvt_cv_struct_utmp_host = xyes; then
14695
8365 cat >> confdefs.h <<\EOF 14696cat >>confdefs.h <<\_ACEOF
8366#define HAVE_UTMP_HOST 1 14697#define HAVE_UTMP_HOST 1
8367EOF 14698_ACEOF
8368 14699
8369fi 14700fi
8370 14701
14702echo "$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 14703echo $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 14704if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8374 echo $ac_n "(cached) $ac_c" 1>&6 14705 echo $ECHO_N "(cached) $ECHO_C" >&6
8375else 14706else
8376 cat > conftest.$ac_ext <<EOF 14707 cat >conftest.$ac_ext <<_ACEOF
8377#line 8378 "configure" 14708/* confdefs.h. */
8378#include "confdefs.h" 14709_ACEOF
14710cat confdefs.h >>conftest.$ac_ext
14711cat >>conftest.$ac_ext <<_ACEOF
14712/* end confdefs.h. */
8379#include <sys/types.h> 14713#include <sys/types.h>
8380#include <utmp.h> 14714#include <utmp.h>
8381int main() { 14715int
14716main ()
14717{
8382struct utmp ut; ut.ut_pid; 14718struct utmp ut; ut.ut_pid;
14719 ;
8383; return 0; } 14720 return 0;
8384EOF 14721}
8385if { (eval echo configure:8386: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14722_ACEOF
14723rm -f conftest.$ac_objext
14724if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14725 (eval $ac_compile) 2>conftest.er1
14726 ac_status=$?
14727 grep -v '^ *+' conftest.er1 >conftest.err
8386 rm -rf conftest* 14728 rm -f conftest.er1
14729 cat conftest.err >&5
14730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14731 (exit $ac_status); } &&
14732 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14734 (eval $ac_try) 2>&5
14735 ac_status=$?
14736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14737 (exit $ac_status); }; } &&
14738 { ac_try='test -s conftest.$ac_objext'
14739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14740 (eval $ac_try) 2>&5
14741 ac_status=$?
14742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14743 (exit $ac_status); }; }; then
8387 rxvt_cv_struct_utmp_pid=yes 14744 rxvt_cv_struct_utmp_pid=yes
8388else 14745else
8389 echo "configure: failed program was:" >&5 14746 echo "$as_me: failed program was:" >&5
8390 cat conftest.$ac_ext >&5 14747sed 's/^/| /' conftest.$ac_ext >&5
8391 rm -rf conftest* 14748
8392 rxvt_cv_struct_utmp_pid=no 14749rxvt_cv_struct_utmp_pid=no
8393fi 14750fi
8394rm -f conftest* 14751rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8395fi 14752fi
8396 14753echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8397echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 14754echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8398if test x$rxvt_cv_struct_utmp_pid = xyes; then 14755if test x$rxvt_cv_struct_utmp_pid = xyes; then
14756
8399 cat >> confdefs.h <<\EOF 14757cat >>confdefs.h <<\_ACEOF
8400#define HAVE_UTMP_PID 1 14758#define HAVE_UTMP_PID 1
8401EOF 14759_ACEOF
8402 14760
8403fi 14761fi
8404 14762
8405else
8406 echo "$ac_t""no" 1>&6
8407fi 14763fi
8408
8409 14764
8410ac_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 14765
14766
14767if test "${ac_cv_header_utmpx_h+set}" = set; then
14768 echo "$as_me:$LINENO: checking for utmpx.h" >&5
8411echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 14769echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8412echo "configure:8413: checking for utmpx.h" >&5 14770if 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 14771 echo $ECHO_N "(cached) $ECHO_C" >&6
14772fi
14773echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
14774echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
8415else 14775else
14776 # Is the header compilable?
14777echo "$as_me:$LINENO: checking utmpx.h usability" >&5
14778echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
8416 cat > conftest.$ac_ext <<EOF 14779cat >conftest.$ac_ext <<_ACEOF
8417#line 8418 "configure" 14780/* confdefs.h. */
8418#include "confdefs.h" 14781_ACEOF
14782cat confdefs.h >>conftest.$ac_ext
14783cat >>conftest.$ac_ext <<_ACEOF
14784/* end confdefs.h. */
14785$ac_includes_default
8419#include <utmpx.h> 14786#include <utmpx.h>
8420EOF 14787_ACEOF
8421ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14788rm -f conftest.$ac_objext
8422{ (eval echo configure:8423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14789if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8423ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14790 (eval $ac_compile) 2>conftest.er1
14791 ac_status=$?
14792 grep -v '^ *+' conftest.er1 >conftest.err
14793 rm -f conftest.er1
14794 cat conftest.err >&5
14795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14796 (exit $ac_status); } &&
14797 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14799 (eval $ac_try) 2>&5
14800 ac_status=$?
14801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14802 (exit $ac_status); }; } &&
14803 { ac_try='test -s conftest.$ac_objext'
14804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14805 (eval $ac_try) 2>&5
14806 ac_status=$?
14807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14808 (exit $ac_status); }; }; then
14809 ac_header_compiler=yes
14810else
14811 echo "$as_me: failed program was:" >&5
14812sed 's/^/| /' conftest.$ac_ext >&5
14813
14814ac_header_compiler=no
14815fi
14816rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14817echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14818echo "${ECHO_T}$ac_header_compiler" >&6
14819
14820# Is the header present?
14821echo "$as_me:$LINENO: checking utmpx.h presence" >&5
14822echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
14823cat >conftest.$ac_ext <<_ACEOF
14824/* confdefs.h. */
14825_ACEOF
14826cat confdefs.h >>conftest.$ac_ext
14827cat >>conftest.$ac_ext <<_ACEOF
14828/* end confdefs.h. */
14829#include <utmpx.h>
14830_ACEOF
14831if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14832 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14833 ac_status=$?
14834 grep -v '^ *+' conftest.er1 >conftest.err
14835 rm -f conftest.er1
14836 cat conftest.err >&5
14837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14838 (exit $ac_status); } >/dev/null; then
14839 if test -s conftest.err; then
14840 ac_cpp_err=$ac_cxx_preproc_warn_flag
14841 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14842 else
14843 ac_cpp_err=
14844 fi
14845else
14846 ac_cpp_err=yes
14847fi
8424if test -z "$ac_err"; then 14848if test -z "$ac_cpp_err"; then
8425 rm -rf conftest* 14849 ac_header_preproc=yes
8426 eval "ac_cv_header_$ac_safe=yes"
8427else 14850else
8428 echo "$ac_err" >&5
8429 echo "configure: failed program was:" >&5 14851 echo "$as_me: failed program was:" >&5
8430 cat conftest.$ac_ext >&5 14852sed 's/^/| /' conftest.$ac_ext >&5
8431 rm -rf conftest* 14853
8432 eval "ac_cv_header_$ac_safe=no" 14854 ac_header_preproc=no
8433fi 14855fi
8434rm -f conftest* 14856rm -f conftest.err conftest.$ac_ext
14857echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14858echo "${ECHO_T}$ac_header_preproc" >&6
14859
14860# So? What about this header?
14861case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14862 yes:no: )
14863 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
14864echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14865 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
14866echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14867 ac_header_preproc=yes
14868 ;;
14869 no:yes:* )
14870 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
14871echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
14872 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
14873echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
14874 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
14875echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
14876 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
14877echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
14878 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
14879echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
14880 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
14881echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
14882 (
14883 cat <<\_ASBOX
14884## ------------------------------------------ ##
14885## Report this to the AC_PACKAGE_NAME lists. ##
14886## ------------------------------------------ ##
14887_ASBOX
14888 ) |
14889 sed "s/^/$as_me: WARNING: /" >&2
14890 ;;
14891esac
14892echo "$as_me:$LINENO: checking for utmpx.h" >&5
14893echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
14894if test "${ac_cv_header_utmpx_h+set}" = set; then
14895 echo $ECHO_N "(cached) $ECHO_C" >&6
14896else
14897 ac_cv_header_utmpx_h=$ac_header_preproc
8435fi 14898fi
8436if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14899echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8437 echo "$ac_t""yes" 1>&6 14900echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
14901
14902fi
14903if test $ac_cv_header_utmpx_h = yes; then
14904 echo "$as_me:$LINENO: checking for struct utmpx" >&5
8438 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 14905echo $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 14906if test "${rxvt_cv_struct_utmpx+set}" = set; then
8441 echo $ac_n "(cached) $ac_c" 1>&6 14907 echo $ECHO_N "(cached) $ECHO_C" >&6
8442else 14908else
8443 cat > conftest.$ac_ext <<EOF 14909 cat >conftest.$ac_ext <<_ACEOF
8444#line 8445 "configure" 14910/* confdefs.h. */
8445#include "confdefs.h" 14911_ACEOF
14912cat confdefs.h >>conftest.$ac_ext
14913cat >>conftest.$ac_ext <<_ACEOF
14914/* end confdefs.h. */
8446#include <sys/types.h> 14915#include <sys/types.h>
8447#include <utmpx.h> 14916#include <utmpx.h>
8448int main() { 14917int
14918main ()
14919{
8449struct utmpx ut; 14920struct utmpx ut;
14921 ;
8450; return 0; } 14922 return 0;
8451EOF 14923}
8452if { (eval echo configure:8453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14924_ACEOF
14925rm -f conftest.$ac_objext
14926if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14927 (eval $ac_compile) 2>conftest.er1
14928 ac_status=$?
14929 grep -v '^ *+' conftest.er1 >conftest.err
8453 rm -rf conftest* 14930 rm -f conftest.er1
14931 cat conftest.err >&5
14932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14933 (exit $ac_status); } &&
14934 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14936 (eval $ac_try) 2>&5
14937 ac_status=$?
14938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14939 (exit $ac_status); }; } &&
14940 { ac_try='test -s conftest.$ac_objext'
14941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14942 (eval $ac_try) 2>&5
14943 ac_status=$?
14944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14945 (exit $ac_status); }; }; then
8454 rxvt_cv_struct_utmpx=yes 14946 rxvt_cv_struct_utmpx=yes
8455else 14947else
8456 echo "configure: failed program was:" >&5 14948 echo "$as_me: failed program was:" >&5
8457 cat conftest.$ac_ext >&5 14949sed 's/^/| /' conftest.$ac_ext >&5
8458 rm -rf conftest* 14950
8459 rxvt_cv_struct_utmpx=no 14951rxvt_cv_struct_utmpx=no
8460fi 14952fi
8461rm -f conftest* 14953rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8462fi 14954fi
8463 14955echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8464echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 14956echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8465if test x$rxvt_cv_struct_utmpx = xyes; then 14957if test x$rxvt_cv_struct_utmpx = xyes; then
14958
8466 cat >> confdefs.h <<\EOF 14959cat >>confdefs.h <<\_ACEOF
8467#define HAVE_STRUCT_UTMPX 1 14960#define HAVE_STRUCT_UTMPX 1
8468EOF 14961_ACEOF
8469 14962
8470fi 14963fi
8471 14964
8472 14965
14966echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8473echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 14967echo $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 14968if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8476 echo $ac_n "(cached) $ac_c" 1>&6 14969 echo $ECHO_N "(cached) $ECHO_C" >&6
8477else 14970else
8478 cat > conftest.$ac_ext <<EOF 14971 cat >conftest.$ac_ext <<_ACEOF
8479#line 8480 "configure" 14972/* confdefs.h. */
8480#include "confdefs.h" 14973_ACEOF
14974cat confdefs.h >>conftest.$ac_ext
14975cat >>conftest.$ac_ext <<_ACEOF
14976/* end confdefs.h. */
8481#include <sys/types.h> 14977#include <sys/types.h>
8482#include <utmpx.h> 14978#include <utmpx.h>
8483int main() { 14979int
14980main ()
14981{
8484struct utmpx utx; utx.ut_host; 14982struct utmpx utx; utx.ut_host;
14983 ;
8485; return 0; } 14984 return 0;
8486EOF 14985}
8487if { (eval echo configure:8488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14986_ACEOF
14987rm -f conftest.$ac_objext
14988if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14989 (eval $ac_compile) 2>conftest.er1
14990 ac_status=$?
14991 grep -v '^ *+' conftest.er1 >conftest.err
8488 rm -rf conftest* 14992 rm -f conftest.er1
14993 cat conftest.err >&5
14994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14995 (exit $ac_status); } &&
14996 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14998 (eval $ac_try) 2>&5
14999 ac_status=$?
15000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15001 (exit $ac_status); }; } &&
15002 { ac_try='test -s conftest.$ac_objext'
15003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15004 (eval $ac_try) 2>&5
15005 ac_status=$?
15006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15007 (exit $ac_status); }; }; then
8489 rxvt_cv_struct_utmpx_host=yes 15008 rxvt_cv_struct_utmpx_host=yes
8490else 15009else
8491 echo "configure: failed program was:" >&5 15010 echo "$as_me: failed program was:" >&5
8492 cat conftest.$ac_ext >&5 15011sed 's/^/| /' conftest.$ac_ext >&5
8493 rm -rf conftest* 15012
8494 rxvt_cv_struct_utmpx_host=no 15013rxvt_cv_struct_utmpx_host=no
8495fi 15014fi
8496rm -f conftest* 15015rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8497fi 15016fi
8498 15017echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8499echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 15018echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8500if test x$rxvt_cv_struct_utmpx_host = xyes; then 15019if test x$rxvt_cv_struct_utmpx_host = xyes; then
15020
8501 cat >> confdefs.h <<\EOF 15021cat >>confdefs.h <<\_ACEOF
8502#define HAVE_UTMPX_HOST 1 15022#define HAVE_UTMPX_HOST 1
8503EOF 15023_ACEOF
8504 15024
8505fi 15025fi
8506 15026
8507else
8508 echo "$ac_t""no" 1>&6
8509fi 15027fi
8510
8511 15028
15029
15030
15031echo "$as_me:$LINENO: checking for struct lastlog" >&5
8512echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 15032echo $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 15033if test "${rxvt_cv_struct_lastlog+set}" = set; then
8515 echo $ac_n "(cached) $ac_c" 1>&6 15034 echo $ECHO_N "(cached) $ECHO_C" >&6
8516else 15035else
8517 cat > conftest.$ac_ext <<EOF 15036 cat >conftest.$ac_ext <<_ACEOF
8518#line 8519 "configure" 15037/* confdefs.h. */
8519#include "confdefs.h" 15038_ACEOF
15039cat confdefs.h >>conftest.$ac_ext
15040cat >>conftest.$ac_ext <<_ACEOF
15041/* end confdefs.h. */
8520#include <sys/types.h> 15042#include <sys/types.h>
8521#include <utmp.h> 15043#include <utmp.h>
8522#ifdef HAVE_LASTLOG_H 15044#ifdef HAVE_LASTLOG_H
8523#include <lastlog.h> 15045#include <lastlog.h>
8524#endif 15046#endif
8525 15047
8526int main() { 15048int
15049main ()
15050{
8527struct lastlog ll; 15051struct lastlog ll;
15052 ;
8528; return 0; } 15053 return 0;
8529EOF 15054}
8530if { (eval echo configure:8531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15055_ACEOF
15056rm -f conftest.$ac_objext
15057if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15058 (eval $ac_compile) 2>conftest.er1
15059 ac_status=$?
15060 grep -v '^ *+' conftest.er1 >conftest.err
8531 rm -rf conftest* 15061 rm -f conftest.er1
15062 cat conftest.err >&5
15063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15064 (exit $ac_status); } &&
15065 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15067 (eval $ac_try) 2>&5
15068 ac_status=$?
15069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15070 (exit $ac_status); }; } &&
15071 { ac_try='test -s conftest.$ac_objext'
15072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15073 (eval $ac_try) 2>&5
15074 ac_status=$?
15075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15076 (exit $ac_status); }; }; then
8532 rxvt_cv_struct_lastlog=yes 15077 rxvt_cv_struct_lastlog=yes
8533else 15078else
8534 echo "configure: failed program was:" >&5 15079 echo "$as_me: failed program was:" >&5
8535 cat conftest.$ac_ext >&5 15080sed 's/^/| /' conftest.$ac_ext >&5
8536 rm -rf conftest* 15081
8537 rxvt_cv_struct_lastlog=no 15082rxvt_cv_struct_lastlog=no
8538fi 15083fi
8539rm -f conftest* 15084rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8540fi 15085fi
8541 15086echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8542echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 15087echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8543if test x$rxvt_cv_struct_lastlog = xyes; then 15088if test x$rxvt_cv_struct_lastlog = xyes; then
15089
8544 cat >> confdefs.h <<\EOF 15090cat >>confdefs.h <<\_ACEOF
8545#define HAVE_STRUCT_LASTLOG 1 15091#define HAVE_STRUCT_LASTLOG 1
8546EOF 15092_ACEOF
8547 15093
8548fi 15094fi
8549 15095
15096echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8550echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 15097echo $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 15098if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8553 echo $ac_n "(cached) $ac_c" 1>&6 15099 echo $ECHO_N "(cached) $ECHO_C" >&6
8554else 15100else
8555 cat > conftest.$ac_ext <<EOF 15101 cat >conftest.$ac_ext <<_ACEOF
8556#line 8557 "configure" 15102/* confdefs.h. */
8557#include "confdefs.h" 15103_ACEOF
15104cat confdefs.h >>conftest.$ac_ext
15105cat >>conftest.$ac_ext <<_ACEOF
15106/* end confdefs.h. */
8558#include <sys/types.h> 15107#include <sys/types.h>
8559#include <utmpx.h> 15108#include <utmpx.h>
8560#ifdef HAVE_LASTLOG_H 15109#ifdef HAVE_LASTLOG_H
8561#include <lastlog.h> 15110#include <lastlog.h>
8562#endif 15111#endif
8563 15112
8564int main() { 15113int
15114main ()
15115{
8565struct lastlogx ll; 15116struct lastlogx ll;
15117 ;
8566; return 0; } 15118 return 0;
8567EOF 15119}
8568if { (eval echo configure:8569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15120_ACEOF
15121rm -f conftest.$ac_objext
15122if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15123 (eval $ac_compile) 2>conftest.er1
15124 ac_status=$?
15125 grep -v '^ *+' conftest.er1 >conftest.err
8569 rm -rf conftest* 15126 rm -f conftest.er1
15127 cat conftest.err >&5
15128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15129 (exit $ac_status); } &&
15130 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15132 (eval $ac_try) 2>&5
15133 ac_status=$?
15134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15135 (exit $ac_status); }; } &&
15136 { ac_try='test -s conftest.$ac_objext'
15137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15138 (eval $ac_try) 2>&5
15139 ac_status=$?
15140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15141 (exit $ac_status); }; }; then
8570 rxvt_cv_struct_lastlogx=yes 15142 rxvt_cv_struct_lastlogx=yes
8571else 15143else
8572 echo "configure: failed program was:" >&5 15144 echo "$as_me: failed program was:" >&5
8573 cat conftest.$ac_ext >&5 15145sed 's/^/| /' conftest.$ac_ext >&5
8574 rm -rf conftest* 15146
8575 rxvt_cv_struct_lastlogx=no 15147rxvt_cv_struct_lastlogx=no
8576fi 15148fi
8577rm -f conftest* 15149rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8578fi 15150fi
8579 15151echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8580echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 15152echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8581if test x$rxvt_cv_struct_lastlogx = xyes; then 15153if test x$rxvt_cv_struct_lastlogx = xyes; then
15154
8582 cat >> confdefs.h <<\EOF 15155cat >>confdefs.h <<\_ACEOF
8583#define HAVE_STRUCT_LASTLOGX 1 15156#define HAVE_STRUCT_LASTLOGX 1
8584EOF 15157_ACEOF
8585 15158
8586fi 15159fi
8587 15160
8588 15161
15162echo "$as_me:$LINENO: checking where utmp is located" >&5
8589echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 15163echo $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 15164if test "${rxvt_cv_path_utmp+set}" = set; then
8592 echo $ac_n "(cached) $ac_c" 1>&6 15165 echo $ECHO_N "(cached) $ECHO_C" >&6
8593else 15166else
8594 if test "$cross_compiling" = yes; then 15167 if test "$cross_compiling" = yes; then
15168 { 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 15169echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
8596else 15170else
8597 cat > conftest.$ac_ext <<EOF 15171 cat >conftest.$ac_ext <<_ACEOF
8598#line 8599 "configure" 15172/* confdefs.h. */
8599#include "confdefs.h" 15173_ACEOF
15174cat confdefs.h >>conftest.$ac_ext
15175cat >>conftest.$ac_ext <<_ACEOF
15176/* end confdefs.h. */
8600#include <stdio.h> 15177#include <stdio.h>
8601#include <sys/types.h> 15178#include <sys/types.h>
8602#include <utmp.h> 15179#include <utmp.h>
8603#include <errno.h> 15180#include <errno.h>
8604main() 15181main()
8621 exit(0); 15198 exit(0);
8622 } 15199 }
8623 } 15200 }
8624 exit(0); 15201 exit(0);
8625} 15202}
8626EOF 15203_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 15204rm -f conftest$ac_exeext
8628then 15205if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15206 (eval $ac_link) 2>&5
15207 ac_status=$?
15208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15209 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15211 (eval $ac_try) 2>&5
15212 ac_status=$?
15213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15214 (exit $ac_status); }; }; then
8629 rxvt_cv_path_utmp=`cat conftestval` 15215 rxvt_cv_path_utmp=`cat conftestval`
8630else 15216else
15217 echo "$as_me: program exited with status $ac_status" >&5
8631 echo "configure: failed program was:" >&5 15218echo "$as_me: failed program was:" >&5
8632 cat conftest.$ac_ext >&5 15219sed 's/^/| /' conftest.$ac_ext >&5
8633 rm -fr conftest* 15220
15221( exit $ac_status )
8634 rxvt_cv_path_utmp= 15222rxvt_cv_path_utmp=
8635fi 15223fi
8636rm -fr conftest* 15224rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8637fi 15225fi
8638
8639fi 15226fi
8640 15227echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8641echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 15228echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8642if test x$rxvt_cv_path_utmp != x; then 15229if test x$rxvt_cv_path_utmp != x; then
15230
8643 cat >> confdefs.h <<EOF 15231cat >>confdefs.h <<_ACEOF
8644#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 15232#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8645EOF 15233_ACEOF
8646 15234
8647fi 15235fi
8648 15236
8649 15237
15238echo "$as_me:$LINENO: checking where utmpx is located" >&5
8650echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 15239echo $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 15240if test "${rxvt_cv_path_utmpx+set}" = set; then
8653 echo $ac_n "(cached) $ac_c" 1>&6 15241 echo $ECHO_N "(cached) $ECHO_C" >&6
8654else 15242else
8655 if test "$cross_compiling" = yes; then 15243 if test "$cross_compiling" = yes; then
15244 { 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 15245echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
8657else 15246else
8658 cat > conftest.$ac_ext <<EOF 15247 cat >conftest.$ac_ext <<_ACEOF
8659#line 8660 "configure" 15248/* confdefs.h. */
8660#include "confdefs.h" 15249_ACEOF
15250cat confdefs.h >>conftest.$ac_ext
15251cat >>conftest.$ac_ext <<_ACEOF
15252/* end confdefs.h. */
8661#include <stdio.h> 15253#include <stdio.h>
8662#include <sys/types.h> 15254#include <sys/types.h>
8663#include <utmpx.h> 15255#include <utmpx.h>
8664#include <errno.h> 15256#include <errno.h>
8665#include <sys/stat.h> 15257#include <sys/stat.h>
8692 exit(0); 15284 exit(0);
8693 } 15285 }
8694 } 15286 }
8695 exit(0); 15287 exit(0);
8696} 15288}
8697EOF 15289_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 15290rm -f conftest$ac_exeext
8699then 15291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15292 (eval $ac_link) 2>&5
15293 ac_status=$?
15294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15295 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15297 (eval $ac_try) 2>&5
15298 ac_status=$?
15299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15300 (exit $ac_status); }; }; then
8700 rxvt_cv_path_utmpx=`cat conftestval` 15301 rxvt_cv_path_utmpx=`cat conftestval`
8701else 15302else
15303 echo "$as_me: program exited with status $ac_status" >&5
8702 echo "configure: failed program was:" >&5 15304echo "$as_me: failed program was:" >&5
8703 cat conftest.$ac_ext >&5 15305sed 's/^/| /' conftest.$ac_ext >&5
8704 rm -fr conftest* 15306
15307( exit $ac_status )
8705 rxvt_cv_path_utmpx= 15308rxvt_cv_path_utmpx=
8706fi 15309fi
8707rm -fr conftest* 15310rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8708fi 15311fi
8709
8710fi 15312fi
8711 15313echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8712echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 15314echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8713if test x$rxvt_cv_path_utmpx != x; then 15315if test x$rxvt_cv_path_utmpx != x; then
15316
8714 cat >> confdefs.h <<EOF 15317cat >>confdefs.h <<_ACEOF
8715#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 15318#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8716EOF 15319_ACEOF
8717 15320
8718fi 15321fi
8719 15322
8720 15323
15324echo "$as_me:$LINENO: checking where wtmp is located" >&5
8721echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 15325echo $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 15326if test "${rxvt_cv_path_wtmp+set}" = set; then
8724 echo $ac_n "(cached) $ac_c" 1>&6 15327 echo $ECHO_N "(cached) $ECHO_C" >&6
8725else 15328else
8726 if test "$cross_compiling" = yes; then 15329 if test "$cross_compiling" = yes; then
15330 { 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 15331echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
8728else 15332else
8729 cat > conftest.$ac_ext <<EOF 15333 cat >conftest.$ac_ext <<_ACEOF
8730#line 8731 "configure" 15334/* confdefs.h. */
8731#include "confdefs.h" 15335_ACEOF
15336cat confdefs.h >>conftest.$ac_ext
15337cat >>conftest.$ac_ext <<_ACEOF
15338/* end confdefs.h. */
8732#include <stdio.h> 15339#include <stdio.h>
8733#include <sys/types.h> 15340#include <sys/types.h>
8734#ifdef HAVE_UTMP_H 15341#ifdef HAVE_UTMP_H
8735#include <utmp.h> 15342#include <utmp.h>
8736#endif 15343#endif
8737#include <errno.h> 15344#include <errno.h>
8738main() 15345main()
8739{ 15346{
8740 char **w, *wtmplist[] = { 15347 char **w, *wtmplist[] = {
8741 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL }; 15348 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
8742 FILE *a, *f=fopen("conftestval", "w"); 15349 FILE *a, *f=fopen("conftestval", "w");
8743 if (!f) exit(1); 15350 if (!f) exit(1);
8744#ifdef WTMP_FILE 15351#ifdef WTMP_FILE
8745 fprintf(f, "%s\n", WTMP_FILE); 15352 fprintf(f, "%s\n", WTMP_FILE);
8746 exit(0); 15353 exit(0);
8755 exit(0); 15362 exit(0);
8756 } 15363 }
8757 } 15364 }
8758 exit(0); 15365 exit(0);
8759} 15366}
8760EOF 15367_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 15368rm -f conftest$ac_exeext
8762then 15369if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15370 (eval $ac_link) 2>&5
15371 ac_status=$?
15372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15373 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15375 (eval $ac_try) 2>&5
15376 ac_status=$?
15377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15378 (exit $ac_status); }; }; then
8763 rxvt_cv_path_wtmp=`cat conftestval` 15379 rxvt_cv_path_wtmp=`cat conftestval`
8764else 15380else
15381 echo "$as_me: program exited with status $ac_status" >&5
8765 echo "configure: failed program was:" >&5 15382echo "$as_me: failed program was:" >&5
8766 cat conftest.$ac_ext >&5 15383sed 's/^/| /' conftest.$ac_ext >&5
8767 rm -fr conftest* 15384
15385( exit $ac_status )
8768 rxvt_cv_path_wtmp= 15386rxvt_cv_path_wtmp=
8769fi 15387fi
8770rm -fr conftest* 15388rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8771fi 15389fi
8772
8773fi 15390fi
8774 15391echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8775echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 15392echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8776if test x$rxvt_cv_path_wtmp != x; then 15393if test x$rxvt_cv_path_wtmp != x; then
15394
8777 cat >> confdefs.h <<EOF 15395cat >>confdefs.h <<_ACEOF
8778#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 15396#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8779EOF 15397_ACEOF
8780 15398
8781fi 15399fi
8782 15400
15401echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8783echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 15402echo $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 15403if test "${rxvt_cv_path_wtmpx+set}" = set; then
8786 echo $ac_n "(cached) $ac_c" 1>&6 15404 echo $ECHO_N "(cached) $ECHO_C" >&6
8787else 15405else
8788 if test "$cross_compiling" = yes; then 15406 if test "$cross_compiling" = yes; then
15407 { 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 15408echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
8790else 15409else
8791 cat > conftest.$ac_ext <<EOF 15410 cat >conftest.$ac_ext <<_ACEOF
8792#line 8793 "configure" 15411/* confdefs.h. */
8793#include "confdefs.h" 15412_ACEOF
15413cat confdefs.h >>conftest.$ac_ext
15414cat >>conftest.$ac_ext <<_ACEOF
15415/* end confdefs.h. */
8794#include <stdio.h> 15416#include <stdio.h>
8795#ifdef HAVE_UTMPX_H 15417#ifdef HAVE_UTMPX_H
8796#include <utmpx.h> 15418#include <utmpx.h>
8797#endif 15419#endif
8798#include <errno.h> 15420#include <errno.h>
8799main() 15421main()
8800{ 15422{
8801 char **w, *wtmplist[] = { 15423 char **w, *wtmplist[] = {
8802 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 15424 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8803 FILE *a, *f=fopen("conftestval", "w"); 15425 FILE *a, *f=fopen("conftestval", "w");
8804 if (!f) exit(1); 15426 if (!f) exit(1);
8805#ifdef WTMPX_FILE 15427#ifdef WTMPX_FILE
8806 fprintf(f, "%s\n", WTMPX_FILE); 15428 fprintf(f, "%s\n", WTMPX_FILE);
8807 exit(0); 15429 exit(0);
8816 exit(0); 15438 exit(0);
8817 } 15439 }
8818 } 15440 }
8819 exit(0); 15441 exit(0);
8820} 15442}
8821EOF 15443_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 15444rm -f conftest$ac_exeext
8823then 15445if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15446 (eval $ac_link) 2>&5
15447 ac_status=$?
15448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15449 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15451 (eval $ac_try) 2>&5
15452 ac_status=$?
15453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15454 (exit $ac_status); }; }; then
8824 rxvt_cv_path_wtmpx=`cat conftestval` 15455 rxvt_cv_path_wtmpx=`cat conftestval`
8825else 15456else
15457 echo "$as_me: program exited with status $ac_status" >&5
8826 echo "configure: failed program was:" >&5 15458echo "$as_me: failed program was:" >&5
8827 cat conftest.$ac_ext >&5 15459sed 's/^/| /' conftest.$ac_ext >&5
8828 rm -fr conftest* 15460
15461( exit $ac_status )
8829 rxvt_cv_path_wtmpx= 15462rxvt_cv_path_wtmpx=
8830fi 15463fi
8831rm -fr conftest* 15464rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8832fi 15465fi
8833
8834fi 15466fi
8835 15467echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8836echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15468echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8837if test x$rxvt_cv_path_wtmpx != x; then 15469if test x$rxvt_cv_path_wtmpx != x; then
15470
8838 cat >> confdefs.h <<EOF 15471cat >>confdefs.h <<_ACEOF
8839#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15472#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8840EOF 15473_ACEOF
8841 15474
8842fi 15475fi
8843 15476
15477echo "$as_me:$LINENO: checking where lastlog is located" >&5
8844echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15478echo $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 15479if test "${rxvt_cv_path_lastlog+set}" = set; then
8847 echo $ac_n "(cached) $ac_c" 1>&6 15480 echo $ECHO_N "(cached) $ECHO_C" >&6
8848else 15481else
8849 if test "$cross_compiling" = yes; then 15482 if test "$cross_compiling" = yes; then
15483 { 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 15484echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
8851else 15485else
8852 cat > conftest.$ac_ext <<EOF 15486 cat >conftest.$ac_ext <<_ACEOF
8853#line 8854 "configure" 15487/* confdefs.h. */
8854#include "confdefs.h" 15488_ACEOF
15489cat confdefs.h >>conftest.$ac_ext
15490cat >>conftest.$ac_ext <<_ACEOF
15491/* end confdefs.h. */
8855#include <stdio.h> 15492#include <stdio.h>
8856#include <sys/types.h> 15493#include <sys/types.h>
8857#ifdef HAVE_UTMPX_H 15494#ifdef HAVE_UTMPX_H
8858#include <utmpx.h> 15495#include <utmpx.h>
8859#elif defined(HAVE_UTMP_H) 15496#elif defined(HAVE_UTMP_H)
8882 exit(0); 15519 exit(0);
8883 } 15520 }
8884 } 15521 }
8885 exit(0); 15522 exit(0);
8886} 15523}
8887EOF 15524_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 15525rm -f conftest$ac_exeext
8889then 15526if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15527 (eval $ac_link) 2>&5
15528 ac_status=$?
15529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15530 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15532 (eval $ac_try) 2>&5
15533 ac_status=$?
15534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15535 (exit $ac_status); }; }; then
8890 rxvt_cv_path_lastlog=`cat conftestval` 15536 rxvt_cv_path_lastlog=`cat conftestval`
8891else 15537else
15538 echo "$as_me: program exited with status $ac_status" >&5
8892 echo "configure: failed program was:" >&5 15539echo "$as_me: failed program was:" >&5
8893 cat conftest.$ac_ext >&5 15540sed 's/^/| /' conftest.$ac_ext >&5
8894 rm -fr conftest* 15541
15542( exit $ac_status )
8895 rxvt_cv_path_lastlog= 15543rxvt_cv_path_lastlog=
8896fi 15544fi
8897rm -fr conftest* 15545rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8898fi 15546fi
8899
8900fi 15547fi
8901 15548echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8902echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15549echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8903if test x$rxvt_cv_path_lastlog != x; then 15550if test x$rxvt_cv_path_lastlog != x; then
15551
8904 cat >> confdefs.h <<EOF 15552cat >>confdefs.h <<_ACEOF
8905#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15553#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8906EOF 15554_ACEOF
8907 15555
8908 if test -d "$rxvt_cv_path_lastlog"; then 15556 if test -d "$rxvt_cv_path_lastlog"; then
15557
8909 cat >> confdefs.h <<\EOF 15558cat >>confdefs.h <<\_ACEOF
8910#define LASTLOG_IS_DIR 1 15559#define LASTLOG_IS_DIR 1
8911EOF 15560_ACEOF
8912 15561
8913 fi 15562 fi
8914fi 15563fi
8915 15564
15565echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8916echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15566echo $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 15567if test "${rxvt_cv_path_lastlogx+set}" = set; then
8919 echo $ac_n "(cached) $ac_c" 1>&6 15568 echo $ECHO_N "(cached) $ECHO_C" >&6
8920else 15569else
8921 if test "$cross_compiling" = yes; then 15570 if test "$cross_compiling" = yes; then
15571 { 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 15572echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
8923else 15573else
8924 cat > conftest.$ac_ext <<EOF 15574 cat >conftest.$ac_ext <<_ACEOF
8925#line 8926 "configure" 15575/* confdefs.h. */
8926#include "confdefs.h" 15576_ACEOF
15577cat confdefs.h >>conftest.$ac_ext
15578cat >>conftest.$ac_ext <<_ACEOF
15579/* end confdefs.h. */
8927#include <stdio.h> 15580#include <stdio.h>
8928#ifdef HAVE_UTMPX_H 15581#ifdef HAVE_UTMPX_H
8929#include <utmpx.h> 15582#include <utmpx.h>
8930#endif 15583#endif
8931#include <errno.h> 15584#include <errno.h>
8948 exit(0); 15601 exit(0);
8949 } 15602 }
8950 } 15603 }
8951 exit(0); 15604 exit(0);
8952} 15605}
8953EOF 15606_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 15607rm -f conftest$ac_exeext
8955then 15608if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15609 (eval $ac_link) 2>&5
15610 ac_status=$?
15611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15612 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15614 (eval $ac_try) 2>&5
15615 ac_status=$?
15616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15617 (exit $ac_status); }; }; then
8956 rxvt_cv_path_lastlogx=`cat conftestval` 15618 rxvt_cv_path_lastlogx=`cat conftestval`
8957else 15619else
15620 echo "$as_me: program exited with status $ac_status" >&5
8958 echo "configure: failed program was:" >&5 15621echo "$as_me: failed program was:" >&5
8959 cat conftest.$ac_ext >&5 15622sed 's/^/| /' conftest.$ac_ext >&5
8960 rm -fr conftest* 15623
15624( exit $ac_status )
8961 rxvt_cv_path_lastlogx= 15625rxvt_cv_path_lastlogx=
8962fi 15626fi
8963rm -fr conftest* 15627rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8964fi 15628fi
8965
8966fi 15629fi
8967 15630echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8968echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15631echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8969if test x$rxvt_cv_path_lastlogx != x; then 15632if test x$rxvt_cv_path_lastlogx != x; then
15633
8970 cat >> confdefs.h <<EOF 15634cat >>confdefs.h <<_ACEOF
8971#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15635#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8972EOF 15636_ACEOF
8973 15637
8974fi 15638fi
8975 15639
8976 15640
15641echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8977echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15642echo $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 15643if test "${rxvt_cv_path_ttytab+set}" = set; then
8980 echo $ac_n "(cached) $ac_c" 1>&6 15644 echo $ECHO_N "(cached) $ECHO_C" >&6
8981else 15645else
8982 for ttys_file in /etc/ttys /etc/ttytab; 15646 for ttys_file in /etc/ttys /etc/ttytab;
8983do 15647do
8984 if test -f "$ttys_file" ; then 15648 if test -f "$ttys_file" ; then
8985 rxvt_cv_path_ttytab=$ttys_file 15649 rxvt_cv_path_ttytab=$ttys_file
8986 break 15650 break
8987 fi 15651 fi
8988done 15652done
8989 15653
8990fi 15654fi
8991 15655echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
8992echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15656echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
8993if test x$rxvt_cv_path_ttytab != x; then 15657if test x$rxvt_cv_path_ttytab != x; then
15658
8994 cat >> confdefs.h <<EOF 15659cat >>confdefs.h <<_ACEOF
8995#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 15660#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
8996EOF 15661_ACEOF
8997 15662
8998fi 15663fi
8999 15664
9000 15665
9001ac_save_LIBS=$LIBS 15666ac_save_LIBS=$LIBS
9003CFLAGS="$CFLAGS $X_CFLAGS" 15668CFLAGS="$CFLAGS $X_CFLAGS"
9004LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 15669LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9005if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 15670if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
9006 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 15671 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9007fi 15672fi
15673echo "$as_me:$LINENO: checking for working Xlocale" >&5
9008echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 15674echo $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 15675if test "${rxvt_cv_func_xlocale+set}" = set; then
9011 echo $ac_n "(cached) $ac_c" 1>&6 15676 echo $ECHO_N "(cached) $ECHO_C" >&6
9012else 15677else
9013 if test "$cross_compiling" = yes; then 15678 if test "$cross_compiling" = yes; then
15679 { 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 15680echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9015else 15681else
9016 cat > conftest.$ac_ext <<EOF 15682 cat >conftest.$ac_ext <<_ACEOF
9017#line 9018 "configure" 15683/* confdefs.h. */
9018#include "confdefs.h" 15684_ACEOF
15685cat confdefs.h >>conftest.$ac_ext
15686cat >>conftest.$ac_ext <<_ACEOF
15687/* end confdefs.h. */
9019#include <X11/Xlib.h> 15688#include <X11/Xlib.h>
9020main() { 15689main() {
9021char *p; 15690char *p;
9022if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 15691if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9023exit (XSupportsLocale() ? 0 : 1); 15692exit (XSupportsLocale() ? 0 : 1);
9024else 15693else
9025exit (1);} 15694exit (1);}
9026EOF 15695_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 15696rm -f conftest$ac_exeext
9028then 15697if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15698 (eval $ac_link) 2>&5
15699 ac_status=$?
15700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15701 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15703 (eval $ac_try) 2>&5
15704 ac_status=$?
15705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15706 (exit $ac_status); }; }; then
9029 rxvt_cv_func_xlocale=yes 15707 rxvt_cv_func_xlocale=yes
9030else 15708else
15709 echo "$as_me: program exited with status $ac_status" >&5
9031 echo "configure: failed program was:" >&5 15710echo "$as_me: failed program was:" >&5
9032 cat conftest.$ac_ext >&5 15711sed 's/^/| /' conftest.$ac_ext >&5
9033 rm -fr conftest* 15712
15713( exit $ac_status )
9034 rxvt_cv_func_xlocale=no 15714rxvt_cv_func_xlocale=no
9035fi 15715fi
9036rm -fr conftest* 15716rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9037fi 15717fi
9038
9039fi 15718fi
9040 15719echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9041echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 15720echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9042if test x$rxvt_cv_func_xlocale = xyes; then 15721if test x$rxvt_cv_func_xlocale = xyes; then
15722
9043 cat >> confdefs.h <<\EOF 15723cat >>confdefs.h <<\_ACEOF
9044#define HAVE_XLOCALE 1 15724#define HAVE_XLOCALE 1
9045EOF 15725_ACEOF
9046 15726
9047fi 15727fi
9048 15728
15729echo "$as_me:$LINENO: checking for working X setlocale" >&5
9049echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 15730echo $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 15731if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9052 echo $ac_n "(cached) $ac_c" 1>&6 15732 echo $ECHO_N "(cached) $ECHO_C" >&6
9053else 15733else
9054 cat > conftest.$ac_ext <<EOF 15734 cat >conftest.$ac_ext <<_ACEOF
9055#line 9056 "configure" 15735/* confdefs.h. */
9056#include "confdefs.h" 15736_ACEOF
15737cat confdefs.h >>conftest.$ac_ext
15738cat >>conftest.$ac_ext <<_ACEOF
15739/* end confdefs.h. */
9057#define X_LOCALE 1 15740#define X_LOCALE 1
9058#include <X11/Xlocale.h> 15741#include <X11/Xlocale.h>
9059int main() { 15742int
15743main ()
15744{
9060setlocale(LC_CTYPE, ""); 15745setlocale(LC_CTYPE, "");
15746 ;
9061; return 0; } 15747 return 0;
9062EOF 15748}
9063if { (eval echo configure:9064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15749_ACEOF
15750rm -f conftest.$ac_objext conftest$ac_exeext
15751if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15752 (eval $ac_link) 2>conftest.er1
15753 ac_status=$?
15754 grep -v '^ *+' conftest.er1 >conftest.err
9064 rm -rf conftest* 15755 rm -f conftest.er1
15756 cat conftest.err >&5
15757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15758 (exit $ac_status); } &&
15759 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15761 (eval $ac_try) 2>&5
15762 ac_status=$?
15763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15764 (exit $ac_status); }; } &&
15765 { ac_try='test -s conftest$ac_exeext'
15766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15767 (eval $ac_try) 2>&5
15768 ac_status=$?
15769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15770 (exit $ac_status); }; }; then
9065 rxvt_cv_func_xsetlocale=yes 15771 rxvt_cv_func_xsetlocale=yes
9066else 15772else
9067 echo "configure: failed program was:" >&5 15773 echo "$as_me: failed program was:" >&5
9068 cat conftest.$ac_ext >&5 15774sed 's/^/| /' conftest.$ac_ext >&5
9069 rm -rf conftest* 15775
9070 rxvt_cv_func_xsetlocale=no 15776rxvt_cv_func_xsetlocale=no
9071fi 15777fi
9072rm -f conftest* 15778rm -f conftest.err conftest.$ac_objext \
15779 conftest$ac_exeext conftest.$ac_ext
9073fi 15780fi
9074 15781echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9075echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 15782echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9076if test x$rxvt_cv_func_xsetlocale = xyes; then 15783if test x$rxvt_cv_func_xsetlocale = xyes; then
15784
9077 cat >> confdefs.h <<\EOF 15785cat >>confdefs.h <<\_ACEOF
9078#define HAVE_XSETLOCALE 1 15786#define HAVE_XSETLOCALE 1
9079EOF 15787_ACEOF
9080 15788
9081fi 15789fi
9082LIBS=$ac_save_LIBS 15790LIBS=$ac_save_LIBS
9083CFLAGS=$ac_save_CFLAGS 15791CFLAGS=$ac_save_CFLAGS
9084 15792
15793echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9085echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 15794echo $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 15795if test "${rxvt_cv_func_setlocale+set}" = set; then
9088 echo $ac_n "(cached) $ac_c" 1>&6 15796 echo $ECHO_N "(cached) $ECHO_C" >&6
9089else 15797else
9090 cat > conftest.$ac_ext <<EOF 15798 cat >conftest.$ac_ext <<_ACEOF
9091#line 9092 "configure" 15799/* confdefs.h. */
9092#include "confdefs.h" 15800_ACEOF
15801cat confdefs.h >>conftest.$ac_ext
15802cat >>conftest.$ac_ext <<_ACEOF
15803/* end confdefs.h. */
9093#include <locale.h> 15804#include <locale.h>
9094int main() { 15805int
15806main ()
15807{
9095setlocale(LC_CTYPE, ""); 15808setlocale(LC_CTYPE, "");
15809 ;
9096; return 0; } 15810 return 0;
9097EOF 15811}
9098if { (eval echo configure:9099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15812_ACEOF
15813rm -f conftest.$ac_objext conftest$ac_exeext
15814if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15815 (eval $ac_link) 2>conftest.er1
15816 ac_status=$?
15817 grep -v '^ *+' conftest.er1 >conftest.err
9099 rm -rf conftest* 15818 rm -f conftest.er1
15819 cat conftest.err >&5
15820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15821 (exit $ac_status); } &&
15822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15824 (eval $ac_try) 2>&5
15825 ac_status=$?
15826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15827 (exit $ac_status); }; } &&
15828 { ac_try='test -s conftest$ac_exeext'
15829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15830 (eval $ac_try) 2>&5
15831 ac_status=$?
15832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15833 (exit $ac_status); }; }; then
9100 rxvt_cv_func_setlocale=yes 15834 rxvt_cv_func_setlocale=yes
9101else 15835else
9102 echo "configure: failed program was:" >&5 15836 echo "$as_me: failed program was:" >&5
9103 cat conftest.$ac_ext >&5 15837sed 's/^/| /' conftest.$ac_ext >&5
9104 rm -rf conftest* 15838
9105 rxvt_cv_func_setlocale=no 15839rxvt_cv_func_setlocale=no
9106fi 15840fi
9107rm -f conftest* 15841rm -f conftest.err conftest.$ac_objext \
15842 conftest$ac_exeext conftest.$ac_ext
9108fi 15843fi
9109 15844echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9110echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 15845echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9111if test x$rxvt_cv_func_setlocale = xyes; then 15846if test x$rxvt_cv_func_setlocale = xyes; then
15847
9112 cat >> confdefs.h <<\EOF 15848cat >>confdefs.h <<\_ACEOF
9113#define HAVE_SETLOCALE 1 15849#define HAVE_SETLOCALE 1
9114EOF 15850_ACEOF
9115 15851
9116fi 15852fi
9117 15853
15854echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9118echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 15855echo $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 15856if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9121 echo $ac_n "(cached) $ac_c" 1>&6 15857 echo $ECHO_N "(cached) $ECHO_C" >&6
9122else 15858else
9123 cat > conftest.$ac_ext <<EOF 15859 cat >conftest.$ac_ext <<_ACEOF
9124#line 9125 "configure" 15860/* confdefs.h. */
9125#include "confdefs.h" 15861_ACEOF
15862cat confdefs.h >>conftest.$ac_ext
15863cat >>conftest.$ac_ext <<_ACEOF
15864/* end confdefs.h. */
9126#include <langinfo.h> 15865#include <langinfo.h>
9127int main() { 15866int
15867main ()
15868{
9128nl_langinfo(CODESET); 15869nl_langinfo(CODESET);
15870 ;
9129; return 0; } 15871 return 0;
9130EOF 15872}
9131if { (eval echo configure:9132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15873_ACEOF
15874rm -f conftest.$ac_objext conftest$ac_exeext
15875if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15876 (eval $ac_link) 2>conftest.er1
15877 ac_status=$?
15878 grep -v '^ *+' conftest.er1 >conftest.err
9132 rm -rf conftest* 15879 rm -f conftest.er1
15880 cat conftest.err >&5
15881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15882 (exit $ac_status); } &&
15883 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15885 (eval $ac_try) 2>&5
15886 ac_status=$?
15887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15888 (exit $ac_status); }; } &&
15889 { ac_try='test -s conftest$ac_exeext'
15890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15891 (eval $ac_try) 2>&5
15892 ac_status=$?
15893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15894 (exit $ac_status); }; }; then
9133 rxvt_cv_func_nl_langinfo=yes 15895 rxvt_cv_func_nl_langinfo=yes
9134else 15896else
9135 echo "configure: failed program was:" >&5 15897 echo "$as_me: failed program was:" >&5
9136 cat conftest.$ac_ext >&5 15898sed 's/^/| /' conftest.$ac_ext >&5
9137 rm -rf conftest* 15899
9138 rxvt_cv_func_nl_langinfo=no 15900rxvt_cv_func_nl_langinfo=no
9139fi 15901fi
9140rm -f conftest* 15902rm -f conftest.err conftest.$ac_objext \
15903 conftest$ac_exeext conftest.$ac_ext
9141fi 15904fi
9142 15905echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9143echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 15906echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9144if test x$rxvt_cv_func_nl_langinfo = xyes; then 15907if test x$rxvt_cv_func_nl_langinfo = xyes; then
15908
9145 cat >> confdefs.h <<\EOF 15909cat >>confdefs.h <<\_ACEOF
9146#define HAVE_NL_LANGINFO 1 15910#define HAVE_NL_LANGINFO 1
9147EOF 15911_ACEOF
9148 15912
9149fi 15913fi
9150 15914
15915echo "$as_me:$LINENO: checking for getpt" >&5
9151echo $ac_n "checking for getpt""... $ac_c" 1>&6 15916echo $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 15917if test "${rxvt_cv_func_getpt+set}" = set; then
9154 echo $ac_n "(cached) $ac_c" 1>&6 15918 echo $ECHO_N "(cached) $ECHO_C" >&6
9155else 15919else
9156 cat > conftest.$ac_ext <<EOF 15920 cat >conftest.$ac_ext <<_ACEOF
9157#line 9158 "configure" 15921/* confdefs.h. */
9158#include "confdefs.h" 15922_ACEOF
15923cat confdefs.h >>conftest.$ac_ext
15924cat >>conftest.$ac_ext <<_ACEOF
15925/* end confdefs.h. */
9159#define _GNU_SOURCE 15926#define _GNU_SOURCE
9160#ifdef HAVE_STDLIB_H 15927#ifdef HAVE_STDLIB_H
9161# include <stdlib.h> 15928# include <stdlib.h>
9162#endif 15929#endif
9163int main() { 15930int
15931main ()
15932{
9164(void)getpt(); 15933(void)getpt();
15934 ;
9165; return 0; } 15935 return 0;
9166EOF 15936}
9167if { (eval echo configure:9168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15937_ACEOF
15938rm -f conftest.$ac_objext conftest$ac_exeext
15939if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15940 (eval $ac_link) 2>conftest.er1
15941 ac_status=$?
15942 grep -v '^ *+' conftest.er1 >conftest.err
9168 rm -rf conftest* 15943 rm -f conftest.er1
15944 cat conftest.err >&5
15945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15946 (exit $ac_status); } &&
15947 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15949 (eval $ac_try) 2>&5
15950 ac_status=$?
15951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15952 (exit $ac_status); }; } &&
15953 { ac_try='test -s conftest$ac_exeext'
15954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15955 (eval $ac_try) 2>&5
15956 ac_status=$?
15957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15958 (exit $ac_status); }; }; then
9169 rxvt_cv_func_getpt=yes 15959 rxvt_cv_func_getpt=yes
9170else 15960else
9171 echo "configure: failed program was:" >&5 15961 echo "$as_me: failed program was:" >&5
9172 cat conftest.$ac_ext >&5 15962sed 's/^/| /' conftest.$ac_ext >&5
9173 rm -rf conftest* 15963
9174 rxvt_cv_func_getpt=no 15964rxvt_cv_func_getpt=no
9175fi 15965fi
9176rm -f conftest* 15966rm -f conftest.err conftest.$ac_objext \
15967 conftest$ac_exeext conftest.$ac_ext
9177fi 15968fi
9178 15969echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9179echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 15970echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9180if test x$rxvt_cv_func_getpt = xyes; then 15971if test x$rxvt_cv_func_getpt = xyes; then
15972
9181 cat >> confdefs.h <<\EOF 15973cat >>confdefs.h <<\_ACEOF
9182#define HAVE_GETPT 1 15974#define HAVE_GETPT 1
9183EOF 15975_ACEOF
9184 15976
9185fi 15977fi
9186 15978
15979echo "$as_me:$LINENO: checking for pty/tty type" >&5
9187echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 15980echo $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 15981if test "${rxvt_cv_ptys+set}" = set; then
9190 echo $ac_n "(cached) $ac_c" 1>&6 15982 echo $ECHO_N "(cached) $ECHO_C" >&6
9191else 15983else
9192 if test x$ac_cv_func_openpty = xyes; then 15984 if test x$ac_cv_func_openpty = xyes; then
9193 rxvt_cv_ptys=OPENPTY 15985 rxvt_cv_ptys=OPENPTY
9194 else if test x$ac_cv_func__getpty = xyes; then 15986 else if test x$ac_cv_func__getpty = xyes; then
9195 rxvt_cv_ptys=SGI4 15987 rxvt_cv_ptys=SGI4
9218fi 16010fi
9219fi 16011fi
9220fi 16012fi
9221 16013
9222fi 16014fi
9223 16015echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9224echo "$ac_t""$rxvt_cv_ptys" 1>&6 16016echo "${ECHO_T}$rxvt_cv_ptys" >&6
9225 16017
9226if test x$rxvt_cv_ptys = xOPENPTY; then 16018if test x$rxvt_cv_ptys = xOPENPTY; then
16019
9227 cat >> confdefs.h <<\EOF 16020cat >>confdefs.h <<\_ACEOF
9228#define PTYS_ARE_OPENPTY 1 16021#define PTYS_ARE_OPENPTY 1
9229EOF 16022_ACEOF
9230 16023
9231fi 16024fi
9232if test x$rxvt_cv_ptys = xSCO; then 16025if test x$rxvt_cv_ptys = xSCO; then
16026
9233 cat >> confdefs.h <<\EOF 16027cat >>confdefs.h <<\_ACEOF
9234#define PTYS_ARE_NUMERIC 1 16028#define PTYS_ARE_NUMERIC 1
9235EOF 16029_ACEOF
9236 16030
9237fi 16031fi
9238if test x$rxvt_cv_ptys = xSTREAMS; then 16032if test x$rxvt_cv_ptys = xSTREAMS; then
16033
9239 cat >> confdefs.h <<\EOF 16034cat >>confdefs.h <<\_ACEOF
9240#define PTYS_ARE_PTMX 1 16035#define PTYS_ARE_PTMX 1
9241EOF 16036_ACEOF
9242 16037
9243fi 16038fi
9244if test x$rxvt_cv_ptys = xPTC; then 16039if test x$rxvt_cv_ptys = xPTC; then
16040
9245 cat >> confdefs.h <<\EOF 16041cat >>confdefs.h <<\_ACEOF
9246#define PTYS_ARE_PTC 1 16042#define PTYS_ARE_PTC 1
9247EOF 16043_ACEOF
9248 16044
9249fi 16045fi
9250if test x$rxvt_cv_ptys = xSGI4; then 16046if test x$rxvt_cv_ptys = xSGI4; then
16047
9251 cat >> confdefs.h <<\EOF 16048cat >>confdefs.h <<\_ACEOF
9252#define PTYS_ARE__GETPTY 1 16049#define PTYS_ARE__GETPTY 1
9253EOF 16050_ACEOF
9254 16051
9255fi 16052fi
9256if test x$rxvt_cv_ptys = xCONVEX; then 16053if test x$rxvt_cv_ptys = xCONVEX; then
16054
9257 cat >> confdefs.h <<\EOF 16055cat >>confdefs.h <<\_ACEOF
9258#define PTYS_ARE_GETPTY 1 16056#define PTYS_ARE_GETPTY 1
9259EOF 16057_ACEOF
9260 16058
9261fi 16059fi
9262if test x$rxvt_cv_ptys = xGLIBC; then 16060if test x$rxvt_cv_ptys = xGLIBC; then
16061
9263 cat >> confdefs.h <<\EOF 16062cat >>confdefs.h <<\_ACEOF
9264#define PTYS_ARE_GETPT 1 16063#define PTYS_ARE_GETPT 1
9265EOF 16064_ACEOF
9266 16065
9267fi 16066fi
9268if test x$rxvt_cv_ptys = xHPUX; then 16067if test x$rxvt_cv_ptys = xHPUX; then
16068
9269 cat >> confdefs.h <<\EOF 16069cat >>confdefs.h <<\_ACEOF
9270#define PTYS_ARE_CLONE 1 16070#define PTYS_ARE_CLONE 1
9271EOF 16071_ACEOF
9272 16072
9273fi 16073fi
9274if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 16074if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
16075
9275 cat >> confdefs.h <<\EOF 16076cat >>confdefs.h <<\_ACEOF
9276#define PTYS_ARE_SEARCHED 1 16077#define PTYS_ARE_SEARCHED 1
9277EOF 16078_ACEOF
9278 16079
9279fi 16080fi
9280 16081
9281 16082
16083{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9282echo "checking for pty ranges" 1>&6 16084echo "$as_me: checking for pty ranges..." >&6;}
9283echo "configure:9284: checking for pty ranges" >&5
9284ptys=`echo /dev/pty??` 16085ptys=`echo /dev/pty??`
9285pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` 16086pch1=`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'` 16087pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
9287if test x$pch1 != x; then 16088if test x$pch1 != x; then
16089
9288 cat >> confdefs.h <<EOF 16090cat >>confdefs.h <<_ACEOF
9289#define PTYCHAR1 "$pch1" 16091#define PTYCHAR1 "$pch1"
9290EOF 16092_ACEOF
9291 16093
9292fi 16094fi
9293if test x$pch2 != x; then 16095if test x$pch2 != x; then
16096
9294 cat >> confdefs.h <<EOF 16097cat >>confdefs.h <<_ACEOF
9295#define PTYCHAR2 "$pch2" 16098#define PTYCHAR2 "$pch2"
9296EOF 16099_ACEOF
9297 16100
9298fi 16101fi
9299 16102
16103echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
9300echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6 16104echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
9301echo "configure:9302: checking for setlocale in -lxpg4" >&5 16105if 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 16106 echo $ECHO_N "(cached) $ECHO_C" >&6
9305else 16107else
9306 ac_save_LIBS="$LIBS" 16108 ac_check_lib_save_LIBS=$LIBS
9307LIBS="-lxpg4 $LIBS" 16109LIBS="-lxpg4 $LIBS"
9308cat > conftest.$ac_ext <<EOF 16110cat >conftest.$ac_ext <<_ACEOF
9309#line 9310 "configure" 16111/* confdefs.h. */
9310#include "confdefs.h" 16112_ACEOF
16113cat confdefs.h >>conftest.$ac_ext
16114cat >>conftest.$ac_ext <<_ACEOF
16115/* end confdefs.h. */
16116
9311/* Override any gcc2 internal prototype to avoid an error. */ 16117/* Override any gcc2 internal prototype to avoid an error. */
16118#ifdef __cplusplus
16119extern "C"
16120#endif
9312/* We use char because int might match the return type of a gcc2 16121/* We use char because int might match the return type of a gcc2
9313 builtin and then its argument prototype would still apply. */ 16122 builtin and then its argument prototype would still apply. */
9314char setlocale(); 16123char setlocale ();
9315 16124int
9316int main() { 16125main ()
16126{
9317setlocale() 16127setlocale ();
16128 ;
9318; return 0; } 16129 return 0;
9319EOF 16130}
9320if { (eval echo configure:9321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16131_ACEOF
16132rm -f conftest.$ac_objext conftest$ac_exeext
16133if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16134 (eval $ac_link) 2>conftest.er1
16135 ac_status=$?
16136 grep -v '^ *+' conftest.er1 >conftest.err
9321 rm -rf conftest* 16137 rm -f conftest.er1
9322 eval "ac_cv_lib_$ac_lib_var=yes" 16138 cat conftest.err >&5
16139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16140 (exit $ac_status); } &&
16141 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16143 (eval $ac_try) 2>&5
16144 ac_status=$?
16145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16146 (exit $ac_status); }; } &&
16147 { ac_try='test -s conftest$ac_exeext'
16148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16149 (eval $ac_try) 2>&5
16150 ac_status=$?
16151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16152 (exit $ac_status); }; }; then
16153 ac_cv_lib_xpg4_setlocale=yes
9323else 16154else
9324 echo "configure: failed program was:" >&5 16155 echo "$as_me: failed program was:" >&5
9325 cat conftest.$ac_ext >&5 16156sed 's/^/| /' conftest.$ac_ext >&5
9326 rm -rf conftest* 16157
9327 eval "ac_cv_lib_$ac_lib_var=no" 16158ac_cv_lib_xpg4_setlocale=no
9328fi 16159fi
9329rm -f conftest* 16160rm -f conftest.err conftest.$ac_objext \
16161 conftest$ac_exeext conftest.$ac_ext
9330LIBS="$ac_save_LIBS" 16162LIBS=$ac_check_lib_save_LIBS
9331
9332fi 16163fi
9333if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16164echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
9334 echo "$ac_t""yes" 1>&6 16165echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
16166if test $ac_cv_lib_xpg4_setlocale = yes; then
9335 LIBS="$LIBS -lxpg4" 16167 LIBS="$LIBS -lxpg4"
9336else
9337 echo "$ac_t""no" 1>&6
9338fi 16168fi
9339 16169
9340 16170
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 16171if test x$support_inheritpixmap = xyes; then
16172
9348 cat >> confdefs.h <<\EOF 16173cat >>confdefs.h <<\_ACEOF
9349#define TRANSPARENT 1 16174#define TRANSPARENT 1
9350EOF 16175_ACEOF
9351 16176
9352fi 16177fi
9353if test x$support_keepscrolling = xno; then 16178if test x$support_keepscrolling = xno; then
16179
9354 cat >> confdefs.h <<\EOF 16180cat >>confdefs.h <<\_ACEOF
9355#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16181#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9356EOF 16182_ACEOF
9357 16183
9358fi 16184fi
9359if test x$support_selectionscrolling = xyes; then 16185if test x$support_selectionscrolling = xyes; then
16186
9360 cat >> confdefs.h <<\EOF 16187cat >>confdefs.h <<\_ACEOF
9361#define SELECTION_SCROLLING 1 16188#define SELECTION_SCROLLING 1
9362EOF 16189_ACEOF
9363 16190
9364fi 16191fi
9365if test x$support_menubar = xyes; then 16192if test x$support_menubar = xyes; then
16193
9366 cat >> confdefs.h <<\EOF 16194cat >>confdefs.h <<\_ACEOF
9367#define MENUBAR 1 16195#define MENUBAR 1
9368EOF 16196_ACEOF
9369 16197
9370fi 16198fi
9371if test x$support_frills = xno; then 16199if test x$support_frills = xno; then
16200
9372 cat >> confdefs.h <<\EOF 16201cat >>confdefs.h <<\_ACEOF
9373#define NO_FRILLS 1 16202#define NO_FRILLS 1
9374EOF 16203_ACEOF
9375 16204
9376fi 16205fi
9377if test x$support_linespace = xno; then 16206if test x$support_linespace = xno; then
16207
9378 cat >> confdefs.h <<\EOF 16208cat >>confdefs.h <<\_ACEOF
9379#define NO_LINESPACE 1 16209#define NO_LINESPACE 1
9380EOF 16210_ACEOF
9381 16211
9382fi 16212fi
9383if test x$support_24bit = xyes; then 16213if test x$support_24bit = xyes; then
16214
9384 cat >> confdefs.h <<\EOF 16215cat >>confdefs.h <<\_ACEOF
9385#define PREFER_24BIT 1 16216#define PREFER_24BIT 1
9386EOF 16217_ACEOF
9387 16218
9388fi 16219fi
9389if test x$support_mousewheel = xyes; then 16220if test x$support_mousewheel = xyes; then
16221
9390 cat >> confdefs.h <<\EOF 16222cat >>confdefs.h <<\_ACEOF
9391#define MOUSE_WHEEL 1 16223#define MOUSE_WHEEL 1
9392EOF 16224_ACEOF
9393 16225
9394fi 16226fi
9395if test x$support_mouseslipwheel = xyes; then 16227if test x$support_mouseslipwheel = xyes; then
16228
9396 cat >> confdefs.h <<\EOF 16229cat >>confdefs.h <<\_ACEOF
9397#define MOUSE_SLIP_WHEELING 1 16230#define MOUSE_SLIP_WHEELING 1
9398EOF 16231_ACEOF
9399 16232
9400fi 16233fi
9401if test x$support_oldselection = xno; then 16234if test x$support_oldselection = xno; then
16235
9402 cat >> confdefs.h <<\EOF 16236cat >>confdefs.h <<\_ACEOF
9403#define NO_OLD_SELECTION 1 16237#define NO_OLD_SELECTION 1
9404EOF 16238_ACEOF
9405 16239
9406fi 16240fi
9407if test x$support_utmp = xyes; then 16241if test x$support_utmp = xyes; then
16242
9408 cat >> confdefs.h <<\EOF 16243cat >>confdefs.h <<\_ACEOF
9409#define UTMP_SUPPORT 1 16244#define UTMP_SUPPORT 1
9410EOF 16245_ACEOF
9411 16246
9412fi 16247fi
9413if test x$support_wtmp = xyes; then 16248if test x$support_wtmp = xyes; then
16249
9414 cat >> confdefs.h <<\EOF 16250cat >>confdefs.h <<\_ACEOF
9415#define WTMP_SUPPORT 1 16251#define WTMP_SUPPORT 1
9416EOF 16252_ACEOF
9417 16253
9418fi 16254fi
9419if test x$support_lastlog = xyes; then 16255if test x$support_lastlog = xyes; then
16256
9420 cat >> confdefs.h <<\EOF 16257cat >>confdefs.h <<\_ACEOF
9421#define LASTLOG_SUPPORT 1 16258#define LASTLOG_SUPPORT 1
9422EOF 16259_ACEOF
9423 16260
9424fi 16261fi
9425if test x$support_xim = xyes -o x$multichar_set = xyes; then 16262if test x$support_xim = xyes -o x$multichar_set = xyes; then
9426 if test x$rxvt_cv_func_xlocale = xyes; then 16263 if test x$rxvt_cv_func_xlocale = xyes; then
16264
9427 cat >> confdefs.h <<\EOF 16265cat >>confdefs.h <<\_ACEOF
9428#define USE_XIM 1 16266#define USE_XIM 1
9429EOF 16267_ACEOF
9430 16268
9431 fi 16269 fi
9432fi 16270fi
9433if test x$support_xpm = xyes; then 16271if test x$support_xpm = xyes; then
16272
9434 cat >> confdefs.h <<\EOF 16273cat >>confdefs.h <<\_ACEOF
9435#define XPM_BACKGROUND 1 16274#define XPM_BACKGROUND 1
9436EOF 16275_ACEOF
9437 16276
9438fi 16277fi
9439if test x$support_scroll_rxvt = xyes; then 16278if test x$support_scroll_rxvt = xyes; then
16279
9440 cat >> confdefs.h <<\EOF 16280cat >>confdefs.h <<\_ACEOF
9441#define RXVT_SCROLLBAR 1 16281#define RXVT_SCROLLBAR 1
9442EOF 16282_ACEOF
9443 16283
9444 scrolltypes="rxvt" 16284 scrolltypes="rxvt"
9445fi 16285fi
9446if test x$support_scroll_next = xyes; then 16286if test x$support_scroll_next = xyes; then
16287
9447 cat >> confdefs.h <<\EOF 16288cat >>confdefs.h <<\_ACEOF
9448#define NEXT_SCROLLBAR 1 16289#define NEXT_SCROLLBAR 1
9449EOF 16290_ACEOF
9450 16291
9451 scrolltypes="$scrolltypes next" 16292 scrolltypes="$scrolltypes next"
9452fi 16293fi
9453if test x$support_scroll_xterm = xyes; then 16294if test x$support_scroll_xterm = xyes; then
16295
9454 cat >> confdefs.h <<\EOF 16296cat >>confdefs.h <<\_ACEOF
9455#define XTERM_SCROLLBAR 1 16297#define XTERM_SCROLLBAR 1
9456EOF 16298_ACEOF
9457 16299
9458 scrolltypes="$scrolltypes xterm" 16300 scrolltypes="$scrolltypes xterm"
9459fi 16301fi
16302if test x$support_scroll_plain = xyes; then
16303
16304cat >>confdefs.h <<\_ACEOF
16305#define PLAIN_SCROLLBAR 1
16306_ACEOF
16307
16308 scrolltypes="$scrolltypes plain"
16309fi
9460if test x$support_pointer_blank = xyes; then 16310if test x$support_pointer_blank = xyes; then
16311
9461 cat >> confdefs.h <<\EOF 16312cat >>confdefs.h <<\_ACEOF
9462#define POINTER_BLANK 1 16313#define POINTER_BLANK 1
9463EOF 16314_ACEOF
9464 16315
9465fi 16316fi
9466if test x$support_cursor_blink = xyes; then 16317if test x$support_cursor_blink = xyes; then
16318
9467 cat >> confdefs.h <<\EOF 16319cat >>confdefs.h <<\_ACEOF
9468#define CURSOR_BLINK 1 16320#define CURSOR_BLINK 1
9469EOF 16321_ACEOF
16322
16323fi
16324if test x$support_text_blink = xyes; then
16325
16326cat >>confdefs.h <<\_ACEOF
16327#define TEXT_BLINK 1
16328_ACEOF
9470 16329
9471fi 16330fi
9472if test x$support_unicode3 = xyes; then 16331if test x$support_unicode3 = xyes; then
16332
9473 cat >> confdefs.h <<\EOF 16333cat >>confdefs.h <<\_ACEOF
9474#define UNICODE_3 1 16334#define UNICODE_3 1
9475EOF 16335_ACEOF
9476 16336
9477fi 16337fi
9478if test x$codesets = xall; then 16338if test x$codesets = xall; then
9479 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16339 codesets=jp,jp-ext,kr,cn,cn-ext,vn
9480fi 16340fi
9481for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16341for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16342
9482 cat >> confdefs.h <<\EOF 16343cat >>confdefs.h <<\_ACEOF
9483#define ENCODING_EU 1 16344#define ENCODING_EU 1
9484EOF 16345_ACEOF
16346
16347
16348cat >>confdefs.h <<\_ACEOF
16349#define ENCODING_VN 1
16350_ACEOF
9485 16351
9486 case "$codeset" in 16352 case "$codeset" in
9487 VN ) cat >> confdefs.h <<\EOF 16353 JP )
16354cat >>confdefs.h <<\_ACEOF
9488#define ENCODING_VN 1 16355#define ENCODING_JP 1
9489EOF 16356_ACEOF
9490 ;; 16357 ;;
9491 JP ) cat >> confdefs.h <<\EOF 16358 JP_EXT )
16359cat >>confdefs.h <<\_ACEOF
9492#define ENCODING_JP 1 16360#define ENCODING_JP_EXT 1
9493EOF 16361_ACEOF
9494 ;; 16362 ;;
9495 JP_EXT ) cat >> confdefs.h <<\EOF 16363 KR )
16364cat >>confdefs.h <<\_ACEOF
9496#define ENCODING_JP_EXT 1 16365#define ENCODING_KR 1
9497EOF 16366_ACEOF
9498 ;; 16367 ;;
9499 KR ) cat >> confdefs.h <<\EOF 16368 CN )
16369cat >>confdefs.h <<\_ACEOF
9500#define ENCODING_KR 1 16370#define ENCODING_CN 1
9501EOF 16371_ACEOF
9502 ;; 16372 ;;
9503 CN ) cat >> confdefs.h <<\EOF 16373 CN_EXT )
9504#define ENCODING_CN 1 16374cat >>confdefs.h <<\_ACEOF
9505EOF
9506 ;;
9507 CN_EXT ) cat >> confdefs.h <<\EOF
9508#define ENCODING_CN_EXT 1 16375#define ENCODING_CN_EXT 1
9509EOF 16376_ACEOF
9510 ;; 16377 ;;
9511 esac 16378 esac
9512done 16379done
9513 16380
9514 16381
9534 16401
9535 16402
9536 16403
9537 16404
9538if test x$support_addstrings = xno; then 16405if test x$support_addstrings = xno; then
16406
9539 cat >> confdefs.h <<\EOF 16407cat >>confdefs.h <<\_ACEOF
9540#define NO_STRINGS 1 16408#define NO_STRINGS 1
9541EOF 16409_ACEOF
9542 16410
9543fi 16411fi
9544 16412
9545MCOMMON=./autoconf/Make.common 16413MCOMMON=./autoconf/Make.common
9546 16414
9547 16415
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 && 16416test "$program_prefix" != NONE &&
9559 program_transform_name="s,^,${program_prefix},; $program_transform_name" 16417 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9560# Use a double $ so make ignores it. 16418# Use a double $ so make ignores it.
9561test "$program_suffix" != NONE && 16419test "$program_suffix" != NONE &&
9562 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 16420 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9563 16421# Double any \ or $. echo might interpret backslashes.
9564# sed with no file args requires a program. 16422# By default was `s,x,x', remove it if useless.
9565test "$program_transform_name" = "" && program_transform_name="s,x,x," 16423cat <<\_ACEOF >conftest.sed
16424s/[\\$]/&&/g;s/;s,x,x,$//
16425_ACEOF
16426program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16427rm conftest.sed
9566 16428
9567 16429
9568RXVTNAME=`echo rxvt|sed "$program_transform_name"` 16430RXVTNAME=`echo rxvt|sed "$program_transform_name"`
9569 16431
9570 16432
9573 16435
9574if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16436if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9575 include_stdint_h="#include <stdint.h>" 16437 include_stdint_h="#include <stdint.h>"
9576else 16438else
9577 include_stdint_h="/* #include <stdint.h> */" 16439 include_stdint_h="/* #include <stdint.h> */"
9578fi 16440fi
9579if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16441if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9580 include_stdarg_h="#include <stdarg.h>" 16442 include_stdarg_h="#include <stdarg.h>"
9581else 16443else
9582 include_stdarg_h="/* #include <stdarg.h> */" 16444 include_stdarg_h="/* #include <stdarg.h> */"
9583fi 16445fi
9584if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16446if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9585 include_stdlib_h="#include <stdlib.h>" 16447 include_stdlib_h="#include <stdlib.h>"
9586else 16448else
9587 include_stdlib_h="/* #include <stdlib.h> */" 16449 include_stdlib_h="/* #include <stdlib.h> */"
9588fi 16450fi
9589if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16451if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9590 include_unistd_h="#include <unistd.h>" 16452 include_unistd_h="#include <unistd.h>"
9591else 16453else
9592 include_unistd_h="/* #include <unistd.h> */" 16454 include_unistd_h="/* #include <unistd.h> */"
9593fi 16455fi
9594if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16456if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9595 include_string_h="#include <string.h>" 16457 include_string_h="#include <string.h>"
9596else 16458else
9597 include_string_h="/* #include <string.h> */" 16459 include_string_h="/* #include <string.h> */"
9598fi 16460fi
9599if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16461if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9600 include_fcntl_h="#include <fcntl.h>" 16462 include_fcntl_h="#include <fcntl.h>"
9601else 16463else
9602 include_fcntl_h="/* #include <fcntl.h> */" 16464 include_fcntl_h="/* #include <fcntl.h> */"
9603fi 16465fi
9604if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 16466if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9605 include_util_h="#include <util.h>" 16467 include_util_h="#include <util.h>"
9606else 16468else
9607 include_util_h="/* #include <util.h> */" 16469 include_util_h="/* #include <util.h> */"
9608fi 16470fi
9609if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 16471if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9610 include_assert_h="#include <assert.h>" 16472 include_assert_h="#include <assert.h>"
9611else 16473else
9612 include_assert_h="/* #include <assert.h> */" 16474 include_assert_h="/* #include <assert.h> */"
9613fi 16475fi
9614if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 16476if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9615 include_sys_ioctl_h="#include <sys/ioctl.h>" 16477 include_sys_ioctl_h="#include <sys/ioctl.h>"
9616else 16478else
9617 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 16479 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9618fi 16480fi
9619if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then 16481if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
9620 include_sys_select_h="#include <sys/select.h>" 16482 include_sys_select_h="#include <sys/select.h>"
9621else 16483else
9622 include_sys_select_h="/* #include <sys/select.h> */" 16484 include_sys_select_h="/* #include <sys/select.h> */"
9623fi 16485fi
9624if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then 16486if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
9625 include_sys_strredir_h="#include <sys/strredir.h>" 16487 include_sys_strredir_h="#include <sys/strredir.h>"
9626else 16488else
9627 include_sys_strredir_h="/* #include <sys/strredir.h> */" 16489 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9628fi 16490fi
9629if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then 16491if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
9630 include_sys_time_h="#include <sys/time.h>" 16492 include_sys_time_h="#include <sys/time.h>"
9631else 16493else
9632 include_sys_time_h="/* #include <sys/time.h> */" 16494 include_sys_time_h="/* #include <sys/time.h> */"
9633fi 16495fi
9634if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then 16496if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
9635 include_time_h="#include <time.h>" 16497 include_time_h="#include <time.h>"
9636else 16498else
9637 include_time_h="/* #include <time.h> */" 16499 include_time_h="/* #include <time.h> */"
9638fi 16500fi
9639 16501
9640if test x$support_xft = xyes; then 16502if test x$support_xft = xyes; then
9641 LIBS="$LIBS `pkg-config xft --libs`" 16503 LIBS="$LIBS `pkg-config xft --libs`"
9642 CFLAGS="$CFLAGS `pkg-config xft --cflags`" 16504 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9643 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 16505 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9644 16506
16507
9645 for ac_hdr in X11/Xft/Xft.h 16508for ac_header in X11/Xft/Xft.h
9646do 16509do
9647ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 16510as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16511if eval "test \"\${$as_ac_Header+set}\" = set"; then
16512 echo "$as_me:$LINENO: checking for $ac_header" >&5
9648echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 16513echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9649echo "configure:9650: checking for $ac_hdr" >&5 16514if 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 16515 echo $ECHO_N "(cached) $ECHO_C" >&6
16516fi
16517echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16518echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9652else 16519else
16520 # Is the header compilable?
16521echo "$as_me:$LINENO: checking $ac_header usability" >&5
16522echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9653 cat > conftest.$ac_ext <<EOF 16523cat >conftest.$ac_ext <<_ACEOF
9654#line 9655 "configure" 16524/* confdefs.h. */
9655#include "confdefs.h" 16525_ACEOF
16526cat confdefs.h >>conftest.$ac_ext
16527cat >>conftest.$ac_ext <<_ACEOF
16528/* end confdefs.h. */
16529$ac_includes_default
9656#include <$ac_hdr> 16530#include <$ac_header>
9657EOF 16531_ACEOF
9658ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 16532rm -f conftest.$ac_objext
9659{ (eval echo configure:9660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 16533if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9660ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 16534 (eval $ac_compile) 2>conftest.er1
16535 ac_status=$?
16536 grep -v '^ *+' conftest.er1 >conftest.err
16537 rm -f conftest.er1
16538 cat conftest.err >&5
16539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16540 (exit $ac_status); } &&
16541 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16543 (eval $ac_try) 2>&5
16544 ac_status=$?
16545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546 (exit $ac_status); }; } &&
16547 { ac_try='test -s conftest.$ac_objext'
16548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16549 (eval $ac_try) 2>&5
16550 ac_status=$?
16551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16552 (exit $ac_status); }; }; then
16553 ac_header_compiler=yes
16554else
16555 echo "$as_me: failed program was:" >&5
16556sed 's/^/| /' conftest.$ac_ext >&5
16557
16558ac_header_compiler=no
16559fi
16560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16561echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16562echo "${ECHO_T}$ac_header_compiler" >&6
16563
16564# Is the header present?
16565echo "$as_me:$LINENO: checking $ac_header presence" >&5
16566echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16567cat >conftest.$ac_ext <<_ACEOF
16568/* confdefs.h. */
16569_ACEOF
16570cat confdefs.h >>conftest.$ac_ext
16571cat >>conftest.$ac_ext <<_ACEOF
16572/* end confdefs.h. */
16573#include <$ac_header>
16574_ACEOF
16575if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16576 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16577 ac_status=$?
16578 grep -v '^ *+' conftest.er1 >conftest.err
16579 rm -f conftest.er1
16580 cat conftest.err >&5
16581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16582 (exit $ac_status); } >/dev/null; then
16583 if test -s conftest.err; then
16584 ac_cpp_err=$ac_cxx_preproc_warn_flag
16585 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16586 else
16587 ac_cpp_err=
16588 fi
16589else
16590 ac_cpp_err=yes
16591fi
9661if test -z "$ac_err"; then 16592if test -z "$ac_cpp_err"; then
9662 rm -rf conftest* 16593 ac_header_preproc=yes
9663 eval "ac_cv_header_$ac_safe=yes"
9664else 16594else
9665 echo "$ac_err" >&5
9666 echo "configure: failed program was:" >&5 16595 echo "$as_me: failed program was:" >&5
9667 cat conftest.$ac_ext >&5 16596sed 's/^/| /' conftest.$ac_ext >&5
9668 rm -rf conftest* 16597
9669 eval "ac_cv_header_$ac_safe=no" 16598 ac_header_preproc=no
9670fi 16599fi
9671rm -f conftest* 16600rm -f conftest.err conftest.$ac_ext
16601echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16602echo "${ECHO_T}$ac_header_preproc" >&6
16603
16604# So? What about this header?
16605case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16606 yes:no: )
16607 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16608echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16609 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16610echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16611 ac_header_preproc=yes
16612 ;;
16613 no:yes:* )
16614 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16615echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16616 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16617echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16618 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16619echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16620 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16621echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16622 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16623echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16624 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16625echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16626 (
16627 cat <<\_ASBOX
16628## ------------------------------------------ ##
16629## Report this to the AC_PACKAGE_NAME lists. ##
16630## ------------------------------------------ ##
16631_ASBOX
16632 ) |
16633 sed "s/^/$as_me: WARNING: /" >&2
16634 ;;
16635esac
16636echo "$as_me:$LINENO: checking for $ac_header" >&5
16637echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16638if eval "test \"\${$as_ac_Header+set}\" = set"; then
16639 echo $ECHO_N "(cached) $ECHO_C" >&6
16640else
16641 eval "$as_ac_Header=\$ac_header_preproc"
9672fi 16642fi
9673if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 16643echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9674 echo "$ac_t""yes" 1>&6 16644echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9675 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 16645
16646fi
16647if test `eval echo '${'$as_ac_Header'}'` = yes; then
9676 cat >> confdefs.h <<EOF 16648 cat >>confdefs.h <<_ACEOF
9677#define $ac_tr_hdr 1 16649#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9678EOF 16650_ACEOF
9679 16651
9680else 16652else
9681 echo "$ac_t""no" 1>&6
9682support_xft=no 16653 support_xft=no
9683fi 16654fi
16655
9684done 16656done
9685 16657
16658
16659echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
9686 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6 16660echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
9687echo "configure:9688: checking for XftDrawString32 in -lXft" >&5 16661if 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 16662 echo $ECHO_N "(cached) $ECHO_C" >&6
9691else 16663else
9692 ac_save_LIBS="$LIBS" 16664 ac_check_lib_save_LIBS=$LIBS
9693LIBS="-lXft $LIBS" 16665LIBS="-lXft $LIBS"
9694cat > conftest.$ac_ext <<EOF 16666cat >conftest.$ac_ext <<_ACEOF
9695#line 9696 "configure" 16667/* confdefs.h. */
9696#include "confdefs.h" 16668_ACEOF
16669cat confdefs.h >>conftest.$ac_ext
16670cat >>conftest.$ac_ext <<_ACEOF
16671/* end confdefs.h. */
16672
9697/* Override any gcc2 internal prototype to avoid an error. */ 16673/* Override any gcc2 internal prototype to avoid an error. */
16674#ifdef __cplusplus
16675extern "C"
16676#endif
9698/* We use char because int might match the return type of a gcc2 16677/* We use char because int might match the return type of a gcc2
9699 builtin and then its argument prototype would still apply. */ 16678 builtin and then its argument prototype would still apply. */
9700char XftDrawString32(); 16679char XftDrawString32 ();
9701 16680int
9702int main() { 16681main ()
16682{
9703XftDrawString32() 16683XftDrawString32 ();
16684 ;
9704; return 0; } 16685 return 0;
9705EOF 16686}
9706if { (eval echo configure:9707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16687_ACEOF
16688rm -f conftest.$ac_objext conftest$ac_exeext
16689if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16690 (eval $ac_link) 2>conftest.er1
16691 ac_status=$?
16692 grep -v '^ *+' conftest.er1 >conftest.err
9707 rm -rf conftest* 16693 rm -f conftest.er1
9708 eval "ac_cv_lib_$ac_lib_var=yes" 16694 cat conftest.err >&5
16695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16696 (exit $ac_status); } &&
16697 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16699 (eval $ac_try) 2>&5
16700 ac_status=$?
16701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16702 (exit $ac_status); }; } &&
16703 { ac_try='test -s conftest$ac_exeext'
16704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16705 (eval $ac_try) 2>&5
16706 ac_status=$?
16707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16708 (exit $ac_status); }; }; then
16709 ac_cv_lib_Xft_XftDrawString32=yes
9709else 16710else
9710 echo "configure: failed program was:" >&5 16711 echo "$as_me: failed program was:" >&5
9711 cat conftest.$ac_ext >&5 16712sed 's/^/| /' conftest.$ac_ext >&5
9712 rm -rf conftest* 16713
9713 eval "ac_cv_lib_$ac_lib_var=no" 16714ac_cv_lib_Xft_XftDrawString32=no
9714fi 16715fi
9715rm -f conftest* 16716rm -f conftest.err conftest.$ac_objext \
16717 conftest$ac_exeext conftest.$ac_ext
9716LIBS="$ac_save_LIBS" 16718LIBS=$ac_check_lib_save_LIBS
9717
9718fi 16719fi
9719if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16720echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9720 echo "$ac_t""yes" 1>&6 16721echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9721 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 16722if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9722 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9723 cat >> confdefs.h <<EOF 16723 cat >>confdefs.h <<_ACEOF
9724#define $ac_tr_lib 1 16724#define HAVE_LIBXFT 1
9725EOF 16725_ACEOF
9726 16726
9727 LIBS="-lXft $LIBS" 16727 LIBS="-lXft $LIBS"
9728 16728
9729else 16729else
9730 echo "$ac_t""no" 1>&6
9731support_xft=no 16730 support_xft=no
9732fi 16731fi
9733 16732
9734 16733
9735 if test x$support_xft = xyes; then 16734 if test x$support_xft = xyes; then
16735
9736 cat >> confdefs.h <<\EOF 16736cat >>confdefs.h <<\_ACEOF
9737#define XFT 1 16737#define XFT 1
9738EOF 16738_ACEOF
9739 16739
9740 fi 16740 fi
9741fi 16741fi
9742 16742
9743trap '' 1 2 15 16743 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 16744cat >confcache <<\_ACEOF
9745# This file is a shell script that caches the results of configure 16745# 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 16746# tests run on this system so they can be shared between configure
9747# scripts and configure runs. It is not useful on other systems. 16747# 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. 16748# It is not useful on other systems. If it contains results you don't
16749# want to keep, you may remove or edit it.
9749# 16750#
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 16751# config.status only pays attention to the cache file if you give it
9757# --recheck option to rerun configure. 16752# the --recheck option to rerun configure.
9758# 16753#
9759EOF 16754# `ac_cv_env_foo' variables (set or unset) will be overridden when
16755# loading this file, other *unset* `ac_cv_foo' will be assigned the
16756# following values.
16757
16758_ACEOF
16759
9760# The following way of writing the cache mishandles newlines in values, 16760# The following way of writing the cache mishandles newlines in values,
9761# but we know of no workaround that is simple, portable, and efficient. 16761# but we know of no workaround that is simple, portable, and efficient.
9762# So, don't put newlines in cache variables' values. 16762# So, don't put newlines in cache variables' values.
9763# Ultrix sh set writes to stderr and can't be redirected directly, 16763# 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. 16764# and sets the high bit in the cache file unless we assign to the vars.
16765{
9765(set) 2>&1 | 16766 (set) 2>&1 |
9766 case `(ac_space=' '; set | grep ac_space) 2>&1` in 16767 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9767 *ac_space=\ *) 16768 *ac_space=\ *)
9768 # `set' does not quote correctly, so add quotes (double-quote substitution 16769 # `set' does not quote correctly, so add quotes (double-quote
9769 # turns \\\\ into \\, and sed turns \\ into \). 16770 # substitution turns \\\\ into \\, and sed turns \\ into \).
9770 sed -n \ 16771 sed -n \
9771 -e "s/'/'\\\\''/g" \ 16772 "s/'/'\\\\''/g;
9772 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 16773 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9773 ;; 16774 ;;
9774 *) 16775 *)
9775 # `set' quotes correctly as required by POSIX, so do not add quotes. 16776 # `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' 16777 sed -n \
16778 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9777 ;; 16779 ;;
9778 esac >> confcache 16780 esac;
9779if cmp -s $cache_file confcache; then 16781} |
9780 : 16782 sed '
9781else 16783 t clear
16784 : clear
16785 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16786 t end
16787 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16788 : end' >>confcache
16789if diff $cache_file confcache >/dev/null 2>&1; then :; else
9782 if test -w $cache_file; then 16790 if test -w $cache_file; then
9783 echo "updating cache $cache_file" 16791 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9784 cat confcache > $cache_file 16792 cat confcache >$cache_file
9785 else 16793 else
9786 echo "not updating unwritable cache $cache_file" 16794 echo "not updating unwritable cache $cache_file"
9787 fi 16795 fi
9788fi 16796fi
9789rm -f confcache 16797rm -f confcache
9790 16798
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 16799test "x$prefix" = xNONE && prefix=$ac_default_prefix
9794# Let make expand exec_prefix. 16800# Let make expand exec_prefix.
9795test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 16801test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9796 16802
9797# Any assignment to VPATH causes Sun make to only execute 16803# 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. 16804# ${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. 16805# trailing colons and then remove the whole line if VPATH becomes empty
16806# (actually we leave an empty line to preserve line numbers).
9800if test "x$srcdir" = x.; then 16807if test "x$srcdir" = x.; then
9801 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 16808 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16809s/:*\$(srcdir):*/:/;
16810s/:*\${srcdir}:*/:/;
16811s/:*@srcdir@:*/:/;
16812s/^\([^=]*=[ ]*\):*/\1/;
16813s/:*$//;
16814s/^[^=]*=[ ]*$//;
16815}'
9802fi 16816fi
9803
9804trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9805 16817
9806DEFS=-DHAVE_CONFIG_H 16818DEFS=-DHAVE_CONFIG_H
9807 16819
9808# Without the "./", some shells look in PATH for config.status. 16820ac_libobjs=
16821ac_ltlibobjs=
16822for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16823 # 1. Remove the extension, and $U if already installed.
16824 ac_i=`echo "$ac_i" |
16825 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
16826 # 2. Add them.
16827 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
16828 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
16829done
16830LIBOBJS=$ac_libobjs
16831
16832LTLIBOBJS=$ac_ltlibobjs
16833
16834
16835
9809: ${CONFIG_STATUS=./config.status} 16836: ${CONFIG_STATUS=./config.status}
9810 16837ac_clean_files_save=$ac_clean_files
16838ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16839{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9811echo creating $CONFIG_STATUS 16840echo "$as_me: creating $CONFIG_STATUS" >&6;}
9812rm -f $CONFIG_STATUS
9813cat > $CONFIG_STATUS <<EOF 16841cat >$CONFIG_STATUS <<_ACEOF
9814#! /bin/sh 16842#! $SHELL
9815# Generated automatically by configure. 16843# Generated by $as_me.
9816# Run this file to recreate the current configuration. 16844# 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 16845# Compiler output produced by configure, useful for debugging
9823# configure, is in ./config.log if it exists. 16846# configure, is in config.log if it exists.
9824 16847
9825ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 16848debug=false
9826for ac_option 16849ac_cs_recheck=false
16850ac_cs_silent=false
16851SHELL=\${CONFIG_SHELL-$SHELL}
16852_ACEOF
16853
16854cat >>$CONFIG_STATUS <<\_ACEOF
16855## --------------------- ##
16856## M4sh Initialization. ##
16857## --------------------- ##
16858
16859# Be Bourne compatible
16860if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16861 emulate sh
16862 NULLCMD=:
16863 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
16864 # is contrary to our usage. Disable this feature.
16865 alias -g '${1+"$@"}'='"$@"'
16866elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
16867 set -o posix
16868fi
16869DUALCASE=1; export DUALCASE # for MKS sh
16870
16871# Support unset when possible.
16872if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
16873 as_unset=unset
16874else
16875 as_unset=false
16876fi
16877
16878
16879# Work around bugs in pre-3.0 UWIN ksh.
16880$as_unset ENV MAIL MAILPATH
16881PS1='$ '
16882PS2='> '
16883PS4='+ '
16884
16885# NLS nuisances.
16886for as_var in \
16887 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
16888 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
16889 LC_TELEPHONE LC_TIME
9827do 16890do
16891 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
16892 eval $as_var=C; export $as_var
16893 else
16894 $as_unset $as_var
16895 fi
16896done
16897
16898# Required to use basename.
16899if expr a : '\(a\)' >/dev/null 2>&1; then
16900 as_expr=expr
16901else
16902 as_expr=false
16903fi
16904
16905if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
16906 as_basename=basename
16907else
16908 as_basename=false
16909fi
16910
16911
16912# Name of the executable.
16913as_me=`$as_basename "$0" ||
16914$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16915 X"$0" : 'X\(//\)$' \| \
16916 X"$0" : 'X\(/\)$' \| \
16917 . : '\(.\)' 2>/dev/null ||
16918echo X/"$0" |
16919 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
16920 /^X\/\(\/\/\)$/{ s//\1/; q; }
16921 /^X\/\(\/\).*/{ s//\1/; q; }
16922 s/.*/./; q'`
16923
16924
16925# PATH needs CR, and LINENO needs CR and PATH.
16926# Avoid depending upon Character Ranges.
16927as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16928as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16929as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16930as_cr_digits='0123456789'
16931as_cr_alnum=$as_cr_Letters$as_cr_digits
16932
16933# The user is always right.
16934if test "${PATH_SEPARATOR+set}" != set; then
16935 echo "#! /bin/sh" >conf$$.sh
16936 echo "exit 0" >>conf$$.sh
16937 chmod +x conf$$.sh
16938 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16939 PATH_SEPARATOR=';'
16940 else
16941 PATH_SEPARATOR=:
16942 fi
16943 rm -f conf$$.sh
16944fi
16945
16946
16947 as_lineno_1=$LINENO
16948 as_lineno_2=$LINENO
16949 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16950 test "x$as_lineno_1" != "x$as_lineno_2" &&
16951 test "x$as_lineno_3" = "x$as_lineno_2" || {
16952 # Find who we are. Look in the path if we contain no path at all
16953 # relative or not.
16954 case $0 in
16955 *[\\/]* ) as_myself=$0 ;;
16956 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16957for as_dir in $PATH
16958do
16959 IFS=$as_save_IFS
16960 test -z "$as_dir" && as_dir=.
16961 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16962done
16963
16964 ;;
16965 esac
16966 # We did not find ourselves, most probably we were run as `sh COMMAND'
16967 # in which case we are not to be found in the path.
16968 if test "x$as_myself" = x; then
16969 as_myself=$0
16970 fi
16971 if test ! -f "$as_myself"; then
16972 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
16973echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
16974 { (exit 1); exit 1; }; }
16975 fi
16976 case $CONFIG_SHELL in
16977 '')
16978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16979for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
16980do
16981 IFS=$as_save_IFS
16982 test -z "$as_dir" && as_dir=.
16983 for as_base in sh bash ksh sh5; do
16984 case $as_dir in
16985 /*)
16986 if ("$as_dir/$as_base" -c '
16987 as_lineno_1=$LINENO
16988 as_lineno_2=$LINENO
16989 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16990 test "x$as_lineno_1" != "x$as_lineno_2" &&
16991 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
16992 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
16993 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
16994 CONFIG_SHELL=$as_dir/$as_base
16995 export CONFIG_SHELL
16996 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
16997 fi;;
16998 esac
16999 done
17000done
17001;;
17002 esac
17003
17004 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
17005 # uniformly replaced by the line number. The first 'sed' inserts a
17006 # line-number line before each line; the second 'sed' does the real
17007 # work. The second script uses 'N' to pair each line-number line
17008 # with the numbered line, and appends trailing '-' during
17009 # substitution so that $LINENO is not a special case at line end.
17010 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
17011 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
17012 sed '=' <$as_myself |
17013 sed '
17014 N
17015 s,$,-,
17016 : loop
17017 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
17018 t loop
17019 s,-$,,
17020 s,^['$as_cr_digits']*\n,,
17021 ' >$as_me.lineno &&
17022 chmod +x $as_me.lineno ||
17023 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
17024echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
17025 { (exit 1); exit 1; }; }
17026
17027 # Don't try to exec as it changes $[0], causing all sort of problems
17028 # (the dirname of $[0] is not the place where we might find the
17029 # original and so on. Autoconf is especially sensible to this).
17030 . ./$as_me.lineno
17031 # Exit status is that of the last command.
17032 exit
17033}
17034
17035
17036case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
17037 *c*,-n*) ECHO_N= ECHO_C='
17038' ECHO_T=' ' ;;
17039 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
17040 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
17041esac
17042
17043if expr a : '\(a\)' >/dev/null 2>&1; then
17044 as_expr=expr
17045else
17046 as_expr=false
17047fi
17048
17049rm -f conf$$ conf$$.exe conf$$.file
17050echo >conf$$.file
17051if ln -s conf$$.file conf$$ 2>/dev/null; then
17052 # We could just check for DJGPP; but this test a) works b) is more generic
17053 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17054 if test -f conf$$.exe; then
17055 # Don't use ln at all; we don't have any links
17056 as_ln_s='cp -p'
17057 else
17058 as_ln_s='ln -s'
17059 fi
17060elif ln conf$$.file conf$$ 2>/dev/null; then
17061 as_ln_s=ln
17062else
17063 as_ln_s='cp -p'
17064fi
17065rm -f conf$$ conf$$.exe conf$$.file
17066
17067if mkdir -p . 2>/dev/null; then
17068 as_mkdir_p=:
17069else
17070 test -d ./-p && rmdir ./-p
17071 as_mkdir_p=false
17072fi
17073
17074as_executable_p="test -f"
17075
17076# Sed expression to map a string onto a valid CPP name.
17077as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17078
17079# Sed expression to map a string onto a valid variable name.
17080as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17081
17082
17083# IFS
17084# We need space, tab and new line, in precisely that order.
17085as_nl='
17086'
17087IFS=" $as_nl"
17088
17089# CDPATH.
17090$as_unset CDPATH
17091
17092exec 6>&1
17093
17094# Open the log real soon, to keep \$[0] and so on meaningful, and to
17095# report actual input values of CONFIG_FILES etc. instead of their
17096# values after options handling. Logging --version etc. is OK.
17097exec 5>>config.log
17098{
17099 echo
17100 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17101## Running $as_me. ##
17102_ASBOX
17103} >&5
17104cat >&5 <<_CSEOF
17105
17106This file was extended by $as_me, which was
17107generated by GNU Autoconf 2.59. Invocation command line was
17108
17109 CONFIG_FILES = $CONFIG_FILES
17110 CONFIG_HEADERS = $CONFIG_HEADERS
17111 CONFIG_LINKS = $CONFIG_LINKS
17112 CONFIG_COMMANDS = $CONFIG_COMMANDS
17113 $ $0 $@
17114
17115_CSEOF
17116echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
17117echo >&5
17118_ACEOF
17119
17120# Files that config.status was made for.
17121if test -n "$ac_config_files"; then
17122 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17123fi
17124
17125if test -n "$ac_config_headers"; then
17126 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17127fi
17128
17129if test -n "$ac_config_links"; then
17130 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17131fi
17132
17133if test -n "$ac_config_commands"; then
17134 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17135fi
17136
17137cat >>$CONFIG_STATUS <<\_ACEOF
17138
17139ac_cs_usage="\
17140\`$as_me' instantiates files from templates according to the
17141current configuration.
17142
17143Usage: $0 [OPTIONS] [FILE]...
17144
17145 -h, --help print this help, then exit
17146 -V, --version print version number, then exit
17147 -q, --quiet do not print progress messages
17148 -d, --debug don't remove temporary files
17149 --recheck update $as_me by reconfiguring in the same conditions
17150 --file=FILE[:TEMPLATE]
17151 instantiate the configuration file FILE
17152 --header=FILE[:TEMPLATE]
17153 instantiate the configuration header FILE
17154
17155Configuration files:
17156$config_files
17157
17158Configuration headers:
17159$config_headers
17160
17161Report bugs to <bug-autoconf@gnu.org>."
17162_ACEOF
17163
17164cat >>$CONFIG_STATUS <<_ACEOF
17165ac_cs_version="\\
17166config.status
17167configured by $0, generated by GNU Autoconf 2.59,
17168 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17169
17170Copyright (C) 2003 Free Software Foundation, Inc.
17171This config.status script is free software; the Free Software Foundation
17172gives unlimited permission to copy, distribute and modify it."
17173srcdir=$srcdir
17174INSTALL="$INSTALL"
17175_ACEOF
17176
17177cat >>$CONFIG_STATUS <<\_ACEOF
17178# If no file are specified by the user, then we need to provide default
17179# value. By we need to know if files were specified by the user.
17180ac_need_defaults=:
17181while test $# != 0
17182do
17183 case $1 in
17184 --*=*)
17185 ac_option=`expr "x$1" : 'x\([^=]*\)='`
17186 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
17187 ac_shift=:
17188 ;;
17189 -*)
17190 ac_option=$1
17191 ac_optarg=$2
17192 ac_shift=shift
17193 ;;
17194 *) # This is not an option, so the user has probably given explicit
17195 # arguments.
17196 ac_option=$1
17197 ac_need_defaults=false;;
17198 esac
17199
9828 case "\$ac_option" in 17200 case $ac_option in
17201 # Handling of the options.
17202_ACEOF
17203cat >>$CONFIG_STATUS <<\_ACEOF
9829 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17204 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9830 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 17205 ac_cs_recheck=: ;;
9831 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 17206 --version | --vers* | -V )
9832 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 17207 echo "$ac_cs_version"; exit 0 ;;
9833 echo "$CONFIG_STATUS generated by autoconf version 2.13" 17208 --he | --h)
9834 exit 0 ;; 17209 # Conflict between --help and --header
9835 -help | --help | --hel | --he | --h) 17210 { { echo "$as_me:$LINENO: error: ambiguous option: $1
17211Try \`$0 --help' for more information." >&5
17212echo "$as_me: error: ambiguous option: $1
17213Try \`$0 --help' for more information." >&2;}
17214 { (exit 1); exit 1; }; };;
17215 --help | --hel | -h )
9836 echo "\$ac_cs_usage"; exit 0 ;; 17216 echo "$ac_cs_usage"; exit 0 ;;
9837 *) echo "\$ac_cs_usage"; exit 1 ;; 17217 --debug | --d* | -d )
17218 debug=: ;;
17219 --file | --fil | --fi | --f )
17220 $ac_shift
17221 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
17222 ac_need_defaults=false;;
17223 --header | --heade | --head | --hea )
17224 $ac_shift
17225 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
17226 ac_need_defaults=false;;
17227 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17228 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17229 ac_cs_silent=: ;;
17230
17231 # This is an error.
17232 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
17233Try \`$0 --help' for more information." >&5
17234echo "$as_me: error: unrecognized option: $1
17235Try \`$0 --help' for more information." >&2;}
17236 { (exit 1); exit 1; }; } ;;
17237
17238 *) ac_config_targets="$ac_config_targets $1" ;;
17239
17240 esac
17241 shift
17242done
17243
17244ac_configure_extra_args=
17245
17246if $ac_cs_silent; then
17247 exec 6>/dev/null
17248 ac_configure_extra_args="$ac_configure_extra_args --silent"
17249fi
17250
17251_ACEOF
17252cat >>$CONFIG_STATUS <<_ACEOF
17253if \$ac_cs_recheck; then
17254 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
17255 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17256fi
17257
17258_ACEOF
17259
17260
17261
17262
17263
17264cat >>$CONFIG_STATUS <<\_ACEOF
17265for ac_config_target in $ac_config_targets
17266do
17267 case "$ac_config_target" in
17268 # Handling of arguments.
17269 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17270 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17271 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17272 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17273 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
17274 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
17275 "W11/Makefile" ) CONFIG_FILES="$CONFIG_FILES W11/Makefile" ;;
17276 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
17277 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17278echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17279 { (exit 1); exit 1; }; };;
9838 esac 17280 esac
9839done 17281done
9840 17282
9841ac_given_srcdir=$srcdir 17283# If the user did not use the arguments to specify the items to instantiate,
9842ac_given_INSTALL="$INSTALL" 17284# then the envvar interface is used. Set only those that are not.
17285# We use the long form for the default assignment because of an extremely
17286# bizarre bug on SunOS 4.1.3.
17287if $ac_need_defaults; then
17288 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17289 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17290fi
9843 17291
9844trap 'rm -fr `echo "autoconf/Make.common \ 17292# Have a temporary directory for convenience. Make it in the build tree
9845Makefile \ 17293# simply because there is no reason to put it here, and in addition,
9846doc/Makefile \ 17294# creating and moving files from /tmp can sometimes cause problems.
9847src/Makefile \ 17295# Create a temporary directory, and hook for its removal unless debugging.
9848src/graphics/Makefile \ 17296$debug ||
9849src/test/Makefile \ 17297{
9850src/rxvtlib.h \ 17298 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9851W11/Makefile \ 17299 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 17300}
9853EOF 17301
17302# Create a (secure) tmp directory for tmp files.
17303
17304{
17305 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
17306 test -n "$tmp" && test -d "$tmp"
17307} ||
17308{
17309 tmp=./confstat$$-$RANDOM
17310 (umask 077 && mkdir $tmp)
17311} ||
17312{
17313 echo "$me: cannot create a temporary directory in ." >&2
17314 { (exit 1); exit 1; }
17315}
17316
17317_ACEOF
17318
9854cat >> $CONFIG_STATUS <<EOF 17319cat >>$CONFIG_STATUS <<_ACEOF
9855 17320
17321#
17322# CONFIG_FILES section.
17323#
17324
17325# No need to generate the scripts if there are no CONFIG_FILES.
17326# This happens for instance when ./config.status config.h
17327if test -n "\$CONFIG_FILES"; then
9856# Protect against being on the right side of a sed subst in config.status. 17328 # Protect against being on the right side of a sed subst in config.status.
9857sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 17329 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9858 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 17330 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9859$ac_vpsub 17331s,@SHELL@,$SHELL,;t t
17332s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17333s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17334s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17335s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17336s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17337s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17338s,@exec_prefix@,$exec_prefix,;t t
17339s,@prefix@,$prefix,;t t
17340s,@program_transform_name@,$program_transform_name,;t t
17341s,@bindir@,$bindir,;t t
17342s,@sbindir@,$sbindir,;t t
17343s,@libexecdir@,$libexecdir,;t t
17344s,@datadir@,$datadir,;t t
17345s,@sysconfdir@,$sysconfdir,;t t
17346s,@sharedstatedir@,$sharedstatedir,;t t
17347s,@localstatedir@,$localstatedir,;t t
17348s,@libdir@,$libdir,;t t
17349s,@includedir@,$includedir,;t t
17350s,@oldincludedir@,$oldincludedir,;t t
17351s,@infodir@,$infodir,;t t
17352s,@mandir@,$mandir,;t t
17353s,@build_alias@,$build_alias,;t t
17354s,@host_alias@,$host_alias,;t t
17355s,@target_alias@,$target_alias,;t t
17356s,@DEFS@,$DEFS,;t t
17357s,@ECHO_C@,$ECHO_C,;t t
17358s,@ECHO_N@,$ECHO_N,;t t
17359s,@ECHO_T@,$ECHO_T,;t t
17360s,@LIBS@,$LIBS,;t t
17361s,@VERSION@,$VERSION,;t t
17362s,@DATE@,$DATE,;t t
17363s,@LSMDATE@,$LSMDATE,;t t
17364s,@LIBVERSION@,$LIBVERSION,;t t
17365s,@CC@,$CC,;t t
17366s,@CFLAGS@,$CFLAGS,;t t
17367s,@LDFLAGS@,$LDFLAGS,;t t
17368s,@CPPFLAGS@,$CPPFLAGS,;t t
17369s,@ac_ct_CC@,$ac_ct_CC,;t t
17370s,@EXEEXT@,$EXEEXT,;t t
17371s,@OBJEXT@,$OBJEXT,;t t
17372s,@CXX@,$CXX,;t t
17373s,@CXXFLAGS@,$CXXFLAGS,;t t
17374s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17375s,@CPP@,$CPP,;t t
17376s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17377s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17378s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17379s,@AWK@,$AWK,;t t
17380s,@LINKER@,$LINKER,;t t
17381s,@CXXCPP@,$CXXCPP,;t t
17382s,@EGREP@,$EGREP,;t t
17383s,@build@,$build,;t t
17384s,@build_cpu@,$build_cpu,;t t
17385s,@build_vendor@,$build_vendor,;t t
17386s,@build_os@,$build_os,;t t
17387s,@host@,$host,;t t
17388s,@host_cpu@,$host_cpu,;t t
17389s,@host_vendor@,$host_vendor,;t t
17390s,@host_os@,$host_os,;t t
17391s,@LN_S@,$LN_S,;t t
17392s,@ECHO@,$ECHO,;t t
17393s,@RANLIB@,$RANLIB,;t t
17394s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17395s,@STRIP@,$STRIP,;t t
17396s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17397s,@LIBTOOL@,$LIBTOOL,;t t
17398s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17399s,@MV@,$MV,;t t
17400s,@RM@,$RM,;t t
17401s,@CP@,$CP,;t t
17402s,@LN@,$LN,;t t
17403s,@SED@,$SED,;t t
17404s,@CMP@,$CMP,;t t
17405s,@TBL@,$TBL,;t t
17406s,@X_CFLAGS@,$X_CFLAGS,;t t
17407s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17408s,@X_LIBS@,$X_LIBS,;t t
17409s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17410s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17411s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
17412s,@XPM_LIBS@,$XPM_LIBS,;t t
17413s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
17414s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17415s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17416s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17417s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17418s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17419s,@DEBUG@,$DEBUG,;t t
17420s,@DINCLUDE@,$DINCLUDE,;t t
17421s,@DLIB@,$DLIB,;t t
17422s,@RXVTNAME@,$RXVTNAME,;t t
17423s,@include_stdint_h@,$include_stdint_h,;t t
17424s,@include_stdarg_h@,$include_stdarg_h,;t t
17425s,@include_stdlib_h@,$include_stdlib_h,;t t
17426s,@include_unistd_h@,$include_unistd_h,;t t
17427s,@include_string_h@,$include_string_h,;t t
17428s,@include_fcntl_h@,$include_fcntl_h,;t t
17429s,@include_util_h@,$include_util_h,;t t
17430s,@include_assert_h@,$include_assert_h,;t t
17431s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
17432s,@include_sys_select_h@,$include_sys_select_h,;t t
17433s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17434s,@include_sys_time_h@,$include_sys_time_h,;t t
17435s,@include_time_h@,$include_time_h,;t t
17436s,@LIBOBJS@,$LIBOBJS,;t t
17437s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17438/@MCOMMON@/r $MCOMMON
17439s,@MCOMMON@,,;t t
17440CEOF
17441
17442_ACEOF
17443
17444 cat >>$CONFIG_STATUS <<\_ACEOF
17445 # Split the substitutions into bite-sized pieces for seds with
17446 # small command number limits, like on Digital OSF/1 and HP-UX.
17447 ac_max_sed_lines=48
17448 ac_sed_frag=1 # Number of current file.
17449 ac_beg=1 # First line for current file.
17450 ac_end=$ac_max_sed_lines # Line after last line for current file.
17451 ac_more_lines=:
17452 ac_sed_cmds=
17453 while $ac_more_lines; do
17454 if test $ac_beg -gt 1; then
17455 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17456 else
17457 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17458 fi
17459 if test ! -s $tmp/subs.frag; then
17460 ac_more_lines=false
17461 else
17462 # The purpose of the label and of the branching condition is to
17463 # speed up the sed processing (if there are no `@' at all, there
17464 # is no need to browse any of the substitutions).
17465 # These are the two extra sed commands mentioned above.
17466 (echo ':t
17467 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
17468 if test -z "$ac_sed_cmds"; then
17469 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
17470 else
17471 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17472 fi
17473 ac_sed_frag=`expr $ac_sed_frag + 1`
17474 ac_beg=$ac_end
17475 ac_end=`expr $ac_end + $ac_max_sed_lines`
17476 fi
17477 done
17478 if test -z "$ac_sed_cmds"; then
17479 ac_sed_cmds=cat
17480 fi
17481fi # test -n "$CONFIG_FILES"
17482
17483_ACEOF
17484cat >>$CONFIG_STATUS <<\_ACEOF
17485for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
17486 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17487 case $ac_file in
17488 - | *:- | *:-:* ) # input from stdin
17489 cat >$tmp/stdin
17490 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17491 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17492 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17493 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17494 * ) ac_file_in=$ac_file.in ;;
17495 esac
17496
17497 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17498 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17499$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17500 X"$ac_file" : 'X\(//\)[^/]' \| \
17501 X"$ac_file" : 'X\(//\)$' \| \
17502 X"$ac_file" : 'X\(/\)' \| \
17503 . : '\(.\)' 2>/dev/null ||
17504echo X"$ac_file" |
17505 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17506 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17507 /^X\(\/\/\)$/{ s//\1/; q; }
17508 /^X\(\/\).*/{ s//\1/; q; }
17509 s/.*/./; q'`
17510 { if $as_mkdir_p; then
17511 mkdir -p "$ac_dir"
17512 else
17513 as_dir="$ac_dir"
17514 as_dirs=
17515 while test ! -d "$as_dir"; do
17516 as_dirs="$as_dir $as_dirs"
17517 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17518$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17519 X"$as_dir" : 'X\(//\)[^/]' \| \
17520 X"$as_dir" : 'X\(//\)$' \| \
17521 X"$as_dir" : 'X\(/\)' \| \
17522 . : '\(.\)' 2>/dev/null ||
17523echo X"$as_dir" |
17524 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17525 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17526 /^X\(\/\/\)$/{ s//\1/; q; }
17527 /^X\(\/\).*/{ s//\1/; q; }
17528 s/.*/./; q'`
17529 done
17530 test ! -n "$as_dirs" || mkdir $as_dirs
17531 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17532echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17533 { (exit 1); exit 1; }; }; }
17534
17535 ac_builddir=.
17536
17537if test "$ac_dir" != .; then
17538 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17539 # A "../" for each directory in $ac_dir_suffix.
17540 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17541else
17542 ac_dir_suffix= ac_top_builddir=
17543fi
17544
17545case $srcdir in
17546 .) # No --srcdir option. We are building in place.
17547 ac_srcdir=.
17548 if test -z "$ac_top_builddir"; then
17549 ac_top_srcdir=.
17550 else
17551 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17552 fi ;;
17553 [\\/]* | ?:[\\/]* ) # Absolute path.
17554 ac_srcdir=$srcdir$ac_dir_suffix;
17555 ac_top_srcdir=$srcdir ;;
17556 *) # Relative path.
17557 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17558 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17559esac
17560
17561# Do not use `cd foo && pwd` to compute absolute paths, because
17562# the directories may not exist.
17563case `pwd` in
17564.) ac_abs_builddir="$ac_dir";;
17565*)
17566 case "$ac_dir" in
17567 .) ac_abs_builddir=`pwd`;;
17568 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17569 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17570 esac;;
17571esac
17572case $ac_abs_builddir in
17573.) ac_abs_top_builddir=${ac_top_builddir}.;;
17574*)
17575 case ${ac_top_builddir}. in
17576 .) ac_abs_top_builddir=$ac_abs_builddir;;
17577 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17578 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17579 esac;;
17580esac
17581case $ac_abs_builddir in
17582.) ac_abs_srcdir=$ac_srcdir;;
17583*)
17584 case $ac_srcdir in
17585 .) ac_abs_srcdir=$ac_abs_builddir;;
17586 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17587 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17588 esac;;
17589esac
17590case $ac_abs_builddir in
17591.) ac_abs_top_srcdir=$ac_top_srcdir;;
17592*)
17593 case $ac_top_srcdir in
17594 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17595 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17596 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17597 esac;;
17598esac
17599
17600
17601 case $INSTALL in
17602 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17603 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
17604 esac
17605
17606 # Let's still pretend it is `configure' which instantiates (i.e., don't
17607 # use $as_me), people would be surprised to read:
17608 # /* config.h. Generated by config.status. */
17609 if test x"$ac_file" = x-; then
17610 configure_input=
17611 else
17612 configure_input="$ac_file. "
17613 fi
17614 configure_input=$configure_input"Generated from `echo $ac_file_in |
17615 sed 's,.*/,,'` by configure."
17616
17617 # First look for the input files in the build tree, otherwise in the
17618 # src tree.
17619 ac_file_inputs=`IFS=:
17620 for f in $ac_file_in; do
17621 case $f in
17622 -) echo $tmp/stdin ;;
17623 [\\/$]*)
17624 # Absolute (can't be DOS-style, as IFS=:)
17625 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17626echo "$as_me: error: cannot find input file: $f" >&2;}
17627 { (exit 1); exit 1; }; }
17628 echo "$f";;
17629 *) # Relative
17630 if test -f "$f"; then
17631 # Build tree
17632 echo "$f"
17633 elif test -f "$srcdir/$f"; then
17634 # Source tree
17635 echo "$srcdir/$f"
17636 else
17637 # /dev/null tree
17638 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17639echo "$as_me: error: cannot find input file: $f" >&2;}
17640 { (exit 1); exit 1; }; }
17641 fi;;
17642 esac
17643 done` || { (exit 1); exit 1; }
17644
17645 if test x"$ac_file" != x-; then
17646 { echo "$as_me:$LINENO: creating $ac_file" >&5
17647echo "$as_me: creating $ac_file" >&6;}
17648 rm -f "$ac_file"
17649 fi
17650_ACEOF
17651cat >>$CONFIG_STATUS <<_ACEOF
17652 sed "$ac_vpsub
9860$extrasub 17653$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 17654_ACEOF
9954EOF
9955
9956cat >> $CONFIG_STATUS <<\EOF 17655cat >>$CONFIG_STATUS <<\_ACEOF
9957 17656:t
9958# Split the substitutions into bite-sized pieces for seds with 17657/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9959# small command number limits, like on Digital OSF/1 and HP-UX. 17658s,@configure_input@,$configure_input,;t t
9960ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 17659s,@srcdir@,$ac_srcdir,;t t
9961ac_file=1 # Number of current file. 17660s,@abs_srcdir@,$ac_abs_srcdir,;t t
9962ac_beg=1 # First line for current file. 17661s,@top_srcdir@,$ac_top_srcdir,;t t
9963ac_end=$ac_max_sed_cmds # Line after last line for current file. 17662s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9964ac_more_lines=: 17663s,@builddir@,$ac_builddir,;t t
9965ac_sed_cmds="" 17664s,@abs_builddir@,$ac_abs_builddir,;t t
9966while $ac_more_lines; do 17665s,@top_builddir@,$ac_top_builddir,;t t
9967 if test $ac_beg -gt 1; then 17666s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9968 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 17667s,@INSTALL@,$ac_INSTALL,;t t
17668" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
17669 rm -f $tmp/stdin
17670 if test x"$ac_file" != x-; then
17671 mv $tmp/out $ac_file
9969 else 17672 else
9970 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 17673 cat $tmp/out
17674 rm -f $tmp/out
9971 fi 17675 fi
9972 if test ! -s conftest.s$ac_file; then 17676
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 17677done
9986if test -z "$ac_sed_cmds"; then 17678_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 17679cat >>$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 17680
10012 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 17681#
10013 17682# CONFIG_HEADER section.
10014 # Remove last slash and all that follows it. Not all systems have dirname. 17683#
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 17684
10060# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 17685# 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. 17686# NAME is the cpp macro being defined and VALUE is the value it is being given.
10062# 17687#
10063# ac_d sets the value in "#define NAME VALUE" lines. 17688# ac_d sets the value in "#define NAME VALUE" lines.
10064ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 17689ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10065ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 17690ac_dB='[ ].*$,\1#\2'
10066ac_dC='\3' 17691ac_dC=' '
10067ac_dD='%g' 17692ac_dD=',;t'
10068# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 17693# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10069ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 17694ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10070ac_uB='\([ ]\)%\1#\2define\3' 17695ac_uB='$,\1#\2define\3'
10071ac_uC=' ' 17696ac_uC=' '
10072ac_uD='\4%g' 17697ac_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 17698
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 17699for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10087 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17700 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10088 case "$ac_file" in 17701 case $ac_file in
17702 - | *:- | *:-:* ) # input from stdin
17703 cat >$tmp/stdin
17704 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17705 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10089 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 17706 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10090 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 17707 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10091 *) ac_file_in="${ac_file}.in" ;; 17708 * ) ac_file_in=$ac_file.in ;;
10092 esac 17709 esac
10093 17710
10094 echo creating $ac_file 17711 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
17712echo "$as_me: creating $ac_file" >&6;}
10095 17713
10096 rm -f conftest.frag conftest.in conftest.out 17714 # 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"` 17715 # src tree.
10098 cat $ac_file_inputs > conftest.in 17716 ac_file_inputs=`IFS=:
17717 for f in $ac_file_in; do
17718 case $f in
17719 -) echo $tmp/stdin ;;
17720 [\\/$]*)
17721 # Absolute (can't be DOS-style, as IFS=:)
17722 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17723echo "$as_me: error: cannot find input file: $f" >&2;}
17724 { (exit 1); exit 1; }; }
17725 # Do quote $f, to prevent DOS paths from being IFS'd.
17726 echo "$f";;
17727 *) # Relative
17728 if test -f "$f"; then
17729 # Build tree
17730 echo "$f"
17731 elif test -f "$srcdir/$f"; then
17732 # Source tree
17733 echo "$srcdir/$f"
17734 else
17735 # /dev/null tree
17736 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17737echo "$as_me: error: cannot find input file: $f" >&2;}
17738 { (exit 1); exit 1; }; }
17739 fi;;
17740 esac
17741 done` || { (exit 1); exit 1; }
17742 # Remove the trailing spaces.
17743 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10099 17744
10100EOF 17745_ACEOF
10101 17746
10102# Transform confdefs.h into a sed script conftest.vals that substitutes 17747# Transform confdefs.h into two sed scripts, `conftest.defines' and
10103# the proper values into config.h.in to produce config.h. And first: 17748# `conftest.undefs', that substitutes the proper values into
17749# config.h.in to produce config.h. The first handles `#define'
17750# templates, and the second `#undef' templates.
10104# Protect against being on the right side of a sed subst in config.status. 17751# 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. 17752# config.status. Protect against being in an unquoted here document
10106rm -f conftest.vals 17753# in config.status.
10107cat > conftest.hdr <<\EOF 17754rm -f conftest.defines conftest.undefs
17755# Using a here document instead of a string reduces the quoting nightmare.
17756# Putting comments in sed scripts is not portable.
17757#
17758# `end' is used to avoid that the second main sed command (meant for
17759# 0-ary CPP macros) applies to n-ary macro definitions.
17760# See the Autoconf documentation for `clear'.
17761cat >confdef2sed.sed <<\_ACEOF
10108s/[\\&%]/\\&/g 17762s/[\\&,]/\\&/g
10109s%[\\$`]%\\&%g 17763s,[\\$`],\\&,g
10110s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 17764t clear
10111s%ac_d%ac_u%gp 17765: clear
10112s%ac_u%ac_e%gp 17766s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10113EOF 17767t end
10114sed -n -f conftest.hdr confdefs.h > conftest.vals 17768s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10115rm -f conftest.hdr 17769: end
17770_ACEOF
17771# If some macros were called several times there might be several times
17772# the same #defines, which is useless. Nevertheless, we may not want to
17773# sort them, since we want the *last* AC-DEFINE to be honored.
17774uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
17775sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
17776rm -f confdef2sed.sed
10116 17777
10117# This sed command replaces #undef with comments. This is necessary, for 17778# This sed command replaces #undef with comments. This is necessary, for
10118# example, in the case of _POSIX_SOURCE, which is predefined and required 17779# example, in the case of _POSIX_SOURCE, which is predefined and required
10119# on some systems where configure will not decide to define it. 17780# on some systems where configure will not decide to define it.
10120cat >> conftest.vals <<\EOF 17781cat >>conftest.undefs <<\_ACEOF
10121s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 17782s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10122EOF 17783_ACEOF
10123 17784
10124# Break up conftest.vals because some shells have a limit on 17785# 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. 17786# of here documents, and old seds have small limits too (100 cmds).
10126 17787echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
17788echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
17789echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
17790echo ' :' >>$CONFIG_STATUS
10127rm -f conftest.tail 17791rm -f conftest.tail
10128while : 17792while grep . conftest.defines >/dev/null
10129do 17793do
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. 17794 # Write a limited-size here document to $tmp/defines.sed.
10134 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 17795 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
17796 # Speed up: don't consider the non `#define' lines.
17797 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
17798 # Work around the forget-to-reset-the-flag bug.
17799 echo 't clr' >>$CONFIG_STATUS
17800 echo ': clr' >>$CONFIG_STATUS
10135 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 17801 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10136 echo 'CEOF 17802 echo 'CEOF
10137 sed -f conftest.frag conftest.in > conftest.out 17803 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10138 rm -f conftest.in 17804 rm -f $tmp/in
10139 mv conftest.out conftest.in 17805 mv $tmp/out $tmp/in
10140' >> $CONFIG_STATUS 17806' >>$CONFIG_STATUS
10141 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 17807 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10142 rm -f conftest.vals 17808 rm -f conftest.defines
10143 mv conftest.tail conftest.vals 17809 mv conftest.tail conftest.defines
10144done 17810done
17811rm -f conftest.defines
17812echo ' fi # grep' >>$CONFIG_STATUS
17813echo >>$CONFIG_STATUS
17814
17815# Break up conftest.undefs because some shells have a limit on the size
17816# of here documents, and old seds have small limits too (100 cmds).
17817echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10145rm -f conftest.vals 17818rm -f conftest.tail
17819while grep . conftest.undefs >/dev/null
17820do
17821 # Write a limited-size here document to $tmp/undefs.sed.
17822 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
17823 # Speed up: don't consider the non `#undef'
17824 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
17825 # Work around the forget-to-reset-the-flag bug.
17826 echo 't clr' >>$CONFIG_STATUS
17827 echo ': clr' >>$CONFIG_STATUS
17828 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
17829 echo 'CEOF
17830 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
17831 rm -f $tmp/in
17832 mv $tmp/out $tmp/in
17833' >>$CONFIG_STATUS
17834 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
17835 rm -f conftest.undefs
17836 mv conftest.tail conftest.undefs
17837done
17838rm -f conftest.undefs
10146 17839
10147cat >> $CONFIG_STATUS <<\EOF 17840cat >>$CONFIG_STATUS <<\_ACEOF
10148 rm -f conftest.frag conftest.h 17841 # Let's still pretend it is `configure' which instantiates (i.e., don't
10149 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 17842 # use $as_me), people would be surprised to read:
10150 cat conftest.in >> conftest.h 17843 # /* config.h. Generated by config.status. */
10151 rm -f conftest.in 17844 if test x"$ac_file" = x-; then
10152 if cmp -s $ac_file conftest.h 2>/dev/null; then 17845 echo "/* Generated by configure. */" >$tmp/config.h
10153 echo "$ac_file is unchanged"
10154 rm -f conftest.h
10155 else 17846 else
10156 # Remove last slash and all that follows it. Not all systems have dirname. 17847 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10157 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 17848 fi
10158 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 17849 cat $tmp/in >>$tmp/config.h
10159 # The file is in a subdirectory. 17850 rm -f $tmp/in
17851 if test x"$ac_file" != x-; then
17852 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
17853 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
17854echo "$as_me: $ac_file is unchanged" >&6;}
17855 else
17856 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17857$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17858 X"$ac_file" : 'X\(//\)[^/]' \| \
17859 X"$ac_file" : 'X\(//\)$' \| \
17860 X"$ac_file" : 'X\(/\)' \| \
17861 . : '\(.\)' 2>/dev/null ||
17862echo X"$ac_file" |
17863 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17864 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17865 /^X\(\/\/\)$/{ s//\1/; q; }
17866 /^X\(\/\).*/{ s//\1/; q; }
17867 s/.*/./; q'`
17868 { if $as_mkdir_p; then
17869 mkdir -p "$ac_dir"
17870 else
17871 as_dir="$ac_dir"
17872 as_dirs=
17873 while test ! -d "$as_dir"; do
17874 as_dirs="$as_dir $as_dirs"
17875 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17876$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17877 X"$as_dir" : 'X\(//\)[^/]' \| \
17878 X"$as_dir" : 'X\(//\)$' \| \
17879 X"$as_dir" : 'X\(/\)' \| \
17880 . : '\(.\)' 2>/dev/null ||
17881echo X"$as_dir" |
17882 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17883 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17884 /^X\(\/\/\)$/{ s//\1/; q; }
17885 /^X\(\/\).*/{ s//\1/; q; }
17886 s/.*/./; q'`
17887 done
10160 test ! -d "$ac_dir" && mkdir "$ac_dir" 17888 test ! -n "$as_dirs" || mkdir $as_dirs
17889 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17890echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17891 { (exit 1); exit 1; }; }; }
17892
17893 rm -f $ac_file
17894 mv $tmp/config.h $ac_file
10161 fi 17895 fi
10162 rm -f $ac_file 17896 else
10163 mv conftest.h $ac_file 17897 cat $tmp/config.h
17898 rm -f $tmp/config.h
10164 fi 17899 fi
10165fi; done 17900done
17901_ACEOF
10166 17902
10167EOF
10168cat >> $CONFIG_STATUS <<EOF
10169
10170EOF
10171cat >> $CONFIG_STATUS <<\EOF 17903cat >>$CONFIG_STATUS <<\_ACEOF
10172 17904
10173exit 0 17905{ (exit 0); exit 0; }
10174EOF 17906_ACEOF
10175chmod +x $CONFIG_STATUS 17907chmod +x $CONFIG_STATUS
10176rm -fr confdefs* $ac_clean_files 17908ac_clean_files=$ac_clean_files_save
10177test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 17909
17910
17911# configure is writing to config.log, and then calls config.status.
17912# config.status does its own redirection, appending to config.log.
17913# Unfortunately, on DOS this fails, as config.log is still kept open
17914# by configure, so config.status won't be able to write to it; its
17915# output is simply discarded. So we exec the FD to /dev/null,
17916# effectively closing config.log, so it can be properly (re)opened and
17917# appended to by config.status. When coming back to configure, we
17918# need to make the FD available again.
17919if test "$no_create" != yes; then
17920 ac_cs_success=:
17921 ac_config_status_args=
17922 test "$silent" = yes &&
17923 ac_config_status_args="$ac_config_status_args --quiet"
17924 exec 5>/dev/null
17925 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17926 exec 5>>config.log
17927 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17928 # would make configure fail if this is the last instruction.
17929 $ac_cs_success || { (exit 1); exit 1; }
17930fi
10178 17931
10179 17932
10180echo "Configuration: 17933echo "Configuration:
10181 17934
10182 Rxvt version: $VERSION : $DATE 17935 Rxvt version: $VERSION : $DATE
10183 Source code location: $srcdir 17936 Source code location: $srcdir
10184 Install path: ${prefix}/bin 17937 Install path: ${prefix}/bin
10185 Compiler: $CC 17938 Compiler: $CXX
10186 Compiler flags: $CFLAGS" 17939 Compiler flags: $CFLAGS
17940 Linker: $LINKER"
10187 17941
10188if test "$MALLOC_TYPE" = S; then 17942if test "$MALLOC_TYPE" = S; then
10189 echo " malloc support: system default" 17943 echo " malloc support: system default"
10190fi 17944fi
10191if test "$MALLOC_TYPE" = G; then 17945if test "$MALLOC_TYPE" = G; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines