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

Comparing rxvt-unicode/configure (file contents):
Revision 1.126 by ayin, Sun Jan 27 22:48:31 2008 UTC vs.
Revision 1.168 by sf-exg, Fri Jul 23 19:19:18 2021 UTC

1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.61. 3# Generated by GNU Autoconf 2.71.
4# 4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5#
6# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
7# Inc.
8#
9#
7# This configure script is free software; the Free Software Foundation 10# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 11# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ## 12## -------------------- ##
10## M4sh Initialization. ## 13## M4sh Initialization. ##
11## --------------------- ## 14## -------------------- ##
12 15
13# Be more Bourne compatible 16# Be more Bourne compatible
14DUALCASE=1; export DUALCASE # for MKS sh 17DUALCASE=1; export DUALCASE # for MKS sh
18as_nop=:
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 19if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
20then :
16 emulate sh 21 emulate sh
17 NULLCMD=: 22 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature. 24 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"' 25 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST 26 setopt NO_GLOB_SUBST
22else 27else $as_nop
23 case `(set -o) 2>/dev/null` in 28 case `(set -o) 2>/dev/null` in #(
24 *posix*) set -o posix ;; 29 *posix*) :
30 set -o posix ;; #(
31 *) :
32 ;;
25esac 33esac
26
27fi 34fi
28 35
29 36
30 37
38# Reset variables that may have inherited troublesome values from
39# the environment.
31 40
32# PATH needs CR
33# Avoid depending upon Character Ranges.
34as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37as_cr_digits='0123456789'
38as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40# The user is always right.
41if test "${PATH_SEPARATOR+set}" != set; then
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46 PATH_SEPARATOR=';'
47 else
48 PATH_SEPARATOR=:
49 fi
50 rm -f conf$$.sh
51fi
52
53# Support unset when possible.
54if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset
56else
57 as_unset=false
58fi
59
60
61# IFS
62# We need space, tab and new line, in precisely that order. Quoting is 41# IFS needs to be set, to space, tab, and newline, in precisely that order.
42# (If _AS_PATH_WALK were called with IFS unset, it would have the
43# side effect of setting IFS to empty, thus disabling word splitting.)
63# there to prevent editors from complaining about space-tab. 44# Quoting is to prevent editors from complaining about space-tab.
64# (If _AS_PATH_WALK were called with IFS unset, it would disable word
65# splitting by setting IFS to empty value.)
66as_nl=' 45as_nl='
67' 46'
47export as_nl
68IFS=" "" $as_nl" 48IFS=" "" $as_nl"
69 49
50PS1='$ '
51PS2='> '
52PS4='+ '
53
54# Ensure predictable behavior from utilities with locale-dependent output.
55LC_ALL=C
56export LC_ALL
57LANGUAGE=C
58export LANGUAGE
59
60# We cannot yet rely on "unset" to work, but we need these variables
61# to be unset--not just set to an empty or harmless value--now, to
62# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
63# also avoids known problems related to "unset" and subshell syntax
64# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
65for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
66do eval test \${$as_var+y} \
67 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
68done
69
70# Ensure that fds 0, 1, and 2 are open.
71if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
72if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
73if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
74
75# The user is always right.
76if ${PATH_SEPARATOR+false} :; then
77 PATH_SEPARATOR=:
78 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
79 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
80 PATH_SEPARATOR=';'
81 }
82fi
83
84
70# Find who we are. Look in the path if we contain no directory separator. 85# Find who we are. Look in the path if we contain no directory separator.
86as_myself=
71case $0 in 87case $0 in #((
72 *[\\/]* ) as_myself=$0 ;; 88 *[\\/]* ) as_myself=$0 ;;
73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 89 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74for as_dir in $PATH 90for as_dir in $PATH
75do 91do
76 IFS=$as_save_IFS 92 IFS=$as_save_IFS
77 test -z "$as_dir" && as_dir=. 93 case $as_dir in #(((
94 '') as_dir=./ ;;
95 */) ;;
96 *) as_dir=$as_dir/ ;;
97 esac
78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 98 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
79done 99 done
80IFS=$as_save_IFS 100IFS=$as_save_IFS
81 101
82 ;; 102 ;;
83esac 103esac
84# We did not find ourselves, most probably we were run as `sh COMMAND' 104# We did not find ourselves, most probably we were run as `sh COMMAND'
85# in which case we are not to be found in the path. 105# in which case we are not to be found in the path.
86if test "x$as_myself" = x; then 106if test "x$as_myself" = x; then
87 as_myself=$0 107 as_myself=$0
88fi 108fi
89if test ! -f "$as_myself"; then 109if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 110 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91 { (exit 1); exit 1; } 111 exit 1
92fi 112fi
93 113
94# Work around bugs in pre-3.0 UWIN ksh. 114
95for as_var in ENV MAIL MAILPATH 115# Use a proper internal environment variable to ensure we don't fall
96do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 116 # into an infinite loop, continuously re-executing ourselves.
117 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
118 _as_can_reexec=no; export _as_can_reexec;
119 # We cannot yet assume a decent shell, so we have to provide a
120# neutralization value for shells without unset; and this also
121# works around shells that cannot unset nonexistent variables.
122# Preserve -v and -x to the replacement shell.
123BASH_ENV=/dev/null
124ENV=/dev/null
125(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
126case $- in # ((((
127 *v*x* | *x*v* ) as_opts=-vx ;;
128 *v* ) as_opts=-v ;;
129 *x* ) as_opts=-x ;;
130 * ) as_opts= ;;
131esac
132exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
133# Admittedly, this is quite paranoid, since all the known shells bail
134# out after a failed `exec'.
135printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
136exit 255
137 fi
138 # We don't want this to propagate to other subprocesses.
139 { _as_can_reexec=; unset _as_can_reexec;}
140if test "x$CONFIG_SHELL" = x; then
141 as_bourne_compatible="as_nop=:
142if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
143then :
144 emulate sh
145 NULLCMD=:
146 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
147 # is contrary to our usage. Disable this feature.
148 alias -g '\${1+\"\$@\"}'='\"\$@\"'
149 setopt NO_GLOB_SUBST
150else \$as_nop
151 case \`(set -o) 2>/dev/null\` in #(
152 *posix*) :
153 set -o posix ;; #(
154 *) :
155 ;;
156esac
157fi
158"
159 as_required="as_fn_return () { (exit \$1); }
160as_fn_success () { as_fn_return 0; }
161as_fn_failure () { as_fn_return 1; }
162as_fn_ret_success () { return 0; }
163as_fn_ret_failure () { return 1; }
164
165exitcode=0
166as_fn_success || { exitcode=1; echo as_fn_success failed.; }
167as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
168as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
169as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
170if ( set x; as_fn_ret_success y && test x = \"\$1\" )
171then :
172
173else \$as_nop
174 exitcode=1; echo positional parameters were not saved.
175fi
176test x\$exitcode = x0 || exit 1
177blah=\$(echo \$(echo blah))
178test x\"\$blah\" = xblah || exit 1
179test -x / || exit 1"
180 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
181 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
182 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
183 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
184test \$(( 1 + 1 )) = 2 || exit 1"
185 if (eval "$as_required") 2>/dev/null
186then :
187 as_have_required=yes
188else $as_nop
189 as_have_required=no
190fi
191 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
192then :
193
194else $as_nop
195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
196as_found=false
197for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
198do
199 IFS=$as_save_IFS
200 case $as_dir in #(((
201 '') as_dir=./ ;;
202 */) ;;
203 *) as_dir=$as_dir/ ;;
204 esac
205 as_found=:
206 case $as_dir in #(
207 /*)
208 for as_base in sh bash ksh sh5; do
209 # Try only shells that exist, to save several forks.
210 as_shell=$as_dir$as_base
211 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
212 as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
213then :
214 CONFIG_SHELL=$as_shell as_have_required=yes
215 if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
216then :
217 break 2
218fi
219fi
220 done;;
221 esac
222 as_found=false
97done 223done
98PS1='$ ' 224IFS=$as_save_IFS
99PS2='> ' 225if $as_found
100PS4='+ ' 226then :
101 227
102# NLS nuisances. 228else $as_nop
103for as_var in \ 229 if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 230 as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 231then :
106 LC_TELEPHONE LC_TIME 232 CONFIG_SHELL=$SHELL as_have_required=yes
107do 233fi
108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 234fi
109 eval $as_var=C; export $as_var 235
236
237 if test "x$CONFIG_SHELL" != x
238then :
239 export CONFIG_SHELL
240 # We cannot yet assume a decent shell, so we have to provide a
241# neutralization value for shells without unset; and this also
242# works around shells that cannot unset nonexistent variables.
243# Preserve -v and -x to the replacement shell.
244BASH_ENV=/dev/null
245ENV=/dev/null
246(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252esac
253exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254# Admittedly, this is quite paranoid, since all the known shells bail
255# out after a failed `exec'.
256printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
257exit 255
258fi
259
260 if test x$as_have_required = xno
261then :
262 printf "%s\n" "$0: This script requires a shell more modern than all"
263 printf "%s\n" "$0: the shells that I found on your system."
264 if test ${ZSH_VERSION+y} ; then
265 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
110 else 267 else
111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 268 printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system,
269$0: including any error possibly output before this
270$0: message. Then install a modern shell, or manually run
271$0: the script under such a shell if you do have one."
112 fi 272 fi
113done 273 exit 1
274fi
275fi
276fi
277SHELL=${CONFIG_SHELL-/bin/sh}
278export SHELL
279# Unset more variables known to interfere with behavior of common tools.
280CLICOLOR_FORCE= GREP_OPTIONS=
281unset CLICOLOR_FORCE GREP_OPTIONS
114 282
115# Required to use basename. 283## --------------------- ##
284## M4sh Shell Functions. ##
285## --------------------- ##
286# as_fn_unset VAR
287# ---------------
288# Portably unset VAR.
289as_fn_unset ()
290{
291 { eval $1=; unset $1;}
292}
293as_unset=as_fn_unset
294
295
296# as_fn_set_status STATUS
297# -----------------------
298# Set $? to STATUS, without forking.
299as_fn_set_status ()
300{
301 return $1
302} # as_fn_set_status
303
304# as_fn_exit STATUS
305# -----------------
306# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
307as_fn_exit ()
308{
309 set +e
310 as_fn_set_status $1
311 exit $1
312} # as_fn_exit
313# as_fn_nop
314# ---------
315# Do nothing but, unlike ":", preserve the value of $?.
316as_fn_nop ()
317{
318 return $?
319}
320as_nop=as_fn_nop
321
322# as_fn_mkdir_p
323# -------------
324# Create "$as_dir" as a directory, including parents if necessary.
325as_fn_mkdir_p ()
326{
327
328 case $as_dir in #(
329 -*) as_dir=./$as_dir;;
330 esac
331 test -d "$as_dir" || eval $as_mkdir_p || {
332 as_dirs=
333 while :; do
334 case $as_dir in #(
335 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336 *) as_qdir=$as_dir;;
337 esac
338 as_dirs="'$as_qdir' $as_dirs"
339 as_dir=`$as_dirname -- "$as_dir" ||
340$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
341 X"$as_dir" : 'X\(//\)[^/]' \| \
342 X"$as_dir" : 'X\(//\)$' \| \
343 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
344printf "%s\n" X"$as_dir" |
345 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
346 s//\1/
347 q
348 }
349 /^X\(\/\/\)[^/].*/{
350 s//\1/
351 q
352 }
353 /^X\(\/\/\)$/{
354 s//\1/
355 q
356 }
357 /^X\(\/\).*/{
358 s//\1/
359 q
360 }
361 s/.*/./; q'`
362 test -d "$as_dir" && break
363 done
364 test -z "$as_dirs" || eval "mkdir $as_dirs"
365 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
366
367
368} # as_fn_mkdir_p
369
370# as_fn_executable_p FILE
371# -----------------------
372# Test if FILE is an executable regular file.
373as_fn_executable_p ()
374{
375 test -f "$1" && test -x "$1"
376} # as_fn_executable_p
377# as_fn_append VAR VALUE
378# ----------------------
379# Append the text in VALUE to the end of the definition contained in VAR. Take
380# advantage of any shell optimizations that allow amortized linear growth over
381# repeated appends, instead of the typical quadratic growth present in naive
382# implementations.
383if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
384then :
385 eval 'as_fn_append ()
386 {
387 eval $1+=\$2
388 }'
389else $as_nop
390 as_fn_append ()
391 {
392 eval $1=\$$1\$2
393 }
394fi # as_fn_append
395
396# as_fn_arith ARG...
397# ------------------
398# Perform arithmetic evaluation on the ARGs, and store the result in the
399# global $as_val. Take advantage of shells that can avoid forks. The arguments
400# must be portable across $(()) and expr.
401if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
402then :
403 eval 'as_fn_arith ()
404 {
405 as_val=$(( $* ))
406 }'
407else $as_nop
408 as_fn_arith ()
409 {
410 as_val=`expr "$@" || test $? -eq 1`
411 }
412fi # as_fn_arith
413
414# as_fn_nop
415# ---------
416# Do nothing but, unlike ":", preserve the value of $?.
417as_fn_nop ()
418{
419 return $?
420}
421as_nop=as_fn_nop
422
423# as_fn_error STATUS ERROR [LINENO LOG_FD]
424# ----------------------------------------
425# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
426# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
427# script with STATUS, using 1 if that was 0.
428as_fn_error ()
429{
430 as_status=$1; test $as_status -eq 0 && as_status=1
431 if test "$4"; then
432 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
433 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
434 fi
435 printf "%s\n" "$as_me: error: $2" >&2
436 as_fn_exit $as_status
437} # as_fn_error
438
116if expr a : '\(a\)' >/dev/null 2>&1 && 439if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then 440 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr 441 as_expr=expr
119else 442else
120 as_expr=false 443 as_expr=false
124 as_basename=basename 447 as_basename=basename
125else 448else
126 as_basename=false 449 as_basename=false
127fi 450fi
128 451
452if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
453 as_dirname=dirname
454else
455 as_dirname=false
456fi
129 457
130# Name of the executable.
131as_me=`$as_basename -- "$0" || 458as_me=`$as_basename -- "$0" ||
132$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 459$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \ 460 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null || 461 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135echo X/"$0" | 462printf "%s\n" X/"$0" |
136 sed '/^.*\/\([^/][^/]*\)\/*$/{ 463 sed '/^.*\/\([^/][^/]*\)\/*$/{
137 s//\1/ 464 s//\1/
138 q 465 q
139 } 466 }
140 /^X\/\(\/\/\)$/{ 467 /^X\/\(\/\/\)$/{
145 s//\1/ 472 s//\1/
146 q 473 q
147 } 474 }
148 s/.*/./; q'` 475 s/.*/./; q'`
149 476
150# CDPATH. 477# Avoid depending upon Character Ranges.
151$as_unset CDPATH 478as_cr_letters='abcdefghijklmnopqrstuvwxyz'
479as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
480as_cr_Letters=$as_cr_letters$as_cr_LETTERS
481as_cr_digits='0123456789'
482as_cr_alnum=$as_cr_Letters$as_cr_digits
152 483
153 484
154if test "x$CONFIG_SHELL" = x; then 485 as_lineno_1=$LINENO as_lineno_1a=$LINENO
155 if (eval ":") 2>/dev/null; then 486 as_lineno_2=$LINENO as_lineno_2a=$LINENO
156 as_have_required=yes
157else
158 as_have_required=no
159fi
160
161 if test $as_have_required = yes && (eval ":
162(as_func_return () {
163 (exit \$1)
164}
165as_func_success () {
166 as_func_return 0
167}
168as_func_failure () {
169 as_func_return 1
170}
171as_func_ret_success () {
172 return 0
173}
174as_func_ret_failure () {
175 return 1
176}
177
178exitcode=0
179if as_func_success; then
180 :
181else
182 exitcode=1
183 echo as_func_success failed.
184fi
185
186if as_func_failure; then
187 exitcode=1
188 echo as_func_failure succeeded.
189fi
190
191if as_func_ret_success; then
192 :
193else
194 exitcode=1
195 echo as_func_ret_success failed.
196fi
197
198if as_func_ret_failure; then
199 exitcode=1
200 echo as_func_ret_failure succeeded.
201fi
202
203if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204 :
205else
206 exitcode=1
207 echo positional parameters were not saved.
208fi
209
210test \$exitcode = 0) || { (exit 1); exit 1; }
211
212(
213 as_lineno_1=\$LINENO
214 as_lineno_2=\$LINENO
215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217") 2> /dev/null; then
218 :
219else
220 as_candidate_shells=
221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223do
224 IFS=$as_save_IFS
225 test -z "$as_dir" && as_dir=.
226 case $as_dir in
227 /*)
228 for as_base in sh bash ksh sh5; do
229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230 done;;
231 esac
232done
233IFS=$as_save_IFS
234
235
236 for as_shell in $as_candidate_shells $SHELL; do
237 # Try only shells that exist, to save several forks.
238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev/null <<\_ASEOF
240if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241 emulate sh
242 NULLCMD=:
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"'
246 setopt NO_GLOB_SUBST
247else
248 case `(set -o) 2>/dev/null` in
249 *posix*) set -o posix ;;
250esac
251
252fi
253
254
255:
256_ASEOF
257}; then
258 CONFIG_SHELL=$as_shell
259 as_have_required=yes
260 if { "$as_shell" 2> /dev/null <<\_ASEOF
261if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271esac
272
273fi
274
275
276:
277(as_func_return () {
278 (exit $1)
279}
280as_func_success () {
281 as_func_return 0
282}
283as_func_failure () {
284 as_func_return 1
285}
286as_func_ret_success () {
287 return 0
288}
289as_func_ret_failure () {
290 return 1
291}
292
293exitcode=0
294if as_func_success; then
295 :
296else
297 exitcode=1
298 echo as_func_success failed.
299fi
300
301if as_func_failure; then
302 exitcode=1
303 echo as_func_failure succeeded.
304fi
305
306if as_func_ret_success; then
307 :
308else
309 exitcode=1
310 echo as_func_ret_success failed.
311fi
312
313if as_func_ret_failure; then
314 exitcode=1
315 echo as_func_ret_failure succeeded.
316fi
317
318if ( set x; as_func_ret_success y && test x = "$1" ); then
319 :
320else
321 exitcode=1
322 echo positional parameters were not saved.
323fi
324
325test $exitcode = 0) || { (exit 1); exit 1; }
326
327(
328 as_lineno_1=$LINENO
329 as_lineno_2=$LINENO
330 test "x$as_lineno_1" != "x$as_lineno_2" && 487 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
332
333_ASEOF
334}; then
335 break
336fi
337
338fi
339
340 done
341
342 if test "x$CONFIG_SHELL" != x; then
343 for as_var in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345 done
346 export CONFIG_SHELL
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
348fi
349
350
351 if test $as_have_required = no; then
352 echo This script requires a shell more modern than all the
353 echo shells that I found on your system. Please install a
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
356 { (exit 1); exit 1; }
357fi
358
359
360fi
361
362fi
363
364
365
366(eval "as_func_return () {
367 (exit \$1)
368}
369as_func_success () {
370 as_func_return 0
371}
372as_func_failure () {
373 as_func_return 1
374}
375as_func_ret_success () {
376 return 0
377}
378as_func_ret_failure () {
379 return 1
380}
381
382exitcode=0
383if as_func_success; then
384 :
385else
386 exitcode=1
387 echo as_func_success failed.
388fi
389
390if as_func_failure; then
391 exitcode=1
392 echo as_func_failure succeeded.
393fi
394
395if as_func_ret_success; then
396 :
397else
398 exitcode=1
399 echo as_func_ret_success failed.
400fi
401
402if as_func_ret_failure; then
403 exitcode=1
404 echo as_func_ret_failure succeeded.
405fi
406
407if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408 :
409else
410 exitcode=1
411 echo positional parameters were not saved.
412fi
413
414test \$exitcode = 0") || {
415 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system,
417 echo including any error possibly output before this
418 echo message
419}
420
421
422
423 as_lineno_1=$LINENO
424 as_lineno_2=$LINENO
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 488 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
427
428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429 # uniformly replaced by the line number. The first 'sed' inserts a
430 # line-number line after each line using $LINENO; the second 'sed'
431 # does the real work. The second script uses 'N' to pair each
432 # line-number line with the line containing $LINENO, and appends
433 # trailing '-' during substitution so that $LINENO is not a special
434 # case at line end.
435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # scripts with optimization help from Paolo Bonzini. Blame Lee
437 # E. McMahon (1931-1989) for sed's syntax. :-) 489 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
438 sed -n ' 490 sed -n '
439 p 491 p
440 /[$]LINENO/= 492 /[$]LINENO/=
441 ' <$as_myself | 493 ' <$as_myself |
442 sed ' 494 sed '
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 501 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 t loop 502 t loop
451 s/-\n.*// 503 s/-\n.*//
452 ' >$as_me.lineno && 504 ' >$as_me.lineno &&
453 chmod +x "$as_me.lineno" || 505 chmod +x "$as_me.lineno" ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 506 { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
455 { (exit 1); exit 1; }; }
456 507
508 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
509 # already done that, so ensure we don't try to do so again and fall
510 # in an infinite loop. This has already happened in practice.
511 _as_can_reexec=no; export _as_can_reexec
457 # Don't try to exec as it changes $[0], causing all sort of problems 512 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the 513 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this). 514 # original and so on. Autoconf is especially sensitive to this).
460 . "./$as_me.lineno" 515 . "./$as_me.lineno"
461 # Exit status is that of the last command. 516 # Exit status is that of the last command.
462 exit 517 exit
463} 518}
464 519
465 520
466if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 521# Determine whether it's possible to make 'echo' print without a newline.
467 as_dirname=dirname 522# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
468else 523# for compatibility with existing Makefiles.
469 as_dirname=false
470fi
471
472ECHO_C= ECHO_N= ECHO_T= 524ECHO_C= ECHO_N= ECHO_T=
473case `echo -n x` in 525case `echo -n x` in #(((((
474-n*) 526-n*)
475 case `echo 'x\c'` in 527 case `echo 'xy\c'` in
476 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 528 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477 *) ECHO_C='\c';; 529 xy) ECHO_C='\c';;
530 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
531 ECHO_T=' ';;
478 esac;; 532 esac;;
479*) 533*)
480 ECHO_N='-n';; 534 ECHO_N='-n';;
481esac 535esac
482 536
483if expr a : '\(a\)' >/dev/null 2>&1 && 537# For backward compatibility with old third-party macros, we provide
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then 538# the shell variables $as_echo and $as_echo_n. New code should use
485 as_expr=expr 539# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
486else 540as_echo='printf %s\n'
487 as_expr=false 541as_echo_n='printf %s'
488fi 542
489 543
490rm -f conf$$ conf$$.exe conf$$.file 544rm -f conf$$ conf$$.exe conf$$.file
491if test -d conf$$.dir; then 545if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.file 546 rm -f conf$$.dir/conf$$.file
493else 547else
494 rm -f conf$$.dir 548 rm -f conf$$.dir
495 mkdir conf$$.dir 549 mkdir conf$$.dir 2>/dev/null
496fi 550fi
497echo >conf$$.file 551if (echo >conf$$.file) 2>/dev/null; then
498if ln -s conf$$.file conf$$ 2>/dev/null; then 552 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s' 553 as_ln_s='ln -s'
500 # ... but there are two gotchas: 554 # ... but there are two gotchas:
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 555 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 556 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503 # In both cases, we have to default to `cp -p'. 557 # In both cases, we have to default to `cp -pR'.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 558 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 as_ln_s='cp -p' 559 as_ln_s='cp -pR'
506elif ln conf$$.file conf$$ 2>/dev/null; then 560 elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln 561 as_ln_s=ln
562 else
563 as_ln_s='cp -pR'
564 fi
508else 565else
509 as_ln_s='cp -p' 566 as_ln_s='cp -pR'
510fi 567fi
511rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 568rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512rmdir conf$$.dir 2>/dev/null 569rmdir conf$$.dir 2>/dev/null
513 570
514if mkdir -p . 2>/dev/null; then 571if mkdir -p . 2>/dev/null; then
515 as_mkdir_p=: 572 as_mkdir_p='mkdir -p "$as_dir"'
516else 573else
517 test -d ./-p && rmdir ./-p 574 test -d ./-p && rmdir ./-p
518 as_mkdir_p=false 575 as_mkdir_p=false
519fi 576fi
520 577
521if test -x / >/dev/null 2>&1; then
522 as_test_x='test -x' 578as_test_x='test -x'
523else 579as_executable_p=as_fn_executable_p
524 if ls -dL / >/dev/null 2>&1; then
525 as_ls_L_option=L
526 else
527 as_ls_L_option=
528 fi
529 as_test_x='
530 eval sh -c '\''
531 if test -d "$1"; then
532 test -d "$1/.";
533 else
534 case $1 in
535 -*)set "./$1";;
536 esac;
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi
539 '\'' sh
540 '
541fi
542as_executable_p=$as_test_x
543 580
544# Sed expression to map a string onto a valid CPP name. 581# Sed expression to map a string onto a valid CPP name.
545as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 582as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546 583
547# Sed expression to map a string onto a valid variable name. 584# Sed expression to map a string onto a valid variable name.
548as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 585as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549 586
550 587
551 588test -n "$DJDIR" || exec 7<&0 </dev/null
552exec 7<&0 </dev/null 6>&1 589exec 6>&1
553 590
554# Name of the host. 591# Name of the host.
555# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 592# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
556# so uname gets run too. 593# so uname gets run too.
557ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 594ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558 595
559# 596#
560# Initializations. 597# Initializations.
565LIBOBJS= 602LIBOBJS=
566cross_compiling=no 603cross_compiling=no
567subdirs= 604subdirs=
568MFLAGS= 605MFLAGS=
569MAKEFLAGS= 606MAKEFLAGS=
570SHELL=${CONFIG_SHELL-/bin/sh}
571 607
572# Identity of this package. 608# Identity of this package.
573PACKAGE_NAME= 609PACKAGE_NAME=''
574PACKAGE_TARNAME= 610PACKAGE_TARNAME=''
575PACKAGE_VERSION= 611PACKAGE_VERSION=''
576PACKAGE_STRING= 612PACKAGE_STRING=''
577PACKAGE_BUGREPORT= 613PACKAGE_BUGREPORT=''
614PACKAGE_URL=''
578 615
579ac_unique_file="src/feature.h" 616ac_unique_file="src/feature.h"
580# Factoring default headers for most tests. 617# Factoring default headers for most tests.
581ac_includes_default="\ 618ac_includes_default="\
619#include <stddef.h>
620#ifdef HAVE_STDIO_H
582#include <stdio.h> 621# include <stdio.h>
583#ifdef HAVE_SYS_TYPES_H
584# include <sys/types.h>
585#endif 622#endif
586#ifdef HAVE_SYS_STAT_H 623#ifdef HAVE_STDLIB_H
587# include <sys/stat.h>
588#endif
589#ifdef STDC_HEADERS
590# include <stdlib.h> 624# include <stdlib.h>
591# include <stddef.h>
592#else
593# ifdef HAVE_STDLIB_H
594# include <stdlib.h>
595# endif
596#endif 625#endif
597#ifdef HAVE_STRING_H 626#ifdef HAVE_STRING_H
598# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
599# include <memory.h>
600# endif
601# include <string.h> 627# include <string.h>
602#endif
603#ifdef HAVE_STRINGS_H
604# include <strings.h>
605#endif 628#endif
606#ifdef HAVE_INTTYPES_H 629#ifdef HAVE_INTTYPES_H
607# include <inttypes.h> 630# include <inttypes.h>
608#endif 631#endif
609#ifdef HAVE_STDINT_H 632#ifdef HAVE_STDINT_H
610# include <stdint.h> 633# include <stdint.h>
611#endif 634#endif
635#ifdef HAVE_STRINGS_H
636# include <strings.h>
637#endif
638#ifdef HAVE_SYS_TYPES_H
639# include <sys/types.h>
640#endif
641#ifdef HAVE_SYS_STAT_H
642# include <sys/stat.h>
643#endif
612#ifdef HAVE_UNISTD_H 644#ifdef HAVE_UNISTD_H
613# include <unistd.h> 645# include <unistd.h>
614#endif" 646#endif"
615 647
616ac_subst_vars='SHELL 648ac_header_c_list=
649ac_subst_vars='LTLIBOBJS
650LIBOBJS
651PERL_O
652IF_PERL
653PERLPRIVLIBEXP
654PERLFLAGS
655PERLLIB
656PERL
657XFT_CONFIG
658EGREP
659GREP
660STARTUP_NOTIFICATION_LIBS
661STARTUP_NOTIFICATION_CFLAGS
662PIXBUF_LIBS
663PIXBUF_CFLAGS
664PTYTTY_LIBS
665PTYTTY_CFLAGS
666PKG_CONFIG
667X_EXTRA_LIBS
668X_LIBS
669X_PRE_LIBS
670X_CFLAGS
671CXXCPP
672XMKMF
673TIC
674RXVTNAME
675LINKER
676INSTALL_DATA
677INSTALL_SCRIPT
678INSTALL_PROGRAM
679ac_ct_CXX
680CXXFLAGS
681CXX
682OBJEXT
683EXEEXT
684ac_ct_CC
685CPPFLAGS
686LDFLAGS
687CFLAGS
688CC
689DATE
690VERSION
691host_os
692host_vendor
693host_cpu
694host
695build_os
696build_vendor
697build_cpu
698build
699target_alias
700host_alias
701build_alias
702LIBS
703ECHO_T
704ECHO_N
705ECHO_C
706DEFS
707mandir
708localedir
709libdir
710psdir
711pdfdir
712dvidir
713htmldir
714infodir
715docdir
716oldincludedir
717includedir
718runstatedir
719localstatedir
720sharedstatedir
721sysconfdir
722datadir
723datarootdir
724libexecdir
725sbindir
726bindir
727program_transform_name
728prefix
729exec_prefix
730PACKAGE_URL
731PACKAGE_BUGREPORT
732PACKAGE_STRING
733PACKAGE_VERSION
734PACKAGE_TARNAME
735PACKAGE_NAME
617PATH_SEPARATOR 736PATH_SEPARATOR
618PACKAGE_NAME 737SHELL'
619PACKAGE_TARNAME
620PACKAGE_VERSION
621PACKAGE_STRING
622PACKAGE_BUGREPORT
623exec_prefix
624prefix
625program_transform_name
626bindir
627sbindir
628libexecdir
629datarootdir
630datadir
631sysconfdir
632sharedstatedir
633localstatedir
634includedir
635oldincludedir
636docdir
637infodir
638htmldir
639dvidir
640pdfdir
641psdir
642libdir
643localedir
644mandir
645DEFS
646ECHO_C
647ECHO_N
648ECHO_T
649LIBS
650build_alias
651host_alias
652target_alias
653build
654build_cpu
655build_vendor
656build_os
657host
658host_cpu
659host_vendor
660host_os
661VERSION
662DATE
663CC
664CFLAGS
665LDFLAGS
666CPPFLAGS
667ac_ct_CC
668EXEEXT
669OBJEXT
670CXX
671CXXFLAGS
672ac_ct_CXX
673CPP
674INSTALL_PROGRAM
675INSTALL_SCRIPT
676INSTALL_DATA
677GREP
678EGREP
679LINKER
680RXVTNAME
681CXXCPP
682TIC
683XMKMF
684X_CFLAGS
685X_PRE_LIBS
686X_LIBS
687X_EXTRA_LIBS
688afterimage_config
689PKG_CONFIG
690XFT_CONFIG
691PERL
692PERLLIB
693PERLFLAGS
694PERLPRIVLIBEXP
695IF_PERL
696PERL_O
697AFTERIMAGE_CFLAGS
698AFTERIMAGE_LIBS
699LIBOBJS
700LTLIBOBJS'
701ac_subst_files='' 738ac_subst_files=''
739ac_user_opts='
740enable_option_checking
741enable_everything
742enable_assert
743enable_warnings
744enable_256_color
745enable_unicode3
746enable_combining
747enable_xft
748enable_font_styles
749enable_pixbuf
750enable_startup_notification
751enable_transparency
752enable_fading
753enable_rxvt_scroll
754enable_next_scroll
755enable_xterm_scroll
756enable_perl
757with_codesets
758enable_xim
759enable_backspace_key
760enable_delete_key
761enable_resources
762enable_8bitctrls
763enable_fallback
764with_res_name
765with_res_class
766with_name
767enable_swapscreen
768enable_iso14755
769enable_frills
770enable_keepscrolling
771enable_selectionscrolling
772enable_mousewheel
773enable_slipwheeling
774enable_smart_resize
775enable_text_blink
776enable_pointer_blank
777with_term
778with_terminfo
779with_x
780'
702 ac_precious_vars='build_alias 781 ac_precious_vars='build_alias
703host_alias 782host_alias
704target_alias 783target_alias
705CC 784CC
706CFLAGS 785CFLAGS
708LIBS 787LIBS
709CPPFLAGS 788CPPFLAGS
710CXX 789CXX
711CXXFLAGS 790CXXFLAGS
712CCC 791CCC
713CPP 792XMKMF
714CXXCPP 793CXXCPP'
715XMKMF'
716 794
717 795
718# Initialize some variables set by options. 796# Initialize some variables set by options.
719ac_init_help= 797ac_init_help=
720ac_init_version=false 798ac_init_version=false
799ac_unrecognized_opts=
800ac_unrecognized_sep=
721# The variables have the same names as the options, with 801# The variables have the same names as the options, with
722# dashes changed to underlines. 802# dashes changed to underlines.
723cache_file=/dev/null 803cache_file=/dev/null
724exec_prefix=NONE 804exec_prefix=NONE
725no_create= 805no_create=
747datarootdir='${prefix}/share' 827datarootdir='${prefix}/share'
748datadir='${datarootdir}' 828datadir='${datarootdir}'
749sysconfdir='${prefix}/etc' 829sysconfdir='${prefix}/etc'
750sharedstatedir='${prefix}/com' 830sharedstatedir='${prefix}/com'
751localstatedir='${prefix}/var' 831localstatedir='${prefix}/var'
832runstatedir='${localstatedir}/run'
752includedir='${prefix}/include' 833includedir='${prefix}/include'
753oldincludedir='/usr/include' 834oldincludedir='/usr/include'
754docdir='${datarootdir}/doc/${PACKAGE}' 835docdir='${datarootdir}/doc/${PACKAGE}'
755infodir='${datarootdir}/info' 836infodir='${datarootdir}/info'
756htmldir='${docdir}' 837htmldir='${docdir}'
771 ac_prev= 852 ac_prev=
772 continue 853 continue
773 fi 854 fi
774 855
775 case $ac_option in 856 case $ac_option in
776 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 857 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
858 *=) ac_optarg= ;;
777 *) ac_optarg=yes ;; 859 *) ac_optarg=yes ;;
778 esac 860 esac
779
780 # Accept the important Cygnus configure options, so we can diagnose typos.
781 861
782 case $ac_dashdash$ac_option in 862 case $ac_dashdash$ac_option in
783 --) 863 --)
784 ac_dashdash=yes ;; 864 ac_dashdash=yes ;;
785 865
814 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 894 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
815 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 895 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
816 datarootdir=$ac_optarg ;; 896 datarootdir=$ac_optarg ;;
817 897
818 -disable-* | --disable-*) 898 -disable-* | --disable-*)
819 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 899 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
820 # Reject names that are not valid shell variable names. 900 # Reject names that are not valid shell variable names.
821 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 901 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
822 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 902 as_fn_error $? "invalid feature name: \`$ac_useropt'"
823 { (exit 1); exit 1; }; } 903 ac_useropt_orig=$ac_useropt
824 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 904 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
905 case $ac_user_opts in
906 *"
907"enable_$ac_useropt"
908"*) ;;
909 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
910 ac_unrecognized_sep=', ';;
911 esac
825 eval enable_$ac_feature=no ;; 912 eval enable_$ac_useropt=no ;;
826 913
827 -docdir | --docdir | --docdi | --doc | --do) 914 -docdir | --docdir | --docdi | --doc | --do)
828 ac_prev=docdir ;; 915 ac_prev=docdir ;;
829 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 916 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
830 docdir=$ac_optarg ;; 917 docdir=$ac_optarg ;;
833 ac_prev=dvidir ;; 920 ac_prev=dvidir ;;
834 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 921 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
835 dvidir=$ac_optarg ;; 922 dvidir=$ac_optarg ;;
836 923
837 -enable-* | --enable-*) 924 -enable-* | --enable-*)
838 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 925 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
839 # Reject names that are not valid shell variable names. 926 # Reject names that are not valid shell variable names.
840 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 927 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
841 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 928 as_fn_error $? "invalid feature name: \`$ac_useropt'"
842 { (exit 1); exit 1; }; } 929 ac_useropt_orig=$ac_useropt
843 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 930 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
931 case $ac_user_opts in
932 *"
933"enable_$ac_useropt"
934"*) ;;
935 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
936 ac_unrecognized_sep=', ';;
937 esac
844 eval enable_$ac_feature=\$ac_optarg ;; 938 eval enable_$ac_useropt=\$ac_optarg ;;
845 939
846 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 940 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
847 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 941 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
848 | --exec | --exe | --ex) 942 | --exec | --exe | --ex)
849 ac_prev=exec_prefix ;; 943 ac_prev=exec_prefix ;;
984 1078
985 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1079 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
986 | -silent | --silent | --silen | --sile | --sil) 1080 | -silent | --silent | --silen | --sile | --sil)
987 silent=yes ;; 1081 silent=yes ;;
988 1082
1083 -runstatedir | --runstatedir | --runstatedi | --runstated \
1084 | --runstate | --runstat | --runsta | --runst | --runs \
1085 | --run | --ru | --r)
1086 ac_prev=runstatedir ;;
1087 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1088 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1089 | --run=* | --ru=* | --r=*)
1090 runstatedir=$ac_optarg ;;
1091
989 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1092 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
990 ac_prev=sbindir ;; 1093 ac_prev=sbindir ;;
991 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1094 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
992 | --sbi=* | --sb=*) 1095 | --sbi=* | --sb=*)
993 sbindir=$ac_optarg ;; 1096 sbindir=$ac_optarg ;;
1030 1133
1031 -version | --version | --versio | --versi | --vers | -V) 1134 -version | --version | --versio | --versi | --vers | -V)
1032 ac_init_version=: ;; 1135 ac_init_version=: ;;
1033 1136
1034 -with-* | --with-*) 1137 -with-* | --with-*)
1035 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1138 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1036 # Reject names that are not valid shell variable names. 1139 # Reject names that are not valid shell variable names.
1037 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1140 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1038 { echo "$as_me: error: invalid package name: $ac_package" >&2 1141 as_fn_error $? "invalid package name: \`$ac_useropt'"
1039 { (exit 1); exit 1; }; } 1142 ac_useropt_orig=$ac_useropt
1040 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1143 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1144 case $ac_user_opts in
1145 *"
1146"with_$ac_useropt"
1147"*) ;;
1148 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1149 ac_unrecognized_sep=', ';;
1150 esac
1041 eval with_$ac_package=\$ac_optarg ;; 1151 eval with_$ac_useropt=\$ac_optarg ;;
1042 1152
1043 -without-* | --without-*) 1153 -without-* | --without-*)
1044 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1154 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1045 # Reject names that are not valid shell variable names. 1155 # Reject names that are not valid shell variable names.
1046 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1156 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1047 { echo "$as_me: error: invalid package name: $ac_package" >&2 1157 as_fn_error $? "invalid package name: \`$ac_useropt'"
1048 { (exit 1); exit 1; }; } 1158 ac_useropt_orig=$ac_useropt
1049 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1159 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1160 case $ac_user_opts in
1161 *"
1162"with_$ac_useropt"
1163"*) ;;
1164 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1165 ac_unrecognized_sep=', ';;
1166 esac
1050 eval with_$ac_package=no ;; 1167 eval with_$ac_useropt=no ;;
1051 1168
1052 --x) 1169 --x)
1053 # Obsolete; use --with-x. 1170 # Obsolete; use --with-x.
1054 with_x=yes ;; 1171 with_x=yes ;;
1055 1172
1065 ac_prev=x_libraries ;; 1182 ac_prev=x_libraries ;;
1066 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1183 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1067 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1184 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1068 x_libraries=$ac_optarg ;; 1185 x_libraries=$ac_optarg ;;
1069 1186
1070 -*) { echo "$as_me: error: unrecognized option: $ac_option 1187 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1071Try \`$0 --help' for more information." >&2 1188Try \`$0 --help' for more information"
1072 { (exit 1); exit 1; }; }
1073 ;; 1189 ;;
1074 1190
1075 *=*) 1191 *=*)
1076 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1192 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1077 # Reject names that are not valid shell variable names. 1193 # Reject names that are not valid shell variable names.
1078 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1194 case $ac_envvar in #(
1195 '' | [0-9]* | *[!_$as_cr_alnum]* )
1079 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1196 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1080 { (exit 1); exit 1; }; } 1197 esac
1081 eval $ac_envvar=\$ac_optarg 1198 eval $ac_envvar=\$ac_optarg
1082 export $ac_envvar ;; 1199 export $ac_envvar ;;
1083 1200
1084 *) 1201 *)
1085 # FIXME: should be removed in autoconf 3.0. 1202 # FIXME: should be removed in autoconf 3.0.
1086 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1203 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
1087 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1204 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1088 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1205 printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
1089 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1206 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1090 ;; 1207 ;;
1091 1208
1092 esac 1209 esac
1093done 1210done
1094 1211
1095if test -n "$ac_prev"; then 1212if test -n "$ac_prev"; then
1096 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1213 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1097 { echo "$as_me: error: missing argument to $ac_option" >&2 1214 as_fn_error $? "missing argument to $ac_option"
1098 { (exit 1); exit 1; }; }
1099fi 1215fi
1100 1216
1101# Be sure to have absolute directory names. 1217if test -n "$ac_unrecognized_opts"; then
1218 case $enable_option_checking in
1219 no) ;;
1220 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1221 *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1222 esac
1223fi
1224
1225# Check all directory arguments for consistency.
1102for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1226for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1103 datadir sysconfdir sharedstatedir localstatedir includedir \ 1227 datadir sysconfdir sharedstatedir localstatedir includedir \
1104 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1228 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1105 libdir localedir mandir 1229 libdir localedir mandir runstatedir
1106do 1230do
1107 eval ac_val=\$$ac_var 1231 eval ac_val=\$$ac_var
1232 # Remove trailing slashes.
1233 case $ac_val in
1234 */ )
1235 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1236 eval $ac_var=\$ac_val;;
1237 esac
1238 # Be sure to have absolute directory names.
1108 case $ac_val in 1239 case $ac_val in
1109 [\\/$]* | ?:[\\/]* ) continue;; 1240 [\\/$]* | ?:[\\/]* ) continue;;
1110 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1241 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1111 esac 1242 esac
1112 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1243 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1113 { (exit 1); exit 1; }; }
1114done 1244done
1115 1245
1116# There might be people who depend on the old broken behavior: `$host' 1246# There might be people who depend on the old broken behavior: `$host'
1117# used to hold the argument of --host etc. 1247# used to hold the argument of --host etc.
1118# FIXME: To remove some day. 1248# FIXME: To remove some day.
1122 1252
1123# FIXME: To remove some day. 1253# FIXME: To remove some day.
1124if test "x$host_alias" != x; then 1254if test "x$host_alias" != x; then
1125 if test "x$build_alias" = x; then 1255 if test "x$build_alias" = x; then
1126 cross_compiling=maybe 1256 cross_compiling=maybe
1127 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1128 If a cross compiler is detected then cross compile mode will be used." >&2
1129 elif test "x$build_alias" != "x$host_alias"; then 1257 elif test "x$build_alias" != "x$host_alias"; then
1130 cross_compiling=yes 1258 cross_compiling=yes
1131 fi 1259 fi
1132fi 1260fi
1133 1261
1138 1266
1139 1267
1140ac_pwd=`pwd` && test -n "$ac_pwd" && 1268ac_pwd=`pwd` && test -n "$ac_pwd" &&
1141ac_ls_di=`ls -di .` && 1269ac_ls_di=`ls -di .` &&
1142ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1270ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1143 { echo "$as_me: error: Working directory cannot be determined" >&2 1271 as_fn_error $? "working directory cannot be determined"
1144 { (exit 1); exit 1; }; }
1145test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1272test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1146 { echo "$as_me: error: pwd does not report name of working directory" >&2 1273 as_fn_error $? "pwd does not report name of working directory"
1147 { (exit 1); exit 1; }; }
1148 1274
1149 1275
1150# Find the source files, if location was not specified. 1276# Find the source files, if location was not specified.
1151if test -z "$srcdir"; then 1277if test -z "$srcdir"; then
1152 ac_srcdir_defaulted=yes 1278 ac_srcdir_defaulted=yes
1153 # Try the directory containing this script, then the parent directory. 1279 # Try the directory containing this script, then the parent directory.
1154 ac_confdir=`$as_dirname -- "$0" || 1280 ac_confdir=`$as_dirname -- "$as_myself" ||
1155$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1281$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1156 X"$0" : 'X\(//\)[^/]' \| \ 1282 X"$as_myself" : 'X\(//\)[^/]' \| \
1157 X"$0" : 'X\(//\)$' \| \ 1283 X"$as_myself" : 'X\(//\)$' \| \
1158 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1284 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1159echo X"$0" | 1285printf "%s\n" X"$as_myself" |
1160 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1286 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1161 s//\1/ 1287 s//\1/
1162 q 1288 q
1163 } 1289 }
1164 /^X\(\/\/\)[^/].*/{ 1290 /^X\(\/\/\)[^/].*/{
1181else 1307else
1182 ac_srcdir_defaulted=no 1308 ac_srcdir_defaulted=no
1183fi 1309fi
1184if test ! -r "$srcdir/$ac_unique_file"; then 1310if test ! -r "$srcdir/$ac_unique_file"; then
1185 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1311 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1186 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1312 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1187 { (exit 1); exit 1; }; }
1188fi 1313fi
1189ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1314ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1190ac_abs_confdir=`( 1315ac_abs_confdir=`(
1191 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1316 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1192 { (exit 1); exit 1; }; }
1193 pwd)` 1317 pwd)`
1194# When building in place, set srcdir=. 1318# When building in place, set srcdir=.
1195if test "$ac_abs_confdir" = "$ac_pwd"; then 1319if test "$ac_abs_confdir" = "$ac_pwd"; then
1196 srcdir=. 1320 srcdir=.
1197fi 1321fi
1227Configuration: 1351Configuration:
1228 -h, --help display this help and exit 1352 -h, --help display this help and exit
1229 --help=short display options specific to this package 1353 --help=short display options specific to this package
1230 --help=recursive display the short help of all the included packages 1354 --help=recursive display the short help of all the included packages
1231 -V, --version display version information and exit 1355 -V, --version display version information and exit
1232 -q, --quiet, --silent do not print \`checking...' messages 1356 -q, --quiet, --silent do not print \`checking ...' messages
1233 --cache-file=FILE cache test results in FILE [disabled] 1357 --cache-file=FILE cache test results in FILE [disabled]
1234 -C, --config-cache alias for \`--cache-file=config.cache' 1358 -C, --config-cache alias for \`--cache-file=config.cache'
1235 -n, --no-create do not create output files 1359 -n, --no-create do not create output files
1236 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1360 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1237 1361
1238Installation directories: 1362Installation directories:
1239 --prefix=PREFIX install architecture-independent files in PREFIX 1363 --prefix=PREFIX install architecture-independent files in PREFIX
1240 [$ac_default_prefix] 1364 [$ac_default_prefix]
1241 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1365 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1242 [PREFIX] 1366 [PREFIX]
1243 1367
1244By default, \`make install' will install all the files in 1368By default, \`make install' will install all the files in
1245\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1369\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1246an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1370an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1247for instance \`--prefix=\$HOME'. 1371for instance \`--prefix=\$HOME'.
1248 1372
1249For better control, use the options below. 1373For better control, use the options below.
1250 1374
1251Fine tuning of the installation directories: 1375Fine tuning of the installation directories:
1252 --bindir=DIR user executables [EPREFIX/bin] 1376 --bindir=DIR user executables [EPREFIX/bin]
1253 --sbindir=DIR system admin executables [EPREFIX/sbin] 1377 --sbindir=DIR system admin executables [EPREFIX/sbin]
1254 --libexecdir=DIR program executables [EPREFIX/libexec] 1378 --libexecdir=DIR program executables [EPREFIX/libexec]
1255 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1379 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1256 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1380 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1257 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1381 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1382 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1258 --libdir=DIR object code libraries [EPREFIX/lib] 1383 --libdir=DIR object code libraries [EPREFIX/lib]
1259 --includedir=DIR C header files [PREFIX/include] 1384 --includedir=DIR C header files [PREFIX/include]
1260 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1385 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1261 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1386 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1262 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1387 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1263 --infodir=DIR info documentation [DATAROOTDIR/info] 1388 --infodir=DIR info documentation [DATAROOTDIR/info]
1264 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1389 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1265 --mandir=DIR man documentation [DATAROOTDIR/man] 1390 --mandir=DIR man documentation [DATAROOTDIR/man]
1266 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1391 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1267 --htmldir=DIR html documentation [DOCDIR] 1392 --htmldir=DIR html documentation [DOCDIR]
1268 --dvidir=DIR dvi documentation [DOCDIR] 1393 --dvidir=DIR dvi documentation [DOCDIR]
1269 --pdfdir=DIR pdf documentation [DOCDIR] 1394 --pdfdir=DIR pdf documentation [DOCDIR]
1270 --psdir=DIR ps documentation [DOCDIR] 1395 --psdir=DIR ps documentation [DOCDIR]
1271_ACEOF 1396_ACEOF
1272 1397
1273 cat <<\_ACEOF 1398 cat <<\_ACEOF
1274 1399
1275X features: 1400X features:
1276 --x-includes=DIR X include files are in DIR 1401 --x-includes=DIR X include files are in DIR
1277 --x-libraries=DIR X library files are in DIR 1402 --x-libraries=DIR X library files are in DIR
1278
1279Program names:
1280 --program-prefix=PREFIX prepend PREFIX to installed program names
1281 --program-suffix=SUFFIX append SUFFIX to installed program names
1282 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1283 1403
1284System types: 1404System types:
1285 --build=BUILD configure for building on BUILD [guessed] 1405 --build=BUILD configure for building on BUILD [guessed]
1286 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1406 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1287_ACEOF 1407_ACEOF
1290if test -n "$ac_init_help"; then 1410if test -n "$ac_init_help"; then
1291 1411
1292 cat <<\_ACEOF 1412 cat <<\_ACEOF
1293 1413
1294Optional Features: 1414Optional Features:
1415 --disable-option-checking ignore unrecognized --enable/--with options
1295 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1416 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1296 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1417 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1297 --enable-everything enable standard non-multichoice features 1418 --enable-everything enable standard non-multichoice features
1298 NOTE: this option is order dependent 1419 NOTE: this option is order dependent
1420 --enable-assert enable assertions
1299 --enable-warnings turn on g++ warnings 1421 --enable-warnings turn on g++ warnings
1422 --enable-256-color enable 256-color support
1300 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1423 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1301 --enable-combining enable composition of base and combining characters 1424 --enable-combining enable composition of base and combining characters
1302 --enable-xft enable xft support on systems that have it 1425 --enable-xft enable xft support on systems that have it
1303 --enable-font-styles enable bold and italic support 1426 --enable-font-styles enable bold and italic support
1304 --enable-afterimage enable integration with libAfterImage for background images 1427 --enable-pixbuf enable integration with gdk-pixbuf for background images
1428 --enable-startup-notification enable freedesktop startup notification support
1305 --enable-transparency enable transparent backgrounds 1429 --enable-transparency enable transparent backgrounds
1306 --enable-fading enable colors fading when off focus 1430 --enable-fading enable colors fading when off focus
1307 --enable-rxvt-scroll enable rxvt style scrollbar 1431 --enable-rxvt-scroll enable rxvt style scrollbar
1308 --enable-next-scroll enable NeXT style scrollbar 1432 --enable-next-scroll enable NeXT style scrollbar
1309 --enable-xterm-scroll enable Xterm style scrollbar 1433 --enable-xterm-scroll enable Xterm style scrollbar
1321 --enable-selectionscrolling enable scrolling during selections 1445 --enable-selectionscrolling enable scrolling during selections
1322 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1446 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1323 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel) 1447 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel)
1324 --enable-smart-resize enable smart growth/shrink behaviour 1448 --enable-smart-resize enable smart growth/shrink behaviour
1325 --enable-text-blink enable blinking text 1449 --enable-text-blink enable blinking text
1326 --enable-pointer-blank enable pointer blank when typing or inactive pointer 1450 --enable-pointer-blank enable pointer blanking when typing or inactive
1327 --enable-utmp enable utmp (utmpx) support
1328 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1329 --enable-lastlog enable lastlog support (requires --enable-utmp)
1330 1451
1331Optional Packages: 1452Optional Packages:
1332 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1453 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1333 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1454 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1334 --with-afterimage-config=DIR use libAfterImage config script in DIR
1335 --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all) 1455 --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1336 --with-res-name=NAME use this as default resource name (default: urxvt) 1456 --with-res-name=NAME use this as default resource name (default: urxvt)
1337 --with-res-class=CLASS use this as the resource class (default: URxvt) 1457 --with-res-class=CLASS use this as the resource class (default: URxvt)
1338 --with-name=NAME set the basename for the installed binaries (default: urxvt) 1458 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1339 --with-term=NAME set the terminal to NAME (default: rxvt) 1459 --with-term=NAME set the terminal to NAME (default: rxvt)
1344 CC C compiler command 1464 CC C compiler command
1345 CFLAGS C compiler flags 1465 CFLAGS C compiler flags
1346 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1466 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1347 nonstandard directory <lib dir> 1467 nonstandard directory <lib dir>
1348 LIBS libraries to pass to the linker, e.g. -l<library> 1468 LIBS libraries to pass to the linker, e.g. -l<library>
1349 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1469 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1350 you have headers in a nonstandard directory <include dir> 1470 you have headers in a nonstandard directory <include dir>
1351 CXX C++ compiler command 1471 CXX C++ compiler command
1352 CXXFLAGS C++ compiler flags 1472 CXXFLAGS C++ compiler flags
1353 CPP C preprocessor 1473 XMKMF Path to xmkmf, Makefile generator for X Window System
1354 CXXCPP C++ preprocessor 1474 CXXCPP C++ preprocessor
1355 XMKMF Path to xmkmf, Makefile generator for X Window System
1356 1475
1357Use these variables to override the choices made by `configure' or to help 1476Use these variables to override the choices made by `configure' or to help
1358it to find libraries and programs with nonstandard names/locations. 1477it to find libraries and programs with nonstandard names/locations.
1359 1478
1479Report bugs to the package provider.
1360_ACEOF 1480_ACEOF
1361ac_status=$? 1481ac_status=$?
1362fi 1482fi
1363 1483
1364if test "$ac_init_help" = "recursive"; then 1484if test "$ac_init_help" = "recursive"; then
1365 # If there are subdirs, report their specific --help. 1485 # If there are subdirs, report their specific --help.
1366 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1486 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1367 test -d "$ac_dir" || continue 1487 test -d "$ac_dir" ||
1488 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1489 continue
1368 ac_builddir=. 1490 ac_builddir=.
1369 1491
1370case "$ac_dir" in 1492case "$ac_dir" in
1371.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1493.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1372*) 1494*)
1373 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1495 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1374 # A ".." for each directory in $ac_dir_suffix. 1496 # A ".." for each directory in $ac_dir_suffix.
1375 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1497 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1376 case $ac_top_builddir_sub in 1498 case $ac_top_builddir_sub in
1377 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1499 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1378 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1500 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1379 esac ;; 1501 esac ;;
1380esac 1502esac
1398 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1520 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1399esac 1521esac
1400ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1522ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1401 1523
1402 cd "$ac_dir" || { ac_status=$?; continue; } 1524 cd "$ac_dir" || { ac_status=$?; continue; }
1403 # Check for guested configure. 1525 # Check for configure.gnu first; this name is used for a wrapper for
1526 # Metaconfig's "Configure" on case-insensitive file systems.
1404 if test -f "$ac_srcdir/configure.gnu"; then 1527 if test -f "$ac_srcdir/configure.gnu"; then
1405 echo && 1528 echo &&
1406 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1529 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1407 elif test -f "$ac_srcdir/configure"; then 1530 elif test -f "$ac_srcdir/configure"; then
1408 echo && 1531 echo &&
1409 $SHELL "$ac_srcdir/configure" --help=recursive 1532 $SHELL "$ac_srcdir/configure" --help=recursive
1410 else 1533 else
1411 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1534 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1412 fi || ac_status=$? 1535 fi || ac_status=$?
1413 cd "$ac_pwd" || { ac_status=$?; break; } 1536 cd "$ac_pwd" || { ac_status=$?; break; }
1414 done 1537 done
1415fi 1538fi
1416 1539
1417test -n "$ac_init_help" && exit $ac_status 1540test -n "$ac_init_help" && exit $ac_status
1418if $ac_init_version; then 1541if $ac_init_version; then
1419 cat <<\_ACEOF 1542 cat <<\_ACEOF
1420configure 1543configure
1421generated by GNU Autoconf 2.61 1544generated by GNU Autoconf 2.71
1422 1545
1423Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1546Copyright (C) 2021 Free Software Foundation, Inc.
14242002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1425This configure script is free software; the Free Software Foundation 1547This configure script is free software; the Free Software Foundation
1426gives unlimited permission to copy, distribute and modify it. 1548gives unlimited permission to copy, distribute and modify it.
1427_ACEOF 1549_ACEOF
1428 exit 1550 exit
1429fi 1551fi
1552
1553## ------------------------ ##
1554## Autoconf initialization. ##
1555## ------------------------ ##
1556
1557# ac_fn_c_try_compile LINENO
1558# --------------------------
1559# Try to compile conftest.$ac_ext, and return whether this succeeded.
1560ac_fn_c_try_compile ()
1561{
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext conftest.beam
1564 if { { ac_try="$ac_compile"
1565case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568esac
1569eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570printf "%s\n" "$ac_try_echo"; } >&5
1571 (eval "$ac_compile") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest.$ac_objext
1583then :
1584 ac_retval=0
1585else $as_nop
1586 printf "%s\n" "$as_me: failed program was:" >&5
1587sed 's/^/| /' conftest.$ac_ext >&5
1588
1589 ac_retval=1
1590fi
1591 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1592 as_fn_set_status $ac_retval
1593
1594} # ac_fn_c_try_compile
1595
1596# ac_fn_cxx_try_compile LINENO
1597# ----------------------------
1598# Try to compile conftest.$ac_ext, and return whether this succeeded.
1599ac_fn_cxx_try_compile ()
1600{
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 rm -f conftest.$ac_objext conftest.beam
1603 if { { ac_try="$ac_compile"
1604case "(($ac_try" in
1605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1606 *) ac_try_echo=$ac_try;;
1607esac
1608eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1609printf "%s\n" "$ac_try_echo"; } >&5
1610 (eval "$ac_compile") 2>conftest.err
1611 ac_status=$?
1612 if test -s conftest.err; then
1613 grep -v '^ *+' conftest.err >conftest.er1
1614 cat conftest.er1 >&5
1615 mv -f conftest.er1 conftest.err
1616 fi
1617 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1618 test $ac_status = 0; } && {
1619 test -z "$ac_cxx_werror_flag" ||
1620 test ! -s conftest.err
1621 } && test -s conftest.$ac_objext
1622then :
1623 ac_retval=0
1624else $as_nop
1625 printf "%s\n" "$as_me: failed program was:" >&5
1626sed 's/^/| /' conftest.$ac_ext >&5
1627
1628 ac_retval=1
1629fi
1630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1631 as_fn_set_status $ac_retval
1632
1633} # ac_fn_cxx_try_compile
1634
1635# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1636# -------------------------------------------------------
1637# Tests whether HEADER exists and can be compiled using the include files in
1638# INCLUDES, setting the cache variable VAR accordingly.
1639ac_fn_c_check_header_compile ()
1640{
1641 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1642 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1643printf %s "checking for $2... " >&6; }
1644if eval test \${$3+y}
1645then :
1646 printf %s "(cached) " >&6
1647else $as_nop
1648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1649/* end confdefs.h. */
1650$4
1651#include <$2>
1652_ACEOF
1653if ac_fn_c_try_compile "$LINENO"
1654then :
1655 eval "$3=yes"
1656else $as_nop
1657 eval "$3=no"
1658fi
1659rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1660fi
1661eval ac_res=\$$3
1662 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1663printf "%s\n" "$ac_res" >&6; }
1664 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1665
1666} # ac_fn_c_check_header_compile
1667
1668# ac_fn_cxx_try_link LINENO
1669# -------------------------
1670# Try to link conftest.$ac_ext, and return whether this succeeded.
1671ac_fn_cxx_try_link ()
1672{
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
1675 if { { ac_try="$ac_link"
1676case "(($ac_try" in
1677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1678 *) ac_try_echo=$ac_try;;
1679esac
1680eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1681printf "%s\n" "$ac_try_echo"; } >&5
1682 (eval "$ac_link") 2>conftest.err
1683 ac_status=$?
1684 if test -s conftest.err; then
1685 grep -v '^ *+' conftest.err >conftest.er1
1686 cat conftest.er1 >&5
1687 mv -f conftest.er1 conftest.err
1688 fi
1689 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1690 test $ac_status = 0; } && {
1691 test -z "$ac_cxx_werror_flag" ||
1692 test ! -s conftest.err
1693 } && test -s conftest$ac_exeext && {
1694 test "$cross_compiling" = yes ||
1695 test -x conftest$ac_exeext
1696 }
1697then :
1698 ac_retval=0
1699else $as_nop
1700 printf "%s\n" "$as_me: failed program was:" >&5
1701sed 's/^/| /' conftest.$ac_ext >&5
1702
1703 ac_retval=1
1704fi
1705 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1706 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1707 # interfere with the next link command; also delete a directory that is
1708 # left behind by Apple's compiler. We do this before executing the actions.
1709 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1710 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1711 as_fn_set_status $ac_retval
1712
1713} # ac_fn_cxx_try_link
1714
1715# ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
1716# ---------------------------------------------------------
1717# Tests whether HEADER exists and can be compiled using the include files in
1718# INCLUDES, setting the cache variable VAR accordingly.
1719ac_fn_cxx_check_header_compile ()
1720{
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1723printf %s "checking for $2... " >&6; }
1724if eval test \${$3+y}
1725then :
1726 printf %s "(cached) " >&6
1727else $as_nop
1728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1729/* end confdefs.h. */
1730$4
1731#include <$2>
1732_ACEOF
1733if ac_fn_cxx_try_compile "$LINENO"
1734then :
1735 eval "$3=yes"
1736else $as_nop
1737 eval "$3=no"
1738fi
1739rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1740fi
1741eval ac_res=\$$3
1742 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1743printf "%s\n" "$ac_res" >&6; }
1744 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1745
1746} # ac_fn_cxx_check_header_compile
1747
1748# ac_fn_cxx_check_func LINENO FUNC VAR
1749# ------------------------------------
1750# Tests whether FUNC exists, setting the cache variable VAR accordingly
1751ac_fn_cxx_check_func ()
1752{
1753 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1754 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1755printf %s "checking for $2... " >&6; }
1756if eval test \${$3+y}
1757then :
1758 printf %s "(cached) " >&6
1759else $as_nop
1760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1761/* end confdefs.h. */
1762/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1763 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1764#define $2 innocuous_$2
1765
1766/* System header to define __stub macros and hopefully few prototypes,
1767 which can conflict with char $2 (); below. */
1768
1769#include <limits.h>
1770#undef $2
1771
1772/* Override any GCC internal prototype to avoid an error.
1773 Use char because int might match the return type of a GCC
1774 builtin and then its argument prototype would still apply. */
1775#ifdef __cplusplus
1776extern "C"
1777#endif
1778char $2 ();
1779/* The GNU C library defines this for functions which it implements
1780 to always fail with ENOSYS. Some functions are actually named
1781 something starting with __ and the normal name is an alias. */
1782#if defined __stub_$2 || defined __stub___$2
1783choke me
1784#endif
1785
1786int
1787main (void)
1788{
1789return $2 ();
1790 ;
1791 return 0;
1792}
1793_ACEOF
1794if ac_fn_cxx_try_link "$LINENO"
1795then :
1796 eval "$3=yes"
1797else $as_nop
1798 eval "$3=no"
1799fi
1800rm -f core conftest.err conftest.$ac_objext conftest.beam \
1801 conftest$ac_exeext conftest.$ac_ext
1802fi
1803eval ac_res=\$$3
1804 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1805printf "%s\n" "$ac_res" >&6; }
1806 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1807
1808} # ac_fn_cxx_check_func
1809
1810# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
1811# ---------------------------------------------
1812# Tests whether TYPE exists after having included INCLUDES, setting cache
1813# variable VAR accordingly.
1814ac_fn_cxx_check_type ()
1815{
1816 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1817 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818printf %s "checking for $2... " >&6; }
1819if eval test \${$3+y}
1820then :
1821 printf %s "(cached) " >&6
1822else $as_nop
1823 eval "$3=no"
1824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1825/* end confdefs.h. */
1826$4
1827int
1828main (void)
1829{
1830if (sizeof ($2))
1831 return 0;
1832 ;
1833 return 0;
1834}
1835_ACEOF
1836if ac_fn_cxx_try_compile "$LINENO"
1837then :
1838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1839/* end confdefs.h. */
1840$4
1841int
1842main (void)
1843{
1844if (sizeof (($2)))
1845 return 0;
1846 ;
1847 return 0;
1848}
1849_ACEOF
1850if ac_fn_cxx_try_compile "$LINENO"
1851then :
1852
1853else $as_nop
1854 eval "$3=yes"
1855fi
1856rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1857fi
1858rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1859fi
1860eval ac_res=\$$3
1861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1862printf "%s\n" "$ac_res" >&6; }
1863 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1864
1865} # ac_fn_cxx_check_type
1866
1867# ac_fn_cxx_try_cpp LINENO
1868# ------------------------
1869# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1870ac_fn_cxx_try_cpp ()
1871{
1872 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1873 if { { ac_try="$ac_cpp conftest.$ac_ext"
1874case "(($ac_try" in
1875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1876 *) ac_try_echo=$ac_try;;
1877esac
1878eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1879printf "%s\n" "$ac_try_echo"; } >&5
1880 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1881 ac_status=$?
1882 if test -s conftest.err; then
1883 grep -v '^ *+' conftest.err >conftest.er1
1884 cat conftest.er1 >&5
1885 mv -f conftest.er1 conftest.err
1886 fi
1887 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1888 test $ac_status = 0; } > conftest.i && {
1889 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1890 test ! -s conftest.err
1891 }
1892then :
1893 ac_retval=0
1894else $as_nop
1895 printf "%s\n" "$as_me: failed program was:" >&5
1896sed 's/^/| /' conftest.$ac_ext >&5
1897
1898 ac_retval=1
1899fi
1900 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1901 as_fn_set_status $ac_retval
1902
1903} # ac_fn_cxx_try_cpp
1904
1905# ac_fn_c_find_intX_t LINENO BITS VAR
1906# -----------------------------------
1907# Finds a signed integer type with width BITS, setting cache variable VAR
1908# accordingly.
1909ac_fn_c_find_intX_t ()
1910{
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
1913printf %s "checking for int$2_t... " >&6; }
1914if eval test \${$3+y}
1915then :
1916 printf %s "(cached) " >&6
1917else $as_nop
1918 eval "$3=no"
1919 # Order is important - never check a type that is potentially smaller
1920 # than half of the expected target width.
1921 for ac_type in int$2_t 'int' 'long int' \
1922 'long long int' 'short int' 'signed char'; do
1923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1924/* end confdefs.h. */
1925$ac_includes_default
1926 enum { N = $2 / 2 - 1 };
1927int
1928main (void)
1929{
1930static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
1931test_array [0] = 0;
1932return test_array [0];
1933
1934 ;
1935 return 0;
1936}
1937_ACEOF
1938if ac_fn_cxx_try_compile "$LINENO"
1939then :
1940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1941/* end confdefs.h. */
1942$ac_includes_default
1943 enum { N = $2 / 2 - 1 };
1944int
1945main (void)
1946{
1947static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
1948 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
1949test_array [0] = 0;
1950return test_array [0];
1951
1952 ;
1953 return 0;
1954}
1955_ACEOF
1956if ac_fn_cxx_try_compile "$LINENO"
1957then :
1958
1959else $as_nop
1960 case $ac_type in #(
1961 int$2_t) :
1962 eval "$3=yes" ;; #(
1963 *) :
1964 eval "$3=\$ac_type" ;;
1965esac
1966fi
1967rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1968fi
1969rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1970 if eval test \"x\$"$3"\" = x"no"
1971then :
1972
1973else $as_nop
1974 break
1975fi
1976 done
1977fi
1978eval ac_res=\$$3
1979 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980printf "%s\n" "$ac_res" >&6; }
1981 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1982
1983} # ac_fn_c_find_intX_t
1984
1985# ac_fn_c_find_uintX_t LINENO BITS VAR
1986# ------------------------------------
1987# Finds an unsigned integer type with width BITS, setting cache variable VAR
1988# accordingly.
1989ac_fn_c_find_uintX_t ()
1990{
1991 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1992 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1993printf %s "checking for uint$2_t... " >&6; }
1994if eval test \${$3+y}
1995then :
1996 printf %s "(cached) " >&6
1997else $as_nop
1998 eval "$3=no"
1999 # Order is important - never check a type that is potentially smaller
2000 # than half of the expected target width.
2001 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2002 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
2003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2004/* end confdefs.h. */
2005$ac_includes_default
2006int
2007main (void)
2008{
2009static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
2010test_array [0] = 0;
2011return test_array [0];
2012
2013 ;
2014 return 0;
2015}
2016_ACEOF
2017if ac_fn_cxx_try_compile "$LINENO"
2018then :
2019 case $ac_type in #(
2020 uint$2_t) :
2021 eval "$3=yes" ;; #(
2022 *) :
2023 eval "$3=\$ac_type" ;;
2024esac
2025fi
2026rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2027 if eval test \"x\$"$3"\" = x"no"
2028then :
2029
2030else $as_nop
2031 break
2032fi
2033 done
2034fi
2035eval ac_res=\$$3
2036 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2037printf "%s\n" "$ac_res" >&6; }
2038 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2039
2040} # ac_fn_c_find_uintX_t
2041
2042# ac_fn_cxx_try_run LINENO
2043# ------------------------
2044# Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that
2045# executables *can* be run.
2046ac_fn_cxx_try_run ()
2047{
2048 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2049 if { { ac_try="$ac_link"
2050case "(($ac_try" in
2051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2052 *) ac_try_echo=$ac_try;;
2053esac
2054eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2055printf "%s\n" "$ac_try_echo"; } >&5
2056 (eval "$ac_link") 2>&5
2057 ac_status=$?
2058 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2059 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2060 { { case "(($ac_try" in
2061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2062 *) ac_try_echo=$ac_try;;
2063esac
2064eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2065printf "%s\n" "$ac_try_echo"; } >&5
2066 (eval "$ac_try") 2>&5
2067 ac_status=$?
2068 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2069 test $ac_status = 0; }; }
2070then :
2071 ac_retval=0
2072else $as_nop
2073 printf "%s\n" "$as_me: program exited with status $ac_status" >&5
2074 printf "%s\n" "$as_me: failed program was:" >&5
2075sed 's/^/| /' conftest.$ac_ext >&5
2076
2077 ac_retval=$ac_status
2078fi
2079 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2080 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2081 as_fn_set_status $ac_retval
2082
2083} # ac_fn_cxx_try_run
2084ac_configure_args_raw=
2085for ac_arg
2086do
2087 case $ac_arg in
2088 *\'*)
2089 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2090 esac
2091 as_fn_append ac_configure_args_raw " '$ac_arg'"
2092done
2093
2094case $ac_configure_args_raw in
2095 *$as_nl*)
2096 ac_safe_unquote= ;;
2097 *)
2098 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
2099 ac_unsafe_a="$ac_unsafe_z#~"
2100 ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
2101 ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
2102esac
2103
1430cat >config.log <<_ACEOF 2104cat >config.log <<_ACEOF
1431This file contains any messages produced by compilers while 2105This file contains any messages produced by compilers while
1432running configure, to aid debugging if configure makes a mistake. 2106running configure, to aid debugging if configure makes a mistake.
1433 2107
1434It was created by $as_me, which was 2108It was created by $as_me, which was
1435generated by GNU Autoconf 2.61. Invocation command line was 2109generated by GNU Autoconf 2.71. Invocation command line was
1436 2110
1437 $ $0 $@ 2111 $ $0$ac_configure_args_raw
1438 2112
1439_ACEOF 2113_ACEOF
1440exec 5>>config.log 2114exec 5>>config.log
1441{ 2115{
1442cat <<_ASUNAME 2116cat <<_ASUNAME
1465 2139
1466as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2140as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1467for as_dir in $PATH 2141for as_dir in $PATH
1468do 2142do
1469 IFS=$as_save_IFS 2143 IFS=$as_save_IFS
1470 test -z "$as_dir" && as_dir=. 2144 case $as_dir in #(((
1471 echo "PATH: $as_dir" 2145 '') as_dir=./ ;;
2146 */) ;;
2147 *) as_dir=$as_dir/ ;;
2148 esac
2149 printf "%s\n" "PATH: $as_dir"
1472done 2150 done
1473IFS=$as_save_IFS 2151IFS=$as_save_IFS
1474 2152
1475} >&5 2153} >&5
1476 2154
1477cat >&5 <<_ACEOF 2155cat >&5 <<_ACEOF
1501 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 2179 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1502 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 2180 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1503 | -silent | --silent | --silen | --sile | --sil) 2181 | -silent | --silent | --silen | --sile | --sil)
1504 continue ;; 2182 continue ;;
1505 *\'*) 2183 *\'*)
1506 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 2184 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1507 esac 2185 esac
1508 case $ac_pass in 2186 case $ac_pass in
1509 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2187 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1510 2) 2188 2)
1511 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 2189 as_fn_append ac_configure_args1 " '$ac_arg'"
1512 if test $ac_must_keep_next = true; then 2190 if test $ac_must_keep_next = true; then
1513 ac_must_keep_next=false # Got value, back to normal. 2191 ac_must_keep_next=false # Got value, back to normal.
1514 else 2192 else
1515 case $ac_arg in 2193 case $ac_arg in
1516 *=* | --config-cache | -C | -disable-* | --disable-* \ 2194 *=* | --config-cache | -C | -disable-* | --disable-* \
1522 esac 2200 esac
1523 ;; 2201 ;;
1524 -* ) ac_must_keep_next=true ;; 2202 -* ) ac_must_keep_next=true ;;
1525 esac 2203 esac
1526 fi 2204 fi
1527 ac_configure_args="$ac_configure_args '$ac_arg'" 2205 as_fn_append ac_configure_args " '$ac_arg'"
1528 ;; 2206 ;;
1529 esac 2207 esac
1530 done 2208 done
1531done 2209done
1532$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 2210{ ac_configure_args0=; unset ac_configure_args0;}
1533$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 2211{ ac_configure_args1=; unset ac_configure_args1;}
1534 2212
1535# When interrupted or exit'd, cleanup temporary files, and complete 2213# When interrupted or exit'd, cleanup temporary files, and complete
1536# config.log. We remove comments because anyway the quotes in there 2214# config.log. We remove comments because anyway the quotes in there
1537# would cause problems or look ugly. 2215# would cause problems or look ugly.
1538# WARNING: Use '\'' to represent an apostrophe within the trap. 2216# WARNING: Use '\'' to represent an apostrophe within the trap.
1539# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 2217# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1540trap 'exit_status=$? 2218trap 'exit_status=$?
2219 # Sanitize IFS.
2220 IFS=" "" $as_nl"
1541 # Save into config.log some information that might help in debugging. 2221 # Save into config.log some information that might help in debugging.
1542 { 2222 {
1543 echo 2223 echo
1544 2224
1545 cat <<\_ASBOX 2225 printf "%s\n" "## ---------------- ##
1546## ---------------- ##
1547## Cache variables. ## 2226## Cache variables. ##
1548## ---------------- ## 2227## ---------------- ##"
1549_ASBOX
1550 echo 2228 echo
1551 # The following way of writing the cache mishandles newlines in values, 2229 # The following way of writing the cache mishandles newlines in values,
1552( 2230(
1553 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 2231 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1554 eval ac_val=\$$ac_var 2232 eval ac_val=\$$ac_var
1555 case $ac_val in #( 2233 case $ac_val in #(
1556 *${as_nl}*) 2234 *${as_nl}*)
1557 case $ac_var in #( 2235 case $ac_var in #(
1558 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 2236 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1559echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 2237printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1560 esac 2238 esac
1561 case $ac_var in #( 2239 case $ac_var in #(
1562 _ | IFS | as_nl) ;; #( 2240 _ | IFS | as_nl) ;; #(
1563 *) $as_unset $ac_var ;; 2241 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2242 *) { eval $ac_var=; unset $ac_var;} ;;
1564 esac ;; 2243 esac ;;
1565 esac 2244 esac
1566 done 2245 done
1567 (set) 2>&1 | 2246 (set) 2>&1 |
1568 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 2247 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1577 esac | 2256 esac |
1578 sort 2257 sort
1579) 2258)
1580 echo 2259 echo
1581 2260
1582 cat <<\_ASBOX 2261 printf "%s\n" "## ----------------- ##
1583## ----------------- ##
1584## Output variables. ## 2262## Output variables. ##
1585## ----------------- ## 2263## ----------------- ##"
1586_ASBOX
1587 echo 2264 echo
1588 for ac_var in $ac_subst_vars 2265 for ac_var in $ac_subst_vars
1589 do 2266 do
1590 eval ac_val=\$$ac_var 2267 eval ac_val=\$$ac_var
1591 case $ac_val in 2268 case $ac_val in
1592 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2269 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1593 esac 2270 esac
1594 echo "$ac_var='\''$ac_val'\''" 2271 printf "%s\n" "$ac_var='\''$ac_val'\''"
1595 done | sort 2272 done | sort
1596 echo 2273 echo
1597 2274
1598 if test -n "$ac_subst_files"; then 2275 if test -n "$ac_subst_files"; then
1599 cat <<\_ASBOX 2276 printf "%s\n" "## ------------------- ##
1600## ------------------- ##
1601## File substitutions. ## 2277## File substitutions. ##
1602## ------------------- ## 2278## ------------------- ##"
1603_ASBOX
1604 echo 2279 echo
1605 for ac_var in $ac_subst_files 2280 for ac_var in $ac_subst_files
1606 do 2281 do
1607 eval ac_val=\$$ac_var 2282 eval ac_val=\$$ac_var
1608 case $ac_val in 2283 case $ac_val in
1609 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2284 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1610 esac 2285 esac
1611 echo "$ac_var='\''$ac_val'\''" 2286 printf "%s\n" "$ac_var='\''$ac_val'\''"
1612 done | sort 2287 done | sort
1613 echo 2288 echo
1614 fi 2289 fi
1615 2290
1616 if test -s confdefs.h; then 2291 if test -s confdefs.h; then
1617 cat <<\_ASBOX 2292 printf "%s\n" "## ----------- ##
1618## ----------- ##
1619## confdefs.h. ## 2293## confdefs.h. ##
1620## ----------- ## 2294## ----------- ##"
1621_ASBOX
1622 echo 2295 echo
1623 cat confdefs.h 2296 cat confdefs.h
1624 echo 2297 echo
1625 fi 2298 fi
1626 test "$ac_signal" != 0 && 2299 test "$ac_signal" != 0 &&
1627 echo "$as_me: caught signal $ac_signal" 2300 printf "%s\n" "$as_me: caught signal $ac_signal"
1628 echo "$as_me: exit $exit_status" 2301 printf "%s\n" "$as_me: exit $exit_status"
1629 } >&5 2302 } >&5
1630 rm -f core *.core core.conftest.* && 2303 rm -f core *.core core.conftest.* &&
1631 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 2304 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1632 exit $exit_status 2305 exit $exit_status
1633' 0 2306' 0
1634for ac_signal in 1 2 13 15; do 2307for ac_signal in 1 2 13 15; do
1635 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 2308 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1636done 2309done
1637ac_signal=0 2310ac_signal=0
1638 2311
1639# confdefs.h avoids OS command line length limits that DEFS can exceed. 2312# confdefs.h avoids OS command line length limits that DEFS can exceed.
1640rm -f -r conftest* confdefs.h 2313rm -f -r conftest* confdefs.h
1641 2314
2315printf "%s\n" "/* confdefs.h */" > confdefs.h
2316
1642# Predefined preprocessor variables. 2317# Predefined preprocessor variables.
1643 2318
1644cat >>confdefs.h <<_ACEOF 2319printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
1645#define PACKAGE_NAME "$PACKAGE_NAME"
1646_ACEOF
1647 2320
2321printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
1648 2322
1649cat >>confdefs.h <<_ACEOF 2323printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
1650#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1651_ACEOF
1652 2324
2325printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
1653 2326
1654cat >>confdefs.h <<_ACEOF 2327printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
1655#define PACKAGE_VERSION "$PACKAGE_VERSION"
1656_ACEOF
1657 2328
1658 2329printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
1659cat >>confdefs.h <<_ACEOF
1660#define PACKAGE_STRING "$PACKAGE_STRING"
1661_ACEOF
1662
1663
1664cat >>confdefs.h <<_ACEOF
1665#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1666_ACEOF
1667 2330
1668 2331
1669# Let the site file select an alternate cache file if it wants to. 2332# Let the site file select an alternate cache file if it wants to.
1670# Prefer explicitly selected file to automatically selected ones. 2333# Prefer an explicitly selected file to automatically selected ones.
1671if test -n "$CONFIG_SITE"; then 2334if test -n "$CONFIG_SITE"; then
1672 set x "$CONFIG_SITE" 2335 ac_site_files="$CONFIG_SITE"
1673elif test "x$prefix" != xNONE; then 2336elif test "x$prefix" != xNONE; then
1674 set x "$prefix/share/config.site" "$prefix/etc/config.site" 2337 ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
1675else 2338else
1676 set x "$ac_default_prefix/share/config.site" \ 2339 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1677 "$ac_default_prefix/etc/config.site"
1678fi 2340fi
1679shift 2341
1680for ac_site_file 2342for ac_site_file in $ac_site_files
1681do 2343do
1682 if test -r "$ac_site_file"; then 2344 case $ac_site_file in #(
2345 */*) :
2346 ;; #(
2347 *) :
2348 ac_site_file=./$ac_site_file ;;
2349esac
2350 if test -f "$ac_site_file" && test -r "$ac_site_file"; then
1683 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 2351 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1684echo "$as_me: loading site script $ac_site_file" >&6;} 2352printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
1685 sed 's/^/| /' "$ac_site_file" >&5 2353 sed 's/^/| /' "$ac_site_file" >&5
1686 . "$ac_site_file" 2354 . "$ac_site_file" \
2355 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2356printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2357as_fn_error $? "failed to load site script $ac_site_file
2358See \`config.log' for more details" "$LINENO" 5; }
1687 fi 2359 fi
1688done 2360done
1689 2361
1690if test -r "$cache_file"; then 2362if test -r "$cache_file"; then
1691 # Some versions of bash will fail to source /dev/null (special 2363 # Some versions of bash will fail to source /dev/null (special files
1692 # files actually), so we avoid doing that. 2364 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1693 if test -f "$cache_file"; then 2365 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1694 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 2366 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1695echo "$as_me: loading cache $cache_file" >&6;} 2367printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1696 case $cache_file in 2368 case $cache_file in
1697 [\\/]* | ?:[\\/]* ) . "$cache_file";; 2369 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1698 *) . "./$cache_file";; 2370 *) . "./$cache_file";;
1699 esac 2371 esac
1700 fi 2372 fi
1701else 2373else
1702 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 2374 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1703echo "$as_me: creating cache $cache_file" >&6;} 2375printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1704 >$cache_file 2376 >$cache_file
2377fi
2378
2379# Test code for whether the C compiler supports C89 (global declarations)
2380ac_c_conftest_c89_globals='
2381/* Does the compiler advertise C89 conformance?
2382 Do not test the value of __STDC__, because some compilers set it to 0
2383 while being otherwise adequately conformant. */
2384#if !defined __STDC__
2385# error "Compiler does not advertise C89 conformance"
2386#endif
2387
2388#include <stddef.h>
2389#include <stdarg.h>
2390struct stat;
2391/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
2392struct buf { int x; };
2393struct buf * (*rcsopen) (struct buf *, struct stat *, int);
2394static char *e (p, i)
2395 char **p;
2396 int i;
2397{
2398 return p[i];
2399}
2400static char *f (char * (*g) (char **, int), char **p, ...)
2401{
2402 char *s;
2403 va_list v;
2404 va_start (v,p);
2405 s = g (p, va_arg (v,int));
2406 va_end (v);
2407 return s;
2408}
2409
2410/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2411 function prototypes and stuff, but not \xHH hex character constants.
2412 These do not provoke an error unfortunately, instead are silently treated
2413 as an "x". The following induces an error, until -std is added to get
2414 proper ANSI mode. Curiously \x00 != x always comes out true, for an
2415 array size at least. It is necessary to write \x00 == 0 to get something
2416 that is true only with -std. */
2417int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
2418
2419/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2420 inside strings and character constants. */
2421#define FOO(x) '\''x'\''
2422int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
2423
2424int test (int i, double x);
2425struct s1 {int (*f) (int a);};
2426struct s2 {int (*f) (double a);};
2427int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
2428 int, int);'
2429
2430# Test code for whether the C compiler supports C89 (body of main).
2431ac_c_conftest_c89_main='
2432ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
2433'
2434
2435# Test code for whether the C compiler supports C99 (global declarations)
2436ac_c_conftest_c99_globals='
2437// Does the compiler advertise C99 conformance?
2438#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
2439# error "Compiler does not advertise C99 conformance"
2440#endif
2441
2442#include <stdbool.h>
2443extern int puts (const char *);
2444extern int printf (const char *, ...);
2445extern int dprintf (int, const char *, ...);
2446extern void *malloc (size_t);
2447
2448// Check varargs macros. These examples are taken from C99 6.10.3.5.
2449// dprintf is used instead of fprintf to avoid needing to declare
2450// FILE and stderr.
2451#define debug(...) dprintf (2, __VA_ARGS__)
2452#define showlist(...) puts (#__VA_ARGS__)
2453#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
2454static void
2455test_varargs_macros (void)
2456{
2457 int x = 1234;
2458 int y = 5678;
2459 debug ("Flag");
2460 debug ("X = %d\n", x);
2461 showlist (The first, second, and third items.);
2462 report (x>y, "x is %d but y is %d", x, y);
2463}
2464
2465// Check long long types.
2466#define BIG64 18446744073709551615ull
2467#define BIG32 4294967295ul
2468#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
2469#if !BIG_OK
2470 #error "your preprocessor is broken"
2471#endif
2472#if BIG_OK
2473#else
2474 #error "your preprocessor is broken"
2475#endif
2476static long long int bignum = -9223372036854775807LL;
2477static unsigned long long int ubignum = BIG64;
2478
2479struct incomplete_array
2480{
2481 int datasize;
2482 double data[];
2483};
2484
2485struct named_init {
2486 int number;
2487 const wchar_t *name;
2488 double average;
2489};
2490
2491typedef const char *ccp;
2492
2493static inline int
2494test_restrict (ccp restrict text)
2495{
2496 // See if C++-style comments work.
2497 // Iterate through items via the restricted pointer.
2498 // Also check for declarations in for loops.
2499 for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
2500 continue;
2501 return 0;
2502}
2503
2504// Check varargs and va_copy.
2505static bool
2506test_varargs (const char *format, ...)
2507{
2508 va_list args;
2509 va_start (args, format);
2510 va_list args_copy;
2511 va_copy (args_copy, args);
2512
2513 const char *str = "";
2514 int number = 0;
2515 float fnumber = 0;
2516
2517 while (*format)
2518 {
2519 switch (*format++)
2520 {
2521 case '\''s'\'': // string
2522 str = va_arg (args_copy, const char *);
2523 break;
2524 case '\''d'\'': // int
2525 number = va_arg (args_copy, int);
2526 break;
2527 case '\''f'\'': // float
2528 fnumber = va_arg (args_copy, double);
2529 break;
2530 default:
2531 break;
2532 }
2533 }
2534 va_end (args_copy);
2535 va_end (args);
2536
2537 return *str && number && fnumber;
2538}
2539'
2540
2541# Test code for whether the C compiler supports C99 (body of main).
2542ac_c_conftest_c99_main='
2543 // Check bool.
2544 _Bool success = false;
2545 success |= (argc != 0);
2546
2547 // Check restrict.
2548 if (test_restrict ("String literal") == 0)
2549 success = true;
2550 char *restrict newvar = "Another string";
2551
2552 // Check varargs.
2553 success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
2554 test_varargs_macros ();
2555
2556 // Check flexible array members.
2557 struct incomplete_array *ia =
2558 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
2559 ia->datasize = 10;
2560 for (int i = 0; i < ia->datasize; ++i)
2561 ia->data[i] = i * 1.234;
2562
2563 // Check named initializers.
2564 struct named_init ni = {
2565 .number = 34,
2566 .name = L"Test wide string",
2567 .average = 543.34343,
2568 };
2569
2570 ni.number = 58;
2571
2572 int dynamic_array[ni.number];
2573 dynamic_array[0] = argv[0][0];
2574 dynamic_array[ni.number - 1] = 543;
2575
2576 // work around unused variable warnings
2577 ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
2578 || dynamic_array[ni.number - 1] != 543);
2579'
2580
2581# Test code for whether the C compiler supports C11 (global declarations)
2582ac_c_conftest_c11_globals='
2583// Does the compiler advertise C11 conformance?
2584#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
2585# error "Compiler does not advertise C11 conformance"
2586#endif
2587
2588// Check _Alignas.
2589char _Alignas (double) aligned_as_double;
2590char _Alignas (0) no_special_alignment;
2591extern char aligned_as_int;
2592char _Alignas (0) _Alignas (int) aligned_as_int;
2593
2594// Check _Alignof.
2595enum
2596{
2597 int_alignment = _Alignof (int),
2598 int_array_alignment = _Alignof (int[100]),
2599 char_alignment = _Alignof (char)
2600};
2601_Static_assert (0 < -_Alignof (int), "_Alignof is signed");
2602
2603// Check _Noreturn.
2604int _Noreturn does_not_return (void) { for (;;) continue; }
2605
2606// Check _Static_assert.
2607struct test_static_assert
2608{
2609 int x;
2610 _Static_assert (sizeof (int) <= sizeof (long int),
2611 "_Static_assert does not work in struct");
2612 long int y;
2613};
2614
2615// Check UTF-8 literals.
2616#define u8 syntax error!
2617char const utf8_literal[] = u8"happens to be ASCII" "another string";
2618
2619// Check duplicate typedefs.
2620typedef long *long_ptr;
2621typedef long int *long_ptr;
2622typedef long_ptr long_ptr;
2623
2624// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
2625struct anonymous
2626{
2627 union {
2628 struct { int i; int j; };
2629 struct { int k; long int l; } w;
2630 };
2631 int m;
2632} v1;
2633'
2634
2635# Test code for whether the C compiler supports C11 (body of main).
2636ac_c_conftest_c11_main='
2637 _Static_assert ((offsetof (struct anonymous, i)
2638 == offsetof (struct anonymous, w.k)),
2639 "Anonymous union alignment botch");
2640 v1.i = 2;
2641 v1.w.k = 5;
2642 ok |= v1.i != 5;
2643'
2644
2645# Test code for whether the C compiler supports C11 (complete).
2646ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
2647${ac_c_conftest_c99_globals}
2648${ac_c_conftest_c11_globals}
2649
2650int
2651main (int argc, char **argv)
2652{
2653 int ok = 0;
2654 ${ac_c_conftest_c89_main}
2655 ${ac_c_conftest_c99_main}
2656 ${ac_c_conftest_c11_main}
2657 return ok;
2658}
2659"
2660
2661# Test code for whether the C compiler supports C99 (complete).
2662ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
2663${ac_c_conftest_c99_globals}
2664
2665int
2666main (int argc, char **argv)
2667{
2668 int ok = 0;
2669 ${ac_c_conftest_c89_main}
2670 ${ac_c_conftest_c99_main}
2671 return ok;
2672}
2673"
2674
2675# Test code for whether the C compiler supports C89 (complete).
2676ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
2677
2678int
2679main (int argc, char **argv)
2680{
2681 int ok = 0;
2682 ${ac_c_conftest_c89_main}
2683 return ok;
2684}
2685"
2686
2687# Test code for whether the C++ compiler supports C++98 (global declarations)
2688ac_cxx_conftest_cxx98_globals='
2689// Does the compiler advertise C++98 conformance?
2690#if !defined __cplusplus || __cplusplus < 199711L
2691# error "Compiler does not advertise C++98 conformance"
2692#endif
2693
2694// These inclusions are to reject old compilers that
2695// lack the unsuffixed header files.
2696#include <cstdlib>
2697#include <exception>
2698
2699// <cassert> and <cstring> are *not* freestanding headers in C++98.
2700extern void assert (int);
2701namespace std {
2702 extern int strcmp (const char *, const char *);
2703}
2704
2705// Namespaces, exceptions, and templates were all added after "C++ 2.0".
2706using std::exception;
2707using std::strcmp;
2708
2709namespace {
2710
2711void test_exception_syntax()
2712{
2713 try {
2714 throw "test";
2715 } catch (const char *s) {
2716 // Extra parentheses suppress a warning when building autoconf itself,
2717 // due to lint rules shared with more typical C programs.
2718 assert (!(strcmp) (s, "test"));
2719 }
2720}
2721
2722template <typename T> struct test_template
2723{
2724 T const val;
2725 explicit test_template(T t) : val(t) {}
2726 template <typename U> T add(U u) { return static_cast<T>(u) + val; }
2727};
2728
2729} // anonymous namespace
2730'
2731
2732# Test code for whether the C++ compiler supports C++98 (body of main)
2733ac_cxx_conftest_cxx98_main='
2734 assert (argc);
2735 assert (! argv[0]);
2736{
2737 test_exception_syntax ();
2738 test_template<double> tt (2.0);
2739 assert (tt.add (4) == 6.0);
2740 assert (true && !false);
2741}
2742'
2743
2744# Test code for whether the C++ compiler supports C++11 (global declarations)
2745ac_cxx_conftest_cxx11_globals='
2746// Does the compiler advertise C++ 2011 conformance?
2747#if !defined __cplusplus || __cplusplus < 201103L
2748# error "Compiler does not advertise C++11 conformance"
2749#endif
2750
2751namespace cxx11test
2752{
2753 constexpr int get_val() { return 20; }
2754
2755 struct testinit
2756 {
2757 int i;
2758 double d;
2759 };
2760
2761 class delegate
2762 {
2763 public:
2764 delegate(int n) : n(n) {}
2765 delegate(): delegate(2354) {}
2766
2767 virtual int getval() { return this->n; };
2768 protected:
2769 int n;
2770 };
2771
2772 class overridden : public delegate
2773 {
2774 public:
2775 overridden(int n): delegate(n) {}
2776 virtual int getval() override final { return this->n * 2; }
2777 };
2778
2779 class nocopy
2780 {
2781 public:
2782 nocopy(int i): i(i) {}
2783 nocopy() = default;
2784 nocopy(const nocopy&) = delete;
2785 nocopy & operator=(const nocopy&) = delete;
2786 private:
2787 int i;
2788 };
2789
2790 // for testing lambda expressions
2791 template <typename Ret, typename Fn> Ret eval(Fn f, Ret v)
2792 {
2793 return f(v);
2794 }
2795
2796 // for testing variadic templates and trailing return types
2797 template <typename V> auto sum(V first) -> V
2798 {
2799 return first;
2800 }
2801 template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
2802 {
2803 return first + sum(rest...);
2804 }
2805}
2806'
2807
2808# Test code for whether the C++ compiler supports C++11 (body of main)
2809ac_cxx_conftest_cxx11_main='
2810{
2811 // Test auto and decltype
2812 auto a1 = 6538;
2813 auto a2 = 48573953.4;
2814 auto a3 = "String literal";
2815
2816 int total = 0;
2817 for (auto i = a3; *i; ++i) { total += *i; }
2818
2819 decltype(a2) a4 = 34895.034;
2820}
2821{
2822 // Test constexpr
2823 short sa[cxx11test::get_val()] = { 0 };
2824}
2825{
2826 // Test initializer lists
2827 cxx11test::testinit il = { 4323, 435234.23544 };
2828}
2829{
2830 // Test range-based for
2831 int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
2832 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
2833 for (auto &x : array) { x += 23; }
2834}
2835{
2836 // Test lambda expressions
2837 using cxx11test::eval;
2838 assert (eval ([](int x) { return x*2; }, 21) == 42);
2839 double d = 2.0;
2840 assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
2841 assert (d == 5.0);
2842 assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
2843 assert (d == 5.0);
2844}
2845{
2846 // Test use of variadic templates
2847 using cxx11test::sum;
2848 auto a = sum(1);
2849 auto b = sum(1, 2);
2850 auto c = sum(1.0, 2.0, 3.0);
2851}
2852{
2853 // Test constructor delegation
2854 cxx11test::delegate d1;
2855 cxx11test::delegate d2();
2856 cxx11test::delegate d3(45);
2857}
2858{
2859 // Test override and final
2860 cxx11test::overridden o1(55464);
2861}
2862{
2863 // Test nullptr
2864 char *c = nullptr;
2865}
2866{
2867 // Test template brackets
2868 test_template<::test_template<int>> v(test_template<int>(12));
2869}
2870{
2871 // Unicode literals
2872 char const *utf8 = u8"UTF-8 string \u2500";
2873 char16_t const *utf16 = u"UTF-8 string \u2500";
2874 char32_t const *utf32 = U"UTF-32 string \u2500";
2875}
2876'
2877
2878# Test code for whether the C compiler supports C++11 (complete).
2879ac_cxx_conftest_cxx11_program="${ac_cxx_conftest_cxx98_globals}
2880${ac_cxx_conftest_cxx11_globals}
2881
2882int
2883main (int argc, char **argv)
2884{
2885 int ok = 0;
2886 ${ac_cxx_conftest_cxx98_main}
2887 ${ac_cxx_conftest_cxx11_main}
2888 return ok;
2889}
2890"
2891
2892# Test code for whether the C compiler supports C++98 (complete).
2893ac_cxx_conftest_cxx98_program="${ac_cxx_conftest_cxx98_globals}
2894int
2895main (int argc, char **argv)
2896{
2897 int ok = 0;
2898 ${ac_cxx_conftest_cxx98_main}
2899 return ok;
2900}
2901"
2902
2903as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
2904as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
2905as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
2906as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
2907as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
2908as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
2909as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
2910as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
2911as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
2912as_fn_append ac_header_c_list " wchar.h wchar_h HAVE_WCHAR_H"
2913as_fn_append ac_header_c_list " minix/config.h minix_config_h HAVE_MINIX_CONFIG_H"
2914
2915# Auxiliary files required by this configure script.
2916ac_aux_files="install-sh config.guess config.sub"
2917
2918# Locations in which to look for auxiliary files.
2919ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
2920
2921# Search for a directory containing all of the required auxiliary files,
2922# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
2923# If we don't find one directory that contains all the files we need,
2924# we report the set of missing files from the *first* directory in
2925# $ac_aux_dir_candidates and give up.
2926ac_missing_aux_files=""
2927ac_first_candidate=:
2928printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
2929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2930as_found=false
2931for as_dir in $ac_aux_dir_candidates
2932do
2933 IFS=$as_save_IFS
2934 case $as_dir in #(((
2935 '') as_dir=./ ;;
2936 */) ;;
2937 *) as_dir=$as_dir/ ;;
2938 esac
2939 as_found=:
2940
2941 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
2942 ac_aux_dir_found=yes
2943 ac_install_sh=
2944 for ac_aux in $ac_aux_files
2945 do
2946 # As a special case, if "install-sh" is required, that requirement
2947 # can be satisfied by any of "install-sh", "install.sh", or "shtool",
2948 # and $ac_install_sh is set appropriately for whichever one is found.
2949 if test x"$ac_aux" = x"install-sh"
2950 then
2951 if test -f "${as_dir}install-sh"; then
2952 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
2953 ac_install_sh="${as_dir}install-sh -c"
2954 elif test -f "${as_dir}install.sh"; then
2955 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
2956 ac_install_sh="${as_dir}install.sh -c"
2957 elif test -f "${as_dir}shtool"; then
2958 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
2959 ac_install_sh="${as_dir}shtool install -c"
2960 else
2961 ac_aux_dir_found=no
2962 if $ac_first_candidate; then
2963 ac_missing_aux_files="${ac_missing_aux_files} install-sh"
2964 else
2965 break
2966 fi
2967 fi
2968 else
2969 if test -f "${as_dir}${ac_aux}"; then
2970 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
2971 else
2972 ac_aux_dir_found=no
2973 if $ac_first_candidate; then
2974 ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
2975 else
2976 break
2977 fi
2978 fi
2979 fi
2980 done
2981 if test "$ac_aux_dir_found" = yes; then
2982 ac_aux_dir="$as_dir"
2983 break
2984 fi
2985 ac_first_candidate=false
2986
2987 as_found=false
2988done
2989IFS=$as_save_IFS
2990if $as_found
2991then :
2992
2993else $as_nop
2994 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
2995fi
2996
2997
2998# These three variables are undocumented and unsupported,
2999# and are intended to be withdrawn in a future Autoconf release.
3000# They can cause serious problems if a builder's source tree is in a directory
3001# whose full name contains unusual characters.
3002if test -f "${ac_aux_dir}config.guess"; then
3003 ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
3004fi
3005if test -f "${ac_aux_dir}config.sub"; then
3006 ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
3007fi
3008if test -f "$ac_aux_dir/configure"; then
3009 ac_configure="$SHELL ${ac_aux_dir}configure"
1705fi 3010fi
1706 3011
1707# Check that the precious variables saved in the cache have kept the same 3012# Check that the precious variables saved in the cache have kept the same
1708# value. 3013# value.
1709ac_cache_corrupted=false 3014ac_cache_corrupted=false
1712 eval ac_new_set=\$ac_env_${ac_var}_set 3017 eval ac_new_set=\$ac_env_${ac_var}_set
1713 eval ac_old_val=\$ac_cv_env_${ac_var}_value 3018 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1714 eval ac_new_val=\$ac_env_${ac_var}_value 3019 eval ac_new_val=\$ac_env_${ac_var}_value
1715 case $ac_old_set,$ac_new_set in 3020 case $ac_old_set,$ac_new_set in
1716 set,) 3021 set,)
1717 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 3022 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1718echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 3023printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1719 ac_cache_corrupted=: ;; 3024 ac_cache_corrupted=: ;;
1720 ,set) 3025 ,set)
1721 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 3026 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1722echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 3027printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1723 ac_cache_corrupted=: ;; 3028 ac_cache_corrupted=: ;;
1724 ,);; 3029 ,);;
1725 *) 3030 *)
1726 if test "x$ac_old_val" != "x$ac_new_val"; then 3031 if test "x$ac_old_val" != "x$ac_new_val"; then
3032 # differences in whitespace do not lead to failure.
3033 ac_old_val_w=`echo x $ac_old_val`
3034 ac_new_val_w=`echo x $ac_new_val`
3035 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1727 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 3036 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1728echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 3037printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1729 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1730echo "$as_me: former value: $ac_old_val" >&2;}
1731 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1732echo "$as_me: current value: $ac_new_val" >&2;}
1733 ac_cache_corrupted=: 3038 ac_cache_corrupted=:
3039 else
3040 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3041printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3042 eval $ac_var=\$ac_old_val
3043 fi
3044 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3045printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
3046 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3047printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
1734 fi;; 3048 fi;;
1735 esac 3049 esac
1736 # Pass precious variables to config.status. 3050 # Pass precious variables to config.status.
1737 if test "$ac_new_set" = set; then 3051 if test "$ac_new_set" = set; then
1738 case $ac_new_val in 3052 case $ac_new_val in
1739 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 3053 *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1740 *) ac_arg=$ac_var=$ac_new_val ;; 3054 *) ac_arg=$ac_var=$ac_new_val ;;
1741 esac 3055 esac
1742 case " $ac_configure_args " in 3056 case " $ac_configure_args " in
1743 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 3057 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1744 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 3058 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1745 esac 3059 esac
1746 fi 3060 fi
1747done 3061done
1748if $ac_cache_corrupted; then 3062if $ac_cache_corrupted; then
3063 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3064printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1749 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 3065 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1750echo "$as_me: error: changes in the environment can compromise the build" >&2;} 3066printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
1751 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 3067 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
1752echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 3068 and start over" "$LINENO" 5
1753 { (exit 1); exit 1; }; }
1754fi 3069fi
1755 3070## -------------------- ##
1756 3071## Main body of script. ##
1757 3072## -------------------- ##
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771 3073
1772ac_ext=c 3074ac_ext=c
1773ac_cpp='$CPP $CPPFLAGS' 3075ac_cpp='$CPP $CPPFLAGS'
1774ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3076ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1775ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3077ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1779 3081
1780 3082
1781ac_config_headers="$ac_config_headers config.h:config.h.in" 3083ac_config_headers="$ac_config_headers config.h:config.h.in"
1782 3084
1783 3085
1784ac_aux_dir=
1785for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1786 if test -f "$ac_dir/install-sh"; then
1787 ac_aux_dir=$ac_dir
1788 ac_install_sh="$ac_aux_dir/install-sh -c"
1789 break
1790 elif test -f "$ac_dir/install.sh"; then
1791 ac_aux_dir=$ac_dir
1792 ac_install_sh="$ac_aux_dir/install.sh -c"
1793 break
1794 elif test -f "$ac_dir/shtool"; then
1795 ac_aux_dir=$ac_dir
1796 ac_install_sh="$ac_aux_dir/shtool install -c"
1797 break
1798 fi
1799done
1800if test -z "$ac_aux_dir"; then
1801 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1802echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1803 { (exit 1); exit 1; }; }
1804fi
1805 3086
1806# These three variables are undocumented and unsupported,
1807# and are intended to be withdrawn in a future Autoconf release.
1808# They can cause serious problems if a builder's source tree is in a directory
1809# whose full name contains unusual characters.
1810ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1811ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1812ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1813 3087
1814 3088
1815# Make sure we can run config.sub. 3089 # Make sure we can run config.sub.
1816$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 3090$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
1817 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 3091 as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
1818echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1819 { (exit 1); exit 1; }; }
1820 3092
1821{ echo "$as_me:$LINENO: checking build system type" >&5 3093{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
1822echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 3094printf %s "checking build system type... " >&6; }
1823if test "${ac_cv_build+set}" = set; then 3095if test ${ac_cv_build+y}
1824 echo $ECHO_N "(cached) $ECHO_C" >&6 3096then :
1825else 3097 printf %s "(cached) " >&6
3098else $as_nop
1826 ac_build_alias=$build_alias 3099 ac_build_alias=$build_alias
1827test "x$ac_build_alias" = x && 3100test "x$ac_build_alias" = x &&
1828 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 3101 ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
1829test "x$ac_build_alias" = x && 3102test "x$ac_build_alias" = x &&
1830 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 3103 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1831echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1832 { (exit 1); exit 1; }; }
1833ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 3104ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
1834 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 3105 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
1835echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1836 { (exit 1); exit 1; }; }
1837 3106
1838fi 3107fi
1839{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 3108{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1840echo "${ECHO_T}$ac_cv_build" >&6; } 3109printf "%s\n" "$ac_cv_build" >&6; }
1841case $ac_cv_build in 3110case $ac_cv_build in
1842*-*-*) ;; 3111*-*-*) ;;
1843*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 3112*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
1844echo "$as_me: error: invalid value of canonical build" >&2;}
1845 { (exit 1); exit 1; }; };;
1846esac 3113esac
1847build=$ac_cv_build 3114build=$ac_cv_build
1848ac_save_IFS=$IFS; IFS='-' 3115ac_save_IFS=$IFS; IFS='-'
1849set x $ac_cv_build 3116set x $ac_cv_build
1850shift 3117shift
1856build_os=$* 3123build_os=$*
1857IFS=$ac_save_IFS 3124IFS=$ac_save_IFS
1858case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 3125case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1859 3126
1860 3127
1861{ echo "$as_me:$LINENO: checking host system type" >&5 3128{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
1862echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 3129printf %s "checking host system type... " >&6; }
1863if test "${ac_cv_host+set}" = set; then 3130if test ${ac_cv_host+y}
1864 echo $ECHO_N "(cached) $ECHO_C" >&6 3131then :
1865else 3132 printf %s "(cached) " >&6
3133else $as_nop
1866 if test "x$host_alias" = x; then 3134 if test "x$host_alias" = x; then
1867 ac_cv_host=$ac_cv_build 3135 ac_cv_host=$ac_cv_build
1868else 3136else
1869 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 3137 ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
1870 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 3138 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
1871echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1872 { (exit 1); exit 1; }; }
1873fi 3139fi
1874 3140
1875fi 3141fi
1876{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 3142{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
1877echo "${ECHO_T}$ac_cv_host" >&6; } 3143printf "%s\n" "$ac_cv_host" >&6; }
1878case $ac_cv_host in 3144case $ac_cv_host in
1879*-*-*) ;; 3145*-*-*) ;;
1880*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 3146*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
1881echo "$as_me: error: invalid value of canonical host" >&2;}
1882 { (exit 1); exit 1; }; };;
1883esac 3147esac
1884host=$ac_cv_host 3148host=$ac_cv_host
1885ac_save_IFS=$IFS; IFS='-' 3149ac_save_IFS=$IFS; IFS='-'
1886set x $ac_cv_host 3150set x $ac_cv_host
1887shift 3151shift
1894IFS=$ac_save_IFS 3158IFS=$ac_save_IFS
1895case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 3159case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1896 3160
1897 3161
1898 3162
1899VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 3163VERSION=`sed -n -e 's/^.* VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1900DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 3164DATE=`sed -n -e 's/^.* DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1901 3165
1902echo "" 3166echo ""
1903echo "configuring for rxvt $VERSION" 3167echo "configuring for rxvt $VERSION"
1904echo "" 3168echo ""
1905 3169
1906orig_CXXFLAGS="$CXXFLAGS" 3170orig_CXXFLAGS="$CXXFLAGS"
3171
3172
3173
3174
3175
3176
3177
3178
3179
1907 3180
1908ac_ext=c 3181ac_ext=c
1909ac_cpp='$CPP $CPPFLAGS' 3182ac_cpp='$CPP $CPPFLAGS'
1910ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3183ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1911ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3184ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1912ac_compiler_gnu=$ac_cv_c_compiler_gnu 3185ac_compiler_gnu=$ac_cv_c_compiler_gnu
1913if test -n "$ac_tool_prefix"; then 3186if test -n "$ac_tool_prefix"; then
1914 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3187 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1915set dummy ${ac_tool_prefix}gcc; ac_word=$2 3188set dummy ${ac_tool_prefix}gcc; ac_word=$2
1916{ echo "$as_me:$LINENO: checking for $ac_word" >&5 3189{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1917echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3190printf %s "checking for $ac_word... " >&6; }
1918if test "${ac_cv_prog_CC+set}" = set; then 3191if test ${ac_cv_prog_CC+y}
1919 echo $ECHO_N "(cached) $ECHO_C" >&6 3192then :
1920else 3193 printf %s "(cached) " >&6
3194else $as_nop
1921 if test -n "$CC"; then 3195 if test -n "$CC"; then
1922 ac_cv_prog_CC="$CC" # Let the user override the test. 3196 ac_cv_prog_CC="$CC" # Let the user override the test.
1923else 3197else
1924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3198as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1925for as_dir in $PATH 3199for as_dir in $PATH
1926do 3200do
1927 IFS=$as_save_IFS 3201 IFS=$as_save_IFS
1928 test -z "$as_dir" && as_dir=. 3202 case $as_dir in #(((
3203 '') as_dir=./ ;;
3204 */) ;;
3205 *) as_dir=$as_dir/ ;;
3206 esac
1929 for ac_exec_ext in '' $ac_executable_extensions; do 3207 for ac_exec_ext in '' $ac_executable_extensions; do
1930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3208 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
1931 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3209 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1932 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3210 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1933 break 2 3211 break 2
1934 fi 3212 fi
1935done 3213done
1936done 3214 done
1937IFS=$as_save_IFS 3215IFS=$as_save_IFS
1938 3216
1939fi 3217fi
1940fi 3218fi
1941CC=$ac_cv_prog_CC 3219CC=$ac_cv_prog_CC
1942if test -n "$CC"; then 3220if test -n "$CC"; then
1943 { echo "$as_me:$LINENO: result: $CC" >&5 3221 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1944echo "${ECHO_T}$CC" >&6; } 3222printf "%s\n" "$CC" >&6; }
1945else 3223else
1946 { echo "$as_me:$LINENO: result: no" >&5 3224 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1947echo "${ECHO_T}no" >&6; } 3225printf "%s\n" "no" >&6; }
1948fi 3226fi
1949 3227
1950 3228
1951fi 3229fi
1952if test -z "$ac_cv_prog_CC"; then 3230if test -z "$ac_cv_prog_CC"; then
1953 ac_ct_CC=$CC 3231 ac_ct_CC=$CC
1954 # Extract the first word of "gcc", so it can be a program name with args. 3232 # Extract the first word of "gcc", so it can be a program name with args.
1955set dummy gcc; ac_word=$2 3233set dummy gcc; ac_word=$2
1956{ echo "$as_me:$LINENO: checking for $ac_word" >&5 3234{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1957echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3235printf %s "checking for $ac_word... " >&6; }
1958if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3236if test ${ac_cv_prog_ac_ct_CC+y}
1959 echo $ECHO_N "(cached) $ECHO_C" >&6 3237then :
1960else 3238 printf %s "(cached) " >&6
3239else $as_nop
1961 if test -n "$ac_ct_CC"; then 3240 if test -n "$ac_ct_CC"; then
1962 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3241 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1963else 3242else
1964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1965for as_dir in $PATH 3244for as_dir in $PATH
1966do 3245do
1967 IFS=$as_save_IFS 3246 IFS=$as_save_IFS
1968 test -z "$as_dir" && as_dir=. 3247 case $as_dir in #(((
3248 '') as_dir=./ ;;
3249 */) ;;
3250 *) as_dir=$as_dir/ ;;
3251 esac
1969 for ac_exec_ext in '' $ac_executable_extensions; do 3252 for ac_exec_ext in '' $ac_executable_extensions; do
1970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3253 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
1971 ac_cv_prog_ac_ct_CC="gcc" 3254 ac_cv_prog_ac_ct_CC="gcc"
1972 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3255 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1973 break 2 3256 break 2
1974 fi 3257 fi
1975done 3258done
1976done 3259 done
1977IFS=$as_save_IFS 3260IFS=$as_save_IFS
1978 3261
1979fi 3262fi
1980fi 3263fi
1981ac_ct_CC=$ac_cv_prog_ac_ct_CC 3264ac_ct_CC=$ac_cv_prog_ac_ct_CC
1982if test -n "$ac_ct_CC"; then 3265if test -n "$ac_ct_CC"; then
1983 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 3266 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
1984echo "${ECHO_T}$ac_ct_CC" >&6; } 3267printf "%s\n" "$ac_ct_CC" >&6; }
1985else 3268else
1986 { echo "$as_me:$LINENO: result: no" >&5 3269 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1987echo "${ECHO_T}no" >&6; } 3270printf "%s\n" "no" >&6; }
1988fi 3271fi
1989 3272
1990 if test "x$ac_ct_CC" = x; then 3273 if test "x$ac_ct_CC" = x; then
1991 CC="" 3274 CC=""
1992 else 3275 else
1993 case $cross_compiling:$ac_tool_warned in 3276 case $cross_compiling:$ac_tool_warned in
1994yes:) 3277yes:)
1995{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3278{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1996whose name does not start with the host triplet. If you think this 3279printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1997configuration is useful to you, please write to autoconf@gnu.org." >&5
1998echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1999whose name does not start with the host triplet. If you think this
2000configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2001ac_tool_warned=yes ;; 3280ac_tool_warned=yes ;;
2002esac 3281esac
2003 CC=$ac_ct_CC 3282 CC=$ac_ct_CC
2004 fi 3283 fi
2005else 3284else
2008 3287
2009if test -z "$CC"; then 3288if test -z "$CC"; then
2010 if test -n "$ac_tool_prefix"; then 3289 if test -n "$ac_tool_prefix"; then
2011 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3290 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2012set dummy ${ac_tool_prefix}cc; ac_word=$2 3291set dummy ${ac_tool_prefix}cc; ac_word=$2
2013{ echo "$as_me:$LINENO: checking for $ac_word" >&5 3292{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2014echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3293printf %s "checking for $ac_word... " >&6; }
2015if test "${ac_cv_prog_CC+set}" = set; then 3294if test ${ac_cv_prog_CC+y}
2016 echo $ECHO_N "(cached) $ECHO_C" >&6 3295then :
2017else 3296 printf %s "(cached) " >&6
3297else $as_nop
2018 if test -n "$CC"; then 3298 if test -n "$CC"; then
2019 ac_cv_prog_CC="$CC" # Let the user override the test. 3299 ac_cv_prog_CC="$CC" # Let the user override the test.
2020else 3300else
2021as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3301as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2022for as_dir in $PATH 3302for as_dir in $PATH
2023do 3303do
2024 IFS=$as_save_IFS 3304 IFS=$as_save_IFS
2025 test -z "$as_dir" && as_dir=. 3305 case $as_dir in #(((
3306 '') as_dir=./ ;;
3307 */) ;;
3308 *) as_dir=$as_dir/ ;;
3309 esac
2026 for ac_exec_ext in '' $ac_executable_extensions; do 3310 for ac_exec_ext in '' $ac_executable_extensions; do
2027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3311 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2028 ac_cv_prog_CC="${ac_tool_prefix}cc" 3312 ac_cv_prog_CC="${ac_tool_prefix}cc"
2029 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3313 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2030 break 2 3314 break 2
2031 fi 3315 fi
2032done 3316done
2033done 3317 done
2034IFS=$as_save_IFS 3318IFS=$as_save_IFS
2035 3319
2036fi 3320fi
2037fi 3321fi
2038CC=$ac_cv_prog_CC 3322CC=$ac_cv_prog_CC
2039if test -n "$CC"; then 3323if test -n "$CC"; then
2040 { echo "$as_me:$LINENO: result: $CC" >&5 3324 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2041echo "${ECHO_T}$CC" >&6; } 3325printf "%s\n" "$CC" >&6; }
2042else 3326else
2043 { echo "$as_me:$LINENO: result: no" >&5 3327 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2044echo "${ECHO_T}no" >&6; } 3328printf "%s\n" "no" >&6; }
2045fi 3329fi
2046 3330
2047 3331
2048 fi 3332 fi
2049fi 3333fi
2050if test -z "$CC"; then 3334if test -z "$CC"; then
2051 # Extract the first word of "cc", so it can be a program name with args. 3335 # Extract the first word of "cc", so it can be a program name with args.
2052set dummy cc; ac_word=$2 3336set dummy cc; ac_word=$2
2053{ echo "$as_me:$LINENO: checking for $ac_word" >&5 3337{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2054echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3338printf %s "checking for $ac_word... " >&6; }
2055if test "${ac_cv_prog_CC+set}" = set; then 3339if test ${ac_cv_prog_CC+y}
2056 echo $ECHO_N "(cached) $ECHO_C" >&6 3340then :
2057else 3341 printf %s "(cached) " >&6
3342else $as_nop
2058 if test -n "$CC"; then 3343 if test -n "$CC"; then
2059 ac_cv_prog_CC="$CC" # Let the user override the test. 3344 ac_cv_prog_CC="$CC" # Let the user override the test.
2060else 3345else
2061 ac_prog_rejected=no 3346 ac_prog_rejected=no
2062as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2063for as_dir in $PATH 3348for as_dir in $PATH
2064do 3349do
2065 IFS=$as_save_IFS 3350 IFS=$as_save_IFS
2066 test -z "$as_dir" && as_dir=. 3351 case $as_dir in #(((
3352 '') as_dir=./ ;;
3353 */) ;;
3354 *) as_dir=$as_dir/ ;;
3355 esac
2067 for ac_exec_ext in '' $ac_executable_extensions; do 3356 for ac_exec_ext in '' $ac_executable_extensions; do
2068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3357 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2069 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3358 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2070 ac_prog_rejected=yes 3359 ac_prog_rejected=yes
2071 continue 3360 continue
2072 fi 3361 fi
2073 ac_cv_prog_CC="cc" 3362 ac_cv_prog_CC="cc"
2074 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3363 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2075 break 2 3364 break 2
2076 fi 3365 fi
2077done 3366done
2078done 3367 done
2079IFS=$as_save_IFS 3368IFS=$as_save_IFS
2080 3369
2081if test $ac_prog_rejected = yes; then 3370if test $ac_prog_rejected = yes; then
2082 # We found a bogon in the path, so make sure we never use it. 3371 # We found a bogon in the path, so make sure we never use it.
2083 set dummy $ac_cv_prog_CC 3372 set dummy $ac_cv_prog_CC
2085 if test $# != 0; then 3374 if test $# != 0; then
2086 # We chose a different compiler from the bogus one. 3375 # We chose a different compiler from the bogus one.
2087 # However, it has the same basename, so the bogon will be chosen 3376 # However, it has the same basename, so the bogon will be chosen
2088 # first if we set CC to just the basename; use the full file name. 3377 # first if we set CC to just the basename; use the full file name.
2089 shift 3378 shift
2090 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 3379 ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
2091 fi 3380 fi
2092fi 3381fi
2093fi 3382fi
2094fi 3383fi
2095CC=$ac_cv_prog_CC 3384CC=$ac_cv_prog_CC
2096if test -n "$CC"; then 3385if test -n "$CC"; then
2097 { echo "$as_me:$LINENO: result: $CC" >&5 3386 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2098echo "${ECHO_T}$CC" >&6; } 3387printf "%s\n" "$CC" >&6; }
2099else 3388else
2100 { echo "$as_me:$LINENO: result: no" >&5 3389 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2101echo "${ECHO_T}no" >&6; } 3390printf "%s\n" "no" >&6; }
2102fi 3391fi
2103 3392
2104 3393
2105fi 3394fi
2106if test -z "$CC"; then 3395if test -z "$CC"; then
2107 if test -n "$ac_tool_prefix"; then 3396 if test -n "$ac_tool_prefix"; then
2108 for ac_prog in cl.exe 3397 for ac_prog in cl.exe
2109 do 3398 do
2110 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3399 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2111set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3400set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2112{ echo "$as_me:$LINENO: checking for $ac_word" >&5 3401{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2113echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3402printf %s "checking for $ac_word... " >&6; }
2114if test "${ac_cv_prog_CC+set}" = set; then 3403if test ${ac_cv_prog_CC+y}
2115 echo $ECHO_N "(cached) $ECHO_C" >&6 3404then :
2116else 3405 printf %s "(cached) " >&6
3406else $as_nop
2117 if test -n "$CC"; then 3407 if test -n "$CC"; then
2118 ac_cv_prog_CC="$CC" # Let the user override the test. 3408 ac_cv_prog_CC="$CC" # Let the user override the test.
2119else 3409else
2120as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3410as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2121for as_dir in $PATH 3411for as_dir in $PATH
2122do 3412do
2123 IFS=$as_save_IFS 3413 IFS=$as_save_IFS
2124 test -z "$as_dir" && as_dir=. 3414 case $as_dir in #(((
3415 '') as_dir=./ ;;
3416 */) ;;
3417 *) as_dir=$as_dir/ ;;
3418 esac
2125 for ac_exec_ext in '' $ac_executable_extensions; do 3419 for ac_exec_ext in '' $ac_executable_extensions; do
2126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3420 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2127 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3421 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2128 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3422 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2129 break 2 3423 break 2
2130 fi 3424 fi
2131done 3425done
2132done 3426 done
2133IFS=$as_save_IFS 3427IFS=$as_save_IFS
2134 3428
2135fi 3429fi
2136fi 3430fi
2137CC=$ac_cv_prog_CC 3431CC=$ac_cv_prog_CC
2138if test -n "$CC"; then 3432if test -n "$CC"; then
2139 { echo "$as_me:$LINENO: result: $CC" >&5 3433 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2140echo "${ECHO_T}$CC" >&6; } 3434printf "%s\n" "$CC" >&6; }
2141else 3435else
2142 { echo "$as_me:$LINENO: result: no" >&5 3436 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2143echo "${ECHO_T}no" >&6; } 3437printf "%s\n" "no" >&6; }
2144fi 3438fi
2145 3439
2146 3440
2147 test -n "$CC" && break 3441 test -n "$CC" && break
2148 done 3442 done
2151 ac_ct_CC=$CC 3445 ac_ct_CC=$CC
2152 for ac_prog in cl.exe 3446 for ac_prog in cl.exe
2153do 3447do
2154 # Extract the first word of "$ac_prog", so it can be a program name with args. 3448 # Extract the first word of "$ac_prog", so it can be a program name with args.
2155set dummy $ac_prog; ac_word=$2 3449set dummy $ac_prog; ac_word=$2
2156{ echo "$as_me:$LINENO: checking for $ac_word" >&5 3450{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2157echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3451printf %s "checking for $ac_word... " >&6; }
2158if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3452if test ${ac_cv_prog_ac_ct_CC+y}
2159 echo $ECHO_N "(cached) $ECHO_C" >&6 3453then :
2160else 3454 printf %s "(cached) " >&6
3455else $as_nop
2161 if test -n "$ac_ct_CC"; then 3456 if test -n "$ac_ct_CC"; then
2162 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3457 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2163else 3458else
2164as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3459as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2165for as_dir in $PATH 3460for as_dir in $PATH
2166do 3461do
2167 IFS=$as_save_IFS 3462 IFS=$as_save_IFS
2168 test -z "$as_dir" && as_dir=. 3463 case $as_dir in #(((
3464 '') as_dir=./ ;;
3465 */) ;;
3466 *) as_dir=$as_dir/ ;;
3467 esac
2169 for ac_exec_ext in '' $ac_executable_extensions; do 3468 for ac_exec_ext in '' $ac_executable_extensions; do
2170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3469 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2171 ac_cv_prog_ac_ct_CC="$ac_prog" 3470 ac_cv_prog_ac_ct_CC="$ac_prog"
2172 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3471 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2173 break 2 3472 break 2
2174 fi 3473 fi
2175done 3474done
2176done 3475 done
2177IFS=$as_save_IFS 3476IFS=$as_save_IFS
2178 3477
2179fi 3478fi
2180fi 3479fi
2181ac_ct_CC=$ac_cv_prog_ac_ct_CC 3480ac_ct_CC=$ac_cv_prog_ac_ct_CC
2182if test -n "$ac_ct_CC"; then 3481if test -n "$ac_ct_CC"; then
2183 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 3482 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2184echo "${ECHO_T}$ac_ct_CC" >&6; } 3483printf "%s\n" "$ac_ct_CC" >&6; }
2185else 3484else
2186 { echo "$as_me:$LINENO: result: no" >&5 3485 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2187echo "${ECHO_T}no" >&6; } 3486printf "%s\n" "no" >&6; }
2188fi 3487fi
2189 3488
2190 3489
2191 test -n "$ac_ct_CC" && break 3490 test -n "$ac_ct_CC" && break
2192done 3491done
2194 if test "x$ac_ct_CC" = x; then 3493 if test "x$ac_ct_CC" = x; then
2195 CC="" 3494 CC=""
2196 else 3495 else
2197 case $cross_compiling:$ac_tool_warned in 3496 case $cross_compiling:$ac_tool_warned in
2198yes:) 3497yes:)
2199{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3498{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2200whose name does not start with the host triplet. If you think this 3499printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2201configuration is useful to you, please write to autoconf@gnu.org." >&5
2202echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2203whose name does not start with the host triplet. If you think this
2204configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2205ac_tool_warned=yes ;; 3500ac_tool_warned=yes ;;
2206esac 3501esac
2207 CC=$ac_ct_CC 3502 CC=$ac_ct_CC
2208 fi 3503 fi
2209fi 3504fi
2210 3505
2211fi 3506fi
3507if test -z "$CC"; then
3508 if test -n "$ac_tool_prefix"; then
3509 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
3510set dummy ${ac_tool_prefix}clang; ac_word=$2
3511{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3512printf %s "checking for $ac_word... " >&6; }
3513if test ${ac_cv_prog_CC+y}
3514then :
3515 printf %s "(cached) " >&6
3516else $as_nop
3517 if test -n "$CC"; then
3518 ac_cv_prog_CC="$CC" # Let the user override the test.
3519else
3520as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3521for as_dir in $PATH
3522do
3523 IFS=$as_save_IFS
3524 case $as_dir in #(((
3525 '') as_dir=./ ;;
3526 */) ;;
3527 *) as_dir=$as_dir/ ;;
3528 esac
3529 for ac_exec_ext in '' $ac_executable_extensions; do
3530 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3531 ac_cv_prog_CC="${ac_tool_prefix}clang"
3532 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3533 break 2
3534 fi
3535done
3536 done
3537IFS=$as_save_IFS
2212 3538
3539fi
3540fi
3541CC=$ac_cv_prog_CC
3542if test -n "$CC"; then
3543 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3544printf "%s\n" "$CC" >&6; }
3545else
3546 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3547printf "%s\n" "no" >&6; }
3548fi
2213 3549
2214test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 3550
2215See \`config.log' for more details." >&5 3551fi
3552if test -z "$ac_cv_prog_CC"; then
3553 ac_ct_CC=$CC
3554 # Extract the first word of "clang", so it can be a program name with args.
3555set dummy clang; ac_word=$2
3556{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3557printf %s "checking for $ac_word... " >&6; }
3558if test ${ac_cv_prog_ac_ct_CC+y}
3559then :
3560 printf %s "(cached) " >&6
3561else $as_nop
3562 if test -n "$ac_ct_CC"; then
3563 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3564else
3565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3566for as_dir in $PATH
3567do
3568 IFS=$as_save_IFS
3569 case $as_dir in #(((
3570 '') as_dir=./ ;;
3571 */) ;;
3572 *) as_dir=$as_dir/ ;;
3573 esac
3574 for ac_exec_ext in '' $ac_executable_extensions; do
3575 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3576 ac_cv_prog_ac_ct_CC="clang"
3577 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3578 break 2
3579 fi
3580done
3581 done
3582IFS=$as_save_IFS
3583
3584fi
3585fi
3586ac_ct_CC=$ac_cv_prog_ac_ct_CC
3587if test -n "$ac_ct_CC"; then
3588 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3589printf "%s\n" "$ac_ct_CC" >&6; }
3590else
3591 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3592printf "%s\n" "no" >&6; }
3593fi
3594
3595 if test "x$ac_ct_CC" = x; then
3596 CC=""
3597 else
3598 case $cross_compiling:$ac_tool_warned in
3599yes:)
3600{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3601printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3602ac_tool_warned=yes ;;
3603esac
3604 CC=$ac_ct_CC
3605 fi
3606else
3607 CC="$ac_cv_prog_CC"
3608fi
3609
3610fi
3611
3612
3613test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3614printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2216echo "$as_me: error: no acceptable C compiler found in \$PATH 3615as_fn_error $? "no acceptable C compiler found in \$PATH
2217See \`config.log' for more details." >&2;} 3616See \`config.log' for more details" "$LINENO" 5; }
2218 { (exit 1); exit 1; }; }
2219 3617
2220# Provide some information about the compiler. 3618# Provide some information about the compiler.
2221echo "$as_me:$LINENO: checking for C compiler version" >&5 3619printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2222ac_compiler=`set X $ac_compile; echo $2` 3620set X $ac_compile
3621ac_compiler=$2
3622for ac_option in --version -v -V -qversion -version; do
2223{ (ac_try="$ac_compiler --version >&5" 3623 { { ac_try="$ac_compiler $ac_option >&5"
2224case "(($ac_try" in 3624case "(($ac_try" in
2225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2226 *) ac_try_echo=$ac_try;; 3626 *) ac_try_echo=$ac_try;;
2227esac 3627esac
2228eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3628eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2229 (eval "$ac_compiler --version >&5") 2>&5 3629printf "%s\n" "$ac_try_echo"; } >&5
3630 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2230 ac_status=$? 3631 ac_status=$?
2231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3632 if test -s conftest.err; then
3633 sed '10a\
3634... rest of stderr output deleted ...
3635 10q' conftest.err >conftest.er1
3636 cat conftest.er1 >&5
3637 fi
3638 rm -f conftest.er1 conftest.err
3639 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2232 (exit $ac_status); } 3640 test $ac_status = 0; }
2233{ (ac_try="$ac_compiler -v >&5" 3641done
3642
3643cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3644/* end confdefs.h. */
3645
3646int
3647main (void)
3648{
3649
3650 ;
3651 return 0;
3652}
3653_ACEOF
3654ac_clean_files_save=$ac_clean_files
3655ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3656# Try to create an executable without -o first, disregard a.out.
3657# It will help us diagnose broken compilers, and finding out an intuition
3658# of exeext.
3659{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3660printf %s "checking whether the C compiler works... " >&6; }
3661ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3662
3663# The possible output files:
3664ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3665
3666ac_rmfiles=
3667for ac_file in $ac_files
3668do
3669 case $ac_file in
3670 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3671 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3672 esac
3673done
3674rm -f $ac_rmfiles
3675
3676if { { ac_try="$ac_link_default"
2234case "(($ac_try" in 3677case "(($ac_try" in
2235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2236 *) ac_try_echo=$ac_try;; 3679 *) ac_try_echo=$ac_try;;
2237esac 3680esac
2238eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3681eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2239 (eval "$ac_compiler -v >&5") 2>&5 3682printf "%s\n" "$ac_try_echo"; } >&5
2240 ac_status=$?
2241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2242 (exit $ac_status); }
2243{ (ac_try="$ac_compiler -V >&5"
2244case "(($ac_try" in
2245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2246 *) ac_try_echo=$ac_try;;
2247esac
2248eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2249 (eval "$ac_compiler -V >&5") 2>&5
2250 ac_status=$?
2251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2252 (exit $ac_status); }
2253
2254cat >conftest.$ac_ext <<_ACEOF
2255/* confdefs.h. */
2256_ACEOF
2257cat confdefs.h >>conftest.$ac_ext
2258cat >>conftest.$ac_ext <<_ACEOF
2259/* end confdefs.h. */
2260
2261int
2262main ()
2263{
2264
2265 ;
2266 return 0;
2267}
2268_ACEOF
2269ac_clean_files_save=$ac_clean_files
2270ac_clean_files="$ac_clean_files a.out a.exe b.out"
2271# Try to create an executable without -o first, disregard a.out.
2272# It will help us diagnose broken compilers, and finding out an intuition
2273# of exeext.
2274{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2275echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2276ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2277#
2278# List of possible output files, starting from the most likely.
2279# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2280# only as a last resort. b.out is created by i960 compilers.
2281ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2282#
2283# The IRIX 6 linker writes into existing files which may not be
2284# executable, retaining their permissions. Remove them first so a
2285# subsequent execution test works.
2286ac_rmfiles=
2287for ac_file in $ac_files
2288do
2289 case $ac_file in
2290 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2291 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2292 esac
2293done
2294rm -f $ac_rmfiles
2295
2296if { (ac_try="$ac_link_default"
2297case "(($ac_try" in
2298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2299 *) ac_try_echo=$ac_try;;
2300esac
2301eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2302 (eval "$ac_link_default") 2>&5 3683 (eval "$ac_link_default") 2>&5
2303 ac_status=$? 3684 ac_status=$?
2304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3685 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2305 (exit $ac_status); }; then 3686 test $ac_status = 0; }
3687then :
2306 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 3688 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2307# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 3689# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2308# in a Makefile. We should not override ac_cv_exeext if it was cached, 3690# in a Makefile. We should not override ac_cv_exeext if it was cached,
2309# so that the user can short-circuit this test for compilers unknown to 3691# so that the user can short-circuit this test for compilers unknown to
2310# Autoconf. 3692# Autoconf.
2311for ac_file in $ac_files '' 3693for ac_file in $ac_files ''
2312do 3694do
2313 test -f "$ac_file" || continue 3695 test -f "$ac_file" || continue
2314 case $ac_file in 3696 case $ac_file in
2315 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 3697 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2316 ;; 3698 ;;
2317 [ab].out ) 3699 [ab].out )
2318 # We found the default executable, but exeext='' is most 3700 # We found the default executable, but exeext='' is most
2319 # certainly right. 3701 # certainly right.
2320 break;; 3702 break;;
2321 *.* ) 3703 *.* )
2322 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 3704 if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
2323 then :; else 3705 then :; else
2324 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3706 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2325 fi 3707 fi
2326 # We set ac_cv_exeext here because the later test for it is not 3708 # We set ac_cv_exeext here because the later test for it is not
2327 # safe: cross compilers may not add the suffix if given an `-o' 3709 # safe: cross compilers may not add the suffix if given an `-o'
2333 break;; 3715 break;;
2334 esac 3716 esac
2335done 3717done
2336test "$ac_cv_exeext" = no && ac_cv_exeext= 3718test "$ac_cv_exeext" = no && ac_cv_exeext=
2337 3719
2338else 3720else $as_nop
2339 ac_file='' 3721 ac_file=''
2340fi 3722fi
2341
2342{ echo "$as_me:$LINENO: result: $ac_file" >&5
2343echo "${ECHO_T}$ac_file" >&6; }
2344if test -z "$ac_file"; then 3723if test -z "$ac_file"
3724then :
3725 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3726printf "%s\n" "no" >&6; }
2345 echo "$as_me: failed program was:" >&5 3727printf "%s\n" "$as_me: failed program was:" >&5
2346sed 's/^/| /' conftest.$ac_ext >&5 3728sed 's/^/| /' conftest.$ac_ext >&5
2347 3729
2348{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 3730{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2349See \`config.log' for more details." >&5 3731printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2350echo "$as_me: error: C compiler cannot create executables 3732as_fn_error 77 "C compiler cannot create executables
2351See \`config.log' for more details." >&2;} 3733See \`config.log' for more details" "$LINENO" 5; }
2352 { (exit 77); exit 77; }; } 3734else $as_nop
3735 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3736printf "%s\n" "yes" >&6; }
2353fi 3737fi
2354 3738{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3739printf %s "checking for C compiler default output file name... " >&6; }
3740{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3741printf "%s\n" "$ac_file" >&6; }
2355ac_exeext=$ac_cv_exeext 3742ac_exeext=$ac_cv_exeext
2356 3743
2357# Check that the compiler produces executables we can run. If not, either
2358# the compiler is broken, or we cross compile.
2359{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2360echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2361# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2362# If not cross compiling, check that we can run a simple program.
2363if test "$cross_compiling" != yes; then
2364 if { ac_try='./$ac_file'
2365 { (case "(($ac_try" in
2366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2367 *) ac_try_echo=$ac_try;;
2368esac
2369eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2370 (eval "$ac_try") 2>&5
2371 ac_status=$?
2372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2373 (exit $ac_status); }; }; then
2374 cross_compiling=no
2375 else
2376 if test "$cross_compiling" = maybe; then
2377 cross_compiling=yes
2378 else
2379 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2380If you meant to cross compile, use \`--host'.
2381See \`config.log' for more details." >&5
2382echo "$as_me: error: cannot run C compiled programs.
2383If you meant to cross compile, use \`--host'.
2384See \`config.log' for more details." >&2;}
2385 { (exit 1); exit 1; }; }
2386 fi
2387 fi
2388fi
2389{ echo "$as_me:$LINENO: result: yes" >&5
2390echo "${ECHO_T}yes" >&6; }
2391
2392rm -f a.out a.exe conftest$ac_cv_exeext b.out 3744rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2393ac_clean_files=$ac_clean_files_save 3745ac_clean_files=$ac_clean_files_save
2394# Check that the compiler produces executables we can run. If not, either
2395# the compiler is broken, or we cross compile.
2396{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2397echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2398{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
2399echo "${ECHO_T}$cross_compiling" >&6; }
2400
2401{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 3746{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2402echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 3747printf %s "checking for suffix of executables... " >&6; }
2403if { (ac_try="$ac_link" 3748if { { ac_try="$ac_link"
2404case "(($ac_try" in 3749case "(($ac_try" in
2405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2406 *) ac_try_echo=$ac_try;; 3751 *) ac_try_echo=$ac_try;;
2407esac 3752esac
2408eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3753eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3754printf "%s\n" "$ac_try_echo"; } >&5
2409 (eval "$ac_link") 2>&5 3755 (eval "$ac_link") 2>&5
2410 ac_status=$? 3756 ac_status=$?
2411 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3757 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2412 (exit $ac_status); }; then 3758 test $ac_status = 0; }
3759then :
2413 # If both `conftest.exe' and `conftest' are `present' (well, observable) 3760 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2414# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 3761# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2415# work properly (i.e., refer to `conftest.exe'), while it won't with 3762# work properly (i.e., refer to `conftest.exe'), while it won't with
2416# `rm'. 3763# `rm'.
2417for ac_file in conftest.exe conftest conftest.*; do 3764for ac_file in conftest.exe conftest conftest.*; do
2418 test -f "$ac_file" || continue 3765 test -f "$ac_file" || continue
2419 case $ac_file in 3766 case $ac_file in
2420 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3767 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2421 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3768 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2422 break;; 3769 break;;
2423 * ) break;; 3770 * ) break;;
2424 esac 3771 esac
2425done 3772done
2426else 3773else $as_nop
2427 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3774 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2428See \`config.log' for more details." >&5 3775printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2429echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3776as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2430See \`config.log' for more details." >&2;} 3777See \`config.log' for more details" "$LINENO" 5; }
2431 { (exit 1); exit 1; }; }
2432fi 3778fi
2433
2434rm -f conftest$ac_cv_exeext 3779rm -f conftest conftest$ac_cv_exeext
2435{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 3780{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2436echo "${ECHO_T}$ac_cv_exeext" >&6; } 3781printf "%s\n" "$ac_cv_exeext" >&6; }
2437 3782
2438rm -f conftest.$ac_ext 3783rm -f conftest.$ac_ext
2439EXEEXT=$ac_cv_exeext 3784EXEEXT=$ac_cv_exeext
2440ac_exeext=$EXEEXT 3785ac_exeext=$EXEEXT
2441{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
2442echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2443if test "${ac_cv_objext+set}" = set; then
2444 echo $ECHO_N "(cached) $ECHO_C" >&6
2445else
2446 cat >conftest.$ac_ext <<_ACEOF
2447/* confdefs.h. */
2448_ACEOF
2449cat confdefs.h >>conftest.$ac_ext 3786cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2450cat >>conftest.$ac_ext <<_ACEOF
2451/* end confdefs.h. */ 3787/* end confdefs.h. */
2452 3788#include <stdio.h>
2453int 3789int
2454main () 3790main (void)
2455{ 3791{
3792FILE *f = fopen ("conftest.out", "w");
3793 return ferror (f) || fclose (f) != 0;
2456 3794
2457 ; 3795 ;
2458 return 0; 3796 return 0;
2459} 3797}
2460_ACEOF 3798_ACEOF
2461rm -f conftest.o conftest.obj 3799ac_clean_files="$ac_clean_files conftest.out"
2462if { (ac_try="$ac_compile" 3800# Check that the compiler produces executables we can run. If not, either
3801# the compiler is broken, or we cross compile.
3802{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3803printf %s "checking whether we are cross compiling... " >&6; }
3804if test "$cross_compiling" != yes; then
3805 { { ac_try="$ac_link"
2463case "(($ac_try" in 3806case "(($ac_try" in
2464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2465 *) ac_try_echo=$ac_try;; 3808 *) ac_try_echo=$ac_try;;
2466esac 3809esac
2467eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3810eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3811printf "%s\n" "$ac_try_echo"; } >&5
3812 (eval "$ac_link") 2>&5
3813 ac_status=$?
3814 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3815 test $ac_status = 0; }
3816 if { ac_try='./conftest$ac_cv_exeext'
3817 { { case "(($ac_try" in
3818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3819 *) ac_try_echo=$ac_try;;
3820esac
3821eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3822printf "%s\n" "$ac_try_echo"; } >&5
3823 (eval "$ac_try") 2>&5
3824 ac_status=$?
3825 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3826 test $ac_status = 0; }; }; then
3827 cross_compiling=no
3828 else
3829 if test "$cross_compiling" = maybe; then
3830 cross_compiling=yes
3831 else
3832 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3833printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
3834as_fn_error 77 "cannot run C compiled programs.
3835If you meant to cross compile, use \`--host'.
3836See \`config.log' for more details" "$LINENO" 5; }
3837 fi
3838 fi
3839fi
3840{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3841printf "%s\n" "$cross_compiling" >&6; }
3842
3843rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3844ac_clean_files=$ac_clean_files_save
3845{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3846printf %s "checking for suffix of object files... " >&6; }
3847if test ${ac_cv_objext+y}
3848then :
3849 printf %s "(cached) " >&6
3850else $as_nop
3851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3852/* end confdefs.h. */
3853
3854int
3855main (void)
3856{
3857
3858 ;
3859 return 0;
3860}
3861_ACEOF
3862rm -f conftest.o conftest.obj
3863if { { ac_try="$ac_compile"
3864case "(($ac_try" in
3865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3866 *) ac_try_echo=$ac_try;;
3867esac
3868eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3869printf "%s\n" "$ac_try_echo"; } >&5
2468 (eval "$ac_compile") 2>&5 3870 (eval "$ac_compile") 2>&5
2469 ac_status=$? 3871 ac_status=$?
2470 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3872 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2471 (exit $ac_status); }; then 3873 test $ac_status = 0; }
3874then :
2472 for ac_file in conftest.o conftest.obj conftest.*; do 3875 for ac_file in conftest.o conftest.obj conftest.*; do
2473 test -f "$ac_file" || continue; 3876 test -f "$ac_file" || continue;
2474 case $ac_file in 3877 case $ac_file in
2475 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 3878 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2476 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3879 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2477 break;; 3880 break;;
2478 esac 3881 esac
2479done 3882done
2480else 3883else $as_nop
2481 echo "$as_me: failed program was:" >&5 3884 printf "%s\n" "$as_me: failed program was:" >&5
2482sed 's/^/| /' conftest.$ac_ext >&5 3885sed 's/^/| /' conftest.$ac_ext >&5
2483 3886
2484{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3887{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2485See \`config.log' for more details." >&5 3888printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2486echo "$as_me: error: cannot compute suffix of object files: cannot compile 3889as_fn_error $? "cannot compute suffix of object files: cannot compile
2487See \`config.log' for more details." >&2;} 3890See \`config.log' for more details" "$LINENO" 5; }
2488 { (exit 1); exit 1; }; }
2489fi 3891fi
2490
2491rm -f conftest.$ac_cv_objext conftest.$ac_ext 3892rm -f conftest.$ac_cv_objext conftest.$ac_ext
2492fi 3893fi
2493{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3894{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2494echo "${ECHO_T}$ac_cv_objext" >&6; } 3895printf "%s\n" "$ac_cv_objext" >&6; }
2495OBJEXT=$ac_cv_objext 3896OBJEXT=$ac_cv_objext
2496ac_objext=$OBJEXT 3897ac_objext=$OBJEXT
2497{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3898{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
2498echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 3899printf %s "checking whether the compiler supports GNU C... " >&6; }
2499if test "${ac_cv_c_compiler_gnu+set}" = set; then 3900if test ${ac_cv_c_compiler_gnu+y}
2500 echo $ECHO_N "(cached) $ECHO_C" >&6 3901then :
2501else 3902 printf %s "(cached) " >&6
2502 cat >conftest.$ac_ext <<_ACEOF 3903else $as_nop
2503/* confdefs.h. */
2504_ACEOF
2505cat confdefs.h >>conftest.$ac_ext 3904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2506cat >>conftest.$ac_ext <<_ACEOF
2507/* end confdefs.h. */ 3905/* end confdefs.h. */
2508 3906
2509int 3907int
2510main () 3908main (void)
2511{ 3909{
2512#ifndef __GNUC__ 3910#ifndef __GNUC__
2513 choke me 3911 choke me
2514#endif 3912#endif
2515 3913
2516 ; 3914 ;
2517 return 0; 3915 return 0;
2518} 3916}
2519_ACEOF 3917_ACEOF
2520rm -f conftest.$ac_objext 3918if ac_fn_c_try_compile "$LINENO"
2521if { (ac_try="$ac_compile" 3919then :
2522case "(($ac_try" in
2523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2524 *) ac_try_echo=$ac_try;;
2525esac
2526eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2527 (eval "$ac_compile") 2>conftest.er1
2528 ac_status=$?
2529 grep -v '^ *+' conftest.er1 >conftest.err
2530 rm -f conftest.er1
2531 cat conftest.err >&5
2532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2533 (exit $ac_status); } && {
2534 test -z "$ac_c_werror_flag" ||
2535 test ! -s conftest.err
2536 } && test -s conftest.$ac_objext; then
2537 ac_compiler_gnu=yes 3920 ac_compiler_gnu=yes
3921else $as_nop
3922 ac_compiler_gnu=no
3923fi
3924rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3925ac_cv_c_compiler_gnu=$ac_compiler_gnu
3926
3927fi
3928{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3929printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
3930ac_compiler_gnu=$ac_cv_c_compiler_gnu
3931
3932if test $ac_compiler_gnu = yes; then
3933 GCC=yes
2538else 3934else
2539 echo "$as_me: failed program was:" >&5 3935 GCC=
2540sed 's/^/| /' conftest.$ac_ext >&5
2541
2542 ac_compiler_gnu=no
2543fi 3936fi
2544
2545rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2546ac_cv_c_compiler_gnu=$ac_compiler_gnu
2547
2548fi
2549{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2550echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2551GCC=`test $ac_compiler_gnu = yes && echo yes`
2552ac_test_CFLAGS=${CFLAGS+set} 3937ac_test_CFLAGS=${CFLAGS+y}
2553ac_save_CFLAGS=$CFLAGS 3938ac_save_CFLAGS=$CFLAGS
2554{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3939{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2555echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 3940printf %s "checking whether $CC accepts -g... " >&6; }
2556if test "${ac_cv_prog_cc_g+set}" = set; then 3941if test ${ac_cv_prog_cc_g+y}
2557 echo $ECHO_N "(cached) $ECHO_C" >&6 3942then :
2558else 3943 printf %s "(cached) " >&6
3944else $as_nop
2559 ac_save_c_werror_flag=$ac_c_werror_flag 3945 ac_save_c_werror_flag=$ac_c_werror_flag
2560 ac_c_werror_flag=yes 3946 ac_c_werror_flag=yes
2561 ac_cv_prog_cc_g=no 3947 ac_cv_prog_cc_g=no
2562 CFLAGS="-g" 3948 CFLAGS="-g"
2563 cat >conftest.$ac_ext <<_ACEOF
2564/* confdefs.h. */
2565_ACEOF
2566cat confdefs.h >>conftest.$ac_ext 3949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2567cat >>conftest.$ac_ext <<_ACEOF
2568/* end confdefs.h. */ 3950/* end confdefs.h. */
2569 3951
2570int 3952int
2571main () 3953main (void)
2572{ 3954{
2573 3955
2574 ; 3956 ;
2575 return 0; 3957 return 0;
2576} 3958}
2577_ACEOF 3959_ACEOF
2578rm -f conftest.$ac_objext 3960if ac_fn_c_try_compile "$LINENO"
2579if { (ac_try="$ac_compile" 3961then :
2580case "(($ac_try" in
2581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2582 *) ac_try_echo=$ac_try;;
2583esac
2584eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2585 (eval "$ac_compile") 2>conftest.er1
2586 ac_status=$?
2587 grep -v '^ *+' conftest.er1 >conftest.err
2588 rm -f conftest.er1
2589 cat conftest.err >&5
2590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2591 (exit $ac_status); } && {
2592 test -z "$ac_c_werror_flag" ||
2593 test ! -s conftest.err
2594 } && test -s conftest.$ac_objext; then
2595 ac_cv_prog_cc_g=yes 3962 ac_cv_prog_cc_g=yes
2596else 3963else $as_nop
2597 echo "$as_me: failed program was:" >&5
2598sed 's/^/| /' conftest.$ac_ext >&5
2599
2600 CFLAGS="" 3964 CFLAGS=""
2601 cat >conftest.$ac_ext <<_ACEOF
2602/* confdefs.h. */
2603_ACEOF
2604cat confdefs.h >>conftest.$ac_ext 3965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2605cat >>conftest.$ac_ext <<_ACEOF
2606/* end confdefs.h. */ 3966/* end confdefs.h. */
2607 3967
2608int 3968int
2609main () 3969main (void)
2610{ 3970{
2611 3971
2612 ; 3972 ;
2613 return 0; 3973 return 0;
2614} 3974}
2615_ACEOF 3975_ACEOF
2616rm -f conftest.$ac_objext 3976if ac_fn_c_try_compile "$LINENO"
2617if { (ac_try="$ac_compile" 3977then :
2618case "(($ac_try" in
2619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2620 *) ac_try_echo=$ac_try;;
2621esac
2622eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2623 (eval "$ac_compile") 2>conftest.er1
2624 ac_status=$?
2625 grep -v '^ *+' conftest.er1 >conftest.err
2626 rm -f conftest.er1
2627 cat conftest.err >&5
2628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2629 (exit $ac_status); } && {
2630 test -z "$ac_c_werror_flag" ||
2631 test ! -s conftest.err
2632 } && test -s conftest.$ac_objext; then
2633 :
2634else
2635 echo "$as_me: failed program was:" >&5
2636sed 's/^/| /' conftest.$ac_ext >&5
2637 3978
3979else $as_nop
2638 ac_c_werror_flag=$ac_save_c_werror_flag 3980 ac_c_werror_flag=$ac_save_c_werror_flag
2639 CFLAGS="-g" 3981 CFLAGS="-g"
2640 cat >conftest.$ac_ext <<_ACEOF
2641/* confdefs.h. */
2642_ACEOF
2643cat confdefs.h >>conftest.$ac_ext 3982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2644cat >>conftest.$ac_ext <<_ACEOF
2645/* end confdefs.h. */ 3983/* end confdefs.h. */
2646 3984
2647int 3985int
2648main () 3986main (void)
2649{ 3987{
2650 3988
2651 ; 3989 ;
2652 return 0; 3990 return 0;
2653} 3991}
2654_ACEOF 3992_ACEOF
2655rm -f conftest.$ac_objext 3993if ac_fn_c_try_compile "$LINENO"
2656if { (ac_try="$ac_compile" 3994then :
2657case "(($ac_try" in
2658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2659 *) ac_try_echo=$ac_try;;
2660esac
2661eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2662 (eval "$ac_compile") 2>conftest.er1
2663 ac_status=$?
2664 grep -v '^ *+' conftest.er1 >conftest.err
2665 rm -f conftest.er1
2666 cat conftest.err >&5
2667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2668 (exit $ac_status); } && {
2669 test -z "$ac_c_werror_flag" ||
2670 test ! -s conftest.err
2671 } && test -s conftest.$ac_objext; then
2672 ac_cv_prog_cc_g=yes 3995 ac_cv_prog_cc_g=yes
2673else
2674 echo "$as_me: failed program was:" >&5
2675sed 's/^/| /' conftest.$ac_ext >&5
2676
2677
2678fi 3996fi
2679
2680rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3997rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2681fi 3998fi
2682
2683rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3999rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2684fi 4000fi
2685
2686rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4001rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2687 ac_c_werror_flag=$ac_save_c_werror_flag 4002 ac_c_werror_flag=$ac_save_c_werror_flag
2688fi 4003fi
2689{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 4004{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2690echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 4005printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
2691if test "$ac_test_CFLAGS" = set; then 4006if test $ac_test_CFLAGS; then
2692 CFLAGS=$ac_save_CFLAGS 4007 CFLAGS=$ac_save_CFLAGS
2693elif test $ac_cv_prog_cc_g = yes; then 4008elif test $ac_cv_prog_cc_g = yes; then
2694 if test "$GCC" = yes; then 4009 if test "$GCC" = yes; then
2695 CFLAGS="-g -O2" 4010 CFLAGS="-g -O2"
2696 else 4011 else
2701 CFLAGS="-O2" 4016 CFLAGS="-O2"
2702 else 4017 else
2703 CFLAGS= 4018 CFLAGS=
2704 fi 4019 fi
2705fi 4020fi
2706{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 4021ac_prog_cc_stdc=no
2707echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 4022if test x$ac_prog_cc_stdc = xno
4023then :
4024 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
4025printf %s "checking for $CC option to enable C11 features... " >&6; }
4026if test ${ac_cv_prog_cc_c11+y}
4027then :
4028 printf %s "(cached) " >&6
4029else $as_nop
4030 ac_cv_prog_cc_c11=no
4031ac_save_CC=$CC
4032cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4033/* end confdefs.h. */
4034$ac_c_conftest_c11_program
4035_ACEOF
4036for ac_arg in '' -std=gnu11
4037do
4038 CC="$ac_save_CC $ac_arg"
4039 if ac_fn_c_try_compile "$LINENO"
4040then :
4041 ac_cv_prog_cc_c11=$ac_arg
4042fi
4043rm -f core conftest.err conftest.$ac_objext conftest.beam
4044 test "x$ac_cv_prog_cc_c11" != "xno" && break
4045done
4046rm -f conftest.$ac_ext
4047CC=$ac_save_CC
4048fi
4049
4050if test "x$ac_cv_prog_cc_c11" = xno
4051then :
4052 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4053printf "%s\n" "unsupported" >&6; }
4054else $as_nop
4055 if test "x$ac_cv_prog_cc_c11" = x
4056then :
4057 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4058printf "%s\n" "none needed" >&6; }
4059else $as_nop
4060 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
4061printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
4062 CC="$CC $ac_cv_prog_cc_c11"
4063fi
4064 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
4065 ac_prog_cc_stdc=c11
4066fi
4067fi
4068if test x$ac_prog_cc_stdc = xno
4069then :
4070 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
4071printf %s "checking for $CC option to enable C99 features... " >&6; }
4072if test ${ac_cv_prog_cc_c99+y}
4073then :
4074 printf %s "(cached) " >&6
4075else $as_nop
4076 ac_cv_prog_cc_c99=no
4077ac_save_CC=$CC
4078cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4079/* end confdefs.h. */
4080$ac_c_conftest_c99_program
4081_ACEOF
4082for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
4083do
4084 CC="$ac_save_CC $ac_arg"
4085 if ac_fn_c_try_compile "$LINENO"
4086then :
4087 ac_cv_prog_cc_c99=$ac_arg
4088fi
4089rm -f core conftest.err conftest.$ac_objext conftest.beam
4090 test "x$ac_cv_prog_cc_c99" != "xno" && break
4091done
4092rm -f conftest.$ac_ext
4093CC=$ac_save_CC
4094fi
4095
2708if test "${ac_cv_prog_cc_c89+set}" = set; then 4096if test "x$ac_cv_prog_cc_c99" = xno
2709 echo $ECHO_N "(cached) $ECHO_C" >&6 4097then :
2710else 4098 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4099printf "%s\n" "unsupported" >&6; }
4100else $as_nop
4101 if test "x$ac_cv_prog_cc_c99" = x
4102then :
4103 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4104printf "%s\n" "none needed" >&6; }
4105else $as_nop
4106 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
4107printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
4108 CC="$CC $ac_cv_prog_cc_c99"
4109fi
4110 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
4111 ac_prog_cc_stdc=c99
4112fi
4113fi
4114if test x$ac_prog_cc_stdc = xno
4115then :
4116 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
4117printf %s "checking for $CC option to enable C89 features... " >&6; }
4118if test ${ac_cv_prog_cc_c89+y}
4119then :
4120 printf %s "(cached) " >&6
4121else $as_nop
2711 ac_cv_prog_cc_c89=no 4122 ac_cv_prog_cc_c89=no
2712ac_save_CC=$CC 4123ac_save_CC=$CC
2713cat >conftest.$ac_ext <<_ACEOF 4124cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2714/* confdefs.h. */ 4125/* end confdefs.h. */
4126$ac_c_conftest_c89_program
2715_ACEOF 4127_ACEOF
2716cat confdefs.h >>conftest.$ac_ext 4128for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2717cat >>conftest.$ac_ext <<_ACEOF
2718/* end confdefs.h. */
2719#include <stdarg.h>
2720#include <stdio.h>
2721#include <sys/types.h>
2722#include <sys/stat.h>
2723/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2724struct buf { int x; };
2725FILE * (*rcsopen) (struct buf *, struct stat *, int);
2726static char *e (p, i)
2727 char **p;
2728 int i;
2729{
2730 return p[i];
2731}
2732static char *f (char * (*g) (char **, int), char **p, ...)
2733{
2734 char *s;
2735 va_list v;
2736 va_start (v,p);
2737 s = g (p, va_arg (v,int));
2738 va_end (v);
2739 return s;
2740}
2741
2742/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2743 function prototypes and stuff, but not '\xHH' hex character constants.
2744 These don't provoke an error unfortunately, instead are silently treated
2745 as 'x'. The following induces an error, until -std is added to get
2746 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2747 array size at least. It's necessary to write '\x00'==0 to get something
2748 that's true only with -std. */
2749int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2750
2751/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2752 inside strings and character constants. */
2753#define FOO(x) 'x'
2754int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2755
2756int test (int i, double x);
2757struct s1 {int (*f) (int a);};
2758struct s2 {int (*f) (double a);};
2759int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2760int argc;
2761char **argv;
2762int
2763main ()
2764{
2765return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2766 ;
2767 return 0;
2768}
2769_ACEOF
2770for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2771 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2772do 4129do
2773 CC="$ac_save_CC $ac_arg" 4130 CC="$ac_save_CC $ac_arg"
2774 rm -f conftest.$ac_objext 4131 if ac_fn_c_try_compile "$LINENO"
2775if { (ac_try="$ac_compile" 4132then :
2776case "(($ac_try" in
2777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2778 *) ac_try_echo=$ac_try;;
2779esac
2780eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2781 (eval "$ac_compile") 2>conftest.er1
2782 ac_status=$?
2783 grep -v '^ *+' conftest.er1 >conftest.err
2784 rm -f conftest.er1
2785 cat conftest.err >&5
2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787 (exit $ac_status); } && {
2788 test -z "$ac_c_werror_flag" ||
2789 test ! -s conftest.err
2790 } && test -s conftest.$ac_objext; then
2791 ac_cv_prog_cc_c89=$ac_arg 4133 ac_cv_prog_cc_c89=$ac_arg
2792else
2793 echo "$as_me: failed program was:" >&5
2794sed 's/^/| /' conftest.$ac_ext >&5
2795
2796
2797fi 4134fi
2798
2799rm -f core conftest.err conftest.$ac_objext 4135rm -f core conftest.err conftest.$ac_objext conftest.beam
2800 test "x$ac_cv_prog_cc_c89" != "xno" && break 4136 test "x$ac_cv_prog_cc_c89" != "xno" && break
2801done 4137done
2802rm -f conftest.$ac_ext 4138rm -f conftest.$ac_ext
2803CC=$ac_save_CC 4139CC=$ac_save_CC
2804
2805fi 4140fi
2806# AC_CACHE_VAL 4141
2807case "x$ac_cv_prog_cc_c89" in 4142if test "x$ac_cv_prog_cc_c89" = xno
2808 x) 4143then :
2809 { echo "$as_me:$LINENO: result: none needed" >&5 4144 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
2810echo "${ECHO_T}none needed" >&6; } ;; 4145printf "%s\n" "unsupported" >&6; }
2811 xno) 4146else $as_nop
2812 { echo "$as_me:$LINENO: result: unsupported" >&5 4147 if test "x$ac_cv_prog_cc_c89" = x
2813echo "${ECHO_T}unsupported" >&6; } ;; 4148then :
2814 *) 4149 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4150printf "%s\n" "none needed" >&6; }
4151else $as_nop
4152 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4153printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
2815 CC="$CC $ac_cv_prog_cc_c89" 4154 CC="$CC $ac_cv_prog_cc_c89"
2816 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 4155fi
2817echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 4156 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
2818esac 4157 ac_prog_cc_stdc=c89
2819 4158fi
4159fi
2820 4160
2821ac_ext=c 4161ac_ext=c
2822ac_cpp='$CPP $CPPFLAGS' 4162ac_cpp='$CPP $CPPFLAGS'
2823ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4163ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2824ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4164ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2825ac_compiler_gnu=$ac_cv_c_compiler_gnu 4165ac_compiler_gnu=$ac_cv_c_compiler_gnu
4166
4167
4168
4169
4170
4171
2826 4172
2827ac_ext=cpp 4173ac_ext=cpp
2828ac_cpp='$CXXCPP $CPPFLAGS' 4174ac_cpp='$CXXCPP $CPPFLAGS'
2829ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4175ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2830ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4176ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2832if test -z "$CXX"; then 4178if test -z "$CXX"; then
2833 if test -n "$CCC"; then 4179 if test -n "$CCC"; then
2834 CXX=$CCC 4180 CXX=$CCC
2835 else 4181 else
2836 if test -n "$ac_tool_prefix"; then 4182 if test -n "$ac_tool_prefix"; then
2837 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 4183 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
2838 do 4184 do
2839 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4185 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2840set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4186set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2841{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4187{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2842echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4188printf %s "checking for $ac_word... " >&6; }
2843if test "${ac_cv_prog_CXX+set}" = set; then 4189if test ${ac_cv_prog_CXX+y}
2844 echo $ECHO_N "(cached) $ECHO_C" >&6 4190then :
2845else 4191 printf %s "(cached) " >&6
4192else $as_nop
2846 if test -n "$CXX"; then 4193 if test -n "$CXX"; then
2847 ac_cv_prog_CXX="$CXX" # Let the user override the test. 4194 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2848else 4195else
2849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2850for as_dir in $PATH 4197for as_dir in $PATH
2851do 4198do
2852 IFS=$as_save_IFS 4199 IFS=$as_save_IFS
2853 test -z "$as_dir" && as_dir=. 4200 case $as_dir in #(((
4201 '') as_dir=./ ;;
4202 */) ;;
4203 *) as_dir=$as_dir/ ;;
4204 esac
2854 for ac_exec_ext in '' $ac_executable_extensions; do 4205 for ac_exec_ext in '' $ac_executable_extensions; do
2855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4206 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2856 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 4207 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2857 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4208 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2858 break 2 4209 break 2
2859 fi 4210 fi
2860done 4211done
2861done 4212 done
2862IFS=$as_save_IFS 4213IFS=$as_save_IFS
2863 4214
2864fi 4215fi
2865fi 4216fi
2866CXX=$ac_cv_prog_CXX 4217CXX=$ac_cv_prog_CXX
2867if test -n "$CXX"; then 4218if test -n "$CXX"; then
2868 { echo "$as_me:$LINENO: result: $CXX" >&5 4219 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2869echo "${ECHO_T}$CXX" >&6; } 4220printf "%s\n" "$CXX" >&6; }
2870else 4221else
2871 { echo "$as_me:$LINENO: result: no" >&5 4222 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2872echo "${ECHO_T}no" >&6; } 4223printf "%s\n" "no" >&6; }
2873fi 4224fi
2874 4225
2875 4226
2876 test -n "$CXX" && break 4227 test -n "$CXX" && break
2877 done 4228 done
2878fi 4229fi
2879if test -z "$CXX"; then 4230if test -z "$CXX"; then
2880 ac_ct_CXX=$CXX 4231 ac_ct_CXX=$CXX
2881 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 4232 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
2882do 4233do
2883 # Extract the first word of "$ac_prog", so it can be a program name with args. 4234 # Extract the first word of "$ac_prog", so it can be a program name with args.
2884set dummy $ac_prog; ac_word=$2 4235set dummy $ac_prog; ac_word=$2
2885{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4236{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2886echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4237printf %s "checking for $ac_word... " >&6; }
2887if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 4238if test ${ac_cv_prog_ac_ct_CXX+y}
2888 echo $ECHO_N "(cached) $ECHO_C" >&6 4239then :
2889else 4240 printf %s "(cached) " >&6
4241else $as_nop
2890 if test -n "$ac_ct_CXX"; then 4242 if test -n "$ac_ct_CXX"; then
2891 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 4243 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2892else 4244else
2893as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2894for as_dir in $PATH 4246for as_dir in $PATH
2895do 4247do
2896 IFS=$as_save_IFS 4248 IFS=$as_save_IFS
2897 test -z "$as_dir" && as_dir=. 4249 case $as_dir in #(((
4250 '') as_dir=./ ;;
4251 */) ;;
4252 *) as_dir=$as_dir/ ;;
4253 esac
2898 for ac_exec_ext in '' $ac_executable_extensions; do 4254 for ac_exec_ext in '' $ac_executable_extensions; do
2899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4255 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2900 ac_cv_prog_ac_ct_CXX="$ac_prog" 4256 ac_cv_prog_ac_ct_CXX="$ac_prog"
2901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4257 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2902 break 2 4258 break 2
2903 fi 4259 fi
2904done 4260done
2905done 4261 done
2906IFS=$as_save_IFS 4262IFS=$as_save_IFS
2907 4263
2908fi 4264fi
2909fi 4265fi
2910ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 4266ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2911if test -n "$ac_ct_CXX"; then 4267if test -n "$ac_ct_CXX"; then
2912 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 4268 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2913echo "${ECHO_T}$ac_ct_CXX" >&6; } 4269printf "%s\n" "$ac_ct_CXX" >&6; }
2914else 4270else
2915 { echo "$as_me:$LINENO: result: no" >&5 4271 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2916echo "${ECHO_T}no" >&6; } 4272printf "%s\n" "no" >&6; }
2917fi 4273fi
2918 4274
2919 4275
2920 test -n "$ac_ct_CXX" && break 4276 test -n "$ac_ct_CXX" && break
2921done 4277done
2923 if test "x$ac_ct_CXX" = x; then 4279 if test "x$ac_ct_CXX" = x; then
2924 CXX="g++" 4280 CXX="g++"
2925 else 4281 else
2926 case $cross_compiling:$ac_tool_warned in 4282 case $cross_compiling:$ac_tool_warned in
2927yes:) 4283yes:)
2928{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4284{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2929whose name does not start with the host triplet. If you think this 4285printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2930configuration is useful to you, please write to autoconf@gnu.org." >&5
2931echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2932whose name does not start with the host triplet. If you think this
2933configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2934ac_tool_warned=yes ;; 4286ac_tool_warned=yes ;;
2935esac 4287esac
2936 CXX=$ac_ct_CXX 4288 CXX=$ac_ct_CXX
2937 fi 4289 fi
2938fi 4290fi
2939 4291
2940 fi 4292 fi
2941fi 4293fi
2942# Provide some information about the compiler. 4294# Provide some information about the compiler.
2943echo "$as_me:$LINENO: checking for C++ compiler version" >&5 4295printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
2944ac_compiler=`set X $ac_compile; echo $2` 4296set X $ac_compile
4297ac_compiler=$2
4298for ac_option in --version -v -V -qversion; do
2945{ (ac_try="$ac_compiler --version >&5" 4299 { { ac_try="$ac_compiler $ac_option >&5"
2946case "(($ac_try" in 4300case "(($ac_try" in
2947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2948 *) ac_try_echo=$ac_try;; 4302 *) ac_try_echo=$ac_try;;
2949esac 4303esac
2950eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4304eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2951 (eval "$ac_compiler --version >&5") 2>&5 4305printf "%s\n" "$ac_try_echo"; } >&5
4306 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2952 ac_status=$? 4307 ac_status=$?
2953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4308 if test -s conftest.err; then
4309 sed '10a\
4310... rest of stderr output deleted ...
4311 10q' conftest.err >conftest.er1
4312 cat conftest.er1 >&5
4313 fi
4314 rm -f conftest.er1 conftest.err
4315 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2954 (exit $ac_status); } 4316 test $ac_status = 0; }
2955{ (ac_try="$ac_compiler -v >&5" 4317done
2956case "(($ac_try" in
2957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2958 *) ac_try_echo=$ac_try;;
2959esac
2960eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2961 (eval "$ac_compiler -v >&5") 2>&5
2962 ac_status=$?
2963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2964 (exit $ac_status); }
2965{ (ac_try="$ac_compiler -V >&5"
2966case "(($ac_try" in
2967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2968 *) ac_try_echo=$ac_try;;
2969esac
2970eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2971 (eval "$ac_compiler -V >&5") 2>&5
2972 ac_status=$?
2973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2974 (exit $ac_status); }
2975 4318
2976{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 4319{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C++" >&5
2977echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 4320printf %s "checking whether the compiler supports GNU C++... " >&6; }
2978if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 4321if test ${ac_cv_cxx_compiler_gnu+y}
2979 echo $ECHO_N "(cached) $ECHO_C" >&6 4322then :
2980else 4323 printf %s "(cached) " >&6
2981 cat >conftest.$ac_ext <<_ACEOF 4324else $as_nop
2982/* confdefs.h. */
2983_ACEOF
2984cat confdefs.h >>conftest.$ac_ext 4325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2985cat >>conftest.$ac_ext <<_ACEOF
2986/* end confdefs.h. */ 4326/* end confdefs.h. */
2987 4327
2988int 4328int
2989main () 4329main (void)
2990{ 4330{
2991#ifndef __GNUC__ 4331#ifndef __GNUC__
2992 choke me 4332 choke me
2993#endif 4333#endif
2994 4334
2995 ; 4335 ;
2996 return 0; 4336 return 0;
2997} 4337}
2998_ACEOF 4338_ACEOF
2999rm -f conftest.$ac_objext 4339if ac_fn_cxx_try_compile "$LINENO"
3000if { (ac_try="$ac_compile" 4340then :
3001case "(($ac_try" in
3002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3003 *) ac_try_echo=$ac_try;;
3004esac
3005eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3006 (eval "$ac_compile") 2>conftest.er1
3007 ac_status=$?
3008 grep -v '^ *+' conftest.er1 >conftest.err
3009 rm -f conftest.er1
3010 cat conftest.err >&5
3011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3012 (exit $ac_status); } && {
3013 test -z "$ac_cxx_werror_flag" ||
3014 test ! -s conftest.err
3015 } && test -s conftest.$ac_objext; then
3016 ac_compiler_gnu=yes 4341 ac_compiler_gnu=yes
4342else $as_nop
4343 ac_compiler_gnu=no
4344fi
4345rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4346ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4347
4348fi
4349{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4350printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; }
4351ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4352
4353if test $ac_compiler_gnu = yes; then
4354 GXX=yes
3017else 4355else
3018 echo "$as_me: failed program was:" >&5 4356 GXX=
3019sed 's/^/| /' conftest.$ac_ext >&5
3020
3021 ac_compiler_gnu=no
3022fi 4357fi
3023
3024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3025ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3026
3027fi
3028{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3029echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3030GXX=`test $ac_compiler_gnu = yes && echo yes`
3031ac_test_CXXFLAGS=${CXXFLAGS+set} 4358ac_test_CXXFLAGS=${CXXFLAGS+y}
3032ac_save_CXXFLAGS=$CXXFLAGS 4359ac_save_CXXFLAGS=$CXXFLAGS
3033{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 4360{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3034echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 4361printf %s "checking whether $CXX accepts -g... " >&6; }
3035if test "${ac_cv_prog_cxx_g+set}" = set; then 4362if test ${ac_cv_prog_cxx_g+y}
3036 echo $ECHO_N "(cached) $ECHO_C" >&6 4363then :
3037else 4364 printf %s "(cached) " >&6
4365else $as_nop
3038 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 4366 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3039 ac_cxx_werror_flag=yes 4367 ac_cxx_werror_flag=yes
3040 ac_cv_prog_cxx_g=no 4368 ac_cv_prog_cxx_g=no
3041 CXXFLAGS="-g" 4369 CXXFLAGS="-g"
3042 cat >conftest.$ac_ext <<_ACEOF
3043/* confdefs.h. */
3044_ACEOF
3045cat confdefs.h >>conftest.$ac_ext 4370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3046cat >>conftest.$ac_ext <<_ACEOF
3047/* end confdefs.h. */ 4371/* end confdefs.h. */
3048 4372
3049int 4373int
3050main () 4374main (void)
3051{ 4375{
3052 4376
3053 ; 4377 ;
3054 return 0; 4378 return 0;
3055} 4379}
3056_ACEOF 4380_ACEOF
3057rm -f conftest.$ac_objext 4381if ac_fn_cxx_try_compile "$LINENO"
3058if { (ac_try="$ac_compile" 4382then :
3059case "(($ac_try" in
3060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3061 *) ac_try_echo=$ac_try;;
3062esac
3063eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3064 (eval "$ac_compile") 2>conftest.er1
3065 ac_status=$?
3066 grep -v '^ *+' conftest.er1 >conftest.err
3067 rm -f conftest.er1
3068 cat conftest.err >&5
3069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3070 (exit $ac_status); } && {
3071 test -z "$ac_cxx_werror_flag" ||
3072 test ! -s conftest.err
3073 } && test -s conftest.$ac_objext; then
3074 ac_cv_prog_cxx_g=yes 4383 ac_cv_prog_cxx_g=yes
3075else 4384else $as_nop
3076 echo "$as_me: failed program was:" >&5
3077sed 's/^/| /' conftest.$ac_ext >&5
3078
3079 CXXFLAGS="" 4385 CXXFLAGS=""
3080 cat >conftest.$ac_ext <<_ACEOF
3081/* confdefs.h. */
3082_ACEOF
3083cat confdefs.h >>conftest.$ac_ext 4386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3084cat >>conftest.$ac_ext <<_ACEOF
3085/* end confdefs.h. */ 4387/* end confdefs.h. */
3086 4388
3087int 4389int
3088main () 4390main (void)
3089{ 4391{
3090 4392
3091 ; 4393 ;
3092 return 0; 4394 return 0;
3093} 4395}
3094_ACEOF 4396_ACEOF
3095rm -f conftest.$ac_objext 4397if ac_fn_cxx_try_compile "$LINENO"
3096if { (ac_try="$ac_compile" 4398then :
3097case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100esac
3101eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3102 (eval "$ac_compile") 2>conftest.er1
3103 ac_status=$?
3104 grep -v '^ *+' conftest.er1 >conftest.err
3105 rm -f conftest.er1
3106 cat conftest.err >&5
3107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3108 (exit $ac_status); } && {
3109 test -z "$ac_cxx_werror_flag" ||
3110 test ! -s conftest.err
3111 } && test -s conftest.$ac_objext; then
3112 :
3113else
3114 echo "$as_me: failed program was:" >&5
3115sed 's/^/| /' conftest.$ac_ext >&5
3116 4399
4400else $as_nop
3117 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4401 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3118 CXXFLAGS="-g" 4402 CXXFLAGS="-g"
3119 cat >conftest.$ac_ext <<_ACEOF
3120/* confdefs.h. */
3121_ACEOF
3122cat confdefs.h >>conftest.$ac_ext 4403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3123cat >>conftest.$ac_ext <<_ACEOF
3124/* end confdefs.h. */ 4404/* end confdefs.h. */
3125 4405
3126int 4406int
3127main () 4407main (void)
3128{ 4408{
3129 4409
3130 ; 4410 ;
3131 return 0; 4411 return 0;
3132} 4412}
3133_ACEOF 4413_ACEOF
3134rm -f conftest.$ac_objext 4414if ac_fn_cxx_try_compile "$LINENO"
3135if { (ac_try="$ac_compile" 4415then :
3136case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139esac
3140eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3141 (eval "$ac_compile") 2>conftest.er1
3142 ac_status=$?
3143 grep -v '^ *+' conftest.er1 >conftest.err
3144 rm -f conftest.er1
3145 cat conftest.err >&5
3146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3147 (exit $ac_status); } && {
3148 test -z "$ac_cxx_werror_flag" ||
3149 test ! -s conftest.err
3150 } && test -s conftest.$ac_objext; then
3151 ac_cv_prog_cxx_g=yes 4416 ac_cv_prog_cxx_g=yes
3152else
3153 echo "$as_me: failed program was:" >&5
3154sed 's/^/| /' conftest.$ac_ext >&5
3155
3156
3157fi 4417fi
3158
3159rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4418rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3160fi 4419fi
3161
3162rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4420rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3163fi 4421fi
3164
3165rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4422rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3166 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4423 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3167fi 4424fi
3168{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 4425{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3169echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 4426printf "%s\n" "$ac_cv_prog_cxx_g" >&6; }
3170if test "$ac_test_CXXFLAGS" = set; then 4427if test $ac_test_CXXFLAGS; then
3171 CXXFLAGS=$ac_save_CXXFLAGS 4428 CXXFLAGS=$ac_save_CXXFLAGS
3172elif test $ac_cv_prog_cxx_g = yes; then 4429elif test $ac_cv_prog_cxx_g = yes; then
3173 if test "$GXX" = yes; then 4430 if test "$GXX" = yes; then
3174 CXXFLAGS="-g -O2" 4431 CXXFLAGS="-g -O2"
3175 else 4432 else
3180 CXXFLAGS="-O2" 4437 CXXFLAGS="-O2"
3181 else 4438 else
3182 CXXFLAGS= 4439 CXXFLAGS=
3183 fi 4440 fi
3184fi 4441fi
4442ac_prog_cxx_stdcxx=no
4443if test x$ac_prog_cxx_stdcxx = xno
4444then :
4445 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
4446printf %s "checking for $CXX option to enable C++11 features... " >&6; }
4447if test ${ac_cv_prog_cxx_cxx11+y}
4448then :
4449 printf %s "(cached) " >&6
4450else $as_nop
4451 ac_cv_prog_cxx_cxx11=no
4452ac_save_CXX=$CXX
4453cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4454/* end confdefs.h. */
4455$ac_cxx_conftest_cxx11_program
4456_ACEOF
4457for ac_arg in '' -std=gnu++11 -std=gnu++0x -std=c++11 -std=c++0x -qlanglvl=extended0x -AA
4458do
4459 CXX="$ac_save_CXX $ac_arg"
4460 if ac_fn_cxx_try_compile "$LINENO"
4461then :
4462 ac_cv_prog_cxx_cxx11=$ac_arg
4463fi
4464rm -f core conftest.err conftest.$ac_objext conftest.beam
4465 test "x$ac_cv_prog_cxx_cxx11" != "xno" && break
4466done
4467rm -f conftest.$ac_ext
4468CXX=$ac_save_CXX
4469fi
4470
4471if test "x$ac_cv_prog_cxx_cxx11" = xno
4472then :
4473 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4474printf "%s\n" "unsupported" >&6; }
4475else $as_nop
4476 if test "x$ac_cv_prog_cxx_cxx11" = x
4477then :
4478 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4479printf "%s\n" "none needed" >&6; }
4480else $as_nop
4481 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5
4482printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; }
4483 CXX="$CXX $ac_cv_prog_cxx_cxx11"
4484fi
4485 ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx11
4486 ac_prog_cxx_stdcxx=cxx11
4487fi
4488fi
4489if test x$ac_prog_cxx_stdcxx = xno
4490then :
4491 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
4492printf %s "checking for $CXX option to enable C++98 features... " >&6; }
4493if test ${ac_cv_prog_cxx_cxx98+y}
4494then :
4495 printf %s "(cached) " >&6
4496else $as_nop
4497 ac_cv_prog_cxx_cxx98=no
4498ac_save_CXX=$CXX
4499cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4500/* end confdefs.h. */
4501$ac_cxx_conftest_cxx98_program
4502_ACEOF
4503for ac_arg in '' -std=gnu++98 -std=c++98 -qlanglvl=extended -AA
4504do
4505 CXX="$ac_save_CXX $ac_arg"
4506 if ac_fn_cxx_try_compile "$LINENO"
4507then :
4508 ac_cv_prog_cxx_cxx98=$ac_arg
4509fi
4510rm -f core conftest.err conftest.$ac_objext conftest.beam
4511 test "x$ac_cv_prog_cxx_cxx98" != "xno" && break
4512done
4513rm -f conftest.$ac_ext
4514CXX=$ac_save_CXX
4515fi
4516
4517if test "x$ac_cv_prog_cxx_cxx98" = xno
4518then :
4519 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4520printf "%s\n" "unsupported" >&6; }
4521else $as_nop
4522 if test "x$ac_cv_prog_cxx_cxx98" = x
4523then :
4524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4525printf "%s\n" "none needed" >&6; }
4526else $as_nop
4527 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5
4528printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; }
4529 CXX="$CXX $ac_cv_prog_cxx_cxx98"
4530fi
4531 ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx98
4532 ac_prog_cxx_stdcxx=cxx98
4533fi
4534fi
4535
3185ac_ext=c 4536ac_ext=c
3186ac_cpp='$CPP $CPPFLAGS' 4537ac_cpp='$CPP $CPPFLAGS'
3187ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4538ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3188ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4539ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3189ac_compiler_gnu=$ac_cv_c_compiler_gnu 4540ac_compiler_gnu=$ac_cv_c_compiler_gnu
3190 4541
3191ac_ext=c
3192ac_cpp='$CPP $CPPFLAGS'
3193ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3194ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3195ac_compiler_gnu=$ac_cv_c_compiler_gnu
3196{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3197echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3198# On Suns, sometimes $CPP names a directory.
3199if test -n "$CPP" && test -d "$CPP"; then
3200 CPP=
3201fi
3202if test -z "$CPP"; then
3203 if test "${ac_cv_prog_CPP+set}" = set; then
3204 echo $ECHO_N "(cached) $ECHO_C" >&6
3205else
3206 # Double quotes because CPP needs to be expanded
3207 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3208 do
3209 ac_preproc_ok=false
3210for ac_c_preproc_warn_flag in '' yes
3211do
3212 # Use a header file that comes with gcc, so configuring glibc
3213 # with a fresh cross-compiler works.
3214 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3215 # <limits.h> exists even on freestanding compilers.
3216 # On the NeXT, cc -E runs the code through the compiler's parser,
3217 # not just through cpp. "Syntax error" is here to catch this case.
3218 cat >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#ifdef __STDC__
3225# include <limits.h>
3226#else
3227# include <assert.h>
3228#endif
3229 Syntax error
3230_ACEOF
3231if { (ac_try="$ac_cpp conftest.$ac_ext"
3232case "(($ac_try" in
3233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3234 *) ac_try_echo=$ac_try;;
3235esac
3236eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3237 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3238 ac_status=$?
3239 grep -v '^ *+' conftest.er1 >conftest.err
3240 rm -f conftest.er1
3241 cat conftest.err >&5
3242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3243 (exit $ac_status); } >/dev/null && {
3244 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3245 test ! -s conftest.err
3246 }; then
3247 :
3248else
3249 echo "$as_me: failed program was:" >&5
3250sed 's/^/| /' conftest.$ac_ext >&5
3251 4542
3252 # Broken: fails on valid input.
3253continue
3254fi
3255
3256rm -f conftest.err conftest.$ac_ext
3257
3258 # OK, works on sane cases. Now check whether nonexistent headers
3259 # can be detected and how.
3260 cat >conftest.$ac_ext <<_ACEOF
3261/* confdefs.h. */
3262_ACEOF
3263cat confdefs.h >>conftest.$ac_ext
3264cat >>conftest.$ac_ext <<_ACEOF
3265/* end confdefs.h. */
3266#include <ac_nonexistent.h>
3267_ACEOF
3268if { (ac_try="$ac_cpp conftest.$ac_ext"
3269case "(($ac_try" in
3270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3271 *) ac_try_echo=$ac_try;;
3272esac
3273eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3274 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3275 ac_status=$?
3276 grep -v '^ *+' conftest.er1 >conftest.err
3277 rm -f conftest.er1
3278 cat conftest.err >&5
3279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3280 (exit $ac_status); } >/dev/null && {
3281 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3282 test ! -s conftest.err
3283 }; then
3284 # Broken: success on invalid input.
3285continue
3286else
3287 echo "$as_me: failed program was:" >&5
3288sed 's/^/| /' conftest.$ac_ext >&5
3289
3290 # Passes both tests.
3291ac_preproc_ok=:
3292break
3293fi
3294
3295rm -f conftest.err conftest.$ac_ext
3296
3297done
3298# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3299rm -f conftest.err conftest.$ac_ext
3300if $ac_preproc_ok; then
3301 break
3302fi
3303
3304 done
3305 ac_cv_prog_CPP=$CPP
3306
3307fi
3308 CPP=$ac_cv_prog_CPP
3309else
3310 ac_cv_prog_CPP=$CPP
3311fi
3312{ echo "$as_me:$LINENO: result: $CPP" >&5
3313echo "${ECHO_T}$CPP" >&6; }
3314ac_preproc_ok=false
3315for ac_c_preproc_warn_flag in '' yes
3316do
3317 # Use a header file that comes with gcc, so configuring glibc
3318 # with a fresh cross-compiler works.
3319 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3320 # <limits.h> exists even on freestanding compilers.
3321 # On the NeXT, cc -E runs the code through the compiler's parser,
3322 # not just through cpp. "Syntax error" is here to catch this case.
3323 cat >conftest.$ac_ext <<_ACEOF
3324/* confdefs.h. */
3325_ACEOF
3326cat confdefs.h >>conftest.$ac_ext
3327cat >>conftest.$ac_ext <<_ACEOF
3328/* end confdefs.h. */
3329#ifdef __STDC__
3330# include <limits.h>
3331#else
3332# include <assert.h>
3333#endif
3334 Syntax error
3335_ACEOF
3336if { (ac_try="$ac_cpp conftest.$ac_ext"
3337case "(($ac_try" in
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3340esac
3341eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3343 ac_status=$?
3344 grep -v '^ *+' conftest.er1 >conftest.err
3345 rm -f conftest.er1
3346 cat conftest.err >&5
3347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3348 (exit $ac_status); } >/dev/null && {
3349 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3350 test ! -s conftest.err
3351 }; then
3352 :
3353else
3354 echo "$as_me: failed program was:" >&5
3355sed 's/^/| /' conftest.$ac_ext >&5
3356
3357 # Broken: fails on valid input.
3358continue
3359fi
3360
3361rm -f conftest.err conftest.$ac_ext
3362
3363 # OK, works on sane cases. Now check whether nonexistent headers
3364 # can be detected and how.
3365 cat >conftest.$ac_ext <<_ACEOF
3366/* confdefs.h. */
3367_ACEOF
3368cat confdefs.h >>conftest.$ac_ext
3369cat >>conftest.$ac_ext <<_ACEOF
3370/* end confdefs.h. */
3371#include <ac_nonexistent.h>
3372_ACEOF
3373if { (ac_try="$ac_cpp conftest.$ac_ext"
3374case "(($ac_try" in
3375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3376 *) ac_try_echo=$ac_try;;
3377esac
3378eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3379 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3380 ac_status=$?
3381 grep -v '^ *+' conftest.er1 >conftest.err
3382 rm -f conftest.er1
3383 cat conftest.err >&5
3384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3385 (exit $ac_status); } >/dev/null && {
3386 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3387 test ! -s conftest.err
3388 }; then
3389 # Broken: success on invalid input.
3390continue
3391else
3392 echo "$as_me: failed program was:" >&5
3393sed 's/^/| /' conftest.$ac_ext >&5
3394
3395 # Passes both tests.
3396ac_preproc_ok=:
3397break
3398fi
3399
3400rm -f conftest.err conftest.$ac_ext
3401
3402done
3403# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3404rm -f conftest.err conftest.$ac_ext
3405if $ac_preproc_ok; then
3406 :
3407else
3408 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3409See \`config.log' for more details." >&5
3410echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3411See \`config.log' for more details." >&2;}
3412 { (exit 1); exit 1; }; }
3413fi
3414
3415ac_ext=c
3416ac_cpp='$CPP $CPPFLAGS'
3417ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3418ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3419ac_compiler_gnu=$ac_cv_c_compiler_gnu
3420
3421# Find a good install program. We prefer a C program (faster), 4543 # Find a good install program. We prefer a C program (faster),
3422# so one script is as good as another. But avoid the broken or 4544# so one script is as good as another. But avoid the broken or
3423# incompatible versions: 4545# incompatible versions:
3424# SysV /etc/install, /usr/sbin/install 4546# SysV /etc/install, /usr/sbin/install
3425# SunOS /usr/etc/install 4547# SunOS /usr/etc/install
3426# IRIX /sbin/install 4548# IRIX /sbin/install
3429# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 4551# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3430# AFS /usr/afsws/bin/install, which mishandles nonexistent args 4552# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3431# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 4553# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3432# OS/2's system install, which has a completely different semantic 4554# OS/2's system install, which has a completely different semantic
3433# ./install, which can be erroneously created by make from ./install.sh. 4555# ./install, which can be erroneously created by make from ./install.sh.
4556# Reject install programs that cannot install multiple files.
3434{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 4557{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3435echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 4558printf %s "checking for a BSD-compatible install... " >&6; }
3436if test -z "$INSTALL"; then 4559if test -z "$INSTALL"; then
3437if test "${ac_cv_path_install+set}" = set; then 4560if test ${ac_cv_path_install+y}
3438 echo $ECHO_N "(cached) $ECHO_C" >&6 4561then :
3439else 4562 printf %s "(cached) " >&6
4563else $as_nop
3440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3441for as_dir in $PATH 4565for as_dir in $PATH
3442do 4566do
3443 IFS=$as_save_IFS 4567 IFS=$as_save_IFS
3444 test -z "$as_dir" && as_dir=. 4568 case $as_dir in #(((
3445 # Account for people who put trailing slashes in PATH elements. 4569 '') as_dir=./ ;;
4570 */) ;;
4571 *) as_dir=$as_dir/ ;;
4572 esac
4573 # Account for fact that we put trailing slashes in our PATH walk.
3446case $as_dir/ in 4574case $as_dir in #((
3447 ./ | .// | /cC/* | \ 4575 ./ | /[cC]/* | \
3448 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 4576 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3449 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 4577 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3450 /usr/ucb/* ) ;; 4578 /usr/ucb/* ) ;;
3451 *) 4579 *)
3452 # OSF1 and SCO ODT 3.0 have their own names for install. 4580 # OSF1 and SCO ODT 3.0 have their own names for install.
3453 # Don't use installbsd from OSF since it installs stuff as root 4581 # Don't use installbsd from OSF since it installs stuff as root
3454 # by default. 4582 # by default.
3455 for ac_prog in ginstall scoinst install; do 4583 for ac_prog in ginstall scoinst install; do
3456 for ac_exec_ext in '' $ac_executable_extensions; do 4584 for ac_exec_ext in '' $ac_executable_extensions; do
3457 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 4585 if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
3458 if test $ac_prog = install && 4586 if test $ac_prog = install &&
3459 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 4587 grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3460 # AIX install. It has an incompatible calling convention. 4588 # AIX install. It has an incompatible calling convention.
3461 : 4589 :
3462 elif test $ac_prog = install && 4590 elif test $ac_prog = install &&
3463 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 4591 grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3464 # program-specific install script used by HP pwplus--don't use. 4592 # program-specific install script used by HP pwplus--don't use.
3465 : 4593 :
3466 else 4594 else
4595 rm -rf conftest.one conftest.two conftest.dir
4596 echo one > conftest.one
4597 echo two > conftest.two
4598 mkdir conftest.dir
4599 if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
4600 test -s conftest.one && test -s conftest.two &&
4601 test -s conftest.dir/conftest.one &&
4602 test -s conftest.dir/conftest.two
4603 then
3467 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 4604 ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
3468 break 3 4605 break 3
4606 fi
3469 fi 4607 fi
3470 fi 4608 fi
3471 done 4609 done
3472 done 4610 done
3473 ;; 4611 ;;
3474esac 4612esac
4613
3475done 4614 done
3476IFS=$as_save_IFS 4615IFS=$as_save_IFS
3477 4616
4617rm -rf conftest.one conftest.two conftest.dir
3478 4618
3479fi 4619fi
3480 if test "${ac_cv_path_install+set}" = set; then 4620 if test ${ac_cv_path_install+y}; then
3481 INSTALL=$ac_cv_path_install 4621 INSTALL=$ac_cv_path_install
3482 else 4622 else
3483 # As a last resort, use the slow shell script. Don't cache a 4623 # As a last resort, use the slow shell script. Don't cache a
3484 # value for INSTALL within a source directory, because that will 4624 # value for INSTALL within a source directory, because that will
3485 # break other packages using the cache if that directory is 4625 # break other packages using the cache if that directory is
3486 # removed, or if the value is a relative name. 4626 # removed, or if the value is a relative name.
3487 INSTALL=$ac_install_sh 4627 INSTALL=$ac_install_sh
3488 fi 4628 fi
3489fi 4629fi
3490{ echo "$as_me:$LINENO: result: $INSTALL" >&5 4630{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3491echo "${ECHO_T}$INSTALL" >&6; } 4631printf "%s\n" "$INSTALL" >&6; }
3492 4632
3493# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 4633# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3494# It thinks the first close brace ends the variable substitution. 4634# It thinks the first close brace ends the variable substitution.
3495test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 4635test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3496 4636
3498 4638
3499test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 4639test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3500 4640
3501 4641
3502 4642
3503 4643ac_header= ac_cache=
3504{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4644for ac_item in $ac_header_c_list
3505echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
3506if test "${ac_cv_path_GREP+set}" = set; then
3507 echo $ECHO_N "(cached) $ECHO_C" >&6
3508else
3509 # Extract the first word of "grep ggrep" to use in msg output
3510if test -z "$GREP"; then
3511set dummy grep ggrep; ac_prog_name=$2
3512if test "${ac_cv_path_GREP+set}" = set; then
3513 echo $ECHO_N "(cached) $ECHO_C" >&6
3514else
3515 ac_path_GREP_found=false
3516# Loop through the user's path and test for each of PROGNAME-LIST
3517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3518for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3519do 4645do
3520 IFS=$as_save_IFS 4646 if test $ac_cache; then
3521 test -z "$as_dir" && as_dir=. 4647 ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
3522 for ac_prog in grep ggrep; do 4648 if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
3523 for ac_exec_ext in '' $ac_executable_extensions; do 4649 printf "%s\n" "#define $ac_item 1" >> confdefs.h
3524 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3525 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3526 # Check for GNU ac_path_GREP and select it if it is found.
3527 # Check for GNU $ac_path_GREP
3528case `"$ac_path_GREP" --version 2>&1` in
3529*GNU*)
3530 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3531*)
3532 ac_count=0
3533 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3534 while :
3535 do
3536 cat "conftest.in" "conftest.in" >"conftest.tmp"
3537 mv "conftest.tmp" "conftest.in"
3538 cp "conftest.in" "conftest.nl"
3539 echo 'GREP' >> "conftest.nl"
3540 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3541 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3542 ac_count=`expr $ac_count + 1`
3543 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3544 # Best one so far, save it but keep looking for a better one
3545 ac_cv_path_GREP="$ac_path_GREP"
3546 ac_path_GREP_max=$ac_count
3547 fi 4650 fi
3548 # 10*(2^10) chars as input seems more than enough 4651 ac_header= ac_cache=
3549 test $ac_count -gt 10 && break 4652 elif test $ac_header; then
3550 done 4653 ac_cache=$ac_item
3551 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4654 else
3552esac 4655 ac_header=$ac_item
3553 4656 fi
3554
3555 $ac_path_GREP_found && break 3
3556 done
3557done 4657done
3558 4658
3559done
3560IFS=$as_save_IFS
3561 4659
3562 4660
3563fi
3564 4661
3565GREP="$ac_cv_path_GREP"
3566if test -z "$GREP"; then
3567 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3568echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3569 { (exit 1); exit 1; }; }
3570fi
3571 4662
3572else
3573 ac_cv_path_GREP=$GREP
3574fi
3575 4663
3576 4664
3577fi
3578{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3579echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
3580 GREP="$ac_cv_path_GREP"
3581 4665
4666if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
4667then :
3582 4668
3583{ echo "$as_me:$LINENO: checking for egrep" >&5 4669printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
3584echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3585if test "${ac_cv_path_EGREP+set}" = set; then
3586 echo $ECHO_N "(cached) $ECHO_C" >&6
3587else
3588 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3589 then ac_cv_path_EGREP="$GREP -E"
3590 else
3591 # Extract the first word of "egrep" to use in msg output
3592if test -z "$EGREP"; then
3593set dummy egrep; ac_prog_name=$2
3594if test "${ac_cv_path_EGREP+set}" = set; then
3595 echo $ECHO_N "(cached) $ECHO_C" >&6
3596else
3597 ac_path_EGREP_found=false
3598# Loop through the user's path and test for each of PROGNAME-LIST
3599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3600for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3601do
3602 IFS=$as_save_IFS
3603 test -z "$as_dir" && as_dir=.
3604 for ac_prog in egrep; do
3605 for ac_exec_ext in '' $ac_executable_extensions; do
3606 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3607 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3608 # Check for GNU ac_path_EGREP and select it if it is found.
3609 # Check for GNU $ac_path_EGREP
3610case `"$ac_path_EGREP" --version 2>&1` in
3611*GNU*)
3612 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3613*)
3614 ac_count=0
3615 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3616 while :
3617 do
3618 cat "conftest.in" "conftest.in" >"conftest.tmp"
3619 mv "conftest.tmp" "conftest.in"
3620 cp "conftest.in" "conftest.nl"
3621 echo 'EGREP' >> "conftest.nl"
3622 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3623 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3624 ac_count=`expr $ac_count + 1`
3625 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3626 # Best one so far, save it but keep looking for a better one
3627 ac_cv_path_EGREP="$ac_path_EGREP"
3628 ac_path_EGREP_max=$ac_count
3629 fi
3630 # 10*(2^10) chars as input seems more than enough
3631 test $ac_count -gt 10 && break
3632 done
3633 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3634esac
3635 4670
3636
3637 $ac_path_EGREP_found && break 3
3638 done
3639done
3640
3641done
3642IFS=$as_save_IFS
3643
3644
3645fi 4671fi
3646 4672
3647EGREP="$ac_cv_path_EGREP"
3648if test -z "$EGREP"; then
3649 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3650echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3651 { (exit 1); exit 1; }; }
3652fi
3653 4673
3654else
3655 ac_cv_path_EGREP=$EGREP
3656fi
3657 4674
3658 4675
3659 fi
3660fi
3661{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3662echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
3663 EGREP="$ac_cv_path_EGREP"
3664 4676
3665 4677
3666 4678 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3667{ echo "$as_me:$LINENO: checking for AIX" >&5 4679printf %s "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3668echo $ECHO_N "checking for AIX... $ECHO_C" >&6; } 4680if test ${ac_cv_safe_to_define___extensions__+y}
3669cat >conftest.$ac_ext <<_ACEOF 4681then :
3670/* confdefs.h. */ 4682 printf %s "(cached) " >&6
3671_ACEOF 4683else $as_nop
3672cat confdefs.h >>conftest.$ac_ext 4684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3673cat >>conftest.$ac_ext <<_ACEOF
3674/* end confdefs.h. */ 4685/* end confdefs.h. */
3675#ifdef _AIX
3676 yes
3677#endif
3678 4686
3679_ACEOF 4687# define __EXTENSIONS__ 1
3680if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4688 $ac_includes_default
3681 $EGREP "yes" >/dev/null 2>&1; then
3682 { echo "$as_me:$LINENO: result: yes" >&5
3683echo "${ECHO_T}yes" >&6; }
3684cat >>confdefs.h <<\_ACEOF
3685#define _ALL_SOURCE 1
3686_ACEOF
3687
3688else
3689 { echo "$as_me:$LINENO: result: no" >&5
3690echo "${ECHO_T}no" >&6; }
3691fi
3692rm -f conftest*
3693
3694
3695
3696cat >>confdefs.h <<\_ACEOF
3697#define _GNU_SOURCE 1
3698_ACEOF
3699
3700
3701{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
3702echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
3703if test "${ac_cv_search_strerror+set}" = set; then
3704 echo $ECHO_N "(cached) $ECHO_C" >&6
3705else
3706 ac_func_search_save_LIBS=$LIBS
3707cat >conftest.$ac_ext <<_ACEOF
3708/* confdefs.h. */
3709_ACEOF
3710cat confdefs.h >>conftest.$ac_ext
3711cat >>conftest.$ac_ext <<_ACEOF
3712/* end confdefs.h. */
3713
3714/* Override any GCC internal prototype to avoid an error.
3715 Use char because int might match the return type of a GCC
3716 builtin and then its argument prototype would still apply. */
3717#ifdef __cplusplus
3718extern "C"
3719#endif
3720char strerror ();
3721int 4689int
3722main () 4690main (void)
3723{ 4691{
3724return strerror (); 4692
3725 ; 4693 ;
3726 return 0; 4694 return 0;
3727} 4695}
3728_ACEOF 4696_ACEOF
4697if ac_fn_c_try_compile "$LINENO"
4698then :
4699 ac_cv_safe_to_define___extensions__=yes
4700else $as_nop
4701 ac_cv_safe_to_define___extensions__=no
4702fi
4703rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4704fi
4705{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4706printf "%s\n" "$ac_cv_safe_to_define___extensions__" >&6; }
4707
4708 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5
4709printf %s "checking whether _XOPEN_SOURCE should be defined... " >&6; }
4710if test ${ac_cv_should_define__xopen_source+y}
4711then :
4712 printf %s "(cached) " >&6
4713else $as_nop
4714 ac_cv_should_define__xopen_source=no
4715 if test $ac_cv_header_wchar_h = yes
4716then :
4717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4718/* end confdefs.h. */
4719
4720 #include <wchar.h>
4721 mbstate_t x;
4722int
4723main (void)
4724{
4725
4726 ;
4727 return 0;
4728}
4729_ACEOF
4730if ac_fn_c_try_compile "$LINENO"
4731then :
4732
4733else $as_nop
4734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4735/* end confdefs.h. */
4736
4737 #define _XOPEN_SOURCE 500
4738 #include <wchar.h>
4739 mbstate_t x;
4740int
4741main (void)
4742{
4743
4744 ;
4745 return 0;
4746}
4747_ACEOF
4748if ac_fn_c_try_compile "$LINENO"
4749then :
4750 ac_cv_should_define__xopen_source=yes
4751fi
4752rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4753fi
4754rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4755fi
4756fi
4757{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5
4758printf "%s\n" "$ac_cv_should_define__xopen_source" >&6; }
4759
4760 printf "%s\n" "#define _ALL_SOURCE 1" >>confdefs.h
4761
4762 printf "%s\n" "#define _DARWIN_C_SOURCE 1" >>confdefs.h
4763
4764 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
4765
4766 printf "%s\n" "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h
4767
4768 printf "%s\n" "#define _NETBSD_SOURCE 1" >>confdefs.h
4769
4770 printf "%s\n" "#define _OPENBSD_SOURCE 1" >>confdefs.h
4771
4772 printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4773
4774 printf "%s\n" "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h
4775
4776 printf "%s\n" "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h
4777
4778 printf "%s\n" "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h
4779
4780 printf "%s\n" "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h
4781
4782 printf "%s\n" "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h
4783
4784 printf "%s\n" "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h
4785
4786 printf "%s\n" "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h
4787
4788 printf "%s\n" "#define _TANDEM_SOURCE 1" >>confdefs.h
4789
4790 if test $ac_cv_header_minix_config_h = yes
4791then :
4792 MINIX=yes
4793 printf "%s\n" "#define _MINIX 1" >>confdefs.h
4794
4795 printf "%s\n" "#define _POSIX_SOURCE 1" >>confdefs.h
4796
4797 printf "%s\n" "#define _POSIX_1_SOURCE 2" >>confdefs.h
4798
4799else $as_nop
4800 MINIX=
4801fi
4802 if test $ac_cv_safe_to_define___extensions__ = yes
4803then :
4804 printf "%s\n" "#define __EXTENSIONS__ 1" >>confdefs.h
4805
4806fi
4807 if test $ac_cv_should_define__xopen_source = yes
4808then :
4809 printf "%s\n" "#define _XOPEN_SOURCE 500" >>confdefs.h
4810
4811fi
4812
4813ac_ext=cpp
4814ac_cpp='$CXXCPP $CPPFLAGS'
4815ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4816ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4817ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4818
4819
4820if test "$ac_prog_cxx_stdcxx" != cxx11; then
4821 as_fn_error $? "the compiler does not support C++11" "$LINENO" 5
4822fi
4823
4824LINKER="$CXX"
4825if test x$GCC = xyes && test x$GXX = xyes; then
4826 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working libsupc++" >&5
4827printf %s "checking for working libsupc++... " >&6; }
4828 save_CXX="$CXX"
4829 save_LIBS="$LIBS"
4830 CXX="$CC"
4831 LIBS="$LIBS -lsupc++"
4832
4833cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4834/* end confdefs.h. */
4835struct test { }; void f() try { throw new test; } catch (...) { throw; }
4836int
4837main (void)
4838{
4839
4840 ;
4841 return 0;
4842}
4843_ACEOF
4844if ac_fn_cxx_try_link "$LINENO"
4845then :
4846 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
4847printf "%s\n" "ok" >&6; }
4848 LINKER="$CC"
4849else $as_nop
4850
4851 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, making everything bigger and slower" >&5
4852printf "%s\n" "no, making everything bigger and slower" >&6; }
4853 LIBS="$save_LIBS"
4854
4855
4856fi
4857rm -f core conftest.err conftest.$ac_objext conftest.beam \
4858 conftest$ac_exeext conftest.$ac_ext
4859 CXX="$save_CXX"
4860fi
4861LINKER=$LINKER
4862
4863
4864if test -z "$orig_CXXFLAGS"; then
4865 if test x$GCC = xyes && test "x$GXX" = xyes; then
4866 CXXFLAGS="-g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs"
4867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4868/* end confdefs.h. */
4869
4870int
4871main (void)
4872{
4873
4874 ;
4875 return 0;
4876}
4877_ACEOF
4878if ac_fn_cxx_try_compile "$LINENO"
4879then :
4880
4881else $as_nop
4882 CXXFLAGS="-g -O3"
4883fi
4884rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4885 else
4886 CXXFLAGS="-O"
4887 fi
4888 CFLAGS="$CXXFLAGS"
4889fi
4890
4891{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5
4892printf %s "checking for library containing setlocale... " >&6; }
4893if test ${ac_cv_search_setlocale+y}
4894then :
4895 printf %s "(cached) " >&6
4896else $as_nop
4897 ac_func_search_save_LIBS=$LIBS
4898cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4899/* end confdefs.h. */
4900
4901namespace conftest {
4902 extern "C" int setlocale ();
4903}
4904int
4905main (void)
4906{
4907return conftest::setlocale ();
4908 ;
4909 return 0;
4910}
4911_ACEOF
3729for ac_lib in '' cposix; do 4912for ac_lib in '' xpg4
4913do
3730 if test -z "$ac_lib"; then 4914 if test -z "$ac_lib"; then
3731 ac_res="none required" 4915 ac_res="none required"
3732 else 4916 else
3733 ac_res=-l$ac_lib 4917 ac_res=-l$ac_lib
3734 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 4918 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3735 fi 4919 fi
3736 rm -f conftest.$ac_objext conftest$ac_exeext 4920 if ac_fn_cxx_try_link "$LINENO"
3737if { (ac_try="$ac_link" 4921then :
3738case "(($ac_try" in
3739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3740 *) ac_try_echo=$ac_try;;
3741esac
3742eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3743 (eval "$ac_link") 2>conftest.er1
3744 ac_status=$?
3745 grep -v '^ *+' conftest.er1 >conftest.err
3746 rm -f conftest.er1
3747 cat conftest.err >&5
3748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3749 (exit $ac_status); } && {
3750 test -z "$ac_c_werror_flag" ||
3751 test ! -s conftest.err
3752 } && test -s conftest$ac_exeext &&
3753 $as_test_x conftest$ac_exeext; then
3754 ac_cv_search_strerror=$ac_res 4922 ac_cv_search_setlocale=$ac_res
3755else
3756 echo "$as_me: failed program was:" >&5
3757sed 's/^/| /' conftest.$ac_ext >&5
3758
3759
3760fi 4923fi
3761
3762rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4924rm -f core conftest.err conftest.$ac_objext conftest.beam \
3763 conftest$ac_exeext 4925 conftest$ac_exeext
3764 if test "${ac_cv_search_strerror+set}" = set; then 4926 if test ${ac_cv_search_setlocale+y}
4927then :
3765 break 4928 break
3766fi 4929fi
3767done 4930done
3768if test "${ac_cv_search_strerror+set}" = set; then 4931if test ${ac_cv_search_setlocale+y}
3769 : 4932then :
3770else 4933
4934else $as_nop
3771 ac_cv_search_strerror=no 4935 ac_cv_search_setlocale=no
3772fi 4936fi
3773rm conftest.$ac_ext 4937rm conftest.$ac_ext
3774LIBS=$ac_func_search_save_LIBS 4938LIBS=$ac_func_search_save_LIBS
3775fi 4939fi
3776{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 4940{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_setlocale" >&5
3777echo "${ECHO_T}$ac_cv_search_strerror" >&6; } 4941printf "%s\n" "$ac_cv_search_setlocale" >&6; }
3778ac_res=$ac_cv_search_strerror 4942ac_res=$ac_cv_search_setlocale
3779if test "$ac_res" != no; then 4943if test "$ac_res" != no
4944then :
3780 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 4945 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3781 4946
3782fi 4947fi
3783 4948
3784ac_ext=cpp
3785ac_cpp='$CXXCPP $CPPFLAGS'
3786ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3787ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3788ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3789 4949
3790 4950{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
3791if test x$GCC = xyes && test x$GXX = xyes; then 4951printf %s "checking for library containing gethostbyname... " >&6; }
3792 { echo "$as_me:$LINENO: checking for working libsupc++" >&5 4952if test ${ac_cv_search_gethostbyname+y}
3793echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6; } 4953then :
3794 save_CXX="$CXX" 4954 printf %s "(cached) " >&6
3795 save_LIBS="$LIBS" 4955else $as_nop
3796 CXX="$CC" 4956 ac_func_search_save_LIBS=$LIBS
3797 LIBS="$LIBS -lsupc++"
3798 LINKER="$CC"
3799
3800cat >conftest.$ac_ext <<_ACEOF
3801/* confdefs.h. */
3802_ACEOF
3803cat confdefs.h >>conftest.$ac_ext 4957cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3804cat >>conftest.$ac_ext <<_ACEOF
3805/* end confdefs.h. */ 4958/* end confdefs.h. */
3806struct test { }; void f() try { throw new test; } catch (...) { throw; } 4959
4960namespace conftest {
4961 extern "C" int gethostbyname ();
4962}
3807int 4963int
3808main () 4964main (void)
3809{ 4965{
3810 4966return conftest::gethostbyname ();
3811 ; 4967 ;
3812 return 0; 4968 return 0;
3813} 4969}
3814_ACEOF 4970_ACEOF
3815rm -f conftest.$ac_objext conftest$ac_exeext 4971for ac_lib in '' nsl
3816if { (ac_try="$ac_link" 4972do
3817case "(($ac_try" in 4973 if test -z "$ac_lib"; then
3818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4974 ac_res="none required"
3819 *) ac_try_echo=$ac_try;;
3820esac
3821eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3822 (eval "$ac_link") 2>conftest.er1
3823 ac_status=$?
3824 grep -v '^ *+' conftest.er1 >conftest.err
3825 rm -f conftest.er1
3826 cat conftest.err >&5
3827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3828 (exit $ac_status); } && {
3829 test -z "$ac_cxx_werror_flag" ||
3830 test ! -s conftest.err
3831 } && test -s conftest$ac_exeext &&
3832 $as_test_x conftest$ac_exeext; then
3833 { echo "$as_me:$LINENO: result: ok" >&5
3834echo "${ECHO_T}ok" >&6; }
3835else 4975 else
3836 echo "$as_me: failed program was:" >&5 4976 ac_res=-l$ac_lib
3837sed 's/^/| /' conftest.$ac_ext >&5 4977 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3838 4978 fi
3839 4979 if ac_fn_cxx_try_link "$LINENO"
3840 { echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5 4980then :
3841echo "${ECHO_T}no, making everything bigger and slower" >&6; } 4981 ac_cv_search_gethostbyname=$ac_res
3842 LIBS="$save_LIBS"
3843 LINKER="$save_CXX"
3844
3845
3846fi 4982fi
3847
3848rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4983rm -f core conftest.err conftest.$ac_objext conftest.beam \
3849 conftest$ac_exeext conftest.$ac_ext 4984 conftest$ac_exeext
3850 CXX="$save_CXX" 4985 if test ${ac_cv_search_gethostbyname+y}
4986then :
4987 break
3851fi 4988fi
3852LINKER=$LINKER 4989done
4990if test ${ac_cv_search_gethostbyname+y}
4991then :
3853 4992
4993else $as_nop
4994 ac_cv_search_gethostbyname=no
4995fi
4996rm conftest.$ac_ext
4997LIBS=$ac_func_search_save_LIBS
4998fi
4999{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
5000printf "%s\n" "$ac_cv_search_gethostbyname" >&6; }
5001ac_res=$ac_cv_search_gethostbyname
5002if test "$ac_res" != no
5003then :
5004 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3854 5005
3855if test -z "$orig_CXXFLAGS"; then 5006fi
3856 if test x$GCC = xyes && test "x$GXX" = xyes; then 5007
3857 CXXFLAGS="-g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs" 5008{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
3858 cat >conftest.$ac_ext <<_ACEOF 5009printf %s "checking for library containing socket... " >&6; }
3859/* confdefs.h. */ 5010if test ${ac_cv_search_socket+y}
3860_ACEOF 5011then :
5012 printf %s "(cached) " >&6
5013else $as_nop
5014 ac_func_search_save_LIBS=$LIBS
3861cat confdefs.h >>conftest.$ac_ext 5015cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3862cat >>conftest.$ac_ext <<_ACEOF
3863/* end confdefs.h. */ 5016/* end confdefs.h. */
3864 5017
5018namespace conftest {
5019 extern "C" int socket ();
5020}
3865int 5021int
3866main () 5022main (void)
3867{ 5023{
3868 5024return conftest::socket ();
3869 ; 5025 ;
3870 return 0; 5026 return 0;
3871} 5027}
3872_ACEOF 5028_ACEOF
3873rm -f conftest.$ac_objext 5029for ac_lib in '' socket
3874if { (ac_try="$ac_compile" 5030do
3875case "(($ac_try" in 5031 if test -z "$ac_lib"; then
3876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5032 ac_res="none required"
3877 *) ac_try_echo=$ac_try;;
3878esac
3879eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3880 (eval "$ac_compile") 2>conftest.er1
3881 ac_status=$?
3882 grep -v '^ *+' conftest.er1 >conftest.err
3883 rm -f conftest.er1
3884 cat conftest.err >&5
3885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3886 (exit $ac_status); } && {
3887 test -z "$ac_cxx_werror_flag" ||
3888 test ! -s conftest.err
3889 } && test -s conftest.$ac_objext; then
3890 :
3891else
3892 echo "$as_me: failed program was:" >&5
3893sed 's/^/| /' conftest.$ac_ext >&5
3894
3895 CXXFLAGS="-g -O3"
3896fi
3897
3898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3899 else 5033 else
3900 CXXFLAGS="-O" 5034 ac_res=-l$ac_lib
5035 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3901 fi 5036 fi
3902 CFLAGS="$CXXFLAGS" 5037 if ac_fn_cxx_try_link "$LINENO"
5038then :
5039 ac_cv_search_socket=$ac_res
3903fi 5040fi
3904
3905case $host in
3906 *-*-solaris* )
3907
3908cat >>confdefs.h <<\_ACEOF
3909#define _XOPEN_SOURCE 500
3910_ACEOF
3911
3912 ;;
3913esac
3914
3915{ echo "$as_me:$LINENO: checking for setlocale" >&5
3916echo $ECHO_N "checking for setlocale... $ECHO_C" >&6; }
3917if test "${ac_cv_func_setlocale+set}" = set; then
3918 echo $ECHO_N "(cached) $ECHO_C" >&6
3919else
3920 cat >conftest.$ac_ext <<_ACEOF
3921/* confdefs.h. */
3922_ACEOF
3923cat confdefs.h >>conftest.$ac_ext
3924cat >>conftest.$ac_ext <<_ACEOF
3925/* end confdefs.h. */
3926/* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3927 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3928#define setlocale innocuous_setlocale
3929
3930/* System header to define __stub macros and hopefully few prototypes,
3931 which can conflict with char setlocale (); below.
3932 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3933 <limits.h> exists even on freestanding compilers. */
3934
3935#ifdef __STDC__
3936# include <limits.h>
3937#else
3938# include <assert.h>
3939#endif
3940
3941#undef setlocale
3942
3943/* Override any GCC internal prototype to avoid an error.
3944 Use char because int might match the return type of a GCC
3945 builtin and then its argument prototype would still apply. */
3946#ifdef __cplusplus
3947extern "C"
3948#endif
3949char setlocale ();
3950/* The GNU C library defines this for functions which it implements
3951 to always fail with ENOSYS. Some functions are actually named
3952 something starting with __ and the normal name is an alias. */
3953#if defined __stub_setlocale || defined __stub___setlocale
3954choke me
3955#endif
3956
3957int
3958main ()
3959{
3960return setlocale ();
3961 ;
3962 return 0;
3963}
3964_ACEOF
3965rm -f conftest.$ac_objext conftest$ac_exeext
3966if { (ac_try="$ac_link"
3967case "(($ac_try" in
3968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3969 *) ac_try_echo=$ac_try;;
3970esac
3971eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3972 (eval "$ac_link") 2>conftest.er1
3973 ac_status=$?
3974 grep -v '^ *+' conftest.er1 >conftest.err
3975 rm -f conftest.er1
3976 cat conftest.err >&5
3977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3978 (exit $ac_status); } && {
3979 test -z "$ac_cxx_werror_flag" ||
3980 test ! -s conftest.err
3981 } && test -s conftest$ac_exeext &&
3982 $as_test_x conftest$ac_exeext; then
3983 ac_cv_func_setlocale=yes
3984else
3985 echo "$as_me: failed program was:" >&5
3986sed 's/^/| /' conftest.$ac_ext >&5
3987
3988 ac_cv_func_setlocale=no
3989fi
3990
3991rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5041rm -f core conftest.err conftest.$ac_objext conftest.beam \
3992 conftest$ac_exeext conftest.$ac_ext 5042 conftest$ac_exeext
5043 if test ${ac_cv_search_socket+y}
5044then :
5045 break
3993fi 5046fi
3994{ echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5 5047done
3995echo "${ECHO_T}$ac_cv_func_setlocale" >&6; } 5048if test ${ac_cv_search_socket+y}
3996if test $ac_cv_func_setlocale = yes; then 5049then :
3997 :
3998else
3999 { echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
4000echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6; }
4001if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
4002 echo $ECHO_N "(cached) $ECHO_C" >&6
4003else
4004 ac_check_lib_save_LIBS=$LIBS
4005LIBS="-lxpg4 $LIBS"
4006cat >conftest.$ac_ext <<_ACEOF
4007/* confdefs.h. */
4008_ACEOF
4009cat confdefs.h >>conftest.$ac_ext
4010cat >>conftest.$ac_ext <<_ACEOF
4011/* end confdefs.h. */
4012 5050
4013/* Override any GCC internal prototype to avoid an error. 5051else $as_nop
4014 Use char because int might match the return type of a GCC
4015 builtin and then its argument prototype would still apply. */
4016#ifdef __cplusplus
4017extern "C"
4018#endif
4019char setlocale ();
4020int
4021main ()
4022{
4023return setlocale ();
4024 ;
4025 return 0;
4026}
4027_ACEOF
4028rm -f conftest.$ac_objext conftest$ac_exeext
4029if { (ac_try="$ac_link"
4030case "(($ac_try" in
4031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4032 *) ac_try_echo=$ac_try;;
4033esac
4034eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4035 (eval "$ac_link") 2>conftest.er1
4036 ac_status=$?
4037 grep -v '^ *+' conftest.er1 >conftest.err
4038 rm -f conftest.er1
4039 cat conftest.err >&5
4040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4041 (exit $ac_status); } && {
4042 test -z "$ac_cxx_werror_flag" ||
4043 test ! -s conftest.err
4044 } && test -s conftest$ac_exeext &&
4045 $as_test_x conftest$ac_exeext; then
4046 ac_cv_lib_xpg4_setlocale=yes
4047else
4048 echo "$as_me: failed program was:" >&5
4049sed 's/^/| /' conftest.$ac_ext >&5
4050
4051 ac_cv_lib_xpg4_setlocale=no
4052fi
4053
4054rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4055 conftest$ac_exeext conftest.$ac_ext
4056LIBS=$ac_check_lib_save_LIBS
4057fi
4058{ echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
4059echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6; }
4060if test $ac_cv_lib_xpg4_setlocale = yes; then
4061 LIBS="$LIBS -lxpg4"
4062fi
4063
4064fi
4065
4066
4067{ echo "$as_me:$LINENO: checking for gethostbyname" >&5
4068echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4069if test "${ac_cv_func_gethostbyname+set}" = set; then
4070 echo $ECHO_N "(cached) $ECHO_C" >&6
4071else
4072 cat >conftest.$ac_ext <<_ACEOF
4073/* confdefs.h. */
4074_ACEOF
4075cat confdefs.h >>conftest.$ac_ext
4076cat >>conftest.$ac_ext <<_ACEOF
4077/* end confdefs.h. */
4078/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4079 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4080#define gethostbyname innocuous_gethostbyname
4081
4082/* System header to define __stub macros and hopefully few prototypes,
4083 which can conflict with char gethostbyname (); below.
4084 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4085 <limits.h> exists even on freestanding compilers. */
4086
4087#ifdef __STDC__
4088# include <limits.h>
4089#else
4090# include <assert.h>
4091#endif
4092
4093#undef gethostbyname
4094
4095/* Override any GCC internal prototype to avoid an error.
4096 Use char because int might match the return type of a GCC
4097 builtin and then its argument prototype would still apply. */
4098#ifdef __cplusplus
4099extern "C"
4100#endif
4101char gethostbyname ();
4102/* The GNU C library defines this for functions which it implements
4103 to always fail with ENOSYS. Some functions are actually named
4104 something starting with __ and the normal name is an alias. */
4105#if defined __stub_gethostbyname || defined __stub___gethostbyname
4106choke me
4107#endif
4108
4109int
4110main ()
4111{
4112return gethostbyname ();
4113 ;
4114 return 0;
4115}
4116_ACEOF
4117rm -f conftest.$ac_objext conftest$ac_exeext
4118if { (ac_try="$ac_link"
4119case "(($ac_try" in
4120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4121 *) ac_try_echo=$ac_try;;
4122esac
4123eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4124 (eval "$ac_link") 2>conftest.er1
4125 ac_status=$?
4126 grep -v '^ *+' conftest.er1 >conftest.err
4127 rm -f conftest.er1
4128 cat conftest.err >&5
4129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4130 (exit $ac_status); } && {
4131 test -z "$ac_cxx_werror_flag" ||
4132 test ! -s conftest.err
4133 } && test -s conftest$ac_exeext &&
4134 $as_test_x conftest$ac_exeext; then
4135 ac_cv_func_gethostbyname=yes
4136else
4137 echo "$as_me: failed program was:" >&5
4138sed 's/^/| /' conftest.$ac_ext >&5
4139
4140 ac_cv_func_gethostbyname=no
4141fi
4142
4143rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4144 conftest$ac_exeext conftest.$ac_ext
4145fi
4146{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4147echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4148if test $ac_cv_func_gethostbyname = yes; then
4149 :
4150else
4151 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4152echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4153if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4154 echo $ECHO_N "(cached) $ECHO_C" >&6
4155else
4156 ac_check_lib_save_LIBS=$LIBS
4157LIBS="-lnsl $LIBS"
4158cat >conftest.$ac_ext <<_ACEOF
4159/* confdefs.h. */
4160_ACEOF
4161cat confdefs.h >>conftest.$ac_ext
4162cat >>conftest.$ac_ext <<_ACEOF
4163/* end confdefs.h. */
4164
4165/* Override any GCC internal prototype to avoid an error.
4166 Use char because int might match the return type of a GCC
4167 builtin and then its argument prototype would still apply. */
4168#ifdef __cplusplus
4169extern "C"
4170#endif
4171char gethostbyname ();
4172int
4173main ()
4174{
4175return gethostbyname ();
4176 ;
4177 return 0;
4178}
4179_ACEOF
4180rm -f conftest.$ac_objext conftest$ac_exeext
4181if { (ac_try="$ac_link"
4182case "(($ac_try" in
4183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4184 *) ac_try_echo=$ac_try;;
4185esac
4186eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4187 (eval "$ac_link") 2>conftest.er1
4188 ac_status=$?
4189 grep -v '^ *+' conftest.er1 >conftest.err
4190 rm -f conftest.er1
4191 cat conftest.err >&5
4192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4193 (exit $ac_status); } && {
4194 test -z "$ac_cxx_werror_flag" ||
4195 test ! -s conftest.err
4196 } && test -s conftest$ac_exeext &&
4197 $as_test_x conftest$ac_exeext; then
4198 ac_cv_lib_nsl_gethostbyname=yes
4199else
4200 echo "$as_me: failed program was:" >&5
4201sed 's/^/| /' conftest.$ac_ext >&5
4202
4203 ac_cv_lib_nsl_gethostbyname=no
4204fi
4205
4206rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4207 conftest$ac_exeext conftest.$ac_ext
4208LIBS=$ac_check_lib_save_LIBS
4209fi
4210{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4211echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4212if test $ac_cv_lib_nsl_gethostbyname = yes; then
4213 LIBS="$LIBS -lnsl"
4214fi
4215
4216fi
4217
4218{ echo "$as_me:$LINENO: checking for socket" >&5
4219echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
4220if test "${ac_cv_func_socket+set}" = set; then
4221 echo $ECHO_N "(cached) $ECHO_C" >&6
4222else
4223 cat >conftest.$ac_ext <<_ACEOF
4224/* confdefs.h. */
4225_ACEOF
4226cat confdefs.h >>conftest.$ac_ext
4227cat >>conftest.$ac_ext <<_ACEOF
4228/* end confdefs.h. */
4229/* Define socket to an innocuous variant, in case <limits.h> declares socket.
4230 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4231#define socket innocuous_socket
4232
4233/* System header to define __stub macros and hopefully few prototypes,
4234 which can conflict with char socket (); below.
4235 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4236 <limits.h> exists even on freestanding compilers. */
4237
4238#ifdef __STDC__
4239# include <limits.h>
4240#else
4241# include <assert.h>
4242#endif
4243
4244#undef socket
4245
4246/* Override any GCC internal prototype to avoid an error.
4247 Use char because int might match the return type of a GCC
4248 builtin and then its argument prototype would still apply. */
4249#ifdef __cplusplus
4250extern "C"
4251#endif
4252char socket ();
4253/* The GNU C library defines this for functions which it implements
4254 to always fail with ENOSYS. Some functions are actually named
4255 something starting with __ and the normal name is an alias. */
4256#if defined __stub_socket || defined __stub___socket
4257choke me
4258#endif
4259
4260int
4261main ()
4262{
4263return socket ();
4264 ;
4265 return 0;
4266}
4267_ACEOF
4268rm -f conftest.$ac_objext conftest$ac_exeext
4269if { (ac_try="$ac_link"
4270case "(($ac_try" in
4271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4272 *) ac_try_echo=$ac_try;;
4273esac
4274eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4275 (eval "$ac_link") 2>conftest.er1
4276 ac_status=$?
4277 grep -v '^ *+' conftest.er1 >conftest.err
4278 rm -f conftest.er1
4279 cat conftest.err >&5
4280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4281 (exit $ac_status); } && {
4282 test -z "$ac_cxx_werror_flag" ||
4283 test ! -s conftest.err
4284 } && test -s conftest$ac_exeext &&
4285 $as_test_x conftest$ac_exeext; then
4286 ac_cv_func_socket=yes
4287else
4288 echo "$as_me: failed program was:" >&5
4289sed 's/^/| /' conftest.$ac_ext >&5
4290
4291 ac_cv_func_socket=no 5052 ac_cv_search_socket=no
4292fi 5053fi
4293 5054rm conftest.$ac_ext
4294rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5055LIBS=$ac_func_search_save_LIBS
4295 conftest$ac_exeext conftest.$ac_ext
4296fi 5056fi
4297{ echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 5057{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
4298echo "${ECHO_T}$ac_cv_func_socket" >&6; } 5058printf "%s\n" "$ac_cv_search_socket" >&6; }
4299if test $ac_cv_func_socket = yes; then 5059ac_res=$ac_cv_search_socket
4300 : 5060if test "$ac_res" != no
4301else 5061then :
4302 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 5062 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4303echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
4304if test "${ac_cv_lib_socket_socket+set}" = set; then
4305 echo $ECHO_N "(cached) $ECHO_C" >&6
4306else
4307 ac_check_lib_save_LIBS=$LIBS
4308LIBS="-lsocket $LIBS"
4309cat >conftest.$ac_ext <<_ACEOF
4310/* confdefs.h. */
4311_ACEOF
4312cat confdefs.h >>conftest.$ac_ext
4313cat >>conftest.$ac_ext <<_ACEOF
4314/* end confdefs.h. */
4315
4316/* Override any GCC internal prototype to avoid an error.
4317 Use char because int might match the return type of a GCC
4318 builtin and then its argument prototype would still apply. */
4319#ifdef __cplusplus
4320extern "C"
4321#endif
4322char socket ();
4323int
4324main ()
4325{
4326return socket ();
4327 ;
4328 return 0;
4329}
4330_ACEOF
4331rm -f conftest.$ac_objext conftest$ac_exeext
4332if { (ac_try="$ac_link"
4333case "(($ac_try" in
4334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4335 *) ac_try_echo=$ac_try;;
4336esac
4337eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4338 (eval "$ac_link") 2>conftest.er1
4339 ac_status=$?
4340 grep -v '^ *+' conftest.er1 >conftest.err
4341 rm -f conftest.er1
4342 cat conftest.err >&5
4343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4344 (exit $ac_status); } && {
4345 test -z "$ac_cxx_werror_flag" ||
4346 test ! -s conftest.err
4347 } && test -s conftest$ac_exeext &&
4348 $as_test_x conftest$ac_exeext; then
4349 ac_cv_lib_socket_socket=yes
4350else
4351 echo "$as_me: failed program was:" >&5
4352sed 's/^/| /' conftest.$ac_ext >&5
4353
4354 ac_cv_lib_socket_socket=no
4355fi
4356
4357rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4358 conftest$ac_exeext conftest.$ac_ext
4359LIBS=$ac_check_lib_save_LIBS
4360fi
4361{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4362echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
4363if test $ac_cv_lib_socket_socket = yes; then
4364 LIBS="$LIBS -lsocket"
4365fi
4366 5063
4367fi 5064fi
4368 5065
4369 5066
4370support_frills=yes 5067support_frills=yes
4378support_pointer_blank=yes 5075support_pointer_blank=yes
4379support_scroll_rxvt=yes 5076support_scroll_rxvt=yes
4380support_scroll_next=yes 5077support_scroll_next=yes
4381support_scroll_xterm=yes 5078support_scroll_xterm=yes
4382support_xim=yes 5079support_xim=yes
4383support_afterimage=yes 5080support_pixbuf=yes
4384support_afterstep=yes 5081support_startup_notification=yes
4385support_xft=yes 5082support_xft=yes
4386support_unicode3=no 5083support_unicode3=no
4387support_combining=yes 5084support_combining=yes
4388support_8bitctrls=no 5085support_8bitctrls=no
4389support_iso14755=yes 5086support_iso14755=yes
4391support_perl=yes 5088support_perl=yes
4392codesets=all 5089codesets=all
4393 5090
4394 5091
4395# Check whether --enable-everything was given. 5092# Check whether --enable-everything was given.
4396if test "${enable_everything+set}" = set; then 5093if test ${enable_everything+y}
5094then :
4397 enableval=$enable_everything; 5095 enableval=$enable_everything;
4398 if test x$enableval = xno; then 5096 if test x$enableval = xno; then
4399 support_frills=no 5097 support_frills=no
4400 support_inheritpixmap=no 5098 support_inheritpixmap=no
4401 support_fading=no 5099 support_fading=no
4410 support_scroll_next=no 5108 support_scroll_next=no
4411 support_scroll_xterm=no 5109 support_scroll_xterm=no
4412 support_utmp=no 5110 support_utmp=no
4413 support_wtmp=no 5111 support_wtmp=no
4414 support_xim=no 5112 support_xim=no
4415 support_afterimage=no 5113 support_pixbuf=no
4416 support_afterstep=no 5114 support_startup_notification=no
4417 support_xft=no 5115 support_xft=no
4418 support_unicode3=no 5116 support_unicode3=no
4419 support_combining=no 5117 support_combining=no
4420 support_8bitctrls=no 5118 support_8bitctrls=no
4421 support_iso14755=no 5119 support_iso14755=no
4438 support_scroll_next=yes 5136 support_scroll_next=yes
4439 support_scroll_xterm=yes 5137 support_scroll_xterm=yes
4440 support_utmp=yes 5138 support_utmp=yes
4441 support_wtmp=yes 5139 support_wtmp=yes
4442 support_xim=yes 5140 support_xim=yes
4443 support_afterimage=yes
4444 support_afterstep=yes 5141 support_pixbuf=yes
5142 support_startup_notification=yes
4445 support_xft=yes 5143 support_xft=yes
4446 support_unicode3=yes 5144 support_unicode3=yes
4447 support_combining=yes 5145 support_combining=yes
4448 #support_8bitctrls=yes 5146 #support_8bitctrls=yes
4449 support_iso14755=yes 5147 support_iso14755=yes
4453 fi 5151 fi
4454 5152
4455fi 5153fi
4456 5154
4457 5155
4458WARNINGS=no 5156support_assertions=no
5157# Check whether --enable-assert was given.
5158if test ${enable_assert+y}
5159then :
5160 enableval=$enable_assert; if test x$enableval = xyes; then
5161 support_assertions=yes
5162 fi
5163fi
5164
5165if test x$support_assertions = xno; then
5166
5167printf "%s\n" "#define NDEBUG 1" >>confdefs.h
5168
5169fi
5170
5171support_warnings=no
4459# Check whether --enable-warnings was given. 5172# Check whether --enable-warnings was given.
4460if test "${enable_warnings+set}" = set; then 5173if test ${enable_warnings+y}
5174then :
4461 enableval=$enable_warnings; if test x$enableval = xyes; then 5175 enableval=$enable_warnings; if test x$enableval = xyes; then
4462 WARNINGS=yes 5176 support_warnings=yes
4463 fi 5177 fi
4464fi 5178fi
4465 5179
4466if test x$GXX = xyes; then 5180if test x$GXX = xyes; then
4467 if test $WARNINGS = yes; then 5181 if test $support_warnings = yes; then
4468 save_CXXFLAGS="$CXXFLAGS" 5182 save_CXXFLAGS="$CXXFLAGS"
4469 CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-non-virtual-dtor" 5183 CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-unused-value"
4470 cat >conftest.$ac_ext <<_ACEOF
4471/* confdefs.h. */
4472_ACEOF
4473cat confdefs.h >>conftest.$ac_ext 5184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4474cat >>conftest.$ac_ext <<_ACEOF
4475/* end confdefs.h. */ 5185/* end confdefs.h. */
4476 5186
4477int 5187int
4478main () 5188main (void)
4479{ 5189{
4480 5190
4481 ; 5191 ;
4482 return 0; 5192 return 0;
4483} 5193}
4484_ACEOF 5194_ACEOF
4485rm -f conftest.$ac_objext 5195if ac_fn_cxx_try_compile "$LINENO"
4486if { (ac_try="$ac_compile" 5196then :
4487case "(($ac_try" in
4488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4489 *) ac_try_echo=$ac_try;;
4490esac
4491eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4492 (eval "$ac_compile") 2>conftest.er1
4493 ac_status=$?
4494 grep -v '^ *+' conftest.er1 >conftest.err
4495 rm -f conftest.er1
4496 cat conftest.err >&5
4497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4498 (exit $ac_status); } && {
4499 test -z "$ac_cxx_werror_flag" ||
4500 test ! -s conftest.err
4501 } && test -s conftest.$ac_objext; then
4502 :
4503else
4504 echo "$as_me: failed program was:" >&5
4505sed 's/^/| /' conftest.$ac_ext >&5
4506 5197
5198else $as_nop
4507 CXXFLAGS="$save_CXXFLAGS" 5199 CXXFLAGS="$save_CXXFLAGS"
4508fi 5200fi
4509
4510rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5201rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4511 else 5202 else
4512 CXXFLAGS="$CXXFLAGS -w" 5203 CXXFLAGS="$CXXFLAGS -w"
4513 fi 5204 fi
4514fi 5205fi
4515 5206
5207support_256_color=no
5208# Check whether --enable-256-color was given.
5209if test ${enable_256_color+y}
5210then :
5211 enableval=$enable_256_color; if test x$enableval = xyes; then
5212 support_256_color=yes
5213 fi
5214fi
5215
5216if test x$support_256_color = xyes; then
5217
5218printf "%s\n" "#define USE_256_COLORS 1" >>confdefs.h
5219
5220fi
5221
4516# Check whether --enable-unicode3 was given. 5222# Check whether --enable-unicode3 was given.
4517if test "${enable_unicode3+set}" = set; then 5223if test ${enable_unicode3+y}
5224then :
4518 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then 5225 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then
4519 support_unicode3=$enableval 5226 support_unicode3=$enableval
4520 fi 5227 fi
4521fi 5228fi
4522 5229
4523 5230
4524# Check whether --enable-combining was given. 5231# Check whether --enable-combining was given.
4525if test "${enable_combining+set}" = set; then 5232if test ${enable_combining+y}
5233then :
4526 enableval=$enable_combining; if test x$enableval = xyes -o x$enableval = xno; then 5234 enableval=$enable_combining; if test x$enableval = xyes -o x$enableval = xno; then
4527 support_combining=$enableval 5235 support_combining=$enableval
4528 fi 5236 fi
4529fi 5237fi
4530 5238
4531 5239
4532# Check whether --enable-xft was given. 5240# Check whether --enable-xft was given.
4533if test "${enable_xft+set}" = set; then 5241if test ${enable_xft+y}
5242then :
4534 enableval=$enable_xft; if test x$enableval = xyes -o x$enableval = xno; then 5243 enableval=$enable_xft; if test x$enableval = xyes -o x$enableval = xno; then
4535 support_xft=$enableval 5244 support_xft=$enableval
4536 fi 5245 fi
4537fi 5246fi
4538 5247
4539 5248
4540# Check whether --enable-font-styles was given. 5249# Check whether --enable-font-styles was given.
4541if test "${enable_font_styles+set}" = set; then 5250if test ${enable_font_styles+y}
5251then :
4542 enableval=$enable_font_styles; if test x$enableval = xyes -o x$enableval = xno; then 5252 enableval=$enable_font_styles; if test x$enableval = xyes -o x$enableval = xno; then
4543 support_styles=$enableval 5253 support_styles=$enableval
4544 fi 5254 fi
4545fi 5255fi
4546 5256
4547 5257
4548# Check whether --enable-afterimage was given. 5258# Check whether --enable-pixbuf was given.
4549if test "${enable_afterimage+set}" = set; then 5259if test ${enable_pixbuf+y}
5260then :
4550 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then 5261 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then
4551 support_afterimage=$enableval 5262 support_pixbuf=$enableval
4552 fi 5263 fi
4553fi 5264fi
4554 5265
4555 5266
4556 5267# Check whether --enable-startup-notification was given.
4557# Check whether --with-afterimage_config was given. 5268if test ${enable_startup_notification+y}
4558if test "${with_afterimage_config+set}" = set; then 5269then :
4559 withval=$with_afterimage_config; if test "x$withval" != x; then 5270 enableval=$enable_startup_notification; if test x$enableval = xyes -o x$enableval = xno; then
4560 afterimage_config=$withval/afterimage-config 5271 support_startup_notification=$enableval
4561 fi 5272 fi
4562fi 5273fi
4563
4564 5274
4565 5275
4566# Check whether --enable-transparency was given. 5276# Check whether --enable-transparency was given.
4567if test "${enable_transparency+set}" = set; then 5277if test ${enable_transparency+y}
5278then :
4568 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then 5279 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4569 support_inheritpixmap=$enableval 5280 support_inheritpixmap=$enableval
4570 fi 5281 fi
4571fi 5282fi
4572 5283
4573 5284
4574# Check whether --enable-fading was given. 5285# Check whether --enable-fading was given.
4575if test "${enable_fading+set}" = set; then 5286if test ${enable_fading+y}
5287then :
4576 enableval=$enable_fading; if test x$enableval = xyes -o x$enableval = xno; then 5288 enableval=$enable_fading; if test x$enableval = xyes -o x$enableval = xno; then
4577 support_fading=$enableval 5289 support_fading=$enableval
4578 fi 5290 fi
4579fi 5291fi
4580 5292
4581 5293
4582# Check whether --enable-rxvt-scroll was given. 5294# Check whether --enable-rxvt-scroll was given.
4583if test "${enable_rxvt_scroll+set}" = set; then 5295if test ${enable_rxvt_scroll+y}
5296then :
4584 enableval=$enable_rxvt_scroll; if test x$enableval = xyes -o x$enableval = xno; then 5297 enableval=$enable_rxvt_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4585 support_scroll_rxvt=$enableval 5298 support_scroll_rxvt=$enableval
4586 fi 5299 fi
4587fi 5300fi
4588 5301
4589 5302
4590# Check whether --enable-next-scroll was given. 5303# Check whether --enable-next-scroll was given.
4591if test "${enable_next_scroll+set}" = set; then 5304if test ${enable_next_scroll+y}
5305then :
4592 enableval=$enable_next_scroll; if test x$enableval = xyes -o x$enableval = xno; then 5306 enableval=$enable_next_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4593 support_scroll_next=$enableval 5307 support_scroll_next=$enableval
4594 fi 5308 fi
4595fi 5309fi
4596 5310
4597 5311
4598# Check whether --enable-xterm-scroll was given. 5312# Check whether --enable-xterm-scroll was given.
4599if test "${enable_xterm_scroll+set}" = set; then 5313if test ${enable_xterm_scroll+y}
5314then :
4600 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then 5315 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4601 support_scroll_xterm=$enableval 5316 support_scroll_xterm=$enableval
4602 fi 5317 fi
4603fi 5318fi
4604 5319
4605 5320
4606# Check whether --enable-perl was given. 5321# Check whether --enable-perl was given.
4607if test "${enable_perl+set}" = set; then 5322if test ${enable_perl+y}
5323then :
4608 enableval=$enable_perl; if test x$enableval = xyes -o x$enableval = xno; then 5324 enableval=$enable_perl; if test x$enableval = xyes -o x$enableval = xno; then
4609 support_perl=$enableval 5325 support_perl=$enableval
4610 fi 5326 fi
4611fi 5327fi
4612 5328
4613 5329
4614 5330
4615# Check whether --with-codesets was given. 5331# Check whether --with-codesets was given.
4616if test "${with_codesets+set}" = set; then 5332if test ${with_codesets+y}
5333then :
4617 withval=$with_codesets; codesets="$withval" 5334 withval=$with_codesets; codesets="$withval"
4618fi 5335fi
4619 5336
4620 5337
4621# Check whether --enable-xim was given. 5338# Check whether --enable-xim was given.
4622if test "${enable_xim+set}" = set; then 5339if test ${enable_xim+y}
5340then :
4623 enableval=$enable_xim; if test x$enableval = xyes -o x$enableval = xno; then 5341 enableval=$enable_xim; if test x$enableval = xyes -o x$enableval = xno; then
4624 support_xim=$enableval 5342 support_xim=$enableval
4625 fi 5343 fi
4626fi 5344fi
4627 5345
4628 5346
4629# Check whether --enable-backspace-key was given. 5347# Check whether --enable-backspace-key was given.
4630if test "${enable_backspace_key+set}" = set; then 5348if test ${enable_backspace_key+y}
5349then :
4631 enableval=$enable_backspace_key; if test x$enableval = xno; then 5350 enableval=$enable_backspace_key; if test x$enableval = xno; then
4632 5351
4633cat >>confdefs.h <<\_ACEOF 5352printf "%s\n" "#define NO_BACKSPACE_KEY 1" >>confdefs.h
4634#define NO_BACKSPACE_KEY 1
4635_ACEOF
4636 5353
4637 fi 5354 fi
4638fi 5355fi
4639 5356
4640 5357
4641# Check whether --enable-delete-key was given. 5358# Check whether --enable-delete-key was given.
4642if test "${enable_delete_key+set}" = set; then 5359if test ${enable_delete_key+y}
5360then :
4643 enableval=$enable_delete_key; if test x$enableval = xno; then 5361 enableval=$enable_delete_key; if test x$enableval = xno; then
4644 5362
4645cat >>confdefs.h <<\_ACEOF 5363printf "%s\n" "#define NO_DELETE_KEY 1" >>confdefs.h
4646#define NO_DELETE_KEY 1
4647_ACEOF
4648 5364
4649 fi 5365 fi
4650fi 5366fi
4651 5367
4652 5368
5369support_resources=yes
4653# Check whether --enable-resources was given. 5370# Check whether --enable-resources was given.
4654if test "${enable_resources+set}" = set; then 5371if test ${enable_resources+y}
5372then :
4655 enableval=$enable_resources; if test x$enableval = xno; then 5373 enableval=$enable_resources; if test x$enableval = xno; then
4656 5374 support_resources=no
4657cat >>confdefs.h <<\_ACEOF
4658#define NO_RESOURCES 1
4659_ACEOF
4660
4661 fi 5375 fi
4662fi 5376fi
4663 5377
4664 5378
4665# Check whether --enable-8bitctrls was given. 5379# Check whether --enable-8bitctrls was given.
4666if test "${enable_8bitctrls+set}" = set; then 5380if test ${enable_8bitctrls+y}
5381then :
4667 enableval=$enable_8bitctrls; if test x$enableval = xyes -o x$enableval = xno; then 5382 enableval=$enable_8bitctrls; if test x$enableval = xyes -o x$enableval = xno; then
4668 support_8bitctrls=$enableval 5383 support_8bitctrls=$enableval
4669 fi 5384 fi
4670fi 5385fi
4671 5386
4672 5387
4673RESFALLBACK=Rxvt 5388RESFALLBACK=Rxvt
4674# Check whether --enable-fallback was given. 5389# Check whether --enable-fallback was given.
4675if test "${enable_fallback+set}" = set; then 5390if test ${enable_fallback+y}
5391then :
4676 enableval=$enable_fallback; 5392 enableval=$enable_fallback;
4677 test x$enableval = xyes && enableval=Rxvt 5393 test x$enableval = xyes && enableval=Rxvt
4678 test x$enableval = xno && enableval= 5394 test x$enableval = xno && enableval=
4679 RESFALLBACK="$enableval" 5395 RESFALLBACK="$enableval"
4680 5396
4681fi 5397fi
4682 5398
4683 5399
4684if test x$RESFALLBACK != x; then 5400if test x$RESFALLBACK != x; then
4685 5401
4686cat >>confdefs.h <<_ACEOF 5402printf "%s\n" "#define RESFALLBACK \"$RESFALLBACK\"" >>confdefs.h
4687#define RESFALLBACK "$RESFALLBACK"
4688_ACEOF
4689 5403
4690fi 5404fi
4691 5405
4692RESNAME=urxvt 5406RESNAME=urxvt
4693 5407
4694# Check whether --with-res-name was given. 5408# Check whether --with-res-name was given.
4695if test "${with_res_name+set}" = set; then 5409if test ${with_res_name+y}
5410then :
4696 withval=$with_res_name; RESNAME="$withval" 5411 withval=$with_res_name; RESNAME="$withval"
4697fi 5412fi
4698 5413
4699 5414
4700cat >>confdefs.h <<_ACEOF 5415printf "%s\n" "#define RESNAME \"$RESNAME\"" >>confdefs.h
4701#define RESNAME "$RESNAME"
4702_ACEOF
4703 5416
4704 5417
4705RESCLASS=URxvt 5418RESCLASS=URxvt
4706 5419
4707# Check whether --with-res-class was given. 5420# Check whether --with-res-class was given.
4708if test "${with_res_class+set}" = set; then 5421if test ${with_res_class+y}
5422then :
4709 withval=$with_res_class; RESCLASS="$withval" 5423 withval=$with_res_class; RESCLASS="$withval"
4710fi 5424fi
4711 5425
4712 5426
4713cat >>confdefs.h <<_ACEOF 5427printf "%s\n" "#define RESCLASS \"$RESCLASS\"" >>confdefs.h
4714#define RESCLASS "$RESCLASS"
4715_ACEOF
4716 5428
4717 5429
4718RXVTNAME=urxvt 5430RXVTNAME=urxvt
4719 5431
4720# Check whether --with-name was given. 5432# Check whether --with-name was given.
4721if test "${with_name+set}" = set; then 5433if test ${with_name+y}
5434then :
4722 withval=$with_name; RXVTNAME="$withval" 5435 withval=$with_name; RXVTNAME="$withval"
4723fi 5436fi
4724 5437
4725 5438
4726cat >>confdefs.h <<_ACEOF 5439printf "%s\n" "#define RXVTNAME \"$RXVTNAME\"" >>confdefs.h
4727#define RXVTNAME "$RXVTNAME"
4728_ACEOF
4729 5440
4730 5441
4731RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4732 5442
4733 5443
4734# Check whether --enable-swapscreen was given. 5444# Check whether --enable-swapscreen was given.
4735if test "${enable_swapscreen+set}" = set; then 5445if test ${enable_swapscreen+y}
5446then :
4736 enableval=$enable_swapscreen; if test x$enableval = xno; then 5447 enableval=$enable_swapscreen; if test x$enableval = xno; then
4737 5448
4738cat >>confdefs.h <<\_ACEOF 5449printf "%s\n" "#define NO_SECONDARY_SCREEN 1" >>confdefs.h
4739#define NO_SECONDARY_SCREEN 1
4740_ACEOF
4741 5450
4742 fi 5451 fi
4743fi 5452fi
4744 5453
4745 5454
4746# Check whether --enable-iso14755 was given. 5455# Check whether --enable-iso14755 was given.
4747if test "${enable_iso14755+set}" = set; then 5456if test ${enable_iso14755+y}
5457then :
4748 enableval=$enable_iso14755; if test x$enableval = xyes -o x$enableval = xno; then 5458 enableval=$enable_iso14755; if test x$enableval = xyes -o x$enableval = xno; then
4749 support_iso14755=$enableval 5459 support_iso14755=$enableval
4750 fi 5460 fi
4751fi 5461fi
4752 5462
4753 5463
4754# Check whether --enable-frills was given. 5464# Check whether --enable-frills was given.
4755if test "${enable_frills+set}" = set; then 5465if test ${enable_frills+y}
5466then :
4756 enableval=$enable_frills; if test x$enableval = xyes -o x$enableval = xno; then 5467 enableval=$enable_frills; if test x$enableval = xyes -o x$enableval = xno; then
4757 support_frills=$enableval 5468 support_frills=$enableval
4758 fi 5469 fi
4759fi 5470fi
4760 5471
4761 5472
4762# Check whether --enable-keepscrolling was given. 5473# Check whether --enable-keepscrolling was given.
4763if test "${enable_keepscrolling+set}" = set; then 5474if test ${enable_keepscrolling+y}
5475then :
4764 enableval=$enable_keepscrolling; if test x$enableval = xyes -o x$enableval = xno; then 5476 enableval=$enable_keepscrolling; if test x$enableval = xyes -o x$enableval = xno; then
4765 support_keepscrolling=$enableval 5477 support_keepscrolling=$enableval
4766 fi 5478 fi
4767fi 5479fi
4768 5480
4769 5481
4770# Check whether --enable-selectionscrolling was given. 5482# Check whether --enable-selectionscrolling was given.
4771if test "${enable_selectionscrolling+set}" = set; then 5483if test ${enable_selectionscrolling+y}
5484then :
4772 enableval=$enable_selectionscrolling; if test x$enableval = xyes -o x$enableval = xno; then 5485 enableval=$enable_selectionscrolling; if test x$enableval = xyes -o x$enableval = xno; then
4773 support_selectionscrolling=$enableval 5486 support_selectionscrolling=$enableval
4774 fi 5487 fi
4775fi 5488fi
4776 5489
4777 5490
4778# Check whether --enable-mousewheel was given. 5491# Check whether --enable-mousewheel was given.
4779if test "${enable_mousewheel+set}" = set; then 5492if test ${enable_mousewheel+y}
5493then :
4780 enableval=$enable_mousewheel; if test x$enableval = xyes -o x$enableval = xno; then 5494 enableval=$enable_mousewheel; if test x$enableval = xyes -o x$enableval = xno; then
4781 support_mousewheel=$enableval 5495 support_mousewheel=$enableval
4782 fi 5496 fi
4783fi 5497fi
4784 5498
4785 5499
4786# Check whether --enable-slipwheeling was given. 5500# Check whether --enable-slipwheeling was given.
4787if test "${enable_slipwheeling+set}" = set; then 5501if test ${enable_slipwheeling+y}
5502then :
4788 enableval=$enable_slipwheeling; if test x$enableval = xyes -o x$enableval = xno; then 5503 enableval=$enable_slipwheeling; if test x$enableval = xyes -o x$enableval = xno; then
4789 support_mouseslipwheel=$enableval 5504 support_mouseslipwheel=$enableval
4790 fi 5505 fi
4791fi 5506fi
4792 5507
4793 5508
4794# Check whether --enable-smart-resize was given. 5509# Check whether --enable-smart-resize was given.
4795if test "${enable_smart_resize+set}" = set; then 5510if test ${enable_smart_resize+y}
5511then :
4796 enableval=$enable_smart_resize; if test x$enableval = xyes; then 5512 enableval=$enable_smart_resize; if test x$enableval = xyes; then
4797 5513
4798cat >>confdefs.h <<\_ACEOF 5514printf "%s\n" "#define SMART_RESIZE 1" >>confdefs.h
4799#define SMART_RESIZE 1
4800_ACEOF
4801 5515
4802 fi 5516 fi
4803fi 5517fi
4804 5518
4805 5519
4806# Check whether --enable-text-blink was given. 5520# Check whether --enable-text-blink was given.
4807if test "${enable_text_blink+set}" = set; then 5521if test ${enable_text_blink+y}
5522then :
4808 enableval=$enable_text_blink; if test x$enableval = xyes -o x$enableval = xno; then 5523 enableval=$enable_text_blink; if test x$enableval = xyes -o x$enableval = xno; then
4809 support_text_blink=$enableval 5524 support_text_blink=$enableval
4810 fi 5525 fi
4811fi 5526fi
4812 5527
4813 5528
4814# Check whether --enable-pointer-blank was given. 5529# Check whether --enable-pointer-blank was given.
4815if test "${enable_pointer_blank+set}" = set; then 5530if test ${enable_pointer_blank+y}
5531then :
4816 enableval=$enable_pointer_blank; if test x$enableval = xyes -o x$enableval = xno; then 5532 enableval=$enable_pointer_blank; if test x$enableval = xyes -o x$enableval = xno; then
4817 support_pointer_blank=$enableval 5533 support_pointer_blank=$enableval
4818 fi 5534 fi
4819fi 5535fi
4820 5536
4821 5537
4822 5538
4823# Check whether --with-term was given. 5539# Check whether --with-term was given.
4824if test "${with_term+set}" = set; then 5540if test ${with_term+y}
5541then :
4825 withval=$with_term; if test x$withval != x; then 5542 withval=$with_term; if test x$withval != x; then
4826 5543
4827cat >>confdefs.h <<_ACEOF 5544printf "%s\n" "#define TERMENV \"$withval\"" >>confdefs.h
4828#define TERMENV "$withval"
4829_ACEOF
4830 term="$withval" 5545 term="$withval"
4831 fi 5546 fi
4832fi 5547fi
4833 5548
4834 5549
4835 5550
4836# Check whether --with-terminfo was given. 5551# Check whether --with-terminfo was given.
4837if test "${with_terminfo+set}" = set; then 5552if test ${with_terminfo+y}
5553then :
4838 withval=$with_terminfo; if test x$withval != x; then 5554 withval=$with_terminfo; if test x$withval != x; then
4839 5555
4840cat >>confdefs.h <<_ACEOF 5556printf "%s\n" "#define RXVT_TERMINFO \"$withval\"" >>confdefs.h
4841#define RXVT_TERMINFO "$withval"
4842_ACEOF
4843 terminfo="$withval" 5557 terminfo="$withval"
4844 fi 5558 fi
4845fi 5559fi
4846 5560
4847 5561
5562if test x$support_resources = xno; then
5563 if test x$support_frills = xyes || test x$support_perl = xyes; then
5564 as_fn_error $? "--disable-resources requires --disable-frills --disable-perl" "$LINENO" 5
5565 fi
5566
5567
5568printf "%s\n" "#define NO_RESOURCES 1" >>confdefs.h
5569
5570fi
5571
4848 5572
4849LIBEV_M4_AVOID_LIBRT=1 5573LIBEV_M4_AVOID_LIBRT=1
4850 5574
4851ac_ext=cpp 5575ac_fn_cxx_check_header_compile "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
4852ac_cpp='$CXXCPP $CPPFLAGS' 5576if test "x$ac_cv_header_sys_inotify_h" = xyes
4853ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5577then :
4854ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5578 printf "%s\n" "#define HAVE_SYS_INOTIFY_H 1" >>confdefs.h
4855ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 5579
4856{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 5580fi
4857echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } 5581ac_fn_cxx_check_header_compile "$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default"
4858if test -z "$CXXCPP"; then 5582if test "x$ac_cv_header_sys_epoll_h" = xyes
4859 if test "${ac_cv_prog_CXXCPP+set}" = set; then 5583then :
4860 echo $ECHO_N "(cached) $ECHO_C" >&6 5584 printf "%s\n" "#define HAVE_SYS_EPOLL_H 1" >>confdefs.h
4861else 5585
4862 # Double quotes because CXXCPP needs to be expanded 5586fi
4863 for CXXCPP in "$CXX -E" "/lib/cpp" 5587ac_fn_cxx_check_header_compile "$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default"
4864 do 5588if test "x$ac_cv_header_sys_event_h" = xyes
4865 ac_preproc_ok=false 5589then :
4866for ac_cxx_preproc_warn_flag in '' yes 5590 printf "%s\n" "#define HAVE_SYS_EVENT_H 1" >>confdefs.h
4867do 5591
4868 # Use a header file that comes with gcc, so configuring glibc 5592fi
4869 # with a fresh cross-compiler works. 5593ac_fn_cxx_check_header_compile "$LINENO" "port.h" "ac_cv_header_port_h" "$ac_includes_default"
4870 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5594if test "x$ac_cv_header_port_h" = xyes
4871 # <limits.h> exists even on freestanding compilers. 5595then :
4872 # On the NeXT, cc -E runs the code through the compiler's parser, 5596 printf "%s\n" "#define HAVE_PORT_H 1" >>confdefs.h
4873 # not just through cpp. "Syntax error" is here to catch this case. 5597
4874 cat >conftest.$ac_ext <<_ACEOF 5598fi
4875/* confdefs.h. */ 5599ac_fn_cxx_check_header_compile "$LINENO" "poll.h" "ac_cv_header_poll_h" "$ac_includes_default"
4876_ACEOF 5600if test "x$ac_cv_header_poll_h" = xyes
5601then :
5602 printf "%s\n" "#define HAVE_POLL_H 1" >>confdefs.h
5603
5604fi
5605ac_fn_cxx_check_header_compile "$LINENO" "sys/timerfd.h" "ac_cv_header_sys_timerfd_h" "$ac_includes_default"
5606if test "x$ac_cv_header_sys_timerfd_h" = xyes
5607then :
5608 printf "%s\n" "#define HAVE_SYS_TIMERFD_H 1" >>confdefs.h
5609
5610fi
5611
5612ac_fn_cxx_check_header_compile "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default"
5613if test "x$ac_cv_header_sys_select_h" = xyes
5614then :
5615 printf "%s\n" "#define HAVE_SYS_SELECT_H 1" >>confdefs.h
5616
5617fi
5618ac_fn_cxx_check_header_compile "$LINENO" "sys/eventfd.h" "ac_cv_header_sys_eventfd_h" "$ac_includes_default"
5619if test "x$ac_cv_header_sys_eventfd_h" = xyes
5620then :
5621 printf "%s\n" "#define HAVE_SYS_EVENTFD_H 1" >>confdefs.h
5622
5623fi
5624ac_fn_cxx_check_header_compile "$LINENO" "sys/signalfd.h" "ac_cv_header_sys_signalfd_h" "$ac_includes_default"
5625if test "x$ac_cv_header_sys_signalfd_h" = xyes
5626then :
5627 printf "%s\n" "#define HAVE_SYS_SIGNALFD_H 1" >>confdefs.h
5628
5629fi
5630ac_fn_cxx_check_header_compile "$LINENO" "linux/aio_abi.h" "ac_cv_header_linux_aio_abi_h" "$ac_includes_default"
5631if test "x$ac_cv_header_linux_aio_abi_h" = xyes
5632then :
5633 printf "%s\n" "#define HAVE_LINUX_AIO_ABI_H 1" >>confdefs.h
5634
5635fi
5636ac_fn_cxx_check_header_compile "$LINENO" "linux/fs.h" "ac_cv_header_linux_fs_h" "$ac_includes_default"
5637if test "x$ac_cv_header_linux_fs_h" = xyes
5638then :
5639 printf "%s\n" "#define HAVE_LINUX_FS_H 1" >>confdefs.h
5640
5641fi
5642
5643
5644ac_fn_cxx_check_func "$LINENO" "inotify_init" "ac_cv_func_inotify_init"
5645if test "x$ac_cv_func_inotify_init" = xyes
5646then :
5647 printf "%s\n" "#define HAVE_INOTIFY_INIT 1" >>confdefs.h
5648
5649fi
5650ac_fn_cxx_check_func "$LINENO" "epoll_ctl" "ac_cv_func_epoll_ctl"
5651if test "x$ac_cv_func_epoll_ctl" = xyes
5652then :
5653 printf "%s\n" "#define HAVE_EPOLL_CTL 1" >>confdefs.h
5654
5655fi
5656ac_fn_cxx_check_func "$LINENO" "kqueue" "ac_cv_func_kqueue"
5657if test "x$ac_cv_func_kqueue" = xyes
5658then :
5659 printf "%s\n" "#define HAVE_KQUEUE 1" >>confdefs.h
5660
5661fi
5662ac_fn_cxx_check_func "$LINENO" "port_create" "ac_cv_func_port_create"
5663if test "x$ac_cv_func_port_create" = xyes
5664then :
5665 printf "%s\n" "#define HAVE_PORT_CREATE 1" >>confdefs.h
5666
5667fi
5668ac_fn_cxx_check_func "$LINENO" "poll" "ac_cv_func_poll"
5669if test "x$ac_cv_func_poll" = xyes
5670then :
5671 printf "%s\n" "#define HAVE_POLL 1" >>confdefs.h
5672
5673fi
5674ac_fn_cxx_check_func "$LINENO" "select" "ac_cv_func_select"
5675if test "x$ac_cv_func_select" = xyes
5676then :
5677 printf "%s\n" "#define HAVE_SELECT 1" >>confdefs.h
5678
5679fi
5680ac_fn_cxx_check_func "$LINENO" "eventfd" "ac_cv_func_eventfd"
5681if test "x$ac_cv_func_eventfd" = xyes
5682then :
5683 printf "%s\n" "#define HAVE_EVENTFD 1" >>confdefs.h
5684
5685fi
5686ac_fn_cxx_check_func "$LINENO" "signalfd" "ac_cv_func_signalfd"
5687if test "x$ac_cv_func_signalfd" = xyes
5688then :
5689 printf "%s\n" "#define HAVE_SIGNALFD 1" >>confdefs.h
5690
5691fi
5692
5693
5694
5695 for ac_func in clock_gettime
5696do :
5697 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5698if test "x$ac_cv_func_clock_gettime" = xyes
5699then :
5700 printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
5701
5702else $as_nop
5703
5704 if test $(uname) = Linux; then
5705 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clock_gettime syscall" >&5
5706printf %s "checking for clock_gettime syscall... " >&6; }
4877cat confdefs.h >>conftest.$ac_ext 5707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4878cat >>conftest.$ac_ext <<_ACEOF
4879/* end confdefs.h. */ 5708/* end confdefs.h. */
4880#ifdef __STDC__
4881# include <limits.h>
4882#else
4883# include <assert.h>
4884#endif
4885 Syntax error
4886_ACEOF
4887if { (ac_try="$ac_cpp conftest.$ac_ext"
4888case "(($ac_try" in
4889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4890 *) ac_try_echo=$ac_try;;
4891esac
4892eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4894 ac_status=$?
4895 grep -v '^ *+' conftest.er1 >conftest.err
4896 rm -f conftest.er1
4897 cat conftest.err >&5
4898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4899 (exit $ac_status); } >/dev/null && {
4900 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4901 test ! -s conftest.err
4902 }; then
4903 :
4904else
4905 echo "$as_me: failed program was:" >&5
4906sed 's/^/| /' conftest.$ac_ext >&5
4907
4908 # Broken: fails on valid input.
4909continue
4910fi
4911
4912rm -f conftest.err conftest.$ac_ext
4913
4914 # OK, works on sane cases. Now check whether nonexistent headers
4915 # can be detected and how.
4916 cat >conftest.$ac_ext <<_ACEOF
4917/* confdefs.h. */
4918_ACEOF
4919cat confdefs.h >>conftest.$ac_ext
4920cat >>conftest.$ac_ext <<_ACEOF
4921/* end confdefs.h. */
4922#include <ac_nonexistent.h>
4923_ACEOF
4924if { (ac_try="$ac_cpp conftest.$ac_ext"
4925case "(($ac_try" in
4926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4927 *) ac_try_echo=$ac_try;;
4928esac
4929eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4930 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4931 ac_status=$?
4932 grep -v '^ *+' conftest.er1 >conftest.err
4933 rm -f conftest.er1
4934 cat conftest.err >&5
4935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4936 (exit $ac_status); } >/dev/null && {
4937 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4938 test ! -s conftest.err
4939 }; then
4940 # Broken: success on invalid input.
4941continue
4942else
4943 echo "$as_me: failed program was:" >&5
4944sed 's/^/| /' conftest.$ac_ext >&5
4945
4946 # Passes both tests.
4947ac_preproc_ok=:
4948break
4949fi
4950
4951rm -f conftest.err conftest.$ac_ext
4952
4953done
4954# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4955rm -f conftest.err conftest.$ac_ext
4956if $ac_preproc_ok; then
4957 break
4958fi
4959
4960 done
4961 ac_cv_prog_CXXCPP=$CXXCPP
4962
4963fi
4964 CXXCPP=$ac_cv_prog_CXXCPP
4965else
4966 ac_cv_prog_CXXCPP=$CXXCPP
4967fi
4968{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
4969echo "${ECHO_T}$CXXCPP" >&6; }
4970ac_preproc_ok=false
4971for ac_cxx_preproc_warn_flag in '' yes
4972do
4973 # Use a header file that comes with gcc, so configuring glibc
4974 # with a fresh cross-compiler works.
4975 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4976 # <limits.h> exists even on freestanding compilers.
4977 # On the NeXT, cc -E runs the code through the compiler's parser,
4978 # not just through cpp. "Syntax error" is here to catch this case.
4979 cat >conftest.$ac_ext <<_ACEOF
4980/* confdefs.h. */
4981_ACEOF
4982cat confdefs.h >>conftest.$ac_ext
4983cat >>conftest.$ac_ext <<_ACEOF
4984/* end confdefs.h. */
4985#ifdef __STDC__
4986# include <limits.h>
4987#else
4988# include <assert.h>
4989#endif
4990 Syntax error
4991_ACEOF
4992if { (ac_try="$ac_cpp conftest.$ac_ext"
4993case "(($ac_try" in
4994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4995 *) ac_try_echo=$ac_try;;
4996esac
4997eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4998 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4999 ac_status=$?
5000 grep -v '^ *+' conftest.er1 >conftest.err
5001 rm -f conftest.er1
5002 cat conftest.err >&5
5003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5004 (exit $ac_status); } >/dev/null && {
5005 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5006 test ! -s conftest.err
5007 }; then
5008 :
5009else
5010 echo "$as_me: failed program was:" >&5
5011sed 's/^/| /' conftest.$ac_ext >&5
5012
5013 # Broken: fails on valid input.
5014continue
5015fi
5016
5017rm -f conftest.err conftest.$ac_ext
5018
5019 # OK, works on sane cases. Now check whether nonexistent headers
5020 # can be detected and how.
5021 cat >conftest.$ac_ext <<_ACEOF
5022/* confdefs.h. */
5023_ACEOF
5024cat confdefs.h >>conftest.$ac_ext
5025cat >>conftest.$ac_ext <<_ACEOF
5026/* end confdefs.h. */
5027#include <ac_nonexistent.h>
5028_ACEOF
5029if { (ac_try="$ac_cpp conftest.$ac_ext"
5030case "(($ac_try" in
5031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5032 *) ac_try_echo=$ac_try;;
5033esac
5034eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5035 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5036 ac_status=$?
5037 grep -v '^ *+' conftest.er1 >conftest.err
5038 rm -f conftest.er1
5039 cat conftest.err >&5
5040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5041 (exit $ac_status); } >/dev/null && {
5042 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5043 test ! -s conftest.err
5044 }; then
5045 # Broken: success on invalid input.
5046continue
5047else
5048 echo "$as_me: failed program was:" >&5
5049sed 's/^/| /' conftest.$ac_ext >&5
5050
5051 # Passes both tests.
5052ac_preproc_ok=:
5053break
5054fi
5055
5056rm -f conftest.err conftest.$ac_ext
5057
5058done
5059# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5060rm -f conftest.err conftest.$ac_ext
5061if $ac_preproc_ok; then
5062 :
5063else
5064 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5065See \`config.log' for more details." >&5
5066echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5067See \`config.log' for more details." >&2;}
5068 { (exit 1); exit 1; }; }
5069fi
5070
5071ac_ext=cpp
5072ac_cpp='$CXXCPP $CPPFLAGS'
5073ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5074ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5075ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5076
5077
5078{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5079echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5080if test "${ac_cv_header_stdc+set}" = set; then
5081 echo $ECHO_N "(cached) $ECHO_C" >&6
5082else
5083 cat >conftest.$ac_ext <<_ACEOF
5084/* confdefs.h. */
5085_ACEOF
5086cat confdefs.h >>conftest.$ac_ext
5087cat >>conftest.$ac_ext <<_ACEOF
5088/* end confdefs.h. */
5089#include <stdlib.h> 5709#include <unistd.h>
5090#include <stdarg.h> 5710 #include <sys/syscall.h>
5091#include <string.h> 5711 #include <time.h>
5092#include <float.h>
5093
5094int 5712int
5095main () 5713main (void)
5096{ 5714{
5097 5715struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts)
5098 ; 5716 ;
5099 return 0; 5717 return 0;
5100} 5718}
5101_ACEOF 5719_ACEOF
5102rm -f conftest.$ac_objext 5720if ac_fn_cxx_try_link "$LINENO"
5103if { (ac_try="$ac_compile" 5721then :
5104case "(($ac_try" in 5722 ac_have_clock_syscall=1
5105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5106 *) ac_try_echo=$ac_try;;
5107esac
5108eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5109 (eval "$ac_compile") 2>conftest.er1
5110 ac_status=$?
5111 grep -v '^ *+' conftest.er1 >conftest.err
5112 rm -f conftest.er1
5113 cat conftest.err >&5
5114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5115 (exit $ac_status); } && {
5116 test -z "$ac_cxx_werror_flag" ||
5117 test ! -s conftest.err
5118 } && test -s conftest.$ac_objext; then
5119 ac_cv_header_stdc=yes
5120else
5121 echo "$as_me: failed program was:" >&5
5122sed 's/^/| /' conftest.$ac_ext >&5
5123 5723
5124 ac_cv_header_stdc=no 5724printf "%s\n" "#define HAVE_CLOCK_SYSCALL 1" >>confdefs.h
5125fi
5126 5725
5726 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5727printf "%s\n" "yes" >&6; }
5728else $as_nop
5729 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5730printf "%s\n" "no" >&6; }
5731fi
5127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5732rm -f core conftest.err conftest.$ac_objext conftest.beam \
5128 5733 conftest$ac_exeext conftest.$ac_ext
5129if test $ac_cv_header_stdc = yes; then 5734 fi
5130 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5735 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then
5131 cat >conftest.$ac_ext <<_ACEOF 5736 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
5132/* confdefs.h. */ 5737printf %s "checking for clock_gettime in -lrt... " >&6; }
5133_ACEOF 5738if test ${ac_cv_lib_rt_clock_gettime+y}
5739then :
5740 printf %s "(cached) " >&6
5741else $as_nop
5742 ac_check_lib_save_LIBS=$LIBS
5743LIBS="-lrt $LIBS"
5134cat confdefs.h >>conftest.$ac_ext 5744cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5135cat >>conftest.$ac_ext <<_ACEOF
5136/* end confdefs.h. */ 5745/* end confdefs.h. */
5137#include <string.h>
5138 5746
5139_ACEOF 5747namespace conftest {
5140if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 5748 extern "C" int clock_gettime ();
5141 $EGREP "memchr" >/dev/null 2>&1; then 5749}
5142 :
5143else
5144 ac_cv_header_stdc=no
5145fi
5146rm -f conftest*
5147
5148fi
5149
5150if test $ac_cv_header_stdc = yes; then
5151 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5152 cat >conftest.$ac_ext <<_ACEOF
5153/* confdefs.h. */
5154_ACEOF
5155cat confdefs.h >>conftest.$ac_ext
5156cat >>conftest.$ac_ext <<_ACEOF
5157/* end confdefs.h. */
5158#include <stdlib.h>
5159
5160_ACEOF
5161if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5162 $EGREP "free" >/dev/null 2>&1; then
5163 :
5164else
5165 ac_cv_header_stdc=no
5166fi
5167rm -f conftest*
5168
5169fi
5170
5171if test $ac_cv_header_stdc = yes; then
5172 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5173 if test "$cross_compiling" = yes; then
5174 :
5175else
5176 cat >conftest.$ac_ext <<_ACEOF
5177/* confdefs.h. */
5178_ACEOF
5179cat confdefs.h >>conftest.$ac_ext
5180cat >>conftest.$ac_ext <<_ACEOF
5181/* end confdefs.h. */
5182#include <ctype.h>
5183#include <stdlib.h>
5184#if ((' ' & 0x0FF) == 0x020)
5185# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5186# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5187#else
5188# define ISLOWER(c) \
5189 (('a' <= (c) && (c) <= 'i') \
5190 || ('j' <= (c) && (c) <= 'r') \
5191 || ('s' <= (c) && (c) <= 'z'))
5192# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5193#endif
5194
5195#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5196int 5750int
5197main () 5751main (void)
5198{ 5752{
5199 int i; 5753return conftest::clock_gettime ();
5200 for (i = 0; i < 256; i++)
5201 if (XOR (islower (i), ISLOWER (i))
5202 || toupper (i) != TOUPPER (i))
5203 return 2;
5204 return 0;
5205}
5206_ACEOF
5207rm -f conftest$ac_exeext
5208if { (ac_try="$ac_link"
5209case "(($ac_try" in
5210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5211 *) ac_try_echo=$ac_try;;
5212esac
5213eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5214 (eval "$ac_link") 2>&5
5215 ac_status=$?
5216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5217 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5218 { (case "(($ac_try" in
5219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5220 *) ac_try_echo=$ac_try;;
5221esac
5222eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5223 (eval "$ac_try") 2>&5
5224 ac_status=$?
5225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226 (exit $ac_status); }; }; then
5227 :
5228else
5229 echo "$as_me: program exited with status $ac_status" >&5
5230echo "$as_me: failed program was:" >&5
5231sed 's/^/| /' conftest.$ac_ext >&5
5232
5233( exit $ac_status )
5234ac_cv_header_stdc=no
5235fi
5236rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5237fi
5238
5239
5240fi
5241fi
5242{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5243echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5244if test $ac_cv_header_stdc = yes; then
5245
5246cat >>confdefs.h <<\_ACEOF
5247#define STDC_HEADERS 1
5248_ACEOF
5249
5250fi
5251
5252# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5263 inttypes.h stdint.h unistd.h
5264do
5265as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5266{ echo "$as_me:$LINENO: checking for $ac_header" >&5
5267echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5268if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5269 echo $ECHO_N "(cached) $ECHO_C" >&6
5270else
5271 cat >conftest.$ac_ext <<_ACEOF
5272/* confdefs.h. */
5273_ACEOF
5274cat confdefs.h >>conftest.$ac_ext
5275cat >>conftest.$ac_ext <<_ACEOF
5276/* end confdefs.h. */
5277$ac_includes_default
5278
5279#include <$ac_header>
5280_ACEOF
5281rm -f conftest.$ac_objext
5282if { (ac_try="$ac_compile"
5283case "(($ac_try" in
5284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5285 *) ac_try_echo=$ac_try;;
5286esac
5287eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5288 (eval "$ac_compile") 2>conftest.er1
5289 ac_status=$?
5290 grep -v '^ *+' conftest.er1 >conftest.err
5291 rm -f conftest.er1
5292 cat conftest.err >&5
5293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5294 (exit $ac_status); } && {
5295 test -z "$ac_cxx_werror_flag" ||
5296 test ! -s conftest.err
5297 } && test -s conftest.$ac_objext; then
5298 eval "$as_ac_Header=yes"
5299else
5300 echo "$as_me: failed program was:" >&5
5301sed 's/^/| /' conftest.$ac_ext >&5
5302
5303 eval "$as_ac_Header=no"
5304fi
5305
5306rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5307fi
5308ac_res=`eval echo '${'$as_ac_Header'}'`
5309 { echo "$as_me:$LINENO: result: $ac_res" >&5
5310echo "${ECHO_T}$ac_res" >&6; }
5311if test `eval echo '${'$as_ac_Header'}'` = yes; then
5312 cat >>confdefs.h <<_ACEOF
5313#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5314_ACEOF
5315
5316fi
5317
5318done
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h
5329do
5330as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5331if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5332 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5333echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5334if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5335 echo $ECHO_N "(cached) $ECHO_C" >&6
5336fi
5337ac_res=`eval echo '${'$as_ac_Header'}'`
5338 { echo "$as_me:$LINENO: result: $ac_res" >&5
5339echo "${ECHO_T}$ac_res" >&6; }
5340else
5341 # Is the header compilable?
5342{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
5343echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5344cat >conftest.$ac_ext <<_ACEOF
5345/* confdefs.h. */
5346_ACEOF
5347cat confdefs.h >>conftest.$ac_ext
5348cat >>conftest.$ac_ext <<_ACEOF
5349/* end confdefs.h. */
5350$ac_includes_default
5351#include <$ac_header>
5352_ACEOF
5353rm -f conftest.$ac_objext
5354if { (ac_try="$ac_compile"
5355case "(($ac_try" in
5356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5357 *) ac_try_echo=$ac_try;;
5358esac
5359eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5360 (eval "$ac_compile") 2>conftest.er1
5361 ac_status=$?
5362 grep -v '^ *+' conftest.er1 >conftest.err
5363 rm -f conftest.er1
5364 cat conftest.err >&5
5365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5366 (exit $ac_status); } && {
5367 test -z "$ac_cxx_werror_flag" ||
5368 test ! -s conftest.err
5369 } && test -s conftest.$ac_objext; then
5370 ac_header_compiler=yes
5371else
5372 echo "$as_me: failed program was:" >&5
5373sed 's/^/| /' conftest.$ac_ext >&5
5374
5375 ac_header_compiler=no
5376fi
5377
5378rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5379{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5380echo "${ECHO_T}$ac_header_compiler" >&6; }
5381
5382# Is the header present?
5383{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
5384echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5385cat >conftest.$ac_ext <<_ACEOF
5386/* confdefs.h. */
5387_ACEOF
5388cat confdefs.h >>conftest.$ac_ext
5389cat >>conftest.$ac_ext <<_ACEOF
5390/* end confdefs.h. */
5391#include <$ac_header>
5392_ACEOF
5393if { (ac_try="$ac_cpp conftest.$ac_ext"
5394case "(($ac_try" in
5395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5396 *) ac_try_echo=$ac_try;;
5397esac
5398eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5399 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5400 ac_status=$?
5401 grep -v '^ *+' conftest.er1 >conftest.err
5402 rm -f conftest.er1
5403 cat conftest.err >&5
5404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5405 (exit $ac_status); } >/dev/null && {
5406 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5407 test ! -s conftest.err
5408 }; then
5409 ac_header_preproc=yes
5410else
5411 echo "$as_me: failed program was:" >&5
5412sed 's/^/| /' conftest.$ac_ext >&5
5413
5414 ac_header_preproc=no
5415fi
5416
5417rm -f conftest.err conftest.$ac_ext
5418{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5419echo "${ECHO_T}$ac_header_preproc" >&6; }
5420
5421# So? What about this header?
5422case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
5423 yes:no: )
5424 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5425echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5426 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5427echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5428 ac_header_preproc=yes
5429 ;;
5430 no:yes:* )
5431 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5432echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5433 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5434echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5435 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5436echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5437 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5438echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5439 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5440echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5441 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5442echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5443
5444 ;;
5445esac
5446{ echo "$as_me:$LINENO: checking for $ac_header" >&5
5447echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5448if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5449 echo $ECHO_N "(cached) $ECHO_C" >&6
5450else
5451 eval "$as_ac_Header=\$ac_header_preproc"
5452fi
5453ac_res=`eval echo '${'$as_ac_Header'}'`
5454 { echo "$as_me:$LINENO: result: $ac_res" >&5
5455echo "${ECHO_T}$ac_res" >&6; }
5456
5457fi
5458if test `eval echo '${'$as_ac_Header'}'` = yes; then
5459 cat >>confdefs.h <<_ACEOF
5460#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5461_ACEOF
5462
5463fi
5464
5465done
5466
5467
5468
5469
5470
5471
5472
5473
5474for ac_func in inotify_init epoll_ctl kqueue port_create poll select
5475do
5476as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5477{ echo "$as_me:$LINENO: checking for $ac_func" >&5
5478echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
5479if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
5480 echo $ECHO_N "(cached) $ECHO_C" >&6
5481else
5482 cat >conftest.$ac_ext <<_ACEOF
5483/* confdefs.h. */
5484_ACEOF
5485cat confdefs.h >>conftest.$ac_ext
5486cat >>conftest.$ac_ext <<_ACEOF
5487/* end confdefs.h. */
5488/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5489 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5490#define $ac_func innocuous_$ac_func
5491
5492/* System header to define __stub macros and hopefully few prototypes,
5493 which can conflict with char $ac_func (); below.
5494 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5495 <limits.h> exists even on freestanding compilers. */
5496
5497#ifdef __STDC__
5498# include <limits.h>
5499#else
5500# include <assert.h>
5501#endif
5502
5503#undef $ac_func
5504
5505/* Override any GCC internal prototype to avoid an error.
5506 Use char because int might match the return type of a GCC
5507 builtin and then its argument prototype would still apply. */
5508#ifdef __cplusplus
5509extern "C"
5510#endif
5511char $ac_func ();
5512/* The GNU C library defines this for functions which it implements
5513 to always fail with ENOSYS. Some functions are actually named
5514 something starting with __ and the normal name is an alias. */
5515#if defined __stub_$ac_func || defined __stub___$ac_func
5516choke me
5517#endif
5518
5519int
5520main ()
5521{
5522return $ac_func ();
5523 ; 5754 ;
5524 return 0; 5755 return 0;
5525} 5756}
5526_ACEOF 5757_ACEOF
5527rm -f conftest.$ac_objext conftest$ac_exeext 5758if ac_fn_cxx_try_link "$LINENO"
5528if { (ac_try="$ac_link" 5759then :
5529case "(($ac_try" in 5760 ac_cv_lib_rt_clock_gettime=yes
5530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5761else $as_nop
5531 *) ac_try_echo=$ac_try;; 5762 ac_cv_lib_rt_clock_gettime=no
5532esac
5533eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5534 (eval "$ac_link") 2>conftest.er1
5535 ac_status=$?
5536 grep -v '^ *+' conftest.er1 >conftest.err
5537 rm -f conftest.er1
5538 cat conftest.err >&5
5539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5540 (exit $ac_status); } && {
5541 test -z "$ac_cxx_werror_flag" ||
5542 test ! -s conftest.err
5543 } && test -s conftest$ac_exeext &&
5544 $as_test_x conftest$ac_exeext; then
5545 eval "$as_ac_var=yes"
5546else
5547 echo "$as_me: failed program was:" >&5
5548sed 's/^/| /' conftest.$ac_ext >&5
5549
5550 eval "$as_ac_var=no"
5551fi 5763fi
5552
5553rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5764rm -f core conftest.err conftest.$ac_objext conftest.beam \
5554 conftest$ac_exeext conftest.$ac_ext 5765 conftest$ac_exeext conftest.$ac_ext
5766LIBS=$ac_check_lib_save_LIBS
5555fi 5767fi
5556ac_res=`eval echo '${'$as_ac_var'}'` 5768{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
5557 { echo "$as_me:$LINENO: result: $ac_res" >&5 5769printf "%s\n" "$ac_cv_lib_rt_clock_gettime" >&6; }
5558echo "${ECHO_T}$ac_res" >&6; } 5770if test "x$ac_cv_lib_rt_clock_gettime" = xyes
5559if test `eval echo '${'$as_ac_var'}'` = yes; then 5771then :
5560 cat >>confdefs.h <<_ACEOF 5772 printf "%s\n" "#define HAVE_LIBRT 1" >>confdefs.h
5561#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5562_ACEOF
5563 5773
5774 LIBS="-lrt $LIBS"
5775
5564fi 5776fi
5777
5778 unset ac_cv_func_clock_gettime
5779 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5780if test "x$ac_cv_func_clock_gettime" = xyes
5781then :
5782 printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
5783
5784fi
5785
5786 fi
5787
5788fi
5789
5565done 5790done
5566 5791
5567 5792
5568{ echo "$as_me:$LINENO: checking for clock_gettime" >&5 5793 for ac_func in nanosleep
5569echo $ECHO_N "checking for clock_gettime... $ECHO_C" >&6; } 5794do :
5570if test "${ac_cv_func_clock_gettime+set}" = set; then 5795 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5571 echo $ECHO_N "(cached) $ECHO_C" >&6 5796if test "x$ac_cv_func_nanosleep" = xyes
5572else 5797then :
5573 cat >conftest.$ac_ext <<_ACEOF 5798 printf "%s\n" "#define HAVE_NANOSLEEP 1" >>confdefs.h
5574/* confdefs.h. */ 5799
5575_ACEOF 5800else $as_nop
5801
5802 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
5803 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
5804printf %s "checking for nanosleep in -lrt... " >&6; }
5805if test ${ac_cv_lib_rt_nanosleep+y}
5806then :
5807 printf %s "(cached) " >&6
5808else $as_nop
5809 ac_check_lib_save_LIBS=$LIBS
5810LIBS="-lrt $LIBS"
5576cat confdefs.h >>conftest.$ac_ext 5811cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5577cat >>conftest.$ac_ext <<_ACEOF
5578/* end confdefs.h. */ 5812/* end confdefs.h. */
5579/* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
5580 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5581#define clock_gettime innocuous_clock_gettime
5582 5813
5583/* System header to define __stub macros and hopefully few prototypes, 5814namespace conftest {
5584 which can conflict with char clock_gettime (); below. 5815 extern "C" int nanosleep ();
5585 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5816}
5586 <limits.h> exists even on freestanding compilers. */
5587
5588#ifdef __STDC__
5589# include <limits.h>
5590#else
5591# include <assert.h>
5592#endif
5593
5594#undef clock_gettime
5595
5596/* Override any GCC internal prototype to avoid an error.
5597 Use char because int might match the return type of a GCC
5598 builtin and then its argument prototype would still apply. */
5599#ifdef __cplusplus
5600extern "C"
5601#endif
5602char clock_gettime ();
5603/* The GNU C library defines this for functions which it implements
5604 to always fail with ENOSYS. Some functions are actually named
5605 something starting with __ and the normal name is an alias. */
5606#if defined __stub_clock_gettime || defined __stub___clock_gettime
5607choke me
5608#endif
5609
5610int 5817int
5611main () 5818main (void)
5612{ 5819{
5613return clock_gettime (); 5820return conftest::nanosleep ();
5614 ; 5821 ;
5615 return 0; 5822 return 0;
5616} 5823}
5617_ACEOF 5824_ACEOF
5618rm -f conftest.$ac_objext conftest$ac_exeext 5825if ac_fn_cxx_try_link "$LINENO"
5619if { (ac_try="$ac_link" 5826then :
5620case "(($ac_try" in 5827 ac_cv_lib_rt_nanosleep=yes
5621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5828else $as_nop
5622 *) ac_try_echo=$ac_try;; 5829 ac_cv_lib_rt_nanosleep=no
5623esac
5624eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5625 (eval "$ac_link") 2>conftest.er1
5626 ac_status=$?
5627 grep -v '^ *+' conftest.er1 >conftest.err
5628 rm -f conftest.er1
5629 cat conftest.err >&5
5630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5631 (exit $ac_status); } && {
5632 test -z "$ac_cxx_werror_flag" ||
5633 test ! -s conftest.err
5634 } && test -s conftest$ac_exeext &&
5635 $as_test_x conftest$ac_exeext; then
5636 ac_cv_func_clock_gettime=yes
5637else
5638 echo "$as_me: failed program was:" >&5
5639sed 's/^/| /' conftest.$ac_ext >&5
5640
5641 ac_cv_func_clock_gettime=no
5642fi 5830fi
5643
5644rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5831rm -f core conftest.err conftest.$ac_objext conftest.beam \
5645 conftest$ac_exeext conftest.$ac_ext 5832 conftest$ac_exeext conftest.$ac_ext
5833LIBS=$ac_check_lib_save_LIBS
5646fi 5834fi
5647{ echo "$as_me:$LINENO: result: $ac_cv_func_clock_gettime" >&5 5835{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
5648echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6; } 5836printf "%s\n" "$ac_cv_lib_rt_nanosleep" >&6; }
5649if test $ac_cv_func_clock_gettime = yes; then 5837if test "x$ac_cv_lib_rt_nanosleep" = xyes
5650 : 5838then :
5651else 5839 printf "%s\n" "#define HAVE_LIBRT 1" >>confdefs.h
5652 5840
5841 LIBS="-lrt $LIBS"
5842
5843fi
5844
5845 unset ac_cv_func_nanosleep
5846 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5847if test "x$ac_cv_func_nanosleep" = xyes
5848then :
5849 printf "%s\n" "#define HAVE_NANOSLEEP 1" >>confdefs.h
5850
5851fi
5852
5853 fi
5854
5855fi
5856
5857done
5858
5859ac_fn_cxx_check_type "$LINENO" "__kernel_rwf_t" "ac_cv_type___kernel_rwf_t" "#include <linux/fs.h>
5860"
5861if test "x$ac_cv_type___kernel_rwf_t" = xyes
5862then :
5863
5864
5865printf "%s\n" "#define HAVE_KERNEL_RWF_T 1" >>confdefs.h
5866
5867
5868fi
5869
5870
5653 if test -z "$LIBEV_M4_AVOID_LIBRT"; then 5871if test -z "$LIBEV_M4_AVOID_LIBM"; then
5654 5872 LIBM=m
5655{ echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5 5873fi
5656echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6; } 5874{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5
5657if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then 5875printf %s "checking for library containing floor... " >&6; }
5658 echo $ECHO_N "(cached) $ECHO_C" >&6 5876if test ${ac_cv_search_floor+y}
5659else 5877then :
5660 ac_check_lib_save_LIBS=$LIBS 5878 printf %s "(cached) " >&6
5661LIBS="-lrt $LIBS" 5879else $as_nop
5662cat >conftest.$ac_ext <<_ACEOF 5880 ac_func_search_save_LIBS=$LIBS
5663/* confdefs.h. */
5664_ACEOF
5665cat confdefs.h >>conftest.$ac_ext 5881cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5666cat >>conftest.$ac_ext <<_ACEOF
5667/* end confdefs.h. */ 5882/* end confdefs.h. */
5668 5883
5669/* Override any GCC internal prototype to avoid an error. 5884namespace conftest {
5670 Use char because int might match the return type of a GCC 5885 extern "C" int floor ();
5671 builtin and then its argument prototype would still apply. */ 5886}
5672#ifdef __cplusplus
5673extern "C"
5674#endif
5675char clock_gettime ();
5676int 5887int
5677main () 5888main (void)
5678{ 5889{
5679return clock_gettime (); 5890return conftest::floor ();
5680 ; 5891 ;
5681 return 0; 5892 return 0;
5682} 5893}
5683_ACEOF 5894_ACEOF
5684rm -f conftest.$ac_objext conftest$ac_exeext 5895for ac_lib in '' $LIBM
5685if { (ac_try="$ac_link"
5686case "(($ac_try" in
5687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5688 *) ac_try_echo=$ac_try;;
5689esac
5690eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5691 (eval "$ac_link") 2>conftest.er1
5692 ac_status=$?
5693 grep -v '^ *+' conftest.er1 >conftest.err
5694 rm -f conftest.er1
5695 cat conftest.err >&5
5696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5697 (exit $ac_status); } && {
5698 test -z "$ac_cxx_werror_flag" ||
5699 test ! -s conftest.err
5700 } && test -s conftest$ac_exeext &&
5701 $as_test_x conftest$ac_exeext; then
5702 ac_cv_lib_rt_clock_gettime=yes
5703else
5704 echo "$as_me: failed program was:" >&5
5705sed 's/^/| /' conftest.$ac_ext >&5
5706
5707 ac_cv_lib_rt_clock_gettime=no
5708fi
5709
5710rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5711 conftest$ac_exeext conftest.$ac_ext
5712LIBS=$ac_check_lib_save_LIBS
5713fi
5714{ echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5
5715echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6; }
5716if test $ac_cv_lib_rt_clock_gettime = yes; then
5717 cat >>confdefs.h <<_ACEOF
5718#define HAVE_LIBRT 1
5719_ACEOF
5720
5721 LIBS="-lrt $LIBS"
5722
5723fi
5724
5725 unset ac_cv_func_clock_gettime
5726
5727for ac_func in clock_gettime
5728do 5896do
5729as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5897 if test -z "$ac_lib"; then
5730{ echo "$as_me:$LINENO: checking for $ac_func" >&5 5898 ac_res="none required"
5731echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
5732if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
5733 echo $ECHO_N "(cached) $ECHO_C" >&6
5734else 5899 else
5735 cat >conftest.$ac_ext <<_ACEOF 5900 ac_res=-l$ac_lib
5736/* confdefs.h. */ 5901 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5737_ACEOF 5902 fi
5738cat confdefs.h >>conftest.$ac_ext 5903 if ac_fn_cxx_try_link "$LINENO"
5739cat >>conftest.$ac_ext <<_ACEOF 5904then :
5740/* end confdefs.h. */ 5905 ac_cv_search_floor=$ac_res
5741/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5742 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5743#define $ac_func innocuous_$ac_func
5744
5745/* System header to define __stub macros and hopefully few prototypes,
5746 which can conflict with char $ac_func (); below.
5747 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5748 <limits.h> exists even on freestanding compilers. */
5749
5750#ifdef __STDC__
5751# include <limits.h>
5752#else
5753# include <assert.h>
5754#endif
5755
5756#undef $ac_func
5757
5758/* Override any GCC internal prototype to avoid an error.
5759 Use char because int might match the return type of a GCC
5760 builtin and then its argument prototype would still apply. */
5761#ifdef __cplusplus
5762extern "C"
5763#endif
5764char $ac_func ();
5765/* The GNU C library defines this for functions which it implements
5766 to always fail with ENOSYS. Some functions are actually named
5767 something starting with __ and the normal name is an alias. */
5768#if defined __stub_$ac_func || defined __stub___$ac_func
5769choke me
5770#endif
5771
5772int
5773main ()
5774{
5775return $ac_func ();
5776 ;
5777 return 0;
5778}
5779_ACEOF
5780rm -f conftest.$ac_objext conftest$ac_exeext
5781if { (ac_try="$ac_link"
5782case "(($ac_try" in
5783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5784 *) ac_try_echo=$ac_try;;
5785esac
5786eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5787 (eval "$ac_link") 2>conftest.er1
5788 ac_status=$?
5789 grep -v '^ *+' conftest.er1 >conftest.err
5790 rm -f conftest.er1
5791 cat conftest.err >&5
5792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5793 (exit $ac_status); } && {
5794 test -z "$ac_cxx_werror_flag" ||
5795 test ! -s conftest.err
5796 } && test -s conftest$ac_exeext &&
5797 $as_test_x conftest$ac_exeext; then
5798 eval "$as_ac_var=yes"
5799else
5800 echo "$as_me: failed program was:" >&5
5801sed 's/^/| /' conftest.$ac_ext >&5
5802
5803 eval "$as_ac_var=no"
5804fi 5906fi
5805
5806rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5907rm -f core conftest.err conftest.$ac_objext conftest.beam \
5807 conftest$ac_exeext conftest.$ac_ext 5908 conftest$ac_exeext
5808fi 5909 if test ${ac_cv_search_floor+y}
5809ac_res=`eval echo '${'$as_ac_var'}'` 5910then :
5810 { echo "$as_me:$LINENO: result: $ac_res" >&5 5911 break
5811echo "${ECHO_T}$ac_res" >&6; }
5812if test `eval echo '${'$as_ac_var'}'` = yes; then
5813 cat >>confdefs.h <<_ACEOF
5814#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5815_ACEOF
5816
5817fi 5912fi
5818done 5913done
5914if test ${ac_cv_search_floor+y}
5915then :
5819 5916
5820 fi 5917else $as_nop
5821 5918 ac_cv_search_floor=no
5822fi 5919fi
5823 5920rm conftest.$ac_ext
5824 5921LIBS=$ac_func_search_save_LIBS
5825{ echo "$as_me:$LINENO: checking for nanosleep" >&5
5826echo $ECHO_N "checking for nanosleep... $ECHO_C" >&6; }
5827if test "${ac_cv_func_nanosleep+set}" = set; then
5828 echo $ECHO_N "(cached) $ECHO_C" >&6
5829else
5830 cat >conftest.$ac_ext <<_ACEOF
5831/* confdefs.h. */
5832_ACEOF
5833cat confdefs.h >>conftest.$ac_ext
5834cat >>conftest.$ac_ext <<_ACEOF
5835/* end confdefs.h. */
5836/* Define nanosleep to an innocuous variant, in case <limits.h> declares nanosleep.
5837 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5838#define nanosleep innocuous_nanosleep
5839
5840/* System header to define __stub macros and hopefully few prototypes,
5841 which can conflict with char nanosleep (); below.
5842 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5843 <limits.h> exists even on freestanding compilers. */
5844
5845#ifdef __STDC__
5846# include <limits.h>
5847#else
5848# include <assert.h>
5849#endif
5850
5851#undef nanosleep
5852
5853/* Override any GCC internal prototype to avoid an error.
5854 Use char because int might match the return type of a GCC
5855 builtin and then its argument prototype would still apply. */
5856#ifdef __cplusplus
5857extern "C"
5858#endif
5859char nanosleep ();
5860/* The GNU C library defines this for functions which it implements
5861 to always fail with ENOSYS. Some functions are actually named
5862 something starting with __ and the normal name is an alias. */
5863#if defined __stub_nanosleep || defined __stub___nanosleep
5864choke me
5865#endif
5866
5867int
5868main ()
5869{
5870return nanosleep ();
5871 ;
5872 return 0;
5873}
5874_ACEOF
5875rm -f conftest.$ac_objext conftest$ac_exeext
5876if { (ac_try="$ac_link"
5877case "(($ac_try" in
5878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5879 *) ac_try_echo=$ac_try;;
5880esac
5881eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5882 (eval "$ac_link") 2>conftest.er1
5883 ac_status=$?
5884 grep -v '^ *+' conftest.er1 >conftest.err
5885 rm -f conftest.er1
5886 cat conftest.err >&5
5887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5888 (exit $ac_status); } && {
5889 test -z "$ac_cxx_werror_flag" ||
5890 test ! -s conftest.err
5891 } && test -s conftest$ac_exeext &&
5892 $as_test_x conftest$ac_exeext; then
5893 ac_cv_func_nanosleep=yes
5894else
5895 echo "$as_me: failed program was:" >&5
5896sed 's/^/| /' conftest.$ac_ext >&5
5897
5898 ac_cv_func_nanosleep=no
5899fi 5922fi
5923{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_floor" >&5
5924printf "%s\n" "$ac_cv_search_floor" >&6; }
5925ac_res=$ac_cv_search_floor
5926if test "$ac_res" != no
5927then :
5928 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5900 5929
5901rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5930printf "%s\n" "#define HAVE_FLOOR 1" >>confdefs.h
5902 conftest$ac_exeext conftest.$ac_ext
5903fi
5904{ echo "$as_me:$LINENO: result: $ac_cv_func_nanosleep" >&5
5905echo "${ECHO_T}$ac_cv_func_nanosleep" >&6; }
5906if test $ac_cv_func_nanosleep = yes; then
5907 :
5908else
5909 5931
5910 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
5911
5912{ echo "$as_me:$LINENO: checking for nanosleep in -lrt" >&5
5913echo $ECHO_N "checking for nanosleep in -lrt... $ECHO_C" >&6; }
5914if test "${ac_cv_lib_rt_nanosleep+set}" = set; then
5915 echo $ECHO_N "(cached) $ECHO_C" >&6
5916else
5917 ac_check_lib_save_LIBS=$LIBS
5918LIBS="-lrt $LIBS"
5919cat >conftest.$ac_ext <<_ACEOF
5920/* confdefs.h. */
5921_ACEOF
5922cat confdefs.h >>conftest.$ac_ext
5923cat >>conftest.$ac_ext <<_ACEOF
5924/* end confdefs.h. */
5925
5926/* Override any GCC internal prototype to avoid an error.
5927 Use char because int might match the return type of a GCC
5928 builtin and then its argument prototype would still apply. */
5929#ifdef __cplusplus
5930extern "C"
5931#endif
5932char nanosleep ();
5933int
5934main ()
5935{
5936return nanosleep ();
5937 ;
5938 return 0;
5939}
5940_ACEOF
5941rm -f conftest.$ac_objext conftest$ac_exeext
5942if { (ac_try="$ac_link"
5943case "(($ac_try" in
5944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5945 *) ac_try_echo=$ac_try;;
5946esac
5947eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5948 (eval "$ac_link") 2>conftest.er1
5949 ac_status=$?
5950 grep -v '^ *+' conftest.er1 >conftest.err
5951 rm -f conftest.er1
5952 cat conftest.err >&5
5953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5954 (exit $ac_status); } && {
5955 test -z "$ac_cxx_werror_flag" ||
5956 test ! -s conftest.err
5957 } && test -s conftest$ac_exeext &&
5958 $as_test_x conftest$ac_exeext; then
5959 ac_cv_lib_rt_nanosleep=yes
5960else
5961 echo "$as_me: failed program was:" >&5
5962sed 's/^/| /' conftest.$ac_ext >&5
5963
5964 ac_cv_lib_rt_nanosleep=no
5965fi 5932fi
5966
5967rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5968 conftest$ac_exeext conftest.$ac_ext
5969LIBS=$ac_check_lib_save_LIBS
5970fi
5971{ echo "$as_me:$LINENO: result: $ac_cv_lib_rt_nanosleep" >&5
5972echo "${ECHO_T}$ac_cv_lib_rt_nanosleep" >&6; }
5973if test $ac_cv_lib_rt_nanosleep = yes; then
5974 cat >>confdefs.h <<_ACEOF
5975#define HAVE_LIBRT 1
5976_ACEOF
5977
5978 LIBS="-lrt $LIBS"
5979
5980fi
5981
5982 unset ac_cv_func_nanosleep
5983
5984for ac_func in nanosleep
5985do
5986as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5987{ echo "$as_me:$LINENO: checking for $ac_func" >&5
5988echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
5989if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
5990 echo $ECHO_N "(cached) $ECHO_C" >&6
5991else
5992 cat >conftest.$ac_ext <<_ACEOF
5993/* confdefs.h. */
5994_ACEOF
5995cat confdefs.h >>conftest.$ac_ext
5996cat >>conftest.$ac_ext <<_ACEOF
5997/* end confdefs.h. */
5998/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5999 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6000#define $ac_func innocuous_$ac_func
6001
6002/* System header to define __stub macros and hopefully few prototypes,
6003 which can conflict with char $ac_func (); below.
6004 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6005 <limits.h> exists even on freestanding compilers. */
6006
6007#ifdef __STDC__
6008# include <limits.h>
6009#else
6010# include <assert.h>
6011#endif
6012
6013#undef $ac_func
6014
6015/* Override any GCC internal prototype to avoid an error.
6016 Use char because int might match the return type of a GCC
6017 builtin and then its argument prototype would still apply. */
6018#ifdef __cplusplus
6019extern "C"
6020#endif
6021char $ac_func ();
6022/* The GNU C library defines this for functions which it implements
6023 to always fail with ENOSYS. Some functions are actually named
6024 something starting with __ and the normal name is an alias. */
6025#if defined __stub_$ac_func || defined __stub___$ac_func
6026choke me
6027#endif
6028
6029int
6030main ()
6031{
6032return $ac_func ();
6033 ;
6034 return 0;
6035}
6036_ACEOF
6037rm -f conftest.$ac_objext conftest$ac_exeext
6038if { (ac_try="$ac_link"
6039case "(($ac_try" in
6040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6041 *) ac_try_echo=$ac_try;;
6042esac
6043eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6044 (eval "$ac_link") 2>conftest.er1
6045 ac_status=$?
6046 grep -v '^ *+' conftest.er1 >conftest.err
6047 rm -f conftest.er1
6048 cat conftest.err >&5
6049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6050 (exit $ac_status); } && {
6051 test -z "$ac_cxx_werror_flag" ||
6052 test ! -s conftest.err
6053 } && test -s conftest$ac_exeext &&
6054 $as_test_x conftest$ac_exeext; then
6055 eval "$as_ac_var=yes"
6056else
6057 echo "$as_me: failed program was:" >&5
6058sed 's/^/| /' conftest.$ac_ext >&5
6059
6060 eval "$as_ac_var=no"
6061fi
6062
6063rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6064 conftest$ac_exeext conftest.$ac_ext
6065fi
6066ac_res=`eval echo '${'$as_ac_var'}'`
6067 { echo "$as_me:$LINENO: result: $ac_res" >&5
6068echo "${ECHO_T}$ac_res" >&6; }
6069if test `eval echo '${'$as_ac_var'}'` = yes; then
6070 cat >>confdefs.h <<_ACEOF
6071#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6072_ACEOF
6073
6074fi
6075done
6076
6077 fi
6078
6079fi
6080
6081
6082
6083{ echo "$as_me:$LINENO: checking for ceil in -lm" >&5
6084echo $ECHO_N "checking for ceil in -lm... $ECHO_C" >&6; }
6085if test "${ac_cv_lib_m_ceil+set}" = set; then
6086 echo $ECHO_N "(cached) $ECHO_C" >&6
6087else
6088 ac_check_lib_save_LIBS=$LIBS
6089LIBS="-lm $LIBS"
6090cat >conftest.$ac_ext <<_ACEOF
6091/* confdefs.h. */
6092_ACEOF
6093cat confdefs.h >>conftest.$ac_ext
6094cat >>conftest.$ac_ext <<_ACEOF
6095/* end confdefs.h. */
6096
6097/* Override any GCC internal prototype to avoid an error.
6098 Use char because int might match the return type of a GCC
6099 builtin and then its argument prototype would still apply. */
6100#ifdef __cplusplus
6101extern "C"
6102#endif
6103char ceil ();
6104int
6105main ()
6106{
6107return ceil ();
6108 ;
6109 return 0;
6110}
6111_ACEOF
6112rm -f conftest.$ac_objext conftest$ac_exeext
6113if { (ac_try="$ac_link"
6114case "(($ac_try" in
6115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6116 *) ac_try_echo=$ac_try;;
6117esac
6118eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6119 (eval "$ac_link") 2>conftest.er1
6120 ac_status=$?
6121 grep -v '^ *+' conftest.er1 >conftest.err
6122 rm -f conftest.er1
6123 cat conftest.err >&5
6124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6125 (exit $ac_status); } && {
6126 test -z "$ac_cxx_werror_flag" ||
6127 test ! -s conftest.err
6128 } && test -s conftest$ac_exeext &&
6129 $as_test_x conftest$ac_exeext; then
6130 ac_cv_lib_m_ceil=yes
6131else
6132 echo "$as_me: failed program was:" >&5
6133sed 's/^/| /' conftest.$ac_ext >&5
6134
6135 ac_cv_lib_m_ceil=no
6136fi
6137
6138rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6139 conftest$ac_exeext conftest.$ac_ext
6140LIBS=$ac_check_lib_save_LIBS
6141fi
6142{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceil" >&5
6143echo "${ECHO_T}$ac_cv_lib_m_ceil" >&6; }
6144if test $ac_cv_lib_m_ceil = yes; then
6145 cat >>confdefs.h <<_ACEOF
6146#define HAVE_LIBM 1
6147_ACEOF
6148
6149 LIBS="-lm $LIBS"
6150
6151fi
6152
6153
6154 5933
6155 5934
6156 5935
6157 5936
6158 5937
6159# Extract the first word of "tic", so it can be a program name with args. 5938# Extract the first word of "tic", so it can be a program name with args.
6160set dummy tic; ac_word=$2 5939set dummy tic; ac_word=$2
6161{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5940{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6162echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5941printf %s "checking for $ac_word... " >&6; }
6163if test "${ac_cv_path_TIC+set}" = set; then 5942if test ${ac_cv_path_TIC+y}
6164 echo $ECHO_N "(cached) $ECHO_C" >&6 5943then :
6165else 5944 printf %s "(cached) " >&6
5945else $as_nop
6166 case $TIC in 5946 case $TIC in
6167 [\\/]* | ?:[\\/]*) 5947 [\\/]* | ?:[\\/]*)
6168 ac_cv_path_TIC="$TIC" # Let the user override the test with a path. 5948 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
6169 ;; 5949 ;;
6170 *) 5950 *)
6171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6172for as_dir in $PATH 5952for as_dir in $PATH
6173do 5953do
6174 IFS=$as_save_IFS 5954 IFS=$as_save_IFS
6175 test -z "$as_dir" && as_dir=. 5955 case $as_dir in #(((
5956 '') as_dir=./ ;;
5957 */) ;;
5958 *) as_dir=$as_dir/ ;;
5959 esac
6176 for ac_exec_ext in '' $ac_executable_extensions; do 5960 for ac_exec_ext in '' $ac_executable_extensions; do
6177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5961 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6178 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext" 5962 ac_cv_path_TIC="$as_dir$ac_word$ac_exec_ext"
6179 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5963 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6180 break 2 5964 break 2
6181 fi 5965 fi
6182done 5966done
6183done 5967 done
6184IFS=$as_save_IFS 5968IFS=$as_save_IFS
6185 5969
6186 test -z "$ac_cv_path_TIC" && ac_cv_path_TIC=":" 5970 test -z "$ac_cv_path_TIC" && ac_cv_path_TIC=":"
6187 ;; 5971 ;;
6188esac 5972esac
6189fi 5973fi
6190TIC=$ac_cv_path_TIC 5974TIC=$ac_cv_path_TIC
6191if test -n "$TIC"; then 5975if test -n "$TIC"; then
6192 { echo "$as_me:$LINENO: result: $TIC" >&5 5976 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $TIC" >&5
6193echo "${ECHO_T}$TIC" >&6; } 5977printf "%s\n" "$TIC" >&6; }
6194else 5978else
6195 { echo "$as_me:$LINENO: result: no" >&5 5979 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6196echo "${ECHO_T}no" >&6; } 5980printf "%s\n" "no" >&6; }
6197fi 5981fi
6198 5982
6199 5983
6200 5984
6201{ echo "$as_me:$LINENO: checking for X" >&5 5985ac_ext=cpp
6202echo $ECHO_N "checking for X... $ECHO_C" >&6; } 5986ac_cpp='$CXXCPP $CPPFLAGS'
5987ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5988ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5989ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5990{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
5991printf %s "checking how to run the C++ preprocessor... " >&6; }
5992if test -z "$CXXCPP"; then
5993 if test ${ac_cv_prog_CXXCPP+y}
5994then :
5995 printf %s "(cached) " >&6
5996else $as_nop
5997 # Double quotes because $CXX needs to be expanded
5998 for CXXCPP in "$CXX -E" cpp /lib/cpp
5999 do
6000 ac_preproc_ok=false
6001for ac_cxx_preproc_warn_flag in '' yes
6002do
6003 # Use a header file that comes with gcc, so configuring glibc
6004 # with a fresh cross-compiler works.
6005 # On the NeXT, cc -E runs the code through the compiler's parser,
6006 # not just through cpp. "Syntax error" is here to catch this case.
6007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6008/* end confdefs.h. */
6009#include <limits.h>
6010 Syntax error
6011_ACEOF
6012if ac_fn_cxx_try_cpp "$LINENO"
6013then :
6014
6015else $as_nop
6016 # Broken: fails on valid input.
6017continue
6018fi
6019rm -f conftest.err conftest.i conftest.$ac_ext
6020
6021 # OK, works on sane cases. Now check whether nonexistent headers
6022 # can be detected and how.
6023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6024/* end confdefs.h. */
6025#include <ac_nonexistent.h>
6026_ACEOF
6027if ac_fn_cxx_try_cpp "$LINENO"
6028then :
6029 # Broken: success on invalid input.
6030continue
6031else $as_nop
6032 # Passes both tests.
6033ac_preproc_ok=:
6034break
6035fi
6036rm -f conftest.err conftest.i conftest.$ac_ext
6037
6038done
6039# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6040rm -f conftest.i conftest.err conftest.$ac_ext
6041if $ac_preproc_ok
6042then :
6043 break
6044fi
6045
6046 done
6047 ac_cv_prog_CXXCPP=$CXXCPP
6048
6049fi
6050 CXXCPP=$ac_cv_prog_CXXCPP
6051else
6052 ac_cv_prog_CXXCPP=$CXXCPP
6053fi
6054{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
6055printf "%s\n" "$CXXCPP" >&6; }
6056ac_preproc_ok=false
6057for ac_cxx_preproc_warn_flag in '' yes
6058do
6059 # Use a header file that comes with gcc, so configuring glibc
6060 # with a fresh cross-compiler works.
6061 # On the NeXT, cc -E runs the code through the compiler's parser,
6062 # not just through cpp. "Syntax error" is here to catch this case.
6063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6064/* end confdefs.h. */
6065#include <limits.h>
6066 Syntax error
6067_ACEOF
6068if ac_fn_cxx_try_cpp "$LINENO"
6069then :
6070
6071else $as_nop
6072 # Broken: fails on valid input.
6073continue
6074fi
6075rm -f conftest.err conftest.i conftest.$ac_ext
6076
6077 # OK, works on sane cases. Now check whether nonexistent headers
6078 # can be detected and how.
6079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6080/* end confdefs.h. */
6081#include <ac_nonexistent.h>
6082_ACEOF
6083if ac_fn_cxx_try_cpp "$LINENO"
6084then :
6085 # Broken: success on invalid input.
6086continue
6087else $as_nop
6088 # Passes both tests.
6089ac_preproc_ok=:
6090break
6091fi
6092rm -f conftest.err conftest.i conftest.$ac_ext
6093
6094done
6095# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6096rm -f conftest.i conftest.err conftest.$ac_ext
6097if $ac_preproc_ok
6098then :
6099
6100else $as_nop
6101 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6102printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
6103as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
6104See \`config.log' for more details" "$LINENO" 5; }
6105fi
6106
6107ac_ext=cpp
6108ac_cpp='$CXXCPP $CPPFLAGS'
6109ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6110ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6111ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6112
6113
6114{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5
6115printf %s "checking for X... " >&6; }
6203 6116
6204 6117
6205# Check whether --with-x was given. 6118# Check whether --with-x was given.
6206if test "${with_x+set}" = set; then 6119if test ${with_x+y}
6120then :
6207 withval=$with_x; 6121 withval=$with_x;
6208fi 6122fi
6209 6123
6210# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 6124# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
6211if test "x$with_x" = xno; then 6125if test "x$with_x" = xno; then
6212 # The user explicitly disabled X. 6126 # The user explicitly disabled X.
6213 have_x=disabled 6127 have_x=disabled
6214else 6128else
6215 case $x_includes,$x_libraries in #( 6129 case $x_includes,$x_libraries in #(
6216 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 6130 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
6217echo "$as_me: error: Cannot use X directory names containing '" >&2;}
6218 { (exit 1); exit 1; }; };; #(
6219 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 6131 *,NONE | NONE,*) if test ${ac_cv_have_x+y}
6220 echo $ECHO_N "(cached) $ECHO_C" >&6 6132then :
6221else 6133 printf %s "(cached) " >&6
6134else $as_nop
6222 # One or both of the vars are not set, and there is no cached value. 6135 # One or both of the vars are not set, and there is no cached value.
6223ac_x_includes=no ac_x_libraries=no 6136ac_x_includes=no
6137ac_x_libraries=no
6138# Do we need to do anything special at all?
6139ac_save_LIBS=$LIBS
6140LIBS="-lX11 $LIBS"
6141cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6142/* end confdefs.h. */
6143#include <X11/Xlib.h>
6144int
6145main (void)
6146{
6147XrmInitialize ()
6148 ;
6149 return 0;
6150}
6151_ACEOF
6152if ac_fn_cxx_try_link "$LINENO"
6153then :
6154 # We can compile and link X programs with no special options.
6155 ac_x_includes=
6156 ac_x_libraries=
6157fi
6158rm -f core conftest.err conftest.$ac_objext conftest.beam \
6159 conftest$ac_exeext conftest.$ac_ext
6160LIBS="$ac_save_LIBS"
6161# If that didn't work, only try xmkmf and file system searches
6162# for native compilation.
6163if test x"$ac_x_includes" = xno && test "$cross_compiling" = no
6164then :
6224rm -f -r conftest.dir 6165 rm -f -r conftest.dir
6225if mkdir conftest.dir; then 6166if mkdir conftest.dir; then
6226 cd conftest.dir 6167 cd conftest.dir
6227 cat >Imakefile <<'_ACEOF' 6168 cat >Imakefile <<'_ACEOF'
6228incroot: 6169incroot:
6229 @echo incroot='${INCROOT}' 6170 @echo incroot='${INCROOT}'
6231 @echo usrlibdir='${USRLIBDIR}' 6172 @echo usrlibdir='${USRLIBDIR}'
6232libdir: 6173libdir:
6233 @echo libdir='${LIBDIR}' 6174 @echo libdir='${LIBDIR}'
6234_ACEOF 6175_ACEOF
6235 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then 6176 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
6236 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 6177 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
6237 for ac_var in incroot usrlibdir libdir; do 6178 for ac_var in incroot usrlibdir libdir; do
6238 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" 6179 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
6239 done 6180 done
6240 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 6181 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6241 for ac_extension in a so sl; do 6182 for ac_extension in a so sl dylib la dll; do
6242 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 6183 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
6243 test -f "$ac_im_libdir/libX11.$ac_extension"; then 6184 test -f "$ac_im_libdir/libX11.$ac_extension"; then
6244 ac_im_usrlibdir=$ac_im_libdir; break 6185 ac_im_usrlibdir=$ac_im_libdir; break
6245 fi 6186 fi
6246 done 6187 done
6250 case $ac_im_incroot in 6191 case $ac_im_incroot in
6251 /usr/include) ac_x_includes= ;; 6192 /usr/include) ac_x_includes= ;;
6252 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; 6193 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
6253 esac 6194 esac
6254 case $ac_im_usrlibdir in 6195 case $ac_im_usrlibdir in
6255 /usr/lib | /lib) ;; 6196 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
6256 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 6197 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
6257 esac 6198 esac
6258 fi 6199 fi
6259 cd .. 6200 cd ..
6260 rm -f -r conftest.dir 6201 rm -f -r conftest.dir
6261fi 6202fi
6262 6203
6263# Standard set of common directories for X headers. 6204 # Standard set of common directories for X headers.
6264# Check X11 before X11Rn because it is often a symlink to the current release. 6205# Check X11 before X11Rn because it is often a symlink to the current release.
6265ac_x_header_dirs=' 6206ac_x_header_dirs='
6266/usr/X11/include 6207/usr/X11/include
6208/usr/X11R7/include
6267/usr/X11R6/include 6209/usr/X11R6/include
6268/usr/X11R5/include 6210/usr/X11R5/include
6269/usr/X11R4/include 6211/usr/X11R4/include
6270 6212
6271/usr/include/X11 6213/usr/include/X11
6214/usr/include/X11R7
6272/usr/include/X11R6 6215/usr/include/X11R6
6273/usr/include/X11R5 6216/usr/include/X11R5
6274/usr/include/X11R4 6217/usr/include/X11R4
6275 6218
6276/usr/local/X11/include 6219/usr/local/X11/include
6220/usr/local/X11R7/include
6277/usr/local/X11R6/include 6221/usr/local/X11R6/include
6278/usr/local/X11R5/include 6222/usr/local/X11R5/include
6279/usr/local/X11R4/include 6223/usr/local/X11R4/include
6280 6224
6281/usr/local/include/X11 6225/usr/local/include/X11
6226/usr/local/include/X11R7
6282/usr/local/include/X11R6 6227/usr/local/include/X11R6
6283/usr/local/include/X11R5 6228/usr/local/include/X11R5
6284/usr/local/include/X11R4 6229/usr/local/include/X11R4
6230
6231/opt/X11/include
6285 6232
6286/usr/X386/include 6233/usr/X386/include
6287/usr/x386/include 6234/usr/x386/include
6288/usr/XFree86/include/X11 6235/usr/XFree86/include/X11
6289 6236
6298/usr/openwin/share/include' 6245/usr/openwin/share/include'
6299 6246
6300if test "$ac_x_includes" = no; then 6247if test "$ac_x_includes" = no; then
6301 # Guess where to find include files, by looking for Xlib.h. 6248 # Guess where to find include files, by looking for Xlib.h.
6302 # First, try using that file with no special directory specified. 6249 # First, try using that file with no special directory specified.
6303 cat >conftest.$ac_ext <<_ACEOF
6304/* confdefs.h. */
6305_ACEOF
6306cat confdefs.h >>conftest.$ac_ext 6250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6307cat >>conftest.$ac_ext <<_ACEOF
6308/* end confdefs.h. */ 6251/* end confdefs.h. */
6309#include <X11/Xlib.h> 6252#include <X11/Xlib.h>
6310_ACEOF 6253_ACEOF
6311if { (ac_try="$ac_cpp conftest.$ac_ext" 6254if ac_fn_cxx_try_cpp "$LINENO"
6312case "(($ac_try" in 6255then :
6313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6314 *) ac_try_echo=$ac_try;;
6315esac
6316eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6317 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6318 ac_status=$?
6319 grep -v '^ *+' conftest.er1 >conftest.err
6320 rm -f conftest.er1
6321 cat conftest.err >&5
6322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6323 (exit $ac_status); } >/dev/null && {
6324 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6325 test ! -s conftest.err
6326 }; then
6327 # We can compile using X headers with no special include directory. 6256 # We can compile using X headers with no special include directory.
6328ac_x_includes= 6257ac_x_includes=
6329else 6258else $as_nop
6330 echo "$as_me: failed program was:" >&5
6331sed 's/^/| /' conftest.$ac_ext >&5
6332
6333 for ac_dir in $ac_x_header_dirs; do 6259 for ac_dir in $ac_x_header_dirs; do
6334 if test -r "$ac_dir/X11/Xlib.h"; then 6260 if test -r "$ac_dir/X11/Xlib.h"; then
6335 ac_x_includes=$ac_dir 6261 ac_x_includes=$ac_dir
6336 break 6262 break
6337 fi 6263 fi
6338done 6264done
6339fi 6265fi
6340
6341rm -f conftest.err conftest.$ac_ext 6266rm -f conftest.err conftest.i conftest.$ac_ext
6342fi # $ac_x_includes = no 6267fi # $ac_x_includes = no
6343 6268
6344if test "$ac_x_libraries" = no; then 6269if test "$ac_x_libraries" = no; then
6345 # Check for the libraries. 6270 # Check for the libraries.
6346 # See if we find them without any special options. 6271 # See if we find them without any special options.
6347 # Don't add to $LIBS permanently. 6272 # Don't add to $LIBS permanently.
6348 ac_save_LIBS=$LIBS 6273 ac_save_LIBS=$LIBS
6349 LIBS="-lX11 $LIBS" 6274 LIBS="-lX11 $LIBS"
6350 cat >conftest.$ac_ext <<_ACEOF
6351/* confdefs.h. */
6352_ACEOF
6353cat confdefs.h >>conftest.$ac_ext 6275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6354cat >>conftest.$ac_ext <<_ACEOF
6355/* end confdefs.h. */ 6276/* end confdefs.h. */
6356#include <X11/Xlib.h> 6277#include <X11/Xlib.h>
6357int 6278int
6358main () 6279main (void)
6359{ 6280{
6360XrmInitialize () 6281XrmInitialize ()
6361 ; 6282 ;
6362 return 0; 6283 return 0;
6363} 6284}
6364_ACEOF 6285_ACEOF
6365rm -f conftest.$ac_objext conftest$ac_exeext 6286if ac_fn_cxx_try_link "$LINENO"
6366if { (ac_try="$ac_link" 6287then :
6367case "(($ac_try" in
6368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6369 *) ac_try_echo=$ac_try;;
6370esac
6371eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6372 (eval "$ac_link") 2>conftest.er1
6373 ac_status=$?
6374 grep -v '^ *+' conftest.er1 >conftest.err
6375 rm -f conftest.er1
6376 cat conftest.err >&5
6377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6378 (exit $ac_status); } && {
6379 test -z "$ac_cxx_werror_flag" ||
6380 test ! -s conftest.err
6381 } && test -s conftest$ac_exeext &&
6382 $as_test_x conftest$ac_exeext; then
6383 LIBS=$ac_save_LIBS 6288 LIBS=$ac_save_LIBS
6384# We can link X programs with no special library path. 6289# We can link X programs with no special library path.
6385ac_x_libraries= 6290ac_x_libraries=
6386else 6291else $as_nop
6387 echo "$as_me: failed program was:" >&5
6388sed 's/^/| /' conftest.$ac_ext >&5
6389
6390 LIBS=$ac_save_LIBS 6292 LIBS=$ac_save_LIBS
6391for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 6293for ac_dir in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6392do 6294do
6393 # Don't even attempt the hair of trying to link an X program! 6295 # Don't even attempt the hair of trying to link an X program!
6394 for ac_extension in a so sl; do 6296 for ac_extension in a so sl dylib la dll; do
6395 if test -r "$ac_dir/libX11.$ac_extension"; then 6297 if test -r "$ac_dir/libX11.$ac_extension"; then
6396 ac_x_libraries=$ac_dir 6298 ac_x_libraries=$ac_dir
6397 break 2 6299 break 2
6398 fi 6300 fi
6399 done 6301 done
6400done 6302done
6401fi 6303fi
6402
6403rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6304rm -f core conftest.err conftest.$ac_objext conftest.beam \
6404 conftest$ac_exeext conftest.$ac_ext 6305 conftest$ac_exeext conftest.$ac_ext
6405fi # $ac_x_libraries = no 6306fi # $ac_x_libraries = no
6406 6307
6308fi
6309# Record the results.
6407case $ac_x_includes,$ac_x_libraries in #( 6310case $ac_x_includes,$ac_x_libraries in #(
6408 no,* | *,no | *\'*) 6311 no,* | *,no | *\'*) :
6409 # Didn't find X, or a directory has "'" in its name. 6312 # Didn't find X, or a directory has "'" in its name.
6410 ac_cv_have_x="have_x=no";; #( 6313 ac_cv_have_x="have_x=no" ;; #(
6411 *) 6314 *) :
6412 # Record where we found X for the cache. 6315 # Record where we found X for the cache.
6413 ac_cv_have_x="have_x=yes\ 6316 ac_cv_have_x="have_x=yes\
6414 ac_x_includes='$ac_x_includes'\ 6317 ac_x_includes='$ac_x_includes'\
6415 ac_x_libraries='$ac_x_libraries'" 6318 ac_x_libraries='$ac_x_libraries'" ;;
6416esac 6319esac
6417fi 6320fi
6418;; #( 6321;; #(
6419 *) have_x=yes;; 6322 *) have_x=yes;;
6420 esac 6323 esac
6421 eval "$ac_cv_have_x" 6324 eval "$ac_cv_have_x"
6422fi # $with_x != no 6325fi # $with_x != no
6423 6326
6424if test "$have_x" != yes; then 6327if test "$have_x" != yes; then
6425 { echo "$as_me:$LINENO: result: $have_x" >&5 6328 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
6426echo "${ECHO_T}$have_x" >&6; } 6329printf "%s\n" "$have_x" >&6; }
6427 no_x=yes 6330 no_x=yes
6428else 6331else
6429 # If each of the values was on the command line, it overrides each guess. 6332 # If each of the values was on the command line, it overrides each guess.
6430 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 6333 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6431 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 6334 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6432 # Update the cache value to reflect the command line values. 6335 # Update the cache value to reflect the command line values.
6433 ac_cv_have_x="have_x=yes\ 6336 ac_cv_have_x="have_x=yes\
6434 ac_x_includes='$x_includes'\ 6337 ac_x_includes='$x_includes'\
6435 ac_x_libraries='$x_libraries'" 6338 ac_x_libraries='$x_libraries'"
6436 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 6339 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
6437echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 6340printf "%s\n" "libraries $x_libraries, headers $x_includes" >&6; }
6438fi 6341fi
6439 6342
6440if test "$no_x" = yes; then 6343if test "$no_x" = yes; then
6441 # Not all programs may use this symbol, but it does not hurt to define it. 6344 # Not all programs may use this symbol, but it does not hurt to define it.
6442 6345
6443cat >>confdefs.h <<\_ACEOF 6346printf "%s\n" "#define X_DISPLAY_MISSING 1" >>confdefs.h
6444#define X_DISPLAY_MISSING 1
6445_ACEOF
6446 6347
6447 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 6348 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6448else 6349else
6449 if test -n "$x_includes"; then 6350 if test -n "$x_includes"; then
6450 X_CFLAGS="$X_CFLAGS -I$x_includes" 6351 X_CFLAGS="$X_CFLAGS -I$x_includes"
6453 # It would also be nice to do this for all -L options, not just this one. 6354 # It would also be nice to do this for all -L options, not just this one.
6454 if test -n "$x_libraries"; then 6355 if test -n "$x_libraries"; then
6455 X_LIBS="$X_LIBS -L$x_libraries" 6356 X_LIBS="$X_LIBS -L$x_libraries"
6456 # For Solaris; some versions of Sun CC require a space after -R and 6357 # For Solaris; some versions of Sun CC require a space after -R and
6457 # others require no space. Words are not sufficient . . . . 6358 # others require no space. Words are not sufficient . . . .
6458 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 6359 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
6459echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } 6360printf %s "checking whether -R must be followed by a space... " >&6; }
6460 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 6361 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6461 ac_xsave_cxx_werror_flag=$ac_cxx_werror_flag 6362 ac_xsave_cxx_werror_flag=$ac_cxx_werror_flag
6462 ac_cxx_werror_flag=yes 6363 ac_cxx_werror_flag=yes
6463 cat >conftest.$ac_ext <<_ACEOF
6464/* confdefs.h. */
6465_ACEOF
6466cat confdefs.h >>conftest.$ac_ext 6364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6467cat >>conftest.$ac_ext <<_ACEOF
6468/* end confdefs.h. */ 6365/* end confdefs.h. */
6469 6366
6470int 6367int
6471main () 6368main (void)
6472{ 6369{
6473 6370
6474 ; 6371 ;
6475 return 0; 6372 return 0;
6476} 6373}
6477_ACEOF 6374_ACEOF
6478rm -f conftest.$ac_objext conftest$ac_exeext 6375if ac_fn_cxx_try_link "$LINENO"
6479if { (ac_try="$ac_link" 6376then :
6480case "(($ac_try" in 6377 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6378printf "%s\n" "no" >&6; }
6482 *) ac_try_echo=$ac_try;;
6483esac
6484eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6485 (eval "$ac_link") 2>conftest.er1
6486 ac_status=$?
6487 grep -v '^ *+' conftest.er1 >conftest.err
6488 rm -f conftest.er1
6489 cat conftest.err >&5
6490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6491 (exit $ac_status); } && {
6492 test -z "$ac_cxx_werror_flag" ||
6493 test ! -s conftest.err
6494 } && test -s conftest$ac_exeext &&
6495 $as_test_x conftest$ac_exeext; then
6496 { echo "$as_me:$LINENO: result: no" >&5
6497echo "${ECHO_T}no" >&6; }
6498 X_LIBS="$X_LIBS -R$x_libraries" 6379 X_LIBS="$X_LIBS -R$x_libraries"
6499else 6380else $as_nop
6500 echo "$as_me: failed program was:" >&5
6501sed 's/^/| /' conftest.$ac_ext >&5
6502
6503 LIBS="$ac_xsave_LIBS -R $x_libraries" 6381 LIBS="$ac_xsave_LIBS -R $x_libraries"
6504 cat >conftest.$ac_ext <<_ACEOF
6505/* confdefs.h. */
6506_ACEOF
6507cat confdefs.h >>conftest.$ac_ext 6382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6508cat >>conftest.$ac_ext <<_ACEOF
6509/* end confdefs.h. */ 6383/* end confdefs.h. */
6510 6384
6511int 6385int
6512main () 6386main (void)
6513{ 6387{
6514 6388
6515 ; 6389 ;
6516 return 0; 6390 return 0;
6517} 6391}
6518_ACEOF 6392_ACEOF
6519rm -f conftest.$ac_objext conftest$ac_exeext 6393if ac_fn_cxx_try_link "$LINENO"
6520if { (ac_try="$ac_link" 6394then :
6521case "(($ac_try" in 6395 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6396printf "%s\n" "yes" >&6; }
6523 *) ac_try_echo=$ac_try;;
6524esac
6525eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6526 (eval "$ac_link") 2>conftest.er1
6527 ac_status=$?
6528 grep -v '^ *+' conftest.er1 >conftest.err
6529 rm -f conftest.er1
6530 cat conftest.err >&5
6531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6532 (exit $ac_status); } && {
6533 test -z "$ac_cxx_werror_flag" ||
6534 test ! -s conftest.err
6535 } && test -s conftest$ac_exeext &&
6536 $as_test_x conftest$ac_exeext; then
6537 { echo "$as_me:$LINENO: result: yes" >&5
6538echo "${ECHO_T}yes" >&6; }
6539 X_LIBS="$X_LIBS -R $x_libraries" 6397 X_LIBS="$X_LIBS -R $x_libraries"
6540else 6398else $as_nop
6541 echo "$as_me: failed program was:" >&5 6399 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
6542sed 's/^/| /' conftest.$ac_ext >&5 6400printf "%s\n" "neither works" >&6; }
6543
6544 { echo "$as_me:$LINENO: result: neither works" >&5
6545echo "${ECHO_T}neither works" >&6; }
6546fi 6401fi
6547
6548rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6402rm -f core conftest.err conftest.$ac_objext conftest.beam \
6549 conftest$ac_exeext conftest.$ac_ext 6403 conftest$ac_exeext conftest.$ac_ext
6550fi 6404fi
6551
6552rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6405rm -f core conftest.err conftest.$ac_objext conftest.beam \
6553 conftest$ac_exeext conftest.$ac_ext 6406 conftest$ac_exeext conftest.$ac_ext
6554 ac_cxx_werror_flag=$ac_xsave_cxx_werror_flag 6407 ac_cxx_werror_flag=$ac_xsave_cxx_werror_flag
6555 LIBS=$ac_xsave_LIBS 6408 LIBS=$ac_xsave_LIBS
6556 fi 6409 fi
6557 6410
6558 # Check for system-dependent libraries X programs must link with. 6411 # Check for system-dependent libraries X programs must link with.
6564 else 6417 else
6565 # Martyn Johnson says this is needed for Ultrix, if the X 6418 # Martyn Johnson says this is needed for Ultrix, if the X
6566 # libraries were built with DECnet support. And Karl Berry says 6419 # libraries were built with DECnet support. And Karl Berry says
6567 # the Alpha needs dnet_stub (dnet does not exist). 6420 # the Alpha needs dnet_stub (dnet does not exist).
6568 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" 6421 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
6569 cat >conftest.$ac_ext <<_ACEOF
6570/* confdefs.h. */
6571_ACEOF
6572cat confdefs.h >>conftest.$ac_ext 6422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6573cat >>conftest.$ac_ext <<_ACEOF
6574/* end confdefs.h. */ 6423/* end confdefs.h. */
6575 6424
6576/* Override any GCC internal prototype to avoid an error. 6425namespace conftest {
6577 Use char because int might match the return type of a GCC 6426 extern "C" int XOpenDisplay ();
6578 builtin and then its argument prototype would still apply. */ 6427}
6579#ifdef __cplusplus
6580extern "C"
6581#endif
6582char XOpenDisplay ();
6583int 6428int
6584main () 6429main (void)
6585{ 6430{
6586return XOpenDisplay (); 6431return conftest::XOpenDisplay ();
6587 ; 6432 ;
6588 return 0; 6433 return 0;
6589} 6434}
6590_ACEOF 6435_ACEOF
6591rm -f conftest.$ac_objext conftest$ac_exeext 6436if ac_fn_cxx_try_link "$LINENO"
6592if { (ac_try="$ac_link" 6437then :
6593case "(($ac_try" in
6594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6595 *) ac_try_echo=$ac_try;;
6596esac
6597eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6598 (eval "$ac_link") 2>conftest.er1
6599 ac_status=$?
6600 grep -v '^ *+' conftest.er1 >conftest.err
6601 rm -f conftest.er1
6602 cat conftest.err >&5
6603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6604 (exit $ac_status); } && {
6605 test -z "$ac_cxx_werror_flag" ||
6606 test ! -s conftest.err
6607 } && test -s conftest$ac_exeext &&
6608 $as_test_x conftest$ac_exeext; then
6609 :
6610else
6611 echo "$as_me: failed program was:" >&5
6612sed 's/^/| /' conftest.$ac_ext >&5
6613 6438
6439else $as_nop
6614 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 6440 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
6615echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 6441printf %s "checking for dnet_ntoa in -ldnet... " >&6; }
6616if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 6442if test ${ac_cv_lib_dnet_dnet_ntoa+y}
6617 echo $ECHO_N "(cached) $ECHO_C" >&6 6443then :
6618else 6444 printf %s "(cached) " >&6
6445else $as_nop
6619 ac_check_lib_save_LIBS=$LIBS 6446 ac_check_lib_save_LIBS=$LIBS
6620LIBS="-ldnet $LIBS" 6447LIBS="-ldnet $LIBS"
6621cat >conftest.$ac_ext <<_ACEOF
6622/* confdefs.h. */
6623_ACEOF
6624cat confdefs.h >>conftest.$ac_ext 6448cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6625cat >>conftest.$ac_ext <<_ACEOF
6626/* end confdefs.h. */ 6449/* end confdefs.h. */
6627 6450
6628/* Override any GCC internal prototype to avoid an error. 6451namespace conftest {
6629 Use char because int might match the return type of a GCC 6452 extern "C" int dnet_ntoa ();
6630 builtin and then its argument prototype would still apply. */ 6453}
6631#ifdef __cplusplus
6632extern "C"
6633#endif
6634char dnet_ntoa ();
6635int 6454int
6636main () 6455main (void)
6637{ 6456{
6638return dnet_ntoa (); 6457return conftest::dnet_ntoa ();
6639 ; 6458 ;
6640 return 0; 6459 return 0;
6641} 6460}
6642_ACEOF 6461_ACEOF
6643rm -f conftest.$ac_objext conftest$ac_exeext 6462if ac_fn_cxx_try_link "$LINENO"
6644if { (ac_try="$ac_link" 6463then :
6645case "(($ac_try" in
6646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6647 *) ac_try_echo=$ac_try;;
6648esac
6649eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6650 (eval "$ac_link") 2>conftest.er1
6651 ac_status=$?
6652 grep -v '^ *+' conftest.er1 >conftest.err
6653 rm -f conftest.er1
6654 cat conftest.err >&5
6655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6656 (exit $ac_status); } && {
6657 test -z "$ac_cxx_werror_flag" ||
6658 test ! -s conftest.err
6659 } && test -s conftest$ac_exeext &&
6660 $as_test_x conftest$ac_exeext; then
6661 ac_cv_lib_dnet_dnet_ntoa=yes 6464 ac_cv_lib_dnet_dnet_ntoa=yes
6662else 6465else $as_nop
6663 echo "$as_me: failed program was:" >&5
6664sed 's/^/| /' conftest.$ac_ext >&5
6665
6666 ac_cv_lib_dnet_dnet_ntoa=no 6466 ac_cv_lib_dnet_dnet_ntoa=no
6667fi 6467fi
6668
6669rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6468rm -f core conftest.err conftest.$ac_objext conftest.beam \
6670 conftest$ac_exeext conftest.$ac_ext 6469 conftest$ac_exeext conftest.$ac_ext
6671LIBS=$ac_check_lib_save_LIBS 6470LIBS=$ac_check_lib_save_LIBS
6672fi 6471fi
6673{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 6472{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6674echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 6473printf "%s\n" "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
6675if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 6474if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
6475then :
6676 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 6476 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6677fi 6477fi
6678 6478
6679 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 6479 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
6680 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 6480 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
6681echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } 6481printf %s "checking for dnet_ntoa in -ldnet_stub... " >&6; }
6682if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 6482if test ${ac_cv_lib_dnet_stub_dnet_ntoa+y}
6683 echo $ECHO_N "(cached) $ECHO_C" >&6 6483then :
6684else 6484 printf %s "(cached) " >&6
6485else $as_nop
6685 ac_check_lib_save_LIBS=$LIBS 6486 ac_check_lib_save_LIBS=$LIBS
6686LIBS="-ldnet_stub $LIBS" 6487LIBS="-ldnet_stub $LIBS"
6687cat >conftest.$ac_ext <<_ACEOF
6688/* confdefs.h. */
6689_ACEOF
6690cat confdefs.h >>conftest.$ac_ext 6488cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6691cat >>conftest.$ac_ext <<_ACEOF
6692/* end confdefs.h. */ 6489/* end confdefs.h. */
6693 6490
6694/* Override any GCC internal prototype to avoid an error. 6491namespace conftest {
6695 Use char because int might match the return type of a GCC 6492 extern "C" int dnet_ntoa ();
6696 builtin and then its argument prototype would still apply. */ 6493}
6697#ifdef __cplusplus
6698extern "C"
6699#endif
6700char dnet_ntoa ();
6701int 6494int
6702main () 6495main (void)
6703{ 6496{
6704return dnet_ntoa (); 6497return conftest::dnet_ntoa ();
6705 ; 6498 ;
6706 return 0; 6499 return 0;
6707} 6500}
6708_ACEOF 6501_ACEOF
6709rm -f conftest.$ac_objext conftest$ac_exeext 6502if ac_fn_cxx_try_link "$LINENO"
6710if { (ac_try="$ac_link" 6503then :
6711case "(($ac_try" in
6712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6713 *) ac_try_echo=$ac_try;;
6714esac
6715eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6716 (eval "$ac_link") 2>conftest.er1
6717 ac_status=$?
6718 grep -v '^ *+' conftest.er1 >conftest.err
6719 rm -f conftest.er1
6720 cat conftest.err >&5
6721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6722 (exit $ac_status); } && {
6723 test -z "$ac_cxx_werror_flag" ||
6724 test ! -s conftest.err
6725 } && test -s conftest$ac_exeext &&
6726 $as_test_x conftest$ac_exeext; then
6727 ac_cv_lib_dnet_stub_dnet_ntoa=yes 6504 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6728else 6505else $as_nop
6729 echo "$as_me: failed program was:" >&5
6730sed 's/^/| /' conftest.$ac_ext >&5
6731
6732 ac_cv_lib_dnet_stub_dnet_ntoa=no 6506 ac_cv_lib_dnet_stub_dnet_ntoa=no
6733fi 6507fi
6734
6735rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6508rm -f core conftest.err conftest.$ac_objext conftest.beam \
6736 conftest$ac_exeext conftest.$ac_ext 6509 conftest$ac_exeext conftest.$ac_ext
6737LIBS=$ac_check_lib_save_LIBS 6510LIBS=$ac_check_lib_save_LIBS
6738fi 6511fi
6739{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 6512{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6740echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 6513printf "%s\n" "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
6741if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 6514if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
6515then :
6742 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 6516 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6743fi 6517fi
6744 6518
6745 fi 6519 fi
6746fi 6520fi
6747
6748rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6521rm -f core conftest.err conftest.$ac_objext conftest.beam \
6749 conftest$ac_exeext conftest.$ac_ext 6522 conftest$ac_exeext conftest.$ac_ext
6750 LIBS="$ac_xsave_LIBS" 6523 LIBS="$ac_xsave_LIBS"
6751 6524
6752 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 6525 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6753 # to get the SysV transport functions. 6526 # to get the SysV transport functions.
6754 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) 6527 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6755 # needs -lnsl. 6528 # needs -lnsl.
6756 # The nsl library prevents programs from opening the X display 6529 # The nsl library prevents programs from opening the X display
6757 # on Irix 5.2, according to T.E. Dickey. 6530 # on Irix 5.2, according to T.E. Dickey.
6758 # The functions gethostbyname, getservbyname, and inet_addr are 6531 # The functions gethostbyname, getservbyname, and inet_addr are
6759 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 6532 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
6760 { echo "$as_me:$LINENO: checking for gethostbyname" >&5 6533 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
6761echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 6534if test "x$ac_cv_func_gethostbyname" = xyes
6535then :
6536
6537fi
6538
6762if test "${ac_cv_func_gethostbyname+set}" = set; then 6539 if test $ac_cv_func_gethostbyname = no; then
6763 echo $ECHO_N "(cached) $ECHO_C" >&6 6540 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
6764else 6541printf %s "checking for gethostbyname in -lnsl... " >&6; }
6765 cat >conftest.$ac_ext <<_ACEOF 6542if test ${ac_cv_lib_nsl_gethostbyname+y}
6766/* confdefs.h. */ 6543then :
6767_ACEOF 6544 printf %s "(cached) " >&6
6545else $as_nop
6546 ac_check_lib_save_LIBS=$LIBS
6547LIBS="-lnsl $LIBS"
6768cat confdefs.h >>conftest.$ac_ext 6548cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6769cat >>conftest.$ac_ext <<_ACEOF
6770/* end confdefs.h. */ 6549/* end confdefs.h. */
6771/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
6772 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6773#define gethostbyname innocuous_gethostbyname
6774 6550
6775/* System header to define __stub macros and hopefully few prototypes, 6551namespace conftest {
6776 which can conflict with char gethostbyname (); below. 6552 extern "C" int gethostbyname ();
6777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6553}
6778 <limits.h> exists even on freestanding compilers. */
6779
6780#ifdef __STDC__
6781# include <limits.h>
6782#else
6783# include <assert.h>
6784#endif
6785
6786#undef gethostbyname
6787
6788/* Override any GCC internal prototype to avoid an error.
6789 Use char because int might match the return type of a GCC
6790 builtin and then its argument prototype would still apply. */
6791#ifdef __cplusplus
6792extern "C"
6793#endif
6794char gethostbyname ();
6795/* The GNU C library defines this for functions which it implements
6796 to always fail with ENOSYS. Some functions are actually named
6797 something starting with __ and the normal name is an alias. */
6798#if defined __stub_gethostbyname || defined __stub___gethostbyname
6799choke me
6800#endif
6801
6802int 6554int
6803main () 6555main (void)
6804{ 6556{
6805return gethostbyname (); 6557return conftest::gethostbyname ();
6806 ; 6558 ;
6807 return 0; 6559 return 0;
6808} 6560}
6809_ACEOF 6561_ACEOF
6810rm -f conftest.$ac_objext conftest$ac_exeext 6562if ac_fn_cxx_try_link "$LINENO"
6811if { (ac_try="$ac_link" 6563then :
6812case "(($ac_try" in
6813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6814 *) ac_try_echo=$ac_try;;
6815esac
6816eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6817 (eval "$ac_link") 2>conftest.er1
6818 ac_status=$?
6819 grep -v '^ *+' conftest.er1 >conftest.err
6820 rm -f conftest.er1
6821 cat conftest.err >&5
6822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6823 (exit $ac_status); } && {
6824 test -z "$ac_cxx_werror_flag" ||
6825 test ! -s conftest.err
6826 } && test -s conftest$ac_exeext &&
6827 $as_test_x conftest$ac_exeext; then
6828 ac_cv_func_gethostbyname=yes 6564 ac_cv_lib_nsl_gethostbyname=yes
6829else 6565else $as_nop
6830 echo "$as_me: failed program was:" >&5
6831sed 's/^/| /' conftest.$ac_ext >&5
6832
6833 ac_cv_func_gethostbyname=no 6566 ac_cv_lib_nsl_gethostbyname=no
6834fi 6567fi
6835
6836rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6568rm -f core conftest.err conftest.$ac_objext conftest.beam \
6837 conftest$ac_exeext conftest.$ac_ext 6569 conftest$ac_exeext conftest.$ac_ext
6570LIBS=$ac_check_lib_save_LIBS
6838fi 6571fi
6839{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 6572{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
6840echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 6573printf "%s\n" "$ac_cv_lib_nsl_gethostbyname" >&6; }
6574if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
6575then :
6576 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6577fi
6841 6578
6842 if test $ac_cv_func_gethostbyname = no; then 6579 if test $ac_cv_lib_nsl_gethostbyname = no; then
6843 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 6580 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
6844echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 6581printf %s "checking for gethostbyname in -lbsd... " >&6; }
6845if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 6582if test ${ac_cv_lib_bsd_gethostbyname+y}
6846 echo $ECHO_N "(cached) $ECHO_C" >&6 6583then :
6847else 6584 printf %s "(cached) " >&6
6585else $as_nop
6848 ac_check_lib_save_LIBS=$LIBS 6586 ac_check_lib_save_LIBS=$LIBS
6849LIBS="-lnsl $LIBS" 6587LIBS="-lbsd $LIBS"
6850cat >conftest.$ac_ext <<_ACEOF
6851/* confdefs.h. */
6852_ACEOF
6853cat confdefs.h >>conftest.$ac_ext 6588cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6854cat >>conftest.$ac_ext <<_ACEOF
6855/* end confdefs.h. */ 6589/* end confdefs.h. */
6856 6590
6857/* Override any GCC internal prototype to avoid an error. 6591namespace conftest {
6858 Use char because int might match the return type of a GCC 6592 extern "C" int gethostbyname ();
6859 builtin and then its argument prototype would still apply. */ 6593}
6860#ifdef __cplusplus
6861extern "C"
6862#endif
6863char gethostbyname ();
6864int 6594int
6865main () 6595main (void)
6866{ 6596{
6867return gethostbyname (); 6597return conftest::gethostbyname ();
6868 ; 6598 ;
6869 return 0; 6599 return 0;
6870} 6600}
6871_ACEOF 6601_ACEOF
6872rm -f conftest.$ac_objext conftest$ac_exeext 6602if ac_fn_cxx_try_link "$LINENO"
6873if { (ac_try="$ac_link" 6603then :
6874case "(($ac_try" in
6875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6876 *) ac_try_echo=$ac_try;;
6877esac
6878eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6879 (eval "$ac_link") 2>conftest.er1
6880 ac_status=$?
6881 grep -v '^ *+' conftest.er1 >conftest.err
6882 rm -f conftest.er1
6883 cat conftest.err >&5
6884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6885 (exit $ac_status); } && {
6886 test -z "$ac_cxx_werror_flag" ||
6887 test ! -s conftest.err
6888 } && test -s conftest$ac_exeext &&
6889 $as_test_x conftest$ac_exeext; then
6890 ac_cv_lib_nsl_gethostbyname=yes 6604 ac_cv_lib_bsd_gethostbyname=yes
6891else 6605else $as_nop
6892 echo "$as_me: failed program was:" >&5
6893sed 's/^/| /' conftest.$ac_ext >&5
6894
6895 ac_cv_lib_nsl_gethostbyname=no 6606 ac_cv_lib_bsd_gethostbyname=no
6896fi 6607fi
6897
6898rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6608rm -f core conftest.err conftest.$ac_objext conftest.beam \
6899 conftest$ac_exeext conftest.$ac_ext 6609 conftest$ac_exeext conftest.$ac_ext
6900LIBS=$ac_check_lib_save_LIBS 6610LIBS=$ac_check_lib_save_LIBS
6901fi 6611fi
6902{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6903echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
6904if test $ac_cv_lib_nsl_gethostbyname = yes; then
6905 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6906fi
6907
6908 if test $ac_cv_lib_nsl_gethostbyname = no; then
6909 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
6910echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
6911if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
6912 echo $ECHO_N "(cached) $ECHO_C" >&6
6913else
6914 ac_check_lib_save_LIBS=$LIBS
6915LIBS="-lbsd $LIBS"
6916cat >conftest.$ac_ext <<_ACEOF
6917/* confdefs.h. */
6918_ACEOF
6919cat confdefs.h >>conftest.$ac_ext
6920cat >>conftest.$ac_ext <<_ACEOF
6921/* end confdefs.h. */
6922
6923/* Override any GCC internal prototype to avoid an error.
6924 Use char because int might match the return type of a GCC
6925 builtin and then its argument prototype would still apply. */
6926#ifdef __cplusplus
6927extern "C"
6928#endif
6929char gethostbyname ();
6930int
6931main ()
6932{
6933return gethostbyname ();
6934 ;
6935 return 0;
6936}
6937_ACEOF
6938rm -f conftest.$ac_objext conftest$ac_exeext
6939if { (ac_try="$ac_link"
6940case "(($ac_try" in
6941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6942 *) ac_try_echo=$ac_try;;
6943esac
6944eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6945 (eval "$ac_link") 2>conftest.er1
6946 ac_status=$?
6947 grep -v '^ *+' conftest.er1 >conftest.err
6948 rm -f conftest.er1
6949 cat conftest.err >&5
6950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6951 (exit $ac_status); } && {
6952 test -z "$ac_cxx_werror_flag" ||
6953 test ! -s conftest.err
6954 } && test -s conftest$ac_exeext &&
6955 $as_test_x conftest$ac_exeext; then
6956 ac_cv_lib_bsd_gethostbyname=yes
6957else
6958 echo "$as_me: failed program was:" >&5
6959sed 's/^/| /' conftest.$ac_ext >&5
6960
6961 ac_cv_lib_bsd_gethostbyname=no
6962fi
6963
6964rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6965 conftest$ac_exeext conftest.$ac_ext
6966LIBS=$ac_check_lib_save_LIBS
6967fi
6968{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 6612{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
6969echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } 6613printf "%s\n" "$ac_cv_lib_bsd_gethostbyname" >&6; }
6970if test $ac_cv_lib_bsd_gethostbyname = yes; then 6614if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
6615then :
6971 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 6616 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6972fi 6617fi
6973 6618
6974 fi 6619 fi
6975 fi 6620 fi
6979 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 6624 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6980 # on later versions), says Simon Leinen: it contains gethostby* 6625 # on later versions), says Simon Leinen: it contains gethostby*
6981 # variants that don't use the name server (or something). -lsocket 6626 # variants that don't use the name server (or something). -lsocket
6982 # must be given before -lnsl if both are needed. We assume that 6627 # must be given before -lnsl if both are needed. We assume that
6983 # if connect needs -lnsl, so does gethostbyname. 6628 # if connect needs -lnsl, so does gethostbyname.
6984 { echo "$as_me:$LINENO: checking for connect" >&5 6629 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
6985echo $ECHO_N "checking for connect... $ECHO_C" >&6; } 6630if test "x$ac_cv_func_connect" = xyes
6631then :
6632
6633fi
6634
6986if test "${ac_cv_func_connect+set}" = set; then 6635 if test $ac_cv_func_connect = no; then
6987 echo $ECHO_N "(cached) $ECHO_C" >&6 6636 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
6988else 6637printf %s "checking for connect in -lsocket... " >&6; }
6989 cat >conftest.$ac_ext <<_ACEOF 6638if test ${ac_cv_lib_socket_connect+y}
6990/* confdefs.h. */ 6639then :
6991_ACEOF 6640 printf %s "(cached) " >&6
6641else $as_nop
6642 ac_check_lib_save_LIBS=$LIBS
6643LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6992cat confdefs.h >>conftest.$ac_ext 6644cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6993cat >>conftest.$ac_ext <<_ACEOF
6994/* end confdefs.h. */ 6645/* end confdefs.h. */
6995/* Define connect to an innocuous variant, in case <limits.h> declares connect.
6996 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6997#define connect innocuous_connect
6998 6646
6999/* System header to define __stub macros and hopefully few prototypes, 6647namespace conftest {
7000 which can conflict with char connect (); below. 6648 extern "C" int connect ();
7001 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6649}
7002 <limits.h> exists even on freestanding compilers. */
7003
7004#ifdef __STDC__
7005# include <limits.h>
7006#else
7007# include <assert.h>
7008#endif
7009
7010#undef connect
7011
7012/* Override any GCC internal prototype to avoid an error.
7013 Use char because int might match the return type of a GCC
7014 builtin and then its argument prototype would still apply. */
7015#ifdef __cplusplus
7016extern "C"
7017#endif
7018char connect ();
7019/* The GNU C library defines this for functions which it implements
7020 to always fail with ENOSYS. Some functions are actually named
7021 something starting with __ and the normal name is an alias. */
7022#if defined __stub_connect || defined __stub___connect
7023choke me
7024#endif
7025
7026int 6650int
7027main () 6651main (void)
7028{ 6652{
7029return connect (); 6653return conftest::connect ();
7030 ; 6654 ;
7031 return 0; 6655 return 0;
7032} 6656}
7033_ACEOF 6657_ACEOF
7034rm -f conftest.$ac_objext conftest$ac_exeext 6658if ac_fn_cxx_try_link "$LINENO"
7035if { (ac_try="$ac_link" 6659then :
7036case "(($ac_try" in
7037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7038 *) ac_try_echo=$ac_try;;
7039esac
7040eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7041 (eval "$ac_link") 2>conftest.er1
7042 ac_status=$?
7043 grep -v '^ *+' conftest.er1 >conftest.err
7044 rm -f conftest.er1
7045 cat conftest.err >&5
7046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7047 (exit $ac_status); } && {
7048 test -z "$ac_cxx_werror_flag" ||
7049 test ! -s conftest.err
7050 } && test -s conftest$ac_exeext &&
7051 $as_test_x conftest$ac_exeext; then
7052 ac_cv_func_connect=yes 6660 ac_cv_lib_socket_connect=yes
7053else 6661else $as_nop
7054 echo "$as_me: failed program was:" >&5 6662 ac_cv_lib_socket_connect=no
7055sed 's/^/| /' conftest.$ac_ext >&5
7056
7057 ac_cv_func_connect=no
7058fi 6663fi
7059
7060rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6664rm -f core conftest.err conftest.$ac_objext conftest.beam \
7061 conftest$ac_exeext conftest.$ac_ext 6665 conftest$ac_exeext conftest.$ac_ext
6666LIBS=$ac_check_lib_save_LIBS
7062fi 6667fi
7063{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 6668{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7064echo "${ECHO_T}$ac_cv_func_connect" >&6; } 6669printf "%s\n" "$ac_cv_lib_socket_connect" >&6; }
6670if test "x$ac_cv_lib_socket_connect" = xyes
6671then :
6672 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6673fi
7065 6674
6675 fi
6676
6677 # Guillermo Gomez says -lposix is necessary on A/UX.
6678 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
6679if test "x$ac_cv_func_remove" = xyes
6680then :
6681
6682fi
6683
7066 if test $ac_cv_func_connect = no; then 6684 if test $ac_cv_func_remove = no; then
7067 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 6685 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7068echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } 6686printf %s "checking for remove in -lposix... " >&6; }
7069if test "${ac_cv_lib_socket_connect+set}" = set; then 6687if test ${ac_cv_lib_posix_remove+y}
7070 echo $ECHO_N "(cached) $ECHO_C" >&6 6688then :
7071else 6689 printf %s "(cached) " >&6
6690else $as_nop
7072 ac_check_lib_save_LIBS=$LIBS 6691 ac_check_lib_save_LIBS=$LIBS
7073LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 6692LIBS="-lposix $LIBS"
7074cat >conftest.$ac_ext <<_ACEOF
7075/* confdefs.h. */
7076_ACEOF
7077cat confdefs.h >>conftest.$ac_ext 6693cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7078cat >>conftest.$ac_ext <<_ACEOF
7079/* end confdefs.h. */ 6694/* end confdefs.h. */
7080 6695
7081/* Override any GCC internal prototype to avoid an error. 6696namespace conftest {
7082 Use char because int might match the return type of a GCC 6697 extern "C" int remove ();
7083 builtin and then its argument prototype would still apply. */ 6698}
7084#ifdef __cplusplus
7085extern "C"
7086#endif
7087char connect ();
7088int 6699int
7089main () 6700main (void)
7090{ 6701{
7091return connect (); 6702return conftest::remove ();
7092 ; 6703 ;
7093 return 0; 6704 return 0;
7094} 6705}
7095_ACEOF 6706_ACEOF
7096rm -f conftest.$ac_objext conftest$ac_exeext 6707if ac_fn_cxx_try_link "$LINENO"
7097if { (ac_try="$ac_link" 6708then :
7098case "(($ac_try" in 6709 ac_cv_lib_posix_remove=yes
7099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6710else $as_nop
7100 *) ac_try_echo=$ac_try;; 6711 ac_cv_lib_posix_remove=no
7101esac
7102eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7103 (eval "$ac_link") 2>conftest.er1
7104 ac_status=$?
7105 grep -v '^ *+' conftest.er1 >conftest.err
7106 rm -f conftest.er1
7107 cat conftest.err >&5
7108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7109 (exit $ac_status); } && {
7110 test -z "$ac_cxx_werror_flag" ||
7111 test ! -s conftest.err
7112 } && test -s conftest$ac_exeext &&
7113 $as_test_x conftest$ac_exeext; then
7114 ac_cv_lib_socket_connect=yes
7115else
7116 echo "$as_me: failed program was:" >&5
7117sed 's/^/| /' conftest.$ac_ext >&5
7118
7119 ac_cv_lib_socket_connect=no
7120fi 6712fi
7121
7122rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6713rm -f core conftest.err conftest.$ac_objext conftest.beam \
7123 conftest$ac_exeext conftest.$ac_ext 6714 conftest$ac_exeext conftest.$ac_ext
7124LIBS=$ac_check_lib_save_LIBS 6715LIBS=$ac_check_lib_save_LIBS
7125fi 6716fi
7126{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 6717{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7127echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } 6718printf "%s\n" "$ac_cv_lib_posix_remove" >&6; }
7128if test $ac_cv_lib_socket_connect = yes; then 6719if test "x$ac_cv_lib_posix_remove" = xyes
6720then :
7129 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 6721 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7130fi 6722fi
7131 6723
7132 fi 6724 fi
7133 6725
7134 # Guillermo Gomez says -lposix is necessary on A/UX. 6726 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7135 { echo "$as_me:$LINENO: checking for remove" >&5 6727 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7136echo $ECHO_N "checking for remove... $ECHO_C" >&6; } 6728if test "x$ac_cv_func_shmat" = xyes
7137if test "${ac_cv_func_remove+set}" = set; then 6729then :
7138 echo $ECHO_N "(cached) $ECHO_C" >&6 6730
7139else 6731fi
7140 cat >conftest.$ac_ext <<_ACEOF 6732
7141/* confdefs.h. */ 6733 if test $ac_cv_func_shmat = no; then
7142_ACEOF 6734 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
6735printf %s "checking for shmat in -lipc... " >&6; }
6736if test ${ac_cv_lib_ipc_shmat+y}
6737then :
6738 printf %s "(cached) " >&6
6739else $as_nop
6740 ac_check_lib_save_LIBS=$LIBS
6741LIBS="-lipc $LIBS"
7143cat confdefs.h >>conftest.$ac_ext 6742cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7144cat >>conftest.$ac_ext <<_ACEOF
7145/* end confdefs.h. */ 6743/* end confdefs.h. */
7146/* Define remove to an innocuous variant, in case <limits.h> declares remove.
7147 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7148#define remove innocuous_remove
7149 6744
7150/* System header to define __stub macros and hopefully few prototypes, 6745namespace conftest {
7151 which can conflict with char remove (); below. 6746 extern "C" int shmat ();
7152 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6747}
7153 <limits.h> exists even on freestanding compilers. */
7154
7155#ifdef __STDC__
7156# include <limits.h>
7157#else
7158# include <assert.h>
7159#endif
7160
7161#undef remove
7162
7163/* Override any GCC internal prototype to avoid an error.
7164 Use char because int might match the return type of a GCC
7165 builtin and then its argument prototype would still apply. */
7166#ifdef __cplusplus
7167extern "C"
7168#endif
7169char remove ();
7170/* The GNU C library defines this for functions which it implements
7171 to always fail with ENOSYS. Some functions are actually named
7172 something starting with __ and the normal name is an alias. */
7173#if defined __stub_remove || defined __stub___remove
7174choke me
7175#endif
7176
7177int 6748int
7178main () 6749main (void)
7179{ 6750{
7180return remove (); 6751return conftest::shmat ();
7181 ; 6752 ;
7182 return 0; 6753 return 0;
7183} 6754}
7184_ACEOF 6755_ACEOF
7185rm -f conftest.$ac_objext conftest$ac_exeext 6756if ac_fn_cxx_try_link "$LINENO"
7186if { (ac_try="$ac_link" 6757then :
7187case "(($ac_try" in 6758 ac_cv_lib_ipc_shmat=yes
7188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6759else $as_nop
7189 *) ac_try_echo=$ac_try;; 6760 ac_cv_lib_ipc_shmat=no
7190esac
7191eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7192 (eval "$ac_link") 2>conftest.er1
7193 ac_status=$?
7194 grep -v '^ *+' conftest.er1 >conftest.err
7195 rm -f conftest.er1
7196 cat conftest.err >&5
7197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7198 (exit $ac_status); } && {
7199 test -z "$ac_cxx_werror_flag" ||
7200 test ! -s conftest.err
7201 } && test -s conftest$ac_exeext &&
7202 $as_test_x conftest$ac_exeext; then
7203 ac_cv_func_remove=yes
7204else
7205 echo "$as_me: failed program was:" >&5
7206sed 's/^/| /' conftest.$ac_ext >&5
7207
7208 ac_cv_func_remove=no
7209fi 6761fi
7210
7211rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6762rm -f core conftest.err conftest.$ac_objext conftest.beam \
7212 conftest$ac_exeext conftest.$ac_ext 6763 conftest$ac_exeext conftest.$ac_ext
7213fi
7214{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
7215echo "${ECHO_T}$ac_cv_func_remove" >&6; }
7216
7217 if test $ac_cv_func_remove = no; then
7218 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
7219echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
7220if test "${ac_cv_lib_posix_remove+set}" = set; then
7221 echo $ECHO_N "(cached) $ECHO_C" >&6
7222else
7223 ac_check_lib_save_LIBS=$LIBS
7224LIBS="-lposix $LIBS"
7225cat >conftest.$ac_ext <<_ACEOF
7226/* confdefs.h. */
7227_ACEOF
7228cat confdefs.h >>conftest.$ac_ext
7229cat >>conftest.$ac_ext <<_ACEOF
7230/* end confdefs.h. */
7231
7232/* Override any GCC internal prototype to avoid an error.
7233 Use char because int might match the return type of a GCC
7234 builtin and then its argument prototype would still apply. */
7235#ifdef __cplusplus
7236extern "C"
7237#endif
7238char remove ();
7239int
7240main ()
7241{
7242return remove ();
7243 ;
7244 return 0;
7245}
7246_ACEOF
7247rm -f conftest.$ac_objext conftest$ac_exeext
7248if { (ac_try="$ac_link"
7249case "(($ac_try" in
7250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7251 *) ac_try_echo=$ac_try;;
7252esac
7253eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7254 (eval "$ac_link") 2>conftest.er1
7255 ac_status=$?
7256 grep -v '^ *+' conftest.er1 >conftest.err
7257 rm -f conftest.er1
7258 cat conftest.err >&5
7259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7260 (exit $ac_status); } && {
7261 test -z "$ac_cxx_werror_flag" ||
7262 test ! -s conftest.err
7263 } && test -s conftest$ac_exeext &&
7264 $as_test_x conftest$ac_exeext; then
7265 ac_cv_lib_posix_remove=yes
7266else
7267 echo "$as_me: failed program was:" >&5
7268sed 's/^/| /' conftest.$ac_ext >&5
7269
7270 ac_cv_lib_posix_remove=no
7271fi
7272
7273rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7274 conftest$ac_exeext conftest.$ac_ext
7275LIBS=$ac_check_lib_save_LIBS 6764LIBS=$ac_check_lib_save_LIBS
7276fi 6765fi
7277{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
7278echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
7279if test $ac_cv_lib_posix_remove = yes; then
7280 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7281fi
7282
7283 fi
7284
7285 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7286 { echo "$as_me:$LINENO: checking for shmat" >&5
7287echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
7288if test "${ac_cv_func_shmat+set}" = set; then
7289 echo $ECHO_N "(cached) $ECHO_C" >&6
7290else
7291 cat >conftest.$ac_ext <<_ACEOF
7292/* confdefs.h. */
7293_ACEOF
7294cat confdefs.h >>conftest.$ac_ext
7295cat >>conftest.$ac_ext <<_ACEOF
7296/* end confdefs.h. */
7297/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
7298 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7299#define shmat innocuous_shmat
7300
7301/* System header to define __stub macros and hopefully few prototypes,
7302 which can conflict with char shmat (); below.
7303 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7304 <limits.h> exists even on freestanding compilers. */
7305
7306#ifdef __STDC__
7307# include <limits.h>
7308#else
7309# include <assert.h>
7310#endif
7311
7312#undef shmat
7313
7314/* Override any GCC internal prototype to avoid an error.
7315 Use char because int might match the return type of a GCC
7316 builtin and then its argument prototype would still apply. */
7317#ifdef __cplusplus
7318extern "C"
7319#endif
7320char shmat ();
7321/* The GNU C library defines this for functions which it implements
7322 to always fail with ENOSYS. Some functions are actually named
7323 something starting with __ and the normal name is an alias. */
7324#if defined __stub_shmat || defined __stub___shmat
7325choke me
7326#endif
7327
7328int
7329main ()
7330{
7331return shmat ();
7332 ;
7333 return 0;
7334}
7335_ACEOF
7336rm -f conftest.$ac_objext conftest$ac_exeext
7337if { (ac_try="$ac_link"
7338case "(($ac_try" in
7339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7340 *) ac_try_echo=$ac_try;;
7341esac
7342eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7343 (eval "$ac_link") 2>conftest.er1
7344 ac_status=$?
7345 grep -v '^ *+' conftest.er1 >conftest.err
7346 rm -f conftest.er1
7347 cat conftest.err >&5
7348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7349 (exit $ac_status); } && {
7350 test -z "$ac_cxx_werror_flag" ||
7351 test ! -s conftest.err
7352 } && test -s conftest$ac_exeext &&
7353 $as_test_x conftest$ac_exeext; then
7354 ac_cv_func_shmat=yes
7355else
7356 echo "$as_me: failed program was:" >&5
7357sed 's/^/| /' conftest.$ac_ext >&5
7358
7359 ac_cv_func_shmat=no
7360fi
7361
7362rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7363 conftest$ac_exeext conftest.$ac_ext
7364fi
7365{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
7366echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
7367
7368 if test $ac_cv_func_shmat = no; then
7369 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
7370echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
7371if test "${ac_cv_lib_ipc_shmat+set}" = set; then
7372 echo $ECHO_N "(cached) $ECHO_C" >&6
7373else
7374 ac_check_lib_save_LIBS=$LIBS
7375LIBS="-lipc $LIBS"
7376cat >conftest.$ac_ext <<_ACEOF
7377/* confdefs.h. */
7378_ACEOF
7379cat confdefs.h >>conftest.$ac_ext
7380cat >>conftest.$ac_ext <<_ACEOF
7381/* end confdefs.h. */
7382
7383/* Override any GCC internal prototype to avoid an error.
7384 Use char because int might match the return type of a GCC
7385 builtin and then its argument prototype would still apply. */
7386#ifdef __cplusplus
7387extern "C"
7388#endif
7389char shmat ();
7390int
7391main ()
7392{
7393return shmat ();
7394 ;
7395 return 0;
7396}
7397_ACEOF
7398rm -f conftest.$ac_objext conftest$ac_exeext
7399if { (ac_try="$ac_link"
7400case "(($ac_try" in
7401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7402 *) ac_try_echo=$ac_try;;
7403esac
7404eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7405 (eval "$ac_link") 2>conftest.er1
7406 ac_status=$?
7407 grep -v '^ *+' conftest.er1 >conftest.err
7408 rm -f conftest.er1
7409 cat conftest.err >&5
7410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7411 (exit $ac_status); } && {
7412 test -z "$ac_cxx_werror_flag" ||
7413 test ! -s conftest.err
7414 } && test -s conftest$ac_exeext &&
7415 $as_test_x conftest$ac_exeext; then
7416 ac_cv_lib_ipc_shmat=yes
7417else
7418 echo "$as_me: failed program was:" >&5
7419sed 's/^/| /' conftest.$ac_ext >&5
7420
7421 ac_cv_lib_ipc_shmat=no
7422fi
7423
7424rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7425 conftest$ac_exeext conftest.$ac_ext
7426LIBS=$ac_check_lib_save_LIBS
7427fi
7428{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 6766{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7429echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } 6767printf "%s\n" "$ac_cv_lib_ipc_shmat" >&6; }
7430if test $ac_cv_lib_ipc_shmat = yes; then 6768if test "x$ac_cv_lib_ipc_shmat" = xyes
6769then :
7431 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 6770 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7432fi 6771fi
7433 6772
7434 fi 6773 fi
7435 fi 6774 fi
7441 # check for ICE first), but we must link in the order -lSM -lICE or 6780 # check for ICE first), but we must link in the order -lSM -lICE or
7442 # we get undefined symbols. So assume we have SM if we have ICE. 6781 # we get undefined symbols. So assume we have SM if we have ICE.
7443 # These have to be linked with before -lX11, unlike the other 6782 # These have to be linked with before -lX11, unlike the other
7444 # libraries we check for below, so use a different variable. 6783 # libraries we check for below, so use a different variable.
7445 # John Interrante, Karl Berry 6784 # John Interrante, Karl Berry
7446 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 6785 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7447echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } 6786printf %s "checking for IceConnectionNumber in -lICE... " >&6; }
7448if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 6787if test ${ac_cv_lib_ICE_IceConnectionNumber+y}
7449 echo $ECHO_N "(cached) $ECHO_C" >&6 6788then :
7450else 6789 printf %s "(cached) " >&6
6790else $as_nop
7451 ac_check_lib_save_LIBS=$LIBS 6791 ac_check_lib_save_LIBS=$LIBS
7452LIBS="-lICE $X_EXTRA_LIBS $LIBS" 6792LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7453cat >conftest.$ac_ext <<_ACEOF
7454/* confdefs.h. */
7455_ACEOF
7456cat confdefs.h >>conftest.$ac_ext 6793cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7457cat >>conftest.$ac_ext <<_ACEOF
7458/* end confdefs.h. */ 6794/* end confdefs.h. */
7459 6795
7460/* Override any GCC internal prototype to avoid an error. 6796namespace conftest {
7461 Use char because int might match the return type of a GCC 6797 extern "C" int IceConnectionNumber ();
7462 builtin and then its argument prototype would still apply. */ 6798}
7463#ifdef __cplusplus
7464extern "C"
7465#endif
7466char IceConnectionNumber ();
7467int 6799int
7468main () 6800main (void)
7469{ 6801{
7470return IceConnectionNumber (); 6802return conftest::IceConnectionNumber ();
7471 ; 6803 ;
7472 return 0; 6804 return 0;
7473} 6805}
7474_ACEOF 6806_ACEOF
7475rm -f conftest.$ac_objext conftest$ac_exeext 6807if ac_fn_cxx_try_link "$LINENO"
7476if { (ac_try="$ac_link" 6808then :
7477case "(($ac_try" in
7478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7479 *) ac_try_echo=$ac_try;;
7480esac
7481eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7482 (eval "$ac_link") 2>conftest.er1
7483 ac_status=$?
7484 grep -v '^ *+' conftest.er1 >conftest.err
7485 rm -f conftest.er1
7486 cat conftest.err >&5
7487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7488 (exit $ac_status); } && {
7489 test -z "$ac_cxx_werror_flag" ||
7490 test ! -s conftest.err
7491 } && test -s conftest$ac_exeext &&
7492 $as_test_x conftest$ac_exeext; then
7493 ac_cv_lib_ICE_IceConnectionNumber=yes 6809 ac_cv_lib_ICE_IceConnectionNumber=yes
7494else 6810else $as_nop
7495 echo "$as_me: failed program was:" >&5
7496sed 's/^/| /' conftest.$ac_ext >&5
7497
7498 ac_cv_lib_ICE_IceConnectionNumber=no 6811 ac_cv_lib_ICE_IceConnectionNumber=no
7499fi 6812fi
7500
7501rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6813rm -f core conftest.err conftest.$ac_objext conftest.beam \
7502 conftest$ac_exeext conftest.$ac_ext 6814 conftest$ac_exeext conftest.$ac_ext
7503LIBS=$ac_check_lib_save_LIBS 6815LIBS=$ac_check_lib_save_LIBS
7504fi 6816fi
7505{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 6817{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7506echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 6818printf "%s\n" "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7507if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 6819if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
6820then :
7508 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 6821 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7509fi 6822fi
7510 6823
7511 LDFLAGS=$ac_save_LDFLAGS 6824 LDFLAGS=$ac_save_LDFLAGS
7512 6825
7513fi 6826fi
7514 6827
7515 6828
7516AFTERIMAGE_CFLAGS= 6829if test -n "$ac_tool_prefix"; then
7517AFTERIMAGE_LIBS=
7518AFTERIMAGE_VERSION=
7519
7520if test x$support_afterimage = xyes; then
7521 support_afterimage=no
7522
7523 if test "x$afterimage_config" = "x" ; then
7524 # Extract the first word of "afterimage-config", so it can be a program name with args.
7525set dummy afterimage-config; ac_word=$2
7526{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7527echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7528if test "${ac_cv_path_afterimage_config+set}" = set; then
7529 echo $ECHO_N "(cached) $ECHO_C" >&6
7530else
7531 case $afterimage_config in
7532 [\\/]* | ?:[\\/]*)
7533 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
7534 ;;
7535 *)
7536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7537for as_dir in $PATH
7538do
7539 IFS=$as_save_IFS
7540 test -z "$as_dir" && as_dir=.
7541 for ac_exec_ext in '' $ac_executable_extensions; do
7542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7543 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
7544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7545 break 2
7546 fi
7547done
7548done
7549IFS=$as_save_IFS
7550
7551 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
7552 ;;
7553esac
7554fi
7555afterimage_config=$ac_cv_path_afterimage_config
7556if test -n "$afterimage_config"; then
7557 { echo "$as_me:$LINENO: result: $afterimage_config" >&5
7558echo "${ECHO_T}$afterimage_config" >&6; }
7559else
7560 { echo "$as_me:$LINENO: result: no" >&5
7561echo "${ECHO_T}no" >&6; }
7562fi
7563
7564
7565 fi
7566 if test "x$afterimage_config" != "xno" ; then
7567 { echo "$as_me:$LINENO: checking for libAfterImage version >= 1.15" >&5
7568echo $ECHO_N "checking for libAfterImage version >= 1.15... $ECHO_C" >&6; }
7569 xAFTERIMAGE_VERSION=`$afterimage_config --version`
7570 if test -n "$xAFTERIMAGE_VERSION" ; then
7571 xAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
7572 xAFTERIMAGE_LIBS=`$afterimage_config --libs`
7573 if test "x$xAFTERIMAGE_LIBS" != "x"; then
7574 libai_ver_major=`echo $xAFTERIMAGE_VERSION | cut -f 1 -d .`
7575 libai_ver_minor=`echo $xAFTERIMAGE_VERSION | cut -f 2 -d .`
7576 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
7577 support_afterimage=yes
7578 AFTERIMAGE_CFLAGS="$xAFTERIMAGE_CFLAGS"
7579 AFTERIMAGE_LIBS="$xAFTERIMAGE_LIBS"
7580 AFTERIMAGE_VERSION="$xAFTERIMAGE_VERSION"
7581 fi
7582 fi
7583 fi
7584 if test "x$support_afterimage" = "xyes"; then
7585 { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
7586echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; }
7587 else
7588 { echo "$as_me:$LINENO: result: no" >&5
7589echo "${ECHO_T}no" >&6; }
7590 fi
7591 fi
7592fi
7593
7594
7595
7596
7597
7598
7599
7600
7601for ac_header in \
7602 sys/byteorder.h \
7603 sys/ioctl.h \
7604 sys/sockio.h \
7605 sys/strredir.h \
7606 stdint.h \
7607 wchar.h \
7608 cwchar \
7609
7610do
7611as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7612if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7613 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7614echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7615if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7616 echo $ECHO_N "(cached) $ECHO_C" >&6
7617fi
7618ac_res=`eval echo '${'$as_ac_Header'}'`
7619 { echo "$as_me:$LINENO: result: $ac_res" >&5
7620echo "${ECHO_T}$ac_res" >&6; }
7621else
7622 # Is the header compilable?
7623{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
7624echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7625cat >conftest.$ac_ext <<_ACEOF
7626/* confdefs.h. */
7627_ACEOF
7628cat confdefs.h >>conftest.$ac_ext
7629cat >>conftest.$ac_ext <<_ACEOF
7630/* end confdefs.h. */
7631$ac_includes_default
7632#include <$ac_header>
7633_ACEOF
7634rm -f conftest.$ac_objext
7635if { (ac_try="$ac_compile"
7636case "(($ac_try" in
7637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7638 *) ac_try_echo=$ac_try;;
7639esac
7640eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7641 (eval "$ac_compile") 2>conftest.er1
7642 ac_status=$?
7643 grep -v '^ *+' conftest.er1 >conftest.err
7644 rm -f conftest.er1
7645 cat conftest.err >&5
7646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7647 (exit $ac_status); } && {
7648 test -z "$ac_cxx_werror_flag" ||
7649 test ! -s conftest.err
7650 } && test -s conftest.$ac_objext; then
7651 ac_header_compiler=yes
7652else
7653 echo "$as_me: failed program was:" >&5
7654sed 's/^/| /' conftest.$ac_ext >&5
7655
7656 ac_header_compiler=no
7657fi
7658
7659rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7660{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7661echo "${ECHO_T}$ac_header_compiler" >&6; }
7662
7663# Is the header present?
7664{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
7665echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7666cat >conftest.$ac_ext <<_ACEOF
7667/* confdefs.h. */
7668_ACEOF
7669cat confdefs.h >>conftest.$ac_ext
7670cat >>conftest.$ac_ext <<_ACEOF
7671/* end confdefs.h. */
7672#include <$ac_header>
7673_ACEOF
7674if { (ac_try="$ac_cpp conftest.$ac_ext"
7675case "(($ac_try" in
7676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7677 *) ac_try_echo=$ac_try;;
7678esac
7679eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7680 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7681 ac_status=$?
7682 grep -v '^ *+' conftest.er1 >conftest.err
7683 rm -f conftest.er1
7684 cat conftest.err >&5
7685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7686 (exit $ac_status); } >/dev/null && {
7687 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7688 test ! -s conftest.err
7689 }; then
7690 ac_header_preproc=yes
7691else
7692 echo "$as_me: failed program was:" >&5
7693sed 's/^/| /' conftest.$ac_ext >&5
7694
7695 ac_header_preproc=no
7696fi
7697
7698rm -f conftest.err conftest.$ac_ext
7699{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7700echo "${ECHO_T}$ac_header_preproc" >&6; }
7701
7702# So? What about this header?
7703case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7704 yes:no: )
7705 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7706echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7707 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7708echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7709 ac_header_preproc=yes
7710 ;;
7711 no:yes:* )
7712 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7713echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7714 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7715echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7716 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7717echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7718 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7719echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7720 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7721echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7722 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7723echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7724
7725 ;;
7726esac
7727{ echo "$as_me:$LINENO: checking for $ac_header" >&5
7728echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7729if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7730 echo $ECHO_N "(cached) $ECHO_C" >&6
7731else
7732 eval "$as_ac_Header=\$ac_header_preproc"
7733fi
7734ac_res=`eval echo '${'$as_ac_Header'}'`
7735 { echo "$as_me:$LINENO: result: $ac_res" >&5
7736echo "${ECHO_T}$ac_res" >&6; }
7737
7738fi
7739if test `eval echo '${'$as_ac_Header'}'` = yes; then
7740 cat >>confdefs.h <<_ACEOF
7741#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7742_ACEOF
7743
7744fi
7745
7746done
7747
7748
7749{ echo "$as_me:$LINENO: checking for XPointer" >&5
7750echo $ECHO_N "checking for XPointer... $ECHO_C" >&6; }
7751if test "${rxvt_cv_xpointer+set}" = set; then
7752 echo $ECHO_N "(cached) $ECHO_C" >&6
7753else
7754 cat >conftest.$ac_ext <<_ACEOF
7755/* confdefs.h. */
7756_ACEOF
7757cat confdefs.h >>conftest.$ac_ext
7758cat >>conftest.$ac_ext <<_ACEOF
7759/* end confdefs.h. */
7760#include <X11/Xlib.h>
7761int
7762main ()
7763{
7764XPointer dummy;
7765 ;
7766 return 0;
7767}
7768_ACEOF
7769rm -f conftest.$ac_objext
7770if { (ac_try="$ac_compile"
7771case "(($ac_try" in
7772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7773 *) ac_try_echo=$ac_try;;
7774esac
7775eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7776 (eval "$ac_compile") 2>conftest.er1
7777 ac_status=$?
7778 grep -v '^ *+' conftest.er1 >conftest.err
7779 rm -f conftest.er1
7780 cat conftest.err >&5
7781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7782 (exit $ac_status); } && {
7783 test -z "$ac_cxx_werror_flag" ||
7784 test ! -s conftest.err
7785 } && test -s conftest.$ac_objext; then
7786 rxvt_cv_xpointer=yes
7787else
7788 echo "$as_me: failed program was:" >&5
7789sed 's/^/| /' conftest.$ac_ext >&5
7790
7791 rxvt_cv_xpointer=no
7792fi
7793
7794rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7795fi
7796{ echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7797echo "${ECHO_T}$rxvt_cv_xpointer" >&6; }
7798if test x$rxvt_cv_xpointer = xyes; then
7799
7800cat >>confdefs.h <<\_ACEOF
7801#define HAVE_XPOINTER 1
7802_ACEOF
7803
7804fi
7805
7806{ echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7807echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; }
7808if test "${rxvt_xlib_illegal_access+set}" = set; then
7809 echo $ECHO_N "(cached) $ECHO_C" >&6
7810else
7811 cat >conftest.$ac_ext <<_ACEOF
7812/* confdefs.h. */
7813_ACEOF
7814cat confdefs.h >>conftest.$ac_ext
7815cat >>conftest.$ac_ext <<_ACEOF
7816/* end confdefs.h. */
7817
7818#define XLIB_ILLEGAL_ACCESS
7819#include <X11/Xlib.h>
7820
7821int
7822main ()
7823{
7824
7825 Display *dpy;
7826 dpy->xdefaults = (char *)0;
7827
7828 ;
7829 return 0;
7830}
7831_ACEOF
7832rm -f conftest.$ac_objext
7833if { (ac_try="$ac_compile"
7834case "(($ac_try" in
7835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7836 *) ac_try_echo=$ac_try;;
7837esac
7838eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7839 (eval "$ac_compile") 2>conftest.er1
7840 ac_status=$?
7841 grep -v '^ *+' conftest.er1 >conftest.err
7842 rm -f conftest.er1
7843 cat conftest.err >&5
7844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7845 (exit $ac_status); } && {
7846 test -z "$ac_cxx_werror_flag" ||
7847 test ! -s conftest.err
7848 } && test -s conftest.$ac_objext; then
7849 rxvt_xlib_illegal_access=yes
7850else
7851 echo "$as_me: failed program was:" >&5
7852sed 's/^/| /' conftest.$ac_ext >&5
7853
7854 rxvt_xlib_illegal_access=no
7855
7856fi
7857
7858rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7859fi
7860{ echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5
7861echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6; }
7862if test x$rxvt_xlib_illegal_access = xyes; then
7863
7864cat >>confdefs.h <<\_ACEOF
7865#define XLIB_ILLEGAL_ACCESS 1
7866_ACEOF
7867
7868fi
7869
7870{ echo "$as_me:$LINENO: checking for mode_t" >&5
7871echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
7872if test "${ac_cv_type_mode_t+set}" = set; then
7873 echo $ECHO_N "(cached) $ECHO_C" >&6
7874else
7875 cat >conftest.$ac_ext <<_ACEOF
7876/* confdefs.h. */
7877_ACEOF
7878cat confdefs.h >>conftest.$ac_ext
7879cat >>conftest.$ac_ext <<_ACEOF
7880/* end confdefs.h. */
7881$ac_includes_default
7882typedef mode_t ac__type_new_;
7883int
7884main ()
7885{
7886if ((ac__type_new_ *) 0)
7887 return 0;
7888if (sizeof (ac__type_new_))
7889 return 0;
7890 ;
7891 return 0;
7892}
7893_ACEOF
7894rm -f conftest.$ac_objext
7895if { (ac_try="$ac_compile"
7896case "(($ac_try" in
7897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7898 *) ac_try_echo=$ac_try;;
7899esac
7900eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7901 (eval "$ac_compile") 2>conftest.er1
7902 ac_status=$?
7903 grep -v '^ *+' conftest.er1 >conftest.err
7904 rm -f conftest.er1
7905 cat conftest.err >&5
7906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7907 (exit $ac_status); } && {
7908 test -z "$ac_cxx_werror_flag" ||
7909 test ! -s conftest.err
7910 } && test -s conftest.$ac_objext; then
7911 ac_cv_type_mode_t=yes
7912else
7913 echo "$as_me: failed program was:" >&5
7914sed 's/^/| /' conftest.$ac_ext >&5
7915
7916 ac_cv_type_mode_t=no
7917fi
7918
7919rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7920fi
7921{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
7922echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
7923if test $ac_cv_type_mode_t = yes; then
7924 :
7925else
7926
7927cat >>confdefs.h <<_ACEOF
7928#define mode_t int
7929_ACEOF
7930
7931fi
7932
7933{ echo "$as_me:$LINENO: checking for pid_t" >&5
7934echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
7935if test "${ac_cv_type_pid_t+set}" = set; then
7936 echo $ECHO_N "(cached) $ECHO_C" >&6
7937else
7938 cat >conftest.$ac_ext <<_ACEOF
7939/* confdefs.h. */
7940_ACEOF
7941cat confdefs.h >>conftest.$ac_ext
7942cat >>conftest.$ac_ext <<_ACEOF
7943/* end confdefs.h. */
7944$ac_includes_default
7945typedef pid_t ac__type_new_;
7946int
7947main ()
7948{
7949if ((ac__type_new_ *) 0)
7950 return 0;
7951if (sizeof (ac__type_new_))
7952 return 0;
7953 ;
7954 return 0;
7955}
7956_ACEOF
7957rm -f conftest.$ac_objext
7958if { (ac_try="$ac_compile"
7959case "(($ac_try" in
7960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7961 *) ac_try_echo=$ac_try;;
7962esac
7963eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7964 (eval "$ac_compile") 2>conftest.er1
7965 ac_status=$?
7966 grep -v '^ *+' conftest.er1 >conftest.err
7967 rm -f conftest.er1
7968 cat conftest.err >&5
7969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7970 (exit $ac_status); } && {
7971 test -z "$ac_cxx_werror_flag" ||
7972 test ! -s conftest.err
7973 } && test -s conftest.$ac_objext; then
7974 ac_cv_type_pid_t=yes
7975else
7976 echo "$as_me: failed program was:" >&5
7977sed 's/^/| /' conftest.$ac_ext >&5
7978
7979 ac_cv_type_pid_t=no
7980fi
7981
7982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7983fi
7984{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7985echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
7986if test $ac_cv_type_pid_t = yes; then
7987 :
7988else
7989
7990cat >>confdefs.h <<_ACEOF
7991#define pid_t int
7992_ACEOF
7993
7994fi
7995
7996{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
7997echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
7998if test "${ac_cv_type_uid_t+set}" = set; then
7999 echo $ECHO_N "(cached) $ECHO_C" >&6
8000else
8001 cat >conftest.$ac_ext <<_ACEOF
8002/* confdefs.h. */
8003_ACEOF
8004cat confdefs.h >>conftest.$ac_ext
8005cat >>conftest.$ac_ext <<_ACEOF
8006/* end confdefs.h. */
8007#include <sys/types.h>
8008
8009_ACEOF
8010if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8011 $EGREP "uid_t" >/dev/null 2>&1; then
8012 ac_cv_type_uid_t=yes
8013else
8014 ac_cv_type_uid_t=no
8015fi
8016rm -f conftest*
8017
8018fi
8019{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8020echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
8021if test $ac_cv_type_uid_t = no; then
8022
8023cat >>confdefs.h <<\_ACEOF
8024#define uid_t int
8025_ACEOF
8026
8027
8028cat >>confdefs.h <<\_ACEOF
8029#define gid_t int
8030_ACEOF
8031
8032fi
8033
8034
8035 { echo "$as_me:$LINENO: checking for int16_t" >&5
8036echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; }
8037if test "${ac_cv_c_int16_t+set}" = set; then
8038 echo $ECHO_N "(cached) $ECHO_C" >&6
8039else
8040 ac_cv_c_int16_t=no
8041 for ac_type in 'int16_t' 'int' 'long int' \
8042 'long long int' 'short int' 'signed char'; do
8043 cat >conftest.$ac_ext <<_ACEOF
8044/* confdefs.h. */
8045_ACEOF
8046cat confdefs.h >>conftest.$ac_ext
8047cat >>conftest.$ac_ext <<_ACEOF
8048/* end confdefs.h. */
8049$ac_includes_default
8050int
8051main ()
8052{
8053static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << (16 - 2)) - 1) * 2 + 1))];
8054test_array [0] = 0
8055
8056 ;
8057 return 0;
8058}
8059_ACEOF
8060rm -f conftest.$ac_objext
8061if { (ac_try="$ac_compile"
8062case "(($ac_try" in
8063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8064 *) ac_try_echo=$ac_try;;
8065esac
8066eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8067 (eval "$ac_compile") 2>conftest.er1
8068 ac_status=$?
8069 grep -v '^ *+' conftest.er1 >conftest.err
8070 rm -f conftest.er1
8071 cat conftest.err >&5
8072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8073 (exit $ac_status); } && {
8074 test -z "$ac_cxx_werror_flag" ||
8075 test ! -s conftest.err
8076 } && test -s conftest.$ac_objext; then
8077 cat >conftest.$ac_ext <<_ACEOF
8078/* confdefs.h. */
8079_ACEOF
8080cat confdefs.h >>conftest.$ac_ext
8081cat >>conftest.$ac_ext <<_ACEOF
8082/* end confdefs.h. */
8083$ac_includes_default
8084int
8085main ()
8086{
8087static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << (16 - 2)) - 1) * 2 + 1)
8088 < ($ac_type) (((($ac_type) 1 << (16 - 2)) - 1) * 2 + 2))];
8089test_array [0] = 0
8090
8091 ;
8092 return 0;
8093}
8094_ACEOF
8095rm -f conftest.$ac_objext
8096if { (ac_try="$ac_compile"
8097case "(($ac_try" in
8098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8099 *) ac_try_echo=$ac_try;;
8100esac
8101eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8102 (eval "$ac_compile") 2>conftest.er1
8103 ac_status=$?
8104 grep -v '^ *+' conftest.er1 >conftest.err
8105 rm -f conftest.er1
8106 cat conftest.err >&5
8107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8108 (exit $ac_status); } && {
8109 test -z "$ac_cxx_werror_flag" ||
8110 test ! -s conftest.err
8111 } && test -s conftest.$ac_objext; then
8112 :
8113else
8114 echo "$as_me: failed program was:" >&5
8115sed 's/^/| /' conftest.$ac_ext >&5
8116
8117 case $ac_type in
8118 int16_t) ac_cv_c_int16_t=yes ;;
8119 *) ac_cv_c_int16_t=$ac_type ;;
8120esac
8121
8122fi
8123
8124rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8125else
8126 echo "$as_me: failed program was:" >&5
8127sed 's/^/| /' conftest.$ac_ext >&5
8128
8129
8130fi
8131
8132rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8133 test "$ac_cv_c_int16_t" != no && break
8134 done
8135fi
8136{ echo "$as_me:$LINENO: result: $ac_cv_c_int16_t" >&5
8137echo "${ECHO_T}$ac_cv_c_int16_t" >&6; }
8138 case $ac_cv_c_int16_t in #(
8139 no|yes) ;; #(
8140 *)
8141
8142cat >>confdefs.h <<_ACEOF
8143#define int16_t $ac_cv_c_int16_t
8144_ACEOF
8145;;
8146 esac
8147
8148
8149 { echo "$as_me:$LINENO: checking for uint16_t" >&5
8150echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; }
8151if test "${ac_cv_c_uint16_t+set}" = set; then
8152 echo $ECHO_N "(cached) $ECHO_C" >&6
8153else
8154 ac_cv_c_uint16_t=no
8155 for ac_type in 'uint16_t' 'unsigned int' 'unsigned long int' \
8156 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
8157 cat >conftest.$ac_ext <<_ACEOF
8158/* confdefs.h. */
8159_ACEOF
8160cat confdefs.h >>conftest.$ac_ext
8161cat >>conftest.$ac_ext <<_ACEOF
8162/* end confdefs.h. */
8163$ac_includes_default
8164int
8165main ()
8166{
8167static int test_array [1 - 2 * !(($ac_type) -1 >> (16 - 1) == 1)];
8168test_array [0] = 0
8169
8170 ;
8171 return 0;
8172}
8173_ACEOF
8174rm -f conftest.$ac_objext
8175if { (ac_try="$ac_compile"
8176case "(($ac_try" in
8177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8178 *) ac_try_echo=$ac_try;;
8179esac
8180eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8181 (eval "$ac_compile") 2>conftest.er1
8182 ac_status=$?
8183 grep -v '^ *+' conftest.er1 >conftest.err
8184 rm -f conftest.er1
8185 cat conftest.err >&5
8186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8187 (exit $ac_status); } && {
8188 test -z "$ac_cxx_werror_flag" ||
8189 test ! -s conftest.err
8190 } && test -s conftest.$ac_objext; then
8191 case $ac_type in
8192 uint16_t) ac_cv_c_uint16_t=yes ;;
8193 *) ac_cv_c_uint16_t=$ac_type ;;
8194esac
8195
8196else
8197 echo "$as_me: failed program was:" >&5
8198sed 's/^/| /' conftest.$ac_ext >&5
8199
8200
8201fi
8202
8203rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8204 test "$ac_cv_c_uint16_t" != no && break
8205 done
8206fi
8207{ echo "$as_me:$LINENO: result: $ac_cv_c_uint16_t" >&5
8208echo "${ECHO_T}$ac_cv_c_uint16_t" >&6; }
8209 case $ac_cv_c_uint16_t in #(
8210 no|yes) ;; #(
8211 *)
8212
8213
8214cat >>confdefs.h <<_ACEOF
8215#define uint16_t $ac_cv_c_uint16_t
8216_ACEOF
8217;;
8218 esac
8219
8220
8221 { echo "$as_me:$LINENO: checking for int32_t" >&5
8222echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; }
8223if test "${ac_cv_c_int32_t+set}" = set; then
8224 echo $ECHO_N "(cached) $ECHO_C" >&6
8225else
8226 ac_cv_c_int32_t=no
8227 for ac_type in 'int32_t' 'int' 'long int' \
8228 'long long int' 'short int' 'signed char'; do
8229 cat >conftest.$ac_ext <<_ACEOF
8230/* confdefs.h. */
8231_ACEOF
8232cat confdefs.h >>conftest.$ac_ext
8233cat >>conftest.$ac_ext <<_ACEOF
8234/* end confdefs.h. */
8235$ac_includes_default
8236int
8237main ()
8238{
8239static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 1))];
8240test_array [0] = 0
8241
8242 ;
8243 return 0;
8244}
8245_ACEOF
8246rm -f conftest.$ac_objext
8247if { (ac_try="$ac_compile"
8248case "(($ac_try" in
8249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8250 *) ac_try_echo=$ac_try;;
8251esac
8252eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8253 (eval "$ac_compile") 2>conftest.er1
8254 ac_status=$?
8255 grep -v '^ *+' conftest.er1 >conftest.err
8256 rm -f conftest.er1
8257 cat conftest.err >&5
8258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8259 (exit $ac_status); } && {
8260 test -z "$ac_cxx_werror_flag" ||
8261 test ! -s conftest.err
8262 } && test -s conftest.$ac_objext; then
8263 cat >conftest.$ac_ext <<_ACEOF
8264/* confdefs.h. */
8265_ACEOF
8266cat confdefs.h >>conftest.$ac_ext
8267cat >>conftest.$ac_ext <<_ACEOF
8268/* end confdefs.h. */
8269$ac_includes_default
8270int
8271main ()
8272{
8273static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 1)
8274 < ($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 2))];
8275test_array [0] = 0
8276
8277 ;
8278 return 0;
8279}
8280_ACEOF
8281rm -f conftest.$ac_objext
8282if { (ac_try="$ac_compile"
8283case "(($ac_try" in
8284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8285 *) ac_try_echo=$ac_try;;
8286esac
8287eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8288 (eval "$ac_compile") 2>conftest.er1
8289 ac_status=$?
8290 grep -v '^ *+' conftest.er1 >conftest.err
8291 rm -f conftest.er1
8292 cat conftest.err >&5
8293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8294 (exit $ac_status); } && {
8295 test -z "$ac_cxx_werror_flag" ||
8296 test ! -s conftest.err
8297 } && test -s conftest.$ac_objext; then
8298 :
8299else
8300 echo "$as_me: failed program was:" >&5
8301sed 's/^/| /' conftest.$ac_ext >&5
8302
8303 case $ac_type in
8304 int32_t) ac_cv_c_int32_t=yes ;;
8305 *) ac_cv_c_int32_t=$ac_type ;;
8306esac
8307
8308fi
8309
8310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8311else
8312 echo "$as_me: failed program was:" >&5
8313sed 's/^/| /' conftest.$ac_ext >&5
8314
8315
8316fi
8317
8318rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8319 test "$ac_cv_c_int32_t" != no && break
8320 done
8321fi
8322{ echo "$as_me:$LINENO: result: $ac_cv_c_int32_t" >&5
8323echo "${ECHO_T}$ac_cv_c_int32_t" >&6; }
8324 case $ac_cv_c_int32_t in #(
8325 no|yes) ;; #(
8326 *)
8327
8328cat >>confdefs.h <<_ACEOF
8329#define int32_t $ac_cv_c_int32_t
8330_ACEOF
8331;;
8332 esac
8333
8334
8335 { echo "$as_me:$LINENO: checking for uint32_t" >&5
8336echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; }
8337if test "${ac_cv_c_uint32_t+set}" = set; then
8338 echo $ECHO_N "(cached) $ECHO_C" >&6
8339else
8340 ac_cv_c_uint32_t=no
8341 for ac_type in 'uint32_t' 'unsigned int' 'unsigned long int' \
8342 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
8343 cat >conftest.$ac_ext <<_ACEOF
8344/* confdefs.h. */
8345_ACEOF
8346cat confdefs.h >>conftest.$ac_ext
8347cat >>conftest.$ac_ext <<_ACEOF
8348/* end confdefs.h. */
8349$ac_includes_default
8350int
8351main ()
8352{
8353static int test_array [1 - 2 * !(($ac_type) -1 >> (32 - 1) == 1)];
8354test_array [0] = 0
8355
8356 ;
8357 return 0;
8358}
8359_ACEOF
8360rm -f conftest.$ac_objext
8361if { (ac_try="$ac_compile"
8362case "(($ac_try" in
8363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8364 *) ac_try_echo=$ac_try;;
8365esac
8366eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8367 (eval "$ac_compile") 2>conftest.er1
8368 ac_status=$?
8369 grep -v '^ *+' conftest.er1 >conftest.err
8370 rm -f conftest.er1
8371 cat conftest.err >&5
8372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8373 (exit $ac_status); } && {
8374 test -z "$ac_cxx_werror_flag" ||
8375 test ! -s conftest.err
8376 } && test -s conftest.$ac_objext; then
8377 case $ac_type in
8378 uint32_t) ac_cv_c_uint32_t=yes ;;
8379 *) ac_cv_c_uint32_t=$ac_type ;;
8380esac
8381
8382else
8383 echo "$as_me: failed program was:" >&5
8384sed 's/^/| /' conftest.$ac_ext >&5
8385
8386
8387fi
8388
8389rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8390 test "$ac_cv_c_uint32_t" != no && break
8391 done
8392fi
8393{ echo "$as_me:$LINENO: result: $ac_cv_c_uint32_t" >&5
8394echo "${ECHO_T}$ac_cv_c_uint32_t" >&6; }
8395 case $ac_cv_c_uint32_t in #(
8396 no|yes) ;; #(
8397 *)
8398
8399cat >>confdefs.h <<\_ACEOF
8400#define _UINT32_T 1
8401_ACEOF
8402
8403
8404cat >>confdefs.h <<_ACEOF
8405#define uint32_t $ac_cv_c_uint32_t
8406_ACEOF
8407;;
8408 esac
8409
8410
8411
8412for ac_func in unsetenv
8413do
8414as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8415{ echo "$as_me:$LINENO: checking for $ac_func" >&5
8416echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
8417if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8418 echo $ECHO_N "(cached) $ECHO_C" >&6
8419else
8420 cat >conftest.$ac_ext <<_ACEOF
8421/* confdefs.h. */
8422_ACEOF
8423cat confdefs.h >>conftest.$ac_ext
8424cat >>conftest.$ac_ext <<_ACEOF
8425/* end confdefs.h. */
8426/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8427 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8428#define $ac_func innocuous_$ac_func
8429
8430/* System header to define __stub macros and hopefully few prototypes,
8431 which can conflict with char $ac_func (); below.
8432 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8433 <limits.h> exists even on freestanding compilers. */
8434
8435#ifdef __STDC__
8436# include <limits.h>
8437#else
8438# include <assert.h>
8439#endif
8440
8441#undef $ac_func
8442
8443/* Override any GCC internal prototype to avoid an error.
8444 Use char because int might match the return type of a GCC
8445 builtin and then its argument prototype would still apply. */
8446#ifdef __cplusplus
8447extern "C"
8448#endif
8449char $ac_func ();
8450/* The GNU C library defines this for functions which it implements
8451 to always fail with ENOSYS. Some functions are actually named
8452 something starting with __ and the normal name is an alias. */
8453#if defined __stub_$ac_func || defined __stub___$ac_func
8454choke me
8455#endif
8456
8457int
8458main ()
8459{
8460return $ac_func ();
8461 ;
8462 return 0;
8463}
8464_ACEOF
8465rm -f conftest.$ac_objext conftest$ac_exeext
8466if { (ac_try="$ac_link"
8467case "(($ac_try" in
8468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8469 *) ac_try_echo=$ac_try;;
8470esac
8471eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8472 (eval "$ac_link") 2>conftest.er1
8473 ac_status=$?
8474 grep -v '^ *+' conftest.er1 >conftest.err
8475 rm -f conftest.er1
8476 cat conftest.err >&5
8477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8478 (exit $ac_status); } && {
8479 test -z "$ac_cxx_werror_flag" ||
8480 test ! -s conftest.err
8481 } && test -s conftest$ac_exeext &&
8482 $as_test_x conftest$ac_exeext; then
8483 eval "$as_ac_var=yes"
8484else
8485 echo "$as_me: failed program was:" >&5
8486sed 's/^/| /' conftest.$ac_ext >&5
8487
8488 eval "$as_ac_var=no"
8489fi
8490
8491rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8492 conftest$ac_exeext conftest.$ac_ext
8493fi
8494ac_res=`eval echo '${'$as_ac_var'}'`
8495 { echo "$as_me:$LINENO: result: $ac_res" >&5
8496echo "${ECHO_T}$ac_res" >&6; }
8497if test `eval echo '${'$as_ac_var'}'` = yes; then
8498 cat >>confdefs.h <<_ACEOF
8499#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8500_ACEOF
8501
8502fi
8503done
8504
8505
8506
8507support_utmp=yes
8508support_wtmp=yes
8509support_lastlog=yes
8510
8511# Check whether --enable-utmp was given.
8512if test "${enable_utmp+set}" = set; then
8513 enableval=$enable_utmp; if test x$enableval = xyes -o x$enableval = xno; then
8514 support_utmp=$enableval
8515 fi
8516fi
8517
8518
8519# Check whether --enable-wtmp was given.
8520if test "${enable_wtmp+set}" = set; then
8521 enableval=$enable_wtmp; if test x$enableval = xyes -o x$enableval = xno; then
8522 support_wtmp=$enableval
8523 fi
8524fi
8525
8526
8527# Check whether --enable-lastlog was given.
8528if test "${enable_lastlog+set}" = set; then
8529 enableval=$enable_lastlog; if test x$enableval = xyes -o x$enableval = xno; then
8530 support_lastlog=$enableval
8531 fi
8532fi
8533
8534
8535if test x$support_utmp = xyes; then
8536
8537cat >>confdefs.h <<\_ACEOF
8538#define UTMP_SUPPORT 1
8539_ACEOF
8540
8541fi
8542if test x$support_wtmp = xyes; then
8543
8544cat >>confdefs.h <<\_ACEOF
8545#define WTMP_SUPPORT 1
8546_ACEOF
8547
8548fi
8549if test x$support_lastlog = xyes; then
8550
8551cat >>confdefs.h <<\_ACEOF
8552#define LASTLOG_SUPPORT 1
8553_ACEOF
8554
8555fi
8556
8557
8558
8559
8560for ac_func in \
8561 updwtmp \
8562 updwtmpx \
8563 updlastlogx \
8564
8565do
8566as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8567{ echo "$as_me:$LINENO: checking for $ac_func" >&5
8568echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
8569if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8570 echo $ECHO_N "(cached) $ECHO_C" >&6
8571else
8572 cat >conftest.$ac_ext <<_ACEOF
8573/* confdefs.h. */
8574_ACEOF
8575cat confdefs.h >>conftest.$ac_ext
8576cat >>conftest.$ac_ext <<_ACEOF
8577/* end confdefs.h. */
8578/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8579 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8580#define $ac_func innocuous_$ac_func
8581
8582/* System header to define __stub macros and hopefully few prototypes,
8583 which can conflict with char $ac_func (); below.
8584 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8585 <limits.h> exists even on freestanding compilers. */
8586
8587#ifdef __STDC__
8588# include <limits.h>
8589#else
8590# include <assert.h>
8591#endif
8592
8593#undef $ac_func
8594
8595/* Override any GCC internal prototype to avoid an error.
8596 Use char because int might match the return type of a GCC
8597 builtin and then its argument prototype would still apply. */
8598#ifdef __cplusplus
8599extern "C"
8600#endif
8601char $ac_func ();
8602/* The GNU C library defines this for functions which it implements
8603 to always fail with ENOSYS. Some functions are actually named
8604 something starting with __ and the normal name is an alias. */
8605#if defined __stub_$ac_func || defined __stub___$ac_func
8606choke me
8607#endif
8608
8609int
8610main ()
8611{
8612return $ac_func ();
8613 ;
8614 return 0;
8615}
8616_ACEOF
8617rm -f conftest.$ac_objext conftest$ac_exeext
8618if { (ac_try="$ac_link"
8619case "(($ac_try" in
8620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8621 *) ac_try_echo=$ac_try;;
8622esac
8623eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8624 (eval "$ac_link") 2>conftest.er1
8625 ac_status=$?
8626 grep -v '^ *+' conftest.er1 >conftest.err
8627 rm -f conftest.er1
8628 cat conftest.err >&5
8629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8630 (exit $ac_status); } && {
8631 test -z "$ac_cxx_werror_flag" ||
8632 test ! -s conftest.err
8633 } && test -s conftest$ac_exeext &&
8634 $as_test_x conftest$ac_exeext; then
8635 eval "$as_ac_var=yes"
8636else
8637 echo "$as_me: failed program was:" >&5
8638sed 's/^/| /' conftest.$ac_ext >&5
8639
8640 eval "$as_ac_var=no"
8641fi
8642
8643rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8644 conftest$ac_exeext conftest.$ac_ext
8645fi
8646ac_res=`eval echo '${'$as_ac_var'}'`
8647 { echo "$as_me:$LINENO: result: $ac_res" >&5
8648echo "${ECHO_T}$ac_res" >&6; }
8649if test `eval echo '${'$as_ac_var'}'` = yes; then
8650 cat >>confdefs.h <<_ACEOF
8651#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8652_ACEOF
8653
8654fi
8655done
8656
8657
8658
8659
8660
8661for ac_header in \
8662 utmp.h \
8663 utmpx.h \
8664 lastlog.h \
8665
8666do
8667as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8668if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8669 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8670echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8671if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8672 echo $ECHO_N "(cached) $ECHO_C" >&6
8673fi
8674ac_res=`eval echo '${'$as_ac_Header'}'`
8675 { echo "$as_me:$LINENO: result: $ac_res" >&5
8676echo "${ECHO_T}$ac_res" >&6; }
8677else
8678 # Is the header compilable?
8679{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
8680echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
8681cat >conftest.$ac_ext <<_ACEOF
8682/* confdefs.h. */
8683_ACEOF
8684cat confdefs.h >>conftest.$ac_ext
8685cat >>conftest.$ac_ext <<_ACEOF
8686/* end confdefs.h. */
8687$ac_includes_default
8688#include <$ac_header>
8689_ACEOF
8690rm -f conftest.$ac_objext
8691if { (ac_try="$ac_compile"
8692case "(($ac_try" in
8693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8694 *) ac_try_echo=$ac_try;;
8695esac
8696eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8697 (eval "$ac_compile") 2>conftest.er1
8698 ac_status=$?
8699 grep -v '^ *+' conftest.er1 >conftest.err
8700 rm -f conftest.er1
8701 cat conftest.err >&5
8702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8703 (exit $ac_status); } && {
8704 test -z "$ac_cxx_werror_flag" ||
8705 test ! -s conftest.err
8706 } && test -s conftest.$ac_objext; then
8707 ac_header_compiler=yes
8708else
8709 echo "$as_me: failed program was:" >&5
8710sed 's/^/| /' conftest.$ac_ext >&5
8711
8712 ac_header_compiler=no
8713fi
8714
8715rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8716{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8717echo "${ECHO_T}$ac_header_compiler" >&6; }
8718
8719# Is the header present?
8720{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
8721echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
8722cat >conftest.$ac_ext <<_ACEOF
8723/* confdefs.h. */
8724_ACEOF
8725cat confdefs.h >>conftest.$ac_ext
8726cat >>conftest.$ac_ext <<_ACEOF
8727/* end confdefs.h. */
8728#include <$ac_header>
8729_ACEOF
8730if { (ac_try="$ac_cpp conftest.$ac_ext"
8731case "(($ac_try" in
8732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8733 *) ac_try_echo=$ac_try;;
8734esac
8735eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8736 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8737 ac_status=$?
8738 grep -v '^ *+' conftest.er1 >conftest.err
8739 rm -f conftest.er1
8740 cat conftest.err >&5
8741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8742 (exit $ac_status); } >/dev/null && {
8743 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8744 test ! -s conftest.err
8745 }; then
8746 ac_header_preproc=yes
8747else
8748 echo "$as_me: failed program was:" >&5
8749sed 's/^/| /' conftest.$ac_ext >&5
8750
8751 ac_header_preproc=no
8752fi
8753
8754rm -f conftest.err conftest.$ac_ext
8755{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8756echo "${ECHO_T}$ac_header_preproc" >&6; }
8757
8758# So? What about this header?
8759case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
8760 yes:no: )
8761 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8762echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8763 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8764echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8765 ac_header_preproc=yes
8766 ;;
8767 no:yes:* )
8768 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8769echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8770 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8771echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8772 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8773echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8774 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8775echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8776 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8777echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8778 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8779echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8780
8781 ;;
8782esac
8783{ echo "$as_me:$LINENO: checking for $ac_header" >&5
8784echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8785if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8786 echo $ECHO_N "(cached) $ECHO_C" >&6
8787else
8788 eval "$as_ac_Header=\$ac_header_preproc"
8789fi
8790ac_res=`eval echo '${'$as_ac_Header'}'`
8791 { echo "$as_me:$LINENO: result: $ac_res" >&5
8792echo "${ECHO_T}$ac_res" >&6; }
8793
8794fi
8795if test `eval echo '${'$as_ac_Header'}'` = yes; then
8796 cat >>confdefs.h <<_ACEOF
8797#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8798_ACEOF
8799
8800fi
8801
8802done
8803
8804
8805
8806if test "${ac_cv_header_utmp_h+set}" = set; then
8807 { echo "$as_me:$LINENO: checking for utmp.h" >&5
8808echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; }
8809if test "${ac_cv_header_utmp_h+set}" = set; then
8810 echo $ECHO_N "(cached) $ECHO_C" >&6
8811fi
8812{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8813echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; }
8814else
8815 # Is the header compilable?
8816{ echo "$as_me:$LINENO: checking utmp.h usability" >&5
8817echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6; }
8818cat >conftest.$ac_ext <<_ACEOF
8819/* confdefs.h. */
8820_ACEOF
8821cat confdefs.h >>conftest.$ac_ext
8822cat >>conftest.$ac_ext <<_ACEOF
8823/* end confdefs.h. */
8824$ac_includes_default
8825#include <utmp.h>
8826_ACEOF
8827rm -f conftest.$ac_objext
8828if { (ac_try="$ac_compile"
8829case "(($ac_try" in
8830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8831 *) ac_try_echo=$ac_try;;
8832esac
8833eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8834 (eval "$ac_compile") 2>conftest.er1
8835 ac_status=$?
8836 grep -v '^ *+' conftest.er1 >conftest.err
8837 rm -f conftest.er1
8838 cat conftest.err >&5
8839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840 (exit $ac_status); } && {
8841 test -z "$ac_cxx_werror_flag" ||
8842 test ! -s conftest.err
8843 } && test -s conftest.$ac_objext; then
8844 ac_header_compiler=yes
8845else
8846 echo "$as_me: failed program was:" >&5
8847sed 's/^/| /' conftest.$ac_ext >&5
8848
8849 ac_header_compiler=no
8850fi
8851
8852rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8853{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8854echo "${ECHO_T}$ac_header_compiler" >&6; }
8855
8856# Is the header present?
8857{ echo "$as_me:$LINENO: checking utmp.h presence" >&5
8858echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6; }
8859cat >conftest.$ac_ext <<_ACEOF
8860/* confdefs.h. */
8861_ACEOF
8862cat confdefs.h >>conftest.$ac_ext
8863cat >>conftest.$ac_ext <<_ACEOF
8864/* end confdefs.h. */
8865#include <utmp.h>
8866_ACEOF
8867if { (ac_try="$ac_cpp conftest.$ac_ext"
8868case "(($ac_try" in
8869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8870 *) ac_try_echo=$ac_try;;
8871esac
8872eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8873 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8874 ac_status=$?
8875 grep -v '^ *+' conftest.er1 >conftest.err
8876 rm -f conftest.er1
8877 cat conftest.err >&5
8878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8879 (exit $ac_status); } >/dev/null && {
8880 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8881 test ! -s conftest.err
8882 }; then
8883 ac_header_preproc=yes
8884else
8885 echo "$as_me: failed program was:" >&5
8886sed 's/^/| /' conftest.$ac_ext >&5
8887
8888 ac_header_preproc=no
8889fi
8890
8891rm -f conftest.err conftest.$ac_ext
8892{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8893echo "${ECHO_T}$ac_header_preproc" >&6; }
8894
8895# So? What about this header?
8896case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
8897 yes:no: )
8898 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
8899echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8900 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
8901echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
8902 ac_header_preproc=yes
8903 ;;
8904 no:yes:* )
8905 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
8906echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
8907 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
8908echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
8909 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
8910echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
8911 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
8912echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
8913 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
8914echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
8915 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
8916echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
8917
8918 ;;
8919esac
8920{ echo "$as_me:$LINENO: checking for utmp.h" >&5
8921echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; }
8922if test "${ac_cv_header_utmp_h+set}" = set; then
8923 echo $ECHO_N "(cached) $ECHO_C" >&6
8924else
8925 ac_cv_header_utmp_h=$ac_header_preproc
8926fi
8927{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8928echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; }
8929
8930fi
8931if test $ac_cv_header_utmp_h = yes; then
8932 { echo "$as_me:$LINENO: checking for struct utmp" >&5
8933echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; }
8934if test "${struct_utmp+set}" = set; then
8935 echo $ECHO_N "(cached) $ECHO_C" >&6
8936else
8937 cat >conftest.$ac_ext <<_ACEOF
8938/* confdefs.h. */
8939_ACEOF
8940cat confdefs.h >>conftest.$ac_ext
8941cat >>conftest.$ac_ext <<_ACEOF
8942/* end confdefs.h. */
8943#include <sys/types.h>
8944#include <utmp.h>
8945int
8946main ()
8947{
8948struct utmp ut;
8949 ;
8950 return 0;
8951}
8952_ACEOF
8953rm -f conftest.$ac_objext
8954if { (ac_try="$ac_compile"
8955case "(($ac_try" in
8956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8957 *) ac_try_echo=$ac_try;;
8958esac
8959eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8960 (eval "$ac_compile") 2>conftest.er1
8961 ac_status=$?
8962 grep -v '^ *+' conftest.er1 >conftest.err
8963 rm -f conftest.er1
8964 cat conftest.err >&5
8965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8966 (exit $ac_status); } && {
8967 test -z "$ac_cxx_werror_flag" ||
8968 test ! -s conftest.err
8969 } && test -s conftest.$ac_objext; then
8970 struct_utmp=yes
8971else
8972 echo "$as_me: failed program was:" >&5
8973sed 's/^/| /' conftest.$ac_ext >&5
8974
8975 struct_utmp=no
8976fi
8977
8978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8979fi
8980{ echo "$as_me:$LINENO: result: $struct_utmp" >&5
8981echo "${ECHO_T}$struct_utmp" >&6; }
8982if test x$struct_utmp = xyes; then
8983
8984cat >>confdefs.h <<\_ACEOF
8985#define HAVE_STRUCT_UTMP 1
8986_ACEOF
8987
8988fi
8989
8990
8991{ echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
8992echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6; }
8993if test "${struct_utmp_host+set}" = set; then
8994 echo $ECHO_N "(cached) $ECHO_C" >&6
8995else
8996 cat >conftest.$ac_ext <<_ACEOF
8997/* confdefs.h. */
8998_ACEOF
8999cat confdefs.h >>conftest.$ac_ext
9000cat >>conftest.$ac_ext <<_ACEOF
9001/* end confdefs.h. */
9002#include <sys/types.h>
9003#include <utmp.h>
9004int
9005main ()
9006{
9007struct utmp ut; ut.ut_host;
9008 ;
9009 return 0;
9010}
9011_ACEOF
9012rm -f conftest.$ac_objext
9013if { (ac_try="$ac_compile"
9014case "(($ac_try" in
9015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9016 *) ac_try_echo=$ac_try;;
9017esac
9018eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9019 (eval "$ac_compile") 2>conftest.er1
9020 ac_status=$?
9021 grep -v '^ *+' conftest.er1 >conftest.err
9022 rm -f conftest.er1
9023 cat conftest.err >&5
9024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9025 (exit $ac_status); } && {
9026 test -z "$ac_cxx_werror_flag" ||
9027 test ! -s conftest.err
9028 } && test -s conftest.$ac_objext; then
9029 struct_utmp_host=yes
9030else
9031 echo "$as_me: failed program was:" >&5
9032sed 's/^/| /' conftest.$ac_ext >&5
9033
9034 struct_utmp_host=no
9035fi
9036
9037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9038fi
9039{ echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
9040echo "${ECHO_T}$struct_utmp_host" >&6; }
9041if test x$struct_utmp_host = xyes; then
9042
9043cat >>confdefs.h <<\_ACEOF
9044#define HAVE_UTMP_HOST 1
9045_ACEOF
9046
9047fi
9048
9049{ echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
9050echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6; }
9051if test "${struct_utmp_pid+set}" = set; then
9052 echo $ECHO_N "(cached) $ECHO_C" >&6
9053else
9054 cat >conftest.$ac_ext <<_ACEOF
9055/* confdefs.h. */
9056_ACEOF
9057cat confdefs.h >>conftest.$ac_ext
9058cat >>conftest.$ac_ext <<_ACEOF
9059/* end confdefs.h. */
9060#include <sys/types.h>
9061#include <utmp.h>
9062int
9063main ()
9064{
9065struct utmp ut; ut.ut_pid;
9066 ;
9067 return 0;
9068}
9069_ACEOF
9070rm -f conftest.$ac_objext
9071if { (ac_try="$ac_compile"
9072case "(($ac_try" in
9073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9074 *) ac_try_echo=$ac_try;;
9075esac
9076eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9077 (eval "$ac_compile") 2>conftest.er1
9078 ac_status=$?
9079 grep -v '^ *+' conftest.er1 >conftest.err
9080 rm -f conftest.er1
9081 cat conftest.err >&5
9082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9083 (exit $ac_status); } && {
9084 test -z "$ac_cxx_werror_flag" ||
9085 test ! -s conftest.err
9086 } && test -s conftest.$ac_objext; then
9087 struct_utmp_pid=yes
9088else
9089 echo "$as_me: failed program was:" >&5
9090sed 's/^/| /' conftest.$ac_ext >&5
9091
9092 struct_utmp_pid=no
9093fi
9094
9095rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9096fi
9097{ echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
9098echo "${ECHO_T}$struct_utmp_pid" >&6; }
9099if test x$struct_utmp_pid = xyes; then
9100
9101cat >>confdefs.h <<\_ACEOF
9102#define HAVE_UTMP_PID 1
9103_ACEOF
9104
9105fi
9106
9107fi
9108
9109
9110
9111if test "${ac_cv_header_utmpx_h+set}" = set; then
9112 { echo "$as_me:$LINENO: checking for utmpx.h" >&5
9113echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; }
9114if test "${ac_cv_header_utmpx_h+set}" = set; then
9115 echo $ECHO_N "(cached) $ECHO_C" >&6
9116fi
9117{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
9118echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; }
9119else
9120 # Is the header compilable?
9121{ echo "$as_me:$LINENO: checking utmpx.h usability" >&5
9122echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6; }
9123cat >conftest.$ac_ext <<_ACEOF
9124/* confdefs.h. */
9125_ACEOF
9126cat confdefs.h >>conftest.$ac_ext
9127cat >>conftest.$ac_ext <<_ACEOF
9128/* end confdefs.h. */
9129$ac_includes_default
9130#include <utmpx.h>
9131_ACEOF
9132rm -f conftest.$ac_objext
9133if { (ac_try="$ac_compile"
9134case "(($ac_try" in
9135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9136 *) ac_try_echo=$ac_try;;
9137esac
9138eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9139 (eval "$ac_compile") 2>conftest.er1
9140 ac_status=$?
9141 grep -v '^ *+' conftest.er1 >conftest.err
9142 rm -f conftest.er1
9143 cat conftest.err >&5
9144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9145 (exit $ac_status); } && {
9146 test -z "$ac_cxx_werror_flag" ||
9147 test ! -s conftest.err
9148 } && test -s conftest.$ac_objext; then
9149 ac_header_compiler=yes
9150else
9151 echo "$as_me: failed program was:" >&5
9152sed 's/^/| /' conftest.$ac_ext >&5
9153
9154 ac_header_compiler=no
9155fi
9156
9157rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9158{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9159echo "${ECHO_T}$ac_header_compiler" >&6; }
9160
9161# Is the header present?
9162{ echo "$as_me:$LINENO: checking utmpx.h presence" >&5
9163echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6; }
9164cat >conftest.$ac_ext <<_ACEOF
9165/* confdefs.h. */
9166_ACEOF
9167cat confdefs.h >>conftest.$ac_ext
9168cat >>conftest.$ac_ext <<_ACEOF
9169/* end confdefs.h. */
9170#include <utmpx.h>
9171_ACEOF
9172if { (ac_try="$ac_cpp conftest.$ac_ext"
9173case "(($ac_try" in
9174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9175 *) ac_try_echo=$ac_try;;
9176esac
9177eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9178 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9179 ac_status=$?
9180 grep -v '^ *+' conftest.er1 >conftest.err
9181 rm -f conftest.er1
9182 cat conftest.err >&5
9183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9184 (exit $ac_status); } >/dev/null && {
9185 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9186 test ! -s conftest.err
9187 }; then
9188 ac_header_preproc=yes
9189else
9190 echo "$as_me: failed program was:" >&5
9191sed 's/^/| /' conftest.$ac_ext >&5
9192
9193 ac_header_preproc=no
9194fi
9195
9196rm -f conftest.err conftest.$ac_ext
9197{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9198echo "${ECHO_T}$ac_header_preproc" >&6; }
9199
9200# So? What about this header?
9201case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9202 yes:no: )
9203 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
9204echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9205 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
9206echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
9207 ac_header_preproc=yes
9208 ;;
9209 no:yes:* )
9210 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
9211echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
9212 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
9213echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
9214 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
9215echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
9216 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
9217echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
9218 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
9219echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
9220 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
9221echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
9222
9223 ;;
9224esac
9225{ echo "$as_me:$LINENO: checking for utmpx.h" >&5
9226echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; }
9227if test "${ac_cv_header_utmpx_h+set}" = set; then
9228 echo $ECHO_N "(cached) $ECHO_C" >&6
9229else
9230 ac_cv_header_utmpx_h=$ac_header_preproc
9231fi
9232{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
9233echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; }
9234
9235fi
9236if test $ac_cv_header_utmpx_h = yes; then
9237 { echo "$as_me:$LINENO: checking for struct utmpx" >&5
9238echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; }
9239if test "${struct_utmpx+set}" = set; then
9240 echo $ECHO_N "(cached) $ECHO_C" >&6
9241else
9242 cat >conftest.$ac_ext <<_ACEOF
9243/* confdefs.h. */
9244_ACEOF
9245cat confdefs.h >>conftest.$ac_ext
9246cat >>conftest.$ac_ext <<_ACEOF
9247/* end confdefs.h. */
9248#include <sys/types.h>
9249#include <utmpx.h>
9250int
9251main ()
9252{
9253struct utmpx ut;
9254 ;
9255 return 0;
9256}
9257_ACEOF
9258rm -f conftest.$ac_objext
9259if { (ac_try="$ac_compile"
9260case "(($ac_try" in
9261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9262 *) ac_try_echo=$ac_try;;
9263esac
9264eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9265 (eval "$ac_compile") 2>conftest.er1
9266 ac_status=$?
9267 grep -v '^ *+' conftest.er1 >conftest.err
9268 rm -f conftest.er1
9269 cat conftest.err >&5
9270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9271 (exit $ac_status); } && {
9272 test -z "$ac_cxx_werror_flag" ||
9273 test ! -s conftest.err
9274 } && test -s conftest.$ac_objext; then
9275 struct_utmpx=yes
9276else
9277 echo "$as_me: failed program was:" >&5
9278sed 's/^/| /' conftest.$ac_ext >&5
9279
9280 struct_utmpx=no
9281fi
9282
9283rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9284fi
9285{ echo "$as_me:$LINENO: result: $struct_utmpx" >&5
9286echo "${ECHO_T}$struct_utmpx" >&6; }
9287if test x$struct_utmpx = xyes; then
9288
9289cat >>confdefs.h <<\_ACEOF
9290#define HAVE_STRUCT_UTMPX 1
9291_ACEOF
9292
9293fi
9294
9295
9296{ echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
9297echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6; }
9298if test "${struct_utmpx_host+set}" = set; then
9299 echo $ECHO_N "(cached) $ECHO_C" >&6
9300else
9301 cat >conftest.$ac_ext <<_ACEOF
9302/* confdefs.h. */
9303_ACEOF
9304cat confdefs.h >>conftest.$ac_ext
9305cat >>conftest.$ac_ext <<_ACEOF
9306/* end confdefs.h. */
9307#include <sys/types.h>
9308#include <utmpx.h>
9309int
9310main ()
9311{
9312struct utmpx utx; utx.ut_host;
9313 ;
9314 return 0;
9315}
9316_ACEOF
9317rm -f conftest.$ac_objext
9318if { (ac_try="$ac_compile"
9319case "(($ac_try" in
9320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9321 *) ac_try_echo=$ac_try;;
9322esac
9323eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9324 (eval "$ac_compile") 2>conftest.er1
9325 ac_status=$?
9326 grep -v '^ *+' conftest.er1 >conftest.err
9327 rm -f conftest.er1
9328 cat conftest.err >&5
9329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9330 (exit $ac_status); } && {
9331 test -z "$ac_cxx_werror_flag" ||
9332 test ! -s conftest.err
9333 } && test -s conftest.$ac_objext; then
9334 struct_utmpx_host=yes
9335else
9336 echo "$as_me: failed program was:" >&5
9337sed 's/^/| /' conftest.$ac_ext >&5
9338
9339 struct_utmpx_host=no
9340fi
9341
9342rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9343fi
9344{ echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
9345echo "${ECHO_T}$struct_utmpx_host" >&6; }
9346if test x$struct_utmpx_host = xyes; then
9347
9348cat >>confdefs.h <<\_ACEOF
9349#define HAVE_UTMPX_HOST 1
9350_ACEOF
9351
9352fi
9353
9354{ echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
9355echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6; }
9356if test "${struct_utmpx_session+set}" = set; then
9357 echo $ECHO_N "(cached) $ECHO_C" >&6
9358else
9359 cat >conftest.$ac_ext <<_ACEOF
9360/* confdefs.h. */
9361_ACEOF
9362cat confdefs.h >>conftest.$ac_ext
9363cat >>conftest.$ac_ext <<_ACEOF
9364/* end confdefs.h. */
9365#include <sys/types.h>
9366#include <utmpx.h>
9367int
9368main ()
9369{
9370struct utmpx utx; utx.ut_session;
9371 ;
9372 return 0;
9373}
9374_ACEOF
9375rm -f conftest.$ac_objext
9376if { (ac_try="$ac_compile"
9377case "(($ac_try" in
9378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9379 *) ac_try_echo=$ac_try;;
9380esac
9381eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9382 (eval "$ac_compile") 2>conftest.er1
9383 ac_status=$?
9384 grep -v '^ *+' conftest.er1 >conftest.err
9385 rm -f conftest.er1
9386 cat conftest.err >&5
9387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9388 (exit $ac_status); } && {
9389 test -z "$ac_cxx_werror_flag" ||
9390 test ! -s conftest.err
9391 } && test -s conftest.$ac_objext; then
9392 struct_utmpx_session=yes
9393else
9394 echo "$as_me: failed program was:" >&5
9395sed 's/^/| /' conftest.$ac_ext >&5
9396
9397 struct_utmpx_session=no
9398fi
9399
9400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9401fi
9402{ echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
9403echo "${ECHO_T}$struct_utmpx_session" >&6; }
9404if test x$struct_utmpx_session = xyes; then
9405
9406cat >>confdefs.h <<\_ACEOF
9407#define HAVE_UTMPX_SESSION 1
9408_ACEOF
9409
9410fi
9411
9412fi
9413
9414
9415{ echo "$as_me:$LINENO: checking for struct lastlog" >&5
9416echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; }
9417if test "${struct_lastlog+set}" = set; then
9418 echo $ECHO_N "(cached) $ECHO_C" >&6
9419else
9420 cat >conftest.$ac_ext <<_ACEOF
9421/* confdefs.h. */
9422_ACEOF
9423cat confdefs.h >>conftest.$ac_ext
9424cat >>conftest.$ac_ext <<_ACEOF
9425/* end confdefs.h. */
9426#include <sys/types.h>
9427#include <utmp.h>
9428#ifdef HAVE_LASTLOG_H
9429#include <lastlog.h>
9430#endif
9431
9432int
9433main ()
9434{
9435struct lastlog ll;
9436 ;
9437 return 0;
9438}
9439_ACEOF
9440rm -f conftest.$ac_objext
9441if { (ac_try="$ac_compile"
9442case "(($ac_try" in
9443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9444 *) ac_try_echo=$ac_try;;
9445esac
9446eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9447 (eval "$ac_compile") 2>conftest.er1
9448 ac_status=$?
9449 grep -v '^ *+' conftest.er1 >conftest.err
9450 rm -f conftest.er1
9451 cat conftest.err >&5
9452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9453 (exit $ac_status); } && {
9454 test -z "$ac_cxx_werror_flag" ||
9455 test ! -s conftest.err
9456 } && test -s conftest.$ac_objext; then
9457 struct_lastlog=yes
9458else
9459 echo "$as_me: failed program was:" >&5
9460sed 's/^/| /' conftest.$ac_ext >&5
9461
9462 struct_lastlog=no
9463fi
9464
9465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9466fi
9467{ echo "$as_me:$LINENO: result: $struct_lastlog" >&5
9468echo "${ECHO_T}$struct_lastlog" >&6; }
9469if test x$struct_lastlog = xyes; then
9470
9471cat >>confdefs.h <<\_ACEOF
9472#define HAVE_STRUCT_LASTLOG 1
9473_ACEOF
9474
9475fi
9476
9477{ echo "$as_me:$LINENO: checking for struct lastlogx" >&5
9478echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6; }
9479if test "${struct_lastlogx+set}" = set; then
9480 echo $ECHO_N "(cached) $ECHO_C" >&6
9481else
9482 cat >conftest.$ac_ext <<_ACEOF
9483/* confdefs.h. */
9484_ACEOF
9485cat confdefs.h >>conftest.$ac_ext
9486cat >>conftest.$ac_ext <<_ACEOF
9487/* end confdefs.h. */
9488#include <sys/types.h>
9489#include <utmpx.h>
9490#ifdef HAVE_LASTLOG_H
9491#include <lastlog.h>
9492#endif
9493
9494int
9495main ()
9496{
9497struct lastlogx ll;
9498 ;
9499 return 0;
9500}
9501_ACEOF
9502rm -f conftest.$ac_objext
9503if { (ac_try="$ac_compile"
9504case "(($ac_try" in
9505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9506 *) ac_try_echo=$ac_try;;
9507esac
9508eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9509 (eval "$ac_compile") 2>conftest.er1
9510 ac_status=$?
9511 grep -v '^ *+' conftest.er1 >conftest.err
9512 rm -f conftest.er1
9513 cat conftest.err >&5
9514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9515 (exit $ac_status); } && {
9516 test -z "$ac_cxx_werror_flag" ||
9517 test ! -s conftest.err
9518 } && test -s conftest.$ac_objext; then
9519 struct_lastlogx=yes
9520else
9521 echo "$as_me: failed program was:" >&5
9522sed 's/^/| /' conftest.$ac_ext >&5
9523
9524 struct_lastlogx=no
9525fi
9526
9527rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9528fi
9529{ echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
9530echo "${ECHO_T}$struct_lastlogx" >&6; }
9531if test x$struct_lastlogx = xyes; then
9532
9533cat >>confdefs.h <<\_ACEOF
9534#define HAVE_STRUCT_LASTLOGX 1
9535_ACEOF
9536
9537fi
9538
9539
9540{ echo "$as_me:$LINENO: checking where utmp is located" >&5
9541echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6; }
9542if test "${path_utmp+set}" = set; then
9543 echo $ECHO_N "(cached) $ECHO_C" >&6
9544else
9545 if test "$cross_compiling" = yes; then
9546 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
9547echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
9548else
9549 cat >conftest.$ac_ext <<_ACEOF
9550/* confdefs.h. */
9551_ACEOF
9552cat confdefs.h >>conftest.$ac_ext
9553cat >>conftest.$ac_ext <<_ACEOF
9554/* end confdefs.h. */
9555#include <stdio.h>
9556#include <stdlib.h>
9557#include <sys/types.h>
9558#include <utmp.h>
9559#include <errno.h>
9560main()
9561{
9562 char **u, *utmplist[] = {
9563 "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
9564 FILE *a, *f=fopen("conftestval", "w");
9565 if (!f) exit(1);
9566#ifdef UTMP_FILE
9567 fprintf(f, "%s\n", UTMP_FILE);
9568 exit(0);
9569#endif
9570#ifdef _PATH_UTMP
9571 fprintf(f, "%s\n", _PATH_UTMP);
9572 exit(0);
9573#endif
9574 for (u = utmplist; *u; u++) {
9575 if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
9576 fprintf(f, "%s\n", *u);
9577 exit(0);
9578 }
9579 }
9580 exit(0);
9581}
9582_ACEOF
9583rm -f conftest$ac_exeext
9584if { (ac_try="$ac_link"
9585case "(($ac_try" in
9586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9587 *) ac_try_echo=$ac_try;;
9588esac
9589eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9590 (eval "$ac_link") 2>&5
9591 ac_status=$?
9592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9593 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9594 { (case "(($ac_try" in
9595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9596 *) ac_try_echo=$ac_try;;
9597esac
9598eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9599 (eval "$ac_try") 2>&5
9600 ac_status=$?
9601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9602 (exit $ac_status); }; }; then
9603 path_utmp=`cat conftestval`
9604else
9605 echo "$as_me: program exited with status $ac_status" >&5
9606echo "$as_me: failed program was:" >&5
9607sed 's/^/| /' conftest.$ac_ext >&5
9608
9609( exit $ac_status )
9610path_utmp=
9611fi
9612rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9613fi
9614
9615
9616fi
9617{ echo "$as_me:$LINENO: result: $path_utmp" >&5
9618echo "${ECHO_T}$path_utmp" >&6; }
9619if test x$path_utmp != x; then
9620
9621cat >>confdefs.h <<_ACEOF
9622#define UTMP_FILE "$path_utmp"
9623_ACEOF
9624
9625fi
9626
9627
9628{ echo "$as_me:$LINENO: checking where utmpx is located" >&5
9629echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6; }
9630if test "${path_utmpx+set}" = set; then
9631 echo $ECHO_N "(cached) $ECHO_C" >&6
9632else
9633 if test "$cross_compiling" = yes; then
9634 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
9635echo "$as_me: WARNING: Define UTMPX_FILE in config.h manually" >&2;}
9636else
9637 cat >conftest.$ac_ext <<_ACEOF
9638/* confdefs.h. */
9639_ACEOF
9640cat confdefs.h >>conftest.$ac_ext
9641cat >>conftest.$ac_ext <<_ACEOF
9642/* end confdefs.h. */
9643#include <stdio.h>
9644#include <stdlib.h>
9645#include <sys/types.h>
9646#include <utmpx.h>
9647#include <errno.h>
9648#include <sys/stat.h>
9649#ifdef HAVE_STRING_H
9650#include <string.h>
9651#endif
9652main()
9653{
9654 char **u, *p, *utmplist[] = {
9655#ifdef UTMPX_FILE
9656 UTMPX_FILE,
9657#endif
9658#ifdef _PATH_UTMPX
9659 _PATH_UTMPX,
9660#endif
9661 "/var/adm/utmpx", "/etc/utmpx", NULL };
9662 FILE *a, *f=fopen("conftestval", "w");
9663 struct stat statu, statux;
9664 if (!f) exit(1);
9665 for (u = utmplist; *u; u++) {
9666 if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
9667 if (stat(*u, &statux) < 0)
9668 continue;
9669 p = strdup(*u);
9670 p[strlen(p) - 1] = '\0';
9671 if (stat(p, &statu) >= 0
9672 && (statu.st_mtime - statux.st_mtime > 86400))
9673 continue;
9674 fprintf(f, "%s\n", *u);
9675 exit(0);
9676 }
9677 }
9678 exit(0);
9679}
9680_ACEOF
9681rm -f conftest$ac_exeext
9682if { (ac_try="$ac_link"
9683case "(($ac_try" in
9684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9685 *) ac_try_echo=$ac_try;;
9686esac
9687eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9688 (eval "$ac_link") 2>&5
9689 ac_status=$?
9690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9691 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9692 { (case "(($ac_try" in
9693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9694 *) ac_try_echo=$ac_try;;
9695esac
9696eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9697 (eval "$ac_try") 2>&5
9698 ac_status=$?
9699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9700 (exit $ac_status); }; }; then
9701 path_utmpx=`cat conftestval`
9702else
9703 echo "$as_me: program exited with status $ac_status" >&5
9704echo "$as_me: failed program was:" >&5
9705sed 's/^/| /' conftest.$ac_ext >&5
9706
9707( exit $ac_status )
9708path_utmpx=
9709fi
9710rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9711fi
9712
9713
9714fi
9715{ echo "$as_me:$LINENO: result: $path_utmpx" >&5
9716echo "${ECHO_T}$path_utmpx" >&6; }
9717if test x$path_utmpx != x; then
9718
9719cat >>confdefs.h <<_ACEOF
9720#define UTMPX_FILE "$path_utmpx"
9721_ACEOF
9722
9723fi
9724
9725
9726{ echo "$as_me:$LINENO: checking where wtmp is located" >&5
9727echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6; }
9728if test "${path_wtmp+set}" = set; then
9729 echo $ECHO_N "(cached) $ECHO_C" >&6
9730else
9731 if test "$cross_compiling" = yes; then
9732 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
9733echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
9734else
9735 cat >conftest.$ac_ext <<_ACEOF
9736/* confdefs.h. */
9737_ACEOF
9738cat confdefs.h >>conftest.$ac_ext
9739cat >>conftest.$ac_ext <<_ACEOF
9740/* end confdefs.h. */
9741#include <stdio.h>
9742#include <stdlib.h>
9743#include <sys/types.h>
9744#ifdef HAVE_UTMP_H
9745#include <utmp.h>
9746#endif
9747#include <errno.h>
9748main()
9749{
9750 char **w, *wtmplist[] = {
9751 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
9752 FILE *a, *f=fopen("conftestval", "w");
9753 if (!f) exit(1);
9754#ifdef WTMP_FILE
9755 fprintf(f, "%s\n", WTMP_FILE);
9756 exit(0);
9757#endif
9758#ifdef _PATH_WTMP
9759 fprintf(f, "%s\n", _PATH_WTMP);
9760 exit(0);
9761#endif
9762 for (w = wtmplist; *w; w++) {
9763 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
9764 fprintf(f, "%s\n", *w);
9765 exit(0);
9766 }
9767 }
9768 exit(0);
9769}
9770_ACEOF
9771rm -f conftest$ac_exeext
9772if { (ac_try="$ac_link"
9773case "(($ac_try" in
9774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9775 *) ac_try_echo=$ac_try;;
9776esac
9777eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9778 (eval "$ac_link") 2>&5
9779 ac_status=$?
9780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9781 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9782 { (case "(($ac_try" in
9783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9784 *) ac_try_echo=$ac_try;;
9785esac
9786eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9787 (eval "$ac_try") 2>&5
9788 ac_status=$?
9789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9790 (exit $ac_status); }; }; then
9791 path_wtmp=`cat conftestval`
9792else
9793 echo "$as_me: program exited with status $ac_status" >&5
9794echo "$as_me: failed program was:" >&5
9795sed 's/^/| /' conftest.$ac_ext >&5
9796
9797( exit $ac_status )
9798path_wtmp=
9799fi
9800rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9801fi
9802
9803
9804fi
9805{ echo "$as_me:$LINENO: result: $path_wtmp" >&5
9806echo "${ECHO_T}$path_wtmp" >&6; }
9807if test x$path_wtmp != x; then
9808
9809cat >>confdefs.h <<_ACEOF
9810#define WTMP_FILE "$path_wtmp"
9811_ACEOF
9812
9813fi
9814
9815{ echo "$as_me:$LINENO: checking where wtmpx is located" >&5
9816echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6; }
9817if test "${path_wtmpx+set}" = set; then
9818 echo $ECHO_N "(cached) $ECHO_C" >&6
9819else
9820 if test "$cross_compiling" = yes; then
9821 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
9822echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
9823else
9824 cat >conftest.$ac_ext <<_ACEOF
9825/* confdefs.h. */
9826_ACEOF
9827cat confdefs.h >>conftest.$ac_ext
9828cat >>conftest.$ac_ext <<_ACEOF
9829/* end confdefs.h. */
9830#include <stdio.h>
9831#include <stdlib.h>
9832#ifdef HAVE_UTMPX_H
9833#include <utmpx.h>
9834#endif
9835#include <errno.h>
9836main()
9837{
9838 char **w, *wtmplist[] = {
9839 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
9840 FILE *a, *f=fopen("conftestval", "w");
9841 if (!f) exit(1);
9842#ifdef WTMPX_FILE
9843 fprintf(f, "%s\n", WTMPX_FILE);
9844 exit(0);
9845#endif
9846#ifdef _PATH_WTMPX
9847 fprintf(f, "%s\n", _PATH_WTMPX);
9848 exit(0);
9849#endif
9850 for (w = wtmplist; *w; w++) {
9851 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
9852 fprintf(f, "%s\n", *w);
9853 exit(0);
9854 }
9855 }
9856 exit(0);
9857}
9858_ACEOF
9859rm -f conftest$ac_exeext
9860if { (ac_try="$ac_link"
9861case "(($ac_try" in
9862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9863 *) ac_try_echo=$ac_try;;
9864esac
9865eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9866 (eval "$ac_link") 2>&5
9867 ac_status=$?
9868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9869 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9870 { (case "(($ac_try" in
9871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9872 *) ac_try_echo=$ac_try;;
9873esac
9874eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9875 (eval "$ac_try") 2>&5
9876 ac_status=$?
9877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9878 (exit $ac_status); }; }; then
9879 path_wtmpx=`cat conftestval`
9880else
9881 echo "$as_me: program exited with status $ac_status" >&5
9882echo "$as_me: failed program was:" >&5
9883sed 's/^/| /' conftest.$ac_ext >&5
9884
9885( exit $ac_status )
9886path_wtmpx=
9887fi
9888rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9889fi
9890
9891
9892fi
9893{ echo "$as_me:$LINENO: result: $path_wtmpx" >&5
9894echo "${ECHO_T}$path_wtmpx" >&6; }
9895if test x$path_wtmpx != x; then
9896
9897cat >>confdefs.h <<_ACEOF
9898#define WTMPX_FILE "$path_wtmpx"
9899_ACEOF
9900
9901fi
9902
9903{ echo "$as_me:$LINENO: checking where lastlog is located" >&5
9904echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6; }
9905if test "${path_lastlog+set}" = set; then
9906 echo $ECHO_N "(cached) $ECHO_C" >&6
9907else
9908 if test "$cross_compiling" = yes; then
9909 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
9910echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
9911else
9912 cat >conftest.$ac_ext <<_ACEOF
9913/* confdefs.h. */
9914_ACEOF
9915cat confdefs.h >>conftest.$ac_ext
9916cat >>conftest.$ac_ext <<_ACEOF
9917/* end confdefs.h. */
9918#include <stdio.h>
9919#include <stdlib.h>
9920#include <sys/types.h>
9921#ifdef HAVE_UTMPX_H
9922#include <utmpx.h>
9923#elif defined(HAVE_UTMP_H)
9924#include <utmp.h>
9925#endif
9926#ifdef HAVE_LASTLOG_H
9927#include <lastlog.h>
9928#endif
9929#include <errno.h>
9930main()
9931{
9932 char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
9933 FILE *a, *f=fopen("conftestval", "w");
9934 if (!f) exit(1);
9935#ifdef LASTLOG_FILE
9936 fprintf(f, "%s\n", LASTLOG_FILE);
9937 exit(0);
9938#endif
9939#ifdef _PATH_LASTLOG
9940 fprintf(f, "%s\n", _PATH_LASTLOG);
9941 exit(0);
9942#endif
9943 for (w = lastloglist; *w; w++) {
9944 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
9945 fprintf(f, "%s\n", *w);
9946 exit(0);
9947 }
9948 }
9949 exit(0);
9950}
9951_ACEOF
9952rm -f conftest$ac_exeext
9953if { (ac_try="$ac_link"
9954case "(($ac_try" in
9955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9956 *) ac_try_echo=$ac_try;;
9957esac
9958eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9959 (eval "$ac_link") 2>&5
9960 ac_status=$?
9961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9962 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9963 { (case "(($ac_try" in
9964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9965 *) ac_try_echo=$ac_try;;
9966esac
9967eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9968 (eval "$ac_try") 2>&5
9969 ac_status=$?
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); }; }; then
9972 path_lastlog=`cat conftestval`
9973else
9974 echo "$as_me: program exited with status $ac_status" >&5
9975echo "$as_me: failed program was:" >&5
9976sed 's/^/| /' conftest.$ac_ext >&5
9977
9978( exit $ac_status )
9979path_lastlog=
9980fi
9981rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9982fi
9983
9984
9985fi
9986{ echo "$as_me:$LINENO: result: $path_lastlog" >&5
9987echo "${ECHO_T}$path_lastlog" >&6; }
9988if test x$path_lastlog != x; then
9989
9990cat >>confdefs.h <<_ACEOF
9991#define LASTLOG_FILE "$path_lastlog"
9992_ACEOF
9993
9994fi
9995
9996{ echo "$as_me:$LINENO: checking where lastlogx is located" >&5
9997echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; }
9998if test "${path_lastlogx+set}" = set; then
9999 echo $ECHO_N "(cached) $ECHO_C" >&6
10000else
10001 if test "$cross_compiling" = yes; then
10002 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
10003echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
10004else
10005 cat >conftest.$ac_ext <<_ACEOF
10006/* confdefs.h. */
10007_ACEOF
10008cat confdefs.h >>conftest.$ac_ext
10009cat >>conftest.$ac_ext <<_ACEOF
10010/* end confdefs.h. */
10011#include <stdio.h>
10012#include <stdlib.h>
10013#ifdef HAVE_UTMPX_H
10014#include <utmpx.h>
10015#endif
10016#include <errno.h>
10017main()
10018{
10019 char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
10020 FILE *a, *f=fopen("conftestval", "w");
10021 if (!f) exit(1);
10022#ifdef LASTLOGX_FILE
10023 fprintf(f, "%s\n", LASTLOGX_FILE);
10024 exit(0);
10025#endif
10026#ifdef _PATH_LASTLOGX
10027 fprintf(f, "%s\n", _PATH_LASTLOGX);
10028 exit(0);
10029#endif
10030 for (w = wtmplist; *w; w++) {
10031 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
10032 fprintf(f, "%s\n", *w);
10033 exit(0);
10034 }
10035 }
10036 exit(0);
10037}
10038_ACEOF
10039rm -f conftest$ac_exeext
10040if { (ac_try="$ac_link"
10041case "(($ac_try" in
10042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10043 *) ac_try_echo=$ac_try;;
10044esac
10045eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10046 (eval "$ac_link") 2>&5
10047 ac_status=$?
10048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10050 { (case "(($ac_try" in
10051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10052 *) ac_try_echo=$ac_try;;
10053esac
10054eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10055 (eval "$ac_try") 2>&5
10056 ac_status=$?
10057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10058 (exit $ac_status); }; }; then
10059 path_lastlogx=`cat conftestval`
10060else
10061 echo "$as_me: program exited with status $ac_status" >&5
10062echo "$as_me: failed program was:" >&5
10063sed 's/^/| /' conftest.$ac_ext >&5
10064
10065( exit $ac_status )
10066path_lastlogx=
10067fi
10068rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10069fi
10070
10071
10072fi
10073{ echo "$as_me:$LINENO: result: $path_lastlogx" >&5
10074echo "${ECHO_T}$path_lastlogx" >&6; }
10075if test x$path_lastlogx != x; then
10076
10077cat >>confdefs.h <<_ACEOF
10078#define LASTLOGX_FILE "$path_lastlogx"
10079_ACEOF
10080
10081fi
10082
10083
10084
10085
10086save_LIBS=$LIBS
10087save_CFLAGS=$CFLAGS
10088CFLAGS="$CFLAGS $X_CFLAGS"
10089LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
10090if test x$support_xim = xyes; then
10091 { echo "$as_me:$LINENO: checking for working Xlocale" >&5
10092echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; }
10093if test "${rxvt_cv_func_xlocale+set}" = set; then
10094 echo $ECHO_N "(cached) $ECHO_C" >&6
10095else
10096 if test "$cross_compiling" = yes; then
10097 :
10098else
10099 cat >conftest.$ac_ext <<_ACEOF
10100/* confdefs.h. */
10101_ACEOF
10102cat confdefs.h >>conftest.$ac_ext
10103cat >>conftest.$ac_ext <<_ACEOF
10104/* end confdefs.h. */
10105#include <X11/Xlib.h>
10106 #include <stdlib.h>
10107 main() {
10108 char *p;
10109 if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
10110 exit (XSupportsLocale() ? 0 : 1);
10111 else
10112 exit (1);}
10113_ACEOF
10114rm -f conftest$ac_exeext
10115if { (ac_try="$ac_link"
10116case "(($ac_try" in
10117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10118 *) ac_try_echo=$ac_try;;
10119esac
10120eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10121 (eval "$ac_link") 2>&5
10122 ac_status=$?
10123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10124 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10125 { (case "(($ac_try" in
10126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10127 *) ac_try_echo=$ac_try;;
10128esac
10129eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10130 (eval "$ac_try") 2>&5
10131 ac_status=$?
10132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10133 (exit $ac_status); }; }; then
10134 rxvt_cv_func_xlocale=yes
10135else
10136 echo "$as_me: program exited with status $ac_status" >&5
10137echo "$as_me: failed program was:" >&5
10138sed 's/^/| /' conftest.$ac_ext >&5
10139
10140( exit $ac_status )
10141rxvt_cv_func_xlocale=no
10142fi
10143rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10144fi
10145
10146
10147fi
10148{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
10149echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; }
10150 if test x$rxvt_cv_func_xlocale = xyes; then
10151
10152cat >>confdefs.h <<\_ACEOF
10153#define USE_XIM 1
10154_ACEOF
10155
10156 { echo "$as_me:$LINENO: checking for broken XIM callback" >&5
10157echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; }
10158if test "${rxvt_broken_ximcb+set}" = set; then
10159 echo $ECHO_N "(cached) $ECHO_C" >&6
10160else
10161 cat >conftest.$ac_ext <<_ACEOF
10162
10163 #include <X11/Xlib.h>
10164
10165 void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
10166
10167 void f() {
10168 XIMCallback cb;
10169 cb.callback = im_destroy_cb;
10170 }
10171
10172_ACEOF
10173rm -f conftest.$ac_objext
10174if { (ac_try="$ac_compile"
10175case "(($ac_try" in
10176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10177 *) ac_try_echo=$ac_try;;
10178esac
10179eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10180 (eval "$ac_compile") 2>conftest.er1
10181 ac_status=$?
10182 grep -v '^ *+' conftest.er1 >conftest.err
10183 rm -f conftest.er1
10184 cat conftest.err >&5
10185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10186 (exit $ac_status); } && {
10187 test -z "$ac_cxx_werror_flag" ||
10188 test ! -s conftest.err
10189 } && test -s conftest.$ac_objext; then
10190 rxvt_broken_ximcb=yes
10191else
10192 echo "$as_me: failed program was:" >&5
10193sed 's/^/| /' conftest.$ac_ext >&5
10194
10195 rxvt_broken_ximcb=no
10196fi
10197
10198rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10199fi
10200{ echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
10201echo "${ECHO_T}$rxvt_broken_ximcb" >&6; }
10202
10203 if test x$rxvt_broken_ximcb = xyes; then
10204
10205cat >>confdefs.h <<\_ACEOF
10206#define XIMCB_PROTO_BROKEN 1
10207_ACEOF
10208
10209 fi
10210 fi
10211fi
10212
10213{ echo "$as_me:$LINENO: checking for working X setlocale" >&5
10214echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; }
10215if test "${rxvt_cv_func_xsetlocale+set}" = set; then
10216 echo $ECHO_N "(cached) $ECHO_C" >&6
10217else
10218 cat >conftest.$ac_ext <<_ACEOF
10219/* confdefs.h. */
10220_ACEOF
10221cat confdefs.h >>conftest.$ac_ext
10222cat >>conftest.$ac_ext <<_ACEOF
10223/* end confdefs.h. */
10224#define X_LOCALE 1
10225#include <X11/Xlocale.h>
10226int
10227main ()
10228{
10229setlocale(LC_CTYPE, "");
10230 ;
10231 return 0;
10232}
10233_ACEOF
10234rm -f conftest.$ac_objext conftest$ac_exeext
10235if { (ac_try="$ac_link"
10236case "(($ac_try" in
10237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10238 *) ac_try_echo=$ac_try;;
10239esac
10240eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10241 (eval "$ac_link") 2>conftest.er1
10242 ac_status=$?
10243 grep -v '^ *+' conftest.er1 >conftest.err
10244 rm -f conftest.er1
10245 cat conftest.err >&5
10246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10247 (exit $ac_status); } && {
10248 test -z "$ac_cxx_werror_flag" ||
10249 test ! -s conftest.err
10250 } && test -s conftest$ac_exeext &&
10251 $as_test_x conftest$ac_exeext; then
10252 rxvt_cv_func_xsetlocale=yes
10253else
10254 echo "$as_me: failed program was:" >&5
10255sed 's/^/| /' conftest.$ac_ext >&5
10256
10257 rxvt_cv_func_xsetlocale=no
10258fi
10259
10260rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10261 conftest$ac_exeext conftest.$ac_ext
10262fi
10263{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
10264echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6; }
10265if test x$rxvt_cv_func_xsetlocale = xyes; then
10266
10267cat >>confdefs.h <<\_ACEOF
10268#define HAVE_XSETLOCALE 1
10269_ACEOF
10270
10271fi
10272LIBS=$save_LIBS
10273CFLAGS=$save_CFLAGS
10274
10275{ echo "$as_me:$LINENO: checking for working plain setlocale" >&5
10276echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6; }
10277if test "${rxvt_cv_func_setlocale+set}" = set; then
10278 echo $ECHO_N "(cached) $ECHO_C" >&6
10279else
10280 cat >conftest.$ac_ext <<_ACEOF
10281/* confdefs.h. */
10282_ACEOF
10283cat confdefs.h >>conftest.$ac_ext
10284cat >>conftest.$ac_ext <<_ACEOF
10285/* end confdefs.h. */
10286#include <clocale>
10287int
10288main ()
10289{
10290setlocale(LC_CTYPE, "");
10291 ;
10292 return 0;
10293}
10294_ACEOF
10295rm -f conftest.$ac_objext conftest$ac_exeext
10296if { (ac_try="$ac_link"
10297case "(($ac_try" in
10298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10299 *) ac_try_echo=$ac_try;;
10300esac
10301eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10302 (eval "$ac_link") 2>conftest.er1
10303 ac_status=$?
10304 grep -v '^ *+' conftest.er1 >conftest.err
10305 rm -f conftest.er1
10306 cat conftest.err >&5
10307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10308 (exit $ac_status); } && {
10309 test -z "$ac_cxx_werror_flag" ||
10310 test ! -s conftest.err
10311 } && test -s conftest$ac_exeext &&
10312 $as_test_x conftest$ac_exeext; then
10313 rxvt_cv_func_setlocale=yes
10314else
10315 echo "$as_me: failed program was:" >&5
10316sed 's/^/| /' conftest.$ac_ext >&5
10317
10318 rxvt_cv_func_setlocale=no
10319fi
10320
10321rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10322 conftest$ac_exeext conftest.$ac_ext
10323fi
10324{ echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
10325echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6; }
10326if test x$rxvt_cv_func_setlocale = xyes; then
10327
10328cat >>confdefs.h <<\_ACEOF
10329#define HAVE_SETLOCALE 1
10330_ACEOF
10331
10332fi
10333
10334{ echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
10335echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6; }
10336if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
10337 echo $ECHO_N "(cached) $ECHO_C" >&6
10338else
10339 cat >conftest.$ac_ext <<_ACEOF
10340/* confdefs.h. */
10341_ACEOF
10342cat confdefs.h >>conftest.$ac_ext
10343cat >>conftest.$ac_ext <<_ACEOF
10344/* end confdefs.h. */
10345#include <langinfo.h>
10346int
10347main ()
10348{
10349nl_langinfo(CODESET);
10350 ;
10351 return 0;
10352}
10353_ACEOF
10354rm -f conftest.$ac_objext conftest$ac_exeext
10355if { (ac_try="$ac_link"
10356case "(($ac_try" in
10357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10358 *) ac_try_echo=$ac_try;;
10359esac
10360eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10361 (eval "$ac_link") 2>conftest.er1
10362 ac_status=$?
10363 grep -v '^ *+' conftest.er1 >conftest.err
10364 rm -f conftest.er1
10365 cat conftest.err >&5
10366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367 (exit $ac_status); } && {
10368 test -z "$ac_cxx_werror_flag" ||
10369 test ! -s conftest.err
10370 } && test -s conftest$ac_exeext &&
10371 $as_test_x conftest$ac_exeext; then
10372 rxvt_cv_func_nl_langinfo=yes
10373else
10374 echo "$as_me: failed program was:" >&5
10375sed 's/^/| /' conftest.$ac_ext >&5
10376
10377 rxvt_cv_func_nl_langinfo=no
10378fi
10379
10380rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10381 conftest$ac_exeext conftest.$ac_ext
10382fi
10383{ echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
10384echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6; }
10385if test x$rxvt_cv_func_nl_langinfo = xyes; then
10386
10387cat >>confdefs.h <<\_ACEOF
10388#define HAVE_NL_LANGINFO 1
10389_ACEOF
10390
10391fi
10392
10393
10394{ echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
10395echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6; }
10396if test "${can_pass_fds+set}" = set; then
10397 echo $ECHO_N "(cached) $ECHO_C" >&6
10398else
10399 cat >conftest.$ac_ext <<_ACEOF
10400/* confdefs.h. */
10401_ACEOF
10402cat confdefs.h >>conftest.$ac_ext
10403cat >>conftest.$ac_ext <<_ACEOF
10404/* end confdefs.h. */
10405
10406#include <cstddef> // broken bsds (is that redundant?) need this
10407#include <sys/types.h>
10408#include <sys/socket.h>
10409#include <sys/uio.h>
10410
10411int
10412main ()
10413{
10414
10415{
10416 msghdr msg;
10417 iovec iov;
10418 char buf [100];
10419 char data = 0;
10420
10421 iov.iov_base = &data;
10422 iov.iov_len = 1;
10423
10424 msg.msg_iov = &iov;
10425 msg.msg_iovlen = 1;
10426 msg.msg_control = buf;
10427 msg.msg_controllen = sizeof buf;
10428
10429 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
10430 cmsg->cmsg_level = SOL_SOCKET;
10431 cmsg->cmsg_type = SCM_RIGHTS;
10432 cmsg->cmsg_len = 100;
10433
10434 *(int *)CMSG_DATA (cmsg) = 5;
10435
10436 return sendmsg (3, &msg, 0);
10437}
10438
10439 ;
10440 return 0;
10441}
10442_ACEOF
10443rm -f conftest.$ac_objext conftest$ac_exeext
10444if { (ac_try="$ac_link"
10445case "(($ac_try" in
10446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10447 *) ac_try_echo=$ac_try;;
10448esac
10449eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10450 (eval "$ac_link") 2>conftest.er1
10451 ac_status=$?
10452 grep -v '^ *+' conftest.er1 >conftest.err
10453 rm -f conftest.er1
10454 cat conftest.err >&5
10455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10456 (exit $ac_status); } && {
10457 test -z "$ac_cxx_werror_flag" ||
10458 test ! -s conftest.err
10459 } && test -s conftest$ac_exeext &&
10460 $as_test_x conftest$ac_exeext; then
10461 can_pass_fds=yes
10462else
10463 echo "$as_me: failed program was:" >&5
10464sed 's/^/| /' conftest.$ac_ext >&5
10465
10466 can_pass_fds=no
10467fi
10468
10469rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10470 conftest$ac_exeext conftest.$ac_ext
10471fi
10472{ echo "$as_me:$LINENO: result: $can_pass_fds" >&5
10473echo "${ECHO_T}$can_pass_fds" >&6; }
10474if test x$can_pass_fds = xyes; then
10475
10476cat >>confdefs.h <<\_ACEOF
10477#define HAVE_UNIX_FDPASS 1
10478_ACEOF
10479
10480else
10481 { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5
10482echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
10483 { (exit 1); exit 1; }; }
10484fi
10485
10486
10487
10488
10489
10490
10491
10492
10493for ac_header in \
10494 pty.h \
10495 util.h \
10496 libutil.h \
10497 sys/ioctl.h \
10498 sys/stropts.h \
10499
10500do
10501as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10502if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10503 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10504echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10505if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10506 echo $ECHO_N "(cached) $ECHO_C" >&6
10507fi
10508ac_res=`eval echo '${'$as_ac_Header'}'`
10509 { echo "$as_me:$LINENO: result: $ac_res" >&5
10510echo "${ECHO_T}$ac_res" >&6; }
10511else
10512 # Is the header compilable?
10513{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
10514echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10515cat >conftest.$ac_ext <<_ACEOF
10516/* confdefs.h. */
10517_ACEOF
10518cat confdefs.h >>conftest.$ac_ext
10519cat >>conftest.$ac_ext <<_ACEOF
10520/* end confdefs.h. */
10521$ac_includes_default
10522#include <$ac_header>
10523_ACEOF
10524rm -f conftest.$ac_objext
10525if { (ac_try="$ac_compile"
10526case "(($ac_try" in
10527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10528 *) ac_try_echo=$ac_try;;
10529esac
10530eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10531 (eval "$ac_compile") 2>conftest.er1
10532 ac_status=$?
10533 grep -v '^ *+' conftest.er1 >conftest.err
10534 rm -f conftest.er1
10535 cat conftest.err >&5
10536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10537 (exit $ac_status); } && {
10538 test -z "$ac_cxx_werror_flag" ||
10539 test ! -s conftest.err
10540 } && test -s conftest.$ac_objext; then
10541 ac_header_compiler=yes
10542else
10543 echo "$as_me: failed program was:" >&5
10544sed 's/^/| /' conftest.$ac_ext >&5
10545
10546 ac_header_compiler=no
10547fi
10548
10549rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10550{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10551echo "${ECHO_T}$ac_header_compiler" >&6; }
10552
10553# Is the header present?
10554{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
10555echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10556cat >conftest.$ac_ext <<_ACEOF
10557/* confdefs.h. */
10558_ACEOF
10559cat confdefs.h >>conftest.$ac_ext
10560cat >>conftest.$ac_ext <<_ACEOF
10561/* end confdefs.h. */
10562#include <$ac_header>
10563_ACEOF
10564if { (ac_try="$ac_cpp conftest.$ac_ext"
10565case "(($ac_try" in
10566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10567 *) ac_try_echo=$ac_try;;
10568esac
10569eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10570 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10571 ac_status=$?
10572 grep -v '^ *+' conftest.er1 >conftest.err
10573 rm -f conftest.er1
10574 cat conftest.err >&5
10575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10576 (exit $ac_status); } >/dev/null && {
10577 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10578 test ! -s conftest.err
10579 }; then
10580 ac_header_preproc=yes
10581else
10582 echo "$as_me: failed program was:" >&5
10583sed 's/^/| /' conftest.$ac_ext >&5
10584
10585 ac_header_preproc=no
10586fi
10587
10588rm -f conftest.err conftest.$ac_ext
10589{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10590echo "${ECHO_T}$ac_header_preproc" >&6; }
10591
10592# So? What about this header?
10593case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10594 yes:no: )
10595 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10596echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10597 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10598echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10599 ac_header_preproc=yes
10600 ;;
10601 no:yes:* )
10602 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10603echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10604 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10605echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10606 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10607echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10608 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10609echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10610 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10611echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10612 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10613echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10614
10615 ;;
10616esac
10617{ echo "$as_me:$LINENO: checking for $ac_header" >&5
10618echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10619if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10620 echo $ECHO_N "(cached) $ECHO_C" >&6
10621else
10622 eval "$as_ac_Header=\$ac_header_preproc"
10623fi
10624ac_res=`eval echo '${'$as_ac_Header'}'`
10625 { echo "$as_me:$LINENO: result: $ac_res" >&5
10626echo "${ECHO_T}$ac_res" >&6; }
10627
10628fi
10629if test `eval echo '${'$as_ac_Header'}'` = yes; then
10630 cat >>confdefs.h <<_ACEOF
10631#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10632_ACEOF
10633
10634fi
10635
10636done
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648for ac_func in \
10649 revoke \
10650 _getpty \
10651 getpt \
10652 posix_openpt \
10653 isastream \
10654 setuid \
10655 seteuid \
10656 setreuid \
10657 setresuid \
10658
10659do
10660as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10661{ echo "$as_me:$LINENO: checking for $ac_func" >&5
10662echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10663if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10664 echo $ECHO_N "(cached) $ECHO_C" >&6
10665else
10666 cat >conftest.$ac_ext <<_ACEOF
10667/* confdefs.h. */
10668_ACEOF
10669cat confdefs.h >>conftest.$ac_ext
10670cat >>conftest.$ac_ext <<_ACEOF
10671/* end confdefs.h. */
10672/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10673 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10674#define $ac_func innocuous_$ac_func
10675
10676/* System header to define __stub macros and hopefully few prototypes,
10677 which can conflict with char $ac_func (); below.
10678 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10679 <limits.h> exists even on freestanding compilers. */
10680
10681#ifdef __STDC__
10682# include <limits.h>
10683#else
10684# include <assert.h>
10685#endif
10686
10687#undef $ac_func
10688
10689/* Override any GCC internal prototype to avoid an error.
10690 Use char because int might match the return type of a GCC
10691 builtin and then its argument prototype would still apply. */
10692#ifdef __cplusplus
10693extern "C"
10694#endif
10695char $ac_func ();
10696/* The GNU C library defines this for functions which it implements
10697 to always fail with ENOSYS. Some functions are actually named
10698 something starting with __ and the normal name is an alias. */
10699#if defined __stub_$ac_func || defined __stub___$ac_func
10700choke me
10701#endif
10702
10703int
10704main ()
10705{
10706return $ac_func ();
10707 ;
10708 return 0;
10709}
10710_ACEOF
10711rm -f conftest.$ac_objext conftest$ac_exeext
10712if { (ac_try="$ac_link"
10713case "(($ac_try" in
10714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10715 *) ac_try_echo=$ac_try;;
10716esac
10717eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10718 (eval "$ac_link") 2>conftest.er1
10719 ac_status=$?
10720 grep -v '^ *+' conftest.er1 >conftest.err
10721 rm -f conftest.er1
10722 cat conftest.err >&5
10723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10724 (exit $ac_status); } && {
10725 test -z "$ac_cxx_werror_flag" ||
10726 test ! -s conftest.err
10727 } && test -s conftest$ac_exeext &&
10728 $as_test_x conftest$ac_exeext; then
10729 eval "$as_ac_var=yes"
10730else
10731 echo "$as_me: failed program was:" >&5
10732sed 's/^/| /' conftest.$ac_ext >&5
10733
10734 eval "$as_ac_var=no"
10735fi
10736
10737rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10738 conftest$ac_exeext conftest.$ac_ext
10739fi
10740ac_res=`eval echo '${'$as_ac_var'}'`
10741 { echo "$as_me:$LINENO: result: $ac_res" >&5
10742echo "${ECHO_T}$ac_res" >&6; }
10743if test `eval echo '${'$as_ac_var'}'` = yes; then
10744 cat >>confdefs.h <<_ACEOF
10745#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10746_ACEOF
10747
10748fi
10749done
10750
10751
10752have_clone=no
10753
10754{ echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
10755echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6; }
10756if test -e /dev/ptym/clone; then
10757 { echo "$as_me:$LINENO: result: yes" >&5
10758echo "${ECHO_T}yes" >&6; }
10759
10760cat >>confdefs.h <<\_ACEOF
10761#define HAVE_DEV_CLONE 1
10762_ACEOF
10763
10764
10765cat >>confdefs.h <<\_ACEOF
10766#define CLONE_DEVICE "/dev/ptym/clone"
10767_ACEOF
10768
10769 have_clone=yes
10770else
10771 { echo "$as_me:$LINENO: result: no" >&5
10772echo "${ECHO_T}no" >&6; }
10773fi
10774
10775{ echo "$as_me:$LINENO: checking for /dev/ptc" >&5
10776echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6; }
10777if test -e /dev/ptc; then
10778 { echo "$as_me:$LINENO: result: yes" >&5
10779echo "${ECHO_T}yes" >&6; }
10780
10781cat >>confdefs.h <<\_ACEOF
10782#define HAVE_DEV_PTC 1
10783_ACEOF
10784
10785
10786cat >>confdefs.h <<\_ACEOF
10787#define CLONE_DEVICE "/dev/ptc"
10788_ACEOF
10789
10790 have_clone=yes
10791else
10792 { echo "$as_me:$LINENO: result: no" >&5
10793echo "${ECHO_T}no" >&6; }
10794fi
10795
10796case $host in
10797 *-*-cygwin*)
10798 have_clone=yes
10799
10800cat >>confdefs.h <<\_ACEOF
10801#define CLONE_DEVICE "/dev/ptmx"
10802_ACEOF
10803
10804 ;;
10805 *)
10806 { echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
10807echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6; }
10808 if test -e /dev/ptmx; then
10809 { echo "$as_me:$LINENO: result: yes" >&5
10810echo "${ECHO_T}yes" >&6; }
10811
10812cat >>confdefs.h <<\_ACEOF
10813#define HAVE_DEV_PTMX 1
10814_ACEOF
10815
10816
10817cat >>confdefs.h <<\_ACEOF
10818#define CLONE_DEVICE "/dev/ptmx"
10819_ACEOF
10820
10821 have_clone=yes
10822 else
10823 { echo "$as_me:$LINENO: result: no" >&5
10824echo "${ECHO_T}no" >&6; }
10825 fi
10826 ;;
10827esac
10828
10829if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
10830 { echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
10831echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6; }
10832 cat >conftest.$ac_ext <<_ACEOF
10833/* confdefs.h. */
10834_ACEOF
10835cat confdefs.h >>conftest.$ac_ext
10836cat >>conftest.$ac_ext <<_ACEOF
10837/* end confdefs.h. */
10838#include <stdlib.h>
10839int
10840main ()
10841{
10842grantpt(0);unlockpt(0);ptsname(0);
10843 ;
10844 return 0;
10845}
10846_ACEOF
10847rm -f conftest.$ac_objext conftest$ac_exeext
10848if { (ac_try="$ac_link"
10849case "(($ac_try" in
10850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10851 *) ac_try_echo=$ac_try;;
10852esac
10853eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10854 (eval "$ac_link") 2>conftest.er1
10855 ac_status=$?
10856 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1
10858 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && {
10861 test -z "$ac_cxx_werror_flag" ||
10862 test ! -s conftest.err
10863 } && test -s conftest$ac_exeext &&
10864 $as_test_x conftest$ac_exeext; then
10865 unix98_pty=yes
10866
10867cat >>confdefs.h <<\_ACEOF
10868#define UNIX98_PTY 1
10869_ACEOF
10870
10871 { echo "$as_me:$LINENO: result: yes" >&5
10872echo "${ECHO_T}yes" >&6; }
10873else
10874 echo "$as_me: failed program was:" >&5
10875sed 's/^/| /' conftest.$ac_ext >&5
10876
10877 { echo "$as_me:$LINENO: result: no" >&5
10878echo "${ECHO_T}no" >&6; }
10879fi
10880
10881rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10882 conftest$ac_exeext conftest.$ac_ext
10883fi
10884
10885if test -z "$unix98_pty"; then
10886
10887for ac_func in openpty
10888do
10889as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10890{ echo "$as_me:$LINENO: checking for $ac_func" >&5
10891echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10892if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10893 echo $ECHO_N "(cached) $ECHO_C" >&6
10894else
10895 cat >conftest.$ac_ext <<_ACEOF
10896/* confdefs.h. */
10897_ACEOF
10898cat confdefs.h >>conftest.$ac_ext
10899cat >>conftest.$ac_ext <<_ACEOF
10900/* end confdefs.h. */
10901/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10902 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10903#define $ac_func innocuous_$ac_func
10904
10905/* System header to define __stub macros and hopefully few prototypes,
10906 which can conflict with char $ac_func (); below.
10907 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10908 <limits.h> exists even on freestanding compilers. */
10909
10910#ifdef __STDC__
10911# include <limits.h>
10912#else
10913# include <assert.h>
10914#endif
10915
10916#undef $ac_func
10917
10918/* Override any GCC internal prototype to avoid an error.
10919 Use char because int might match the return type of a GCC
10920 builtin and then its argument prototype would still apply. */
10921#ifdef __cplusplus
10922extern "C"
10923#endif
10924char $ac_func ();
10925/* The GNU C library defines this for functions which it implements
10926 to always fail with ENOSYS. Some functions are actually named
10927 something starting with __ and the normal name is an alias. */
10928#if defined __stub_$ac_func || defined __stub___$ac_func
10929choke me
10930#endif
10931
10932int
10933main ()
10934{
10935return $ac_func ();
10936 ;
10937 return 0;
10938}
10939_ACEOF
10940rm -f conftest.$ac_objext conftest$ac_exeext
10941if { (ac_try="$ac_link"
10942case "(($ac_try" in
10943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10944 *) ac_try_echo=$ac_try;;
10945esac
10946eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10947 (eval "$ac_link") 2>conftest.er1
10948 ac_status=$?
10949 grep -v '^ *+' conftest.er1 >conftest.err
10950 rm -f conftest.er1
10951 cat conftest.err >&5
10952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10953 (exit $ac_status); } && {
10954 test -z "$ac_cxx_werror_flag" ||
10955 test ! -s conftest.err
10956 } && test -s conftest$ac_exeext &&
10957 $as_test_x conftest$ac_exeext; then
10958 eval "$as_ac_var=yes"
10959else
10960 echo "$as_me: failed program was:" >&5
10961sed 's/^/| /' conftest.$ac_ext >&5
10962
10963 eval "$as_ac_var=no"
10964fi
10965
10966rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10967 conftest$ac_exeext conftest.$ac_ext
10968fi
10969ac_res=`eval echo '${'$as_ac_var'}'`
10970 { echo "$as_me:$LINENO: result: $ac_res" >&5
10971echo "${ECHO_T}$ac_res" >&6; }
10972if test `eval echo '${'$as_ac_var'}'` = yes; then
10973 cat >>confdefs.h <<_ACEOF
10974#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10975_ACEOF
10976
10977else
10978 { echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
10979echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; }
10980if test "${ac_cv_lib_util_openpty+set}" = set; then
10981 echo $ECHO_N "(cached) $ECHO_C" >&6
10982else
10983 ac_check_lib_save_LIBS=$LIBS
10984LIBS="-lutil $LIBS"
10985cat >conftest.$ac_ext <<_ACEOF
10986/* confdefs.h. */
10987_ACEOF
10988cat confdefs.h >>conftest.$ac_ext
10989cat >>conftest.$ac_ext <<_ACEOF
10990/* end confdefs.h. */
10991
10992/* Override any GCC internal prototype to avoid an error.
10993 Use char because int might match the return type of a GCC
10994 builtin and then its argument prototype would still apply. */
10995#ifdef __cplusplus
10996extern "C"
10997#endif
10998char openpty ();
10999int
11000main ()
11001{
11002return openpty ();
11003 ;
11004 return 0;
11005}
11006_ACEOF
11007rm -f conftest.$ac_objext conftest$ac_exeext
11008if { (ac_try="$ac_link"
11009case "(($ac_try" in
11010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11011 *) ac_try_echo=$ac_try;;
11012esac
11013eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11014 (eval "$ac_link") 2>conftest.er1
11015 ac_status=$?
11016 grep -v '^ *+' conftest.er1 >conftest.err
11017 rm -f conftest.er1
11018 cat conftest.err >&5
11019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11020 (exit $ac_status); } && {
11021 test -z "$ac_cxx_werror_flag" ||
11022 test ! -s conftest.err
11023 } && test -s conftest$ac_exeext &&
11024 $as_test_x conftest$ac_exeext; then
11025 ac_cv_lib_util_openpty=yes
11026else
11027 echo "$as_me: failed program was:" >&5
11028sed 's/^/| /' conftest.$ac_ext >&5
11029
11030 ac_cv_lib_util_openpty=no
11031fi
11032
11033rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11034 conftest$ac_exeext conftest.$ac_ext
11035LIBS=$ac_check_lib_save_LIBS
11036fi
11037{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
11038echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; }
11039if test $ac_cv_lib_util_openpty = yes; then
11040 cat >>confdefs.h <<\_ACEOF
11041#define HAVE_OPENPTY 1
11042_ACEOF
11043 LIBS="$LIBS -lutil"
11044fi
11045
11046fi
11047done
11048
11049fi
11050
11051
11052
11053{ echo "$as_me:$LINENO: checking for tty group" >&5
11054echo $ECHO_N "checking for tty group... $ECHO_C" >&6; }
11055if test "${tty_group+set}" = set; then
11056 echo $ECHO_N "(cached) $ECHO_C" >&6
11057else
11058 if test "$cross_compiling" = yes; then
11059 tty_group=no
11060else
11061 cat >conftest.$ac_ext <<_ACEOF
11062/* confdefs.h. */
11063_ACEOF
11064cat confdefs.h >>conftest.$ac_ext
11065cat >>conftest.$ac_ext <<_ACEOF
11066/* end confdefs.h. */
11067
11068#include <sys/types.h>
11069#include <sys/stat.h>
11070#include <unistd.h>
11071#include <grp.h>
11072
11073main()
11074{
11075 struct stat st;
11076 struct group *gr;
11077 char *tty;
11078 gr = getgrnam("tty");
11079 tty = ttyname(0);
11080 if (gr != 0
11081 && tty != 0
11082 && (stat(tty, &st)) == 0
11083 && st.st_gid == gr->gr_gid)
11084 return 0;
11085 else
11086 return 1;
11087}
11088_ACEOF
11089rm -f conftest$ac_exeext
11090if { (ac_try="$ac_link"
11091case "(($ac_try" in
11092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11093 *) ac_try_echo=$ac_try;;
11094esac
11095eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11096 (eval "$ac_link") 2>&5
11097 ac_status=$?
11098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11099 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11100 { (case "(($ac_try" in
11101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11102 *) ac_try_echo=$ac_try;;
11103esac
11104eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11105 (eval "$ac_try") 2>&5
11106 ac_status=$?
11107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11108 (exit $ac_status); }; }; then
11109 tty_group=yes
11110else
11111 echo "$as_me: program exited with status $ac_status" >&5
11112echo "$as_me: failed program was:" >&5
11113sed 's/^/| /' conftest.$ac_ext >&5
11114
11115( exit $ac_status )
11116tty_group=no
11117fi
11118rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11119fi
11120
11121
11122fi
11123{ echo "$as_me:$LINENO: result: $tty_group" >&5
11124echo "${ECHO_T}$tty_group" >&6; }
11125if test x$tty_group = xyes; then
11126
11127cat >>confdefs.h <<\_ACEOF
11128#define TTY_GID_SUPPORT 1
11129_ACEOF
11130
11131fi
11132
11133if test x$support_xft = xyes; then
11134 # Extract the first word of "pkg-config", so it can be a program name with args. 6830 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
11135set dummy pkg-config; ac_word=$2 6831set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11136{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6832{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11137echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6833printf %s "checking for $ac_word... " >&6; }
11138if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 6834if test ${ac_cv_path_PKG_CONFIG+y}
11139 echo $ECHO_N "(cached) $ECHO_C" >&6 6835then :
11140else 6836 printf %s "(cached) " >&6
6837else $as_nop
11141 case $PKG_CONFIG in 6838 case $PKG_CONFIG in
11142 [\\/]* | ?:[\\/]*) 6839 [\\/]* | ?:[\\/]*)
11143 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 6840 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11144 ;; 6841 ;;
11145 *) 6842 *)
11146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11147for as_dir in $PATH 6844for as_dir in $PATH
11148do 6845do
11149 IFS=$as_save_IFS 6846 IFS=$as_save_IFS
11150 test -z "$as_dir" && as_dir=. 6847 case $as_dir in #(((
6848 '') as_dir=./ ;;
6849 */) ;;
6850 *) as_dir=$as_dir/ ;;
6851 esac
11151 for ac_exec_ext in '' $ac_executable_extensions; do 6852 for ac_exec_ext in '' $ac_executable_extensions; do
11152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6853 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
11153 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 6854 ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
11154 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6855 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
11155 break 2 6856 break 2
11156 fi 6857 fi
11157done 6858done
11158done 6859 done
11159IFS=$as_save_IFS 6860IFS=$as_save_IFS
11160 6861
11161 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
11162 ;; 6862 ;;
11163esac 6863esac
11164fi 6864fi
11165PKG_CONFIG=$ac_cv_path_PKG_CONFIG 6865PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11166if test -n "$PKG_CONFIG"; then 6866if test -n "$PKG_CONFIG"; then
11167 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 6867 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11168echo "${ECHO_T}$PKG_CONFIG" >&6; } 6868printf "%s\n" "$PKG_CONFIG" >&6; }
11169else 6869else
11170 { echo "$as_me:$LINENO: result: no" >&5 6870 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
11171echo "${ECHO_T}no" >&6; } 6871printf "%s\n" "no" >&6; }
11172fi 6872fi
11173 6873
11174 6874
11175 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then 6875fi
11176 X_LIBS="`$PKG_CONFIG xft --libs` $X_LIBS" 6876if test -z "$ac_cv_path_PKG_CONFIG"; then
11177 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`" 6877 ac_pt_PKG_CONFIG=$PKG_CONFIG
6878 # Extract the first word of "pkg-config", so it can be a program name with args.
6879set dummy pkg-config; ac_word=$2
6880{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6881printf %s "checking for $ac_word... " >&6; }
6882if test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
6883then :
6884 printf %s "(cached) " >&6
6885else $as_nop
6886 case $ac_pt_PKG_CONFIG in
6887 [\\/]* | ?:[\\/]*)
6888 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
6889 ;;
6890 *)
6891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6892for as_dir in $PATH
6893do
6894 IFS=$as_save_IFS
6895 case $as_dir in #(((
6896 '') as_dir=./ ;;
6897 */) ;;
6898 *) as_dir=$as_dir/ ;;
6899 esac
6900 for ac_exec_ext in '' $ac_executable_extensions; do
6901 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6902 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
6903 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6904 break 2
6905 fi
6906done
6907 done
6908IFS=$as_save_IFS
6909
6910 ;;
6911esac
6912fi
6913ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
6914if test -n "$ac_pt_PKG_CONFIG"; then
6915 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
6916printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
6917else
6918 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6919printf "%s\n" "no" >&6; }
6920fi
6921
6922 if test "x$ac_pt_PKG_CONFIG" = x; then
6923 PKG_CONFIG="no"
11178 else 6924 else
6925 case $cross_compiling:$ac_tool_warned in
6926yes:)
6927{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6928printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6929ac_tool_warned=yes ;;
6930esac
6931 PKG_CONFIG=$ac_pt_PKG_CONFIG
6932 fi
6933else
6934 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
6935fi
6936
6937
6938
6939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libptytty" >&5
6940printf %s "checking for libptytty... " >&6; }
6941 if test $PKG_CONFIG != no && $PKG_CONFIG --exists libptytty; then
6942 PTYTTY_CFLAGS="`$PKG_CONFIG --cflags libptytty`"
6943 PTYTTY_LIBS="`$PKG_CONFIG --libs libptytty`"
6944
6945 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6946printf "%s\n" "ok" >&6; }
6947 :
6948 else
6949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6950printf "%s\n" "no" >&6; }
6951
6952 as_fn_error $? "unable to find libptytty" "$LINENO" 5
6953
6954 fi
6955
6956
6957
6958
6959
6960image_lib=none
6961
6962PIXBUF_CFLAGS=
6963PIXBUF_LIBS=
6964
6965if test x$support_pixbuf = xyes; then
6966
6967 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gdk-pixbuf-2.0" >&5
6968printf %s "checking for gdk-pixbuf-2.0... " >&6; }
6969 if test $PKG_CONFIG != no && $PKG_CONFIG --exists gdk-pixbuf-2.0; then
6970 PIXBUF_CFLAGS="`$PKG_CONFIG --cflags gdk-pixbuf-2.0`"
6971 PIXBUF_LIBS="`$PKG_CONFIG --libs gdk-pixbuf-2.0`"
6972
6973 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6974printf "%s\n" "ok" >&6; }
6975
6976 image_lib=gdk-pixbuf
6977
6978printf "%s\n" "#define HAVE_PIXBUF 1" >>confdefs.h
6979
6980
6981 else
6982 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6983printf "%s\n" "no" >&6; }
6984 :
6985 fi
6986
6987fi
6988
6989
6990
6991
6992STARTUP_NOTIFICATION_CFLAGS=
6993STARTUP_NOTIFICATION_LIBS=
6994
6995if test x$support_startup_notification = xyes; then
6996
6997 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libstartup-notification-1.0" >&5
6998printf %s "checking for libstartup-notification-1.0... " >&6; }
6999 if test $PKG_CONFIG != no && $PKG_CONFIG --exists libstartup-notification-1.0; then
7000 STARTUP_NOTIFICATION_CFLAGS="`$PKG_CONFIG --cflags libstartup-notification-1.0`"
7001 STARTUP_NOTIFICATION_LIBS="`$PKG_CONFIG --libs libstartup-notification-1.0`"
7002
7003 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7004printf "%s\n" "ok" >&6; }
7005
7006
7007printf "%s\n" "#define HAVE_STARTUP_NOTIFICATION 1" >>confdefs.h
7008
7009
7010 else
7011 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7012printf "%s\n" "no" >&6; }
7013 :
7014 fi
7015
7016fi
7017
7018
7019
7020
7021if test x$support_frills = xyes; then
7022
7023 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xmu" >&5
7024printf %s "checking for xmu... " >&6; }
7025 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xmu; then
7026 XMU_CFLAGS="`$PKG_CONFIG --cflags xmu`"
7027 XMU_LIBS="`$PKG_CONFIG --libs xmu`"
7028
7029 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7030printf "%s\n" "ok" >&6; }
7031
7032 X_LIBS="$XMU_LIBS $X_LIBS"
7033 CPPFLAGS="$CPPFLAGS $XMU_CFLAGS"
7034
7035printf "%s\n" "#define HAVE_XMU 1" >>confdefs.h
7036
7037
7038 else
7039 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7040printf "%s\n" "no" >&6; }
7041 :
7042 fi
7043
7044fi
7045
7046ac_fn_cxx_check_header_compile "$LINENO" "sys/byteorder.h" "ac_cv_header_sys_byteorder_h" "$ac_includes_default"
7047if test "x$ac_cv_header_sys_byteorder_h" = xyes
7048then :
7049 printf "%s\n" "#define HAVE_SYS_BYTEORDER_H 1" >>confdefs.h
7050
7051fi
7052ac_fn_cxx_check_header_compile "$LINENO" "sys/ioctl.h" "ac_cv_header_sys_ioctl_h" "$ac_includes_default"
7053if test "x$ac_cv_header_sys_ioctl_h" = xyes
7054then :
7055 printf "%s\n" "#define HAVE_SYS_IOCTL_H 1" >>confdefs.h
7056
7057fi
7058ac_fn_cxx_check_header_compile "$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default"
7059if test "x$ac_cv_header_sys_sockio_h" = xyes
7060then :
7061 printf "%s\n" "#define HAVE_SYS_SOCKIO_H 1" >>confdefs.h
7062
7063fi
7064ac_fn_cxx_check_header_compile "$LINENO" "sys/strredir.h" "ac_cv_header_sys_strredir_h" "$ac_includes_default"
7065if test "x$ac_cv_header_sys_strredir_h" = xyes
7066then :
7067 printf "%s\n" "#define HAVE_SYS_STRREDIR_H 1" >>confdefs.h
7068
7069fi
7070ac_fn_cxx_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
7071if test "x$ac_cv_header_stdint_h" = xyes
7072then :
7073 printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h
7074
7075fi
7076ac_fn_cxx_check_header_compile "$LINENO" "wchar.h" "ac_cv_header_wchar_h" "$ac_includes_default"
7077if test "x$ac_cv_header_wchar_h" = xyes
7078then :
7079 printf "%s\n" "#define HAVE_WCHAR_H 1" >>confdefs.h
7080
7081fi
7082
7083
7084{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XLIB_ILLEGAL_ACCESS" >&5
7085printf %s "checking for XLIB_ILLEGAL_ACCESS... " >&6; }
7086if test ${rxvt_cv_xlib_illegal_access+y}
7087then :
7088 printf %s "(cached) " >&6
7089else $as_nop
7090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7091/* end confdefs.h. */
7092
7093#define XLIB_ILLEGAL_ACCESS
7094#include <X11/Xlib.h>
7095
7096int
7097main (void)
7098{
7099
7100 Display *dpy;
7101 dpy->xdefaults = (char *)0;
7102
7103 ;
7104 return 0;
7105}
7106_ACEOF
7107if ac_fn_cxx_try_compile "$LINENO"
7108then :
7109 rxvt_cv_xlib_illegal_access=yes
7110else $as_nop
7111 rxvt_cv_xlib_illegal_access=no
7112
7113fi
7114rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
7115fi
7116{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_xlib_illegal_access" >&5
7117printf "%s\n" "$rxvt_cv_xlib_illegal_access" >&6; }
7118if test x$rxvt_cv_xlib_illegal_access = xyes; then
7119
7120printf "%s\n" "#define XLIB_ILLEGAL_ACCESS 1" >>confdefs.h
7121
7122fi
7123
7124ac_fn_cxx_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
7125if test "x$ac_cv_type_mode_t" = xyes
7126then :
7127
7128else $as_nop
7129
7130printf "%s\n" "#define mode_t int" >>confdefs.h
7131
7132fi
7133
7134
7135 ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default
7136"
7137if test "x$ac_cv_type_pid_t" = xyes
7138then :
7139
7140else $as_nop
7141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7142/* end confdefs.h. */
7143
7144 #if defined _WIN64 && !defined __CYGWIN__
7145 LLP64
7146 #endif
7147
7148int
7149main (void)
7150{
7151
7152 ;
7153 return 0;
7154}
7155
7156_ACEOF
7157if ac_fn_cxx_try_compile "$LINENO"
7158then :
7159 ac_pid_type='int'
7160else $as_nop
7161 ac_pid_type='__int64'
7162fi
7163rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
7164
7165printf "%s\n" "#define pid_t $ac_pid_type" >>confdefs.h
7166
7167
7168fi
7169
7170
7171{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
7172printf %s "checking for grep that handles long lines and -e... " >&6; }
7173if test ${ac_cv_path_GREP+y}
7174then :
7175 printf %s "(cached) " >&6
7176else $as_nop
7177 if test -z "$GREP"; then
7178 ac_path_GREP_found=false
7179 # Loop through the user's path and test for each of PROGNAME-LIST
7180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7181for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7182do
7183 IFS=$as_save_IFS
7184 case $as_dir in #(((
7185 '') as_dir=./ ;;
7186 */) ;;
7187 *) as_dir=$as_dir/ ;;
7188 esac
7189 for ac_prog in grep ggrep
7190 do
7191 for ac_exec_ext in '' $ac_executable_extensions; do
7192 ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
7193 as_fn_executable_p "$ac_path_GREP" || continue
7194# Check for GNU ac_path_GREP and select it if it is found.
7195 # Check for GNU $ac_path_GREP
7196case `"$ac_path_GREP" --version 2>&1` in
7197*GNU*)
7198 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
7199*)
7200 ac_count=0
7201 printf %s 0123456789 >"conftest.in"
7202 while :
7203 do
7204 cat "conftest.in" "conftest.in" >"conftest.tmp"
7205 mv "conftest.tmp" "conftest.in"
7206 cp "conftest.in" "conftest.nl"
7207 printf "%s\n" 'GREP' >> "conftest.nl"
7208 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7209 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7210 as_fn_arith $ac_count + 1 && ac_count=$as_val
7211 if test $ac_count -gt ${ac_path_GREP_max-0}; then
7212 # Best one so far, save it but keep looking for a better one
7213 ac_cv_path_GREP="$ac_path_GREP"
7214 ac_path_GREP_max=$ac_count
7215 fi
7216 # 10*(2^10) chars as input seems more than enough
7217 test $ac_count -gt 10 && break
7218 done
7219 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7220esac
7221
7222 $ac_path_GREP_found && break 3
7223 done
7224 done
7225 done
7226IFS=$as_save_IFS
7227 if test -z "$ac_cv_path_GREP"; then
7228 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7229 fi
7230else
7231 ac_cv_path_GREP=$GREP
7232fi
7233
7234fi
7235{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
7236printf "%s\n" "$ac_cv_path_GREP" >&6; }
7237 GREP="$ac_cv_path_GREP"
7238
7239
7240{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
7241printf %s "checking for egrep... " >&6; }
7242if test ${ac_cv_path_EGREP+y}
7243then :
7244 printf %s "(cached) " >&6
7245else $as_nop
7246 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
7247 then ac_cv_path_EGREP="$GREP -E"
7248 else
7249 if test -z "$EGREP"; then
7250 ac_path_EGREP_found=false
7251 # Loop through the user's path and test for each of PROGNAME-LIST
7252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7253for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7254do
7255 IFS=$as_save_IFS
7256 case $as_dir in #(((
7257 '') as_dir=./ ;;
7258 */) ;;
7259 *) as_dir=$as_dir/ ;;
7260 esac
7261 for ac_prog in egrep
7262 do
7263 for ac_exec_ext in '' $ac_executable_extensions; do
7264 ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
7265 as_fn_executable_p "$ac_path_EGREP" || continue
7266# Check for GNU ac_path_EGREP and select it if it is found.
7267 # Check for GNU $ac_path_EGREP
7268case `"$ac_path_EGREP" --version 2>&1` in
7269*GNU*)
7270 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
7271*)
7272 ac_count=0
7273 printf %s 0123456789 >"conftest.in"
7274 while :
7275 do
7276 cat "conftest.in" "conftest.in" >"conftest.tmp"
7277 mv "conftest.tmp" "conftest.in"
7278 cp "conftest.in" "conftest.nl"
7279 printf "%s\n" 'EGREP' >> "conftest.nl"
7280 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7281 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7282 as_fn_arith $ac_count + 1 && ac_count=$as_val
7283 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
7284 # Best one so far, save it but keep looking for a better one
7285 ac_cv_path_EGREP="$ac_path_EGREP"
7286 ac_path_EGREP_max=$ac_count
7287 fi
7288 # 10*(2^10) chars as input seems more than enough
7289 test $ac_count -gt 10 && break
7290 done
7291 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7292esac
7293
7294 $ac_path_EGREP_found && break 3
7295 done
7296 done
7297 done
7298IFS=$as_save_IFS
7299 if test -z "$ac_cv_path_EGREP"; then
7300 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7301 fi
7302else
7303 ac_cv_path_EGREP=$EGREP
7304fi
7305
7306 fi
7307fi
7308{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
7309printf "%s\n" "$ac_cv_path_EGREP" >&6; }
7310 EGREP="$ac_cv_path_EGREP"
7311
7312
7313{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
7314printf %s "checking for uid_t in sys/types.h... " >&6; }
7315if test ${ac_cv_type_uid_t+y}
7316then :
7317 printf %s "(cached) " >&6
7318else $as_nop
7319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7320/* end confdefs.h. */
7321#include <sys/types.h>
7322
7323_ACEOF
7324if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7325 $EGREP "uid_t" >/dev/null 2>&1
7326then :
7327 ac_cv_type_uid_t=yes
7328else $as_nop
7329 ac_cv_type_uid_t=no
7330fi
7331rm -rf conftest*
7332
7333fi
7334{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
7335printf "%s\n" "$ac_cv_type_uid_t" >&6; }
7336if test $ac_cv_type_uid_t = no; then
7337
7338printf "%s\n" "#define uid_t int" >>confdefs.h
7339
7340
7341printf "%s\n" "#define gid_t int" >>confdefs.h
7342
7343fi
7344
7345ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t"
7346case $ac_cv_c_int16_t in #(
7347 no|yes) ;; #(
7348 *)
7349
7350printf "%s\n" "#define int16_t $ac_cv_c_int16_t" >>confdefs.h
7351;;
7352esac
7353
7354ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
7355case $ac_cv_c_uint16_t in #(
7356 no|yes) ;; #(
7357 *)
7358
7359
7360printf "%s\n" "#define uint16_t $ac_cv_c_uint16_t" >>confdefs.h
7361;;
7362 esac
7363
7364ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t"
7365case $ac_cv_c_int32_t in #(
7366 no|yes) ;; #(
7367 *)
7368
7369printf "%s\n" "#define int32_t $ac_cv_c_int32_t" >>confdefs.h
7370;;
7371esac
7372
7373ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
7374case $ac_cv_c_uint32_t in #(
7375 no|yes) ;; #(
7376 *)
7377
7378printf "%s\n" "#define _UINT32_T 1" >>confdefs.h
7379
7380
7381printf "%s\n" "#define uint32_t $ac_cv_c_uint32_t" >>confdefs.h
7382;;
7383 esac
7384
7385
7386ac_fn_cxx_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
7387if test "x$ac_cv_func_unsetenv" = xyes
7388then :
7389 printf "%s\n" "#define HAVE_UNSETENV 1" >>confdefs.h
7390
7391fi
7392
7393
7394
7395
7396save_LIBS=$LIBS
7397save_CXXFLAGS=$CXXFLAGS
7398CXXFLAGS="$CXXFLAGS $X_CFLAGS"
7399LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7400if test x$support_xim = xyes; then
7401 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5
7402printf %s "checking for working Xlocale... " >&6; }
7403if test ${rxvt_cv_func_xlocale+y}
7404then :
7405 printf %s "(cached) " >&6
7406else $as_nop
7407 if test "$cross_compiling" = yes
7408then :
7409 :
7410else $as_nop
7411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7412/* end confdefs.h. */
7413
7414 #include <X11/Xlib.h>
7415 #include <stdlib.h>
7416 int main() {
7417 char *p;
7418 if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
7419 exit (XSupportsLocale() ? 0 : 1);
7420 else
7421 exit (1);
7422 }
7423
7424_ACEOF
7425if ac_fn_cxx_try_run "$LINENO"
7426then :
7427 rxvt_cv_func_xlocale=yes
7428else $as_nop
7429 rxvt_cv_func_xlocale=no
7430fi
7431rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7432 conftest.$ac_objext conftest.beam conftest.$ac_ext
7433fi
7434
7435fi
7436{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_func_xlocale" >&5
7437printf "%s\n" "$rxvt_cv_func_xlocale" >&6; }
7438 if test x$rxvt_cv_func_xlocale = xyes; then
7439
7440printf "%s\n" "#define USE_XIM 1" >>confdefs.h
7441
7442 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken XIM callback" >&5
7443printf %s "checking for broken XIM callback... " >&6; }
7444if test ${rxvt_cv_broken_ximcb+y}
7445then :
7446 printf %s "(cached) " >&6
7447else $as_nop
7448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7449/* end confdefs.h. */
7450
7451 #include <X11/Xlib.h>
7452
7453 void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
7454
7455 void f() {
7456 XIMCallback cb;
7457 cb.callback = im_destroy_cb;
7458 }
7459
7460_ACEOF
7461if ac_fn_cxx_try_compile "$LINENO"
7462then :
7463 rxvt_cv_broken_ximcb=yes
7464else $as_nop
7465 rxvt_cv_broken_ximcb=no
7466fi
7467rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
7468fi
7469{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_broken_ximcb" >&5
7470printf "%s\n" "$rxvt_cv_broken_ximcb" >&6; }
7471
7472 if test x$rxvt_cv_broken_ximcb = xyes; then
7473
7474printf "%s\n" "#define XIMCB_PROTO_BROKEN 1" >>confdefs.h
7475
7476 fi
7477 fi
7478fi
7479
7480{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working X setlocale" >&5
7481printf %s "checking for working X setlocale... " >&6; }
7482if test ${rxvt_cv_func_xsetlocale+y}
7483then :
7484 printf %s "(cached) " >&6
7485else $as_nop
7486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7487/* end confdefs.h. */
7488#define X_LOCALE 1
7489#include <X11/Xlocale.h>
7490int
7491main (void)
7492{
7493setlocale(LC_CTYPE, "");
7494 ;
7495 return 0;
7496}
7497_ACEOF
7498if ac_fn_cxx_try_link "$LINENO"
7499then :
7500 rxvt_cv_func_xsetlocale=yes
7501else $as_nop
7502 rxvt_cv_func_xsetlocale=no
7503fi
7504rm -f core conftest.err conftest.$ac_objext conftest.beam \
7505 conftest$ac_exeext conftest.$ac_ext
7506fi
7507{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_func_xsetlocale" >&5
7508printf "%s\n" "$rxvt_cv_func_xsetlocale" >&6; }
7509if test x$rxvt_cv_func_xsetlocale = xyes; then
7510
7511printf "%s\n" "#define HAVE_XSETLOCALE 1" >>confdefs.h
7512
7513fi
7514LIBS=$save_LIBS
7515CXXFLAGS=$save_CXXFLAGS
7516
7517{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5
7518printf %s "checking for working nl_langinfo... " >&6; }
7519if test ${rxvt_cv_func_nl_langinfo+y}
7520then :
7521 printf %s "(cached) " >&6
7522else $as_nop
7523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7524/* end confdefs.h. */
7525#include <langinfo.h>
7526int
7527main (void)
7528{
7529nl_langinfo(CODESET);
7530 ;
7531 return 0;
7532}
7533_ACEOF
7534if ac_fn_cxx_try_link "$LINENO"
7535then :
7536 rxvt_cv_func_nl_langinfo=yes
7537else $as_nop
7538 rxvt_cv_func_nl_langinfo=no
7539fi
7540rm -f core conftest.err conftest.$ac_objext conftest.beam \
7541 conftest$ac_exeext conftest.$ac_ext
7542fi
7543{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_func_nl_langinfo" >&5
7544printf "%s\n" "$rxvt_cv_func_nl_langinfo" >&6; }
7545if test x$rxvt_cv_func_nl_langinfo = xyes; then
7546
7547printf "%s\n" "#define HAVE_NL_LANGINFO 1" >>confdefs.h
7548
7549fi
7550
7551support_image=no
7552if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then
7553 support_image=yes
7554fi
7555if test x$support_xft = xyes || test x$support_image = xyes; then
7556 rxvt_have_xrender=no
7557
7558 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xrender" >&5
7559printf %s "checking for xrender... " >&6; }
7560 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xrender; then
7561 XRENDER_CFLAGS="`$PKG_CONFIG --cflags xrender`"
7562 XRENDER_LIBS="`$PKG_CONFIG --libs xrender`"
7563
7564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7565printf "%s\n" "ok" >&6; }
7566
7567 X_LIBS="$XRENDER_LIBS $X_LIBS"
7568 CPPFLAGS="$CPPFLAGS $XRENDER_CFLAGS"
7569 rxvt_have_xrender=yes
7570
7571 save_LIBS="$LIBS"
7572 LIBS="$LIBS $X_LIBS"
7573 ac_fn_cxx_check_header_compile "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "$ac_includes_default"
7574if test "x$ac_cv_header_X11_extensions_Xrender_h" = xyes
7575then :
7576
7577else $as_nop
7578 rxvt_have_xrender=no
7579fi
7580
7581 ac_fn_cxx_check_func "$LINENO" "XRenderFindStandardFormat" "ac_cv_func_XRenderFindStandardFormat"
7582if test "x$ac_cv_func_XRenderFindStandardFormat" = xyes
7583then :
7584
7585else $as_nop
7586 rxvt_have_xrender=no
7587fi
7588
7589 LIBS="$save_LIBS"
7590
7591 else
7592 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7593printf "%s\n" "no" >&6; }
7594 :
7595 fi
7596
7597fi
7598
7599if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then
7600
7601 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fontconfig xft" >&5
7602printf %s "checking for fontconfig xft... " >&6; }
7603 if test $PKG_CONFIG != no && $PKG_CONFIG --exists fontconfig xft; then
7604 XFT_CFLAGS="`$PKG_CONFIG --cflags fontconfig xft`"
7605 XFT_LIBS="`$PKG_CONFIG --libs fontconfig xft`"
7606
7607 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7608printf "%s\n" "ok" >&6; }
7609
7610 X_LIBS="$XFT_LIBS $X_LIBS"
7611 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
7612
7613 else
7614 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7615printf "%s\n" "no" >&6; }
7616
11179 # Extract the first word of "xft-config", so it can be a program name with args. 7617 # Extract the first word of "xft-config", so it can be a program name with args.
11180set dummy xft-config; ac_word=$2 7618set dummy xft-config; ac_word=$2
11181{ echo "$as_me:$LINENO: checking for $ac_word" >&5 7619{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11182echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 7620printf %s "checking for $ac_word... " >&6; }
11183if test "${ac_cv_path_XFT_CONFIG+set}" = set; then 7621if test ${ac_cv_path_XFT_CONFIG+y}
11184 echo $ECHO_N "(cached) $ECHO_C" >&6 7622then :
11185else 7623 printf %s "(cached) " >&6
7624else $as_nop
11186 case $XFT_CONFIG in 7625 case $XFT_CONFIG in
11187 [\\/]* | ?:[\\/]*) 7626 [\\/]* | ?:[\\/]*)
11188 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path. 7627 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
11189 ;; 7628 ;;
11190 *) 7629 *)
11191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11192for as_dir in $PATH 7631for as_dir in $PATH
11193do 7632do
11194 IFS=$as_save_IFS 7633 IFS=$as_save_IFS
11195 test -z "$as_dir" && as_dir=. 7634 case $as_dir in #(((
7635 '') as_dir=./ ;;
7636 */) ;;
7637 *) as_dir=$as_dir/ ;;
7638 esac
11196 for ac_exec_ext in '' $ac_executable_extensions; do 7639 for ac_exec_ext in '' $ac_executable_extensions; do
11197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7640 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
11198 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext" 7641 ac_cv_path_XFT_CONFIG="$as_dir$ac_word$ac_exec_ext"
11199 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7642 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
11200 break 2 7643 break 2
11201 fi 7644 fi
11202done 7645done
11203done 7646 done
11204IFS=$as_save_IFS 7647IFS=$as_save_IFS
11205 7648
11206 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no" 7649 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
11207 ;; 7650 ;;
11208esac 7651esac
11209fi 7652fi
11210XFT_CONFIG=$ac_cv_path_XFT_CONFIG 7653XFT_CONFIG=$ac_cv_path_XFT_CONFIG
11211if test -n "$XFT_CONFIG"; then 7654if test -n "$XFT_CONFIG"; then
11212 { echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5 7655 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XFT_CONFIG" >&5
11213echo "${ECHO_T}$XFT_CONFIG" >&6; } 7656printf "%s\n" "$XFT_CONFIG" >&6; }
11214else 7657else
11215 { echo "$as_me:$LINENO: result: no" >&5 7658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
11216echo "${ECHO_T}no" >&6; } 7659printf "%s\n" "no" >&6; }
11217fi 7660fi
11218 7661
11219 7662
11220 if test $XFT_CONFIG != no; then 7663 if test $XFT_CONFIG != no; then
11221 X_LIBS="`$XFT_CONFIG --libs` $X_LIBS" 7664 X_LIBS="`$XFT_CONFIG --libs` $X_LIBS"
11222 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`" 7665 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
11223 fi 7666 fi
7667
11224 fi 7668 fi
7669
11225 7670
11226 save_LIBS="$LIBS" 7671 save_LIBS="$LIBS"
11227 LIBS="$LIBS $X_LIBS" 7672 LIBS="$LIBS $X_LIBS"
11228 7673 for ac_header in X11/Xft/Xft.h fontconfig/fontconfig.h
11229for ac_header in X11/Xft/Xft.h 7674do :
11230do
11231as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7675 as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | $as_tr_sh`
11232if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7676ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11233 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7677if eval test \"x\$"$as_ac_Header"\" = x"yes"
11234echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7678then :
11235if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7679 cat >>confdefs.h <<_ACEOF
11236 echo $ECHO_N "(cached) $ECHO_C" >&6 7680#define `printf "%s\n" "HAVE_$ac_header" | $as_tr_cpp` 1
11237fi
11238ac_res=`eval echo '${'$as_ac_Header'}'`
11239 { echo "$as_me:$LINENO: result: $ac_res" >&5
11240echo "${ECHO_T}$ac_res" >&6; }
11241else
11242 # Is the header compilable?
11243{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
11244echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11245cat >conftest.$ac_ext <<_ACEOF
11246/* confdefs.h. */
11247_ACEOF 7681_ACEOF
7682
7683else $as_nop
7684 support_xft=no
7685fi
7686
7687done
7688
7689 for ac_func in XftDrawString32 FcPatternGet
7690do :
7691 as_ac_var=`printf "%s\n" "ac_cv_func_$ac_func" | $as_tr_sh`
7692ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
7693if eval test \"x\$"$as_ac_var"\" = x"yes"
7694then :
7695 cat >>confdefs.h <<_ACEOF
7696#define `printf "%s\n" "HAVE_$ac_func" | $as_tr_cpp` 1
7697_ACEOF
7698
7699else $as_nop
7700 support_xft=no
7701fi
7702
7703done
7704 LIBS="$save_LIBS"
7705
7706 if test x$support_xft = xyes; then
7707
7708printf "%s\n" "#define XFT 1" >>confdefs.h
7709
7710 fi
7711fi
7712
7713if test x$support_image = xyes && test x$rxvt_have_xrender = xyes; then
7714 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Render >= 0.11" >&5
7715printf %s "checking for Render >= 0.11... " >&6; }
11248cat confdefs.h >>conftest.$ac_ext 7716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11249cat >>conftest.$ac_ext <<_ACEOF
11250/* end confdefs.h. */ 7717/* end confdefs.h. */
11251$ac_includes_default
11252#include <$ac_header>
11253_ACEOF
11254rm -f conftest.$ac_objext
11255if { (ac_try="$ac_compile"
11256case "(($ac_try" in
11257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11258 *) ac_try_echo=$ac_try;;
11259esac
11260eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11261 (eval "$ac_compile") 2>conftest.er1
11262 ac_status=$?
11263 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1
11265 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && {
11268 test -z "$ac_cxx_werror_flag" ||
11269 test ! -s conftest.err
11270 } && test -s conftest.$ac_objext; then
11271 ac_header_compiler=yes
11272else
11273 echo "$as_me: failed program was:" >&5
11274sed 's/^/| /' conftest.$ac_ext >&5
11275 7718
11276 ac_header_compiler=no 7719#include <X11/extensions/Xrender.h>
11277fi 7720#if RENDER_MAJOR == 0 && RENDER_MINOR <= 10
11278 7721error
11279rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11280{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11281echo "${ECHO_T}$ac_header_compiler" >&6; }
11282
11283# Is the header present?
11284{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
11285echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11286cat >conftest.$ac_ext <<_ACEOF
11287/* confdefs.h. */
11288_ACEOF
11289cat confdefs.h >>conftest.$ac_ext
11290cat >>conftest.$ac_ext <<_ACEOF
11291/* end confdefs.h. */
11292#include <$ac_header>
11293_ACEOF
11294if { (ac_try="$ac_cpp conftest.$ac_ext"
11295case "(($ac_try" in
11296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11297 *) ac_try_echo=$ac_try;;
11298esac
11299eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11300 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11301 ac_status=$?
11302 grep -v '^ *+' conftest.er1 >conftest.err
11303 rm -f conftest.er1
11304 cat conftest.err >&5
11305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11306 (exit $ac_status); } >/dev/null && {
11307 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
11308 test ! -s conftest.err
11309 }; then
11310 ac_header_preproc=yes
11311else
11312 echo "$as_me: failed program was:" >&5
11313sed 's/^/| /' conftest.$ac_ext >&5
11314
11315 ac_header_preproc=no
11316fi
11317
11318rm -f conftest.err conftest.$ac_ext
11319{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11320echo "${ECHO_T}$ac_header_preproc" >&6; }
11321
11322# So? What about this header?
11323case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11324 yes:no: )
11325 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11326echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11327 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11328echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11329 ac_header_preproc=yes
11330 ;;
11331 no:yes:* )
11332 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11333echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11334 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11335echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11336 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11337echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11338 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11339echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11340 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11341echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11342 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11343echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11344
11345 ;;
11346esac
11347{ echo "$as_me:$LINENO: checking for $ac_header" >&5
11348echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11349if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11350 echo $ECHO_N "(cached) $ECHO_C" >&6
11351else
11352 eval "$as_ac_Header=\$ac_header_preproc"
11353fi
11354ac_res=`eval echo '${'$as_ac_Header'}'`
11355 { echo "$as_me:$LINENO: result: $ac_res" >&5
11356echo "${ECHO_T}$ac_res" >&6; }
11357
11358fi
11359if test `eval echo '${'$as_ac_Header'}'` = yes; then
11360 cat >>confdefs.h <<_ACEOF
11361#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11362_ACEOF
11363
11364else
11365 support_xft=no
11366fi
11367
11368done
11369
11370 { echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
11371echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6; }
11372if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
11373 echo $ECHO_N "(cached) $ECHO_C" >&6
11374else
11375 ac_check_lib_save_LIBS=$LIBS
11376LIBS="-lXft $LIBS"
11377cat >conftest.$ac_ext <<_ACEOF
11378/* confdefs.h. */
11379_ACEOF
11380cat confdefs.h >>conftest.$ac_ext
11381cat >>conftest.$ac_ext <<_ACEOF
11382/* end confdefs.h. */
11383
11384/* Override any GCC internal prototype to avoid an error.
11385 Use char because int might match the return type of a GCC
11386 builtin and then its argument prototype would still apply. */
11387#ifdef __cplusplus
11388extern "C"
11389#endif 7722#endif
11390char XftDrawString32 (); 7723
11391int 7724int
11392main () 7725main (void)
11393{ 7726{
11394return XftDrawString32 (); 7727
11395 ; 7728 ;
11396 return 0; 7729 return 0;
11397} 7730}
11398_ACEOF 7731_ACEOF
11399rm -f conftest.$ac_objext conftest$ac_exeext 7732if ac_fn_cxx_try_compile "$LINENO"
11400if { (ac_try="$ac_link" 7733then :
11401case "(($ac_try" in
11402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11403 *) ac_try_echo=$ac_try;;
11404esac
11405eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11406 (eval "$ac_link") 2>conftest.er1
11407 ac_status=$?
11408 grep -v '^ *+' conftest.er1 >conftest.err
11409 rm -f conftest.er1
11410 cat conftest.err >&5
11411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11412 (exit $ac_status); } && {
11413 test -z "$ac_cxx_werror_flag" ||
11414 test ! -s conftest.err
11415 } && test -s conftest$ac_exeext &&
11416 $as_test_x conftest$ac_exeext; then
11417 ac_cv_lib_Xft_XftDrawString32=yes
11418else
11419 echo "$as_me: failed program was:" >&5
11420sed 's/^/| /' conftest.$ac_ext >&5
11421 7734
11422 ac_cv_lib_Xft_XftDrawString32=no 7735else $as_nop
11423fi
11424
11425rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11426 conftest$ac_exeext conftest.$ac_ext
11427LIBS=$ac_check_lib_save_LIBS
11428fi
11429{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
11430echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6; }
11431if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
11432 :
11433else
11434 support_xft=no 7736 support_image=no
11435fi 7737fi
11436 7738rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
11437 LIBS="$save_LIBS"
11438
11439 if test x$support_xft = xyes; then 7739 if test x$support_image = xyes; then
7740 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7741printf "%s\n" "ok" >&6; }
7742 LIBS="$LIBS -lm"
11440 7743
11441cat >>confdefs.h <<\_ACEOF 7744printf "%s\n" "#define XRENDER 1" >>confdefs.h
11442#define XFT 1
11443_ACEOF
11444 7745
7746
7747 if test x$support_inheritpixmap = xyes; then
7748
7749printf "%s\n" "#define ENABLE_TRANSPARENCY 1" >>confdefs.h
7750
11445 fi 7751 fi
7752 else
7753 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7754printf "%s\n" "no" >&6; }
7755 fi
11446fi 7756fi
7757
11447if test x$support_styles = xyes; then 7758if test x$support_styles = xyes; then
11448 7759
11449cat >>confdefs.h <<\_ACEOF 7760printf "%s\n" "#define ENABLE_STYLES 1" >>confdefs.h
11450#define ENABLE_STYLES 1
11451_ACEOF
11452 7761
11453fi 7762fi
11454if test x$support_iso14755 = xyes; then 7763if test x$support_iso14755 = xyes; then
11455 7764
11456cat >>confdefs.h <<\_ACEOF 7765printf "%s\n" "#define ISO_14755 1" >>confdefs.h
11457#define ISO_14755 1
11458_ACEOF
11459 7766
11460fi 7767fi
11461if test x$support_8bitctrls = xyes; then 7768if test x$support_8bitctrls = xyes; then
11462 7769
11463cat >>confdefs.h <<\_ACEOF 7770printf "%s\n" "#define EIGHT_BIT_CONTROLS 1" >>confdefs.h
11464#define EIGHT_BIT_CONTROLS 1
11465_ACEOF
11466 7771
11467fi 7772fi
11468if test x$support_fading = xyes; then 7773if test x$support_fading = xyes; then
11469 7774
11470cat >>confdefs.h <<\_ACEOF 7775printf "%s\n" "#define OFF_FOCUS_FADING 1" >>confdefs.h
11471#define OFF_FOCUS_FADING 1
11472_ACEOF
11473
11474fi
11475if test x$support_inheritpixmap = xyes; then
11476
11477cat >>confdefs.h <<\_ACEOF
11478#define ENABLE_TRANSPARENCY 1
11479_ACEOF
11480 7776
11481fi 7777fi
11482if test x$support_keepscrolling = xno; then 7778if test x$support_keepscrolling = xno; then
11483 7779
11484cat >>confdefs.h <<\_ACEOF
11485#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 7780printf "%s\n" "#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1" >>confdefs.h
11486_ACEOF
11487 7781
11488fi 7782fi
11489if test x$support_selectionscrolling = xyes; then 7783if test x$support_selectionscrolling = xyes; then
11490 7784
11491cat >>confdefs.h <<\_ACEOF 7785printf "%s\n" "#define SELECTION_SCROLLING 1" >>confdefs.h
11492#define SELECTION_SCROLLING 1
11493_ACEOF
11494 7786
11495fi 7787fi
11496if test x$support_frills = xyes; then 7788if test x$support_frills = xyes; then
11497 7789
11498cat >>confdefs.h <<\_ACEOF 7790printf "%s\n" "#define ENABLE_FRILLS 1" >>confdefs.h
11499#define ENABLE_FRILLS 1
11500_ACEOF
11501 7791
11502fi 7792fi
11503if test x$support_mousewheel = xyes; then 7793if test x$support_mousewheel = xyes; then
11504 7794
11505cat >>confdefs.h <<\_ACEOF 7795printf "%s\n" "#define MOUSE_WHEEL 1" >>confdefs.h
11506#define MOUSE_WHEEL 1
11507_ACEOF
11508 7796
11509fi 7797fi
11510if test x$support_mouseslipwheel = xyes; then 7798if test x$support_mouseslipwheel = xyes; then
11511 7799
11512cat >>confdefs.h <<\_ACEOF 7800printf "%s\n" "#define MOUSE_SLIP_WHEELING 1" >>confdefs.h
11513#define MOUSE_SLIP_WHEELING 1
11514_ACEOF
11515 7801
11516fi 7802fi
11517if test x$support_afterimage = xyes; then
11518
11519cat >>confdefs.h <<\_ACEOF
11520#define HAVE_AFTERIMAGE 1
11521_ACEOF
11522
11523
11524cat >>confdefs.h <<\_ACEOF
11525#define BG_IMAGE_FROM_FILE 1
11526_ACEOF
11527
11528fi
11529
11530 7803
11531scrolltypes=plain 7804scrolltypes=plain
11532 7805
11533cat >>confdefs.h <<\_ACEOF 7806printf "%s\n" "#define PLAIN_SCROLLBAR 1" >>confdefs.h
11534#define PLAIN_SCROLLBAR 1
11535_ACEOF
11536 7807
11537 7808
11538if test x$support_scroll_rxvt = xyes; then 7809if test x$support_scroll_rxvt = xyes; then
11539 7810
11540cat >>confdefs.h <<\_ACEOF 7811printf "%s\n" "#define RXVT_SCROLLBAR 1" >>confdefs.h
11541#define RXVT_SCROLLBAR 1
11542_ACEOF
11543 7812
11544 scrolltypes="$scrolltypes rxvt" 7813 scrolltypes="$scrolltypes rxvt"
11545fi 7814fi
11546if test x$support_scroll_next = xyes; then 7815if test x$support_scroll_next = xyes; then
11547 7816
11548cat >>confdefs.h <<\_ACEOF 7817printf "%s\n" "#define NEXT_SCROLLBAR 1" >>confdefs.h
11549#define NEXT_SCROLLBAR 1
11550_ACEOF
11551 7818
11552 scrolltypes="$scrolltypes next" 7819 scrolltypes="$scrolltypes next"
11553fi 7820fi
11554if test x$support_scroll_xterm = xyes; then 7821if test x$support_scroll_xterm = xyes; then
11555 7822
11556cat >>confdefs.h <<\_ACEOF 7823printf "%s\n" "#define XTERM_SCROLLBAR 1" >>confdefs.h
11557#define XTERM_SCROLLBAR 1
11558_ACEOF
11559 7824
11560 scrolltypes="$scrolltypes xterm" 7825 scrolltypes="$scrolltypes xterm"
11561fi 7826fi
11562if test x$support_pointer_blank = xyes; then 7827if test x$support_pointer_blank = xyes; then
11563 7828
11564cat >>confdefs.h <<\_ACEOF 7829printf "%s\n" "#define POINTER_BLANK 1" >>confdefs.h
11565#define POINTER_BLANK 1
11566_ACEOF
11567 7830
11568fi 7831fi
11569if test x$support_text_blink = xyes; then 7832if test x$support_text_blink = xyes; then
11570 7833
11571cat >>confdefs.h <<\_ACEOF 7834printf "%s\n" "#define TEXT_BLINK 1" >>confdefs.h
11572#define TEXT_BLINK 1
11573_ACEOF
11574 7835
11575fi 7836fi
11576if test x$support_unicode3 = xyes; then 7837if test x$support_unicode3 = xyes; then
11577 7838
11578cat >>confdefs.h <<\_ACEOF 7839printf "%s\n" "#define UNICODE_3 1" >>confdefs.h
11579#define UNICODE_3 1
11580_ACEOF
11581 7840
11582fi 7841fi
11583if test x$support_combining = xyes; then 7842if test x$support_combining = xyes; then
11584 7843
11585cat >>confdefs.h <<\_ACEOF 7844printf "%s\n" "#define ENABLE_COMBINING 1" >>confdefs.h
11586#define ENABLE_COMBINING 1
11587_ACEOF
11588 7845
11589fi 7846fi
11590if test x$codesets = xall; then 7847if test x$codesets = xall; then
11591 codesets=jp,jp-ext,kr,zh,zh-ext 7848 codesets=jp,jp-ext,kr,zh,zh-ext
11592fi 7849fi
11593 7850
11594cat >>confdefs.h <<\_ACEOF 7851printf "%s\n" "#define ENCODING_EU 1" >>confdefs.h
11595#define ENCODING_EU 1
11596_ACEOF
11597 7852
11598 7853
11599cat >>confdefs.h <<\_ACEOF 7854printf "%s\n" "#define ENCODING_VN 1" >>confdefs.h
11600#define ENCODING_VN 1
11601_ACEOF
11602 7855
11603for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 7856for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
11604 case "$codeset" in 7857 case "$codeset" in
11605 JP ) 7858 JP )
11606cat >>confdefs.h <<\_ACEOF 7859printf "%s\n" "#define ENCODING_JP 1" >>confdefs.h
11607#define ENCODING_JP 1
11608_ACEOF
11609 ;; 7860 ;;
11610 JP_EXT ) 7861 JP_EXT )
11611cat >>confdefs.h <<\_ACEOF 7862printf "%s\n" "#define ENCODING_JP_EXT 1" >>confdefs.h
11612#define ENCODING_JP_EXT 1
11613_ACEOF
11614 ;; 7863 ;;
11615 KR ) 7864 KR )
11616cat >>confdefs.h <<\_ACEOF 7865printf "%s\n" "#define ENCODING_KR 1" >>confdefs.h
11617#define ENCODING_KR 1
11618_ACEOF
11619 ;; 7866 ;;
11620 ZH ) 7867 ZH )
11621cat >>confdefs.h <<\_ACEOF 7868printf "%s\n" "#define ENCODING_ZH 1" >>confdefs.h
11622#define ENCODING_ZH 1
11623_ACEOF
11624 ;; 7869 ;;
11625 ZH_EXT ) 7870 ZH_EXT )
11626cat >>confdefs.h <<\_ACEOF 7871printf "%s\n" "#define ENCODING_ZH_EXT 1" >>confdefs.h
11627#define ENCODING_ZH_EXT 1
11628_ACEOF
11629 ;; 7872 ;;
11630 esac 7873 esac
11631done 7874done
11632 7875
11633IF_PERL=\# 7876IF_PERL=\#
11634if test x$support_perl = xyes; then 7877if test x$support_perl = xyes; then
11635 # Extract the first word of "perl5", so it can be a program name with args. 7878 # Extract the first word of "perl5", so it can be a program name with args.
11636set dummy perl5; ac_word=$2 7879set dummy perl5; ac_word=$2
11637{ echo "$as_me:$LINENO: checking for $ac_word" >&5 7880{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11638echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 7881printf %s "checking for $ac_word... " >&6; }
11639if test "${ac_cv_path_PERL+set}" = set; then 7882if test ${ac_cv_path_PERL+y}
11640 echo $ECHO_N "(cached) $ECHO_C" >&6 7883then :
11641else 7884 printf %s "(cached) " >&6
7885else $as_nop
11642 case $PERL in 7886 case $PERL in
11643 [\\/]* | ?:[\\/]*) 7887 [\\/]* | ?:[\\/]*)
11644 ac_cv_path_PERL="$PERL" # Let the user override the test with a path. 7888 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
11645 ;; 7889 ;;
11646 *) 7890 *)
11647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11648for as_dir in $PATH 7892for as_dir in $PATH
11649do 7893do
11650 IFS=$as_save_IFS 7894 IFS=$as_save_IFS
11651 test -z "$as_dir" && as_dir=. 7895 case $as_dir in #(((
7896 '') as_dir=./ ;;
7897 */) ;;
7898 *) as_dir=$as_dir/ ;;
7899 esac
11652 for ac_exec_ext in '' $ac_executable_extensions; do 7900 for ac_exec_ext in '' $ac_executable_extensions; do
11653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7901 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
11654 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 7902 ac_cv_path_PERL="$as_dir$ac_word$ac_exec_ext"
11655 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7903 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
11656 break 2 7904 break 2
11657 fi 7905 fi
11658done 7906done
11659done 7907 done
11660IFS=$as_save_IFS 7908IFS=$as_save_IFS
11661 7909
7910 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl"
11662 ;; 7911 ;;
11663esac 7912esac
11664fi 7913fi
11665PERL=$ac_cv_path_PERL 7914PERL=$ac_cv_path_PERL
11666if test -n "$PERL"; then 7915if test -n "$PERL"; then
11667 { echo "$as_me:$LINENO: result: $PERL" >&5 7916 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
11668echo "${ECHO_T}$PERL" >&6; } 7917printf "%s\n" "$PERL" >&6; }
11669else 7918else
11670 { echo "$as_me:$LINENO: result: no" >&5 7919 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
11671echo "${ECHO_T}no" >&6; } 7920printf "%s\n" "no" >&6; }
11672fi 7921fi
11673 7922
11674 7923
11675 # Extract the first word of "perl", so it can be a program name with args.
11676set dummy perl; ac_word=$2
11677{ echo "$as_me:$LINENO: checking for $ac_word" >&5
11678echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11679if test "${ac_cv_path_PERL+set}" = set; then
11680 echo $ECHO_N "(cached) $ECHO_C" >&6
11681else
11682 case $PERL in
11683 [\\/]* | ?:[\\/]*)
11684 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
11685 ;;
11686 *)
11687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11688for as_dir in $PATH
11689do
11690 IFS=$as_save_IFS
11691 test -z "$as_dir" && as_dir=.
11692 for ac_exec_ext in '' $ac_executable_extensions; do
11693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11694 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
11695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11696 break 2
11697 fi
11698done
11699done
11700IFS=$as_save_IFS
11701 7924
11702 ;;
11703esac
11704fi
11705PERL=$ac_cv_path_PERL
11706if test -n "$PERL"; then
11707 { echo "$as_me:$LINENO: result: $PERL" >&5
11708echo "${ECHO_T}$PERL" >&6; }
11709else
11710 { echo "$as_me:$LINENO: result: no" >&5
11711echo "${ECHO_T}no" >&6; }
11712fi
11713
11714
11715
11716 { echo "$as_me:$LINENO: checking for $PERL suitability" >&5 7925 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $PERL suitability" >&5
11717echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6; } 7926printf %s "checking for $PERL suitability... " >&6; }
11718 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then 7927 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
11719 7928
11720 save_CXXFLAGS="$CXXFLAGS" 7929 save_CXXFLAGS="$CXXFLAGS"
11721 save_LIBS="$LIBS" 7930 save_LIBS="$LIBS"
11722 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`" 7931 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
11723 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`" 7932 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
11724 cat >conftest.$ac_ext <<_ACEOF
11725/* confdefs.h. */
11726_ACEOF
11727cat confdefs.h >>conftest.$ac_ext 7933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11728cat >>conftest.$ac_ext <<_ACEOF
11729/* end confdefs.h. */ 7934/* end confdefs.h. */
11730 7935
11731#include <EXTERN.h> 7936#include <EXTERN.h>
11732#include <perl.h> 7937#include <perl.h>
11733#include <XSUB.h> 7938#include <XSUB.h>
11734 7939
11735int 7940int
11736main () 7941main (void)
11737{ 7942{
11738 7943
11739 PerlInterpreter *perl = perl_alloc (); 7944 PerlInterpreter *perl = perl_alloc ();
11740 7945
11741 ; 7946 ;
11742 return 0; 7947 return 0;
11743} 7948}
11744_ACEOF 7949_ACEOF
11745rm -f conftest.$ac_objext conftest$ac_exeext 7950if ac_fn_cxx_try_link "$LINENO"
11746if { (ac_try="$ac_link" 7951then :
11747case "(($ac_try" in
11748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11749 *) ac_try_echo=$ac_try;;
11750esac
11751eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11752 (eval "$ac_link") 2>conftest.er1
11753 ac_status=$?
11754 grep -v '^ *+' conftest.er1 >conftest.err
11755 rm -f conftest.er1
11756 cat conftest.err >&5
11757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11758 (exit $ac_status); } && {
11759 test -z "$ac_cxx_werror_flag" ||
11760 test ! -s conftest.err
11761 } && test -s conftest$ac_exeext &&
11762 $as_test_x conftest$ac_exeext; then
11763 rxvt_perl_link=yes 7952 rxvt_perl_link=yes
11764else 7953else $as_nop
11765 echo "$as_me: failed program was:" >&5
11766sed 's/^/| /' conftest.$ac_ext >&5
11767
11768 rxvt_perl_link=no 7954 rxvt_perl_link=no
11769fi 7955fi
11770
11771rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7956rm -f core conftest.err conftest.$ac_objext conftest.beam \
11772 conftest$ac_exeext conftest.$ac_ext 7957 conftest$ac_exeext conftest.$ac_ext
11773 CXXFLAGS="$save_CXXFLAGS" 7958 CXXFLAGS="$save_CXXFLAGS"
11774 LIBS="$save_LIBS" 7959 LIBS="$save_LIBS"
11775 7960
11776 if test x$rxvt_perl_link = xyes; then 7961 if test x$rxvt_perl_link = xyes; then
11777 { echo "$as_me:$LINENO: result: ok" >&5 7962 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
11778echo "${ECHO_T}ok" >&6; } 7963printf "%s\n" "ok" >&6; }
11779 7964
11780cat >>confdefs.h <<\_ACEOF 7965printf "%s\n" "#define ENABLE_PERL 1" >>confdefs.h
11781#define ENABLE_PERL 1
11782_ACEOF
11783 7966
11784 IF_PERL= 7967 IF_PERL=
11785 PERL_O=rxvtperl.o 7968 PERL_O=rxvtperl.o
11786 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 7969 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
11787 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 7970 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
11788 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 7971 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
11789 else 7972 else
11790 { { echo "$as_me:$LINENO: error: no, unable to link" >&5 7973 as_fn_error $? "no, unable to link" "$LINENO" 5
11791echo "$as_me: error: no, unable to link" >&2;}
11792 { (exit 1); exit 1; }; }
11793 fi 7974 fi
11794 else 7975 else
11795 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5 7976 as_fn_error $? "no working perl found, or perl not version >= 5.8" "$LINENO" 5
11796echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
11797 { (exit 1); exit 1; }; }
11798 fi 7977 fi
11799fi 7978fi
11800 7979
11801 7980
11802 7981
11803 7982
11804 7983
11805 7984
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819test "$program_prefix" != NONE &&
11820 program_transform_name="s&^&$program_prefix&;$program_transform_name"
11821# Use a double $ so make ignores it.
11822test "$program_suffix" != NONE &&
11823 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
11824# Double any \ or $. echo might interpret backslashes.
11825# By default was `s,x,x', remove it if useless.
11826cat <<\_ACEOF >conftest.sed
11827s/[\\$]/&&/g;s/;s,x,x,$//
11828_ACEOF
11829program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
11830rm -f conftest.sed
11831 7985
11832 7986
11833ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile" 7987ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile"
11834 7988
11835cat >confcache <<\_ACEOF 7989cat >confcache <<\_ACEOF
11857 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 8011 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11858 eval ac_val=\$$ac_var 8012 eval ac_val=\$$ac_var
11859 case $ac_val in #( 8013 case $ac_val in #(
11860 *${as_nl}*) 8014 *${as_nl}*)
11861 case $ac_var in #( 8015 case $ac_var in #(
11862 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 8016 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11863echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 8017printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11864 esac 8018 esac
11865 case $ac_var in #( 8019 case $ac_var in #(
11866 _ | IFS | as_nl) ;; #( 8020 _ | IFS | as_nl) ;; #(
11867 *) $as_unset $ac_var ;; 8021 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
8022 *) { eval $ac_var=; unset $ac_var;} ;;
11868 esac ;; 8023 esac ;;
11869 esac 8024 esac
11870 done 8025 done
11871 8026
11872 (set) 2>&1 | 8027 (set) 2>&1 |
11873 case $as_nl`(ac_space=' '; set) 2>&1` in #( 8028 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11874 *${as_nl}ac_space=\ *) 8029 *${as_nl}ac_space=\ *)
11875 # `set' does not quote correctly, so add quotes (double-quote 8030 # `set' does not quote correctly, so add quotes: double-quote
11876 # substitution turns \\\\ into \\, and sed turns \\ into \). 8031 # substitution turns \\\\ into \\, and sed turns \\ into \.
11877 sed -n \ 8032 sed -n \
11878 "s/'/'\\\\''/g; 8033 "s/'/'\\\\''/g;
11879 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 8034 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11880 ;; #( 8035 ;; #(
11881 *) 8036 *)
11887) | 8042) |
11888 sed ' 8043 sed '
11889 /^ac_cv_env_/b end 8044 /^ac_cv_env_/b end
11890 t clear 8045 t clear
11891 :clear 8046 :clear
11892 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 8047 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
11893 t end 8048 t end
11894 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 8049 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11895 :end' >>confcache 8050 :end' >>confcache
11896if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 8051if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11897 if test -w "$cache_file"; then 8052 if test -w "$cache_file"; then
11898 test "x$cache_file" != "x/dev/null" && 8053 if test "x$cache_file" != "x/dev/null"; then
11899 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 8054 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11900echo "$as_me: updating cache $cache_file" >&6;} 8055printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
8056 if test ! -f "$cache_file" || test -h "$cache_file"; then
11901 cat confcache >$cache_file 8057 cat confcache >"$cache_file"
8058 else
8059 case $cache_file in #(
8060 */* | ?:*)
8061 mv -f confcache "$cache_file"$$ &&
8062 mv -f "$cache_file"$$ "$cache_file" ;; #(
8063 *)
8064 mv -f confcache "$cache_file" ;;
8065 esac
8066 fi
8067 fi
11902 else 8068 else
11903 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 8069 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11904echo "$as_me: not updating unwritable cache $cache_file" >&6;} 8070printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
11905 fi 8071 fi
11906fi 8072fi
11907rm -f confcache 8073rm -f confcache
11908 8074
11909test "x$prefix" = xNONE && prefix=$ac_default_prefix 8075test "x$prefix" = xNONE && prefix=$ac_default_prefix
11912 8078
11913DEFS=-DHAVE_CONFIG_H 8079DEFS=-DHAVE_CONFIG_H
11914 8080
11915ac_libobjs= 8081ac_libobjs=
11916ac_ltlibobjs= 8082ac_ltlibobjs=
8083U=
11917for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 8084for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11918 # 1. Remove the extension, and $U if already installed. 8085 # 1. Remove the extension, and $U if already installed.
11919 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 8086 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11920 ac_i=`echo "$ac_i" | sed "$ac_script"` 8087 ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
11921 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 8088 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11922 # will be set to the directory where LIBOBJS objects are built. 8089 # will be set to the directory where LIBOBJS objects are built.
11923 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 8090 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11924 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 8091 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11925done 8092done
11926LIBOBJS=$ac_libobjs 8093LIBOBJS=$ac_libobjs
11927 8094
11928LTLIBOBJS=$ac_ltlibobjs 8095LTLIBOBJS=$ac_ltlibobjs
11929 8096
11930 8097
11931 8098
11932: ${CONFIG_STATUS=./config.status} 8099: "${CONFIG_STATUS=./config.status}"
8100ac_write_fail=0
11933ac_clean_files_save=$ac_clean_files 8101ac_clean_files_save=$ac_clean_files
11934ac_clean_files="$ac_clean_files $CONFIG_STATUS" 8102ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11935{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 8103{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11936echo "$as_me: creating $CONFIG_STATUS" >&6;} 8104printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
11937cat >$CONFIG_STATUS <<_ACEOF 8105as_write_fail=0
8106cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11938#! $SHELL 8107#! $SHELL
11939# Generated by $as_me. 8108# Generated by $as_me.
11940# Run this file to recreate the current configuration. 8109# Run this file to recreate the current configuration.
11941# Compiler output produced by configure, useful for debugging 8110# Compiler output produced by configure, useful for debugging
11942# configure, is in config.log if it exists. 8111# configure, is in config.log if it exists.
11943 8112
11944debug=false 8113debug=false
11945ac_cs_recheck=false 8114ac_cs_recheck=false
11946ac_cs_silent=false 8115ac_cs_silent=false
8116
11947SHELL=\${CONFIG_SHELL-$SHELL} 8117SHELL=\${CONFIG_SHELL-$SHELL}
8118export SHELL
11948_ACEOF 8119_ASEOF
11949 8120cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11950cat >>$CONFIG_STATUS <<\_ACEOF
11951## --------------------- ## 8121## -------------------- ##
11952## M4sh Initialization. ## 8122## M4sh Initialization. ##
11953## --------------------- ## 8123## -------------------- ##
11954 8124
11955# Be more Bourne compatible 8125# Be more Bourne compatible
11956DUALCASE=1; export DUALCASE # for MKS sh 8126DUALCASE=1; export DUALCASE # for MKS sh
8127as_nop=:
11957if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 8128if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
8129then :
11958 emulate sh 8130 emulate sh
11959 NULLCMD=: 8131 NULLCMD=:
11960 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 8132 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11961 # is contrary to our usage. Disable this feature. 8133 # is contrary to our usage. Disable this feature.
11962 alias -g '${1+"$@"}'='"$@"' 8134 alias -g '${1+"$@"}'='"$@"'
11963 setopt NO_GLOB_SUBST 8135 setopt NO_GLOB_SUBST
11964else 8136else $as_nop
11965 case `(set -o) 2>/dev/null` in 8137 case `(set -o) 2>/dev/null` in #(
11966 *posix*) set -o posix ;; 8138 *posix*) :
8139 set -o posix ;; #(
8140 *) :
8141 ;;
11967esac 8142esac
11968
11969fi 8143fi
11970 8144
11971 8145
11972 8146
8147# Reset variables that may have inherited troublesome values from
8148# the environment.
11973 8149
11974# PATH needs CR
11975# Avoid depending upon Character Ranges.
11976as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11977as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11978as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11979as_cr_digits='0123456789'
11980as_cr_alnum=$as_cr_Letters$as_cr_digits
11981
11982# The user is always right.
11983if test "${PATH_SEPARATOR+set}" != set; then
11984 echo "#! /bin/sh" >conf$$.sh
11985 echo "exit 0" >>conf$$.sh
11986 chmod +x conf$$.sh
11987 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11988 PATH_SEPARATOR=';'
11989 else
11990 PATH_SEPARATOR=:
11991 fi
11992 rm -f conf$$.sh
11993fi
11994
11995# Support unset when possible.
11996if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
11997 as_unset=unset
11998else
11999 as_unset=false
12000fi
12001
12002
12003# IFS
12004# We need space, tab and new line, in precisely that order. Quoting is 8150# IFS needs to be set, to space, tab, and newline, in precisely that order.
8151# (If _AS_PATH_WALK were called with IFS unset, it would have the
8152# side effect of setting IFS to empty, thus disabling word splitting.)
12005# there to prevent editors from complaining about space-tab. 8153# Quoting is to prevent editors from complaining about space-tab.
12006# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12007# splitting by setting IFS to empty value.)
12008as_nl=' 8154as_nl='
12009' 8155'
8156export as_nl
12010IFS=" "" $as_nl" 8157IFS=" "" $as_nl"
12011 8158
8159PS1='$ '
8160PS2='> '
8161PS4='+ '
8162
8163# Ensure predictable behavior from utilities with locale-dependent output.
8164LC_ALL=C
8165export LC_ALL
8166LANGUAGE=C
8167export LANGUAGE
8168
8169# We cannot yet rely on "unset" to work, but we need these variables
8170# to be unset--not just set to an empty or harmless value--now, to
8171# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
8172# also avoids known problems related to "unset" and subshell syntax
8173# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
8174for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
8175do eval test \${$as_var+y} \
8176 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
8177done
8178
8179# Ensure that fds 0, 1, and 2 are open.
8180if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
8181if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
8182if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
8183
8184# The user is always right.
8185if ${PATH_SEPARATOR+false} :; then
8186 PATH_SEPARATOR=:
8187 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
8188 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
8189 PATH_SEPARATOR=';'
8190 }
8191fi
8192
8193
12012# Find who we are. Look in the path if we contain no directory separator. 8194# Find who we are. Look in the path if we contain no directory separator.
8195as_myself=
12013case $0 in 8196case $0 in #((
12014 *[\\/]* ) as_myself=$0 ;; 8197 *[\\/]* ) as_myself=$0 ;;
12015 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8198 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12016for as_dir in $PATH 8199for as_dir in $PATH
12017do 8200do
12018 IFS=$as_save_IFS 8201 IFS=$as_save_IFS
12019 test -z "$as_dir" && as_dir=. 8202 case $as_dir in #(((
8203 '') as_dir=./ ;;
8204 */) ;;
8205 *) as_dir=$as_dir/ ;;
8206 esac
12020 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 8207 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
12021done 8208 done
12022IFS=$as_save_IFS 8209IFS=$as_save_IFS
12023 8210
12024 ;; 8211 ;;
12025esac 8212esac
12026# We did not find ourselves, most probably we were run as `sh COMMAND' 8213# We did not find ourselves, most probably we were run as `sh COMMAND'
12027# in which case we are not to be found in the path. 8214# in which case we are not to be found in the path.
12028if test "x$as_myself" = x; then 8215if test "x$as_myself" = x; then
12029 as_myself=$0 8216 as_myself=$0
12030fi 8217fi
12031if test ! -f "$as_myself"; then 8218if test ! -f "$as_myself"; then
12032 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 8219 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12033 { (exit 1); exit 1; } 8220 exit 1
12034fi 8221fi
12035 8222
12036# Work around bugs in pre-3.0 UWIN ksh.
12037for as_var in ENV MAIL MAILPATH
12038do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
12039done
12040PS1='$ '
12041PS2='> '
12042PS4='+ '
12043 8223
12044# NLS nuisances.
12045for as_var in \
12046 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12047 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12048 LC_TELEPHONE LC_TIME
12049do
12050 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12051 eval $as_var=C; export $as_var
12052 else
12053 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
12054 fi
12055done
12056 8224
12057# Required to use basename. 8225# as_fn_error STATUS ERROR [LINENO LOG_FD]
8226# ----------------------------------------
8227# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
8228# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
8229# script with STATUS, using 1 if that was 0.
8230as_fn_error ()
8231{
8232 as_status=$1; test $as_status -eq 0 && as_status=1
8233 if test "$4"; then
8234 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
8235 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
8236 fi
8237 printf "%s\n" "$as_me: error: $2" >&2
8238 as_fn_exit $as_status
8239} # as_fn_error
8240
8241
8242
8243# as_fn_set_status STATUS
8244# -----------------------
8245# Set $? to STATUS, without forking.
8246as_fn_set_status ()
8247{
8248 return $1
8249} # as_fn_set_status
8250
8251# as_fn_exit STATUS
8252# -----------------
8253# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
8254as_fn_exit ()
8255{
8256 set +e
8257 as_fn_set_status $1
8258 exit $1
8259} # as_fn_exit
8260
8261# as_fn_unset VAR
8262# ---------------
8263# Portably unset VAR.
8264as_fn_unset ()
8265{
8266 { eval $1=; unset $1;}
8267}
8268as_unset=as_fn_unset
8269
8270# as_fn_append VAR VALUE
8271# ----------------------
8272# Append the text in VALUE to the end of the definition contained in VAR. Take
8273# advantage of any shell optimizations that allow amortized linear growth over
8274# repeated appends, instead of the typical quadratic growth present in naive
8275# implementations.
8276if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
8277then :
8278 eval 'as_fn_append ()
8279 {
8280 eval $1+=\$2
8281 }'
8282else $as_nop
8283 as_fn_append ()
8284 {
8285 eval $1=\$$1\$2
8286 }
8287fi # as_fn_append
8288
8289# as_fn_arith ARG...
8290# ------------------
8291# Perform arithmetic evaluation on the ARGs, and store the result in the
8292# global $as_val. Take advantage of shells that can avoid forks. The arguments
8293# must be portable across $(()) and expr.
8294if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
8295then :
8296 eval 'as_fn_arith ()
8297 {
8298 as_val=$(( $* ))
8299 }'
8300else $as_nop
8301 as_fn_arith ()
8302 {
8303 as_val=`expr "$@" || test $? -eq 1`
8304 }
8305fi # as_fn_arith
8306
8307
12058if expr a : '\(a\)' >/dev/null 2>&1 && 8308if expr a : '\(a\)' >/dev/null 2>&1 &&
12059 test "X`expr 00001 : '.*\(...\)'`" = X001; then 8309 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12060 as_expr=expr 8310 as_expr=expr
12061else 8311else
12062 as_expr=false 8312 as_expr=false
12066 as_basename=basename 8316 as_basename=basename
12067else 8317else
12068 as_basename=false 8318 as_basename=false
12069fi 8319fi
12070 8320
8321if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
8322 as_dirname=dirname
8323else
8324 as_dirname=false
8325fi
12071 8326
12072# Name of the executable.
12073as_me=`$as_basename -- "$0" || 8327as_me=`$as_basename -- "$0" ||
12074$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 8328$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12075 X"$0" : 'X\(//\)$' \| \ 8329 X"$0" : 'X\(//\)$' \| \
12076 X"$0" : 'X\(/\)' \| . 2>/dev/null || 8330 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12077echo X/"$0" | 8331printf "%s\n" X/"$0" |
12078 sed '/^.*\/\([^/][^/]*\)\/*$/{ 8332 sed '/^.*\/\([^/][^/]*\)\/*$/{
12079 s//\1/ 8333 s//\1/
12080 q 8334 q
12081 } 8335 }
12082 /^X\/\(\/\/\)$/{ 8336 /^X\/\(\/\/\)$/{
12087 s//\1/ 8341 s//\1/
12088 q 8342 q
12089 } 8343 }
12090 s/.*/./; q'` 8344 s/.*/./; q'`
12091 8345
12092# CDPATH. 8346# Avoid depending upon Character Ranges.
12093$as_unset CDPATH 8347as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8348as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8349as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8350as_cr_digits='0123456789'
8351as_cr_alnum=$as_cr_Letters$as_cr_digits
12094 8352
12095 8353
12096 8354# Determine whether it's possible to make 'echo' print without a newline.
12097 as_lineno_1=$LINENO 8355# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
12098 as_lineno_2=$LINENO 8356# for compatibility with existing Makefiles.
12099 test "x$as_lineno_1" != "x$as_lineno_2" &&
12100 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
12101
12102 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12103 # uniformly replaced by the line number. The first 'sed' inserts a
12104 # line-number line after each line using $LINENO; the second 'sed'
12105 # does the real work. The second script uses 'N' to pair each
12106 # line-number line with the line containing $LINENO, and appends
12107 # trailing '-' during substitution so that $LINENO is not a special
12108 # case at line end.
12109 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12110 # scripts with optimization help from Paolo Bonzini. Blame Lee
12111 # E. McMahon (1931-1989) for sed's syntax. :-)
12112 sed -n '
12113 p
12114 /[$]LINENO/=
12115 ' <$as_myself |
12116 sed '
12117 s/[$]LINENO.*/&-/
12118 t lineno
12119 b
12120 :lineno
12121 N
12122 :loop
12123 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
12124 t loop
12125 s/-\n.*//
12126 ' >$as_me.lineno &&
12127 chmod +x "$as_me.lineno" ||
12128 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
12129 { (exit 1); exit 1; }; }
12130
12131 # Don't try to exec as it changes $[0], causing all sort of problems
12132 # (the dirname of $[0] is not the place where we might find the
12133 # original and so on. Autoconf is especially sensitive to this).
12134 . "./$as_me.lineno"
12135 # Exit status is that of the last command.
12136 exit
12137}
12138
12139
12140if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12141 as_dirname=dirname
12142else
12143 as_dirname=false
12144fi
12145
12146ECHO_C= ECHO_N= ECHO_T= 8357ECHO_C= ECHO_N= ECHO_T=
12147case `echo -n x` in 8358case `echo -n x` in #(((((
12148-n*) 8359-n*)
12149 case `echo 'x\c'` in 8360 case `echo 'xy\c'` in
12150 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 8361 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12151 *) ECHO_C='\c';; 8362 xy) ECHO_C='\c';;
8363 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
8364 ECHO_T=' ';;
12152 esac;; 8365 esac;;
12153*) 8366*)
12154 ECHO_N='-n';; 8367 ECHO_N='-n';;
12155esac 8368esac
12156 8369
12157if expr a : '\(a\)' >/dev/null 2>&1 && 8370# For backward compatibility with old third-party macros, we provide
12158 test "X`expr 00001 : '.*\(...\)'`" = X001; then 8371# the shell variables $as_echo and $as_echo_n. New code should use
12159 as_expr=expr 8372# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
12160else 8373as_echo='printf %s\n'
12161 as_expr=false 8374as_echo_n='printf %s'
12162fi
12163 8375
12164rm -f conf$$ conf$$.exe conf$$.file 8376rm -f conf$$ conf$$.exe conf$$.file
12165if test -d conf$$.dir; then 8377if test -d conf$$.dir; then
12166 rm -f conf$$.dir/conf$$.file 8378 rm -f conf$$.dir/conf$$.file
12167else 8379else
12168 rm -f conf$$.dir 8380 rm -f conf$$.dir
12169 mkdir conf$$.dir 8381 mkdir conf$$.dir 2>/dev/null
12170fi 8382fi
12171echo >conf$$.file 8383if (echo >conf$$.file) 2>/dev/null; then
12172if ln -s conf$$.file conf$$ 2>/dev/null; then 8384 if ln -s conf$$.file conf$$ 2>/dev/null; then
12173 as_ln_s='ln -s' 8385 as_ln_s='ln -s'
12174 # ... but there are two gotchas: 8386 # ... but there are two gotchas:
12175 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 8387 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12176 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 8388 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12177 # In both cases, we have to default to `cp -p'. 8389 # In both cases, we have to default to `cp -pR'.
12178 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 8390 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12179 as_ln_s='cp -p' 8391 as_ln_s='cp -pR'
12180elif ln conf$$.file conf$$ 2>/dev/null; then 8392 elif ln conf$$.file conf$$ 2>/dev/null; then
12181 as_ln_s=ln 8393 as_ln_s=ln
8394 else
8395 as_ln_s='cp -pR'
8396 fi
12182else 8397else
12183 as_ln_s='cp -p' 8398 as_ln_s='cp -pR'
12184fi 8399fi
12185rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 8400rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12186rmdir conf$$.dir 2>/dev/null 8401rmdir conf$$.dir 2>/dev/null
12187 8402
12188if mkdir -p . 2>/dev/null; then 8403
12189 as_mkdir_p=: 8404# as_fn_mkdir_p
12190else 8405# -------------
12191 test -d ./-p && rmdir ./-p 8406# Create "$as_dir" as a directory, including parents if necessary.
12192 as_mkdir_p=false 8407as_fn_mkdir_p ()
12193fi
12194
12195if test -x / >/dev/null 2>&1; then
12196 as_test_x='test -x'
12197else
12198 if ls -dL / >/dev/null 2>&1; then
12199 as_ls_L_option=L
12200 else
12201 as_ls_L_option=
12202 fi
12203 as_test_x='
12204 eval sh -c '\''
12205 if test -d "$1"; then
12206 test -d "$1/.";
12207 else
12208 case $1 in
12209 -*)set "./$1";;
12210 esac;
12211 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
12212 ???[sx]*):;;*)false;;esac;fi
12213 '\'' sh
12214 '
12215fi
12216as_executable_p=$as_test_x
12217
12218# Sed expression to map a string onto a valid CPP name.
12219as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12220
12221# Sed expression to map a string onto a valid variable name.
12222as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12223
12224
12225exec 6>&1
12226
12227# Save the log message, to keep $[0] and so on meaningful, and to
12228# report actual input values of CONFIG_FILES etc. instead of their
12229# values after options handling.
12230ac_log="
12231This file was extended by $as_me, which was
12232generated by GNU Autoconf 2.61. Invocation command line was
12233
12234 CONFIG_FILES = $CONFIG_FILES
12235 CONFIG_HEADERS = $CONFIG_HEADERS
12236 CONFIG_LINKS = $CONFIG_LINKS
12237 CONFIG_COMMANDS = $CONFIG_COMMANDS
12238 $ $0 $@
12239
12240on `(hostname || uname -n) 2>/dev/null | sed 1q`
12241"
12242
12243_ACEOF
12244
12245cat >>$CONFIG_STATUS <<_ACEOF
12246# Files that config.status was made for.
12247config_files="$ac_config_files"
12248config_headers="$ac_config_headers"
12249
12250_ACEOF
12251
12252cat >>$CONFIG_STATUS <<\_ACEOF
12253ac_cs_usage="\
12254\`$as_me' instantiates files from templates according to the
12255current configuration.
12256
12257Usage: $0 [OPTIONS] [FILE]...
12258
12259 -h, --help print this help, then exit
12260 -V, --version print version number and configuration settings, then exit
12261 -q, --quiet do not print progress messages
12262 -d, --debug don't remove temporary files
12263 --recheck update $as_me by reconfiguring in the same conditions
12264 --file=FILE[:TEMPLATE]
12265 instantiate the configuration file FILE
12266 --header=FILE[:TEMPLATE]
12267 instantiate the configuration header FILE
12268
12269Configuration files:
12270$config_files
12271
12272Configuration headers:
12273$config_headers
12274
12275Report bugs to <bug-autoconf@gnu.org>."
12276
12277_ACEOF
12278cat >>$CONFIG_STATUS <<_ACEOF
12279ac_cs_version="\\
12280config.status
12281configured by $0, generated by GNU Autoconf 2.61,
12282 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12283
12284Copyright (C) 2006 Free Software Foundation, Inc.
12285This config.status script is free software; the Free Software Foundation
12286gives unlimited permission to copy, distribute and modify it."
12287
12288ac_pwd='$ac_pwd'
12289srcdir='$srcdir'
12290INSTALL='$INSTALL'
12291_ACEOF
12292
12293cat >>$CONFIG_STATUS <<\_ACEOF
12294# If no file are specified by the user, then we need to provide default
12295# value. By we need to know if files were specified by the user.
12296ac_need_defaults=:
12297while test $# != 0
12298do
12299 case $1 in
12300 --*=*)
12301 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12302 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12303 ac_shift=:
12304 ;;
12305 *)
12306 ac_option=$1
12307 ac_optarg=$2
12308 ac_shift=shift
12309 ;;
12310 esac
12311
12312 case $ac_option in
12313 # Handling of the options.
12314 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12315 ac_cs_recheck=: ;;
12316 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12317 echo "$ac_cs_version"; exit ;;
12318 --debug | --debu | --deb | --de | --d | -d )
12319 debug=: ;;
12320 --file | --fil | --fi | --f )
12321 $ac_shift
12322 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
12323 ac_need_defaults=false;;
12324 --header | --heade | --head | --hea )
12325 $ac_shift
12326 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
12327 ac_need_defaults=false;;
12328 --he | --h)
12329 # Conflict between --help and --header
12330 { echo "$as_me: error: ambiguous option: $1
12331Try \`$0 --help' for more information." >&2
12332 { (exit 1); exit 1; }; };;
12333 --help | --hel | -h )
12334 echo "$ac_cs_usage"; exit ;;
12335 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12336 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12337 ac_cs_silent=: ;;
12338
12339 # This is an error.
12340 -*) { echo "$as_me: error: unrecognized option: $1
12341Try \`$0 --help' for more information." >&2
12342 { (exit 1); exit 1; }; } ;;
12343
12344 *) ac_config_targets="$ac_config_targets $1"
12345 ac_need_defaults=false ;;
12346
12347 esac
12348 shift
12349done
12350
12351ac_configure_extra_args=
12352
12353if $ac_cs_silent; then
12354 exec 6>/dev/null
12355 ac_configure_extra_args="$ac_configure_extra_args --silent"
12356fi
12357
12358_ACEOF
12359cat >>$CONFIG_STATUS <<_ACEOF
12360if \$ac_cs_recheck; then
12361 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12362 CONFIG_SHELL=$SHELL
12363 export CONFIG_SHELL
12364 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12365fi
12366
12367_ACEOF
12368cat >>$CONFIG_STATUS <<\_ACEOF
12369exec 5>>config.log
12370{ 8408{
12371 echo
12372 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12373## Running $as_me. ##
12374_ASBOX
12375 echo "$ac_log"
12376} >&5
12377 8409
12378_ACEOF
12379cat >>$CONFIG_STATUS <<_ACEOF
12380_ACEOF
12381
12382cat >>$CONFIG_STATUS <<\_ACEOF
12383
12384# Handling of arguments.
12385for ac_config_target in $ac_config_targets
12386do
12387 case $ac_config_target in
12388 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
12389 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12390 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
12391 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
12392
12393 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12394echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12395 { (exit 1); exit 1; }; };;
12396 esac
12397done
12398
12399
12400# If the user did not use the arguments to specify the items to instantiate,
12401# then the envvar interface is used. Set only those that are not.
12402# We use the long form for the default assignment because of an extremely
12403# bizarre bug on SunOS 4.1.3.
12404if $ac_need_defaults; then
12405 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12406 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12407fi
12408
12409# Have a temporary directory for convenience. Make it in the build tree
12410# simply because there is no reason against having it here, and in addition,
12411# creating and moving files from /tmp can sometimes cause problems.
12412# Hook for its removal unless debugging.
12413# Note that there is a small window in which the directory will not be cleaned:
12414# after its creation but before its name has been assigned to `$tmp'.
12415$debug ||
12416{
12417 tmp=
12418 trap 'exit_status=$?
12419 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12420' 0
12421 trap '{ (exit 1); exit 1; }' 1 2 13 15
12422}
12423# Create a (secure) tmp directory for tmp files.
12424
12425{
12426 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12427 test -n "$tmp" && test -d "$tmp"
12428} ||
12429{
12430 tmp=./conf$$-$RANDOM
12431 (umask 077 && mkdir "$tmp")
12432} ||
12433{
12434 echo "$me: cannot create a temporary directory in ." >&2
12435 { (exit 1); exit 1; }
12436}
12437
12438#
12439# Set up the sed scripts for CONFIG_FILES section.
12440#
12441
12442# No need to generate the scripts if there are no CONFIG_FILES.
12443# This happens for instance when ./config.status config.h
12444if test -n "$CONFIG_FILES"; then
12445
12446_ACEOF
12447
12448
12449
12450ac_delim='%!_!# '
12451for ac_last_try in false false false false false :; do
12452 cat >conf$$subs.sed <<_ACEOF
12453SHELL!$SHELL$ac_delim
12454PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
12455PACKAGE_NAME!$PACKAGE_NAME$ac_delim
12456PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
12457PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
12458PACKAGE_STRING!$PACKAGE_STRING$ac_delim
12459PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
12460exec_prefix!$exec_prefix$ac_delim
12461prefix!$prefix$ac_delim
12462program_transform_name!$program_transform_name$ac_delim
12463bindir!$bindir$ac_delim
12464sbindir!$sbindir$ac_delim
12465libexecdir!$libexecdir$ac_delim
12466datarootdir!$datarootdir$ac_delim
12467datadir!$datadir$ac_delim
12468sysconfdir!$sysconfdir$ac_delim
12469sharedstatedir!$sharedstatedir$ac_delim
12470localstatedir!$localstatedir$ac_delim
12471includedir!$includedir$ac_delim
12472oldincludedir!$oldincludedir$ac_delim
12473docdir!$docdir$ac_delim
12474infodir!$infodir$ac_delim
12475htmldir!$htmldir$ac_delim
12476dvidir!$dvidir$ac_delim
12477pdfdir!$pdfdir$ac_delim
12478psdir!$psdir$ac_delim
12479libdir!$libdir$ac_delim
12480localedir!$localedir$ac_delim
12481mandir!$mandir$ac_delim
12482DEFS!$DEFS$ac_delim
12483ECHO_C!$ECHO_C$ac_delim
12484ECHO_N!$ECHO_N$ac_delim
12485ECHO_T!$ECHO_T$ac_delim
12486LIBS!$LIBS$ac_delim
12487build_alias!$build_alias$ac_delim
12488host_alias!$host_alias$ac_delim
12489target_alias!$target_alias$ac_delim
12490build!$build$ac_delim
12491build_cpu!$build_cpu$ac_delim
12492build_vendor!$build_vendor$ac_delim
12493build_os!$build_os$ac_delim
12494host!$host$ac_delim
12495host_cpu!$host_cpu$ac_delim
12496host_vendor!$host_vendor$ac_delim
12497host_os!$host_os$ac_delim
12498VERSION!$VERSION$ac_delim
12499DATE!$DATE$ac_delim
12500CC!$CC$ac_delim
12501CFLAGS!$CFLAGS$ac_delim
12502LDFLAGS!$LDFLAGS$ac_delim
12503CPPFLAGS!$CPPFLAGS$ac_delim
12504ac_ct_CC!$ac_ct_CC$ac_delim
12505EXEEXT!$EXEEXT$ac_delim
12506OBJEXT!$OBJEXT$ac_delim
12507CXX!$CXX$ac_delim
12508CXXFLAGS!$CXXFLAGS$ac_delim
12509ac_ct_CXX!$ac_ct_CXX$ac_delim
12510CPP!$CPP$ac_delim
12511INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
12512INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
12513INSTALL_DATA!$INSTALL_DATA$ac_delim
12514GREP!$GREP$ac_delim
12515EGREP!$EGREP$ac_delim
12516LINKER!$LINKER$ac_delim
12517RXVTNAME!$RXVTNAME$ac_delim
12518CXXCPP!$CXXCPP$ac_delim
12519TIC!$TIC$ac_delim
12520XMKMF!$XMKMF$ac_delim
12521X_CFLAGS!$X_CFLAGS$ac_delim
12522X_PRE_LIBS!$X_PRE_LIBS$ac_delim
12523X_LIBS!$X_LIBS$ac_delim
12524X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
12525afterimage_config!$afterimage_config$ac_delim
12526PKG_CONFIG!$PKG_CONFIG$ac_delim
12527XFT_CONFIG!$XFT_CONFIG$ac_delim
12528PERL!$PERL$ac_delim
12529PERLLIB!$PERLLIB$ac_delim
12530PERLFLAGS!$PERLFLAGS$ac_delim
12531PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim
12532IF_PERL!$IF_PERL$ac_delim
12533PERL_O!$PERL_O$ac_delim
12534AFTERIMAGE_CFLAGS!$AFTERIMAGE_CFLAGS$ac_delim
12535AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim
12536LIBOBJS!$LIBOBJS$ac_delim
12537LTLIBOBJS!$LTLIBOBJS$ac_delim
12538_ACEOF
12539
12540 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 85; then
12541 break
12542 elif $ac_last_try; then
12543 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12544echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12545 { (exit 1); exit 1; }; }
12546 else
12547 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12548 fi
12549done
12550
12551ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12552if test -n "$ac_eof"; then
12553 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
12554 ac_eof=`expr $ac_eof + 1`
12555fi
12556
12557cat >>$CONFIG_STATUS <<_ACEOF
12558cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
12559/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
12560_ACEOF
12561sed '
12562s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12563s/^/s,@/; s/!/@,|#_!!_#|/
12564:n
12565t n
12566s/'"$ac_delim"'$/,g/; t
12567s/$/\\/; p
12568N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12569' >>$CONFIG_STATUS <conf$$subs.sed
12570rm -f conf$$subs.sed
12571cat >>$CONFIG_STATUS <<_ACEOF
12572:end
12573s/|#_!!_#|//g
12574CEOF$ac_eof
12575_ACEOF
12576
12577
12578# VPATH may cause trouble with some makes, so we remove $(srcdir),
12579# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12580# trailing colons and then remove the whole line if VPATH becomes empty
12581# (actually we leave an empty line to preserve line numbers).
12582if test "x$srcdir" = x.; then
12583 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12584s/:*\$(srcdir):*/:/
12585s/:*\${srcdir}:*/:/
12586s/:*@srcdir@:*/:/
12587s/^\([^=]*=[ ]*\):*/\1/
12588s/:*$//
12589s/^[^=]*=[ ]*$//
12590}'
12591fi
12592
12593cat >>$CONFIG_STATUS <<\_ACEOF
12594fi # test -n "$CONFIG_FILES"
12595
12596
12597for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS
12598do
12599 case $ac_tag in
12600 :[FHLC]) ac_mode=$ac_tag; continue;;
12601 esac
12602 case $ac_mode$ac_tag in
12603 :[FHL]*:*);;
12604 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
12605echo "$as_me: error: Invalid tag $ac_tag." >&2;}
12606 { (exit 1); exit 1; }; };;
12607 :[FH]-) ac_tag=-:-;;
12608 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12609 esac
12610 ac_save_IFS=$IFS
12611 IFS=:
12612 set x $ac_tag
12613 IFS=$ac_save_IFS
12614 shift
12615 ac_file=$1
12616 shift
12617
12618 case $ac_mode in
12619 :L) ac_source=$1;;
12620 :[FH])
12621 ac_file_inputs=
12622 for ac_f
12623 do
12624 case $ac_f in
12625 -) ac_f="$tmp/stdin";;
12626 *) # Look for the file first in the build tree, then in the source tree
12627 # (if the path is not absolute). The absolute path cannot be DOS-style,
12628 # because $ac_f cannot contain `:'.
12629 test -f "$ac_f" ||
12630 case $ac_f in
12631 [\\/$]*) false;;
12632 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12633 esac ||
12634 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
12635echo "$as_me: error: cannot find input file: $ac_f" >&2;}
12636 { (exit 1); exit 1; }; };;
12637 esac
12638 ac_file_inputs="$ac_file_inputs $ac_f"
12639 done
12640
12641 # Let's still pretend it is `configure' which instantiates (i.e., don't
12642 # use $as_me), people would be surprised to read:
12643 # /* config.h. Generated by config.status. */
12644 configure_input="Generated from "`IFS=:
12645 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
12646 if test x"$ac_file" != x-; then
12647 configure_input="$ac_file. $configure_input"
12648 { echo "$as_me:$LINENO: creating $ac_file" >&5
12649echo "$as_me: creating $ac_file" >&6;}
12650 fi
12651
12652 case $ac_tag in
12653 *:-:* | *:-) cat >"$tmp/stdin";;
12654 esac
12655 ;;
12656 esac
12657
12658 ac_dir=`$as_dirname -- "$ac_file" ||
12659$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12660 X"$ac_file" : 'X\(//\)[^/]' \| \
12661 X"$ac_file" : 'X\(//\)$' \| \
12662 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12663echo X"$ac_file" |
12664 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12665 s//\1/
12666 q
12667 }
12668 /^X\(\/\/\)[^/].*/{
12669 s//\1/
12670 q
12671 }
12672 /^X\(\/\/\)$/{
12673 s//\1/
12674 q
12675 }
12676 /^X\(\/\).*/{
12677 s//\1/
12678 q
12679 }
12680 s/.*/./; q'`
12681 { as_dir="$ac_dir"
12682 case $as_dir in #( 8410 case $as_dir in #(
12683 -*) as_dir=./$as_dir;; 8411 -*) as_dir=./$as_dir;;
12684 esac 8412 esac
12685 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 8413 test -d "$as_dir" || eval $as_mkdir_p || {
12686 as_dirs= 8414 as_dirs=
12687 while :; do 8415 while :; do
12688 case $as_dir in #( 8416 case $as_dir in #(
12689 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 8417 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12690 *) as_qdir=$as_dir;; 8418 *) as_qdir=$as_dir;;
12691 esac 8419 esac
12692 as_dirs="'$as_qdir' $as_dirs" 8420 as_dirs="'$as_qdir' $as_dirs"
12693 as_dir=`$as_dirname -- "$as_dir" || 8421 as_dir=`$as_dirname -- "$as_dir" ||
12694$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8422$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12695 X"$as_dir" : 'X\(//\)[^/]' \| \ 8423 X"$as_dir" : 'X\(//\)[^/]' \| \
12696 X"$as_dir" : 'X\(//\)$' \| \ 8424 X"$as_dir" : 'X\(//\)$' \| \
12697 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 8425 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12698echo X"$as_dir" | 8426printf "%s\n" X"$as_dir" |
12699 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8427 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12700 s//\1/ 8428 s//\1/
12701 q 8429 q
12702 } 8430 }
12703 /^X\(\/\/\)[^/].*/{ 8431 /^X\(\/\/\)[^/].*/{
12714 } 8442 }
12715 s/.*/./; q'` 8443 s/.*/./; q'`
12716 test -d "$as_dir" && break 8444 test -d "$as_dir" && break
12717 done 8445 done
12718 test -z "$as_dirs" || eval "mkdir $as_dirs" 8446 test -z "$as_dirs" || eval "mkdir $as_dirs"
12719 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 8447 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12720echo "$as_me: error: cannot create directory $as_dir" >&2;} 8448
12721 { (exit 1); exit 1; }; }; } 8449
8450} # as_fn_mkdir_p
8451if mkdir -p . 2>/dev/null; then
8452 as_mkdir_p='mkdir -p "$as_dir"'
8453else
8454 test -d ./-p && rmdir ./-p
8455 as_mkdir_p=false
8456fi
8457
8458
8459# as_fn_executable_p FILE
8460# -----------------------
8461# Test if FILE is an executable regular file.
8462as_fn_executable_p ()
8463{
8464 test -f "$1" && test -x "$1"
8465} # as_fn_executable_p
8466as_test_x='test -x'
8467as_executable_p=as_fn_executable_p
8468
8469# Sed expression to map a string onto a valid CPP name.
8470as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8471
8472# Sed expression to map a string onto a valid variable name.
8473as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8474
8475
8476exec 6>&1
8477## ----------------------------------- ##
8478## Main body of $CONFIG_STATUS script. ##
8479## ----------------------------------- ##
8480_ASEOF
8481test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8482
8483cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8484# Save the log message, to keep $0 and so on meaningful, and to
8485# report actual input values of CONFIG_FILES etc. instead of their
8486# values after options handling.
8487ac_log="
8488This file was extended by $as_me, which was
8489generated by GNU Autoconf 2.71. Invocation command line was
8490
8491 CONFIG_FILES = $CONFIG_FILES
8492 CONFIG_HEADERS = $CONFIG_HEADERS
8493 CONFIG_LINKS = $CONFIG_LINKS
8494 CONFIG_COMMANDS = $CONFIG_COMMANDS
8495 $ $0 $@
8496
8497on `(hostname || uname -n) 2>/dev/null | sed 1q`
8498"
8499
8500_ACEOF
8501
8502case $ac_config_files in *"
8503"*) set x $ac_config_files; shift; ac_config_files=$*;;
8504esac
8505
8506case $ac_config_headers in *"
8507"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
8508esac
8509
8510
8511cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8512# Files that config.status was made for.
8513config_files="$ac_config_files"
8514config_headers="$ac_config_headers"
8515
8516_ACEOF
8517
8518cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8519ac_cs_usage="\
8520\`$as_me' instantiates files and other configuration actions
8521from templates according to the current configuration. Unless the files
8522and actions are specified as TAGs, all are instantiated by default.
8523
8524Usage: $0 [OPTION]... [TAG]...
8525
8526 -h, --help print this help, then exit
8527 -V, --version print version number and configuration settings, then exit
8528 --config print configuration, then exit
8529 -q, --quiet, --silent
8530 do not print progress messages
8531 -d, --debug don't remove temporary files
8532 --recheck update $as_me by reconfiguring in the same conditions
8533 --file=FILE[:TEMPLATE]
8534 instantiate the configuration file FILE
8535 --header=FILE[:TEMPLATE]
8536 instantiate the configuration header FILE
8537
8538Configuration files:
8539$config_files
8540
8541Configuration headers:
8542$config_headers
8543
8544Report bugs to the package provider."
8545
8546_ACEOF
8547ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
8548ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
8549cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8550ac_cs_config='$ac_cs_config_escaped'
8551ac_cs_version="\\
8552config.status
8553configured by $0, generated by GNU Autoconf 2.71,
8554 with options \\"\$ac_cs_config\\"
8555
8556Copyright (C) 2021 Free Software Foundation, Inc.
8557This config.status script is free software; the Free Software Foundation
8558gives unlimited permission to copy, distribute and modify it."
8559
8560ac_pwd='$ac_pwd'
8561srcdir='$srcdir'
8562INSTALL='$INSTALL'
8563test -n "\$AWK" || AWK=awk
8564_ACEOF
8565
8566cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8567# The default lists apply if the user does not specify any file.
8568ac_need_defaults=:
8569while test $# != 0
8570do
8571 case $1 in
8572 --*=?*)
8573 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8574 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
8575 ac_shift=:
8576 ;;
8577 --*=)
8578 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8579 ac_optarg=
8580 ac_shift=:
8581 ;;
8582 *)
8583 ac_option=$1
8584 ac_optarg=$2
8585 ac_shift=shift
8586 ;;
8587 esac
8588
8589 case $ac_option in
8590 # Handling of the options.
8591 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8592 ac_cs_recheck=: ;;
8593 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
8594 printf "%s\n" "$ac_cs_version"; exit ;;
8595 --config | --confi | --conf | --con | --co | --c )
8596 printf "%s\n" "$ac_cs_config"; exit ;;
8597 --debug | --debu | --deb | --de | --d | -d )
8598 debug=: ;;
8599 --file | --fil | --fi | --f )
8600 $ac_shift
8601 case $ac_optarg in
8602 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8603 '') as_fn_error $? "missing file argument" ;;
8604 esac
8605 as_fn_append CONFIG_FILES " '$ac_optarg'"
8606 ac_need_defaults=false;;
8607 --header | --heade | --head | --hea )
8608 $ac_shift
8609 case $ac_optarg in
8610 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8611 esac
8612 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
8613 ac_need_defaults=false;;
8614 --he | --h)
8615 # Conflict between --help and --header
8616 as_fn_error $? "ambiguous option: \`$1'
8617Try \`$0 --help' for more information.";;
8618 --help | --hel | -h )
8619 printf "%s\n" "$ac_cs_usage"; exit ;;
8620 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8621 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8622 ac_cs_silent=: ;;
8623
8624 # This is an error.
8625 -*) as_fn_error $? "unrecognized option: \`$1'
8626Try \`$0 --help' for more information." ;;
8627
8628 *) as_fn_append ac_config_targets " $1"
8629 ac_need_defaults=false ;;
8630
8631 esac
8632 shift
8633done
8634
8635ac_configure_extra_args=
8636
8637if $ac_cs_silent; then
8638 exec 6>/dev/null
8639 ac_configure_extra_args="$ac_configure_extra_args --silent"
8640fi
8641
8642_ACEOF
8643cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8644if \$ac_cs_recheck; then
8645 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8646 shift
8647 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
8648 CONFIG_SHELL='$SHELL'
8649 export CONFIG_SHELL
8650 exec "\$@"
8651fi
8652
8653_ACEOF
8654cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8655exec 5>>config.log
8656{
8657 echo
8658 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8659## Running $as_me. ##
8660_ASBOX
8661 printf "%s\n" "$ac_log"
8662} >&5
8663
8664_ACEOF
8665cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8666_ACEOF
8667
8668cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8669
8670# Handling of arguments.
8671for ac_config_target in $ac_config_targets
8672do
8673 case $ac_config_target in
8674 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
8675 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8676 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
8677 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
8678
8679 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8680 esac
8681done
8682
8683
8684# If the user did not use the arguments to specify the items to instantiate,
8685# then the envvar interface is used. Set only those that are not.
8686# We use the long form for the default assignment because of an extremely
8687# bizarre bug on SunOS 4.1.3.
8688if $ac_need_defaults; then
8689 test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
8690 test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
8691fi
8692
8693# Have a temporary directory for convenience. Make it in the build tree
8694# simply because there is no reason against having it here, and in addition,
8695# creating and moving files from /tmp can sometimes cause problems.
8696# Hook for its removal unless debugging.
8697# Note that there is a small window in which the directory will not be cleaned:
8698# after its creation but before its name has been assigned to `$tmp'.
8699$debug ||
8700{
8701 tmp= ac_tmp=
8702 trap 'exit_status=$?
8703 : "${ac_tmp:=$tmp}"
8704 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
8705' 0
8706 trap 'as_fn_exit 1' 1 2 13 15
8707}
8708# Create a (secure) tmp directory for tmp files.
8709
8710{
8711 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8712 test -d "$tmp"
8713} ||
8714{
8715 tmp=./conf$$-$RANDOM
8716 (umask 077 && mkdir "$tmp")
8717} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8718ac_tmp=$tmp
8719
8720# Set up the scripts for CONFIG_FILES section.
8721# No need to generate them if there are no CONFIG_FILES.
8722# This happens for instance with `./config.status config.h'.
8723if test -n "$CONFIG_FILES"; then
8724
8725
8726ac_cr=`echo X | tr X '\015'`
8727# On cygwin, bash can eat \r inside `` if the user requested igncr.
8728# But we know of no other shell where ac_cr would be empty at this
8729# point, so we can use a bashism as a fallback.
8730if test "x$ac_cr" = x; then
8731 eval ac_cr=\$\'\\r\'
8732fi
8733ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8734if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8735 ac_cs_awk_cr='\\r'
8736else
8737 ac_cs_awk_cr=$ac_cr
8738fi
8739
8740echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
8741_ACEOF
8742
8743
8744{
8745 echo "cat >conf$$subs.awk <<_ACEOF" &&
8746 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8747 echo "_ACEOF"
8748} >conf$$subs.sh ||
8749 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8750ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8751ac_delim='%!_!# '
8752for ac_last_try in false false false false false :; do
8753 . ./conf$$subs.sh ||
8754 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8755
8756 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8757 if test $ac_delim_n = $ac_delim_num; then
8758 break
8759 elif $ac_last_try; then
8760 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8761 else
8762 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8763 fi
8764done
8765rm -f conf$$subs.sh
8766
8767cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8768cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
8769_ACEOF
8770sed -n '
8771h
8772s/^/S["/; s/!.*/"]=/
8773p
8774g
8775s/^[^!]*!//
8776:repl
8777t repl
8778s/'"$ac_delim"'$//
8779t delim
8780:nl
8781h
8782s/\(.\{148\}\)..*/\1/
8783t more1
8784s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
8785p
8786n
8787b repl
8788:more1
8789s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8790p
8791g
8792s/.\{148\}//
8793t nl
8794:delim
8795h
8796s/\(.\{148\}\)..*/\1/
8797t more2
8798s/["\\]/\\&/g; s/^/"/; s/$/"/
8799p
8800b
8801:more2
8802s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8803p
8804g
8805s/.\{148\}//
8806t delim
8807' <conf$$subs.awk | sed '
8808/^[^""]/{
8809 N
8810 s/\n//
8811}
8812' >>$CONFIG_STATUS || ac_write_fail=1
8813rm -f conf$$subs.awk
8814cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8815_ACAWK
8816cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
8817 for (key in S) S_is_set[key] = 1
8818 FS = ""
8819
8820}
8821{
8822 line = $ 0
8823 nfields = split(line, field, "@")
8824 substed = 0
8825 len = length(field[1])
8826 for (i = 2; i < nfields; i++) {
8827 key = field[i]
8828 keylen = length(key)
8829 if (S_is_set[key]) {
8830 value = S[key]
8831 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8832 len += length(value) + length(field[++i])
8833 substed = 1
8834 } else
8835 len += 1 + keylen
8836 }
8837
8838 print line
8839}
8840
8841_ACAWK
8842_ACEOF
8843cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8844if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8845 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8846else
8847 cat
8848fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
8849 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8850_ACEOF
8851
8852# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8853# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8854# trailing colons and then remove the whole line if VPATH becomes empty
8855# (actually we leave an empty line to preserve line numbers).
8856if test "x$srcdir" = x.; then
8857 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8858h
8859s///
8860s/^/:/
8861s/[ ]*$/:/
8862s/:\$(srcdir):/:/g
8863s/:\${srcdir}:/:/g
8864s/:@srcdir@:/:/g
8865s/^:*//
8866s/:*$//
8867x
8868s/\(=[ ]*\).*/\1/
8869G
8870s/\n//
8871s/^[^=]*=[ ]*$//
8872}'
8873fi
8874
8875cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8876fi # test -n "$CONFIG_FILES"
8877
8878# Set up the scripts for CONFIG_HEADERS section.
8879# No need to generate them if there are no CONFIG_HEADERS.
8880# This happens for instance with `./config.status Makefile'.
8881if test -n "$CONFIG_HEADERS"; then
8882cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
8883BEGIN {
8884_ACEOF
8885
8886# Transform confdefs.h into an awk script `defines.awk', embedded as
8887# here-document in config.status, that substitutes the proper values into
8888# config.h.in to produce config.h.
8889
8890# Create a delimiter string that does not exist in confdefs.h, to ease
8891# handling of long lines.
8892ac_delim='%!_!# '
8893for ac_last_try in false false :; do
8894 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
8895 if test -z "$ac_tt"; then
8896 break
8897 elif $ac_last_try; then
8898 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
8899 else
8900 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8901 fi
8902done
8903
8904# For the awk script, D is an array of macro values keyed by name,
8905# likewise P contains macro parameters if any. Preserve backslash
8906# newline sequences.
8907
8908ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
8909sed -n '
8910s/.\{148\}/&'"$ac_delim"'/g
8911t rset
8912:rset
8913s/^[ ]*#[ ]*define[ ][ ]*/ /
8914t def
8915d
8916:def
8917s/\\$//
8918t bsnl
8919s/["\\]/\\&/g
8920s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8921D["\1"]=" \3"/p
8922s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
8923d
8924:bsnl
8925s/["\\]/\\&/g
8926s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8927D["\1"]=" \3\\\\\\n"\\/p
8928t cont
8929s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
8930t cont
8931d
8932:cont
8933n
8934s/.\{148\}/&'"$ac_delim"'/g
8935t clear
8936:clear
8937s/\\$//
8938t bsnlc
8939s/["\\]/\\&/g; s/^/"/; s/$/"/p
8940d
8941:bsnlc
8942s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
8943b cont
8944' <confdefs.h | sed '
8945s/'"$ac_delim"'/"\\\
8946"/g' >>$CONFIG_STATUS || ac_write_fail=1
8947
8948cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8949 for (key in D) D_is_set[key] = 1
8950 FS = ""
8951}
8952/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
8953 line = \$ 0
8954 split(line, arg, " ")
8955 if (arg[1] == "#") {
8956 defundef = arg[2]
8957 mac1 = arg[3]
8958 } else {
8959 defundef = substr(arg[1], 2)
8960 mac1 = arg[2]
8961 }
8962 split(mac1, mac2, "(") #)
8963 macro = mac2[1]
8964 prefix = substr(line, 1, index(line, defundef) - 1)
8965 if (D_is_set[macro]) {
8966 # Preserve the white space surrounding the "#".
8967 print prefix "define", macro P[macro] D[macro]
8968 next
8969 } else {
8970 # Replace #undef with comments. This is necessary, for example,
8971 # in the case of _POSIX_SOURCE, which is predefined and required
8972 # on some systems where configure will not decide to define it.
8973 if (defundef == "undef") {
8974 print "/*", prefix defundef, macro, "*/"
8975 next
8976 }
8977 }
8978}
8979{ print }
8980_ACAWK
8981_ACEOF
8982cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8983 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
8984fi # test -n "$CONFIG_HEADERS"
8985
8986
8987eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS "
8988shift
8989for ac_tag
8990do
8991 case $ac_tag in
8992 :[FHLC]) ac_mode=$ac_tag; continue;;
8993 esac
8994 case $ac_mode$ac_tag in
8995 :[FHL]*:*);;
8996 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8997 :[FH]-) ac_tag=-:-;;
8998 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8999 esac
9000 ac_save_IFS=$IFS
9001 IFS=:
9002 set x $ac_tag
9003 IFS=$ac_save_IFS
9004 shift
9005 ac_file=$1
9006 shift
9007
9008 case $ac_mode in
9009 :L) ac_source=$1;;
9010 :[FH])
9011 ac_file_inputs=
9012 for ac_f
9013 do
9014 case $ac_f in
9015 -) ac_f="$ac_tmp/stdin";;
9016 *) # Look for the file first in the build tree, then in the source tree
9017 # (if the path is not absolute). The absolute path cannot be DOS-style,
9018 # because $ac_f cannot contain `:'.
9019 test -f "$ac_f" ||
9020 case $ac_f in
9021 [\\/$]*) false;;
9022 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9023 esac ||
9024 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
9025 esac
9026 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9027 as_fn_append ac_file_inputs " '$ac_f'"
9028 done
9029
9030 # Let's still pretend it is `configure' which instantiates (i.e., don't
9031 # use $as_me), people would be surprised to read:
9032 # /* config.h. Generated by config.status. */
9033 configure_input='Generated from '`
9034 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
9035 `' by configure.'
9036 if test x"$ac_file" != x-; then
9037 configure_input="$ac_file. $configure_input"
9038 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
9039printf "%s\n" "$as_me: creating $ac_file" >&6;}
9040 fi
9041 # Neutralize special characters interpreted by sed in replacement strings.
9042 case $configure_input in #(
9043 *\&* | *\|* | *\\* )
9044 ac_sed_conf_input=`printf "%s\n" "$configure_input" |
9045 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9046 *) ac_sed_conf_input=$configure_input;;
9047 esac
9048
9049 case $ac_tag in
9050 *:-:* | *:-) cat >"$ac_tmp/stdin" \
9051 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
9052 esac
9053 ;;
9054 esac
9055
9056 ac_dir=`$as_dirname -- "$ac_file" ||
9057$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9058 X"$ac_file" : 'X\(//\)[^/]' \| \
9059 X"$ac_file" : 'X\(//\)$' \| \
9060 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
9061printf "%s\n" X"$ac_file" |
9062 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9063 s//\1/
9064 q
9065 }
9066 /^X\(\/\/\)[^/].*/{
9067 s//\1/
9068 q
9069 }
9070 /^X\(\/\/\)$/{
9071 s//\1/
9072 q
9073 }
9074 /^X\(\/\).*/{
9075 s//\1/
9076 q
9077 }
9078 s/.*/./; q'`
9079 as_dir="$ac_dir"; as_fn_mkdir_p
12722 ac_builddir=. 9080 ac_builddir=.
12723 9081
12724case "$ac_dir" in 9082case "$ac_dir" in
12725.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 9083.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12726*) 9084*)
12727 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 9085 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
12728 # A ".." for each directory in $ac_dir_suffix. 9086 # A ".." for each directory in $ac_dir_suffix.
12729 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 9087 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12730 case $ac_top_builddir_sub in 9088 case $ac_top_builddir_sub in
12731 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 9089 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12732 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 9090 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12733 esac ;; 9091 esac ;;
12734esac 9092esac
12764 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 9122 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12765 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 9123 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12766 esac 9124 esac
12767_ACEOF 9125_ACEOF
12768 9126
12769cat >>$CONFIG_STATUS <<\_ACEOF 9127cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12770# If the template does not know about datarootdir, expand it. 9128# If the template does not know about datarootdir, expand it.
12771# FIXME: This hack should be removed a few years after 2.60. 9129# FIXME: This hack should be removed a few years after 2.60.
12772ac_datarootdir_hack=; ac_datarootdir_seen= 9130ac_datarootdir_hack=; ac_datarootdir_seen=
12773 9131ac_sed_dataroot='
12774case `sed -n '/datarootdir/ { 9132/datarootdir/ {
12775 p 9133 p
12776 q 9134 q
12777} 9135}
12778/@datadir@/p 9136/@datadir@/p
12779/@docdir@/p 9137/@docdir@/p
12780/@infodir@/p 9138/@infodir@/p
12781/@localedir@/p 9139/@localedir@/p
12782/@mandir@/p 9140/@mandir@/p'
12783' $ac_file_inputs` in 9141case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12784*datarootdir*) ac_datarootdir_seen=yes;; 9142*datarootdir*) ac_datarootdir_seen=yes;;
12785*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 9143*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12786 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 9144 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12787echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 9145printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12788_ACEOF 9146_ACEOF
12789cat >>$CONFIG_STATUS <<_ACEOF 9147cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12790 ac_datarootdir_hack=' 9148 ac_datarootdir_hack='
12791 s&@datadir@&$datadir&g 9149 s&@datadir@&$datadir&g
12792 s&@docdir@&$docdir&g 9150 s&@docdir@&$docdir&g
12793 s&@infodir@&$infodir&g 9151 s&@infodir@&$infodir&g
12794 s&@localedir@&$localedir&g 9152 s&@localedir@&$localedir&g
12795 s&@mandir@&$mandir&g 9153 s&@mandir@&$mandir&g
12796 s&\\\${datarootdir}&$datarootdir&g' ;; 9154 s&\\\${datarootdir}&$datarootdir&g' ;;
12797esac 9155esac
12798_ACEOF 9156_ACEOF
12799 9157
12800# Neutralize VPATH when `$srcdir' = `.'. 9158# Neutralize VPATH when `$srcdir' = `.'.
12801# Shell code in configure.ac might set extrasub. 9159# Shell code in configure.ac might set extrasub.
12802# FIXME: do we really want to maintain this feature? 9160# FIXME: do we really want to maintain this feature?
12803cat >>$CONFIG_STATUS <<_ACEOF 9161cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12804 sed "$ac_vpsub 9162ac_sed_extra="$ac_vpsub
12805$extrasub 9163$extrasub
12806_ACEOF 9164_ACEOF
12807cat >>$CONFIG_STATUS <<\_ACEOF 9165cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12808:t 9166:t
12809/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 9167/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12810s&@configure_input@&$configure_input&;t t 9168s|@configure_input@|$ac_sed_conf_input|;t t
12811s&@top_builddir@&$ac_top_builddir_sub&;t t 9169s&@top_builddir@&$ac_top_builddir_sub&;t t
9170s&@top_build_prefix@&$ac_top_build_prefix&;t t
12812s&@srcdir@&$ac_srcdir&;t t 9171s&@srcdir@&$ac_srcdir&;t t
12813s&@abs_srcdir@&$ac_abs_srcdir&;t t 9172s&@abs_srcdir@&$ac_abs_srcdir&;t t
12814s&@top_srcdir@&$ac_top_srcdir&;t t 9173s&@top_srcdir@&$ac_top_srcdir&;t t
12815s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 9174s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12816s&@builddir@&$ac_builddir&;t t 9175s&@builddir@&$ac_builddir&;t t
12817s&@abs_builddir@&$ac_abs_builddir&;t t 9176s&@abs_builddir@&$ac_abs_builddir&;t t
12818s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9177s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12819s&@INSTALL@&$ac_INSTALL&;t t 9178s&@INSTALL@&$ac_INSTALL&;t t
12820$ac_datarootdir_hack 9179$ac_datarootdir_hack
12821" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 9180"
9181eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
9182 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12822 9183
12823test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 9184test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12824 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 9185 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12825 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 9186 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
9187 "$ac_tmp/out"`; test -z "$ac_out"; } &&
12826 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9188 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12827which seems to be undefined. Please make sure it is defined." >&5 9189which seems to be undefined. Please make sure it is defined" >&5
12828echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9190printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12829which seems to be undefined. Please make sure it is defined." >&2;} 9191which seems to be undefined. Please make sure it is defined" >&2;}
12830 9192
12831 rm -f "$tmp/stdin" 9193 rm -f "$ac_tmp/stdin"
12832 case $ac_file in 9194 case $ac_file in
12833 -) cat "$tmp/out"; rm -f "$tmp/out";; 9195 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12834 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 9196 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
12835 esac 9197 esac \
9198 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12836 ;; 9199 ;;
12837 :H) 9200 :H)
12838 # 9201 #
12839 # CONFIG_HEADER 9202 # CONFIG_HEADER
12840 # 9203 #
12841_ACEOF
12842
12843# Transform confdefs.h into a sed script `conftest.defines', that
12844# substitutes the proper values into config.h.in to produce config.h.
12845rm -f conftest.defines conftest.tail
12846# First, append a space to every undef/define line, to ease matching.
12847echo 's/$/ /' >conftest.defines
12848# Then, protect against being on the right side of a sed subst, or in
12849# an unquoted here document, in config.status. If some macros were
12850# called several times there might be several #defines for the same
12851# symbol, which is useless. But do not sort them, since the last
12852# AC_DEFINE must be honored.
12853ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12854# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
12855# NAME is the cpp macro being defined, VALUE is the value it is being given.
12856# PARAMS is the parameter list in the macro definition--in most cases, it's
12857# just an empty string.
12858ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
12859ac_dB='\\)[ (].*,\\1define\\2'
12860ac_dC=' '
12861ac_dD=' ,'
12862
12863uniq confdefs.h |
12864 sed -n '
12865 t rset
12866 :rset
12867 s/^[ ]*#[ ]*define[ ][ ]*//
12868 t ok
12869 d
12870 :ok
12871 s/[\\&,]/\\&/g
12872 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
12873 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
12874 ' >>conftest.defines
12875
12876# Remove the space that was appended to ease matching.
12877# Then replace #undef with comments. This is necessary, for
12878# example, in the case of _POSIX_SOURCE, which is predefined and required
12879# on some systems where configure will not decide to define it.
12880# (The regexp can be short, since the line contains either #define or #undef.)
12881echo 's/ $//
12882s,^[ #]*u.*,/* & */,' >>conftest.defines
12883
12884# Break up conftest.defines:
12885ac_max_sed_lines=50
12886
12887# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
12888# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
12889# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
12890# et cetera.
12891ac_in='$ac_file_inputs'
12892ac_out='"$tmp/out1"'
12893ac_nxt='"$tmp/out2"'
12894
12895while :
12896do
12897 # Write a here document:
12898 cat >>$CONFIG_STATUS <<_ACEOF
12899 # First, check the format of the line:
12900 cat >"\$tmp/defines.sed" <<\\CEOF
12901/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
12902/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
12903b
12904:def
12905_ACEOF
12906 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
12907 echo 'CEOF
12908 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
12909 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
12910 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
12911 grep . conftest.tail >/dev/null || break
12912 rm -f conftest.defines
12913 mv conftest.tail conftest.defines
12914done
12915rm -f conftest.defines conftest.tail
12916
12917echo "ac_result=$ac_in" >>$CONFIG_STATUS
12918cat >>$CONFIG_STATUS <<\_ACEOF
12919 if test x"$ac_file" != x-; then 9204 if test x"$ac_file" != x-; then
12920 echo "/* $configure_input */" >"$tmp/config.h" 9205 {
12921 cat "$ac_result" >>"$tmp/config.h" 9206 printf "%s\n" "/* $configure_input */" >&1 \
9207 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
9208 } >"$ac_tmp/config.h" \
9209 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12922 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 9210 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
12923 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 9211 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12924echo "$as_me: $ac_file is unchanged" >&6;} 9212printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
12925 else 9213 else
12926 rm -f $ac_file 9214 rm -f "$ac_file"
12927 mv "$tmp/config.h" $ac_file 9215 mv "$ac_tmp/config.h" "$ac_file" \
9216 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12928 fi 9217 fi
12929 else 9218 else
12930 echo "/* $configure_input */" 9219 printf "%s\n" "/* $configure_input */" >&1 \
12931 cat "$ac_result" 9220 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
9221 || as_fn_error $? "could not create -" "$LINENO" 5
12932 fi 9222 fi
12933 rm -f "$tmp/out12"
12934 ;; 9223 ;;
12935 9224
12936 9225
12937 esac 9226 esac
12938 9227
12939done # for ac_tag 9228done # for ac_tag
12940 9229
12941 9230
12942{ (exit 0); exit 0; } 9231as_fn_exit 0
12943_ACEOF 9232_ACEOF
12944chmod +x $CONFIG_STATUS
12945ac_clean_files=$ac_clean_files_save 9233ac_clean_files=$ac_clean_files_save
9234
9235test $ac_write_fail = 0 ||
9236 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
12946 9237
12947 9238
12948# configure is writing to config.log, and then calls config.status. 9239# configure is writing to config.log, and then calls config.status.
12949# config.status does its own redirection, appending to config.log. 9240# config.status does its own redirection, appending to config.log.
12950# Unfortunately, on DOS this fails, as config.log is still kept open 9241# Unfortunately, on DOS this fails, as config.log is still kept open
12961 exec 5>/dev/null 9252 exec 5>/dev/null
12962 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 9253 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12963 exec 5>>config.log 9254 exec 5>>config.log
12964 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 9255 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12965 # would make configure fail if this is the last instruction. 9256 # would make configure fail if this is the last instruction.
12966 $ac_cs_success || { (exit 1); exit 1; } 9257 $ac_cs_success || as_fn_exit 1
9258fi
9259if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
9260 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
9261printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
12967fi 9262fi
12968 9263
12969 9264
12970echo "Configuration: 9265echo "Configuration:
12971 9266
12987if test x$RESFALLBACK != x; then 9282if test x$RESFALLBACK != x; then
12988 echo " resource class fallback: $RESFALLBACK" 9283 echo " resource class fallback: $RESFALLBACK"
12989fi 9284fi
12990echo 9285echo
12991echo " embedded perl: $support_perl" 9286echo " embedded perl: $support_perl"
12992echo " libafterimage: $support_afterimage" 9287echo " image library: $image_lib"
12993echo 9288echo
12994if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 9289if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
12995 echo ".----------------------------------------------------------------." 9290 echo ".----------------------------------------------------------------."
12996 echo ". WARNING: --enable-xim was specified however the locale support ." 9291 echo ". WARNING: --enable-xim was specified however the locale support ."
12997 echo ". functions could not be found. ." 9292 echo ". functions could not be found. ."
13000fi 9295fi
13001 9296
13002echo "*** Optionally check src/feature.h for further, rarely used options ***" 9297echo "*** Optionally check src/feature.h for further, rarely used options ***"
13003echo 9298echo
13004 9299
9300

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines