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

Comparing rxvt-unicode/configure (file contents):
Revision 1.4 by pcg, Thu Dec 18 02:07:12 2003 UTC vs.
Revision 1.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
5199echo
5200if test x$support_inheritpixmap = xyes; then
5201 support_inheritpixmap=no
5202 echo "******* transparency support disabled, does not work"
5203fi
5204if test x$support_xpm = xyes; then
5205 support_xpm=no
5206 echo "******* pixmap support disabled, does not work"
5207fi
5208if test x$support_graphics = xyes; then
5209 support_graphics=no
5210 echo "******* graphics support disabled, does not work"
5211fi
5212if test x$support_menubar = xyes; then
5213 support_menubar=no
5214 echo "******* menubar support disabled, does not work"
5215fi
5216echo
5217 8097
5218# Check whether --enable-unicode3 or --disable-unicode3 was given. 8098# Check whether --enable-unicode3 or --disable-unicode3 was given.
5219if test "${enable_unicode3+set}" = set; then 8099if test "${enable_unicode3+set}" = set; then
5220 enableval="$enable_unicode3" 8100 enableval="$enable_unicode3"
5221 if test x$enableval = xyes; then 8101 if test x$enableval = xyes -o x$enableval = xno; then
5222 support_unicode3=yes 8102 support_unicode3=yes
5223 fi 8103 fi
5224fi 8104fi;
5225
5226 8105
5227# Check whether --enable-xft or --disable-xft was given. 8106# Check whether --enable-xft or --disable-xft was given.
5228if test "${enable_xft+set}" = set; then 8107if test "${enable_xft+set}" = set; then
5229 enableval="$enable_xft" 8108 enableval="$enable_xft"
5230 if test x$enableval = xyes; then 8109 if test x$enableval = xyes -o x$enableval = xno; then
5231 support_xft=yes 8110 support_xft=yes
5232 fi 8111 fi
5233fi 8112fi;
5234 8113
5235 8114
5236# Check whether --with-codesets or --without-codesets was given. 8115# Check whether --with-codesets or --without-codesets was given.
5237if test "${with_codesets+set}" = set; then 8116if test "${with_codesets+set}" = set; then
5238 withval="$with_codesets" 8117 withval="$with_codesets"
5239 if test x$enableval = xyes; then
5240 codesets="$withval" 8118 codesets="$withval"
5241 fi
5242fi 8119fi;
5243
5244
5245# Check whether --with-encoding or --without-encoding was given.
5246if test "${with_encoding+set}" = set; then
5247 withval="$with_encoding"
5248 if test x$enableval = xyes; then
5249 withval=`echo $withval | tr 'a-z' 'A-Z'`
5250 cat >> confdefs.h <<EOF
5251#define MULTICHAR_ENCODING $withval
5252EOF
5253
5254 fi
5255fi
5256
5257 8120
5258# Check whether --enable-utmp or --disable-utmp was given. 8121# Check whether --enable-utmp or --disable-utmp was given.
5259if test "${enable_utmp+set}" = set; then 8122if test "${enable_utmp+set}" = set; then
5260 enableval="$enable_utmp" 8123 enableval="$enable_utmp"
5261 if test x$enableval = xyes -o x$enableval = xno; then 8124 if test x$enableval = xyes -o x$enableval = xno; then
5262 support_utmp=$enableval 8125 support_utmp=$enableval
5263 fi 8126 fi
5264fi 8127fi;
5265
5266 8128
5267# Check whether --enable-wtmp or --disable-wtmp was given. 8129# Check whether --enable-wtmp or --disable-wtmp was given.
5268if test "${enable_wtmp+set}" = set; then 8130if test "${enable_wtmp+set}" = set; then
5269 enableval="$enable_wtmp" 8131 enableval="$enable_wtmp"
5270 if test x$enableval = xyes -o x$enableval = xno; then 8132 if test x$enableval = xyes -o x$enableval = xno; then
5271 support_wtmp=$enableval 8133 support_wtmp=$enableval
5272 fi 8134 fi
5273fi 8135fi;
5274
5275 8136
5276# Check whether --enable-lastlog or --disable-lastlog was given. 8137# Check whether --enable-lastlog or --disable-lastlog was given.
5277if test "${enable_lastlog+set}" = set; then 8138if test "${enable_lastlog+set}" = set; then
5278 enableval="$enable_lastlog" 8139 enableval="$enable_lastlog"
5279 if test x$enableval = xyes -o x$enableval = xno; then 8140 if test x$enableval = xyes -o x$enableval = xno; then
5280 support_lastlog=$enableval 8141 support_lastlog=$enableval
5281 fi 8142 fi
5282fi 8143fi;
5283
5284 8144
5285# Check whether --enable-xpm-background or --disable-xpm-background was given. 8145# Check whether --enable-xpm-background or --disable-xpm-background was given.
5286if test "${enable_xpm_background+set}" = set; then 8146if test "${enable_xpm_background+set}" = set; then
5287 enableval="$enable_xpm_background" 8147 enableval="$enable_xpm_background"
5288 if test x$enableval = xyes -o x$enableval = xno; then 8148 if test x$enableval = xyes -o x$enableval = xno; then
5289 support_xpm=$enableval 8149 support_xpm=$enableval
5290 fi 8150 fi
5291fi 8151fi;
5292
5293 8152
5294# Check whether --enable-transparency or --disable-transparency was given. 8153# Check whether --enable-transparency or --disable-transparency was given.
5295if test "${enable_transparency+set}" = set; then 8154if test "${enable_transparency+set}" = set; then
5296 enableval="$enable_transparency" 8155 enableval="$enable_transparency"
5297 if test x$enableval = xyes -o x$enableval = xno; then 8156 if test x$enableval = xyes -o x$enableval = xno; then
5298 support_inheritpixmap=$enableval 8157 support_inheritpixmap=$enableval
5299 fi 8158 fi
5300fi 8159fi;
5301
5302 8160
5303# Check whether --enable-menubar or --disable-menubar was given. 8161# Check whether --enable-menubar or --disable-menubar was given.
5304if test "${enable_menubar+set}" = set; then 8162if test "${enable_menubar+set}" = set; then
5305 enableval="$enable_menubar" 8163 enableval="$enable_menubar"
5306 if test x$enableval = xyes -o x$enableval = xno; then 8164 if test x$enableval = xyes -o x$enableval = xno; then
5307 support_menubar=$enableval 8165 support_menubar=$enableval
5308 fi 8166 fi
5309fi 8167fi;
5310
5311
5312# Check whether --enable-graphics or --disable-graphics was given.
5313if test "${enable_graphics+set}" = set; then
5314 enableval="$enable_graphics"
5315 if test x$enableval = xyes -o x$enableval = xno; then
5316 support_graphics=$enableval
5317 fi
5318fi
5319
5320 8168
5321# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8169# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5322if test "${enable_rxvt_scroll+set}" = set; then 8170if test "${enable_rxvt_scroll+set}" = set; then
5323 enableval="$enable_rxvt_scroll" 8171 enableval="$enable_rxvt_scroll"
5324 if test x$enableval = xyes -o x$enableval = xno; then 8172 if test x$enableval = xyes -o x$enableval = xno; then
5325 support_scroll_rxvt=$enableval 8173 support_scroll_rxvt=$enableval
5326 fi 8174 fi
5327fi 8175fi;
5328
5329 8176
5330# Check whether --enable-next-scroll or --disable-next-scroll was given. 8177# Check whether --enable-next-scroll or --disable-next-scroll was given.
5331if test "${enable_next_scroll+set}" = set; then 8178if test "${enable_next_scroll+set}" = set; then
5332 enableval="$enable_next_scroll" 8179 enableval="$enable_next_scroll"
5333 if test x$enableval = xyes -o x$enableval = xno; then 8180 if test x$enableval = xyes -o x$enableval = xno; then
5334 support_scroll_next=$enableval 8181 support_scroll_next=$enableval
5335 fi 8182 fi
5336fi 8183fi;
5337
5338 8184
5339# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8185# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5340if test "${enable_xterm_scroll+set}" = set; then 8186if test "${enable_xterm_scroll+set}" = set; then
5341 enableval="$enable_xterm_scroll" 8187 enableval="$enable_xterm_scroll"
5342 if test x$enableval = xyes -o x$enableval = xno; then 8188 if test x$enableval = xyes -o x$enableval = xno; then
5343 support_scroll_xterm=$enableval 8189 support_scroll_xterm=$enableval
5344 fi 8190 fi
5345fi 8191fi;
5346 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;
5347 8200
5348# Check whether --enable-half-shadow or --disable-half-shadow was given. 8201# Check whether --enable-half-shadow or --disable-half-shadow was given.
5349if test "${enable_half_shadow+set}" = set; then 8202if test "${enable_half_shadow+set}" = set; then
5350 enableval="$enable_half_shadow" 8203 enableval="$enable_half_shadow"
5351 if test x$enableval = xyes; then 8204 if test x$enableval = xyes; then
8205
5352 cat >> confdefs.h <<\EOF 8206cat >>confdefs.h <<\_ACEOF
5353#define HALFSHADOW 1 8207#define HALFSHADOW 1
5354EOF 8208_ACEOF
5355 8209
5356 fi 8210 fi
5357fi 8211fi;
5358
5359 8212
5360# Check whether --enable-xim or --disable-xim was given. 8213# Check whether --enable-xim or --disable-xim was given.
5361if test "${enable_xim+set}" = set; then 8214if test "${enable_xim+set}" = set; then
5362 enableval="$enable_xim" 8215 enableval="$enable_xim"
5363 if test x$enableval = xyes -o x$enableval = xno; then 8216 if test x$enableval = xyes -o x$enableval = xno; then
5364 support_xim=$enableval 8217 support_xim=$enableval
5365 fi 8218 fi
5366fi 8219fi;
5367
5368
5369# Check whether --enable-greek or --disable-greek was given.
5370if test "${enable_greek+set}" = set; then
5371 enableval="$enable_greek"
5372 if test x$enableval = xyes; then
5373 cat >> confdefs.h <<\EOF
5374#define GREEK_SUPPORT 1
5375EOF
5376
5377 fi
5378fi
5379
5380 8220
5381# Check whether --enable-ttygid or --disable-ttygid was given. 8221# Check whether --enable-ttygid or --disable-ttygid was given.
5382if test "${enable_ttygid+set}" = set; then 8222if test "${enable_ttygid+set}" = set; then
5383 enableval="$enable_ttygid" 8223 enableval="$enable_ttygid"
5384 if test x$enableval = xyes; then 8224 if test x$enableval = xyes; then
8225
5385 cat >> confdefs.h <<\EOF 8226cat >>confdefs.h <<\_ACEOF
5386#define TTY_GID_SUPPORT 1 8227#define TTY_GID_SUPPORT 1
5387EOF 8228_ACEOF
5388 8229
5389 fi 8230 fi
5390fi 8231fi;
5391
5392 8232
5393# Check whether --enable-backspace-key or --disable-backspace-key was given. 8233# Check whether --enable-backspace-key or --disable-backspace-key was given.
5394if test "${enable_backspace_key+set}" = set; then 8234if test "${enable_backspace_key+set}" = set; then
5395 enableval="$enable_backspace_key" 8235 enableval="$enable_backspace_key"
5396 if test x$enableval = xno; then 8236 if test x$enableval = xno; then
8237
5397 cat >> confdefs.h <<\EOF 8238cat >>confdefs.h <<\_ACEOF
5398#define NO_BACKSPACE_KEY 1 8239#define NO_BACKSPACE_KEY 1
5399EOF 8240_ACEOF
5400 8241
5401 fi 8242 fi
5402fi 8243fi;
5403
5404 8244
5405# Check whether --enable-delete-key or --disable-delete-key was given. 8245# Check whether --enable-delete-key or --disable-delete-key was given.
5406if test "${enable_delete_key+set}" = set; then 8246if test "${enable_delete_key+set}" = set; then
5407 enableval="$enable_delete_key" 8247 enableval="$enable_delete_key"
5408 if test x$enableval = xno; then 8248 if test x$enableval = xno; then
8249
5409 cat >> confdefs.h <<\EOF 8250cat >>confdefs.h <<\_ACEOF
5410#define NO_DELETE_KEY 1 8251#define NO_DELETE_KEY 1
5411EOF 8252_ACEOF
5412 8253
5413 fi 8254 fi
5414fi 8255fi;
5415
5416 8256
5417# Check whether --enable-resources or --disable-resources was given. 8257# Check whether --enable-resources or --disable-resources was given.
5418if test "${enable_resources+set}" = set; then 8258if test "${enable_resources+set}" = set; then
5419 enableval="$enable_resources" 8259 enableval="$enable_resources"
5420 if test x$enableval = xno; then 8260 if test x$enableval = xno; then
8261
5421 cat >> confdefs.h <<\EOF 8262cat >>confdefs.h <<\_ACEOF
5422#define NO_RESOURCES 1 8263#define NO_RESOURCES 1
5423EOF 8264_ACEOF
5424 8265
5425 fi 8266 fi
5426fi 8267fi;
5427
5428 8268
5429# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8269# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5430if test "${enable_xgetdefault+set}" = set; then 8270if test "${enable_xgetdefault+set}" = set; then
5431 enableval="$enable_xgetdefault" 8271 enableval="$enable_xgetdefault"
5432 if test x$enableval = xyes; then 8272 if test x$enableval = xyes; then
8273
5433 cat >> confdefs.h <<\EOF 8274cat >>confdefs.h <<\_ACEOF
5434#define USE_XGETDEFAULT 1 8275#define USE_XGETDEFAULT 1
5435EOF 8276_ACEOF
5436 8277
5437 fi 8278 fi
5438fi 8279fi;
5439
5440 8280
5441# Check whether --enable-strings or --disable-strings was given. 8281# Check whether --enable-strings or --disable-strings was given.
5442if test "${enable_strings+set}" = set; then 8282if test "${enable_strings+set}" = set; then
5443 enableval="$enable_strings" 8283 enableval="$enable_strings"
5444 if test x$enableval = xyes -o x$enableval = xno; then 8284 if test x$enableval = xyes -o x$enableval = xno; then
5445 support_addstrings=$enableval 8285 support_addstrings=$enableval
5446 fi 8286 fi
5447fi 8287fi;
5448
5449 8288
5450# Check whether --enable-swapscreen or --disable-swapscreen was given. 8289# Check whether --enable-swapscreen or --disable-swapscreen was given.
5451if test "${enable_swapscreen+set}" = set; then 8290if test "${enable_swapscreen+set}" = set; then
5452 enableval="$enable_swapscreen" 8291 enableval="$enable_swapscreen"
5453 if test x$enableval = xno; then 8292 if test x$enableval = xno; then
8293
5454 cat >> confdefs.h <<\EOF 8294cat >>confdefs.h <<\_ACEOF
5455#define NO_SECONDARY_SCREEN 1 8295#define NO_SECONDARY_SCREEN 1
5456EOF 8296_ACEOF
5457 8297
5458 fi 8298 fi
5459fi 8299fi;
5460
5461 8300
5462# Check whether --enable-frills or --disable-frills was given. 8301# Check whether --enable-frills or --disable-frills was given.
5463if test "${enable_frills+set}" = set; then 8302if test "${enable_frills+set}" = set; then
5464 enableval="$enable_frills" 8303 enableval="$enable_frills"
5465 if test x$enableval = xyes -o x$enableval = xno; then 8304 if test x$enableval = xyes -o x$enableval = xno; then
5466 support_frills=$enableval 8305 support_frills=$enableval
5467 fi 8306 fi
5468fi 8307fi;
5469
5470 8308
5471# Check whether --enable-linespace or --disable-linespace was given. 8309# Check whether --enable-linespace or --disable-linespace was given.
5472if test "${enable_linespace+set}" = set; then 8310if test "${enable_linespace+set}" = set; then
5473 enableval="$enable_linespace" 8311 enableval="$enable_linespace"
5474 if test x$enableval = xyes -o x$enableval = xno; then 8312 if test x$enableval = xyes -o x$enableval = xno; then
5475 support_linespace=$enableval 8313 support_linespace=$enableval
5476 fi 8314 fi
5477fi 8315fi;
5478
5479 8316
5480# Check whether --enable-24bit or --disable-24bit was given. 8317# Check whether --enable-24bit or --disable-24bit was given.
5481if test "${enable_24bit+set}" = set; then 8318if test "${enable_24bit+set}" = set; then
5482 enableval="$enable_24bit" 8319 enableval="$enable_24bit"
5483 if test x$enableval = xyes -o x$enableval = xno; then 8320 if test x$enableval = xyes -o x$enableval = xno; then
5484 support_24bit=$enableval 8321 support_24bit=$enableval
5485 fi 8322 fi
5486fi 8323fi;
5487
5488 8324
5489# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8325# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5490if test "${enable_keepscrolling+set}" = set; then 8326if test "${enable_keepscrolling+set}" = set; then
5491 enableval="$enable_keepscrolling" 8327 enableval="$enable_keepscrolling"
5492 if test x$enableval = xyes -o x$enableval = xno; then 8328 if test x$enableval = xyes -o x$enableval = xno; then
5493 support_keepscrolling=$enableval 8329 support_keepscrolling=$enableval
5494 fi 8330 fi
5495fi 8331fi;
5496
5497 8332
5498# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8333# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5499if test "${enable_selectionscrolling+set}" = set; then 8334if test "${enable_selectionscrolling+set}" = set; then
5500 enableval="$enable_selectionscrolling" 8335 enableval="$enable_selectionscrolling"
5501 if test x$enableval = xyes -o x$enableval = xno; then 8336 if test x$enableval = xyes -o x$enableval = xno; then
5502 support_selectionscrolling=$enableval 8337 support_selectionscrolling=$enableval
5503 fi 8338 fi
5504fi 8339fi;
5505
5506 8340
5507# Check whether --enable-mousewheel or --disable-mousewheel was given. 8341# Check whether --enable-mousewheel or --disable-mousewheel was given.
5508if test "${enable_mousewheel+set}" = set; then 8342if test "${enable_mousewheel+set}" = set; then
5509 enableval="$enable_mousewheel" 8343 enableval="$enable_mousewheel"
5510 if test x$enableval = xyes -o x$enableval = xno; then 8344 if test x$enableval = xyes -o x$enableval = xno; then
5511 support_mousewheel=$enableval 8345 support_mousewheel=$enableval
5512 fi 8346 fi
5513fi 8347fi;
5514
5515 8348
5516# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8349# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5517if test "${enable_slipwheeling+set}" = set; then 8350if test "${enable_slipwheeling+set}" = set; then
5518 enableval="$enable_slipwheeling" 8351 enableval="$enable_slipwheeling"
5519 if test x$enableval = xyes -o x$enableval = xno; then 8352 if test x$enableval = xyes -o x$enableval = xno; then
5520 support_mouseslipwheel=$enableval 8353 support_mouseslipwheel=$enableval
5521 fi 8354 fi
5522fi 8355fi;
5523
5524 8356
5525# Check whether --enable-old-selection or --disable-old-selection was given. 8357# Check whether --enable-old-selection or --disable-old-selection was given.
5526if test "${enable_old_selection+set}" = set; then 8358if test "${enable_old_selection+set}" = set; then
5527 enableval="$enable_old_selection" 8359 enableval="$enable_old_selection"
5528 if test x$enableval = xyes -o x$enableval = xno; then 8360 if test x$enableval = xyes -o x$enableval = xno; then
5529 support_oldselection=$enableval 8361 support_oldselection=$enableval
5530 fi 8362 fi
5531fi 8363fi;
5532
5533 8364
5534# Check whether --enable-new-selection or --disable-new-selection was given. 8365# Check whether --enable-new-selection or --disable-new-selection was given.
5535if test "${enable_new_selection+set}" = set; then 8366if test "${enable_new_selection+set}" = set; then
5536 enableval="$enable_new_selection" 8367 enableval="$enable_new_selection"
5537 if test x$enableval = xno; then 8368 if test x$enableval = xno; then
8369
5538 cat >> confdefs.h <<\EOF 8370cat >>confdefs.h <<\_ACEOF
5539#define NO_NEW_SELECTION 1 8371#define NO_NEW_SELECTION 1
5540EOF 8372_ACEOF
5541 8373
5542 fi 8374 fi
5543fi 8375fi;
5544
5545 8376
5546# Check whether --enable-dmalloc or --disable-dmalloc was given. 8377# Check whether --enable-dmalloc or --disable-dmalloc was given.
5547if test "${enable_dmalloc+set}" = set; then 8378if test "${enable_dmalloc+set}" = set; then
5548 enableval="$enable_dmalloc" 8379 enableval="$enable_dmalloc"
5549 if test x$enableval = xyes; then 8380 if test x$enableval = xyes; then
5550 MALLOC_TYPE=G 8381 MALLOC_TYPE=G
5551 DEBUG=-DDEBUG_MALLOC 8382 DEBUG=-DDEBUG_MALLOC
5552 DLIB="-L/usr/local/lib -ldmalloc" 8383 DLIB="-L/usr/local/lib -ldmalloc"
5553 DINCLUDE=-I/usr/local/include 8384 DINCLUDE=-I/usr/local/include
5554 fi 8385 fi
5555fi 8386fi;
5556
5557 8387
5558# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8388# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5559if test "${enable_dlmalloc+set}" = set; then 8389if test "${enable_dlmalloc+set}" = set; then
5560 enableval="$enable_dlmalloc" 8390 enableval="$enable_dlmalloc"
5561 if test x$enableval = xyes; then 8391 if test x$enableval = xyes; then
5562 MALLOC_TYPE=D 8392 MALLOC_TYPE=D
5563 DEBUG= 8393 DEBUG=
5564 DLIB="-L/usr/local/lib -ldlmalloc" 8394 DLIB="-L/usr/local/lib -ldlmalloc"
5565 DINCLUDE= 8395 DINCLUDE=
5566 fi 8396 fi
5567fi 8397fi;
5568
5569 8398
5570# Check whether --enable-smart-resize or --disable-smart-resize was given. 8399# Check whether --enable-smart-resize or --disable-smart-resize was given.
5571if test "${enable_smart_resize+set}" = set; then 8400if test "${enable_smart_resize+set}" = set; then
5572 enableval="$enable_smart_resize" 8401 enableval="$enable_smart_resize"
5573 if test x$enableval = xyes; then 8402 if test x$enableval = xyes; then
8403
5574 cat >> confdefs.h <<\EOF 8404cat >>confdefs.h <<\_ACEOF
5575#define SMART_RESIZE 1 8405#define SMART_RESIZE 1
5576EOF 8406_ACEOF
5577 8407
5578 fi 8408 fi
5579fi 8409fi;
5580
5581 8410
5582# Check whether --enable-256-color or --disable-256-color was given. 8411# Check whether --enable-256-color or --disable-256-color was given.
5583if test "${enable_256_color+set}" = set; then 8412if test "${enable_256_color+set}" = set; then
5584 enableval="$enable_256_color" 8413 enableval="$enable_256_color"
5585 if test x$enableval = xyes; then 8414 if test x$enableval = xyes; then
8415
5586 cat >> confdefs.h <<\EOF 8416cat >>confdefs.h <<\_ACEOF
5587#define TTY_256COLOR 1 8417#define TTY_256COLOR 1
5588EOF 8418_ACEOF
5589 8419
5590 fi 8420 fi
5591fi 8421fi;
5592
5593 8422
5594# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8423# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5595if test "${enable_cursor_blink+set}" = set; then 8424if test "${enable_cursor_blink+set}" = set; then
5596 enableval="$enable_cursor_blink" 8425 enableval="$enable_cursor_blink"
5597 if test x$enableval = xyes -o x$enableval = xno; then 8426 if test x$enableval = xyes -o x$enableval = xno; then
5598 support_cursor_blink=$enableval 8427 support_cursor_blink=$enableval
5599 fi 8428 fi
5600fi 8429fi;
5601 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;
5602 8438
5603# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8439# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5604if test "${enable_pointer_blank+set}" = set; then 8440if test "${enable_pointer_blank+set}" = set; then
5605 enableval="$enable_pointer_blank" 8441 enableval="$enable_pointer_blank"
5606 if test x$enableval = xyes -o x$enableval = xno; then 8442 if test x$enableval = xyes -o x$enableval = xno; then
5607 support_pointer_blank=$enableval 8443 support_pointer_blank=$enableval
5608 fi 8444 fi
5609fi 8445fi;
5610 8446
5611 8447
5612# Check whether --with-term or --without-term was given. 8448# Check whether --with-term or --without-term was given.
5613if test "${with_term+set}" = set; then 8449if test "${with_term+set}" = set; then
5614 withval="$with_term" 8450 withval="$with_term"
5615 if test x$withval != x; then 8451 if test x$withval != x; then
8452
5616 cat >> confdefs.h <<EOF 8453cat >>confdefs.h <<_ACEOF
5617#define TERMENV "$withval" 8454#define TERMENV "$withval"
5618EOF 8455_ACEOF
5619 term="$withval" 8456 term="$withval"
5620 fi 8457 fi
5621fi 8458fi;
5622 8459
5623 8460
5624# Check whether --with-terminfo or --without-terminfo was given. 8461# Check whether --with-terminfo or --without-terminfo was given.
5625if test "${with_terminfo+set}" = set; then 8462if test "${with_terminfo+set}" = set; then
5626 withval="$with_terminfo" 8463 withval="$with_terminfo"
5627 if test x$withval != x; then 8464 if test x$withval != x; then
8465
5628 cat >> confdefs.h <<EOF 8466cat >>confdefs.h <<_ACEOF
5629#define RXVT_TERMINFO "$withval" 8467#define RXVT_TERMINFO "$withval"
5630EOF 8468_ACEOF
5631 terminfo="$withval" 8469 terminfo="$withval"
5632 fi 8470 fi
5633fi 8471fi;
5634 8472
5635 8473
5636 8474
5637cat >> confdefs.h <<\EOF 8475cat >>confdefs.h <<\_ACEOF
5638#define PROTOTYPES 1 8476#define PROTOTYPES 1
5639EOF 8477_ACEOF
5640 8478
5641 8479
5642if test -z "$CFLAGS"; then 8480if test -z "$CFLAGS"; then
5643 if test -z "$CCOPTS"; then 8481 if test -z "$CCOPTS"; then
5644 CCOPTS='-O' 8482 CCOPTS='-O'
5646 CFLAGS="$CCOPTS" 8484 CFLAGS="$CCOPTS"
5647fi 8485fi
5648 8486
5649# 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.
5650set dummy mv; ac_word=$2 8488set dummy mv; ac_word=$2
8489echo "$as_me:$LINENO: checking for $ac_word" >&5
5651echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8490echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5652echo "configure:5653: checking for $ac_word" >&5
5653if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then 8491if test "${ac_cv_path_MV+set}" = set; then
5654 echo $ac_n "(cached) $ac_c" 1>&6 8492 echo $ECHO_N "(cached) $ECHO_C" >&6
5655else 8493else
5656 case "$MV" in 8494 case $MV in
5657 /*) 8495 [\\/]* | ?:[\\/]*)
5658 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.
5659 ;; 8497 ;;
5660 ?:/*)
5661 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5662 ;;
5663 *) 8498 *)
5664 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5665 ac_dummy="$PATH" 8500for as_dir in $PATH
5666 for ac_dir in $ac_dummy; do 8501do
8502 IFS=$as_save_IFS
5667 test -z "$ac_dir" && ac_dir=. 8503 test -z "$as_dir" && as_dir=.
5668 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
5669 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
5670 break 8508 break 2
5671 fi 8509 fi
5672 done 8510done
5673 IFS="$ac_save_ifs" 8511done
8512
5674 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8513 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5675 ;; 8514 ;;
5676esac 8515esac
5677fi 8516fi
5678MV="$ac_cv_path_MV" 8517MV=$ac_cv_path_MV
8518
5679if test -n "$MV"; then 8519if test -n "$MV"; then
5680 echo "$ac_t""$MV" 1>&6 8520 echo "$as_me:$LINENO: result: $MV" >&5
8521echo "${ECHO_T}$MV" >&6
5681else 8522else
5682 echo "$ac_t""no" 1>&6 8523 echo "$as_me:$LINENO: result: no" >&5
8524echo "${ECHO_T}no" >&6
5683fi 8525fi
5684 8526
5685# 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.
5686set dummy rm; ac_word=$2 8528set dummy rm; ac_word=$2
8529echo "$as_me:$LINENO: checking for $ac_word" >&5
5687echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8530echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5688echo "configure:5689: checking for $ac_word" >&5
5689if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 8531if test "${ac_cv_path_RM+set}" = set; then
5690 echo $ac_n "(cached) $ac_c" 1>&6 8532 echo $ECHO_N "(cached) $ECHO_C" >&6
5691else 8533else
5692 case "$RM" in 8534 case $RM in
5693 /*) 8535 [\\/]* | ?:[\\/]*)
5694 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.
5695 ;; 8537 ;;
5696 ?:/*)
5697 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5698 ;;
5699 *) 8538 *)
5700 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5701 ac_dummy="$PATH" 8540for as_dir in $PATH
5702 for ac_dir in $ac_dummy; do 8541do
8542 IFS=$as_save_IFS
5703 test -z "$ac_dir" && ac_dir=. 8543 test -z "$as_dir" && as_dir=.
5704 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
5705 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
5706 break 8548 break 2
5707 fi 8549 fi
5708 done 8550done
5709 IFS="$ac_save_ifs" 8551done
8552
5710 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8553 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5711 ;; 8554 ;;
5712esac 8555esac
5713fi 8556fi
5714RM="$ac_cv_path_RM" 8557RM=$ac_cv_path_RM
8558
5715if test -n "$RM"; then 8559if test -n "$RM"; then
5716 echo "$ac_t""$RM" 1>&6 8560 echo "$as_me:$LINENO: result: $RM" >&5
8561echo "${ECHO_T}$RM" >&6
5717else 8562else
5718 echo "$ac_t""no" 1>&6 8563 echo "$as_me:$LINENO: result: no" >&5
8564echo "${ECHO_T}no" >&6
5719fi 8565fi
5720 8566
5721# 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.
5722set dummy cp; ac_word=$2 8568set dummy cp; ac_word=$2
8569echo "$as_me:$LINENO: checking for $ac_word" >&5
5723echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8570echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5724echo "configure:5725: checking for $ac_word" >&5
5725if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 8571if test "${ac_cv_path_CP+set}" = set; then
5726 echo $ac_n "(cached) $ac_c" 1>&6 8572 echo $ECHO_N "(cached) $ECHO_C" >&6
5727else 8573else
5728 case "$CP" in 8574 case $CP in
5729 /*) 8575 [\\/]* | ?:[\\/]*)
5730 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.
5731 ;; 8577 ;;
5732 ?:/*)
5733 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5734 ;;
5735 *) 8578 *)
5736 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5737 ac_dummy="$PATH" 8580for as_dir in $PATH
5738 for ac_dir in $ac_dummy; do 8581do
8582 IFS=$as_save_IFS
5739 test -z "$ac_dir" && ac_dir=. 8583 test -z "$as_dir" && as_dir=.
5740 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
5741 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
5742 break 8588 break 2
5743 fi 8589 fi
5744 done 8590done
5745 IFS="$ac_save_ifs" 8591done
8592
5746 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8593 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5747 ;; 8594 ;;
5748esac 8595esac
5749fi 8596fi
5750CP="$ac_cv_path_CP" 8597CP=$ac_cv_path_CP
8598
5751if test -n "$CP"; then 8599if test -n "$CP"; then
5752 echo "$ac_t""$CP" 1>&6 8600 echo "$as_me:$LINENO: result: $CP" >&5
8601echo "${ECHO_T}$CP" >&6
5753else 8602else
5754 echo "$ac_t""no" 1>&6 8603 echo "$as_me:$LINENO: result: no" >&5
8604echo "${ECHO_T}no" >&6
5755fi 8605fi
5756 8606
5757# 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.
5758set dummy ln; ac_word=$2 8608set dummy ln; ac_word=$2
8609echo "$as_me:$LINENO: checking for $ac_word" >&5
5759echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8610echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5760echo "configure:5761: checking for $ac_word" >&5
5761if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then 8611if test "${ac_cv_path_LN+set}" = set; then
5762 echo $ac_n "(cached) $ac_c" 1>&6 8612 echo $ECHO_N "(cached) $ECHO_C" >&6
5763else 8613else
5764 case "$LN" in 8614 case $LN in
5765 /*) 8615 [\\/]* | ?:[\\/]*)
5766 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.
5767 ;; 8617 ;;
5768 ?:/*)
5769 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5770 ;;
5771 *) 8618 *)
5772 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 ac_dummy="$PATH" 8620for as_dir in $PATH
5774 for ac_dir in $ac_dummy; do 8621do
8622 IFS=$as_save_IFS
5775 test -z "$ac_dir" && ac_dir=. 8623 test -z "$as_dir" && as_dir=.
5776 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
5777 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
5778 break 8628 break 2
5779 fi 8629 fi
5780 done 8630done
5781 IFS="$ac_save_ifs" 8631done
8632
5782 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8633 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5783 ;; 8634 ;;
5784esac 8635esac
5785fi 8636fi
5786LN="$ac_cv_path_LN" 8637LN=$ac_cv_path_LN
8638
5787if test -n "$LN"; then 8639if test -n "$LN"; then
5788 echo "$ac_t""$LN" 1>&6 8640 echo "$as_me:$LINENO: result: $LN" >&5
8641echo "${ECHO_T}$LN" >&6
5789else 8642else
5790 echo "$ac_t""no" 1>&6 8643 echo "$as_me:$LINENO: result: no" >&5
8644echo "${ECHO_T}no" >&6
5791fi 8645fi
5792 8646
5793# 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.
5794set dummy sed; ac_word=$2 8648set dummy sed; ac_word=$2
8649echo "$as_me:$LINENO: checking for $ac_word" >&5
5795echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8650echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5796echo "configure:5797: checking for $ac_word" >&5
5797if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then 8651if test "${ac_cv_path_SED+set}" = set; then
5798 echo $ac_n "(cached) $ac_c" 1>&6 8652 echo $ECHO_N "(cached) $ECHO_C" >&6
5799else 8653else
5800 case "$SED" in 8654 case $SED in
5801 /*) 8655 [\\/]* | ?:[\\/]*)
5802 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.
5803 ;; 8657 ;;
5804 ?:/*)
5805 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5806 ;;
5807 *) 8658 *)
5808 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 ac_dummy="$PATH" 8660for as_dir in $PATH
5810 for ac_dir in $ac_dummy; do 8661do
8662 IFS=$as_save_IFS
5811 test -z "$ac_dir" && ac_dir=. 8663 test -z "$as_dir" && as_dir=.
5812 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
5813 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
5814 break 8668 break 2
5815 fi 8669 fi
5816 done 8670done
5817 IFS="$ac_save_ifs" 8671done
8672
5818 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8673 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5819 ;; 8674 ;;
5820esac 8675esac
5821fi 8676fi
5822SED="$ac_cv_path_SED" 8677SED=$ac_cv_path_SED
8678
5823if test -n "$SED"; then 8679if test -n "$SED"; then
5824 echo "$ac_t""$SED" 1>&6 8680 echo "$as_me:$LINENO: result: $SED" >&5
8681echo "${ECHO_T}$SED" >&6
5825else 8682else
5826 echo "$ac_t""no" 1>&6 8683 echo "$as_me:$LINENO: result: no" >&5
8684echo "${ECHO_T}no" >&6
5827fi 8685fi
5828 8686
5829# 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.
5830set dummy echo; ac_word=$2 8688set dummy echo; ac_word=$2
8689echo "$as_me:$LINENO: checking for $ac_word" >&5
5831echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8690echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5832echo "configure:5833: checking for $ac_word" >&5
5833if eval "test \"`echo '$''{'ac_cv_path_ECHO'+set}'`\" = set"; then 8691if test "${ac_cv_path_ECHO+set}" = set; then
5834 echo $ac_n "(cached) $ac_c" 1>&6 8692 echo $ECHO_N "(cached) $ECHO_C" >&6
5835else 8693else
5836 case "$ECHO" in 8694 case $ECHO in
5837 /*) 8695 [\\/]* | ?:[\\/]*)
5838 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.
5839 ;; 8697 ;;
5840 ?:/*)
5841 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5842 ;;
5843 *) 8698 *)
5844 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5845 ac_dummy="$PATH" 8700for as_dir in $PATH
5846 for ac_dir in $ac_dummy; do 8701do
8702 IFS=$as_save_IFS
5847 test -z "$ac_dir" && ac_dir=. 8703 test -z "$as_dir" && as_dir=.
5848 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
5849 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
5850 break 8708 break 2
5851 fi 8709 fi
5852 done 8710done
5853 IFS="$ac_save_ifs" 8711done
8712
5854 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 8713 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5855 ;; 8714 ;;
5856esac 8715esac
5857fi 8716fi
5858ECHO="$ac_cv_path_ECHO" 8717ECHO=$ac_cv_path_ECHO
8718
5859if test -n "$ECHO"; then 8719if test -n "$ECHO"; then
5860 echo "$ac_t""$ECHO" 1>&6 8720 echo "$as_me:$LINENO: result: $ECHO" >&5
8721echo "${ECHO_T}$ECHO" >&6
5861else 8722else
5862 echo "$ac_t""no" 1>&6 8723 echo "$as_me:$LINENO: result: no" >&5
8724echo "${ECHO_T}no" >&6
5863fi 8725fi
5864 8726
5865# 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.
5866set dummy cmp; ac_word=$2 8728set dummy cmp; ac_word=$2
8729echo "$as_me:$LINENO: checking for $ac_word" >&5
5867echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8730echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5868echo "configure:5869: checking for $ac_word" >&5
5869if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then 8731if test "${ac_cv_path_CMP+set}" = set; then
5870 echo $ac_n "(cached) $ac_c" 1>&6 8732 echo $ECHO_N "(cached) $ECHO_C" >&6
5871else 8733else
5872 case "$CMP" in 8734 case $CMP in
5873 /*) 8735 [\\/]* | ?:[\\/]*)
5874 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.
5875 ;; 8737 ;;
5876 ?:/*)
5877 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5878 ;;
5879 *) 8738 *)
5880 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 ac_dummy="$PATH" 8740for as_dir in $PATH
5882 for ac_dir in $ac_dummy; do 8741do
8742 IFS=$as_save_IFS
5883 test -z "$ac_dir" && ac_dir=. 8743 test -z "$as_dir" && as_dir=.
5884 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
5885 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
5886 break 8748 break 2
5887 fi 8749 fi
5888 done 8750done
5889 IFS="$ac_save_ifs" 8751done
8752
5890 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 8753 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5891 ;; 8754 ;;
5892esac 8755esac
5893fi 8756fi
5894CMP="$ac_cv_path_CMP" 8757CMP=$ac_cv_path_CMP
8758
5895if test -n "$CMP"; then 8759if test -n "$CMP"; then
5896 echo "$ac_t""$CMP" 1>&6 8760 echo "$as_me:$LINENO: result: $CMP" >&5
8761echo "${ECHO_T}$CMP" >&6
5897else 8762else
5898 echo "$ac_t""no" 1>&6 8763 echo "$as_me:$LINENO: result: no" >&5
8764echo "${ECHO_T}no" >&6
5899fi 8765fi
5900 8766
5901# 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.
5902set dummy tbl; ac_word=$2 8768set dummy tbl; ac_word=$2
8769echo "$as_me:$LINENO: checking for $ac_word" >&5
5903echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8770echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5904echo "configure:5905: checking for $ac_word" >&5
5905if eval "test \"`echo '$''{'ac_cv_path_TBL'+set}'`\" = set"; then 8771if test "${ac_cv_path_TBL+set}" = set; then
5906 echo $ac_n "(cached) $ac_c" 1>&6 8772 echo $ECHO_N "(cached) $ECHO_C" >&6
5907else 8773else
5908 case "$TBL" in 8774 case $TBL in
5909 /*) 8775 [\\/]* | ?:[\\/]*)
5910 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.
5911 ;; 8777 ;;
5912 ?:/*)
5913 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path.
5914 ;;
5915 *) 8778 *)
5916 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5917 ac_dummy="$PATH" 8780for as_dir in $PATH
5918 for ac_dir in $ac_dummy; do 8781do
8782 IFS=$as_save_IFS
5919 test -z "$ac_dir" && ac_dir=. 8783 test -z "$as_dir" && as_dir=.
5920 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
5921 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
5922 break 8788 break 2
5923 fi 8789 fi
5924 done 8790done
5925 IFS="$ac_save_ifs" 8791done
8792
5926 ;; 8793 ;;
5927esac 8794esac
5928fi 8795fi
5929TBL="$ac_cv_path_TBL" 8796TBL=$ac_cv_path_TBL
8797
5930if test -n "$TBL"; then 8798if test -n "$TBL"; then
5931 echo "$ac_t""$TBL" 1>&6 8799 echo "$as_me:$LINENO: result: $TBL" >&5
8800echo "${ECHO_T}$TBL" >&6
5932else 8801else
5933 echo "$ac_t""no" 1>&6 8802 echo "$as_me:$LINENO: result: no" >&5
8803echo "${ECHO_T}no" >&6
5934fi 8804fi
5935 8805
5936 8806
5937 8807
5938 8808
5939# If we find X, set shell vars x_includes and x_libraries to the 8809echo "$as_me:$LINENO: checking for X" >&5
5940# paths, otherwise set no_x=yes.
5941# Uses ac_ vars as temps to allow command line to override cache and checks.
5942# --without-x overrides everything else, but does not touch the cache.
5943echo $ac_n "checking for X""... $ac_c" 1>&6 8810echo $ECHO_N "checking for X... $ECHO_C" >&6
5944echo "configure:5945: checking for X" >&5 8811
5945 8812
5946# Check whether --with-x or --without-x was given. 8813# Check whether --with-x or --without-x was given.
5947if test "${with_x+set}" = set; then 8814if test "${with_x+set}" = set; then
5948 withval="$with_x" 8815 withval="$with_x"
5949 : 8816
5950fi 8817fi;
5951
5952# $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.
5953if test "x$with_x" = xno; then 8819if test "x$with_x" = xno; then
5954 # The user explicitly disabled X. 8820 # The user explicitly disabled X.
5955 have_x=disabled 8821 have_x=disabled
5956else 8822else
5957 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
5958 # Both variables are already set. 8824 # Both variables are already set.
5959 have_x=yes 8825 have_x=yes
5960 else 8826 else
5961if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 8827 if test "${ac_cv_have_x+set}" = set; then
5962 echo $ac_n "(cached) $ac_c" 1>&6 8828 echo $ECHO_N "(cached) $ECHO_C" >&6
5963else 8829else
5964 # 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.
5965ac_x_includes=NO ac_x_libraries=NO 8831ac_x_includes=no ac_x_libraries=no
5966rm -fr conftestdir 8832rm -fr conftest.dir
5967if mkdir conftestdir; then 8833if mkdir conftest.dir; then
5968 cd conftestdir 8834 cd conftest.dir
5969 # 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.
5970 cat > Imakefile <<'EOF' 8836 cat >Imakefile <<'_ACEOF'
5971acfindx: 8837acfindx:
5972 @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}"'
5973EOF 8839_ACEOF
5974 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 8840 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5975 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 8841 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5976 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 8842 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5977 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 8843 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5978 for ac_extension in a so sl; do 8844 for ac_extension in a so sl; do
5979 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 8845 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5980 test -f $ac_im_libdir/libX11.$ac_extension; then 8846 test -f $ac_im_libdir/libX11.$ac_extension; then
5981 ac_im_usrlibdir=$ac_im_libdir; break 8847 ac_im_usrlibdir=$ac_im_libdir; break
5982 fi 8848 fi
5983 done 8849 done
5984 # Screen out bogus values from the imake configuration. They are 8850 # Screen out bogus values from the imake configuration. They are
5985 # bogus both because they are the default anyway, and because 8851 # bogus both because they are the default anyway, and because
5986 # 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.
5987 case "$ac_im_incroot" in 8853 case $ac_im_incroot in
5988 /usr/include) ;; 8854 /usr/include) ;;
5989 *) 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;;
5990 esac 8856 esac
5991 case "$ac_im_usrlibdir" in 8857 case $ac_im_usrlibdir in
5992 /usr/lib | /lib) ;; 8858 /usr/lib | /lib) ;;
5993 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 8859 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5994 esac 8860 esac
5995 fi 8861 fi
5996 cd .. 8862 cd ..
5997 rm -fr conftestdir 8863 rm -fr conftest.dir
5998fi 8864fi
5999 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
6000if test "$ac_x_includes" = NO; then 8903if test "$ac_x_includes" = no; then
6001 # 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.
6002 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
6003
6004 # First, try using that file with no special directory specified. 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
6005cat > conftest.$ac_ext <<EOF 8910cat >>conftest.$ac_ext <<_ACEOF
6006#line 6007 "configure" 8911/* end confdefs.h. */
6007#include "confdefs.h" 8912#include <X11/Intrinsic.h>
6008#include <$x_direct_test_include> 8913_ACEOF
6009EOF 8914if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6010ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8915 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6011{ (eval echo configure:6012: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8916 ac_status=$?
6012ac_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
6013if test -z "$ac_err"; then 8931if test -z "$ac_cpp_err"; then
6014 rm -rf conftest*
6015 # We can compile using X headers with no special include directory. 8932 # We can compile using X headers with no special include directory.
6016ac_x_includes= 8933ac_x_includes=
6017else 8934else
6018 echo "$ac_err" >&5
6019 echo "configure: failed program was:" >&5 8935 echo "$as_me: failed program was:" >&5
6020 cat conftest.$ac_ext >&5 8936sed 's/^/| /' conftest.$ac_ext >&5
6021 rm -rf conftest* 8937
6022 # Look for the header file in a standard set of common directories. 8938 for ac_dir in $ac_x_header_dirs; do
6023# Check X11 before X11Rn because it is often a symlink to the current release. 8939 if test -r "$ac_dir/X11/Intrinsic.h"; then
6024 for ac_dir in \
6025 /usr/X11/include \
6026 /usr/X11R6/include \
6027 /usr/X11R5/include \
6028 /usr/X11R4/include \
6029 \
6030 /usr/include/X11 \
6031 /usr/include/X11R6 \
6032 /usr/include/X11R5 \
6033 /usr/include/X11R4 \
6034 \
6035 /usr/local/X11/include \
6036 /usr/local/X11R6/include \
6037 /usr/local/X11R5/include \
6038 /usr/local/X11R4/include \
6039 \
6040 /usr/local/include/X11 \
6041 /usr/local/include/X11R6 \
6042 /usr/local/include/X11R5 \
6043 /usr/local/include/X11R4 \
6044 \
6045 /usr/X386/include \
6046 /usr/x386/include \
6047 /usr/XFree86/include/X11 \
6048 \
6049 /usr/include \
6050 /usr/local/include \
6051 /usr/unsupported/include \
6052 /usr/athena/include \
6053 /usr/local/x11r5/include \
6054 /usr/lpp/Xamples/include \
6055 \
6056 /usr/openwin/include \
6057 /usr/openwin/share/include \
6058 ; \
6059 do
6060 if test -r "$ac_dir/$x_direct_test_include"; then
6061 ac_x_includes=$ac_dir 8940 ac_x_includes=$ac_dir
6062 break 8941 break
6063 fi 8942 fi
6064 done 8943done
6065fi 8944fi
6066rm -f conftest* 8945rm -f conftest.err conftest.$ac_ext
6067fi # $ac_x_includes = NO 8946fi # $ac_x_includes = no
6068 8947
6069if test "$ac_x_libraries" = NO; then 8948if test "$ac_x_libraries" = no; then
6070 # Check for the libraries. 8949 # Check for the libraries.
6071
6072 test -z "$x_direct_test_library" && x_direct_test_library=Xt
6073 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
6074
6075 # See if we find them without any special options. 8950 # See if we find them without any special options.
6076 # Don't add to $LIBS permanently. 8951 # Don't add to $LIBS permanently.
6077 ac_save_LIBS="$LIBS" 8952 ac_save_LIBS=$LIBS
6078 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
6079cat > conftest.$ac_ext <<EOF 8958cat >>conftest.$ac_ext <<_ACEOF
6080#line 6081 "configure" 8959/* end confdefs.h. */
6081#include "confdefs.h" 8960#include <X11/Intrinsic.h>
6082 8961int
6083int main() { 8962main ()
6084${x_direct_test_function}() 8963{
8964XtMalloc (0)
8965 ;
6085; return 0; } 8966 return 0;
6086EOF 8967}
6087if { (eval echo configure:6088: \"$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
6088 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
6089 LIBS="$ac_save_LIBS" 8990 LIBS=$ac_save_LIBS
6090# We can link X programs with no special library path. 8991# We can link X programs with no special library path.
6091ac_x_libraries= 8992ac_x_libraries=
6092else 8993else
6093 echo "configure: failed program was:" >&5 8994 echo "$as_me: failed program was:" >&5
6094 cat conftest.$ac_ext >&5 8995sed 's/^/| /' conftest.$ac_ext >&5
6095 rm -rf conftest* 8996
6096 LIBS="$ac_save_LIBS" 8997LIBS=$ac_save_LIBS
6097# First see if replacing the include by lib works.
6098# Check X11 before X11Rn because it is often a symlink to the current release.
6099for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ 8998for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6100 /usr/X11/lib \
6101 /usr/X11R6/lib \
6102 /usr/X11R5/lib \
6103 /usr/X11R4/lib \
6104 \
6105 /usr/lib/X11 \
6106 /usr/lib/X11R6 \
6107 /usr/lib/X11R5 \
6108 /usr/lib/X11R4 \
6109 \
6110 /usr/local/X11/lib \
6111 /usr/local/X11R6/lib \
6112 /usr/local/X11R5/lib \
6113 /usr/local/X11R4/lib \
6114 \
6115 /usr/local/lib/X11 \
6116 /usr/local/lib/X11R6 \
6117 /usr/local/lib/X11R5 \
6118 /usr/local/lib/X11R4 \
6119 \
6120 /usr/X386/lib \
6121 /usr/x386/lib \
6122 /usr/XFree86/lib/X11 \
6123 \
6124 /usr/lib \
6125 /usr/local/lib \
6126 /usr/unsupported/lib \
6127 /usr/athena/lib \
6128 /usr/local/x11r5/lib \
6129 /usr/lpp/Xamples/lib \
6130 /lib/usr/lib/X11 \
6131 \
6132 /usr/openwin/lib \
6133 /usr/openwin/share/lib \
6134 ; \
6135do 8999do
9000 # Don't even attempt the hair of trying to link an X program!
6136 for ac_extension in a so sl; do 9001 for ac_extension in a so sl; do
6137 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9002 if test -r $ac_dir/libXt.$ac_extension; then
6138 ac_x_libraries=$ac_dir 9003 ac_x_libraries=$ac_dir
6139 break 2 9004 break 2
6140 fi 9005 fi
6141 done 9006 done
6142done 9007done
6143fi 9008fi
6144rm -f conftest* 9009rm -f conftest.err conftest.$ac_objext \
9010 conftest$ac_exeext conftest.$ac_ext
6145fi # $ac_x_libraries = NO 9011fi # $ac_x_libraries = no
6146 9012
6147if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9013if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6148 # Didn't find X anywhere. Cache the known absence of X. 9014 # Didn't find X anywhere. Cache the known absence of X.
6149 ac_cv_have_x="have_x=no" 9015 ac_cv_have_x="have_x=no"
6150else 9016else
6151 # Record where we found X for the cache. 9017 # Record where we found X for the cache.
6152 ac_cv_have_x="have_x=yes \ 9018 ac_cv_have_x="have_x=yes \
6153 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"
6154fi 9020fi
6155fi 9021fi
9022
6156 fi 9023 fi
6157 eval "$ac_cv_have_x" 9024 eval "$ac_cv_have_x"
6158fi # $with_x != no 9025fi # $with_x != no
6159 9026
6160if test "$have_x" != yes; then 9027if test "$have_x" != yes; then
6161 echo "$ac_t""$have_x" 1>&6 9028 echo "$as_me:$LINENO: result: $have_x" >&5
9029echo "${ECHO_T}$have_x" >&6
6162 no_x=yes 9030 no_x=yes
6163else 9031else
6164 # 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.
6165 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9033 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6166 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9034 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6167 # Update the cache value to reflect the command line values. 9035 # Update the cache value to reflect the command line values.
6168 ac_cv_have_x="have_x=yes \ 9036 ac_cv_have_x="have_x=yes \
6169 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
6170 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 9039echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
6171fi 9040fi
6172 9041
6173if test "$no_x" = yes; then 9042if test "$no_x" = yes; then
6174 # 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
6175 cat >> confdefs.h <<\EOF 9045cat >>confdefs.h <<\_ACEOF
6176#define X_DISPLAY_MISSING 1 9046#define X_DISPLAY_MISSING 1
6177EOF 9047_ACEOF
6178 9048
6179 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9049 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6180else 9050else
6181 if test -n "$x_includes"; then 9051 if test -n "$x_includes"; then
6182 X_CFLAGS="$X_CFLAGS -I$x_includes" 9052 X_CFLAGS="$X_CFLAGS -I$x_includes"
6185 # 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.
6186 if test -n "$x_libraries"; then 9056 if test -n "$x_libraries"; then
6187 X_LIBS="$X_LIBS -L$x_libraries" 9057 X_LIBS="$X_LIBS -L$x_libraries"
6188 # 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
6189 # others require no space. Words are not sufficient . . . . 9059 # others require no space. Words are not sufficient . . . .
6190 case "`(uname -sr) 2>/dev/null`" in 9060 case `(uname -sr) 2>/dev/null` in
6191 "SunOS 5"*) 9061 "SunOS 5"*)
9062 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
6192 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 9063echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
6193echo "configure:6194: checking whether -R must be followed by a space" >&5
6194 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" 9064 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6195 cat > conftest.$ac_ext <<EOF 9065 cat >conftest.$ac_ext <<_ACEOF
6196#line 6197 "configure" 9066/* confdefs.h. */
6197#include "confdefs.h" 9067_ACEOF
9068cat confdefs.h >>conftest.$ac_ext
9069cat >>conftest.$ac_ext <<_ACEOF
9070/* end confdefs.h. */
6198 9071
6199int main() { 9072int
9073main ()
9074{
6200 9075
9076 ;
6201; return 0; } 9077 return 0;
6202EOF 9078}
6203if { (eval echo configure:6204: \"$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
6204 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
6205 ac_R_nospace=yes 9101 ac_R_nospace=yes
6206else 9102else
6207 echo "configure: failed program was:" >&5 9103 echo "$as_me: failed program was:" >&5
6208 cat conftest.$ac_ext >&5 9104sed 's/^/| /' conftest.$ac_ext >&5
6209 rm -rf conftest* 9105
6210 ac_R_nospace=no 9106ac_R_nospace=no
6211fi 9107fi
6212rm -f conftest* 9108rm -f conftest.err conftest.$ac_objext \
9109 conftest$ac_exeext conftest.$ac_ext
6213 if test $ac_R_nospace = yes; then 9110 if test $ac_R_nospace = yes; then
6214 echo "$ac_t""no" 1>&6 9111 echo "$as_me:$LINENO: result: no" >&5
9112echo "${ECHO_T}no" >&6
6215 X_LIBS="$X_LIBS -R$x_libraries" 9113 X_LIBS="$X_LIBS -R$x_libraries"
6216 else 9114 else
6217 LIBS="$ac_xsave_LIBS -R $x_libraries" 9115 LIBS="$ac_xsave_LIBS -R $x_libraries"
6218 cat > conftest.$ac_ext <<EOF 9116 cat >conftest.$ac_ext <<_ACEOF
6219#line 6220 "configure" 9117/* confdefs.h. */
6220#include "confdefs.h" 9118_ACEOF
9119cat confdefs.h >>conftest.$ac_ext
9120cat >>conftest.$ac_ext <<_ACEOF
9121/* end confdefs.h. */
6221 9122
6222int main() { 9123int
9124main ()
9125{
6223 9126
9127 ;
6224; return 0; } 9128 return 0;
6225EOF 9129}
6226if { (eval echo configure:6227: \"$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
6227 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
6228 ac_R_space=yes 9152 ac_R_space=yes
6229else 9153else
6230 echo "configure: failed program was:" >&5 9154 echo "$as_me: failed program was:" >&5
6231 cat conftest.$ac_ext >&5 9155sed 's/^/| /' conftest.$ac_ext >&5
6232 rm -rf conftest* 9156
6233 ac_R_space=no 9157ac_R_space=no
6234fi 9158fi
6235rm -f conftest* 9159rm -f conftest.err conftest.$ac_objext \
9160 conftest$ac_exeext conftest.$ac_ext
6236 if test $ac_R_space = yes; then 9161 if test $ac_R_space = yes; then
6237 echo "$ac_t""yes" 1>&6 9162 echo "$as_me:$LINENO: result: yes" >&5
9163echo "${ECHO_T}yes" >&6
6238 X_LIBS="$X_LIBS -R $x_libraries" 9164 X_LIBS="$X_LIBS -R $x_libraries"
6239 else 9165 else
9166 echo "$as_me:$LINENO: result: neither works" >&5
6240 echo "$ac_t""neither works" 1>&6 9167echo "${ECHO_T}neither works" >&6
6241 fi 9168 fi
6242 fi 9169 fi
6243 LIBS="$ac_xsave_LIBS" 9170 LIBS=$ac_xsave_LIBS
6244 esac 9171 esac
6245 fi 9172 fi
6246 9173
6247 # Check for system-dependent libraries X programs must link with. 9174 # Check for system-dependent libraries X programs must link with.
6248 # Do this before checking for the system-independent R6 libraries 9175 # Do this before checking for the system-independent R6 libraries
6249 # (-lICE), since we may need -lsocket or whatever for X linking. 9176 # (-lICE), since we may need -lsocket or whatever for X linking.
6250 9177
6251 if test "$ISC" = yes; then 9178 if test "$ISC" = yes; then
6252 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9179 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6253 else 9180 else
6254 # 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
6255 # libraries were built with DECnet support. And karl@cs.umb.edu says 9182 # libraries were built with DECnet support. And Karl Berry says
6256 # 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
6257 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
6258echo "configure:6259: checking for dnet_ntoa in -ldnet" >&5 9235if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6259ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6260if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6261 echo $ac_n "(cached) $ac_c" 1>&6 9236 echo $ECHO_N "(cached) $ECHO_C" >&6
6262else 9237else
6263 ac_save_LIBS="$LIBS" 9238 ac_check_lib_save_LIBS=$LIBS
6264LIBS="-ldnet $LIBS" 9239LIBS="-ldnet $LIBS"
6265cat > conftest.$ac_ext <<EOF 9240cat >conftest.$ac_ext <<_ACEOF
6266#line 6267 "configure" 9241/* confdefs.h. */
6267#include "confdefs.h" 9242_ACEOF
9243cat confdefs.h >>conftest.$ac_ext
9244cat >>conftest.$ac_ext <<_ACEOF
9245/* end confdefs.h. */
9246
6268/* 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
6269/* 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
6270 builtin and then its argument prototype would still apply. */ 9252 builtin and then its argument prototype would still apply. */
6271char dnet_ntoa(); 9253char dnet_ntoa ();
6272 9254int
6273int main() { 9255main ()
9256{
6274dnet_ntoa() 9257dnet_ntoa ();
9258 ;
6275; return 0; } 9259 return 0;
6276EOF 9260}
6277if { (eval echo configure:6278: \"$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
6278 rm -rf conftest* 9267 rm -f conftest.er1
6279 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
6280else 9284else
6281 echo "configure: failed program was:" >&5 9285 echo "$as_me: failed program was:" >&5
6282 cat conftest.$ac_ext >&5 9286sed 's/^/| /' conftest.$ac_ext >&5
6283 rm -rf conftest* 9287
6284 eval "ac_cv_lib_$ac_lib_var=no" 9288ac_cv_lib_dnet_dnet_ntoa=no
6285fi 9289fi
6286rm -f conftest* 9290rm -f conftest.err conftest.$ac_objext \
9291 conftest$ac_exeext conftest.$ac_ext
6287LIBS="$ac_save_LIBS" 9292LIBS=$ac_check_lib_save_LIBS
6288
6289fi 9293fi
6290if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9294echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6291 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
6292 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9297 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6293else
6294 echo "$ac_t""no" 1>&6
6295fi 9298fi
6296 9299
6297 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
6298 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
6299echo "configure:6300: checking for dnet_ntoa in -ldnet_stub" >&5 9303if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
6300ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6301if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6302 echo $ac_n "(cached) $ac_c" 1>&6 9304 echo $ECHO_N "(cached) $ECHO_C" >&6
6303else 9305else
6304 ac_save_LIBS="$LIBS" 9306 ac_check_lib_save_LIBS=$LIBS
6305LIBS="-ldnet_stub $LIBS" 9307LIBS="-ldnet_stub $LIBS"
6306cat > conftest.$ac_ext <<EOF 9308cat >conftest.$ac_ext <<_ACEOF
6307#line 6308 "configure" 9309/* confdefs.h. */
6308#include "confdefs.h" 9310_ACEOF
9311cat confdefs.h >>conftest.$ac_ext
9312cat >>conftest.$ac_ext <<_ACEOF
9313/* end confdefs.h. */
9314
6309/* 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
6310/* 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
6311 builtin and then its argument prototype would still apply. */ 9320 builtin and then its argument prototype would still apply. */
6312char dnet_ntoa(); 9321char dnet_ntoa ();
6313 9322int
6314int main() { 9323main ()
9324{
6315dnet_ntoa() 9325dnet_ntoa ();
9326 ;
6316; return 0; } 9327 return 0;
6317EOF 9328}
6318if { (eval echo configure:6319: \"$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
6319 rm -rf conftest* 9335 rm -f conftest.er1
6320 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
6321else 9352else
6322 echo "configure: failed program was:" >&5 9353 echo "$as_me: failed program was:" >&5
6323 cat conftest.$ac_ext >&5 9354sed 's/^/| /' conftest.$ac_ext >&5
6324 rm -rf conftest* 9355
6325 eval "ac_cv_lib_$ac_lib_var=no" 9356ac_cv_lib_dnet_stub_dnet_ntoa=no
6326fi 9357fi
6327rm -f conftest* 9358rm -f conftest.err conftest.$ac_objext \
9359 conftest$ac_exeext conftest.$ac_ext
6328LIBS="$ac_save_LIBS" 9360LIBS=$ac_check_lib_save_LIBS
6329
6330fi 9361fi
6331if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9362echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6332 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
6333 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9365 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6334else
6335 echo "$ac_t""no" 1>&6
6336fi 9366fi
6337 9367
6338 fi 9368 fi
9369fi
9370rm -f conftest.err conftest.$ac_objext \
9371 conftest$ac_exeext conftest.$ac_ext
9372 LIBS="$ac_xsave_LIBS"
6339 9373
6340 # 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,
6341 # to get the SysV transport functions. 9375 # to get the SysV transport functions.
6342 # 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)
6343 # needs -lnsl. 9377 # needs -lnsl.
6344 # The nsl library prevents programs from opening the X display 9378 # The nsl library prevents programs from opening the X display
6345 # 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
6346 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9383echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
6347echo "configure:6348: checking for gethostbyname" >&5
6348if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 9384if test "${ac_cv_func_gethostbyname+set}" = set; then
6349 echo $ac_n "(cached) $ac_c" 1>&6 9385 echo $ECHO_N "(cached) $ECHO_C" >&6
6350else 9386else
6351 cat > conftest.$ac_ext <<EOF 9387 cat >conftest.$ac_ext <<_ACEOF
6352#line 6353 "configure" 9388/* confdefs.h. */
6353#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
6354/* System header to define __stub macros and hopefully few prototypes, 9397/* System header to define __stub macros and hopefully few prototypes,
6355 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
6356#include <assert.h> 9405# include <assert.h>
9406#endif
9407
9408#undef gethostbyname
9409
6357/* 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
6358/* 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
6359 builtin and then its argument prototype would still apply. */ 9416 builtin and then its argument prototype would still apply. */
6360char gethostbyname(); 9417char gethostbyname ();
6361
6362int main() {
6363
6364/* The GNU C library defines this for functions which it implements 9418/* The GNU C library defines this for functions which it implements
6365 to always fail with ENOSYS. Some functions are actually named 9419 to always fail with ENOSYS. Some functions are actually named
6366 something starting with __ and the normal name is an alias. */ 9420 something starting with __ and the normal name is an alias. */
6367#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9421#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6368choke me 9422choke me
6369#else 9423#else
6370gethostbyname(); 9424char (*f) () = gethostbyname;
6371#endif 9425#endif
9426#ifdef __cplusplus
9427}
9428#endif
6372 9429
9430int
9431main ()
9432{
9433return f != gethostbyname;
9434 ;
6373; return 0; } 9435 return 0;
6374EOF 9436}
6375if { (eval echo configure:6376: \"$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
6376 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
6377 eval "ac_cv_func_gethostbyname=yes" 9459 ac_cv_func_gethostbyname=yes
6378else 9460else
6379 echo "configure: failed program was:" >&5 9461 echo "$as_me: failed program was:" >&5
6380 cat conftest.$ac_ext >&5 9462sed 's/^/| /' conftest.$ac_ext >&5
6381 rm -rf conftest* 9463
6382 eval "ac_cv_func_gethostbyname=no" 9464ac_cv_func_gethostbyname=no
6383fi 9465fi
6384rm -f conftest* 9466rm -f conftest.err conftest.$ac_objext \
9467 conftest$ac_exeext conftest.$ac_ext
6385fi 9468fi
6386 9469echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6387if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9470echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
6388 echo "$ac_t""yes" 1>&6
6389 :
6390else
6391 echo "$ac_t""no" 1>&6
6392fi
6393 9471
6394 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
6395 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9474echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6396echo "configure:6397: checking for gethostbyname in -lnsl" >&5 9475if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6397ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
6398if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6399 echo $ac_n "(cached) $ac_c" 1>&6 9476 echo $ECHO_N "(cached) $ECHO_C" >&6
6400else 9477else
6401 ac_save_LIBS="$LIBS" 9478 ac_check_lib_save_LIBS=$LIBS
6402LIBS="-lnsl $LIBS" 9479LIBS="-lnsl $LIBS"
6403cat > conftest.$ac_ext <<EOF 9480cat >conftest.$ac_ext <<_ACEOF
6404#line 6405 "configure" 9481/* confdefs.h. */
6405#include "confdefs.h" 9482_ACEOF
9483cat confdefs.h >>conftest.$ac_ext
9484cat >>conftest.$ac_ext <<_ACEOF
9485/* end confdefs.h. */
9486
6406/* 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
6407/* 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
6408 builtin and then its argument prototype would still apply. */ 9492 builtin and then its argument prototype would still apply. */
6409char gethostbyname(); 9493char gethostbyname ();
6410 9494int
6411int main() { 9495main ()
9496{
6412gethostbyname() 9497gethostbyname ();
9498 ;
6413; return 0; } 9499 return 0;
6414EOF 9500}
6415if { (eval echo configure:6416: \"$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
6416 rm -rf conftest* 9507 rm -f conftest.er1
6417 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
6418else 9524else
6419 echo "configure: failed program was:" >&5 9525 echo "$as_me: failed program was:" >&5
6420 cat conftest.$ac_ext >&5 9526sed 's/^/| /' conftest.$ac_ext >&5
6421 rm -rf conftest* 9527
6422 eval "ac_cv_lib_$ac_lib_var=no" 9528ac_cv_lib_nsl_gethostbyname=no
6423fi 9529fi
6424rm -f conftest* 9530rm -f conftest.err conftest.$ac_objext \
9531 conftest$ac_exeext conftest.$ac_ext
6425LIBS="$ac_save_LIBS" 9532LIBS=$ac_check_lib_save_LIBS
6426
6427fi 9533fi
6428if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9534echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6429 echo "$ac_t""yes" 1>&6 9535echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9536if test $ac_cv_lib_nsl_gethostbyname = yes; then
6430 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9537 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6431else
6432 echo "$ac_t""no" 1>&6
6433fi 9538fi
6434 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
6435 fi 9609 fi
6436 9610
6437 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9611 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6438 # socket/setsockopt and other routines are undefined under SCO ODT 9612 # socket/setsockopt and other routines are undefined under SCO ODT
6439 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 9613 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6440 # on later versions), says simon@lia.di.epfl.ch: it contains 9614 # on later versions), says Simon Leinen: it contains gethostby*
6441 # gethostby* variants that don't use the nameserver (or something). 9615 # variants that don't use the name server (or something). -lsocket
6442 # -lsocket must be given before -lnsl if both are needed. 9616 # must be given before -lnsl if both are needed. We assume that
6443 # 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
6444 echo $ac_n "checking for connect""... $ac_c" 1>&6 9619echo $ECHO_N "checking for connect... $ECHO_C" >&6
6445echo "configure:6446: checking for connect" >&5
6446if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 9620if test "${ac_cv_func_connect+set}" = set; then
6447 echo $ac_n "(cached) $ac_c" 1>&6 9621 echo $ECHO_N "(cached) $ECHO_C" >&6
6448else 9622else
6449 cat > conftest.$ac_ext <<EOF 9623 cat >conftest.$ac_ext <<_ACEOF
6450#line 6451 "configure" 9624/* confdefs.h. */
6451#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
6452/* System header to define __stub macros and hopefully few prototypes, 9633/* System header to define __stub macros and hopefully few prototypes,
6453 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
6454#include <assert.h> 9641# include <assert.h>
9642#endif
9643
9644#undef connect
9645
6455/* 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
6456/* 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
6457 builtin and then its argument prototype would still apply. */ 9652 builtin and then its argument prototype would still apply. */
6458char connect(); 9653char connect ();
6459
6460int main() {
6461
6462/* The GNU C library defines this for functions which it implements 9654/* The GNU C library defines this for functions which it implements
6463 to always fail with ENOSYS. Some functions are actually named 9655 to always fail with ENOSYS. Some functions are actually named
6464 something starting with __ and the normal name is an alias. */ 9656 something starting with __ and the normal name is an alias. */
6465#if defined (__stub_connect) || defined (__stub___connect) 9657#if defined (__stub_connect) || defined (__stub___connect)
6466choke me 9658choke me
6467#else 9659#else
6468connect(); 9660char (*f) () = connect;
6469#endif 9661#endif
9662#ifdef __cplusplus
9663}
9664#endif
6470 9665
9666int
9667main ()
9668{
9669return f != connect;
9670 ;
6471; return 0; } 9671 return 0;
6472EOF 9672}
6473if { (eval echo configure:6474: \"$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
6474 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
6475 eval "ac_cv_func_connect=yes" 9695 ac_cv_func_connect=yes
6476else 9696else
6477 echo "configure: failed program was:" >&5 9697 echo "$as_me: failed program was:" >&5
6478 cat conftest.$ac_ext >&5 9698sed 's/^/| /' conftest.$ac_ext >&5
6479 rm -rf conftest* 9699
6480 eval "ac_cv_func_connect=no" 9700ac_cv_func_connect=no
6481fi 9701fi
6482rm -f conftest* 9702rm -f conftest.err conftest.$ac_objext \
9703 conftest$ac_exeext conftest.$ac_ext
6483fi 9704fi
6484 9705echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6485if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 9706echo "${ECHO_T}$ac_cv_func_connect" >&6
6486 echo "$ac_t""yes" 1>&6
6487 :
6488else
6489 echo "$ac_t""no" 1>&6
6490fi
6491 9707
6492 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
6493 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 9710echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6494echo "configure:6495: checking for connect in -lsocket" >&5 9711if test "${ac_cv_lib_socket_connect+set}" = set; then
6495ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
6496if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6497 echo $ac_n "(cached) $ac_c" 1>&6 9712 echo $ECHO_N "(cached) $ECHO_C" >&6
6498else 9713else
6499 ac_save_LIBS="$LIBS" 9714 ac_check_lib_save_LIBS=$LIBS
6500LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 9715LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6501cat > conftest.$ac_ext <<EOF 9716cat >conftest.$ac_ext <<_ACEOF
6502#line 6503 "configure" 9717/* confdefs.h. */
6503#include "confdefs.h" 9718_ACEOF
9719cat confdefs.h >>conftest.$ac_ext
9720cat >>conftest.$ac_ext <<_ACEOF
9721/* end confdefs.h. */
9722
6504/* 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
6505/* 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
6506 builtin and then its argument prototype would still apply. */ 9728 builtin and then its argument prototype would still apply. */
6507char connect(); 9729char connect ();
6508 9730int
6509int main() { 9731main ()
9732{
6510connect() 9733connect ();
9734 ;
6511; return 0; } 9735 return 0;
6512EOF 9736}
6513if { (eval echo configure:6514: \"$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
6514 rm -rf conftest* 9743 rm -f conftest.er1
6515 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
6516else 9760else
6517 echo "configure: failed program was:" >&5 9761 echo "$as_me: failed program was:" >&5
6518 cat conftest.$ac_ext >&5 9762sed 's/^/| /' conftest.$ac_ext >&5
6519 rm -rf conftest* 9763
6520 eval "ac_cv_lib_$ac_lib_var=no" 9764ac_cv_lib_socket_connect=no
6521fi 9765fi
6522rm -f conftest* 9766rm -f conftest.err conftest.$ac_objext \
9767 conftest$ac_exeext conftest.$ac_ext
6523LIBS="$ac_save_LIBS" 9768LIBS=$ac_check_lib_save_LIBS
6524
6525fi 9769fi
6526if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9770echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6527 echo "$ac_t""yes" 1>&6 9771echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
9772if test $ac_cv_lib_socket_connect = yes; then
6528 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 9773 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6529else
6530 echo "$ac_t""no" 1>&6
6531fi 9774fi
6532 9775
6533 fi 9776 fi
6534 9777
6535 # 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
6536 echo $ac_n "checking for remove""... $ac_c" 1>&6 9780echo $ECHO_N "checking for remove... $ECHO_C" >&6
6537echo "configure:6538: checking for remove" >&5
6538if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then 9781if test "${ac_cv_func_remove+set}" = set; then
6539 echo $ac_n "(cached) $ac_c" 1>&6 9782 echo $ECHO_N "(cached) $ECHO_C" >&6
6540else 9783else
6541 cat > conftest.$ac_ext <<EOF 9784 cat >conftest.$ac_ext <<_ACEOF
6542#line 6543 "configure" 9785/* confdefs.h. */
6543#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
6544/* System header to define __stub macros and hopefully few prototypes, 9794/* System header to define __stub macros and hopefully few prototypes,
6545 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
6546#include <assert.h> 9802# include <assert.h>
9803#endif
9804
9805#undef remove
9806
6547/* 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
6548/* 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
6549 builtin and then its argument prototype would still apply. */ 9813 builtin and then its argument prototype would still apply. */
6550char remove(); 9814char remove ();
6551
6552int main() {
6553
6554/* The GNU C library defines this for functions which it implements 9815/* The GNU C library defines this for functions which it implements
6555 to always fail with ENOSYS. Some functions are actually named 9816 to always fail with ENOSYS. Some functions are actually named
6556 something starting with __ and the normal name is an alias. */ 9817 something starting with __ and the normal name is an alias. */
6557#if defined (__stub_remove) || defined (__stub___remove) 9818#if defined (__stub_remove) || defined (__stub___remove)
6558choke me 9819choke me
6559#else 9820#else
6560remove(); 9821char (*f) () = remove;
6561#endif 9822#endif
9823#ifdef __cplusplus
9824}
9825#endif
6562 9826
9827int
9828main ()
9829{
9830return f != remove;
9831 ;
6563; return 0; } 9832 return 0;
6564EOF 9833}
6565if { (eval echo configure:6566: \"$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
6566 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
6567 eval "ac_cv_func_remove=yes" 9856 ac_cv_func_remove=yes
6568else 9857else
6569 echo "configure: failed program was:" >&5 9858 echo "$as_me: failed program was:" >&5
6570 cat conftest.$ac_ext >&5 9859sed 's/^/| /' conftest.$ac_ext >&5
6571 rm -rf conftest* 9860
6572 eval "ac_cv_func_remove=no" 9861ac_cv_func_remove=no
6573fi 9862fi
6574rm -f conftest* 9863rm -f conftest.err conftest.$ac_objext \
9864 conftest$ac_exeext conftest.$ac_ext
6575fi 9865fi
6576 9866echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6577if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 9867echo "${ECHO_T}$ac_cv_func_remove" >&6
6578 echo "$ac_t""yes" 1>&6
6579 :
6580else
6581 echo "$ac_t""no" 1>&6
6582fi
6583 9868
6584 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
6585 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 9871echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6586echo "configure:6587: checking for remove in -lposix" >&5 9872if test "${ac_cv_lib_posix_remove+set}" = set; then
6587ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
6588if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6589 echo $ac_n "(cached) $ac_c" 1>&6 9873 echo $ECHO_N "(cached) $ECHO_C" >&6
6590else 9874else
6591 ac_save_LIBS="$LIBS" 9875 ac_check_lib_save_LIBS=$LIBS
6592LIBS="-lposix $LIBS" 9876LIBS="-lposix $LIBS"
6593cat > conftest.$ac_ext <<EOF 9877cat >conftest.$ac_ext <<_ACEOF
6594#line 6595 "configure" 9878/* confdefs.h. */
6595#include "confdefs.h" 9879_ACEOF
9880cat confdefs.h >>conftest.$ac_ext
9881cat >>conftest.$ac_ext <<_ACEOF
9882/* end confdefs.h. */
9883
6596/* 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
6597/* 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
6598 builtin and then its argument prototype would still apply. */ 9889 builtin and then its argument prototype would still apply. */
6599char remove(); 9890char remove ();
6600 9891int
6601int main() { 9892main ()
9893{
6602remove() 9894remove ();
9895 ;
6603; return 0; } 9896 return 0;
6604EOF 9897}
6605if { (eval echo configure:6606: \"$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
6606 rm -rf conftest* 9904 rm -f conftest.er1
6607 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
6608else 9921else
6609 echo "configure: failed program was:" >&5 9922 echo "$as_me: failed program was:" >&5
6610 cat conftest.$ac_ext >&5 9923sed 's/^/| /' conftest.$ac_ext >&5
6611 rm -rf conftest* 9924
6612 eval "ac_cv_lib_$ac_lib_var=no" 9925ac_cv_lib_posix_remove=no
6613fi 9926fi
6614rm -f conftest* 9927rm -f conftest.err conftest.$ac_objext \
9928 conftest$ac_exeext conftest.$ac_ext
6615LIBS="$ac_save_LIBS" 9929LIBS=$ac_check_lib_save_LIBS
6616
6617fi 9930fi
6618if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9931echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6619 echo "$ac_t""yes" 1>&6 9932echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
9933if test $ac_cv_lib_posix_remove = yes; then
6620 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 9934 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6621else
6622 echo "$ac_t""no" 1>&6
6623fi 9935fi
6624 9936
6625 fi 9937 fi
6626 9938
6627 # 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
6628 echo $ac_n "checking for shmat""... $ac_c" 1>&6 9941echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6629echo "configure:6630: checking for shmat" >&5
6630if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then 9942if test "${ac_cv_func_shmat+set}" = set; then
6631 echo $ac_n "(cached) $ac_c" 1>&6 9943 echo $ECHO_N "(cached) $ECHO_C" >&6
6632else 9944else
6633 cat > conftest.$ac_ext <<EOF 9945 cat >conftest.$ac_ext <<_ACEOF
6634#line 6635 "configure" 9946/* confdefs.h. */
6635#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
6636/* System header to define __stub macros and hopefully few prototypes, 9955/* System header to define __stub macros and hopefully few prototypes,
6637 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
6638#include <assert.h> 9963# include <assert.h>
9964#endif
9965
9966#undef shmat
9967
6639/* 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
6640/* 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
6641 builtin and then its argument prototype would still apply. */ 9974 builtin and then its argument prototype would still apply. */
6642char shmat(); 9975char shmat ();
6643
6644int main() {
6645
6646/* The GNU C library defines this for functions which it implements 9976/* The GNU C library defines this for functions which it implements
6647 to always fail with ENOSYS. Some functions are actually named 9977 to always fail with ENOSYS. Some functions are actually named
6648 something starting with __ and the normal name is an alias. */ 9978 something starting with __ and the normal name is an alias. */
6649#if defined (__stub_shmat) || defined (__stub___shmat) 9979#if defined (__stub_shmat) || defined (__stub___shmat)
6650choke me 9980choke me
6651#else 9981#else
6652shmat(); 9982char (*f) () = shmat;
6653#endif 9983#endif
9984#ifdef __cplusplus
9985}
9986#endif
6654 9987
9988int
9989main ()
9990{
9991return f != shmat;
9992 ;
6655; return 0; } 9993 return 0;
6656EOF 9994}
6657if { (eval echo configure:6658: \"$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
6658 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
6659 eval "ac_cv_func_shmat=yes" 10017 ac_cv_func_shmat=yes
6660else 10018else
6661 echo "configure: failed program was:" >&5 10019 echo "$as_me: failed program was:" >&5
6662 cat conftest.$ac_ext >&5 10020sed 's/^/| /' conftest.$ac_ext >&5
6663 rm -rf conftest* 10021
6664 eval "ac_cv_func_shmat=no" 10022ac_cv_func_shmat=no
6665fi 10023fi
6666rm -f conftest* 10024rm -f conftest.err conftest.$ac_objext \
10025 conftest$ac_exeext conftest.$ac_ext
6667fi 10026fi
6668 10027echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6669if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10028echo "${ECHO_T}$ac_cv_func_shmat" >&6
6670 echo "$ac_t""yes" 1>&6
6671 :
6672else
6673 echo "$ac_t""no" 1>&6
6674fi
6675 10029
6676 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
6677 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10032echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6678echo "configure:6679: checking for shmat in -lipc" >&5 10033if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6679ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
6680if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6681 echo $ac_n "(cached) $ac_c" 1>&6 10034 echo $ECHO_N "(cached) $ECHO_C" >&6
6682else 10035else
6683 ac_save_LIBS="$LIBS" 10036 ac_check_lib_save_LIBS=$LIBS
6684LIBS="-lipc $LIBS" 10037LIBS="-lipc $LIBS"
6685cat > conftest.$ac_ext <<EOF 10038cat >conftest.$ac_ext <<_ACEOF
6686#line 6687 "configure" 10039/* confdefs.h. */
6687#include "confdefs.h" 10040_ACEOF
10041cat confdefs.h >>conftest.$ac_ext
10042cat >>conftest.$ac_ext <<_ACEOF
10043/* end confdefs.h. */
10044
6688/* 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
6689/* 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
6690 builtin and then its argument prototype would still apply. */ 10050 builtin and then its argument prototype would still apply. */
6691char shmat(); 10051char shmat ();
6692 10052int
6693int main() { 10053main ()
10054{
6694shmat() 10055shmat ();
10056 ;
6695; return 0; } 10057 return 0;
6696EOF 10058}
6697if { (eval echo configure:6698: \"$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
6698 rm -rf conftest* 10065 rm -f conftest.er1
6699 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
6700else 10082else
6701 echo "configure: failed program was:" >&5 10083 echo "$as_me: failed program was:" >&5
6702 cat conftest.$ac_ext >&5 10084sed 's/^/| /' conftest.$ac_ext >&5
6703 rm -rf conftest* 10085
6704 eval "ac_cv_lib_$ac_lib_var=no" 10086ac_cv_lib_ipc_shmat=no
6705fi 10087fi
6706rm -f conftest* 10088rm -f conftest.err conftest.$ac_objext \
10089 conftest$ac_exeext conftest.$ac_ext
6707LIBS="$ac_save_LIBS" 10090LIBS=$ac_check_lib_save_LIBS
6708
6709fi 10091fi
6710if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10092echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6711 echo "$ac_t""yes" 1>&6 10093echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10094if test $ac_cv_lib_ipc_shmat = yes; then
6712 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10095 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6713else
6714 echo "$ac_t""no" 1>&6
6715fi 10096fi
6716 10097
6717 fi 10098 fi
6718 fi 10099 fi
6719 10100
6720 # Check for libraries that X11R6 Xt/Xaw programs need. 10101 # Check for libraries that X11R6 Xt/Xaw programs need.
6721 ac_save_LDFLAGS="$LDFLAGS" 10102 ac_save_LDFLAGS=$LDFLAGS
6722 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10103 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6723 # 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
6724 # 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
6725 # 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.
6726 # These have to be linked with before -lX11, unlike the other 10107 # These have to be linked with before -lX11, unlike the other
6727 # libraries we check for below, so use a different variable. 10108 # libraries we check for below, so use a different variable.
6728 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10109 # John Interrante, Karl Berry
10110 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6729 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10111echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6730echo "configure:6731: checking for IceConnectionNumber in -lICE" >&5 10112if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6731ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
6732if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6733 echo $ac_n "(cached) $ac_c" 1>&6 10113 echo $ECHO_N "(cached) $ECHO_C" >&6
6734else 10114else
6735 ac_save_LIBS="$LIBS" 10115 ac_check_lib_save_LIBS=$LIBS
6736LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10116LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6737cat > conftest.$ac_ext <<EOF 10117cat >conftest.$ac_ext <<_ACEOF
6738#line 6739 "configure" 10118/* confdefs.h. */
6739#include "confdefs.h" 10119_ACEOF
10120cat confdefs.h >>conftest.$ac_ext
10121cat >>conftest.$ac_ext <<_ACEOF
10122/* end confdefs.h. */
10123
6740/* 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
6741/* 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
6742 builtin and then its argument prototype would still apply. */ 10129 builtin and then its argument prototype would still apply. */
6743char IceConnectionNumber(); 10130char IceConnectionNumber ();
6744 10131int
6745int main() { 10132main ()
10133{
6746IceConnectionNumber() 10134IceConnectionNumber ();
10135 ;
6747; return 0; } 10136 return 0;
6748EOF 10137}
6749if { (eval echo configure:6750: \"$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
6750 rm -rf conftest* 10144 rm -f conftest.er1
6751 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
6752else 10161else
6753 echo "configure: failed program was:" >&5 10162 echo "$as_me: failed program was:" >&5
6754 cat conftest.$ac_ext >&5 10163sed 's/^/| /' conftest.$ac_ext >&5
6755 rm -rf conftest* 10164
6756 eval "ac_cv_lib_$ac_lib_var=no" 10165ac_cv_lib_ICE_IceConnectionNumber=no
6757fi 10166fi
6758rm -f conftest* 10167rm -f conftest.err conftest.$ac_objext \
10168 conftest$ac_exeext conftest.$ac_ext
6759LIBS="$ac_save_LIBS" 10169LIBS=$ac_check_lib_save_LIBS
6760
6761fi 10170fi
6762if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10171echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6763 echo "$ac_t""yes" 1>&6 10172echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10173if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6764 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10174 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6765else
6766 echo "$ac_t""no" 1>&6
6767fi 10175fi
6768 10176
6769 LDFLAGS="$ac_save_LDFLAGS" 10177 LDFLAGS=$ac_save_LDFLAGS
6770 10178
6771fi 10179fi
6772 10180
6773 10181
6774 10182
6775if test x$support_xpm = xyes; then 10183if test x$support_xpm = xyes; then
6776 10184
6777 10185
6778 10186
6779# Initialize some more variables set by options. 10187# Initialize some more variables set by options.
6780# The variables have the same names as the options, with 10188# The variables have the same names as the options, with
6781# dashes changed to underlines. 10189# dashes changed to underlines.
6782 10190
6783# 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
6784# paths, otherwise set no_xpm=yes. 10192# paths, otherwise set no_xpm=yes.
6785# 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
6786echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10195echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6787echo "configure:6788: checking for libXpm" >&5 10196
6788 10197
6789# Check whether --with-xpm_includes or --without-xpm_includes was given. 10198# Check whether --with-xpm_includes or --without-xpm_includes was given.
6790if test "${with_xpm_includes+set}" = set; then 10199if test "${with_xpm_includes+set}" = set; then
6791 withval="$with_xpm_includes" 10200 withval="$with_xpm_includes"
6792 xpm_includes="$withval" 10201 xpm_includes="$withval"
6793else 10202else
6794 xpm_includes=NO 10203 xpm_includes=NO
6795fi 10204fi;
6796 10205
6797# Check whether --with-xpm_library or --without-xpm_library was given. 10206# Check whether --with-xpm_library or --without-xpm_library was given.
6798if test "${with_xpm_library+set}" = set; then 10207if test "${with_xpm_library+set}" = set; then
6799 withval="$with_xpm_library" 10208 withval="$with_xpm_library"
6800 xpm_libraries="$withval" 10209 xpm_libraries="$withval"
6801else 10210else
6802 xpm_libraries=NO 10211 xpm_libraries=NO
6803fi 10212fi;
6804
6805 10213
6806# --without-xpm overrides everything else, but does not touch the cache. 10214# --without-xpm overrides everything else, but does not touch the cache.
10215
6807# Check whether --with-xpm or --without-xpm was given. 10216# Check whether --with-xpm or --without-xpm was given.
6808if test "${with_xpm+set}" = set; then 10217if test "${with_xpm+set}" = set; then
6809 withval="$with_xpm" 10218 withval="$with_xpm"
6810 : 10219
6811fi 10220fi;
6812
6813if test "$with_xpm" = no; then 10221if test "$with_xpm" = no; then
6814 have_xpm=disabled 10222 have_xpm=disabled
6815else 10223else
6816 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10224 if test "${ac_cv_have_xpm+set}" = set; then
6817 echo $ac_n "(cached) $ac_c" 1>&6 10225 echo $ECHO_N "(cached) $ECHO_C" >&6
6818else 10226else
6819 10227
6820 vt_xpm_include_X11=no 10228 vt_xpm_include_X11=no
6821 if test -n "$xpm_includes"; then 10229 if test -n "$xpm_includes"; then
6822 vt_xpm_includes=$xpm_includes 10230 vt_xpm_includes=$xpm_includes
6823 else 10231 else
6824 vt_xpm_includes=NO 10232 vt_xpm_includes=NO
6834 10242
6835ac_save_CPPFLAGS="$CPPFLAGS" 10243ac_save_CPPFLAGS="$CPPFLAGS"
6836CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10244CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6837 10245
6838 # First, try using that file with no special directory specified. 10246 # First, try using that file with no special directory specified.
6839cat > conftest.$ac_ext <<EOF 10247cat >conftest.$ac_ext <<_ACEOF
6840#line 6841 "configure" 10248/* confdefs.h. */
6841#include "confdefs.h" 10249_ACEOF
10250cat confdefs.h >>conftest.$ac_ext
10251cat >>conftest.$ac_ext <<_ACEOF
10252/* end confdefs.h. */
6842#include <X11/xpm.h> 10253#include <X11/xpm.h>
6843EOF 10254_ACEOF
6844ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10255if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6845{ (eval echo configure:6846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10256 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6846ac_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
6847if test -z "$ac_err"; then 10272if test -z "$ac_cpp_err"; then
6848 rm -rf conftest*
6849 # We can compile using X headers with no special include directory. 10273 # We can compile using X headers with no special include directory.
6850vt_xpm_includes= 10274vt_xpm_includes=
6851vt_xpm_include_X11=yes 10275vt_xpm_include_X11=yes
6852else 10276else
6853 echo "$ac_err" >&5
6854 echo "configure: failed program was:" >&5 10277 echo "$as_me: failed program was:" >&5
6855 cat conftest.$ac_ext >&5 10278sed 's/^/| /' conftest.$ac_ext >&5
6856 rm -rf conftest* 10279
6857 CPPFLAGS="$ac_save_CPPFLAGS" 10280 CPPFLAGS="$ac_save_CPPFLAGS"
6858# 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.
6859 for ac_dir in \ 10282 for ac_dir in \
6860 /usr/X11/include \ 10283 /usr/X11/include \
6861 /usr/X11R6/include \ 10284 /usr/X11R6/include \
6902 break 10325 break
6903 fi 10326 fi
6904 fi 10327 fi
6905 done 10328 done
6906fi 10329fi
6907rm -f conftest* 10330rm -f conftest.err conftest.$ac_ext
6908fi 10331fi
6909 10332
6910if test "$vt_xpm_libraries" = NO; then 10333if test "$vt_xpm_libraries" = NO; then
6911 # Check for the libraries. 10334 # Check for the libraries.
6912 10335
6913 # See if we find them without any special options. 10336 # See if we find them without any special options.
6914 # Don't add to $LIBS permanently. 10337 # Don't add to $LIBS permanently.
6915 ac_save_LIBS="$LIBS" 10338 ac_save_LIBS="$LIBS"
6916 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10339 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6917cat > conftest.$ac_ext <<EOF 10340cat >conftest.$ac_ext <<_ACEOF
6918#line 6919 "configure" 10341/* confdefs.h. */
6919#include "confdefs.h" 10342_ACEOF
10343cat confdefs.h >>conftest.$ac_ext
10344cat >>conftest.$ac_ext <<_ACEOF
10345/* end confdefs.h. */
6920 10346
6921int main() { 10347int
10348main ()
10349{
6922XpmReadFileToPixmap() 10350XpmReadFileToPixmap()
10351 ;
6923; return 0; } 10352 return 0;
6924EOF 10353}
6925if { (eval echo configure:6926: \"$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
6926 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
6927 LIBS="$ac_save_LIBS" 10376 LIBS="$ac_save_LIBS"
6928# We can link libXpm with no special library path. 10377# We can link libXpm with no special library path.
6929vt_xpm_libraries= 10378vt_xpm_libraries=
6930else 10379else
6931 echo "configure: failed program was:" >&5 10380 echo "$as_me: failed program was:" >&5
6932 cat conftest.$ac_ext >&5 10381sed 's/^/| /' conftest.$ac_ext >&5
6933 rm -rf conftest* 10382
6934 LIBS="$ac_save_LIBS" 10383LIBS="$ac_save_LIBS"
6935# First see if replacing the include by lib works. 10384# First see if replacing the include by lib works.
6936for ac_dir in \ 10385for ac_dir in \
6937 `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,'` \
6938 /usr/X11/lib \ 10387 /usr/X11/lib \
6939 /usr/X11R6/lib \ 10388 /usr/X11R6/lib \
6976 break 2 10425 break 2
6977 fi 10426 fi
6978 done 10427 done
6979done 10428done
6980fi 10429fi
6981rm -f conftest* 10430rm -f conftest.err conftest.$ac_objext \
10431 conftest$ac_exeext conftest.$ac_ext
6982fi 10432fi
6983 10433
6984 10434
6985 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
6986 ac_cv_have_xpm="have_xpm=no" 10436 ac_cv_have_xpm="have_xpm=no"
6992fi 10442fi
6993 eval "$ac_cv_have_xpm" 10443 eval "$ac_cv_have_xpm"
6994fi 10444fi
6995 10445
6996if test "$have_xpm" != yes; then 10446if test "$have_xpm" != yes; then
6997 echo "$ac_t""$have_xpm" 1>&6 10447 echo "$as_me:$LINENO: result: $have_xpm" >&5
10448echo "${ECHO_T}$have_xpm" >&6
6998 no_xpm=yes 10449 no_xpm=yes
6999else 10450else
7000 if test "$xpm_includes" != NO; then 10451 if test "$xpm_includes" != NO; then
7001 if test "$xpm_includes" = "$vt_xpm_includes"; then 10452 if test "$xpm_includes" = "$vt_xpm_includes"; then
7002 if test -r "$xpm_includes/X11/xpm.h"; then 10453 if test -r "$xpm_includes/X11/xpm.h"; then
7003 vt_xpm_include_X11=yes 10454 vt_xpm_include_X11=yes
7004 fi 10455 fi
7005 else 10456 else
7006 vt_xpm_include_X11=no 10457 vt_xpm_include_X11=no
7007 if test -z "$xpm_includes"; then 10458 if test -z "$xpm_includes"; then
7008 cat > conftest.$ac_ext <<EOF 10459 cat >conftest.$ac_ext <<_ACEOF
7009#line 7010 "configure" 10460/* confdefs.h. */
7010#include "confdefs.h" 10461_ACEOF
10462cat confdefs.h >>conftest.$ac_ext
10463cat >>conftest.$ac_ext <<_ACEOF
10464/* end confdefs.h. */
7011#include <X11/xpm.h> 10465#include <X11/xpm.h>
7012EOF 10466_ACEOF
7013ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10467if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7014{ (eval echo configure:7015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10468 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7015ac_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
7016if test -z "$ac_err"; then 10484if test -z "$ac_cpp_err"; then
7017 rm -rf conftest*
7018 vt_xpm_include_X11=yes 10485 vt_xpm_include_X11=yes
7019else 10486else
7020 echo "$ac_err" >&5
7021 echo "configure: failed program was:" >&5 10487 echo "$as_me: failed program was:" >&5
7022 cat conftest.$ac_ext >&5 10488sed 's/^/| /' conftest.$ac_ext >&5
10489
10490
7023fi 10491fi
7024rm -f conftest* 10492rm -f conftest.err conftest.$ac_ext
7025 else 10493 else
7026 if test -r "$xpm_includes/X11/xpm.h"; then 10494 if test -r "$xpm_includes/X11/xpm.h"; then
7027 vt_xpm_include_X11=yes 10495 vt_xpm_include_X11=yes
7028 fi 10496 fi
7029 fi 10497 fi
7036 # Update the cache value to reflect the command line values. 10504 # Update the cache value to reflect the command line values.
7037 ac_cv_have_xpm="have_xpm=yes \ 10505 ac_cv_have_xpm="have_xpm=yes \
7038 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 \
7039 vt_xpm_include_X11=$vt_xpm_include_X11" 10507 vt_xpm_include_X11=$vt_xpm_include_X11"
7040 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
7041 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
7042 if test -n "$vt_xpm_includes"; then 10511 if test -n "$vt_xpm_includes"; then
7043 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10512 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7044 fi 10513 fi
7045 if test -n "$vt_xpm_includes"; then 10514 if test -n "$vt_xpm_includes"; then
7046 XPM_CFLAGS="-I$vt_xpm_includes" 10515 XPM_CFLAGS="-I$vt_xpm_includes"
7048 XPM_LIBS="-lXpm" 10517 XPM_LIBS="-lXpm"
7049 if test -n "$vt_xpm_libraries"; then 10518 if test -n "$vt_xpm_libraries"; then
7050 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10519 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7051 fi 10520 fi
7052 if test "x$vt_xpm_include_X11" = xyes; then 10521 if test "x$vt_xpm_include_X11" = xyes; then
10522
7053 cat >> confdefs.h <<\EOF 10523cat >>confdefs.h <<\_ACEOF
7054#define XPM_INC_X11 1 10524#define XPM_INC_X11 1
7055EOF 10525_ACEOF
7056 10526
7057 fi 10527 fi
7058fi 10528fi
7059 10529
7060 10530
7064 if test x$no_xpm = xyes; then 10534 if test x$no_xpm = xyes; then
7065 support_xpm=needsmanualspecification 10535 support_xpm=needsmanualspecification
7066 fi 10536 fi
7067fi 10537fi
7068 10538
10539echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7069echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 10540echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
7070echo "configure:7071: checking for sys/wait.h that is POSIX.1 compatible" >&5
7071if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 10541if test "${ac_cv_header_sys_wait_h+set}" = set; then
7072 echo $ac_n "(cached) $ac_c" 1>&6 10542 echo $ECHO_N "(cached) $ECHO_C" >&6
7073else 10543else
7074 cat > conftest.$ac_ext <<EOF 10544 cat >conftest.$ac_ext <<_ACEOF
7075#line 7076 "configure" 10545/* confdefs.h. */
7076#include "confdefs.h" 10546_ACEOF
10547cat confdefs.h >>conftest.$ac_ext
10548cat >>conftest.$ac_ext <<_ACEOF
10549/* end confdefs.h. */
7077#include <sys/types.h> 10550#include <sys/types.h>
7078#include <sys/wait.h> 10551#include <sys/wait.h>
7079#ifndef WEXITSTATUS 10552#ifndef WEXITSTATUS
7080#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10553# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7081#endif 10554#endif
7082#ifndef WIFEXITED 10555#ifndef WIFEXITED
7083#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10556# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7084#endif 10557#endif
7085int main() { 10558
10559int
10560main ()
10561{
7086int s; 10562 int s;
7087wait (&s); 10563 wait (&s);
7088s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10564 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10565 ;
7089; return 0; } 10566 return 0;
7090EOF 10567}
7091if { (eval echo configure:7092: \"$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
7092 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
7093 ac_cv_header_sys_wait_h=yes 10590 ac_cv_header_sys_wait_h=yes
7094else 10591else
7095 echo "configure: failed program was:" >&5 10592 echo "$as_me: failed program was:" >&5
7096 cat conftest.$ac_ext >&5 10593sed 's/^/| /' conftest.$ac_ext >&5
7097 rm -rf conftest* 10594
7098 ac_cv_header_sys_wait_h=no 10595ac_cv_header_sys_wait_h=no
7099fi 10596fi
7100rm -f conftest* 10597rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7101fi 10598fi
7102 10599echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7103echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10600echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7104if test $ac_cv_header_sys_wait_h = yes; then 10601if test $ac_cv_header_sys_wait_h = yes; then
10602
7105 cat >> confdefs.h <<\EOF 10603cat >>confdefs.h <<\_ACEOF
7106#define HAVE_SYS_WAIT_H 1 10604#define HAVE_SYS_WAIT_H 1
7107EOF 10605_ACEOF
7108 10606
7109fi 10607fi
7110 10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
7111for ac_hdr in \ 10628for ac_header in \
7112 assert.h \ 10629 assert.h \
7113 fcntl.h \ 10630 fcntl.h \
7114 grp.h \ 10631 grp.h \
7115 libc.h \ 10632 libc.h \
7116 lastlog.h \ 10633 lastlog.h \
7128 utmp.h \ 10645 utmp.h \
7129 utmpx.h \ 10646 utmpx.h \
7130 stdint.h \ 10647 stdint.h \
7131 10648
7132do 10649do
7133ac_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
7134echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10653echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7135echo "configure:7136: checking for $ac_hdr" >&5 10654if eval "test \"\${$as_ac_Header+set}\" = set"; then
7136if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7137 echo $ac_n "(cached) $ac_c" 1>&6 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
7138else 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
7139 cat > conftest.$ac_ext <<EOF 10663cat >conftest.$ac_ext <<_ACEOF
7140#line 7141 "configure" 10664/* confdefs.h. */
7141#include "confdefs.h" 10665_ACEOF
10666cat confdefs.h >>conftest.$ac_ext
10667cat >>conftest.$ac_ext <<_ACEOF
10668/* end confdefs.h. */
10669$ac_includes_default
7142#include <$ac_hdr> 10670#include <$ac_header>
7143EOF 10671_ACEOF
7144ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10672rm -f conftest.$ac_objext
7145{ (eval echo configure:7146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10673if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7146ac_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
7147if test -z "$ac_err"; then 10732if test -z "$ac_cpp_err"; then
7148 rm -rf conftest* 10733 ac_header_preproc=yes
7149 eval "ac_cv_header_$ac_safe=yes"
7150else 10734else
7151 echo "$ac_err" >&5
7152 echo "configure: failed program was:" >&5 10735 echo "$as_me: failed program was:" >&5
7153 cat conftest.$ac_ext >&5 10736sed 's/^/| /' conftest.$ac_ext >&5
7154 rm -rf conftest* 10737
7155 eval "ac_cv_header_$ac_safe=no" 10738 ac_header_preproc=no
7156fi 10739fi
7157rm -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"
7158fi 10782fi
7159if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 10783echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7160 echo "$ac_t""yes" 1>&6 10784echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7161 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 10785
10786fi
10787if test `eval echo '${'$as_ac_Header'}'` = yes; then
7162 cat >> confdefs.h <<EOF 10788 cat >>confdefs.h <<_ACEOF
7163#define $ac_tr_hdr 1 10789#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7164EOF 10790_ACEOF
7165 10791
7166else
7167 echo "$ac_t""no" 1>&6
7168fi 10792fi
10793
7169done 10794done
7170 10795
7171 10796
10797echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7172echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 10798echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7173echo "configure:7174: checking whether time.h and sys/time.h may both be included" >&5
7174if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 10799if test "${ac_cv_header_time+set}" = set; then
7175 echo $ac_n "(cached) $ac_c" 1>&6 10800 echo $ECHO_N "(cached) $ECHO_C" >&6
7176else 10801else
7177 cat > conftest.$ac_ext <<EOF 10802 cat >conftest.$ac_ext <<_ACEOF
7178#line 7179 "configure" 10803/* confdefs.h. */
7179#include "confdefs.h" 10804_ACEOF
10805cat confdefs.h >>conftest.$ac_ext
10806cat >>conftest.$ac_ext <<_ACEOF
10807/* end confdefs.h. */
7180#include <sys/types.h> 10808#include <sys/types.h>
7181#include <sys/time.h> 10809#include <sys/time.h>
7182#include <time.h> 10810#include <time.h>
7183int main() { 10811
7184struct tm *tp; 10812int
10813main ()
10814{
10815if ((struct tm *) 0)
10816return 0;
10817 ;
7185; return 0; } 10818 return 0;
7186EOF 10819}
7187if { (eval echo configure:7188: \"$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
7188 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
7189 ac_cv_header_time=yes 10842 ac_cv_header_time=yes
7190else 10843else
7191 echo "configure: failed program was:" >&5 10844 echo "$as_me: failed program was:" >&5
7192 cat conftest.$ac_ext >&5 10845sed 's/^/| /' conftest.$ac_ext >&5
7193 rm -rf conftest* 10846
7194 ac_cv_header_time=no 10847ac_cv_header_time=no
7195fi 10848fi
7196rm -f conftest* 10849rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7197fi 10850fi
7198 10851echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7199echo "$ac_t""$ac_cv_header_time" 1>&6 10852echo "${ECHO_T}$ac_cv_header_time" >&6
7200if test $ac_cv_header_time = yes; then 10853if test $ac_cv_header_time = yes; then
10854
7201 cat >> confdefs.h <<\EOF 10855cat >>confdefs.h <<\_ACEOF
7202#define TIME_WITH_SYS_TIME 1 10856#define TIME_WITH_SYS_TIME 1
7203EOF 10857_ACEOF
7204 10858
7205fi 10859fi
7206 10860
7207 10861
10862echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7208echo $ac_n "checking whether termios.h and sys/ioctl.h may both be included""... $ac_c" 1>&6 10863echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7209echo "configure:7210: checking whether termios.h and sys/ioctl.h may both be included" >&5
7210if eval "test \"`echo '$''{'rxvt_cv_header_sysioctl'+set}'`\" = set"; then 10864if test "${rxvt_cv_header_sysioctl+set}" = set; then
7211 echo $ac_n "(cached) $ac_c" 1>&6 10865 echo $ECHO_N "(cached) $ECHO_C" >&6
7212else 10866else
7213 cat > conftest.$ac_ext <<EOF 10867 cat >conftest.$ac_ext <<_ACEOF
7214#line 7215 "configure" 10868/* confdefs.h. */
7215#include "confdefs.h" 10869_ACEOF
10870cat confdefs.h >>conftest.$ac_ext
10871cat >>conftest.$ac_ext <<_ACEOF
10872/* end confdefs.h. */
7216#include <stdio.h> 10873#include <stdio.h>
7217#include <sys/ioctl.h> 10874#include <sys/ioctl.h>
7218#ifdef HAVE_TERMIOS_H 10875#ifdef HAVE_TERMIOS_H
7219#include <termios.h> 10876#include <termios.h>
7220#endif 10877#endif
7221int main() { 10878int
10879main ()
10880{
7222int a = ECHO; 10881int a = ECHO;
10882 ;
7223; return 0; } 10883 return 0;
7224EOF 10884}
7225if { (eval echo configure:7226: \"$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
7226 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
7227 rxvt_cv_header_sysioctl=yes 10907 rxvt_cv_header_sysioctl=yes
7228else 10908else
7229 echo "configure: failed program was:" >&5 10909 echo "$as_me: failed program was:" >&5
7230 cat conftest.$ac_ext >&5 10910sed 's/^/| /' conftest.$ac_ext >&5
7231 rm -rf conftest* 10911
7232 rxvt_cv_header_sysioctl=no 10912rxvt_cv_header_sysioctl=no
7233fi 10913fi
7234rm -f conftest* 10914rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7235fi 10915fi
7236 10916echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7237echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 10917echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7238 10918
7239if test -n "$GCC"; then 10919if test -n "$GCC"; then
7240 LDARG="-Wl," 10920 LDARG="-Wl,"
7241else 10921else
7242 LDARG="" 10922 LDARG=""
7245 10925
7246ac_save_CFLAGS=$CFLAGS 10926ac_save_CFLAGS=$CFLAGS
7247ac_save_LIBS=$LIBS 10927ac_save_LIBS=$LIBS
7248CFLAGS="$CFLAGS $X_CFLAGS" 10928CFLAGS="$CFLAGS $X_CFLAGS"
7249LIBS=`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
7250echo $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
7251echo "configure:7252: checking for -rpath dynamic library path recording" >&5
7252if eval "test \"`echo '$''{'rxvt_cv_rpath'+set}'`\" = set"; then 10932if test "${rxvt_cv_rpath+set}" = set; then
7253 echo $ac_n "(cached) $ac_c" 1>&6 10933 echo $ECHO_N "(cached) $ECHO_C" >&6
7254else 10934else
7255 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
7256 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;}
7257else 10938else
7258 cat > conftest.$ac_ext <<EOF 10939 cat >conftest.$ac_ext <<_ACEOF
7259#line 7260 "configure" 10940/* confdefs.h. */
7260#include "confdefs.h" 10941_ACEOF
10942cat confdefs.h >>conftest.$ac_ext
10943cat >>conftest.$ac_ext <<_ACEOF
10944/* end confdefs.h. */
7261 10945
7262main() 10946main()
7263{ 10947{
7264 exit(0); 10948 exit(0);
7265 (void) XOpenDisplay("foobar"); 10949 (void) XOpenDisplay("foobar");
7266} 10950}
7267EOF 10951_ACEOF
7268if { (eval echo configure:7269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 10952rm -f conftest$ac_exeext
7269then 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
7270 rxvt_cv_rpath=yes 10963 rxvt_cv_rpath=yes
7271else 10964else
10965 echo "$as_me: program exited with status $ac_status" >&5
7272 echo "configure: failed program was:" >&5 10966echo "$as_me: failed program was:" >&5
7273 cat conftest.$ac_ext >&5 10967sed 's/^/| /' conftest.$ac_ext >&5
7274 rm -fr conftest* 10968
10969( exit $ac_status )
7275 rxvt_cv_rpath=no 10970rxvt_cv_rpath=no
7276fi 10971fi
7277rm -fr conftest* 10972rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7278fi 10973fi
7279
7280fi 10974fi
7281 10975echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7282echo "$ac_t""$rxvt_cv_rpath" 1>&6 10976echo "${ECHO_T}$rxvt_cv_rpath" >&6
7283if test x$rxvt_cv_rpath != xyes; then 10977if test x$rxvt_cv_rpath != xyes; then
7284 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 10978 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7285 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 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
7286 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
7287echo "configure:7288: checking for -R dynamic library path recording" >&5
7288if eval "test \"`echo '$''{'rxvt_cv_R'+set}'`\" = set"; then 10982if test "${rxvt_cv_R+set}" = set; then
7289 echo $ac_n "(cached) $ac_c" 1>&6 10983 echo $ECHO_N "(cached) $ECHO_C" >&6
7290else 10984else
7291 if test "$cross_compiling" = yes; then 10985 if test "$cross_compiling" = yes; then
7292 rxvt_cv_R=no 10986 rxvt_cv_R=no
7293else 10987else
7294 cat > conftest.$ac_ext <<EOF 10988 cat >conftest.$ac_ext <<_ACEOF
7295#line 7296 "configure" 10989/* confdefs.h. */
7296#include "confdefs.h" 10990_ACEOF
10991cat confdefs.h >>conftest.$ac_ext
10992cat >>conftest.$ac_ext <<_ACEOF
10993/* end confdefs.h. */
7297 10994
7298main() 10995main()
7299{ 10996{
7300 exit(0); 10997 exit(0);
7301 (void) XOpenDisplay("foobar"); 10998 (void) XOpenDisplay("foobar");
7302} 10999}
7303EOF 11000_ACEOF
7304if { (eval echo configure:7305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11001rm -f conftest$ac_exeext
7305then 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
7306 rxvt_cv_R=yes 11012 rxvt_cv_R=yes
7307else 11013else
11014 echo "$as_me: program exited with status $ac_status" >&5
7308 echo "configure: failed program was:" >&5 11015echo "$as_me: failed program was:" >&5
7309 cat conftest.$ac_ext >&5 11016sed 's/^/| /' conftest.$ac_ext >&5
7310 rm -fr conftest* 11017
11018( exit $ac_status )
7311 rxvt_cv_R=no 11019rxvt_cv_R=no
7312fi 11020fi
7313rm -fr conftest* 11021rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7314fi 11022fi
7315
7316fi 11023fi
7317 11024echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7318echo "$ac_t""$rxvt_cv_R" 1>&6 11025echo "${ECHO_T}$rxvt_cv_R" >&6
7319 if test x$rxvt_cv_R != xyes; then 11026 if test x$rxvt_cv_R != xyes; then
7320 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11027 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7321 fi 11028 fi
7322fi 11029fi
7323 11030
11031echo "$as_me:$LINENO: checking for XPointer" >&5
7324echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11032echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7325echo "configure:7326: checking for XPointer" >&5
7326if eval "test \"`echo '$''{'rxvt_cv_xpointer'+set}'`\" = set"; then 11033if test "${rxvt_cv_xpointer+set}" = set; then
7327 echo $ac_n "(cached) $ac_c" 1>&6 11034 echo $ECHO_N "(cached) $ECHO_C" >&6
7328else 11035else
7329 cat > conftest.$ac_ext <<EOF 11036 cat >conftest.$ac_ext <<_ACEOF
7330#line 7331 "configure" 11037/* confdefs.h. */
7331#include "confdefs.h" 11038_ACEOF
11039cat confdefs.h >>conftest.$ac_ext
11040cat >>conftest.$ac_ext <<_ACEOF
11041/* end confdefs.h. */
7332#include <X11/Xlib.h> 11042#include <X11/Xlib.h>
7333int main() { 11043int
11044main ()
11045{
7334XPointer dummy; 11046XPointer dummy;
11047 ;
7335; return 0; } 11048 return 0;
7336EOF 11049}
7337if { (eval echo configure:7338: \"$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
7338 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
7339 rxvt_cv_xpointer=yes 11072 rxvt_cv_xpointer=yes
7340else 11073else
7341 echo "configure: failed program was:" >&5 11074 echo "$as_me: failed program was:" >&5
7342 cat conftest.$ac_ext >&5 11075sed 's/^/| /' conftest.$ac_ext >&5
7343 rm -rf conftest* 11076
7344 rxvt_cv_xpointer=no 11077rxvt_cv_xpointer=no
7345fi 11078fi
7346rm -f conftest* 11079rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7347fi 11080fi
7348 11081echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7349echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11082echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7350if test x$rxvt_cv_xpointer = xyes; then 11083if test x$rxvt_cv_xpointer = xyes; then
11084
7351 cat >> confdefs.h <<\EOF 11085cat >>confdefs.h <<\_ACEOF
7352#define HAVE_XPOINTER 1 11086#define HAVE_XPOINTER 1
7353EOF 11087_ACEOF
7354 11088
7355fi 11089fi
7356LIBS=$ac_save_LIBS 11090LIBS=$ac_save_LIBS
7357CFLAGS=$ac_save_CFLAGS 11091CFLAGS=$ac_save_CFLAGS
7358 11092
7359 11093
7360echo $ac_n "checking for working const""... $ac_c" 1>&6 11094echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7361echo "configure:7362: checking for working const" >&5 11095echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7362if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11096if test "${ac_cv_c_const+set}" = set; then
7363 echo $ac_n "(cached) $ac_c" 1>&6 11097 echo $ECHO_N "(cached) $ECHO_C" >&6
7364else 11098else
7365 cat > conftest.$ac_ext <<EOF 11099 cat >conftest.$ac_ext <<_ACEOF
7366#line 7367 "configure" 11100/* confdefs.h. */
7367#include "confdefs.h" 11101_ACEOF
11102cat confdefs.h >>conftest.$ac_ext
11103cat >>conftest.$ac_ext <<_ACEOF
11104/* end confdefs.h. */
7368 11105
7369int main() { 11106int
7370 11107main ()
11108{
11109/* FIXME: Include the comments suggested by Paul. */
11110#ifndef __cplusplus
7371/* Ultrix mips cc rejects this. */ 11111 /* Ultrix mips cc rejects this. */
7372typedef int charset[2]; const charset x; 11112 typedef int charset[2];
11113 const charset x;
7373/* SunOS 4.1.1 cc rejects this. */ 11114 /* SunOS 4.1.1 cc rejects this. */
7374char const *const *ccp; 11115 char const *const *ccp;
7375char **p; 11116 char **p;
7376/* NEC SVR4.0.2 mips cc rejects this. */ 11117 /* NEC SVR4.0.2 mips cc rejects this. */
7377struct point {int x, y;}; 11118 struct point {int x, y;};
7378static struct point const zero = {0,0}; 11119 static struct point const zero = {0,0};
7379/* AIX XL C 1.02.0.0 rejects this. 11120 /* AIX XL C 1.02.0.0 rejects this.
7380 It does not let you subtract one const X* pointer from another in an arm 11121 It does not let you subtract one const X* pointer from another in
7381 of an if-expression whose if-part is not a constant expression */ 11122 an arm of an if-expression whose if-part is not a constant
11123 expression */
7382const char *g = "string"; 11124 const char *g = "string";
7383ccp = &g + (g ? g-g : 0); 11125 ccp = &g + (g ? g-g : 0);
7384/* HPUX 7.0 cc rejects these. */ 11126 /* HPUX 7.0 cc rejects these. */
7385++ccp; 11127 ++ccp;
7386p = (char**) ccp; 11128 p = (char**) ccp;
7387ccp = (char const *const *) p; 11129 ccp = (char const *const *) p;
7388{ /* SCO 3.2v4 cc rejects this. */ 11130 { /* SCO 3.2v4 cc rejects this. */
7389 char *t; 11131 char *t;
7390 char const *s = 0 ? (char *) 0 : (char const *) 0; 11132 char const *s = 0 ? (char *) 0 : (char const *) 0;
7391 11133
7392 *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;
7393} 11158}
7394{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11159_ACEOF
7395 int x[] = {25, 17}; 11160rm -f conftest.$ac_objext
7396 const int *foo = &x[0]; 11161if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7397 ++foo; 11162 (eval $ac_compile) 2>conftest.er1
7398} 11163 ac_status=$?
7399{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11164 grep -v '^ *+' conftest.er1 >conftest.err
7400 typedef const int *iptr;
7401 iptr p = 0;
7402 ++p;
7403}
7404{ /* AIX XL C 1.02.0.0 rejects this saying
7405 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7406 struct s { int j; const int *ap[3]; };
7407 struct s *b; b->j = 5;
7408}
7409{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7410 const int foo = 10;
7411}
7412
7413; return 0; }
7414EOF
7415if { (eval echo configure:7416: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7416 rm -rf conftest* 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
7417 ac_cv_c_const=yes 11181 ac_cv_c_const=yes
7418else 11182else
7419 echo "configure: failed program was:" >&5 11183 echo "$as_me: failed program was:" >&5
7420 cat conftest.$ac_ext >&5 11184sed 's/^/| /' conftest.$ac_ext >&5
7421 rm -rf conftest* 11185
7422 ac_cv_c_const=no 11186ac_cv_c_const=no
7423fi 11187fi
7424rm -f conftest* 11188rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7425fi 11189fi
7426 11190echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7427echo "$ac_t""$ac_cv_c_const" 1>&6 11191echo "${ECHO_T}$ac_cv_c_const" >&6
7428if test $ac_cv_c_const = no; then 11192if test $ac_cv_c_const = no; then
11193
7429 cat >> confdefs.h <<\EOF 11194cat >>confdefs.h <<\_ACEOF
7430#define const 11195#define const
7431EOF 11196_ACEOF
7432 11197
7433fi 11198fi
7434 11199
11200echo "$as_me:$LINENO: checking for inline" >&5
7435echo $ac_n "checking for inline""... $ac_c" 1>&6 11201echo $ECHO_N "checking for inline... $ECHO_C" >&6
7436echo "configure:7437: checking for inline" >&5
7437if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 11202if test "${ac_cv_c_inline+set}" = set; then
7438 echo $ac_n "(cached) $ac_c" 1>&6 11203 echo $ECHO_N "(cached) $ECHO_C" >&6
7439else 11204else
7440 ac_cv_c_inline=no 11205 ac_cv_c_inline=no
7441for ac_kw in inline __inline__ __inline; do 11206for ac_kw in inline __inline__ __inline; do
7442 cat > conftest.$ac_ext <<EOF 11207 cat >conftest.$ac_ext <<_ACEOF
7443#line 7444 "configure" 11208/* confdefs.h. */
7444#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
7445 11218
7446int main() { 11219_ACEOF
7447} $ac_kw foo() { 11220rm -f conftest.$ac_objext
7448; return 0; } 11221if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7449EOF 11222 (eval $ac_compile) 2>conftest.er1
7450if { (eval echo configure:7451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11223 ac_status=$?
11224 grep -v '^ *+' conftest.er1 >conftest.err
7451 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
7452 ac_cv_c_inline=$ac_kw; break 11241 ac_cv_c_inline=$ac_kw; break
7453else 11242else
7454 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
7455 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
7456fi 11421fi
7457rm -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
7458done 11756done
7459 11757case $ac_lo in
7460fi 11758?*) ac_cv_sizeof_char=$ac_lo;;
7461 11759'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
7462echo "$ac_t""$ac_cv_c_inline" 1>&6 11760See \`config.log' for more details." >&5
7463case "$ac_cv_c_inline" in 11761echo "$as_me: error: cannot compute sizeof (char), 77
7464 inline | yes) ;; 11762See \`config.log' for more details." >&2;}
7465 no) cat >> confdefs.h <<\EOF 11763 { (exit 1); exit 1; }; } ;;
7466#define inline
7467EOF
7468 ;;
7469 *) cat >> confdefs.h <<EOF
7470#define inline $ac_cv_c_inline
7471EOF
7472 ;;
7473esac 11764esac
7474
7475
7476
7477echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7478echo "configure:7479: checking for ANSI C header files" >&5
7479if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
7480 echo $ac_n "(cached) $ac_c" 1>&6
7481else 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
7482 cat > conftest.$ac_ext <<EOF 11771 cat >conftest.$ac_ext <<_ACEOF
7483#line 7484 "configure" 11772/* confdefs.h. */
7484#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>
7485#include <stdlib.h> 11781#include <stdlib.h>
7486#include <stdarg.h> 11782int
7487#include <string.h> 11783main ()
7488#include <float.h> 11784{
7489EOF 11785
7490ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11786 FILE *f = fopen ("conftest.val", "w");
7491{ (eval echo configure:7492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11787 if (! f)
7492ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11788 exit (1);
7493if test -z "$ac_err"; then 11789 if (((long) (sizeof (char))) < 0)
7494 rm -rf conftest* 11790 {
7495 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 }
7496else 11796 else
7497 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
7498 echo "configure: failed program was:" >&5 11823echo "$as_me: failed program was:" >&5
7499 cat conftest.$ac_ext >&5 11824sed 's/^/| /' conftest.$ac_ext >&5
7500 rm -rf conftest* 11825
7501 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; }; }
7502fi 11832fi
11833rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11834fi
11835fi
7503rm -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
7504 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
7505if test $ac_cv_header_stdc = yes; then 11909 if test "$ac_cv_type_short" = yes; then
7506 # 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.
7507cat > conftest.$ac_ext <<EOF 11916cat >conftest.$ac_ext <<_ACEOF
7508#line 7509 "configure" 11917/* confdefs.h. */
7509#include "confdefs.h" 11918_ACEOF
7510#include <string.h> 11919cat confdefs.h >>conftest.$ac_ext
7511EOF 11920cat >>conftest.$ac_ext <<_ACEOF
7512if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 11921/* end confdefs.h. */
7513 egrep "memchr" >/dev/null 2>&1; then 11922$ac_includes_default
7514 : 11923int
7515else 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
7516 rm -rf conftest* 11938 rm -f conftest.er1
7517 ac_cv_header_stdc=no 11939 cat conftest.err >&5
7518fi 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
7519rm -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
7520 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`
7521fi 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
7522 12011
7523if test $ac_cv_header_stdc = yes; then
7524 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7525cat > conftest.$ac_ext <<EOF 12012cat >conftest.$ac_ext <<_ACEOF
7526#line 7527 "configure" 12013/* confdefs.h. */
7527#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>
7528#include <stdlib.h> 12187#include <stdlib.h>
7529EOF 12188int
7530if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12189main ()
7531 egrep "free" >/dev/null 2>&1; then 12190{
7532 : 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 }
7533else 12202 else
7534 rm -rf conftest* 12203 {
7535 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; }; }
7536fi 12238fi
12239rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12240fi
12241fi
7537rm -f conftest* 12242rm -f conftest.val
7538 12243else
12244 ac_cv_sizeof_short=0
7539fi 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
7540 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
7541if test $ac_cv_header_stdc = yes; then 12315 if test "$ac_cv_type_int" = yes; then
7542 # /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.
7543if test "$cross_compiling" = yes; then 12320 if test "$cross_compiling" = yes; then
7544 : 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
7545else 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`
7546 cat > conftest.$ac_ext <<EOF 12522 cat >conftest.$ac_ext <<_ACEOF
7547#line 7548 "configure" 12523/* confdefs.h. */
7548#include "confdefs.h" 12524_ACEOF
7549#include <ctype.h> 12525cat confdefs.h >>conftest.$ac_ext
7550#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12526cat >>conftest.$ac_ext <<_ACEOF
7551#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12527/* end confdefs.h. */
7552#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12528$ac_includes_default
7553int main () { int i; for (i = 0; i < 256; i++) 12529int
7554if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12530main ()
7555exit (0); } 12531{
12532static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12533test_array [0] = 0
7556 12534
7557EOF 12535 ;
7558if { (eval echo configure:7559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12536 return 0;
7559then 12537}
7560 : 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
7561else 12561else
7562 echo "configure: failed program was:" >&5 12562 echo "$as_me: failed program was:" >&5
7563 cat conftest.$ac_ext >&5 12563sed 's/^/| /' conftest.$ac_ext >&5
7564 rm -fr conftest*
7565 ac_cv_header_stdc=no
7566fi
7567rm -fr conftest*
7568fi
7569 12564
12565ac_lo=`expr '(' $ac_mid ')' + 1`
7570fi 12566fi
7571fi 12567rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7572 12568done
7573echo "$ac_t""$ac_cv_header_stdc" 1>&6 12569case $ac_lo in
7574if test $ac_cv_header_stdc = yes; then 12570?*) ac_cv_sizeof_int=$ac_lo;;
7575 cat >> confdefs.h <<\EOF 12571'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7576#define STDC_HEADERS 1 12572See \`config.log' for more details." >&5
7577EOF 12573echo "$as_me: error: cannot compute sizeof (int), 77
7578 12574See \`config.log' for more details." >&2;}
7579fi 12575 { (exit 1); exit 1; }; } ;;
7580 12576esac
7581echo $ac_n "checking for mode_t""... $ac_c" 1>&6
7582echo "configure:7583: checking for mode_t" >&5
7583if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
7584 echo $ac_n "(cached) $ac_c" 1>&6
7585else 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
7586 cat > conftest.$ac_ext <<EOF 12583 cat >conftest.$ac_ext <<_ACEOF
7587#line 7588 "configure" 12584/* confdefs.h. */
7588#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)); }
7589#include <sys/types.h> 12592#include <stdio.h>
7590#if STDC_HEADERS
7591#include <stdlib.h> 12593#include <stdlib.h>
7592#include <stddef.h> 12594int
7593#endif 12595main ()
7594EOF 12596{
7595if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12597
7596 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");
7597 rm -rf conftest* 12599 if (! f)
7598 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 }
7599else 12608 else
7600 rm -rf conftest* 12609 {
7601 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; }; }
7602fi 12644fi
12645rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12646fi
12647fi
7603rm -f conftest* 12648rm -f conftest.val
7604 12649else
12650 ac_cv_sizeof_int=0
7605fi 12651fi
7606echo "$ac_t""$ac_cv_type_mode_t" 1>&6 12652fi
7607if 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
7608 cat >> confdefs.h <<\EOF 12655cat >>confdefs.h <<_ACEOF
7609#define mode_t int 12656#define SIZEOF_INT $ac_cv_sizeof_int
7610EOF 12657_ACEOF
7611 12658
7612fi
7613 12659
7614echo $ac_n "checking for pid_t""... $ac_c" 1>&6 12660echo "$as_me:$LINENO: checking for long" >&5
7615echo "configure:7616: checking for pid_t" >&5 12661echo $ECHO_N "checking for long... $ECHO_C" >&6
7616if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 12662if test "${ac_cv_type_long+set}" = set; then
7617 echo $ac_n "(cached) $ac_c" 1>&6 12663 echo $ECHO_N "(cached) $ECHO_C" >&6
7618else 12664else
7619 cat > conftest.$ac_ext <<EOF 12665 cat >conftest.$ac_ext <<_ACEOF
7620#line 7621 "configure" 12666/* confdefs.h. */
7621#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)); }
7622#include <sys/types.h> 12998#include <stdio.h>
7623#if STDC_HEADERS
7624#include <stdlib.h> 12999#include <stdlib.h>
7625#include <stddef.h> 13000int
7626#endif 13001main ()
7627EOF 13002{
7628if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13003
7629 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");
7630 rm -rf conftest* 13005 if (! f)
7631 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 }
7632else 13014 else
7633 rm -rf conftest* 13015 {
7634 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; }; }
7635fi 13050fi
13051rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13052fi
13053fi
7636rm -f conftest* 13054rm -f conftest.val
7637 13055else
13056 ac_cv_sizeof_long=0
7638fi 13057fi
7639echo "$ac_t""$ac_cv_type_pid_t" 1>&6 13058fi
7640if 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
7641 cat >> confdefs.h <<\EOF 13061cat >>confdefs.h <<_ACEOF
7642#define pid_t int 13062#define SIZEOF_LONG $ac_cv_sizeof_long
7643EOF 13063_ACEOF
7644 13064
7645fi
7646 13065
7647echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 13066echo "$as_me:$LINENO: checking for long long" >&5
7648echo "configure:7649: checking for uid_t in sys/types.h" >&5 13067echo $ECHO_N "checking for long long... $ECHO_C" >&6
7649if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 13068if test "${ac_cv_type_long_long+set}" = set; then
7650 echo $ac_n "(cached) $ac_c" 1>&6 13069 echo $ECHO_N "(cached) $ECHO_C" >&6
7651else 13070else
7652 cat > conftest.$ac_ext <<EOF 13071 cat >conftest.$ac_ext <<_ACEOF
7653#line 7654 "configure" 13072/* confdefs.h. */
7654#include "confdefs.h" 13073_ACEOF
7655#include <sys/types.h> 13074cat confdefs.h >>conftest.$ac_ext
7656EOF 13075cat >>conftest.$ac_ext <<_ACEOF
7657if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13076/* end confdefs.h. */
7658 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
7659 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
7660 ac_cv_type_uid_t=yes 13110 ac_cv_type_long_long=yes
7661else 13111else
7662 rm -rf conftest* 13112 echo "$as_me: failed program was:" >&5
7663 ac_cv_type_uid_t=no 13113sed 's/^/| /' conftest.$ac_ext >&5
7664fi
7665rm -f conftest*
7666 13114
13115ac_cv_type_long_long=no
7667fi 13116fi
7668 13117rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7669echo "$ac_t""$ac_cv_type_uid_t" 1>&6
7670if test $ac_cv_type_uid_t = no; then
7671 cat >> confdefs.h <<\EOF
7672#define uid_t int
7673EOF
7674
7675 cat >> confdefs.h <<\EOF
7676#define gid_t int
7677EOF
7678
7679fi 13118fi
13119echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
13120echo "${ECHO_T}$ac_cv_type_long_long" >&6
7680 13121
7681 13122echo "$as_me:$LINENO: checking size of long long" >&5
7682 13123echo $ECHO_N "checking size of long long... $ECHO_C" >&6
7683echo $ac_n "checking size of char""... $ac_c" 1>&6 13124if test "${ac_cv_sizeof_long_long+set}" = set; then
7684echo "configure:7685: checking size of char" >&5
7685if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
7686 echo $ac_n "(cached) $ac_c" 1>&6 13125 echo $ECHO_N "(cached) $ECHO_C" >&6
7687else 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.
7688 if test "$cross_compiling" = yes; then 13132 if test "$cross_compiling" = yes; then
7689 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
7690else 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`
7691 cat > conftest.$ac_ext <<EOF 13334 cat >conftest.$ac_ext <<_ACEOF
7692#line 7693 "configure" 13335/* confdefs.h. */
7693#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)); }
7694#include <stdio.h> 13404#include <stdio.h>
7695#include <sys/types.h> 13405#include <stdlib.h>
13406int
7696main() 13407main ()
7697{ 13408{
13409
7698 FILE *f=fopen("conftestval", "w"); 13410 FILE *f = fopen ("conftest.val", "w");
7699 if (!f) exit(1); 13411 if (! f)
7700 fprintf(f, "%d\n", sizeof(char));
7701 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;
7702} 13431}
7703EOF 13432_ACEOF
7704if { (eval echo configure:7705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13433rm -f conftest$ac_exeext
7705then 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
7706 ac_cv_sizeof_char=`cat conftestval` 13444 ac_cv_sizeof_long_long=`cat conftest.val`
7707else 13445else
13446 echo "$as_me: program exited with status $ac_status" >&5
7708 echo "configure: failed program was:" >&5 13447echo "$as_me: failed program was:" >&5
7709 cat conftest.$ac_ext >&5 13448sed 's/^/| /' conftest.$ac_ext >&5
7710 rm -fr conftest* 13449
7711 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; }; }
7712fi 13456fi
13457rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13458fi
13459fi
7713rm -fr conftest* 13460rm -f conftest.val
13461else
13462 ac_cv_sizeof_long_long=0
7714fi 13463fi
7715
7716fi 13464fi
7717echo "$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
7718cat >> confdefs.h <<EOF 13467cat >>confdefs.h <<_ACEOF
7719#define SIZEOF_CHAR $ac_cv_sizeof_char 13468#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7720EOF 13469_ACEOF
7721 13470
7722 13471
7723echo $ac_n "checking size of short""... $ac_c" 1>&6 13472echo "$as_me:$LINENO: checking for int *" >&5
7724echo "configure:7725: checking size of short" >&5 13473echo $ECHO_N "checking for int *... $ECHO_C" >&6
7725if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13474if test "${ac_cv_type_int_p+set}" = set; then
7726 echo $ac_n "(cached) $ac_c" 1>&6 13475 echo $ECHO_N "(cached) $ECHO_C" >&6
7727else 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.
7728 if test "$cross_compiling" = yes; then 13538 if test "$cross_compiling" = yes; then
7729 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
7730else 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`
7731 cat > conftest.$ac_ext <<EOF 13740 cat >conftest.$ac_ext <<_ACEOF
7732#line 7733 "configure" 13741/* confdefs.h. */
7733#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 *)); }
7734#include <stdio.h> 13810#include <stdio.h>
7735#include <sys/types.h> 13811#include <stdlib.h>
13812int
7736main() 13813main ()
7737{ 13814{
13815
7738 FILE *f=fopen("conftestval", "w"); 13816 FILE *f = fopen ("conftest.val", "w");
7739 if (!f) exit(1); 13817 if (! f)
7740 fprintf(f, "%d\n", sizeof(short));
7741 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;
7742} 13837}
7743EOF 13838_ACEOF
7744if { (eval echo configure:7745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13839rm -f conftest$ac_exeext
7745then 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
7746 ac_cv_sizeof_short=`cat conftestval` 13850 ac_cv_sizeof_int_p=`cat conftest.val`
7747else 13851else
13852 echo "$as_me: program exited with status $ac_status" >&5
7748 echo "configure: failed program was:" >&5 13853echo "$as_me: failed program was:" >&5
7749 cat conftest.$ac_ext >&5 13854sed 's/^/| /' conftest.$ac_ext >&5
7750 rm -fr conftest* 13855
7751 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; }; }
7752fi 13862fi
13863rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13864fi
13865fi
7753rm -fr conftest* 13866rm -f conftest.val
13867else
13868 ac_cv_sizeof_int_p=0
7754fi 13869fi
7755
7756fi 13870fi
7757echo "$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
7758cat >> confdefs.h <<EOF 13873cat >>confdefs.h <<_ACEOF
7759#define SIZEOF_SHORT $ac_cv_sizeof_short 13874#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7760EOF 13875_ACEOF
7761 13876
7762 13877
7763echo $ac_n "checking size of int""... $ac_c" 1>&6 13878
7764echo "configure:7765: checking size of int" >&5 13879
7765if 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
7766 echo $ac_n "(cached) $ac_c" 1>&6 13883 echo $ECHO_N "(cached) $ECHO_C" >&6
7767else 13884else
7768 if test "$cross_compiling" = yes; then
7769 ac_cv_sizeof_int=4
7770else
7771 cat > conftest.$ac_ext <<EOF 13885 cat >conftest.$ac_ext <<_ACEOF
7772#line 7773 "configure" 13886/* confdefs.h. */
7773#include "confdefs.h" 13887_ACEOF
13888cat confdefs.h >>conftest.$ac_ext
13889cat >>conftest.$ac_ext <<_ACEOF
13890/* end confdefs.h. */
7774#include <stdio.h> 13891#include <stdint.h>
7775#include <sys/types.h> 13892int
7776main() 13893main ()
7777{ 13894{
7778 FILE *f=fopen("conftestval", "w"); 13895int16_t dummy;
7779 if (!f) exit(1); 13896 ;
7780 fprintf(f, "%d\n", sizeof(int)); 13897 return 0;
7781 exit(0);
7782} 13898}
7783EOF 13899_ACEOF
7784if { (eval echo configure:7785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13900rm -f conftest.$ac_objext
7785then 13901if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7786 ac_cv_sizeof_int=`cat conftestval` 13902 (eval $ac_compile) 2>conftest.er1
7787else 13903 ac_status=$?
7788 echo "configure: failed program was:" >&5 13904 grep -v '^ *+' conftest.er1 >conftest.err
7789 cat conftest.$ac_ext >&5
7790 rm -fr conftest* 13905 rm -f conftest.er1
7791 ac_cv_sizeof_int=0
7792fi
7793rm -fr conftest*
7794fi
7795
7796fi
7797echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7798cat >> confdefs.h <<EOF
7799#define SIZEOF_INT $ac_cv_sizeof_int
7800EOF
7801
7802
7803echo $ac_n "checking size of long""... $ac_c" 1>&6
7804echo "configure:7805: checking size of long" >&5
7805if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
7806 echo $ac_n "(cached) $ac_c" 1>&6
7807else
7808 if test "$cross_compiling" = yes; then
7809 ac_cv_sizeof_long=4
7810else
7811 cat > conftest.$ac_ext <<EOF
7812#line 7813 "configure"
7813#include "confdefs.h"
7814#include <stdio.h>
7815#include <sys/types.h>
7816main()
7817{
7818 FILE *f=fopen("conftestval", "w");
7819 if (!f) exit(1);
7820 fprintf(f, "%d\n", sizeof(long));
7821 exit(0);
7822}
7823EOF
7824if { (eval echo configure:7825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7825then
7826 ac_cv_sizeof_long=`cat conftestval`
7827else
7828 echo "configure: failed program was:" >&5
7829 cat conftest.$ac_ext >&5 13906 cat conftest.err >&5
7830 rm -fr conftest* 13907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 ac_cv_sizeof_long=0 13908 (exit $ac_status); } &&
7832fi 13909 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7833rm -fr conftest* 13910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7834fi 13911 (eval $ac_try) 2>&5
7835 13912 ac_status=$?
7836fi 13913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7837echo "$ac_t""$ac_cv_sizeof_long" 1>&6 13914 (exit $ac_status); }; } &&
7838cat >> confdefs.h <<EOF 13915 { ac_try='test -s conftest.$ac_objext'
7839#define SIZEOF_LONG $ac_cv_sizeof_long 13916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7840EOF 13917 (eval $ac_try) 2>&5
7841 13918 ac_status=$?
7842 13919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7843echo $ac_n "checking size of long long""... $ac_c" 1>&6 13920 (exit $ac_status); }; }; then
7844echo "configure:7845: checking size of long long" >&5
7845if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
7846 echo $ac_n "(cached) $ac_c" 1>&6
7847else
7848 if test "$cross_compiling" = yes; then
7849 ac_cv_sizeof_long_long=8
7850else
7851 cat > conftest.$ac_ext <<EOF
7852#line 7853 "configure"
7853#include "confdefs.h"
7854#include <stdio.h>
7855#include <sys/types.h>
7856main()
7857{
7858 FILE *f=fopen("conftestval", "w");
7859 if (!f) exit(1);
7860 fprintf(f, "%d\n", sizeof(long long));
7861 exit(0);
7862}
7863EOF
7864if { (eval echo configure:7865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7865then
7866 ac_cv_sizeof_long_long=`cat conftestval`
7867else
7868 echo "configure: failed program was:" >&5
7869 cat conftest.$ac_ext >&5
7870 rm -fr conftest*
7871 ac_cv_sizeof_long_long=0
7872fi
7873rm -fr conftest*
7874fi
7875
7876fi
7877echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
7878cat >> confdefs.h <<EOF
7879#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7880EOF
7881
7882
7883echo $ac_n "checking size of int *""... $ac_c" 1>&6
7884echo "configure:7885: checking size of int *" >&5
7885if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
7886 echo $ac_n "(cached) $ac_c" 1>&6
7887else
7888 if test "$cross_compiling" = yes; then
7889 ac_cv_sizeof_int_p=4
7890else
7891 cat > conftest.$ac_ext <<EOF
7892#line 7893 "configure"
7893#include "confdefs.h"
7894#include <stdio.h>
7895#include <sys/types.h>
7896main()
7897{
7898 FILE *f=fopen("conftestval", "w");
7899 if (!f) exit(1);
7900 fprintf(f, "%d\n", sizeof(int *));
7901 exit(0);
7902}
7903EOF
7904if { (eval echo configure:7905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7905then
7906 ac_cv_sizeof_int_p=`cat conftestval`
7907else
7908 echo "configure: failed program was:" >&5
7909 cat conftest.$ac_ext >&5
7910 rm -fr conftest*
7911 ac_cv_sizeof_int_p=0
7912fi
7913rm -fr conftest*
7914fi
7915
7916fi
7917echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
7918cat >> confdefs.h <<EOF
7919#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7920EOF
7921
7922
7923
7924
7925echo $ac_n "checking for int16_t""... $ac_c" 1>&6
7926echo "configure:7927: checking for int16_t" >&5
7927if eval "test \"`echo '$''{'rxvt_cv_int16_t'+set}'`\" = set"; then
7928 echo $ac_n "(cached) $ac_c" 1>&6
7929else
7930 cat > conftest.$ac_ext <<EOF
7931#line 7932 "configure"
7932#include "confdefs.h"
7933#include <stdint.h>
7934int main() {
7935int16_t dummy;
7936; return 0; }
7937EOF
7938if { (eval echo configure:7939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7939 rm -rf conftest*
7940 rxvt_cv_int16_t=yes 13921 rxvt_cv_int16_t=yes
7941else 13922else
7942 echo "configure: failed program was:" >&5 13923 echo "$as_me: failed program was:" >&5
7943 cat conftest.$ac_ext >&5 13924sed 's/^/| /' conftest.$ac_ext >&5
7944 rm -rf conftest* 13925
7945 if test $ac_cv_sizeof_char -ge 2; then 13926if test $ac_cv_sizeof_char -ge 2; then
7946 rxvt_cv_int16_t=" char" 13927 rxvt_cv_int16_t=" char"
7947else 13928else
7948 if test $ac_cv_sizeof_short -ge 2; then 13929 if test $ac_cv_sizeof_short -ge 2; then
7949 rxvt_cv_int16_t=" short" 13930 rxvt_cv_int16_t=" short"
7950 else 13931 else
7962 fi 13943 fi
7963 fi 13944 fi
7964 fi 13945 fi
7965fi 13946fi
7966fi 13947fi
7967rm -f conftest* 13948rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7968fi 13949fi
7969 13950echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7970echo "$ac_t""$rxvt_cv_int16_t" 1>&6 13951echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7971if test x"$rxvt_cv_int16_t" != xyes; then 13952if test x"$rxvt_cv_int16_t" != xyes; then
7972 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 13953 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7973else 13954else
7974 if test x"" = x; then 13955 if test x"" = x; then
7975 rxvt_int16_typedef="/* typedef short int16_t; */" 13956 rxvt_int16_typedef="/* typedef short int16_t; */"
7976 else 13957 else
7977 rxvt_int16_typedef="/* typedef short int16_t; */" 13958 rxvt_int16_typedef="/* typedef short int16_t; */"
7978 fi 13959 fi
7979fi 13960fi
7980 13961
13962echo "$as_me:$LINENO: checking for uint16_t" >&5
7981echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 13963echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
7982echo "configure:7983: checking for uint16_t" >&5
7983if eval "test \"`echo '$''{'rxvt_cv_uint16_t'+set}'`\" = set"; then 13964if test "${rxvt_cv_uint16_t+set}" = set; then
7984 echo $ac_n "(cached) $ac_c" 1>&6 13965 echo $ECHO_N "(cached) $ECHO_C" >&6
7985else 13966else
7986 cat > conftest.$ac_ext <<EOF 13967 cat >conftest.$ac_ext <<_ACEOF
7987#line 7988 "configure" 13968/* confdefs.h. */
7988#include "confdefs.h" 13969_ACEOF
13970cat confdefs.h >>conftest.$ac_ext
13971cat >>conftest.$ac_ext <<_ACEOF
13972/* end confdefs.h. */
7989#include <stdint.h> 13973#include <stdint.h>
7990int main() { 13974int
13975main ()
13976{
7991uint16_t dummy; 13977uint16_t dummy;
13978 ;
7992; return 0; } 13979 return 0;
7993EOF 13980}
7994if { (eval echo configure:7995: \"$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
7995 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
7996 rxvt_cv_uint16_t=yes 14003 rxvt_cv_uint16_t=yes
7997else 14004else
7998 echo "configure: failed program was:" >&5 14005 echo "$as_me: failed program was:" >&5
7999 cat conftest.$ac_ext >&5 14006sed 's/^/| /' conftest.$ac_ext >&5
8000 rm -rf conftest* 14007
8001 if test $ac_cv_sizeof_char -ge 2; then 14008if test $ac_cv_sizeof_char -ge 2; then
8002 rxvt_cv_uint16_t="unsigned char" 14009 rxvt_cv_uint16_t="unsigned char"
8003else 14010else
8004 if test $ac_cv_sizeof_short -ge 2; then 14011 if test $ac_cv_sizeof_short -ge 2; then
8005 rxvt_cv_uint16_t="unsigned short" 14012 rxvt_cv_uint16_t="unsigned short"
8006 else 14013 else
8018 fi 14025 fi
8019 fi 14026 fi
8020 fi 14027 fi
8021fi 14028fi
8022fi 14029fi
8023rm -f conftest* 14030rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8024fi 14031fi
8025 14032echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8026echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 14033echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8027if test x"$rxvt_cv_uint16_t" != xyes; then 14034if test x"$rxvt_cv_uint16_t" != xyes; then
8028 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 14035 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8029else 14036else
8030 if test x"unsigned" = x; then 14037 if test x"unsigned" = x; then
8031 rxvt_uint16_typedef="/* typedef short uint16_t; */" 14038 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8032 else 14039 else
8033 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 14040 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8034 fi 14041 fi
8035fi 14042fi
8036 14043
14044echo "$as_me:$LINENO: checking for int32_t" >&5
8037echo $ac_n "checking for int32_t""... $ac_c" 1>&6 14045echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
8038echo "configure:8039: checking for int32_t" >&5
8039if eval "test \"`echo '$''{'rxvt_cv_int32_t'+set}'`\" = set"; then 14046if test "${rxvt_cv_int32_t+set}" = set; then
8040 echo $ac_n "(cached) $ac_c" 1>&6 14047 echo $ECHO_N "(cached) $ECHO_C" >&6
8041else 14048else
8042 cat > conftest.$ac_ext <<EOF 14049 cat >conftest.$ac_ext <<_ACEOF
8043#line 8044 "configure" 14050/* confdefs.h. */
8044#include "confdefs.h" 14051_ACEOF
14052cat confdefs.h >>conftest.$ac_ext
14053cat >>conftest.$ac_ext <<_ACEOF
14054/* end confdefs.h. */
8045#include <stdint.h> 14055#include <stdint.h>
8046int main() { 14056int
14057main ()
14058{
8047int32_t dummy; 14059int32_t dummy;
14060 ;
8048; return 0; } 14061 return 0;
8049EOF 14062}
8050if { (eval echo configure:8051: \"$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
8051 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
8052 rxvt_cv_int32_t=yes 14085 rxvt_cv_int32_t=yes
8053else 14086else
8054 echo "configure: failed program was:" >&5 14087 echo "$as_me: failed program was:" >&5
8055 cat conftest.$ac_ext >&5 14088sed 's/^/| /' conftest.$ac_ext >&5
8056 rm -rf conftest* 14089
8057 if test $ac_cv_sizeof_char -ge 4; then 14090if test $ac_cv_sizeof_char -ge 4; then
8058 rxvt_cv_int32_t=" char" 14091 rxvt_cv_int32_t=" char"
8059else 14092else
8060 if test $ac_cv_sizeof_short -ge 4; then 14093 if test $ac_cv_sizeof_short -ge 4; then
8061 rxvt_cv_int32_t=" short" 14094 rxvt_cv_int32_t=" short"
8062 else 14095 else
8074 fi 14107 fi
8075 fi 14108 fi
8076 fi 14109 fi
8077fi 14110fi
8078fi 14111fi
8079rm -f conftest* 14112rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8080fi 14113fi
8081 14114echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8082echo "$ac_t""$rxvt_cv_int32_t" 1>&6 14115echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8083if test x"$rxvt_cv_int32_t" != xyes; then 14116if test x"$rxvt_cv_int32_t" != xyes; then
8084 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 14117 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8085else 14118else
8086 if test x"" = x; then 14119 if test x"" = x; then
8087 rxvt_int32_typedef="/* typedef int int32_t; */" 14120 rxvt_int32_typedef="/* typedef int int32_t; */"
8088 else 14121 else
8089 rxvt_int32_typedef="/* typedef int int32_t; */" 14122 rxvt_int32_typedef="/* typedef int int32_t; */"
8090 fi 14123 fi
8091fi 14124fi
8092 14125
14126echo "$as_me:$LINENO: checking for uint32_t" >&5
8093echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 14127echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
8094echo "configure:8095: checking for uint32_t" >&5
8095if eval "test \"`echo '$''{'rxvt_cv_uint32_t'+set}'`\" = set"; then 14128if test "${rxvt_cv_uint32_t+set}" = set; then
8096 echo $ac_n "(cached) $ac_c" 1>&6 14129 echo $ECHO_N "(cached) $ECHO_C" >&6
8097else 14130else
8098 cat > conftest.$ac_ext <<EOF 14131 cat >conftest.$ac_ext <<_ACEOF
8099#line 8100 "configure" 14132/* confdefs.h. */
8100#include "confdefs.h" 14133_ACEOF
14134cat confdefs.h >>conftest.$ac_ext
14135cat >>conftest.$ac_ext <<_ACEOF
14136/* end confdefs.h. */
8101#include <stdint.h> 14137#include <stdint.h>
8102int main() { 14138int
14139main ()
14140{
8103uint32_t dummy; 14141uint32_t dummy;
14142 ;
8104; return 0; } 14143 return 0;
8105EOF 14144}
8106if { (eval echo configure:8107: \"$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
8107 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
8108 rxvt_cv_uint32_t=yes 14167 rxvt_cv_uint32_t=yes
8109else 14168else
8110 echo "configure: failed program was:" >&5 14169 echo "$as_me: failed program was:" >&5
8111 cat conftest.$ac_ext >&5 14170sed 's/^/| /' conftest.$ac_ext >&5
8112 rm -rf conftest* 14171
8113 if test $ac_cv_sizeof_char -ge 4; then 14172if test $ac_cv_sizeof_char -ge 4; then
8114 rxvt_cv_uint32_t="unsigned char" 14173 rxvt_cv_uint32_t="unsigned char"
8115else 14174else
8116 if test $ac_cv_sizeof_short -ge 4; then 14175 if test $ac_cv_sizeof_short -ge 4; then
8117 rxvt_cv_uint32_t="unsigned short" 14176 rxvt_cv_uint32_t="unsigned short"
8118 else 14177 else
8130 fi 14189 fi
8131 fi 14190 fi
8132 fi 14191 fi
8133fi 14192fi
8134fi 14193fi
8135rm -f conftest* 14194rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8136fi 14195fi
8137 14196echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8138echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 14197echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8139if test x"$rxvt_cv_uint32_t" != xyes; then 14198if test x"$rxvt_cv_uint32_t" != xyes; then
8140 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 14199 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8141else 14200else
8142 if test x"unsigned" = x; then 14201 if test x"unsigned" = x; then
8143 rxvt_uint32_typedef="/* typedef int uint32_t; */" 14202 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8144 else 14203 else
8145 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 14204 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8146 fi 14205 fi
8147fi 14206fi
8148 14207
8149if test $ac_cv_sizeof_int_p -eq 8; then 14208if test $ac_cv_sizeof_int_p -eq 8; then
8150 rxvt_intp_define="#define intp_t int64_t" 14209 rxvt_intp_define="#define intp_t int64_t"
8151 rxvt_u_intp_define="#define u_intp_t u_int64_t" 14210 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8152else 14211else
8164 fi 14223 fi
8165fi 14224fi
8166 14225
8167 14226
8168 14227
14228echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8169echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 14229echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
8170echo "configure:8171: checking return type of signal handlers" >&5
8171if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 14230if test "${ac_cv_type_signal+set}" = set; then
8172 echo $ac_n "(cached) $ac_c" 1>&6 14231 echo $ECHO_N "(cached) $ECHO_C" >&6
8173else 14232else
8174 cat > conftest.$ac_ext <<EOF 14233 cat >conftest.$ac_ext <<_ACEOF
8175#line 8176 "configure" 14234/* confdefs.h. */
8176#include "confdefs.h" 14235_ACEOF
14236cat confdefs.h >>conftest.$ac_ext
14237cat >>conftest.$ac_ext <<_ACEOF
14238/* end confdefs.h. */
8177#include <sys/types.h> 14239#include <sys/types.h>
8178#include <signal.h> 14240#include <signal.h>
8179#ifdef signal 14241#ifdef signal
8180#undef signal 14242# undef signal
8181#endif 14243#endif
8182#ifdef __cplusplus 14244#ifdef __cplusplus
8183extern "C" void (*signal (int, void (*)(int)))(int); 14245extern "C" void (*signal (int, void (*)(int)))(int);
8184#else 14246#else
8185void (*signal ()) (); 14247void (*signal ()) ();
8186#endif 14248#endif
8187 14249
8188int main() { 14250int
14251main ()
14252{
8189int i; 14253int i;
14254 ;
8190; return 0; } 14255 return 0;
8191EOF 14256}
8192if { (eval echo configure:8193: \"$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
8193 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
8194 ac_cv_type_signal=void 14279 ac_cv_type_signal=void
8195else 14280else
8196 echo "configure: failed program was:" >&5 14281 echo "$as_me: failed program was:" >&5
8197 cat conftest.$ac_ext >&5 14282sed 's/^/| /' conftest.$ac_ext >&5
8198 rm -rf conftest* 14283
8199 ac_cv_type_signal=int 14284ac_cv_type_signal=int
8200fi 14285fi
8201rm -f conftest* 14286rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8202fi 14287fi
8203 14288echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8204echo "$ac_t""$ac_cv_type_signal" 1>&6 14289echo "${ECHO_T}$ac_cv_type_signal" >&6
14290
8205cat >> confdefs.h <<EOF 14291cat >>confdefs.h <<_ACEOF
8206#define RETSIGTYPE $ac_cv_type_signal 14292#define RETSIGTYPE $ac_cv_type_signal
8207EOF 14293_ACEOF
8208 14294
8209 14295
8210 14296
8211case "$host_alias" in 14297case "$host_alias" in
8212 *ultrix) ac_cv_func_setsid='no' ;; 14298 *ultrix) ac_cv_func_setsid='no' ;;
8213 *) break;; 14299 *) break;;
8214esac 14300esac
14301
14302
14303
14304
14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
14317
14318
8215 14319
8216for ac_func in \ 14320for ac_func in \
8217 atexit \ 14321 atexit \
8218 revoke \ 14322 revoke \
8219 unsetenv \ 14323 unsetenv \
8232 nanosleep \ 14336 nanosleep \
8233 updwtmp \ 14337 updwtmp \
8234 ttyslot \ 14338 ttyslot \
8235 14339
8236do 14340do
14341as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14342echo "$as_me:$LINENO: checking for $ac_func" >&5
8237echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 14343echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8238echo "configure:8239: checking for $ac_func" >&5 14344if eval "test \"\${$as_ac_var+set}\" = set"; then
8239if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8240 echo $ac_n "(cached) $ac_c" 1>&6 14345 echo $ECHO_N "(cached) $ECHO_C" >&6
8241else 14346else
8242 cat > conftest.$ac_ext <<EOF 14347 cat >conftest.$ac_ext <<_ACEOF
8243#line 8244 "configure" 14348/* confdefs.h. */
8244#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
8245/* System header to define __stub macros and hopefully few prototypes, 14357/* System header to define __stub macros and hopefully few prototypes,
8246 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
8247#include <assert.h> 14365# include <assert.h>
14366#endif
14367
14368#undef $ac_func
14369
8248/* 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
8249/* 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
8250 builtin and then its argument prototype would still apply. */ 14376 builtin and then its argument prototype would still apply. */
8251char $ac_func(); 14377char $ac_func ();
8252
8253int main() {
8254
8255/* The GNU C library defines this for functions which it implements 14378/* The GNU C library defines this for functions which it implements
8256 to always fail with ENOSYS. Some functions are actually named 14379 to always fail with ENOSYS. Some functions are actually named
8257 something starting with __ and the normal name is an alias. */ 14380 something starting with __ and the normal name is an alias. */
8258#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14381#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8259choke me 14382choke me
8260#else 14383#else
8261$ac_func(); 14384char (*f) () = $ac_func;
8262#endif 14385#endif
14386#ifdef __cplusplus
14387}
14388#endif
8263 14389
14390int
14391main ()
14392{
14393return f != $ac_func;
14394 ;
8264; return 0; } 14395 return 0;
8265EOF 14396}
8266if { (eval echo configure:8267: \"$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
8267 rm -rf conftest* 14403 rm -f conftest.er1
8268 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"
8269else 14420else
8270 echo "configure: failed program was:" >&5 14421 echo "$as_me: failed program was:" >&5
8271 cat conftest.$ac_ext >&5 14422sed 's/^/| /' conftest.$ac_ext >&5
8272 rm -rf conftest*
8273 eval "ac_cv_func_$ac_func=no"
8274fi
8275rm -f conftest*
8276fi
8277 14423
8278if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 14424eval "$as_ac_var=no"
8279 echo "$ac_t""yes" 1>&6 14425fi
8280 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
8281 cat >> confdefs.h <<EOF 14432 cat >>confdefs.h <<_ACEOF
8282#define $ac_tr_func 1 14433#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8283EOF 14434_ACEOF
8284 14435
8285else
8286 echo "$ac_t""no" 1>&6
8287fi 14436fi
8288done 14437done
8289 14438
8290 14439
8291 14440
8292ac_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
8293echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 14443echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8294echo "configure:8295: checking for utmp.h" >&5 14444if test "${ac_cv_header_utmp_h+set}" = set; then
8295if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8296 echo $ac_n "(cached) $ac_c" 1>&6 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
8297else 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
8298 cat > conftest.$ac_ext <<EOF 14453cat >conftest.$ac_ext <<_ACEOF
8299#line 8300 "configure" 14454/* confdefs.h. */
8300#include "confdefs.h" 14455_ACEOF
14456cat confdefs.h >>conftest.$ac_ext
14457cat >>conftest.$ac_ext <<_ACEOF
14458/* end confdefs.h. */
14459$ac_includes_default
8301#include <utmp.h> 14460#include <utmp.h>
8302EOF 14461_ACEOF
8303ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14462rm -f conftest.$ac_objext
8304{ (eval echo configure:8305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14463if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8305ac_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
8306if test -z "$ac_err"; then 14522if test -z "$ac_cpp_err"; then
8307 rm -rf conftest* 14523 ac_header_preproc=yes
8308 eval "ac_cv_header_$ac_safe=yes"
8309else 14524else
8310 echo "$ac_err" >&5
8311 echo "configure: failed program was:" >&5 14525 echo "$as_me: failed program was:" >&5
8312 cat conftest.$ac_ext >&5 14526sed 's/^/| /' conftest.$ac_ext >&5
8313 rm -rf conftest* 14527
8314 eval "ac_cv_header_$ac_safe=no" 14528 ac_header_preproc=no
8315fi 14529fi
8316rm -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
8317fi 14572fi
8318if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14573echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8319 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
8320 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14579echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
8321echo "configure:8322: checking for struct utmp" >&5
8322if eval "test \"`echo '$''{'rxvt_cv_struct_utmp'+set}'`\" = set"; then 14580if test "${rxvt_cv_struct_utmp+set}" = set; then
8323 echo $ac_n "(cached) $ac_c" 1>&6 14581 echo $ECHO_N "(cached) $ECHO_C" >&6
8324else 14582else
8325 cat > conftest.$ac_ext <<EOF 14583 cat >conftest.$ac_ext <<_ACEOF
8326#line 8327 "configure" 14584/* confdefs.h. */
8327#include "confdefs.h" 14585_ACEOF
14586cat confdefs.h >>conftest.$ac_ext
14587cat >>conftest.$ac_ext <<_ACEOF
14588/* end confdefs.h. */
8328#include <sys/types.h> 14589#include <sys/types.h>
8329#include <stdint.h> 14590#include <stdint.h>
8330#include <utmp.h> 14591#include <utmp.h>
8331int main() { 14592int
14593main ()
14594{
8332struct utmp ut; 14595struct utmp ut;
14596 ;
8333; return 0; } 14597 return 0;
8334EOF 14598}
8335if { (eval echo configure:8336: \"$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
8336 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
8337 rxvt_cv_struct_utmp=yes 14621 rxvt_cv_struct_utmp=yes
8338else 14622else
8339 echo "configure: failed program was:" >&5 14623 echo "$as_me: failed program was:" >&5
8340 cat conftest.$ac_ext >&5 14624sed 's/^/| /' conftest.$ac_ext >&5
8341 rm -rf conftest* 14625
8342 rxvt_cv_struct_utmp=no 14626rxvt_cv_struct_utmp=no
8343fi 14627fi
8344rm -f conftest* 14628rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8345fi 14629fi
8346 14630echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8347echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14631echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8348if test x$rxvt_cv_struct_utmp = xyes; then 14632if test x$rxvt_cv_struct_utmp = xyes; then
14633
8349 cat >> confdefs.h <<\EOF 14634cat >>confdefs.h <<\_ACEOF
8350#define HAVE_STRUCT_UTMP 1 14635#define HAVE_STRUCT_UTMP 1
8351EOF 14636_ACEOF
8352 14637
8353fi 14638fi
8354 14639
8355 14640
14641echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
8356echo $ac_n "checking for ut_host in utmp struct""... $ac_c" 1>&6 14642echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
8357echo "configure:8358: checking for ut_host in utmp struct" >&5
8358if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_host'+set}'`\" = set"; then 14643if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8359 echo $ac_n "(cached) $ac_c" 1>&6 14644 echo $ECHO_N "(cached) $ECHO_C" >&6
8360else 14645else
8361 cat > conftest.$ac_ext <<EOF 14646 cat >conftest.$ac_ext <<_ACEOF
8362#line 8363 "configure" 14647/* confdefs.h. */
8363#include "confdefs.h" 14648_ACEOF
14649cat confdefs.h >>conftest.$ac_ext
14650cat >>conftest.$ac_ext <<_ACEOF
14651/* end confdefs.h. */
8364#include <sys/types.h> 14652#include <sys/types.h>
8365#include <utmp.h> 14653#include <utmp.h>
8366int main() { 14654int
14655main ()
14656{
8367struct utmp ut; ut.ut_host; 14657struct utmp ut; ut.ut_host;
14658 ;
8368; return 0; } 14659 return 0;
8369EOF 14660}
8370if { (eval echo configure:8371: \"$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
8371 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
8372 rxvt_cv_struct_utmp_host=yes 14683 rxvt_cv_struct_utmp_host=yes
8373else 14684else
8374 echo "configure: failed program was:" >&5 14685 echo "$as_me: failed program was:" >&5
8375 cat conftest.$ac_ext >&5 14686sed 's/^/| /' conftest.$ac_ext >&5
8376 rm -rf conftest* 14687
8377 rxvt_cv_struct_utmp_host=no 14688rxvt_cv_struct_utmp_host=no
8378fi 14689fi
8379rm -f conftest* 14690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8380fi 14691fi
8381 14692echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8382echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 14693echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8383if test x$rxvt_cv_struct_utmp_host = xyes; then 14694if test x$rxvt_cv_struct_utmp_host = xyes; then
14695
8384 cat >> confdefs.h <<\EOF 14696cat >>confdefs.h <<\_ACEOF
8385#define HAVE_UTMP_HOST 1 14697#define HAVE_UTMP_HOST 1
8386EOF 14698_ACEOF
8387 14699
8388fi 14700fi
8389 14701
14702echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
8390echo $ac_n "checking for ut_pid in utmp struct""... $ac_c" 1>&6 14703echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
8391echo "configure:8392: checking for ut_pid in utmp struct" >&5
8392if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_pid'+set}'`\" = set"; then 14704if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8393 echo $ac_n "(cached) $ac_c" 1>&6 14705 echo $ECHO_N "(cached) $ECHO_C" >&6
8394else 14706else
8395 cat > conftest.$ac_ext <<EOF 14707 cat >conftest.$ac_ext <<_ACEOF
8396#line 8397 "configure" 14708/* confdefs.h. */
8397#include "confdefs.h" 14709_ACEOF
14710cat confdefs.h >>conftest.$ac_ext
14711cat >>conftest.$ac_ext <<_ACEOF
14712/* end confdefs.h. */
8398#include <sys/types.h> 14713#include <sys/types.h>
8399#include <utmp.h> 14714#include <utmp.h>
8400int main() { 14715int
14716main ()
14717{
8401struct utmp ut; ut.ut_pid; 14718struct utmp ut; ut.ut_pid;
14719 ;
8402; return 0; } 14720 return 0;
8403EOF 14721}
8404if { (eval echo configure:8405: \"$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
8405 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
8406 rxvt_cv_struct_utmp_pid=yes 14744 rxvt_cv_struct_utmp_pid=yes
8407else 14745else
8408 echo "configure: failed program was:" >&5 14746 echo "$as_me: failed program was:" >&5
8409 cat conftest.$ac_ext >&5 14747sed 's/^/| /' conftest.$ac_ext >&5
8410 rm -rf conftest* 14748
8411 rxvt_cv_struct_utmp_pid=no 14749rxvt_cv_struct_utmp_pid=no
8412fi 14750fi
8413rm -f conftest* 14751rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8414fi 14752fi
8415 14753echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8416echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 14754echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8417if test x$rxvt_cv_struct_utmp_pid = xyes; then 14755if test x$rxvt_cv_struct_utmp_pid = xyes; then
14756
8418 cat >> confdefs.h <<\EOF 14757cat >>confdefs.h <<\_ACEOF
8419#define HAVE_UTMP_PID 1 14758#define HAVE_UTMP_PID 1
8420EOF 14759_ACEOF
8421 14760
8422fi 14761fi
8423 14762
8424else
8425 echo "$ac_t""no" 1>&6
8426fi 14763fi
8427
8428 14764
8429ac_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
8430echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 14769echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8431echo "configure:8432: checking for utmpx.h" >&5 14770if test "${ac_cv_header_utmpx_h+set}" = set; then
8432if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8433 echo $ac_n "(cached) $ac_c" 1>&6 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
8434else 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
8435 cat > conftest.$ac_ext <<EOF 14779cat >conftest.$ac_ext <<_ACEOF
8436#line 8437 "configure" 14780/* confdefs.h. */
8437#include "confdefs.h" 14781_ACEOF
14782cat confdefs.h >>conftest.$ac_ext
14783cat >>conftest.$ac_ext <<_ACEOF
14784/* end confdefs.h. */
14785$ac_includes_default
8438#include <utmpx.h> 14786#include <utmpx.h>
8439EOF 14787_ACEOF
8440ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14788rm -f conftest.$ac_objext
8441{ (eval echo configure:8442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14789if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8442ac_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
8443if test -z "$ac_err"; then 14848if test -z "$ac_cpp_err"; then
8444 rm -rf conftest* 14849 ac_header_preproc=yes
8445 eval "ac_cv_header_$ac_safe=yes"
8446else 14850else
8447 echo "$ac_err" >&5
8448 echo "configure: failed program was:" >&5 14851 echo "$as_me: failed program was:" >&5
8449 cat conftest.$ac_ext >&5 14852sed 's/^/| /' conftest.$ac_ext >&5
8450 rm -rf conftest* 14853
8451 eval "ac_cv_header_$ac_safe=no" 14854 ac_header_preproc=no
8452fi 14855fi
8453rm -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
8454fi 14898fi
8455if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14899echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8456 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
8457 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 14905echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
8458echo "configure:8459: checking for struct utmpx" >&5
8459if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx'+set}'`\" = set"; then 14906if test "${rxvt_cv_struct_utmpx+set}" = set; then
8460 echo $ac_n "(cached) $ac_c" 1>&6 14907 echo $ECHO_N "(cached) $ECHO_C" >&6
8461else 14908else
8462 cat > conftest.$ac_ext <<EOF 14909 cat >conftest.$ac_ext <<_ACEOF
8463#line 8464 "configure" 14910/* confdefs.h. */
8464#include "confdefs.h" 14911_ACEOF
14912cat confdefs.h >>conftest.$ac_ext
14913cat >>conftest.$ac_ext <<_ACEOF
14914/* end confdefs.h. */
8465#include <sys/types.h> 14915#include <sys/types.h>
8466#include <utmpx.h> 14916#include <utmpx.h>
8467int main() { 14917int
14918main ()
14919{
8468struct utmpx ut; 14920struct utmpx ut;
14921 ;
8469; return 0; } 14922 return 0;
8470EOF 14923}
8471if { (eval echo configure:8472: \"$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
8472 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
8473 rxvt_cv_struct_utmpx=yes 14946 rxvt_cv_struct_utmpx=yes
8474else 14947else
8475 echo "configure: failed program was:" >&5 14948 echo "$as_me: failed program was:" >&5
8476 cat conftest.$ac_ext >&5 14949sed 's/^/| /' conftest.$ac_ext >&5
8477 rm -rf conftest* 14950
8478 rxvt_cv_struct_utmpx=no 14951rxvt_cv_struct_utmpx=no
8479fi 14952fi
8480rm -f conftest* 14953rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8481fi 14954fi
8482 14955echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8483echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 14956echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8484if test x$rxvt_cv_struct_utmpx = xyes; then 14957if test x$rxvt_cv_struct_utmpx = xyes; then
14958
8485 cat >> confdefs.h <<\EOF 14959cat >>confdefs.h <<\_ACEOF
8486#define HAVE_STRUCT_UTMPX 1 14960#define HAVE_STRUCT_UTMPX 1
8487EOF 14961_ACEOF
8488 14962
8489fi 14963fi
8490 14964
8491 14965
14966echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8492echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 14967echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
8493echo "configure:8494: checking for host in utmpx struct" >&5
8494if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx_host'+set}'`\" = set"; then 14968if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8495 echo $ac_n "(cached) $ac_c" 1>&6 14969 echo $ECHO_N "(cached) $ECHO_C" >&6
8496else 14970else
8497 cat > conftest.$ac_ext <<EOF 14971 cat >conftest.$ac_ext <<_ACEOF
8498#line 8499 "configure" 14972/* confdefs.h. */
8499#include "confdefs.h" 14973_ACEOF
14974cat confdefs.h >>conftest.$ac_ext
14975cat >>conftest.$ac_ext <<_ACEOF
14976/* end confdefs.h. */
8500#include <sys/types.h> 14977#include <sys/types.h>
8501#include <utmpx.h> 14978#include <utmpx.h>
8502int main() { 14979int
14980main ()
14981{
8503struct utmpx utx; utx.ut_host; 14982struct utmpx utx; utx.ut_host;
14983 ;
8504; return 0; } 14984 return 0;
8505EOF 14985}
8506if { (eval echo configure:8507: \"$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
8507 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
8508 rxvt_cv_struct_utmpx_host=yes 15008 rxvt_cv_struct_utmpx_host=yes
8509else 15009else
8510 echo "configure: failed program was:" >&5 15010 echo "$as_me: failed program was:" >&5
8511 cat conftest.$ac_ext >&5 15011sed 's/^/| /' conftest.$ac_ext >&5
8512 rm -rf conftest* 15012
8513 rxvt_cv_struct_utmpx_host=no 15013rxvt_cv_struct_utmpx_host=no
8514fi 15014fi
8515rm -f conftest* 15015rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8516fi 15016fi
8517 15017echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8518echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 15018echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8519if test x$rxvt_cv_struct_utmpx_host = xyes; then 15019if test x$rxvt_cv_struct_utmpx_host = xyes; then
15020
8520 cat >> confdefs.h <<\EOF 15021cat >>confdefs.h <<\_ACEOF
8521#define HAVE_UTMPX_HOST 1 15022#define HAVE_UTMPX_HOST 1
8522EOF 15023_ACEOF
8523 15024
8524fi 15025fi
8525 15026
8526else
8527 echo "$ac_t""no" 1>&6
8528fi 15027fi
8529
8530 15028
15029
15030
15031echo "$as_me:$LINENO: checking for struct lastlog" >&5
8531echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 15032echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
8532echo "configure:8533: checking for struct lastlog" >&5
8533if eval "test \"`echo '$''{'rxvt_cv_struct_lastlog'+set}'`\" = set"; then 15033if test "${rxvt_cv_struct_lastlog+set}" = set; then
8534 echo $ac_n "(cached) $ac_c" 1>&6 15034 echo $ECHO_N "(cached) $ECHO_C" >&6
8535else 15035else
8536 cat > conftest.$ac_ext <<EOF 15036 cat >conftest.$ac_ext <<_ACEOF
8537#line 8538 "configure" 15037/* confdefs.h. */
8538#include "confdefs.h" 15038_ACEOF
15039cat confdefs.h >>conftest.$ac_ext
15040cat >>conftest.$ac_ext <<_ACEOF
15041/* end confdefs.h. */
8539#include <sys/types.h> 15042#include <sys/types.h>
8540#include <utmp.h> 15043#include <utmp.h>
8541#ifdef HAVE_LASTLOG_H 15044#ifdef HAVE_LASTLOG_H
8542#include <lastlog.h> 15045#include <lastlog.h>
8543#endif 15046#endif
8544 15047
8545int main() { 15048int
15049main ()
15050{
8546struct lastlog ll; 15051struct lastlog ll;
15052 ;
8547; return 0; } 15053 return 0;
8548EOF 15054}
8549if { (eval echo configure:8550: \"$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
8550 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
8551 rxvt_cv_struct_lastlog=yes 15077 rxvt_cv_struct_lastlog=yes
8552else 15078else
8553 echo "configure: failed program was:" >&5 15079 echo "$as_me: failed program was:" >&5
8554 cat conftest.$ac_ext >&5 15080sed 's/^/| /' conftest.$ac_ext >&5
8555 rm -rf conftest* 15081
8556 rxvt_cv_struct_lastlog=no 15082rxvt_cv_struct_lastlog=no
8557fi 15083fi
8558rm -f conftest* 15084rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8559fi 15085fi
8560 15086echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8561echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 15087echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8562if test x$rxvt_cv_struct_lastlog = xyes; then 15088if test x$rxvt_cv_struct_lastlog = xyes; then
15089
8563 cat >> confdefs.h <<\EOF 15090cat >>confdefs.h <<\_ACEOF
8564#define HAVE_STRUCT_LASTLOG 1 15091#define HAVE_STRUCT_LASTLOG 1
8565EOF 15092_ACEOF
8566 15093
8567fi 15094fi
8568 15095
15096echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8569echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 15097echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
8570echo "configure:8571: checking for struct lastlogx" >&5
8571if eval "test \"`echo '$''{'rxvt_cv_struct_lastlogx'+set}'`\" = set"; then 15098if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8572 echo $ac_n "(cached) $ac_c" 1>&6 15099 echo $ECHO_N "(cached) $ECHO_C" >&6
8573else 15100else
8574 cat > conftest.$ac_ext <<EOF 15101 cat >conftest.$ac_ext <<_ACEOF
8575#line 8576 "configure" 15102/* confdefs.h. */
8576#include "confdefs.h" 15103_ACEOF
15104cat confdefs.h >>conftest.$ac_ext
15105cat >>conftest.$ac_ext <<_ACEOF
15106/* end confdefs.h. */
8577#include <sys/types.h> 15107#include <sys/types.h>
8578#include <utmpx.h> 15108#include <utmpx.h>
8579#ifdef HAVE_LASTLOG_H 15109#ifdef HAVE_LASTLOG_H
8580#include <lastlog.h> 15110#include <lastlog.h>
8581#endif 15111#endif
8582 15112
8583int main() { 15113int
15114main ()
15115{
8584struct lastlogx ll; 15116struct lastlogx ll;
15117 ;
8585; return 0; } 15118 return 0;
8586EOF 15119}
8587if { (eval echo configure:8588: \"$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
8588 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
8589 rxvt_cv_struct_lastlogx=yes 15142 rxvt_cv_struct_lastlogx=yes
8590else 15143else
8591 echo "configure: failed program was:" >&5 15144 echo "$as_me: failed program was:" >&5
8592 cat conftest.$ac_ext >&5 15145sed 's/^/| /' conftest.$ac_ext >&5
8593 rm -rf conftest* 15146
8594 rxvt_cv_struct_lastlogx=no 15147rxvt_cv_struct_lastlogx=no
8595fi 15148fi
8596rm -f conftest* 15149rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8597fi 15150fi
8598 15151echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8599echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 15152echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8600if test x$rxvt_cv_struct_lastlogx = xyes; then 15153if test x$rxvt_cv_struct_lastlogx = xyes; then
15154
8601 cat >> confdefs.h <<\EOF 15155cat >>confdefs.h <<\_ACEOF
8602#define HAVE_STRUCT_LASTLOGX 1 15156#define HAVE_STRUCT_LASTLOGX 1
8603EOF 15157_ACEOF
8604 15158
8605fi 15159fi
8606 15160
8607 15161
15162echo "$as_me:$LINENO: checking where utmp is located" >&5
8608echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 15163echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
8609echo "configure:8610: checking where utmp is located" >&5
8610if eval "test \"`echo '$''{'rxvt_cv_path_utmp'+set}'`\" = set"; then 15164if test "${rxvt_cv_path_utmp+set}" = set; then
8611 echo $ac_n "(cached) $ac_c" 1>&6 15165 echo $ECHO_N "(cached) $ECHO_C" >&6
8612else 15166else
8613 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
8614 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;}
8615else 15170else
8616 cat > conftest.$ac_ext <<EOF 15171 cat >conftest.$ac_ext <<_ACEOF
8617#line 8618 "configure" 15172/* confdefs.h. */
8618#include "confdefs.h" 15173_ACEOF
15174cat confdefs.h >>conftest.$ac_ext
15175cat >>conftest.$ac_ext <<_ACEOF
15176/* end confdefs.h. */
8619#include <stdio.h> 15177#include <stdio.h>
8620#include <sys/types.h> 15178#include <sys/types.h>
8621#include <utmp.h> 15179#include <utmp.h>
8622#include <errno.h> 15180#include <errno.h>
8623main() 15181main()
8640 exit(0); 15198 exit(0);
8641 } 15199 }
8642 } 15200 }
8643 exit(0); 15201 exit(0);
8644} 15202}
8645EOF 15203_ACEOF
8646if { (eval echo configure:8647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15204rm -f conftest$ac_exeext
8647then 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
8648 rxvt_cv_path_utmp=`cat conftestval` 15215 rxvt_cv_path_utmp=`cat conftestval`
8649else 15216else
15217 echo "$as_me: program exited with status $ac_status" >&5
8650 echo "configure: failed program was:" >&5 15218echo "$as_me: failed program was:" >&5
8651 cat conftest.$ac_ext >&5 15219sed 's/^/| /' conftest.$ac_ext >&5
8652 rm -fr conftest* 15220
15221( exit $ac_status )
8653 rxvt_cv_path_utmp= 15222rxvt_cv_path_utmp=
8654fi 15223fi
8655rm -fr conftest* 15224rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8656fi 15225fi
8657
8658fi 15226fi
8659 15227echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8660echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 15228echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8661if test x$rxvt_cv_path_utmp != x; then 15229if test x$rxvt_cv_path_utmp != x; then
15230
8662 cat >> confdefs.h <<EOF 15231cat >>confdefs.h <<_ACEOF
8663#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 15232#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8664EOF 15233_ACEOF
8665 15234
8666fi 15235fi
8667 15236
8668 15237
15238echo "$as_me:$LINENO: checking where utmpx is located" >&5
8669echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 15239echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
8670echo "configure:8671: checking where utmpx is located" >&5
8671if eval "test \"`echo '$''{'rxvt_cv_path_utmpx'+set}'`\" = set"; then 15240if test "${rxvt_cv_path_utmpx+set}" = set; then
8672 echo $ac_n "(cached) $ac_c" 1>&6 15241 echo $ECHO_N "(cached) $ECHO_C" >&6
8673else 15242else
8674 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
8675 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;}
8676else 15246else
8677 cat > conftest.$ac_ext <<EOF 15247 cat >conftest.$ac_ext <<_ACEOF
8678#line 8679 "configure" 15248/* confdefs.h. */
8679#include "confdefs.h" 15249_ACEOF
15250cat confdefs.h >>conftest.$ac_ext
15251cat >>conftest.$ac_ext <<_ACEOF
15252/* end confdefs.h. */
8680#include <stdio.h> 15253#include <stdio.h>
8681#include <sys/types.h> 15254#include <sys/types.h>
8682#include <utmpx.h> 15255#include <utmpx.h>
8683#include <errno.h> 15256#include <errno.h>
8684#include <sys/stat.h> 15257#include <sys/stat.h>
8711 exit(0); 15284 exit(0);
8712 } 15285 }
8713 } 15286 }
8714 exit(0); 15287 exit(0);
8715} 15288}
8716EOF 15289_ACEOF
8717if { (eval echo configure:8718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15290rm -f conftest$ac_exeext
8718then 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
8719 rxvt_cv_path_utmpx=`cat conftestval` 15301 rxvt_cv_path_utmpx=`cat conftestval`
8720else 15302else
15303 echo "$as_me: program exited with status $ac_status" >&5
8721 echo "configure: failed program was:" >&5 15304echo "$as_me: failed program was:" >&5
8722 cat conftest.$ac_ext >&5 15305sed 's/^/| /' conftest.$ac_ext >&5
8723 rm -fr conftest* 15306
15307( exit $ac_status )
8724 rxvt_cv_path_utmpx= 15308rxvt_cv_path_utmpx=
8725fi 15309fi
8726rm -fr conftest* 15310rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8727fi 15311fi
8728
8729fi 15312fi
8730 15313echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8731echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 15314echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8732if test x$rxvt_cv_path_utmpx != x; then 15315if test x$rxvt_cv_path_utmpx != x; then
15316
8733 cat >> confdefs.h <<EOF 15317cat >>confdefs.h <<_ACEOF
8734#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 15318#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8735EOF 15319_ACEOF
8736 15320
8737fi 15321fi
8738 15322
8739 15323
15324echo "$as_me:$LINENO: checking where wtmp is located" >&5
8740echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 15325echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
8741echo "configure:8742: checking where wtmp is located" >&5
8742if eval "test \"`echo '$''{'rxvt_cv_path_wtmp'+set}'`\" = set"; then 15326if test "${rxvt_cv_path_wtmp+set}" = set; then
8743 echo $ac_n "(cached) $ac_c" 1>&6 15327 echo $ECHO_N "(cached) $ECHO_C" >&6
8744else 15328else
8745 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
8746 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;}
8747else 15332else
8748 cat > conftest.$ac_ext <<EOF 15333 cat >conftest.$ac_ext <<_ACEOF
8749#line 8750 "configure" 15334/* confdefs.h. */
8750#include "confdefs.h" 15335_ACEOF
15336cat confdefs.h >>conftest.$ac_ext
15337cat >>conftest.$ac_ext <<_ACEOF
15338/* end confdefs.h. */
8751#include <stdio.h> 15339#include <stdio.h>
8752#include <sys/types.h> 15340#include <sys/types.h>
8753#ifdef HAVE_UTMP_H 15341#ifdef HAVE_UTMP_H
8754#include <utmp.h> 15342#include <utmp.h>
8755#endif 15343#endif
8756#include <errno.h> 15344#include <errno.h>
8757main() 15345main()
8758{ 15346{
8759 char **w, *wtmplist[] = { 15347 char **w, *wtmplist[] = {
8760 "/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 };
8761 FILE *a, *f=fopen("conftestval", "w"); 15349 FILE *a, *f=fopen("conftestval", "w");
8762 if (!f) exit(1); 15350 if (!f) exit(1);
8763#ifdef WTMP_FILE 15351#ifdef WTMP_FILE
8764 fprintf(f, "%s\n", WTMP_FILE); 15352 fprintf(f, "%s\n", WTMP_FILE);
8765 exit(0); 15353 exit(0);
8774 exit(0); 15362 exit(0);
8775 } 15363 }
8776 } 15364 }
8777 exit(0); 15365 exit(0);
8778} 15366}
8779EOF 15367_ACEOF
8780if { (eval echo configure:8781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15368rm -f conftest$ac_exeext
8781then 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
8782 rxvt_cv_path_wtmp=`cat conftestval` 15379 rxvt_cv_path_wtmp=`cat conftestval`
8783else 15380else
15381 echo "$as_me: program exited with status $ac_status" >&5
8784 echo "configure: failed program was:" >&5 15382echo "$as_me: failed program was:" >&5
8785 cat conftest.$ac_ext >&5 15383sed 's/^/| /' conftest.$ac_ext >&5
8786 rm -fr conftest* 15384
15385( exit $ac_status )
8787 rxvt_cv_path_wtmp= 15386rxvt_cv_path_wtmp=
8788fi 15387fi
8789rm -fr conftest* 15388rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8790fi 15389fi
8791
8792fi 15390fi
8793 15391echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8794echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 15392echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8795if test x$rxvt_cv_path_wtmp != x; then 15393if test x$rxvt_cv_path_wtmp != x; then
15394
8796 cat >> confdefs.h <<EOF 15395cat >>confdefs.h <<_ACEOF
8797#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 15396#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8798EOF 15397_ACEOF
8799 15398
8800fi 15399fi
8801 15400
15401echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8802echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 15402echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
8803echo "configure:8804: checking where wtmpx is located" >&5
8804if eval "test \"`echo '$''{'rxvt_cv_path_wtmpx'+set}'`\" = set"; then 15403if test "${rxvt_cv_path_wtmpx+set}" = set; then
8805 echo $ac_n "(cached) $ac_c" 1>&6 15404 echo $ECHO_N "(cached) $ECHO_C" >&6
8806else 15405else
8807 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
8808 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;}
8809else 15409else
8810 cat > conftest.$ac_ext <<EOF 15410 cat >conftest.$ac_ext <<_ACEOF
8811#line 8812 "configure" 15411/* confdefs.h. */
8812#include "confdefs.h" 15412_ACEOF
15413cat confdefs.h >>conftest.$ac_ext
15414cat >>conftest.$ac_ext <<_ACEOF
15415/* end confdefs.h. */
8813#include <stdio.h> 15416#include <stdio.h>
8814#ifdef HAVE_UTMPX_H 15417#ifdef HAVE_UTMPX_H
8815#include <utmpx.h> 15418#include <utmpx.h>
8816#endif 15419#endif
8817#include <errno.h> 15420#include <errno.h>
8818main() 15421main()
8819{ 15422{
8820 char **w, *wtmplist[] = { 15423 char **w, *wtmplist[] = {
8821 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 15424 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8822 FILE *a, *f=fopen("conftestval", "w"); 15425 FILE *a, *f=fopen("conftestval", "w");
8823 if (!f) exit(1); 15426 if (!f) exit(1);
8824#ifdef WTMPX_FILE 15427#ifdef WTMPX_FILE
8825 fprintf(f, "%s\n", WTMPX_FILE); 15428 fprintf(f, "%s\n", WTMPX_FILE);
8826 exit(0); 15429 exit(0);
8835 exit(0); 15438 exit(0);
8836 } 15439 }
8837 } 15440 }
8838 exit(0); 15441 exit(0);
8839} 15442}
8840EOF 15443_ACEOF
8841if { (eval echo configure:8842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15444rm -f conftest$ac_exeext
8842then 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
8843 rxvt_cv_path_wtmpx=`cat conftestval` 15455 rxvt_cv_path_wtmpx=`cat conftestval`
8844else 15456else
15457 echo "$as_me: program exited with status $ac_status" >&5
8845 echo "configure: failed program was:" >&5 15458echo "$as_me: failed program was:" >&5
8846 cat conftest.$ac_ext >&5 15459sed 's/^/| /' conftest.$ac_ext >&5
8847 rm -fr conftest* 15460
15461( exit $ac_status )
8848 rxvt_cv_path_wtmpx= 15462rxvt_cv_path_wtmpx=
8849fi 15463fi
8850rm -fr conftest* 15464rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8851fi 15465fi
8852
8853fi 15466fi
8854 15467echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8855echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15468echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8856if test x$rxvt_cv_path_wtmpx != x; then 15469if test x$rxvt_cv_path_wtmpx != x; then
15470
8857 cat >> confdefs.h <<EOF 15471cat >>confdefs.h <<_ACEOF
8858#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15472#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8859EOF 15473_ACEOF
8860 15474
8861fi 15475fi
8862 15476
15477echo "$as_me:$LINENO: checking where lastlog is located" >&5
8863echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15478echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
8864echo "configure:8865: checking where lastlog is located" >&5
8865if eval "test \"`echo '$''{'rxvt_cv_path_lastlog'+set}'`\" = set"; then 15479if test "${rxvt_cv_path_lastlog+set}" = set; then
8866 echo $ac_n "(cached) $ac_c" 1>&6 15480 echo $ECHO_N "(cached) $ECHO_C" >&6
8867else 15481else
8868 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
8869 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;}
8870else 15485else
8871 cat > conftest.$ac_ext <<EOF 15486 cat >conftest.$ac_ext <<_ACEOF
8872#line 8873 "configure" 15487/* confdefs.h. */
8873#include "confdefs.h" 15488_ACEOF
15489cat confdefs.h >>conftest.$ac_ext
15490cat >>conftest.$ac_ext <<_ACEOF
15491/* end confdefs.h. */
8874#include <stdio.h> 15492#include <stdio.h>
8875#include <sys/types.h> 15493#include <sys/types.h>
8876#ifdef HAVE_UTMPX_H 15494#ifdef HAVE_UTMPX_H
8877#include <utmpx.h> 15495#include <utmpx.h>
8878#elif defined(HAVE_UTMP_H) 15496#elif defined(HAVE_UTMP_H)
8901 exit(0); 15519 exit(0);
8902 } 15520 }
8903 } 15521 }
8904 exit(0); 15522 exit(0);
8905} 15523}
8906EOF 15524_ACEOF
8907if { (eval echo configure:8908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15525rm -f conftest$ac_exeext
8908then 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
8909 rxvt_cv_path_lastlog=`cat conftestval` 15536 rxvt_cv_path_lastlog=`cat conftestval`
8910else 15537else
15538 echo "$as_me: program exited with status $ac_status" >&5
8911 echo "configure: failed program was:" >&5 15539echo "$as_me: failed program was:" >&5
8912 cat conftest.$ac_ext >&5 15540sed 's/^/| /' conftest.$ac_ext >&5
8913 rm -fr conftest* 15541
15542( exit $ac_status )
8914 rxvt_cv_path_lastlog= 15543rxvt_cv_path_lastlog=
8915fi 15544fi
8916rm -fr conftest* 15545rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8917fi 15546fi
8918
8919fi 15547fi
8920 15548echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8921echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15549echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8922if test x$rxvt_cv_path_lastlog != x; then 15550if test x$rxvt_cv_path_lastlog != x; then
15551
8923 cat >> confdefs.h <<EOF 15552cat >>confdefs.h <<_ACEOF
8924#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15553#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8925EOF 15554_ACEOF
8926 15555
8927 if test -d "$rxvt_cv_path_lastlog"; then 15556 if test -d "$rxvt_cv_path_lastlog"; then
15557
8928 cat >> confdefs.h <<\EOF 15558cat >>confdefs.h <<\_ACEOF
8929#define LASTLOG_IS_DIR 1 15559#define LASTLOG_IS_DIR 1
8930EOF 15560_ACEOF
8931 15561
8932 fi 15562 fi
8933fi 15563fi
8934 15564
15565echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8935echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15566echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
8936echo "configure:8937: checking where lastlogx is located" >&5
8937if eval "test \"`echo '$''{'rxvt_cv_path_lastlogx'+set}'`\" = set"; then 15567if test "${rxvt_cv_path_lastlogx+set}" = set; then
8938 echo $ac_n "(cached) $ac_c" 1>&6 15568 echo $ECHO_N "(cached) $ECHO_C" >&6
8939else 15569else
8940 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
8941 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;}
8942else 15573else
8943 cat > conftest.$ac_ext <<EOF 15574 cat >conftest.$ac_ext <<_ACEOF
8944#line 8945 "configure" 15575/* confdefs.h. */
8945#include "confdefs.h" 15576_ACEOF
15577cat confdefs.h >>conftest.$ac_ext
15578cat >>conftest.$ac_ext <<_ACEOF
15579/* end confdefs.h. */
8946#include <stdio.h> 15580#include <stdio.h>
8947#ifdef HAVE_UTMPX_H 15581#ifdef HAVE_UTMPX_H
8948#include <utmpx.h> 15582#include <utmpx.h>
8949#endif 15583#endif
8950#include <errno.h> 15584#include <errno.h>
8967 exit(0); 15601 exit(0);
8968 } 15602 }
8969 } 15603 }
8970 exit(0); 15604 exit(0);
8971} 15605}
8972EOF 15606_ACEOF
8973if { (eval echo configure:8974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15607rm -f conftest$ac_exeext
8974then 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
8975 rxvt_cv_path_lastlogx=`cat conftestval` 15618 rxvt_cv_path_lastlogx=`cat conftestval`
8976else 15619else
15620 echo "$as_me: program exited with status $ac_status" >&5
8977 echo "configure: failed program was:" >&5 15621echo "$as_me: failed program was:" >&5
8978 cat conftest.$ac_ext >&5 15622sed 's/^/| /' conftest.$ac_ext >&5
8979 rm -fr conftest* 15623
15624( exit $ac_status )
8980 rxvt_cv_path_lastlogx= 15625rxvt_cv_path_lastlogx=
8981fi 15626fi
8982rm -fr conftest* 15627rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8983fi 15628fi
8984
8985fi 15629fi
8986 15630echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8987echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15631echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8988if test x$rxvt_cv_path_lastlogx != x; then 15632if test x$rxvt_cv_path_lastlogx != x; then
15633
8989 cat >> confdefs.h <<EOF 15634cat >>confdefs.h <<_ACEOF
8990#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15635#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8991EOF 15636_ACEOF
8992 15637
8993fi 15638fi
8994 15639
8995 15640
15641echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8996echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15642echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
8997echo "configure:8998: checking where ttys/ttytab is located" >&5
8998if eval "test \"`echo '$''{'rxvt_cv_path_ttytab'+set}'`\" = set"; then 15643if test "${rxvt_cv_path_ttytab+set}" = set; then
8999 echo $ac_n "(cached) $ac_c" 1>&6 15644 echo $ECHO_N "(cached) $ECHO_C" >&6
9000else 15645else
9001 for ttys_file in /etc/ttys /etc/ttytab; 15646 for ttys_file in /etc/ttys /etc/ttytab;
9002do 15647do
9003 if test -f "$ttys_file" ; then 15648 if test -f "$ttys_file" ; then
9004 rxvt_cv_path_ttytab=$ttys_file 15649 rxvt_cv_path_ttytab=$ttys_file
9005 break 15650 break
9006 fi 15651 fi
9007done 15652done
9008 15653
9009fi 15654fi
9010 15655echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
9011echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15656echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
9012if test x$rxvt_cv_path_ttytab != x; then 15657if test x$rxvt_cv_path_ttytab != x; then
15658
9013 cat >> confdefs.h <<EOF 15659cat >>confdefs.h <<_ACEOF
9014#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 15660#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
9015EOF 15661_ACEOF
9016 15662
9017fi 15663fi
9018 15664
9019 15665
9020ac_save_LIBS=$LIBS 15666ac_save_LIBS=$LIBS
9022CFLAGS="$CFLAGS $X_CFLAGS" 15668CFLAGS="$CFLAGS $X_CFLAGS"
9023LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 15669LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9024if 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
9025 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 15671 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9026fi 15672fi
15673echo "$as_me:$LINENO: checking for working Xlocale" >&5
9027echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 15674echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
9028echo "configure:9029: checking for working Xlocale" >&5
9029if eval "test \"`echo '$''{'rxvt_cv_func_xlocale'+set}'`\" = set"; then 15675if test "${rxvt_cv_func_xlocale+set}" = set; then
9030 echo $ac_n "(cached) $ac_c" 1>&6 15676 echo $ECHO_N "(cached) $ECHO_C" >&6
9031else 15677else
9032 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
9033 echo "configure: warning: Define NO_XLOCALE in config.h manually" 1>&2 15680echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9034else 15681else
9035 cat > conftest.$ac_ext <<EOF 15682 cat >conftest.$ac_ext <<_ACEOF
9036#line 9037 "configure" 15683/* confdefs.h. */
9037#include "confdefs.h" 15684_ACEOF
15685cat confdefs.h >>conftest.$ac_ext
15686cat >>conftest.$ac_ext <<_ACEOF
15687/* end confdefs.h. */
9038#include <X11/Xlib.h> 15688#include <X11/Xlib.h>
9039main() { 15689main() {
9040char *p; 15690char *p;
9041if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 15691if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9042exit (XSupportsLocale() ? 0 : 1); 15692exit (XSupportsLocale() ? 0 : 1);
9043else 15693else
9044exit (1);} 15694exit (1);}
9045EOF 15695_ACEOF
9046if { (eval echo configure:9047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15696rm -f conftest$ac_exeext
9047then 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
9048 rxvt_cv_func_xlocale=yes 15707 rxvt_cv_func_xlocale=yes
9049else 15708else
15709 echo "$as_me: program exited with status $ac_status" >&5
9050 echo "configure: failed program was:" >&5 15710echo "$as_me: failed program was:" >&5
9051 cat conftest.$ac_ext >&5 15711sed 's/^/| /' conftest.$ac_ext >&5
9052 rm -fr conftest* 15712
15713( exit $ac_status )
9053 rxvt_cv_func_xlocale=no 15714rxvt_cv_func_xlocale=no
9054fi 15715fi
9055rm -fr conftest* 15716rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9056fi 15717fi
9057
9058fi 15718fi
9059 15719echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9060echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 15720echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9061if test x$rxvt_cv_func_xlocale = xyes; then 15721if test x$rxvt_cv_func_xlocale = xyes; then
15722
9062 cat >> confdefs.h <<\EOF 15723cat >>confdefs.h <<\_ACEOF
9063#define HAVE_XLOCALE 1 15724#define HAVE_XLOCALE 1
9064EOF 15725_ACEOF
9065 15726
9066fi 15727fi
9067 15728
15729echo "$as_me:$LINENO: checking for working X setlocale" >&5
9068echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 15730echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
9069echo "configure:9070: checking for working X setlocale" >&5
9070if eval "test \"`echo '$''{'rxvt_cv_func_xsetlocale'+set}'`\" = set"; then 15731if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9071 echo $ac_n "(cached) $ac_c" 1>&6 15732 echo $ECHO_N "(cached) $ECHO_C" >&6
9072else 15733else
9073 cat > conftest.$ac_ext <<EOF 15734 cat >conftest.$ac_ext <<_ACEOF
9074#line 9075 "configure" 15735/* confdefs.h. */
9075#include "confdefs.h" 15736_ACEOF
15737cat confdefs.h >>conftest.$ac_ext
15738cat >>conftest.$ac_ext <<_ACEOF
15739/* end confdefs.h. */
9076#define X_LOCALE 1 15740#define X_LOCALE 1
9077#include <X11/Xlocale.h> 15741#include <X11/Xlocale.h>
9078int main() { 15742int
15743main ()
15744{
9079setlocale(LC_CTYPE, ""); 15745setlocale(LC_CTYPE, "");
15746 ;
9080; return 0; } 15747 return 0;
9081EOF 15748}
9082if { (eval echo configure:9083: \"$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
9083 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
9084 rxvt_cv_func_xsetlocale=yes 15771 rxvt_cv_func_xsetlocale=yes
9085else 15772else
9086 echo "configure: failed program was:" >&5 15773 echo "$as_me: failed program was:" >&5
9087 cat conftest.$ac_ext >&5 15774sed 's/^/| /' conftest.$ac_ext >&5
9088 rm -rf conftest* 15775
9089 rxvt_cv_func_xsetlocale=no 15776rxvt_cv_func_xsetlocale=no
9090fi 15777fi
9091rm -f conftest* 15778rm -f conftest.err conftest.$ac_objext \
15779 conftest$ac_exeext conftest.$ac_ext
9092fi 15780fi
9093 15781echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9094echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 15782echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9095if test x$rxvt_cv_func_xsetlocale = xyes; then 15783if test x$rxvt_cv_func_xsetlocale = xyes; then
15784
9096 cat >> confdefs.h <<\EOF 15785cat >>confdefs.h <<\_ACEOF
9097#define HAVE_XSETLOCALE 1 15786#define HAVE_XSETLOCALE 1
9098EOF 15787_ACEOF
9099 15788
9100fi 15789fi
9101LIBS=$ac_save_LIBS 15790LIBS=$ac_save_LIBS
9102CFLAGS=$ac_save_CFLAGS 15791CFLAGS=$ac_save_CFLAGS
9103 15792
15793echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9104echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 15794echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
9105echo "configure:9106: checking for working plain setlocale" >&5
9106if eval "test \"`echo '$''{'rxvt_cv_func_setlocale'+set}'`\" = set"; then 15795if test "${rxvt_cv_func_setlocale+set}" = set; then
9107 echo $ac_n "(cached) $ac_c" 1>&6 15796 echo $ECHO_N "(cached) $ECHO_C" >&6
9108else 15797else
9109 cat > conftest.$ac_ext <<EOF 15798 cat >conftest.$ac_ext <<_ACEOF
9110#line 9111 "configure" 15799/* confdefs.h. */
9111#include "confdefs.h" 15800_ACEOF
15801cat confdefs.h >>conftest.$ac_ext
15802cat >>conftest.$ac_ext <<_ACEOF
15803/* end confdefs.h. */
9112#include <locale.h> 15804#include <locale.h>
9113int main() { 15805int
15806main ()
15807{
9114setlocale(LC_CTYPE, ""); 15808setlocale(LC_CTYPE, "");
15809 ;
9115; return 0; } 15810 return 0;
9116EOF 15811}
9117if { (eval echo configure:9118: \"$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
9118 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
9119 rxvt_cv_func_setlocale=yes 15834 rxvt_cv_func_setlocale=yes
9120else 15835else
9121 echo "configure: failed program was:" >&5 15836 echo "$as_me: failed program was:" >&5
9122 cat conftest.$ac_ext >&5 15837sed 's/^/| /' conftest.$ac_ext >&5
9123 rm -rf conftest* 15838
9124 rxvt_cv_func_setlocale=no 15839rxvt_cv_func_setlocale=no
9125fi 15840fi
9126rm -f conftest* 15841rm -f conftest.err conftest.$ac_objext \
15842 conftest$ac_exeext conftest.$ac_ext
9127fi 15843fi
9128 15844echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9129echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 15845echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9130if test x$rxvt_cv_func_setlocale = xyes; then 15846if test x$rxvt_cv_func_setlocale = xyes; then
15847
9131 cat >> confdefs.h <<\EOF 15848cat >>confdefs.h <<\_ACEOF
9132#define HAVE_SETLOCALE 1 15849#define HAVE_SETLOCALE 1
9133EOF 15850_ACEOF
9134 15851
9135fi 15852fi
9136 15853
15854echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9137echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 15855echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
9138echo "configure:9139: checking for working nl_langinfo" >&5
9139if eval "test \"`echo '$''{'rxvt_cv_func_nl_langinfo'+set}'`\" = set"; then 15856if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9140 echo $ac_n "(cached) $ac_c" 1>&6 15857 echo $ECHO_N "(cached) $ECHO_C" >&6
9141else 15858else
9142 cat > conftest.$ac_ext <<EOF 15859 cat >conftest.$ac_ext <<_ACEOF
9143#line 9144 "configure" 15860/* confdefs.h. */
9144#include "confdefs.h" 15861_ACEOF
15862cat confdefs.h >>conftest.$ac_ext
15863cat >>conftest.$ac_ext <<_ACEOF
15864/* end confdefs.h. */
9145#include <langinfo.h> 15865#include <langinfo.h>
9146int main() { 15866int
15867main ()
15868{
9147nl_langinfo(CODESET); 15869nl_langinfo(CODESET);
15870 ;
9148; return 0; } 15871 return 0;
9149EOF 15872}
9150if { (eval echo configure:9151: \"$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
9151 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
9152 rxvt_cv_func_nl_langinfo=yes 15895 rxvt_cv_func_nl_langinfo=yes
9153else 15896else
9154 echo "configure: failed program was:" >&5 15897 echo "$as_me: failed program was:" >&5
9155 cat conftest.$ac_ext >&5 15898sed 's/^/| /' conftest.$ac_ext >&5
9156 rm -rf conftest* 15899
9157 rxvt_cv_func_nl_langinfo=no 15900rxvt_cv_func_nl_langinfo=no
9158fi 15901fi
9159rm -f conftest* 15902rm -f conftest.err conftest.$ac_objext \
15903 conftest$ac_exeext conftest.$ac_ext
9160fi 15904fi
9161 15905echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9162echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 15906echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9163if test x$rxvt_cv_func_nl_langinfo = xyes; then 15907if test x$rxvt_cv_func_nl_langinfo = xyes; then
15908
9164 cat >> confdefs.h <<\EOF 15909cat >>confdefs.h <<\_ACEOF
9165#define HAVE_NL_LANGINFO 1 15910#define HAVE_NL_LANGINFO 1
9166EOF 15911_ACEOF
9167 15912
9168fi 15913fi
9169 15914
15915echo "$as_me:$LINENO: checking for getpt" >&5
9170echo $ac_n "checking for getpt""... $ac_c" 1>&6 15916echo $ECHO_N "checking for getpt... $ECHO_C" >&6
9171echo "configure:9172: checking for getpt" >&5
9172if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then 15917if test "${rxvt_cv_func_getpt+set}" = set; then
9173 echo $ac_n "(cached) $ac_c" 1>&6 15918 echo $ECHO_N "(cached) $ECHO_C" >&6
9174else 15919else
9175 cat > conftest.$ac_ext <<EOF 15920 cat >conftest.$ac_ext <<_ACEOF
9176#line 9177 "configure" 15921/* confdefs.h. */
9177#include "confdefs.h" 15922_ACEOF
15923cat confdefs.h >>conftest.$ac_ext
15924cat >>conftest.$ac_ext <<_ACEOF
15925/* end confdefs.h. */
9178#define _GNU_SOURCE 15926#define _GNU_SOURCE
9179#ifdef HAVE_STDLIB_H 15927#ifdef HAVE_STDLIB_H
9180# include <stdlib.h> 15928# include <stdlib.h>
9181#endif 15929#endif
9182int main() { 15930int
15931main ()
15932{
9183(void)getpt(); 15933(void)getpt();
15934 ;
9184; return 0; } 15935 return 0;
9185EOF 15936}
9186if { (eval echo configure:9187: \"$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
9187 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
9188 rxvt_cv_func_getpt=yes 15959 rxvt_cv_func_getpt=yes
9189else 15960else
9190 echo "configure: failed program was:" >&5 15961 echo "$as_me: failed program was:" >&5
9191 cat conftest.$ac_ext >&5 15962sed 's/^/| /' conftest.$ac_ext >&5
9192 rm -rf conftest* 15963
9193 rxvt_cv_func_getpt=no 15964rxvt_cv_func_getpt=no
9194fi 15965fi
9195rm -f conftest* 15966rm -f conftest.err conftest.$ac_objext \
15967 conftest$ac_exeext conftest.$ac_ext
9196fi 15968fi
9197 15969echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9198echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 15970echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9199if test x$rxvt_cv_func_getpt = xyes; then 15971if test x$rxvt_cv_func_getpt = xyes; then
15972
9200 cat >> confdefs.h <<\EOF 15973cat >>confdefs.h <<\_ACEOF
9201#define HAVE_GETPT 1 15974#define HAVE_GETPT 1
9202EOF 15975_ACEOF
9203 15976
9204fi 15977fi
9205 15978
15979echo "$as_me:$LINENO: checking for pty/tty type" >&5
9206echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 15980echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
9207echo "configure:9208: checking for pty/tty type" >&5
9208if eval "test \"`echo '$''{'rxvt_cv_ptys'+set}'`\" = set"; then 15981if test "${rxvt_cv_ptys+set}" = set; then
9209 echo $ac_n "(cached) $ac_c" 1>&6 15982 echo $ECHO_N "(cached) $ECHO_C" >&6
9210else 15983else
9211 if test x$ac_cv_func_openpty = xyes; then 15984 if test x$ac_cv_func_openpty = xyes; then
9212 rxvt_cv_ptys=OPENPTY 15985 rxvt_cv_ptys=OPENPTY
9213 else if test x$ac_cv_func__getpty = xyes; then 15986 else if test x$ac_cv_func__getpty = xyes; then
9214 rxvt_cv_ptys=SGI4 15987 rxvt_cv_ptys=SGI4
9237fi 16010fi
9238fi 16011fi
9239fi 16012fi
9240 16013
9241fi 16014fi
9242 16015echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9243echo "$ac_t""$rxvt_cv_ptys" 1>&6 16016echo "${ECHO_T}$rxvt_cv_ptys" >&6
9244 16017
9245if test x$rxvt_cv_ptys = xOPENPTY; then 16018if test x$rxvt_cv_ptys = xOPENPTY; then
16019
9246 cat >> confdefs.h <<\EOF 16020cat >>confdefs.h <<\_ACEOF
9247#define PTYS_ARE_OPENPTY 1 16021#define PTYS_ARE_OPENPTY 1
9248EOF 16022_ACEOF
9249 16023
9250fi 16024fi
9251if test x$rxvt_cv_ptys = xSCO; then 16025if test x$rxvt_cv_ptys = xSCO; then
16026
9252 cat >> confdefs.h <<\EOF 16027cat >>confdefs.h <<\_ACEOF
9253#define PTYS_ARE_NUMERIC 1 16028#define PTYS_ARE_NUMERIC 1
9254EOF 16029_ACEOF
9255 16030
9256fi 16031fi
9257if test x$rxvt_cv_ptys = xSTREAMS; then 16032if test x$rxvt_cv_ptys = xSTREAMS; then
16033
9258 cat >> confdefs.h <<\EOF 16034cat >>confdefs.h <<\_ACEOF
9259#define PTYS_ARE_PTMX 1 16035#define PTYS_ARE_PTMX 1
9260EOF 16036_ACEOF
9261 16037
9262fi 16038fi
9263if test x$rxvt_cv_ptys = xPTC; then 16039if test x$rxvt_cv_ptys = xPTC; then
16040
9264 cat >> confdefs.h <<\EOF 16041cat >>confdefs.h <<\_ACEOF
9265#define PTYS_ARE_PTC 1 16042#define PTYS_ARE_PTC 1
9266EOF 16043_ACEOF
9267 16044
9268fi 16045fi
9269if test x$rxvt_cv_ptys = xSGI4; then 16046if test x$rxvt_cv_ptys = xSGI4; then
16047
9270 cat >> confdefs.h <<\EOF 16048cat >>confdefs.h <<\_ACEOF
9271#define PTYS_ARE__GETPTY 1 16049#define PTYS_ARE__GETPTY 1
9272EOF 16050_ACEOF
9273 16051
9274fi 16052fi
9275if test x$rxvt_cv_ptys = xCONVEX; then 16053if test x$rxvt_cv_ptys = xCONVEX; then
16054
9276 cat >> confdefs.h <<\EOF 16055cat >>confdefs.h <<\_ACEOF
9277#define PTYS_ARE_GETPTY 1 16056#define PTYS_ARE_GETPTY 1
9278EOF 16057_ACEOF
9279 16058
9280fi 16059fi
9281if test x$rxvt_cv_ptys = xGLIBC; then 16060if test x$rxvt_cv_ptys = xGLIBC; then
16061
9282 cat >> confdefs.h <<\EOF 16062cat >>confdefs.h <<\_ACEOF
9283#define PTYS_ARE_GETPT 1 16063#define PTYS_ARE_GETPT 1
9284EOF 16064_ACEOF
9285 16065
9286fi 16066fi
9287if test x$rxvt_cv_ptys = xHPUX; then 16067if test x$rxvt_cv_ptys = xHPUX; then
16068
9288 cat >> confdefs.h <<\EOF 16069cat >>confdefs.h <<\_ACEOF
9289#define PTYS_ARE_CLONE 1 16070#define PTYS_ARE_CLONE 1
9290EOF 16071_ACEOF
9291 16072
9292fi 16073fi
9293if 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
9294 cat >> confdefs.h <<\EOF 16076cat >>confdefs.h <<\_ACEOF
9295#define PTYS_ARE_SEARCHED 1 16077#define PTYS_ARE_SEARCHED 1
9296EOF 16078_ACEOF
9297 16079
9298fi 16080fi
9299 16081
9300 16082
16083{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9301echo "checking for pty ranges" 1>&6 16084echo "$as_me: checking for pty ranges..." >&6;}
9302echo "configure:9303: checking for pty ranges" >&5
9303ptys=`echo /dev/pty??` 16085ptys=`echo /dev/pty??`
9304pch1=`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'`
9305pch2=`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'`
9306if test x$pch1 != x; then 16088if test x$pch1 != x; then
16089
9307 cat >> confdefs.h <<EOF 16090cat >>confdefs.h <<_ACEOF
9308#define PTYCHAR1 "$pch1" 16091#define PTYCHAR1 "$pch1"
9309EOF 16092_ACEOF
9310 16093
9311fi 16094fi
9312if test x$pch2 != x; then 16095if test x$pch2 != x; then
16096
9313 cat >> confdefs.h <<EOF 16097cat >>confdefs.h <<_ACEOF
9314#define PTYCHAR2 "$pch2" 16098#define PTYCHAR2 "$pch2"
9315EOF 16099_ACEOF
9316 16100
9317fi 16101fi
9318 16102
16103echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
9319echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6 16104echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
9320echo "configure:9321: checking for setlocale in -lxpg4" >&5 16105if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
9321ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'`
9322if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9323 echo $ac_n "(cached) $ac_c" 1>&6 16106 echo $ECHO_N "(cached) $ECHO_C" >&6
9324else 16107else
9325 ac_save_LIBS="$LIBS" 16108 ac_check_lib_save_LIBS=$LIBS
9326LIBS="-lxpg4 $LIBS" 16109LIBS="-lxpg4 $LIBS"
9327cat > conftest.$ac_ext <<EOF 16110cat >conftest.$ac_ext <<_ACEOF
9328#line 9329 "configure" 16111/* confdefs.h. */
9329#include "confdefs.h" 16112_ACEOF
16113cat confdefs.h >>conftest.$ac_ext
16114cat >>conftest.$ac_ext <<_ACEOF
16115/* end confdefs.h. */
16116
9330/* 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
9331/* 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
9332 builtin and then its argument prototype would still apply. */ 16122 builtin and then its argument prototype would still apply. */
9333char setlocale(); 16123char setlocale ();
9334 16124int
9335int main() { 16125main ()
16126{
9336setlocale() 16127setlocale ();
16128 ;
9337; return 0; } 16129 return 0;
9338EOF 16130}
9339if { (eval echo configure:9340: \"$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
9340 rm -rf conftest* 16137 rm -f conftest.er1
9341 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
9342else 16154else
9343 echo "configure: failed program was:" >&5 16155 echo "$as_me: failed program was:" >&5
9344 cat conftest.$ac_ext >&5 16156sed 's/^/| /' conftest.$ac_ext >&5
9345 rm -rf conftest* 16157
9346 eval "ac_cv_lib_$ac_lib_var=no" 16158ac_cv_lib_xpg4_setlocale=no
9347fi 16159fi
9348rm -f conftest* 16160rm -f conftest.err conftest.$ac_objext \
16161 conftest$ac_exeext conftest.$ac_ext
9349LIBS="$ac_save_LIBS" 16162LIBS=$ac_check_lib_save_LIBS
9350
9351fi 16163fi
9352if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16164echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
9353 echo "$ac_t""yes" 1>&6 16165echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
16166if test $ac_cv_lib_xpg4_setlocale = yes; then
9354 LIBS="$LIBS -lxpg4" 16167 LIBS="$LIBS -lxpg4"
9355else
9356 echo "$ac_t""no" 1>&6
9357fi 16168fi
9358 16169
9359 16170
9360if test x$support_graphics = xyes; then
9361 cat >> confdefs.h <<\EOF
9362#define RXVT_GRAPHICS 1
9363EOF
9364
9365fi
9366if test x$support_inheritpixmap = xyes; then 16171if test x$support_inheritpixmap = xyes; then
16172
9367 cat >> confdefs.h <<\EOF 16173cat >>confdefs.h <<\_ACEOF
9368#define TRANSPARENT 1 16174#define TRANSPARENT 1
9369EOF 16175_ACEOF
9370 16176
9371fi 16177fi
9372if test x$support_keepscrolling = xno; then 16178if test x$support_keepscrolling = xno; then
16179
9373 cat >> confdefs.h <<\EOF 16180cat >>confdefs.h <<\_ACEOF
9374#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16181#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9375EOF 16182_ACEOF
9376 16183
9377fi 16184fi
9378if test x$support_selectionscrolling = xyes; then 16185if test x$support_selectionscrolling = xyes; then
16186
9379 cat >> confdefs.h <<\EOF 16187cat >>confdefs.h <<\_ACEOF
9380#define SELECTION_SCROLLING 1 16188#define SELECTION_SCROLLING 1
9381EOF 16189_ACEOF
9382 16190
9383fi 16191fi
9384if test x$support_menubar = xyes; then 16192if test x$support_menubar = xyes; then
16193
9385 cat >> confdefs.h <<\EOF 16194cat >>confdefs.h <<\_ACEOF
9386#define MENUBAR 1 16195#define MENUBAR 1
9387EOF 16196_ACEOF
9388 16197
9389fi 16198fi
9390if test x$support_frills = xno; then 16199if test x$support_frills = xno; then
16200
9391 cat >> confdefs.h <<\EOF 16201cat >>confdefs.h <<\_ACEOF
9392#define NO_FRILLS 1 16202#define NO_FRILLS 1
9393EOF 16203_ACEOF
9394 16204
9395fi 16205fi
9396if test x$support_linespace = xno; then 16206if test x$support_linespace = xno; then
16207
9397 cat >> confdefs.h <<\EOF 16208cat >>confdefs.h <<\_ACEOF
9398#define NO_LINESPACE 1 16209#define NO_LINESPACE 1
9399EOF 16210_ACEOF
9400 16211
9401fi 16212fi
9402if test x$support_24bit = xyes; then 16213if test x$support_24bit = xyes; then
16214
9403 cat >> confdefs.h <<\EOF 16215cat >>confdefs.h <<\_ACEOF
9404#define PREFER_24BIT 1 16216#define PREFER_24BIT 1
9405EOF 16217_ACEOF
9406 16218
9407fi 16219fi
9408if test x$support_mousewheel = xyes; then 16220if test x$support_mousewheel = xyes; then
16221
9409 cat >> confdefs.h <<\EOF 16222cat >>confdefs.h <<\_ACEOF
9410#define MOUSE_WHEEL 1 16223#define MOUSE_WHEEL 1
9411EOF 16224_ACEOF
9412 16225
9413fi 16226fi
9414if test x$support_mouseslipwheel = xyes; then 16227if test x$support_mouseslipwheel = xyes; then
16228
9415 cat >> confdefs.h <<\EOF 16229cat >>confdefs.h <<\_ACEOF
9416#define MOUSE_SLIP_WHEELING 1 16230#define MOUSE_SLIP_WHEELING 1
9417EOF 16231_ACEOF
9418 16232
9419fi 16233fi
9420if test x$support_oldselection = xno; then 16234if test x$support_oldselection = xno; then
16235
9421 cat >> confdefs.h <<\EOF 16236cat >>confdefs.h <<\_ACEOF
9422#define NO_OLD_SELECTION 1 16237#define NO_OLD_SELECTION 1
9423EOF 16238_ACEOF
9424 16239
9425fi 16240fi
9426if test x$support_utmp = xyes; then 16241if test x$support_utmp = xyes; then
16242
9427 cat >> confdefs.h <<\EOF 16243cat >>confdefs.h <<\_ACEOF
9428#define UTMP_SUPPORT 1 16244#define UTMP_SUPPORT 1
9429EOF 16245_ACEOF
9430 16246
9431fi 16247fi
9432if test x$support_wtmp = xyes; then 16248if test x$support_wtmp = xyes; then
16249
9433 cat >> confdefs.h <<\EOF 16250cat >>confdefs.h <<\_ACEOF
9434#define WTMP_SUPPORT 1 16251#define WTMP_SUPPORT 1
9435EOF 16252_ACEOF
9436 16253
9437fi 16254fi
9438if test x$support_lastlog = xyes; then 16255if test x$support_lastlog = xyes; then
16256
9439 cat >> confdefs.h <<\EOF 16257cat >>confdefs.h <<\_ACEOF
9440#define LASTLOG_SUPPORT 1 16258#define LASTLOG_SUPPORT 1
9441EOF 16259_ACEOF
9442 16260
9443fi 16261fi
9444if test x$support_xim = xyes -o x$multichar_set = xyes; then 16262if test x$support_xim = xyes -o x$multichar_set = xyes; then
9445 if test x$rxvt_cv_func_xlocale = xyes; then 16263 if test x$rxvt_cv_func_xlocale = xyes; then
16264
9446 cat >> confdefs.h <<\EOF 16265cat >>confdefs.h <<\_ACEOF
9447#define USE_XIM 1 16266#define USE_XIM 1
9448EOF 16267_ACEOF
9449 16268
9450 fi 16269 fi
9451fi 16270fi
9452if test x$support_xpm = xyes; then 16271if test x$support_xpm = xyes; then
16272
9453 cat >> confdefs.h <<\EOF 16273cat >>confdefs.h <<\_ACEOF
9454#define XPM_BACKGROUND 1 16274#define XPM_BACKGROUND 1
9455EOF 16275_ACEOF
9456 16276
9457fi 16277fi
9458if test x$support_scroll_rxvt = xyes; then 16278if test x$support_scroll_rxvt = xyes; then
16279
9459 cat >> confdefs.h <<\EOF 16280cat >>confdefs.h <<\_ACEOF
9460#define RXVT_SCROLLBAR 1 16281#define RXVT_SCROLLBAR 1
9461EOF 16282_ACEOF
9462 16283
9463 scrolltypes="rxvt" 16284 scrolltypes="rxvt"
9464fi 16285fi
9465if test x$support_scroll_next = xyes; then 16286if test x$support_scroll_next = xyes; then
16287
9466 cat >> confdefs.h <<\EOF 16288cat >>confdefs.h <<\_ACEOF
9467#define NEXT_SCROLLBAR 1 16289#define NEXT_SCROLLBAR 1
9468EOF 16290_ACEOF
9469 16291
9470 scrolltypes="$scrolltypes next" 16292 scrolltypes="$scrolltypes next"
9471fi 16293fi
9472if test x$support_scroll_xterm = xyes; then 16294if test x$support_scroll_xterm = xyes; then
16295
9473 cat >> confdefs.h <<\EOF 16296cat >>confdefs.h <<\_ACEOF
9474#define XTERM_SCROLLBAR 1 16297#define XTERM_SCROLLBAR 1
9475EOF 16298_ACEOF
9476 16299
9477 scrolltypes="$scrolltypes xterm" 16300 scrolltypes="$scrolltypes xterm"
9478fi 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
9479if test x$support_pointer_blank = xyes; then 16310if test x$support_pointer_blank = xyes; then
16311
9480 cat >> confdefs.h <<\EOF 16312cat >>confdefs.h <<\_ACEOF
9481#define POINTER_BLANK 1 16313#define POINTER_BLANK 1
9482EOF 16314_ACEOF
9483 16315
9484fi 16316fi
9485if test x$support_cursor_blink = xyes; then 16317if test x$support_cursor_blink = xyes; then
16318
9486 cat >> confdefs.h <<\EOF 16319cat >>confdefs.h <<\_ACEOF
9487#define CURSOR_BLINK 1 16320#define CURSOR_BLINK 1
9488EOF 16321_ACEOF
16322
16323fi
16324if test x$support_text_blink = xyes; then
16325
16326cat >>confdefs.h <<\_ACEOF
16327#define TEXT_BLINK 1
16328_ACEOF
9489 16329
9490fi 16330fi
9491if test x$support_unicode3 = xyes; then 16331if test x$support_unicode3 = xyes; then
16332
9492 cat >> confdefs.h <<\EOF 16333cat >>confdefs.h <<\_ACEOF
9493#define UNICODE_3 1 16334#define UNICODE_3 1
9494EOF 16335_ACEOF
9495 16336
9496fi 16337fi
9497if test x$codesets = xall; then 16338if test x$codesets = xall; then
9498 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16339 codesets=jp,jp-ext,kr,cn,cn-ext,vn
9499fi 16340fi
9500for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16341for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16342
9501 cat >> confdefs.h <<\EOF 16343cat >>confdefs.h <<\_ACEOF
9502#define ENCODING_EU 1 16344#define ENCODING_EU 1
9503EOF 16345_ACEOF
16346
16347
16348cat >>confdefs.h <<\_ACEOF
16349#define ENCODING_VN 1
16350_ACEOF
9504 16351
9505 case "$codeset" in 16352 case "$codeset" in
9506 VN ) cat >> confdefs.h <<\EOF 16353 JP )
16354cat >>confdefs.h <<\_ACEOF
9507#define ENCODING_VN 1 16355#define ENCODING_JP 1
9508EOF 16356_ACEOF
9509 ;; 16357 ;;
9510 JP ) cat >> confdefs.h <<\EOF 16358 JP_EXT )
16359cat >>confdefs.h <<\_ACEOF
9511#define ENCODING_JP 1 16360#define ENCODING_JP_EXT 1
9512EOF 16361_ACEOF
9513 ;; 16362 ;;
9514 JP_EXT ) cat >> confdefs.h <<\EOF 16363 KR )
16364cat >>confdefs.h <<\_ACEOF
9515#define ENCODING_JP_EXT 1 16365#define ENCODING_KR 1
9516EOF 16366_ACEOF
9517 ;; 16367 ;;
9518 KR ) cat >> confdefs.h <<\EOF 16368 CN )
16369cat >>confdefs.h <<\_ACEOF
9519#define ENCODING_KR 1 16370#define ENCODING_CN 1
9520EOF 16371_ACEOF
9521 ;; 16372 ;;
9522 CN ) cat >> confdefs.h <<\EOF 16373 CN_EXT )
9523#define ENCODING_CN 1 16374cat >>confdefs.h <<\_ACEOF
9524EOF
9525 ;;
9526 CN_EXT ) cat >> confdefs.h <<\EOF
9527#define ENCODING_CN_EXT 1 16375#define ENCODING_CN_EXT 1
9528EOF 16376_ACEOF
9529 ;; 16377 ;;
9530 esac 16378 esac
9531done 16379done
9532 16380
9533 16381
9553 16401
9554 16402
9555 16403
9556 16404
9557if test x$support_addstrings = xno; then 16405if test x$support_addstrings = xno; then
16406
9558 cat >> confdefs.h <<\EOF 16407cat >>confdefs.h <<\_ACEOF
9559#define NO_STRINGS 1 16408#define NO_STRINGS 1
9560EOF 16409_ACEOF
9561 16410
9562fi 16411fi
9563 16412
9564MCOMMON=./autoconf/Make.common 16413MCOMMON=./autoconf/Make.common
9565 16414
9566 16415
9567if test "$program_transform_name" = s,x,x,; then
9568 program_transform_name=
9569else
9570 # Double any \ or $. echo might interpret backslashes.
9571 cat <<\EOF_SED > conftestsed
9572s,\\,\\\\,g; s,\$,$$,g
9573EOF_SED
9574 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
9575 rm -f conftestsed
9576fi
9577test "$program_prefix" != NONE && 16416test "$program_prefix" != NONE &&
9578 program_transform_name="s,^,${program_prefix},; $program_transform_name" 16417 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9579# Use a double $ so make ignores it. 16418# Use a double $ so make ignores it.
9580test "$program_suffix" != NONE && 16419test "$program_suffix" != NONE &&
9581 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 16420 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9582 16421# Double any \ or $. echo might interpret backslashes.
9583# sed with no file args requires a program. 16422# By default was `s,x,x', remove it if useless.
9584test "$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
9585 16428
9586 16429
9587RXVTNAME=`echo rxvt|sed "$program_transform_name"` 16430RXVTNAME=`echo rxvt|sed "$program_transform_name"`
9588 16431
9589 16432
9592 16435
9593if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16436if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9594 include_stdint_h="#include <stdint.h>" 16437 include_stdint_h="#include <stdint.h>"
9595else 16438else
9596 include_stdint_h="/* #include <stdint.h> */" 16439 include_stdint_h="/* #include <stdint.h> */"
9597fi 16440fi
9598if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16441if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9599 include_stdarg_h="#include <stdarg.h>" 16442 include_stdarg_h="#include <stdarg.h>"
9600else 16443else
9601 include_stdarg_h="/* #include <stdarg.h> */" 16444 include_stdarg_h="/* #include <stdarg.h> */"
9602fi 16445fi
9603if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16446if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9604 include_stdlib_h="#include <stdlib.h>" 16447 include_stdlib_h="#include <stdlib.h>"
9605else 16448else
9606 include_stdlib_h="/* #include <stdlib.h> */" 16449 include_stdlib_h="/* #include <stdlib.h> */"
9607fi 16450fi
9608if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16451if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9609 include_unistd_h="#include <unistd.h>" 16452 include_unistd_h="#include <unistd.h>"
9610else 16453else
9611 include_unistd_h="/* #include <unistd.h> */" 16454 include_unistd_h="/* #include <unistd.h> */"
9612fi 16455fi
9613if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16456if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9614 include_string_h="#include <string.h>" 16457 include_string_h="#include <string.h>"
9615else 16458else
9616 include_string_h="/* #include <string.h> */" 16459 include_string_h="/* #include <string.h> */"
9617fi 16460fi
9618if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16461if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9619 include_fcntl_h="#include <fcntl.h>" 16462 include_fcntl_h="#include <fcntl.h>"
9620else 16463else
9621 include_fcntl_h="/* #include <fcntl.h> */" 16464 include_fcntl_h="/* #include <fcntl.h> */"
9622fi 16465fi
9623if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 16466if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9624 include_util_h="#include <util.h>" 16467 include_util_h="#include <util.h>"
9625else 16468else
9626 include_util_h="/* #include <util.h> */" 16469 include_util_h="/* #include <util.h> */"
9627fi 16470fi
9628if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 16471if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9629 include_assert_h="#include <assert.h>" 16472 include_assert_h="#include <assert.h>"
9630else 16473else
9631 include_assert_h="/* #include <assert.h> */" 16474 include_assert_h="/* #include <assert.h> */"
9632fi 16475fi
9633if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 16476if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9634 include_sys_ioctl_h="#include <sys/ioctl.h>" 16477 include_sys_ioctl_h="#include <sys/ioctl.h>"
9635else 16478else
9636 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 16479 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9637fi 16480fi
9638if 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
9639 include_sys_select_h="#include <sys/select.h>" 16482 include_sys_select_h="#include <sys/select.h>"
9640else 16483else
9641 include_sys_select_h="/* #include <sys/select.h> */" 16484 include_sys_select_h="/* #include <sys/select.h> */"
9642fi 16485fi
9643if 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
9644 include_sys_strredir_h="#include <sys/strredir.h>" 16487 include_sys_strredir_h="#include <sys/strredir.h>"
9645else 16488else
9646 include_sys_strredir_h="/* #include <sys/strredir.h> */" 16489 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9647fi 16490fi
9648if 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
9649 include_sys_time_h="#include <sys/time.h>" 16492 include_sys_time_h="#include <sys/time.h>"
9650else 16493else
9651 include_sys_time_h="/* #include <sys/time.h> */" 16494 include_sys_time_h="/* #include <sys/time.h> */"
9652fi 16495fi
9653if 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
9654 include_time_h="#include <time.h>" 16497 include_time_h="#include <time.h>"
9655else 16498else
9656 include_time_h="/* #include <time.h> */" 16499 include_time_h="/* #include <time.h> */"
9657fi 16500fi
9658 16501
9659if test x$support_xft = xyes; then 16502if test x$support_xft = xyes; then
9660 LIBS="$LIBS `pkg-config xft --libs`" 16503 LIBS="$LIBS `pkg-config xft --libs`"
9661 CFLAGS="$CFLAGS `pkg-config xft --cflags`" 16504 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9662 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 16505 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9663 16506
16507
9664 for ac_hdr in X11/Xft/Xft.h 16508for ac_header in X11/Xft/Xft.h
9665do 16509do
9666ac_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
9667echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 16513echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9668echo "configure:9669: checking for $ac_hdr" >&5 16514if eval "test \"\${$as_ac_Header+set}\" = set"; then
9669if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9670 echo $ac_n "(cached) $ac_c" 1>&6 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
9671else 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
9672 cat > conftest.$ac_ext <<EOF 16523cat >conftest.$ac_ext <<_ACEOF
9673#line 9674 "configure" 16524/* confdefs.h. */
9674#include "confdefs.h" 16525_ACEOF
16526cat confdefs.h >>conftest.$ac_ext
16527cat >>conftest.$ac_ext <<_ACEOF
16528/* end confdefs.h. */
16529$ac_includes_default
9675#include <$ac_hdr> 16530#include <$ac_header>
9676EOF 16531_ACEOF
9677ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 16532rm -f conftest.$ac_objext
9678{ (eval echo configure:9679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 16533if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9679ac_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
9680if test -z "$ac_err"; then 16592if test -z "$ac_cpp_err"; then
9681 rm -rf conftest* 16593 ac_header_preproc=yes
9682 eval "ac_cv_header_$ac_safe=yes"
9683else 16594else
9684 echo "$ac_err" >&5
9685 echo "configure: failed program was:" >&5 16595 echo "$as_me: failed program was:" >&5
9686 cat conftest.$ac_ext >&5 16596sed 's/^/| /' conftest.$ac_ext >&5
9687 rm -rf conftest* 16597
9688 eval "ac_cv_header_$ac_safe=no" 16598 ac_header_preproc=no
9689fi 16599fi
9690rm -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"
9691fi 16642fi
9692if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 16643echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9693 echo "$ac_t""yes" 1>&6 16644echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9694 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 16645
16646fi
16647if test `eval echo '${'$as_ac_Header'}'` = yes; then
9695 cat >> confdefs.h <<EOF 16648 cat >>confdefs.h <<_ACEOF
9696#define $ac_tr_hdr 1 16649#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9697EOF 16650_ACEOF
9698 16651
9699else 16652else
9700 echo "$ac_t""no" 1>&6
9701support_xft=no 16653 support_xft=no
9702fi 16654fi
16655
9703done 16656done
9704 16657
16658
16659echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
9705 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6 16660echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
9706echo "configure:9707: checking for XftDrawString32 in -lXft" >&5 16661if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
9707ac_lib_var=`echo Xft'_'XftDrawString32 | sed 'y%./+-%__p_%'`
9708if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9709 echo $ac_n "(cached) $ac_c" 1>&6 16662 echo $ECHO_N "(cached) $ECHO_C" >&6
9710else 16663else
9711 ac_save_LIBS="$LIBS" 16664 ac_check_lib_save_LIBS=$LIBS
9712LIBS="-lXft $LIBS" 16665LIBS="-lXft $LIBS"
9713cat > conftest.$ac_ext <<EOF 16666cat >conftest.$ac_ext <<_ACEOF
9714#line 9715 "configure" 16667/* confdefs.h. */
9715#include "confdefs.h" 16668_ACEOF
16669cat confdefs.h >>conftest.$ac_ext
16670cat >>conftest.$ac_ext <<_ACEOF
16671/* end confdefs.h. */
16672
9716/* 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
9717/* 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
9718 builtin and then its argument prototype would still apply. */ 16678 builtin and then its argument prototype would still apply. */
9719char XftDrawString32(); 16679char XftDrawString32 ();
9720 16680int
9721int main() { 16681main ()
16682{
9722XftDrawString32() 16683XftDrawString32 ();
16684 ;
9723; return 0; } 16685 return 0;
9724EOF 16686}
9725if { (eval echo configure:9726: \"$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
9726 rm -rf conftest* 16693 rm -f conftest.er1
9727 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
9728else 16710else
9729 echo "configure: failed program was:" >&5 16711 echo "$as_me: failed program was:" >&5
9730 cat conftest.$ac_ext >&5 16712sed 's/^/| /' conftest.$ac_ext >&5
9731 rm -rf conftest* 16713
9732 eval "ac_cv_lib_$ac_lib_var=no" 16714ac_cv_lib_Xft_XftDrawString32=no
9733fi 16715fi
9734rm -f conftest* 16716rm -f conftest.err conftest.$ac_objext \
16717 conftest$ac_exeext conftest.$ac_ext
9735LIBS="$ac_save_LIBS" 16718LIBS=$ac_check_lib_save_LIBS
9736
9737fi 16719fi
9738if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16720echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9739 echo "$ac_t""yes" 1>&6 16721echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9740 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 16722if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9741 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9742 cat >> confdefs.h <<EOF 16723 cat >>confdefs.h <<_ACEOF
9743#define $ac_tr_lib 1 16724#define HAVE_LIBXFT 1
9744EOF 16725_ACEOF
9745 16726
9746 LIBS="-lXft $LIBS" 16727 LIBS="-lXft $LIBS"
9747 16728
9748else 16729else
9749 echo "$ac_t""no" 1>&6
9750support_xft=no 16730 support_xft=no
9751fi 16731fi
9752 16732
9753 16733
9754 if test x$support_xft = xyes; then 16734 if test x$support_xft = xyes; then
16735
9755 cat >> confdefs.h <<\EOF 16736cat >>confdefs.h <<\_ACEOF
9756#define XFT 1 16737#define XFT 1
9757EOF 16738_ACEOF
9758 16739
9759 fi 16740 fi
9760fi 16741fi
9761 16742
9762trap '' 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"
9763cat > confcache <<\EOF 16744cat >confcache <<\_ACEOF
9764# 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
9765# 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
9766# scripts and configure runs. It is not useful on other systems. 16747# scripts and configure runs, see configure's option --config-cache.
9767# If it contains results you don't want to keep, you may remove or edit it. 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.
9768# 16750#
9769# By default, configure uses ./config.cache as the cache file,
9770# creating it if it does not exist already. You can give configure
9771# the --cache-file=FILE option to use a different cache file; that is
9772# what configure does when it calls configure scripts in
9773# subdirectories, so they share the cache.
9774# Giving --cache-file=/dev/null disables caching, for debugging configure.
9775# config.status only pays attention to the cache file if you give it the 16751# config.status only pays attention to the cache file if you give it
9776# --recheck option to rerun configure. 16752# the --recheck option to rerun configure.
9777# 16753#
9778EOF 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
9779# The following way of writing the cache mishandles newlines in values, 16760# The following way of writing the cache mishandles newlines in values,
9780# 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.
9781# So, don't put newlines in cache variables' values. 16762# So, don't put newlines in cache variables' values.
9782# 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,
9783# 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{
9784(set) 2>&1 | 16766 (set) 2>&1 |
9785 case `(ac_space=' '; set | grep ac_space) 2>&1` in 16767 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9786 *ac_space=\ *) 16768 *ac_space=\ *)
9787 # `set' does not quote correctly, so add quotes (double-quote substitution 16769 # `set' does not quote correctly, so add quotes (double-quote
9788 # turns \\\\ into \\, and sed turns \\ into \). 16770 # substitution turns \\\\ into \\, and sed turns \\ into \).
9789 sed -n \ 16771 sed -n \
9790 -e "s/'/'\\\\''/g" \ 16772 "s/'/'\\\\''/g;
9791 -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"
9792 ;; 16774 ;;
9793 *) 16775 *)
9794 # `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.
9795 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"
9796 ;; 16779 ;;
9797 esac >> confcache 16780 esac;
9798if cmp -s $cache_file confcache; then 16781} |
9799 : 16782 sed '
9800else 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
9801 if test -w $cache_file; then 16790 if test -w $cache_file; then
9802 echo "updating cache $cache_file" 16791 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9803 cat confcache > $cache_file 16792 cat confcache >$cache_file
9804 else 16793 else
9805 echo "not updating unwritable cache $cache_file" 16794 echo "not updating unwritable cache $cache_file"
9806 fi 16795 fi
9807fi 16796fi
9808rm -f confcache 16797rm -f confcache
9809 16798
9810trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
9811
9812test "x$prefix" = xNONE && prefix=$ac_default_prefix 16799test "x$prefix" = xNONE && prefix=$ac_default_prefix
9813# Let make expand exec_prefix. 16800# Let make expand exec_prefix.
9814test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 16801test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9815 16802
9816# Any assignment to VPATH causes Sun make to only execute 16803# VPATH may cause trouble with some makes, so we remove $(srcdir),
9817# the first set of double-colon rules, so remove it if not needed. 16804# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9818# If there is a colon in the path, we need to keep it. 16805# trailing colons and then remove the whole line if VPATH becomes empty
16806# (actually we leave an empty line to preserve line numbers).
9819if test "x$srcdir" = x.; then 16807if test "x$srcdir" = x.; then
9820 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 16808 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16809s/:*\$(srcdir):*/:/;
16810s/:*\${srcdir}:*/:/;
16811s/:*@srcdir@:*/:/;
16812s/^\([^=]*=[ ]*\):*/\1/;
16813s/:*$//;
16814s/^[^=]*=[ ]*$//;
16815}'
9821fi 16816fi
9822
9823trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9824 16817
9825DEFS=-DHAVE_CONFIG_H 16818DEFS=-DHAVE_CONFIG_H
9826 16819
9827# 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
9828: ${CONFIG_STATUS=./config.status} 16836: ${CONFIG_STATUS=./config.status}
9829 16837ac_clean_files_save=$ac_clean_files
16838ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16839{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9830echo creating $CONFIG_STATUS 16840echo "$as_me: creating $CONFIG_STATUS" >&6;}
9831rm -f $CONFIG_STATUS
9832cat > $CONFIG_STATUS <<EOF 16841cat >$CONFIG_STATUS <<_ACEOF
9833#! /bin/sh 16842#! $SHELL
9834# Generated automatically by configure. 16843# Generated by $as_me.
9835# Run this file to recreate the current configuration. 16844# Run this file to recreate the current configuration.
9836# This directory was configured as follows,
9837# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9838#
9839# $0 $ac_configure_args
9840#
9841# Compiler output produced by configure, useful for debugging 16845# Compiler output produced by configure, useful for debugging
9842# configure, is in ./config.log if it exists. 16846# configure, is in config.log if it exists.
9843 16847
9844ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 16848debug=false
9845for 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
9846do 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
9847 case "\$ac_option" in 17200 case $ac_option in
17201 # Handling of the options.
17202_ACEOF
17203cat >>$CONFIG_STATUS <<\_ACEOF
9848 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17204 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9849 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 17205 ac_cs_recheck=: ;;
9850 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 17206 --version | --vers* | -V )
9851 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 17207 echo "$ac_cs_version"; exit 0 ;;
9852 echo "$CONFIG_STATUS generated by autoconf version 2.13" 17208 --he | --h)
9853 exit 0 ;; 17209 # Conflict between --help and --header
9854 -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 )
9855 echo "\$ac_cs_usage"; exit 0 ;; 17216 echo "$ac_cs_usage"; exit 0 ;;
9856 *) 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; }; };;
9857 esac 17280 esac
9858done 17281done
9859 17282
9860ac_given_srcdir=$srcdir 17283# If the user did not use the arguments to specify the items to instantiate,
9861ac_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
9862 17291
9863trap 'rm -fr `echo "autoconf/Make.common \ 17292# Have a temporary directory for convenience. Make it in the build tree
9864Makefile \ 17293# simply because there is no reason to put it here, and in addition,
9865doc/Makefile \ 17294# creating and moving files from /tmp can sometimes cause problems.
9866src/Makefile \ 17295# Create a temporary directory, and hook for its removal unless debugging.
9867src/graphics/Makefile \ 17296$debug ||
9868src/test/Makefile \ 17297{
9869src/rxvtlib.h \ 17298 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9870W11/Makefile \ 17299 trap '{ (exit 1); exit 1; }' 1 2 13 15
9871 config.h:autoconf/config.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 17300}
9872EOF 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
9873cat >> $CONFIG_STATUS <<EOF 17319cat >>$CONFIG_STATUS <<_ACEOF
9874 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
9875# 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.
9876sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 17329 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9877 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 17330 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9878$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
9879$extrasub 17653$extrasub
9880s%@SHELL@%$SHELL%g
9881s%@CFLAGS@%$CFLAGS%g
9882s%@CPPFLAGS@%$CPPFLAGS%g
9883s%@CXXFLAGS@%$CXXFLAGS%g
9884s%@FFLAGS@%$FFLAGS%g
9885s%@DEFS@%$DEFS%g
9886s%@LDFLAGS@%$LDFLAGS%g
9887s%@LIBS@%$LIBS%g
9888s%@exec_prefix@%$exec_prefix%g
9889s%@prefix@%$prefix%g
9890s%@program_transform_name@%$program_transform_name%g
9891s%@bindir@%$bindir%g
9892s%@sbindir@%$sbindir%g
9893s%@libexecdir@%$libexecdir%g
9894s%@datadir@%$datadir%g
9895s%@sysconfdir@%$sysconfdir%g
9896s%@sharedstatedir@%$sharedstatedir%g
9897s%@localstatedir@%$localstatedir%g
9898s%@libdir@%$libdir%g
9899s%@includedir@%$includedir%g
9900s%@oldincludedir@%$oldincludedir%g
9901s%@infodir@%$infodir%g
9902s%@mandir@%$mandir%g
9903s%@VERSION@%$VERSION%g
9904s%@DATE@%$DATE%g
9905s%@LSMDATE@%$LSMDATE%g
9906s%@LIBVERSION@%$LIBVERSION%g
9907s%@CC@%$CC%g
9908s%@CXX@%$CXX%g
9909s%@CPP@%$CPP%g
9910s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
9911s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
9912s%@INSTALL_DATA@%$INSTALL_DATA%g
9913s%@AWK@%$AWK%g
9914s%@host@%$host%g
9915s%@host_alias@%$host_alias%g
9916s%@host_cpu@%$host_cpu%g
9917s%@host_vendor@%$host_vendor%g
9918s%@host_os@%$host_os%g
9919s%@build@%$build%g
9920s%@build_alias@%$build_alias%g
9921s%@build_cpu@%$build_cpu%g
9922s%@build_vendor@%$build_vendor%g
9923s%@build_os@%$build_os%g
9924s%@LN_S@%$LN_S%g
9925s%@OBJEXT@%$OBJEXT%g
9926s%@EXEEXT@%$EXEEXT%g
9927s%@ECHO@%$ECHO%g
9928s%@RANLIB@%$RANLIB%g
9929s%@STRIP@%$STRIP%g
9930s%@LIBTOOL@%$LIBTOOL%g
9931s%@INSTALL_LIBRXVT@%$INSTALL_LIBRXVT%g
9932s%@MV@%$MV%g
9933s%@RM@%$RM%g
9934s%@CP@%$CP%g
9935s%@LN@%$LN%g
9936s%@SED@%$SED%g
9937s%@CMP@%$CMP%g
9938s%@TBL@%$TBL%g
9939s%@X_CFLAGS@%$X_CFLAGS%g
9940s%@X_PRE_LIBS@%$X_PRE_LIBS%g
9941s%@X_LIBS@%$X_LIBS%g
9942s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
9943s%@XPM_CPPFLAGS@%$XPM_CPPFLAGS%g
9944s%@XPM_CFLAGS@%$XPM_CFLAGS%g
9945s%@XPM_LIBS@%$XPM_LIBS%g
9946s%@rxvt_int16_typedef@%$rxvt_int16_typedef%g
9947s%@rxvt_uint16_typedef@%$rxvt_uint16_typedef%g
9948s%@rxvt_int32_typedef@%$rxvt_int32_typedef%g
9949s%@rxvt_uint32_typedef@%$rxvt_uint32_typedef%g
9950s%@rxvt_intp_define@%$rxvt_intp_define%g
9951s%@rxvt_u_intp_define@%$rxvt_u_intp_define%g
9952s%@DEBUG@%$DEBUG%g
9953s%@DINCLUDE@%$DINCLUDE%g
9954s%@DLIB@%$DLIB%g
9955/@MCOMMON@/r $MCOMMON
9956s%@MCOMMON@%%g
9957s%@RXVTNAME@%$RXVTNAME%g
9958s%@include_stdint_h@%$include_stdint_h%g
9959s%@include_stdarg_h@%$include_stdarg_h%g
9960s%@include_stdlib_h@%$include_stdlib_h%g
9961s%@include_unistd_h@%$include_unistd_h%g
9962s%@include_string_h@%$include_string_h%g
9963s%@include_fcntl_h@%$include_fcntl_h%g
9964s%@include_util_h@%$include_util_h%g
9965s%@include_assert_h@%$include_assert_h%g
9966s%@include_sys_ioctl_h@%$include_sys_ioctl_h%g
9967s%@include_sys_select_h@%$include_sys_select_h%g
9968s%@include_sys_strredir_h@%$include_sys_strredir_h%g
9969s%@include_sys_time_h@%$include_sys_time_h%g
9970s%@include_time_h@%$include_time_h%g
9971
9972CEOF 17654_ACEOF
9973EOF
9974
9975cat >> $CONFIG_STATUS <<\EOF 17655cat >>$CONFIG_STATUS <<\_ACEOF
9976 17656:t
9977# Split the substitutions into bite-sized pieces for seds with 17657/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9978# small command number limits, like on Digital OSF/1 and HP-UX. 17658s,@configure_input@,$configure_input,;t t
9979ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 17659s,@srcdir@,$ac_srcdir,;t t
9980ac_file=1 # Number of current file. 17660s,@abs_srcdir@,$ac_abs_srcdir,;t t
9981ac_beg=1 # First line for current file. 17661s,@top_srcdir@,$ac_top_srcdir,;t t
9982ac_end=$ac_max_sed_cmds # Line after last line for current file. 17662s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9983ac_more_lines=: 17663s,@builddir@,$ac_builddir,;t t
9984ac_sed_cmds="" 17664s,@abs_builddir@,$ac_abs_builddir,;t t
9985while $ac_more_lines; do 17665s,@top_builddir@,$ac_top_builddir,;t t
9986 if test $ac_beg -gt 1; then 17666s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9987 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
9988 else 17672 else
9989 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 17673 cat $tmp/out
17674 rm -f $tmp/out
9990 fi 17675 fi
9991 if test ! -s conftest.s$ac_file; then 17676
9992 ac_more_lines=false
9993 rm -f conftest.s$ac_file
9994 else
9995 if test -z "$ac_sed_cmds"; then
9996 ac_sed_cmds="sed -f conftest.s$ac_file"
9997 else
9998 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
9999 fi
10000 ac_file=`expr $ac_file + 1`
10001 ac_beg=$ac_end
10002 ac_end=`expr $ac_end + $ac_max_sed_cmds`
10003 fi
10004done 17677done
10005if test -z "$ac_sed_cmds"; then 17678_ACEOF
10006 ac_sed_cmds=cat
10007fi
10008EOF
10009
10010cat >> $CONFIG_STATUS <<EOF
10011
10012CONFIG_FILES=\${CONFIG_FILES-"autoconf/Make.common \
10013Makefile \
10014doc/Makefile \
10015src/Makefile \
10016src/graphics/Makefile \
10017src/test/Makefile \
10018src/rxvtlib.h \
10019W11/Makefile \
10020"}
10021EOF
10022cat >> $CONFIG_STATUS <<\EOF 17679cat >>$CONFIG_STATUS <<\_ACEOF
10023for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10024 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10025 case "$ac_file" in
10026 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
10027 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10028 *) ac_file_in="${ac_file}.in" ;;
10029 esac
10030 17680
10031 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 17681#
10032 17682# CONFIG_HEADER section.
10033 # Remove last slash and all that follows it. Not all systems have dirname. 17683#
10034 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10035 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
10036 # The file is in a subdirectory.
10037 test ! -d "$ac_dir" && mkdir "$ac_dir"
10038 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10039 # A "../" for each directory in $ac_dir_suffix.
10040 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10041 else
10042 ac_dir_suffix= ac_dots=
10043 fi
10044
10045 case "$ac_given_srcdir" in
10046 .) srcdir=.
10047 if test -z "$ac_dots"; then top_srcdir=.
10048 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
10049 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10050 *) # Relative path.
10051 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
10052 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10053 esac
10054
10055 case "$ac_given_INSTALL" in
10056 [/$]*) INSTALL="$ac_given_INSTALL" ;;
10057 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10058 esac
10059
10060 echo creating "$ac_file"
10061 rm -f "$ac_file"
10062 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
10063 case "$ac_file" in
10064 *Makefile*) ac_comsub="1i\\
10065# $configure_input" ;;
10066 *) ac_comsub= ;;
10067 esac
10068
10069 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
10070 sed -e "$ac_comsub
10071s%@configure_input@%$configure_input%g
10072s%@srcdir@%$srcdir%g
10073s%@top_srcdir@%$top_srcdir%g
10074s%@INSTALL@%$INSTALL%g
10075" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
10076fi; done
10077rm -f conftest.s*
10078 17684
10079# 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
10080# 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.
10081# 17687#
10082# ac_d sets the value in "#define NAME VALUE" lines. 17688# ac_d sets the value in "#define NAME VALUE" lines.
10083ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 17689ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10084ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 17690ac_dB='[ ].*$,\1#\2'
10085ac_dC='\3' 17691ac_dC=' '
10086ac_dD='%g' 17692ac_dD=',;t'
10087# 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".
10088ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 17694ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10089ac_uB='\([ ]\)%\1#\2define\3' 17695ac_uB='$,\1#\2define\3'
10090ac_uC=' ' 17696ac_uC=' '
10091ac_uD='\4%g' 17697ac_uD=',;t'
10092# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10093ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10094ac_eB='$%\1#\2define\3'
10095ac_eC=' '
10096ac_eD='%g'
10097 17698
10098if test "${CONFIG_HEADERS+set}" != set; then
10099EOF
10100cat >> $CONFIG_STATUS <<EOF
10101 CONFIG_HEADERS="config.h:autoconf/config.h.in"
10102EOF
10103cat >> $CONFIG_STATUS <<\EOF
10104fi
10105for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then 17699for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10106 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17700 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10107 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,:.*,,'` ;;
10108 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 17706 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10109 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 17707 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10110 *) ac_file_in="${ac_file}.in" ;; 17708 * ) ac_file_in=$ac_file.in ;;
10111 esac 17709 esac
10112 17710
10113 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;}
10114 17713
10115 rm -f conftest.frag conftest.in conftest.out 17714 # First look for the input files in the build tree, otherwise in the
10116 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 17715 # src tree.
10117 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
10118 17744
10119EOF 17745_ACEOF
10120 17746
10121# Transform confdefs.h into a sed script conftest.vals that substitutes 17747# Transform confdefs.h into two sed scripts, `conftest.defines' and
10122# 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.
10123# 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
10124# Protect against being in an unquoted here document in config.status. 17752# config.status. Protect against being in an unquoted here document
10125rm -f conftest.vals 17753# in config.status.
10126cat > 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
10127s/[\\&%]/\\&/g 17762s/[\\&,]/\\&/g
10128s%[\\$`]%\\&%g 17763s,[\\$`],\\&,g
10129s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 17764t clear
10130s%ac_d%ac_u%gp 17765: clear
10131s%ac_u%ac_e%gp 17766s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10132EOF 17767t end
10133sed -n -f conftest.hdr confdefs.h > conftest.vals 17768s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10134rm -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
10135 17777
10136# This sed command replaces #undef with comments. This is necessary, for 17778# This sed command replaces #undef with comments. This is necessary, for
10137# 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
10138# on some systems where configure will not decide to define it. 17780# on some systems where configure will not decide to define it.
10139cat >> conftest.vals <<\EOF 17781cat >>conftest.undefs <<\_ACEOF
10140s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 17782s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10141EOF 17783_ACEOF
10142 17784
10143# 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
10144# 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).
10145 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
10146rm -f conftest.tail 17791rm -f conftest.tail
10147while : 17792while grep . conftest.defines >/dev/null
10148do 17793do
10149 ac_lines=`grep -c . conftest.vals`
10150 # grep -c gives empty output for an empty file on some AIX systems.
10151 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
10152 # Write a limited-size here document to conftest.frag. 17794 # Write a limited-size here document to $tmp/defines.sed.
10153 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
10154 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 17801 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10155 echo 'CEOF 17802 echo 'CEOF
10156 sed -f conftest.frag conftest.in > conftest.out 17803 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10157 rm -f conftest.in 17804 rm -f $tmp/in
10158 mv conftest.out conftest.in 17805 mv $tmp/out $tmp/in
10159' >> $CONFIG_STATUS 17806' >>$CONFIG_STATUS
10160 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 17807 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10161 rm -f conftest.vals 17808 rm -f conftest.defines
10162 mv conftest.tail conftest.vals 17809 mv conftest.tail conftest.defines
10163done 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
10164rm -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
10165 17839
10166cat >> $CONFIG_STATUS <<\EOF 17840cat >>$CONFIG_STATUS <<\_ACEOF
10167 rm -f conftest.frag conftest.h 17841 # Let's still pretend it is `configure' which instantiates (i.e., don't
10168 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 17842 # use $as_me), people would be surprised to read:
10169 cat conftest.in >> conftest.h 17843 # /* config.h. Generated by config.status. */
10170 rm -f conftest.in 17844 if test x"$ac_file" = x-; then
10171 if cmp -s $ac_file conftest.h 2>/dev/null; then 17845 echo "/* Generated by configure. */" >$tmp/config.h
10172 echo "$ac_file is unchanged"
10173 rm -f conftest.h
10174 else 17846 else
10175 # Remove last slash and all that follows it. Not all systems have dirname. 17847 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10176 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 17848 fi
10177 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 17849 cat $tmp/in >>$tmp/config.h
10178 # 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
10179 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
10180 fi 17895 fi
10181 rm -f $ac_file 17896 else
10182 mv conftest.h $ac_file 17897 cat $tmp/config.h
17898 rm -f $tmp/config.h
10183 fi 17899 fi
10184fi; done 17900done
17901_ACEOF
10185 17902
10186EOF
10187cat >> $CONFIG_STATUS <<EOF
10188
10189EOF
10190cat >> $CONFIG_STATUS <<\EOF 17903cat >>$CONFIG_STATUS <<\_ACEOF
10191 17904
10192exit 0 17905{ (exit 0); exit 0; }
10193EOF 17906_ACEOF
10194chmod +x $CONFIG_STATUS 17907chmod +x $CONFIG_STATUS
10195rm -fr confdefs* $ac_clean_files 17908ac_clean_files=$ac_clean_files_save
10196test "$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
10197 17931
10198 17932
10199echo "Configuration: 17933echo "Configuration:
10200 17934
10201 Rxvt version: $VERSION : $DATE 17935 Rxvt version: $VERSION : $DATE
10202 Source code location: $srcdir 17936 Source code location: $srcdir
10203 Install path: ${prefix}/bin 17937 Install path: ${prefix}/bin
10204 Compiler: $CC 17938 Compiler: $CXX
10205 Compiler flags: $CFLAGS" 17939 Compiler flags: $CFLAGS
17940 Linker: $LINKER"
10206 17941
10207if test "$MALLOC_TYPE" = S; then 17942if test "$MALLOC_TYPE" = S; then
10208 echo " malloc support: system default" 17943 echo " malloc support: system default"
10209fi 17944fi
10210if test "$MALLOC_TYPE" = G; then 17945if test "$MALLOC_TYPE" = G; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines