Automatic date update in version.in
[deliverable/binutils-gdb.git] / sim / igen / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
b7026657 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
b7026657 50else
81ecdfbb
RW
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
b7026657
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
c906108c 124
b7026657 125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 184do
81ecdfbb
RW
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
204$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207fi; }
208IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 228 else
81ecdfbb
RW
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230$0: including any error possibly output before this
231$0: message. Then install a modern shell, or manually run
232$0: the script under such a shell if you do have one."
b7026657 233 fi
81ecdfbb
RW
234 exit 1
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_fn_set_status ()
260{
261 return $1
262} # as_fn_set_status
263
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
356
357# as_fn_error ERROR [LINENO LOG_FD]
358# ---------------------------------
359# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361# script with status $?, using 1 if that was 0.
362as_fn_error ()
363{
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371} # as_fn_error
c906108c 372
81ecdfbb
RW
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
375 as_expr=expr
376else
377 as_expr=false
378fi
c906108c 379
81ecdfbb 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
381 as_basename=basename
382else
383 as_basename=false
384fi
c906108c 385
81ecdfbb
RW
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
c906108c 391
81ecdfbb 392as_me=`$as_basename -- "$0" ||
b7026657
AC
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396$as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
b7026657 410
b7026657
AC
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
417
c906108c 418
81ecdfbb
RW
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
b7026657 428 sed '
81ecdfbb
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
b7026657 433 N
81ecdfbb
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 436 t loop
81ecdfbb 437 s/-\n.*//
b7026657 438 ' >$as_me.lineno &&
81ecdfbb
RW
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657
AC
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
b7026657
AC
446 # Exit status is that of the last command.
447 exit
448}
449
81ecdfbb
RW
450ECHO_C= ECHO_N= ECHO_T=
451case `echo -n x` in #(((((
452-n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459*)
460 ECHO_N='-n';;
b7026657 461esac
c906108c 462
81ecdfbb
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
b7026657 466else
81ecdfbb
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
b7026657 469fi
81ecdfbb
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 472 as_ln_s='ln -s'
81ecdfbb
RW
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
b7026657 483 fi
b7026657
AC
484else
485 as_ln_s='cp -p'
486fi
81ecdfbb
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
c906108c 489
b7026657 490if mkdir -p . 2>/dev/null; then
81ecdfbb 491 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
c906108c 496
81ecdfbb
RW
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517fi
518as_executable_p=$as_test_x
c906108c 519
b7026657
AC
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 522
b7026657
AC
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c
SS
525
526
81ecdfbb 527exec 7<&0 </dev/null 6>&1
c906108c 528
b7026657
AC
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 533
c906108c 534#
b7026657 535# Initializations.
c906108c 536#
b7026657 537ac_default_prefix=/usr/local
81ecdfbb 538ac_clean_files=
b7026657 539ac_config_libobj_dir=.
81ecdfbb 540LIBOBJS=
b7026657
AC
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
b7026657
AC
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
81ecdfbb 552PACKAGE_URL=
b7026657
AC
553
554ac_unique_file="table.h"
555# Factoring default headers for most tests.
556ac_includes_default="\
557#include <stdio.h>
81ecdfbb 558#ifdef HAVE_SYS_TYPES_H
b7026657
AC
559# include <sys/types.h>
560#endif
81ecdfbb 561#ifdef HAVE_SYS_STAT_H
b7026657
AC
562# include <sys/stat.h>
563#endif
81ecdfbb 564#ifdef STDC_HEADERS
b7026657
AC
565# include <stdlib.h>
566# include <stddef.h>
567#else
81ecdfbb 568# ifdef HAVE_STDLIB_H
b7026657
AC
569# include <stdlib.h>
570# endif
571#endif
81ecdfbb
RW
572#ifdef HAVE_STRING_H
573# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
574# include <memory.h>
575# endif
576# include <string.h>
577#endif
81ecdfbb 578#ifdef HAVE_STRINGS_H
b7026657
AC
579# include <strings.h>
580#endif
81ecdfbb 581#ifdef HAVE_INTTYPES_H
b7026657 582# include <inttypes.h>
b7026657 583#endif
81ecdfbb
RW
584#ifdef HAVE_STDINT_H
585# include <stdint.h>
586#endif
587#ifdef HAVE_UNISTD_H
b7026657
AC
588# include <unistd.h>
589#endif"
c906108c 590
81ecdfbb
RW
591ac_subst_vars='LTLIBOBJS
592LIBOBJS
593RANLIB
594AR
595LIBIBERTY_LIB
596RANLIB_FOR_BUILD
597CFLAGS_FOR_BUILD
598CC_FOR_BUILD
599AR_FLAGS_FOR_BUILD
600AR_FOR_BUILD
601EGREP
602GREP
603CPP
604target_os
605target_vendor
606target_cpu
607target
608host_os
609host_vendor
610host_cpu
611host
612build_os
613build_vendor
614build_cpu
615build
616OBJEXT
617EXEEXT
618ac_ct_CC
619CPPFLAGS
620LDFLAGS
621CFLAGS
622CC
623INSTALL_DATA
624INSTALL_SCRIPT
625INSTALL_PROGRAM
6ffe910a
MF
626WERROR_CFLAGS
627WARN_CFLAGS
6ffe910a 628sim_reserved_bits
6ffe910a
MF
629sim_inline
630sim_hw
631sim_hw_objs
632sim_hw_cflags
633sim_default_model
634sim_scache
635sim_float
6ffe910a
MF
636sim_endian
637sim_bitsize
6ffe910a 638sim_alignment
81ecdfbb
RW
639target_alias
640host_alias
641build_alias
642LIBS
643ECHO_T
644ECHO_N
645ECHO_C
646DEFS
647mandir
648localedir
649libdir
650psdir
651pdfdir
652dvidir
653htmldir
654infodir
655docdir
656oldincludedir
657includedir
658localstatedir
659sharedstatedir
660sysconfdir
661datadir
662datarootdir
663libexecdir
664sbindir
665bindir
666program_transform_name
667prefix
668exec_prefix
669PACKAGE_URL
670PACKAGE_BUGREPORT
671PACKAGE_STRING
672PACKAGE_VERSION
673PACKAGE_TARNAME
674PACKAGE_NAME
675PATH_SEPARATOR
6ffe910a 676SHELL'
b7026657 677ac_subst_files=''
81ecdfbb
RW
678ac_user_opts='
679enable_option_checking
2232061b 680enable_werror
81ecdfbb
RW
681enable_build_warnings
682enable_sim_build_warnings
683'
684 ac_precious_vars='build_alias
685host_alias
686target_alias
687CC
688CFLAGS
689LDFLAGS
690LIBS
691CPPFLAGS
692CPP'
693
c906108c
SS
694
695# Initialize some variables set by options.
b7026657
AC
696ac_init_help=
697ac_init_version=false
81ecdfbb
RW
698ac_unrecognized_opts=
699ac_unrecognized_sep=
c906108c
SS
700# The variables have the same names as the options, with
701# dashes changed to underlines.
b7026657 702cache_file=/dev/null
c906108c 703exec_prefix=NONE
c906108c 704no_create=
c906108c
SS
705no_recursion=
706prefix=NONE
707program_prefix=NONE
708program_suffix=NONE
709program_transform_name=s,x,x,
710silent=
711site=
712srcdir=
c906108c
SS
713verbose=
714x_includes=NONE
715x_libraries=NONE
b7026657
AC
716
717# Installation directory options.
718# These are left unexpanded so users can "make install exec_prefix=/foo"
719# and all the variables that are supposed to be based on exec_prefix
720# by default will actually change.
721# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 722# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
723bindir='${exec_prefix}/bin'
724sbindir='${exec_prefix}/sbin'
725libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
726datarootdir='${prefix}/share'
727datadir='${datarootdir}'
c906108c
SS
728sysconfdir='${prefix}/etc'
729sharedstatedir='${prefix}/com'
730localstatedir='${prefix}/var'
c906108c
SS
731includedir='${prefix}/include'
732oldincludedir='/usr/include'
81ecdfbb
RW
733docdir='${datarootdir}/doc/${PACKAGE}'
734infodir='${datarootdir}/info'
735htmldir='${docdir}'
736dvidir='${docdir}'
737pdfdir='${docdir}'
738psdir='${docdir}'
739libdir='${exec_prefix}/lib'
740localedir='${datarootdir}/locale'
741mandir='${datarootdir}/man'
c906108c 742
c906108c 743ac_prev=
81ecdfbb 744ac_dashdash=
c906108c
SS
745for ac_option
746do
c906108c
SS
747 # If the previous option needs an argument, assign it.
748 if test -n "$ac_prev"; then
81ecdfbb 749 eval $ac_prev=\$ac_option
c906108c
SS
750 ac_prev=
751 continue
752 fi
753
81ecdfbb
RW
754 case $ac_option in
755 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
756 *) ac_optarg=yes ;;
757 esac
c906108c
SS
758
759 # Accept the important Cygnus configure options, so we can diagnose typos.
760
81ecdfbb
RW
761 case $ac_dashdash$ac_option in
762 --)
763 ac_dashdash=yes ;;
c906108c
SS
764
765 -bindir | --bindir | --bindi | --bind | --bin | --bi)
766 ac_prev=bindir ;;
767 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 768 bindir=$ac_optarg ;;
c906108c
SS
769
770 -build | --build | --buil | --bui | --bu)
b7026657 771 ac_prev=build_alias ;;
c906108c 772 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 773 build_alias=$ac_optarg ;;
c906108c
SS
774
775 -cache-file | --cache-file | --cache-fil | --cache-fi \
776 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
777 ac_prev=cache_file ;;
778 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
779 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
780 cache_file=$ac_optarg ;;
781
782 --config-cache | -C)
783 cache_file=config.cache ;;
c906108c 784
81ecdfbb 785 -datadir | --datadir | --datadi | --datad)
c906108c 786 ac_prev=datadir ;;
81ecdfbb 787 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 788 datadir=$ac_optarg ;;
c906108c 789
81ecdfbb
RW
790 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
791 | --dataroo | --dataro | --datar)
792 ac_prev=datarootdir ;;
793 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
794 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
795 datarootdir=$ac_optarg ;;
796
c906108c 797 -disable-* | --disable-*)
81ecdfbb 798 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 799 # Reject names that are not valid shell variable names.
81ecdfbb
RW
800 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
801 as_fn_error "invalid feature name: $ac_useropt"
802 ac_useropt_orig=$ac_useropt
803 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
804 case $ac_user_opts in
805 *"
806"enable_$ac_useropt"
807"*) ;;
808 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
809 ac_unrecognized_sep=', ';;
810 esac
811 eval enable_$ac_useropt=no ;;
812
813 -docdir | --docdir | --docdi | --doc | --do)
814 ac_prev=docdir ;;
815 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
816 docdir=$ac_optarg ;;
817
818 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
819 ac_prev=dvidir ;;
820 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
821 dvidir=$ac_optarg ;;
c906108c
SS
822
823 -enable-* | --enable-*)
81ecdfbb 824 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 825 # Reject names that are not valid shell variable names.
81ecdfbb
RW
826 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
827 as_fn_error "invalid feature name: $ac_useropt"
828 ac_useropt_orig=$ac_useropt
829 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
830 case $ac_user_opts in
831 *"
832"enable_$ac_useropt"
833"*) ;;
834 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
835 ac_unrecognized_sep=', ';;
c906108c 836 esac
81ecdfbb 837 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
838
839 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
840 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
841 | --exec | --exe | --ex)
842 ac_prev=exec_prefix ;;
843 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
844 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
845 | --exec=* | --exe=* | --ex=*)
b7026657 846 exec_prefix=$ac_optarg ;;
c906108c
SS
847
848 -gas | --gas | --ga | --g)
849 # Obsolete; use --with-gas.
850 with_gas=yes ;;
851
b7026657
AC
852 -help | --help | --hel | --he | -h)
853 ac_init_help=long ;;
854 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
855 ac_init_help=recursive ;;
856 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
857 ac_init_help=short ;;
c906108c
SS
858
859 -host | --host | --hos | --ho)
b7026657 860 ac_prev=host_alias ;;
c906108c 861 -host=* | --host=* | --hos=* | --ho=*)
b7026657 862 host_alias=$ac_optarg ;;
c906108c 863
81ecdfbb
RW
864 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
865 ac_prev=htmldir ;;
866 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
867 | --ht=*)
868 htmldir=$ac_optarg ;;
869
c906108c
SS
870 -includedir | --includedir | --includedi | --included | --include \
871 | --includ | --inclu | --incl | --inc)
872 ac_prev=includedir ;;
873 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
874 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 875 includedir=$ac_optarg ;;
c906108c
SS
876
877 -infodir | --infodir | --infodi | --infod | --info | --inf)
878 ac_prev=infodir ;;
879 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 880 infodir=$ac_optarg ;;
c906108c
SS
881
882 -libdir | --libdir | --libdi | --libd)
883 ac_prev=libdir ;;
884 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 885 libdir=$ac_optarg ;;
c906108c
SS
886
887 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
888 | --libexe | --libex | --libe)
889 ac_prev=libexecdir ;;
890 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
891 | --libexe=* | --libex=* | --libe=*)
b7026657 892 libexecdir=$ac_optarg ;;
c906108c 893
81ecdfbb
RW
894 -localedir | --localedir | --localedi | --localed | --locale)
895 ac_prev=localedir ;;
896 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
897 localedir=$ac_optarg ;;
898
c906108c 899 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 900 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
901 ac_prev=localstatedir ;;
902 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 903 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 904 localstatedir=$ac_optarg ;;
c906108c
SS
905
906 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
907 ac_prev=mandir ;;
908 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 909 mandir=$ac_optarg ;;
c906108c
SS
910
911 -nfp | --nfp | --nf)
912 # Obsolete; use --without-fp.
913 with_fp=no ;;
914
915 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 916 | --no-cr | --no-c | -n)
c906108c
SS
917 no_create=yes ;;
918
919 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
920 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
921 no_recursion=yes ;;
922
923 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
924 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
925 | --oldin | --oldi | --old | --ol | --o)
926 ac_prev=oldincludedir ;;
927 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
928 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
929 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 930 oldincludedir=$ac_optarg ;;
c906108c
SS
931
932 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
933 ac_prev=prefix ;;
934 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 935 prefix=$ac_optarg ;;
c906108c
SS
936
937 -program-prefix | --program-prefix | --program-prefi | --program-pref \
938 | --program-pre | --program-pr | --program-p)
939 ac_prev=program_prefix ;;
940 -program-prefix=* | --program-prefix=* | --program-prefi=* \
941 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 942 program_prefix=$ac_optarg ;;
c906108c
SS
943
944 -program-suffix | --program-suffix | --program-suffi | --program-suff \
945 | --program-suf | --program-su | --program-s)
946 ac_prev=program_suffix ;;
947 -program-suffix=* | --program-suffix=* | --program-suffi=* \
948 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 949 program_suffix=$ac_optarg ;;
c906108c
SS
950
951 -program-transform-name | --program-transform-name \
952 | --program-transform-nam | --program-transform-na \
953 | --program-transform-n | --program-transform- \
954 | --program-transform | --program-transfor \
955 | --program-transfo | --program-transf \
956 | --program-trans | --program-tran \
957 | --progr-tra | --program-tr | --program-t)
958 ac_prev=program_transform_name ;;
959 -program-transform-name=* | --program-transform-name=* \
960 | --program-transform-nam=* | --program-transform-na=* \
961 | --program-transform-n=* | --program-transform-=* \
962 | --program-transform=* | --program-transfor=* \
963 | --program-transfo=* | --program-transf=* \
964 | --program-trans=* | --program-tran=* \
965 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 966 program_transform_name=$ac_optarg ;;
c906108c 967
81ecdfbb
RW
968 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
969 ac_prev=pdfdir ;;
970 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
971 pdfdir=$ac_optarg ;;
972
973 -psdir | --psdir | --psdi | --psd | --ps)
974 ac_prev=psdir ;;
975 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
976 psdir=$ac_optarg ;;
977
c906108c
SS
978 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
979 | -silent | --silent | --silen | --sile | --sil)
980 silent=yes ;;
981
982 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
983 ac_prev=sbindir ;;
984 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
985 | --sbi=* | --sb=*)
b7026657 986 sbindir=$ac_optarg ;;
c906108c
SS
987
988 -sharedstatedir | --sharedstatedir | --sharedstatedi \
989 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
990 | --sharedst | --shareds | --shared | --share | --shar \
991 | --sha | --sh)
992 ac_prev=sharedstatedir ;;
993 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
994 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
995 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
996 | --sha=* | --sh=*)
b7026657 997 sharedstatedir=$ac_optarg ;;
c906108c
SS
998
999 -site | --site | --sit)
1000 ac_prev=site ;;
1001 -site=* | --site=* | --sit=*)
b7026657 1002 site=$ac_optarg ;;
eb2d80b4 1003
c906108c
SS
1004 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1005 ac_prev=srcdir ;;
1006 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1007 srcdir=$ac_optarg ;;
c906108c
SS
1008
1009 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1010 | --syscon | --sysco | --sysc | --sys | --sy)
1011 ac_prev=sysconfdir ;;
1012 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1013 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1014 sysconfdir=$ac_optarg ;;
c906108c
SS
1015
1016 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1017 ac_prev=target_alias ;;
c906108c 1018 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1019 target_alias=$ac_optarg ;;
c906108c
SS
1020
1021 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1022 verbose=yes ;;
1023
b7026657
AC
1024 -version | --version | --versio | --versi | --vers | -V)
1025 ac_init_version=: ;;
c906108c
SS
1026
1027 -with-* | --with-*)
81ecdfbb 1028 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1029 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1030 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1031 as_fn_error "invalid package name: $ac_useropt"
1032 ac_useropt_orig=$ac_useropt
1033 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1034 case $ac_user_opts in
1035 *"
1036"with_$ac_useropt"
1037"*) ;;
1038 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1039 ac_unrecognized_sep=', ';;
c906108c 1040 esac
81ecdfbb 1041 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1042
1043 -without-* | --without-*)
81ecdfbb 1044 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1045 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1046 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1047 as_fn_error "invalid package name: $ac_useropt"
1048 ac_useropt_orig=$ac_useropt
1049 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1050 case $ac_user_opts in
1051 *"
1052"with_$ac_useropt"
1053"*) ;;
1054 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1055 ac_unrecognized_sep=', ';;
1056 esac
1057 eval with_$ac_useropt=no ;;
c906108c
SS
1058
1059 --x)
1060 # Obsolete; use --with-x.
1061 with_x=yes ;;
1062
1063 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1064 | --x-incl | --x-inc | --x-in | --x-i)
1065 ac_prev=x_includes ;;
1066 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1067 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1068 x_includes=$ac_optarg ;;
c906108c
SS
1069
1070 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1071 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1072 ac_prev=x_libraries ;;
1073 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1074 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1075 x_libraries=$ac_optarg ;;
c906108c 1076
81ecdfbb
RW
1077 -*) as_fn_error "unrecognized option: \`$ac_option'
1078Try \`$0 --help' for more information."
c906108c
SS
1079 ;;
1080
b7026657
AC
1081 *=*)
1082 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1083 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1084 case $ac_envvar in #(
1085 '' | [0-9]* | *[!_$as_cr_alnum]* )
1086 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1087 esac
1088 eval $ac_envvar=\$ac_optarg
b7026657
AC
1089 export $ac_envvar ;;
1090
c906108c 1091 *)
b7026657 1092 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1093 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1094 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1095 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1096 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1097 ;;
1098
1099 esac
1100done
1101
1102if test -n "$ac_prev"; then
b7026657 1103 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1104 as_fn_error "missing argument to $ac_option"
c906108c 1105fi
c906108c 1106
81ecdfbb
RW
1107if test -n "$ac_unrecognized_opts"; then
1108 case $enable_option_checking in
1109 no) ;;
1110 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1111 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1112 esac
81ecdfbb 1113fi
c906108c 1114
81ecdfbb
RW
1115# Check all directory arguments for consistency.
1116for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1117 datadir sysconfdir sharedstatedir localstatedir includedir \
1118 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1119 libdir localedir mandir
c906108c 1120do
81ecdfbb
RW
1121 eval ac_val=\$$ac_var
1122 # Remove trailing slashes.
1123 case $ac_val in
1124 */ )
1125 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1126 eval $ac_var=\$ac_val;;
1127 esac
1128 # Be sure to have absolute directory names.
b7026657 1129 case $ac_val in
81ecdfbb
RW
1130 [\\/$]* | ?:[\\/]* ) continue;;
1131 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1132 esac
81ecdfbb 1133 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1134done
1135
b7026657
AC
1136# There might be people who depend on the old broken behavior: `$host'
1137# used to hold the argument of --host etc.
1138# FIXME: To remove some day.
1139build=$build_alias
1140host=$host_alias
1141target=$target_alias
1142
1143# FIXME: To remove some day.
1144if test "x$host_alias" != x; then
1145 if test "x$build_alias" = x; then
1146 cross_compiling=maybe
81ecdfbb 1147 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1148 If a cross compiler is detected then cross compile mode will be used." >&2
1149 elif test "x$build_alias" != "x$host_alias"; then
1150 cross_compiling=yes
1151 fi
1152fi
c906108c 1153
b7026657
AC
1154ac_tool_prefix=
1155test -n "$host_alias" && ac_tool_prefix=$host_alias-
1156
1157test "$silent" = yes && exec 6>/dev/null
c906108c 1158
c906108c 1159
81ecdfbb
RW
1160ac_pwd=`pwd` && test -n "$ac_pwd" &&
1161ac_ls_di=`ls -di .` &&
1162ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1163 as_fn_error "working directory cannot be determined"
1164test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1165 as_fn_error "pwd does not report name of working directory"
1166
1167
c906108c
SS
1168# Find the source files, if location was not specified.
1169if test -z "$srcdir"; then
1170 ac_srcdir_defaulted=yes
81ecdfbb
RW
1171 # Try the directory containing this script, then the parent directory.
1172 ac_confdir=`$as_dirname -- "$as_myself" ||
1173$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1174 X"$as_myself" : 'X\(//\)[^/]' \| \
1175 X"$as_myself" : 'X\(//\)$' \| \
1176 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1177$as_echo X"$as_myself" |
1178 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1179 s//\1/
1180 q
1181 }
1182 /^X\(\/\/\)[^/].*/{
1183 s//\1/
1184 q
1185 }
1186 /^X\(\/\/\)$/{
1187 s//\1/
1188 q
1189 }
1190 /^X\(\/\).*/{
1191 s//\1/
1192 q
1193 }
1194 s/.*/./; q'`
c906108c 1195 srcdir=$ac_confdir
81ecdfbb 1196 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1197 srcdir=..
1198 fi
1199else
1200 ac_srcdir_defaulted=no
1201fi
81ecdfbb
RW
1202if test ! -r "$srcdir/$ac_unique_file"; then
1203 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1204 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1205fi
1206ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1207ac_abs_confdir=`(
1208 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1209 pwd)`
1210# When building in place, set srcdir=.
1211if test "$ac_abs_confdir" = "$ac_pwd"; then
1212 srcdir=.
1213fi
1214# Remove unnecessary trailing slashes from srcdir.
1215# Double slashes in file names in object file debugging info
1216# mess up M-x gdb in Emacs.
1217case $srcdir in
1218*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1219esac
1220for ac_var in $ac_precious_vars; do
1221 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1222 eval ac_env_${ac_var}_value=\$${ac_var}
1223 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1224 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1225done
c906108c 1226
b7026657
AC
1227#
1228# Report the --help message.
1229#
1230if test "$ac_init_help" = "long"; then
1231 # Omit some internal or obsolete options to make the list less imposing.
1232 # This message is too long to be a string in the A/UX 3.1 sh.
1233 cat <<_ACEOF
1234\`configure' configures this package to adapt to many kinds of systems.
1235
1236Usage: $0 [OPTION]... [VAR=VALUE]...
1237
1238To assign environment variables (e.g., CC, CFLAGS...), specify them as
1239VAR=VALUE. See below for descriptions of some of the useful variables.
1240
1241Defaults for the options are specified in brackets.
1242
1243Configuration:
1244 -h, --help display this help and exit
1245 --help=short display options specific to this package
1246 --help=recursive display the short help of all the included packages
1247 -V, --version display version information and exit
1248 -q, --quiet, --silent do not print \`checking...' messages
1249 --cache-file=FILE cache test results in FILE [disabled]
1250 -C, --config-cache alias for \`--cache-file=config.cache'
1251 -n, --no-create do not create output files
1252 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1253
b7026657
AC
1254Installation directories:
1255 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1256 [$ac_default_prefix]
b7026657 1257 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1258 [PREFIX]
b7026657
AC
1259
1260By default, \`make install' will install all the files in
1261\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1262an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1263for instance \`--prefix=\$HOME'.
1264
1265For better control, use the options below.
1266
1267Fine tuning of the installation directories:
81ecdfbb
RW
1268 --bindir=DIR user executables [EPREFIX/bin]
1269 --sbindir=DIR system admin executables [EPREFIX/sbin]
1270 --libexecdir=DIR program executables [EPREFIX/libexec]
1271 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1272 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1273 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1274 --libdir=DIR object code libraries [EPREFIX/lib]
1275 --includedir=DIR C header files [PREFIX/include]
1276 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1277 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1278 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1279 --infodir=DIR info documentation [DATAROOTDIR/info]
1280 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1281 --mandir=DIR man documentation [DATAROOTDIR/man]
1282 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1283 --htmldir=DIR html documentation [DOCDIR]
1284 --dvidir=DIR dvi documentation [DOCDIR]
1285 --pdfdir=DIR pdf documentation [DOCDIR]
1286 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1287_ACEOF
1288
1289 cat <<\_ACEOF
1290
1291Program names:
1292 --program-prefix=PREFIX prepend PREFIX to installed program names
1293 --program-suffix=SUFFIX append SUFFIX to installed program names
1294 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1295
1296System types:
1297 --build=BUILD configure for building on BUILD [guessed]
1298 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1299 --target=TARGET configure for building compilers for TARGET [HOST]
1300_ACEOF
c906108c 1301fi
c906108c 1302
b7026657
AC
1303if test -n "$ac_init_help"; then
1304
1305 cat <<\_ACEOF
1306
1307Optional Features:
81ecdfbb 1308 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1309 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1310 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2232061b
MF
1311 --enable-werror treat compile warnings as errors
1312 --enable-build-warnings enable build-time compiler warnings if gcc is used
1313 --enable-sim-build-warnings
1314 enable SIM specific build-time compiler warnings if
1315 gcc is used
b7026657
AC
1316
1317Some influential environment variables:
1318 CC C compiler command
1319 CFLAGS C compiler flags
1320 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1321 nonstandard directory <lib dir>
81ecdfbb
RW
1322 LIBS libraries to pass to the linker, e.g. -l<library>
1323 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1324 you have headers in a nonstandard directory <include dir>
b7026657
AC
1325 CPP C preprocessor
1326
1327Use these variables to override the choices made by `configure' or to help
1328it to find libraries and programs with nonstandard names/locations.
1329
81ecdfbb 1330Report bugs to the package provider.
b7026657 1331_ACEOF
81ecdfbb 1332ac_status=$?
c906108c
SS
1333fi
1334
b7026657
AC
1335if test "$ac_init_help" = "recursive"; then
1336 # If there are subdirs, report their specific --help.
b7026657 1337 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1338 test -d "$ac_dir" ||
1339 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1340 continue
b7026657
AC
1341 ac_builddir=.
1342
81ecdfbb
RW
1343case "$ac_dir" in
1344.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1345*)
1346 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1347 # A ".." for each directory in $ac_dir_suffix.
1348 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1349 case $ac_top_builddir_sub in
1350 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1351 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1352 esac ;;
1353esac
1354ac_abs_top_builddir=$ac_pwd
1355ac_abs_builddir=$ac_pwd$ac_dir_suffix
1356# for backward compatibility:
1357ac_top_builddir=$ac_top_build_prefix
c906108c 1358
b7026657 1359case $srcdir in
81ecdfbb 1360 .) # We are building in place.
b7026657 1361 ac_srcdir=.
81ecdfbb
RW
1362 ac_top_srcdir=$ac_top_builddir_sub
1363 ac_abs_top_srcdir=$ac_pwd ;;
1364 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1365 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1366 ac_top_srcdir=$srcdir
1367 ac_abs_top_srcdir=$srcdir ;;
1368 *) # Relative name.
1369 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1370 ac_top_srcdir=$ac_top_build_prefix$srcdir
1371 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1372esac
81ecdfbb
RW
1373ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1374
1375 cd "$ac_dir" || { ac_status=$?; continue; }
1376 # Check for guested configure.
1377 if test -f "$ac_srcdir/configure.gnu"; then
1378 echo &&
1379 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1380 elif test -f "$ac_srcdir/configure"; then
1381 echo &&
1382 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1383 else
81ecdfbb
RW
1384 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1385 fi || ac_status=$?
1386 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1387 done
c906108c 1388fi
c906108c 1389
81ecdfbb 1390test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1391if $ac_init_version; then
1392 cat <<\_ACEOF
81ecdfbb
RW
1393configure
1394generated by GNU Autoconf 2.64
c906108c 1395
81ecdfbb 1396Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1397This configure script is free software; the Free Software Foundation
1398gives unlimited permission to copy, distribute and modify it.
1399_ACEOF
81ecdfbb 1400 exit
c906108c 1401fi
b7026657 1402
81ecdfbb
RW
1403## ------------------------ ##
1404## Autoconf initialization. ##
1405## ------------------------ ##
b7026657 1406
81ecdfbb
RW
1407# ac_fn_c_try_compile LINENO
1408# --------------------------
1409# Try to compile conftest.$ac_ext, and return whether this succeeded.
1410ac_fn_c_try_compile ()
b7026657 1411{
81ecdfbb
RW
1412 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1413 rm -f conftest.$ac_objext
1414 if { { ac_try="$ac_compile"
1415case "(($ac_try" in
1416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1417 *) ac_try_echo=$ac_try;;
1418esac
1419eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1420$as_echo "$ac_try_echo"; } >&5
1421 (eval "$ac_compile") 2>conftest.err
1422 ac_status=$?
1423 if test -s conftest.err; then
1424 grep -v '^ *+' conftest.err >conftest.er1
1425 cat conftest.er1 >&5
1426 mv -f conftest.er1 conftest.err
1427 fi
1428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1429 test $ac_status = 0; } && {
1430 test -z "$ac_c_werror_flag" ||
1431 test ! -s conftest.err
1432 } && test -s conftest.$ac_objext; then :
1433 ac_retval=0
1434else
1435 $as_echo "$as_me: failed program was:" >&5
1436sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1437
81ecdfbb
RW
1438 ac_retval=1
1439fi
1440 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1441 return $ac_retval
b7026657 1442
81ecdfbb 1443} # ac_fn_c_try_compile
b7026657 1444
81ecdfbb
RW
1445# ac_fn_c_try_cpp LINENO
1446# ----------------------
1447# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1448ac_fn_c_try_cpp ()
1449{
1450 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1451 if { { ac_try="$ac_cpp conftest.$ac_ext"
1452case "(($ac_try" in
1453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1454 *) ac_try_echo=$ac_try;;
1455esac
1456eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1457$as_echo "$ac_try_echo"; } >&5
1458 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1459 ac_status=$?
1460 if test -s conftest.err; then
1461 grep -v '^ *+' conftest.err >conftest.er1
1462 cat conftest.er1 >&5
1463 mv -f conftest.er1 conftest.err
1464 fi
1465 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1466 test $ac_status = 0; } >/dev/null && {
1467 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1468 test ! -s conftest.err
1469 }; then :
1470 ac_retval=0
1471else
1472 $as_echo "$as_me: failed program was:" >&5
1473sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1474
81ecdfbb
RW
1475 ac_retval=1
1476fi
1477 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1478 return $ac_retval
b7026657 1479
81ecdfbb
RW
1480} # ac_fn_c_try_cpp
1481
1482# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1483# -------------------------------------------------------
1484# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1485# the include files in INCLUDES and setting the cache variable VAR
1486# accordingly.
1487ac_fn_c_check_header_mongrel ()
1488{
1489 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1490 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1492$as_echo_n "checking for $2... " >&6; }
1493if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1494 $as_echo_n "(cached) " >&6
1495fi
1496eval ac_res=\$$3
1497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1498$as_echo "$ac_res" >&6; }
1499else
1500 # Is the header compilable?
1501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1502$as_echo_n "checking $2 usability... " >&6; }
1503cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1504/* end confdefs.h. */
1505$4
1506#include <$2>
1507_ACEOF
1508if ac_fn_c_try_compile "$LINENO"; then :
1509 ac_header_compiler=yes
1510else
1511 ac_header_compiler=no
1512fi
1513rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1515$as_echo "$ac_header_compiler" >&6; }
1516
1517# Is the header present?
1518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1519$as_echo_n "checking $2 presence... " >&6; }
1520cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1521/* end confdefs.h. */
1522#include <$2>
1523_ACEOF
1524if ac_fn_c_try_cpp "$LINENO"; then :
1525 ac_header_preproc=yes
1526else
1527 ac_header_preproc=no
1528fi
1529rm -f conftest.err conftest.$ac_ext
1530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1531$as_echo "$ac_header_preproc" >&6; }
1532
1533# So? What about this header?
1534case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1535 yes:no: )
1536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1537$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1538 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1539$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1540 ;;
1541 no:yes:* )
1542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1543$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1545$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1547$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1549$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1550 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1551$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1552 ;;
1553esac
1554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1555$as_echo_n "checking for $2... " >&6; }
1556if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1557 $as_echo_n "(cached) " >&6
1558else
1559 eval "$3=\$ac_header_compiler"
1560fi
1561eval ac_res=\$$3
1562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1563$as_echo "$ac_res" >&6; }
1564fi
1565 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1566
1567} # ac_fn_c_check_header_mongrel
1568
1569# ac_fn_c_try_run LINENO
1570# ----------------------
1571# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1572# that executables *can* be run.
1573ac_fn_c_try_run ()
1574{
1575 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1576 if { { ac_try="$ac_link"
1577case "(($ac_try" in
1578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1579 *) ac_try_echo=$ac_try;;
1580esac
1581eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1582$as_echo "$ac_try_echo"; } >&5
1583 (eval "$ac_link") 2>&5
1584 ac_status=$?
1585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1586 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1587 { { case "(($ac_try" in
1588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1589 *) ac_try_echo=$ac_try;;
1590esac
1591eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1592$as_echo "$ac_try_echo"; } >&5
1593 (eval "$ac_try") 2>&5
1594 ac_status=$?
1595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1596 test $ac_status = 0; }; }; then :
1597 ac_retval=0
1598else
1599 $as_echo "$as_me: program exited with status $ac_status" >&5
1600 $as_echo "$as_me: failed program was:" >&5
1601sed 's/^/| /' conftest.$ac_ext >&5
1602
1603 ac_retval=$ac_status
1604fi
1605 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1606 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1607 return $ac_retval
1608
1609} # ac_fn_c_try_run
1610
1611# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1612# -------------------------------------------------------
1613# Tests whether HEADER exists and can be compiled using the include files in
1614# INCLUDES, setting the cache variable VAR accordingly.
1615ac_fn_c_check_header_compile ()
1616{
1617 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1619$as_echo_n "checking for $2... " >&6; }
1620if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1621 $as_echo_n "(cached) " >&6
1622else
1623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1624/* end confdefs.h. */
1625$4
1626#include <$2>
1627_ACEOF
1628if ac_fn_c_try_compile "$LINENO"; then :
1629 eval "$3=yes"
1630else
1631 eval "$3=no"
1632fi
1633rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1634fi
1635eval ac_res=\$$3
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1637$as_echo "$ac_res" >&6; }
1638 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1639
1640} # ac_fn_c_check_header_compile
1641
1642# ac_fn_c_try_link LINENO
1643# -----------------------
1644# Try to link conftest.$ac_ext, and return whether this succeeded.
1645ac_fn_c_try_link ()
1646{
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648 rm -f conftest.$ac_objext conftest$ac_exeext
1649 if { { ac_try="$ac_link"
1650case "(($ac_try" in
1651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1652 *) ac_try_echo=$ac_try;;
1653esac
1654eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655$as_echo "$ac_try_echo"; } >&5
1656 (eval "$ac_link") 2>conftest.err
1657 ac_status=$?
1658 if test -s conftest.err; then
1659 grep -v '^ *+' conftest.err >conftest.er1
1660 cat conftest.er1 >&5
1661 mv -f conftest.er1 conftest.err
1662 fi
1663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1664 test $ac_status = 0; } && {
1665 test -z "$ac_c_werror_flag" ||
1666 test ! -s conftest.err
1667 } && test -s conftest$ac_exeext && {
1668 test "$cross_compiling" = yes ||
1669 $as_test_x conftest$ac_exeext
1670 }; then :
1671 ac_retval=0
1672else
1673 $as_echo "$as_me: failed program was:" >&5
1674sed 's/^/| /' conftest.$ac_ext >&5
1675
1676 ac_retval=1
1677fi
1678 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1679 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1680 # interfere with the next link command; also delete a directory that is
1681 # left behind by Apple's compiler. We do this before executing the actions.
1682 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1683 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1684 return $ac_retval
1685
1686} # ac_fn_c_try_link
1687cat >config.log <<_ACEOF
1688This file contains any messages produced by compilers while
1689running configure, to aid debugging if configure makes a mistake.
1690
1691It was created by $as_me, which was
1692generated by GNU Autoconf 2.64. Invocation command line was
1693
1694 $ $0 $@
1695
1696_ACEOF
1697exec 5>>config.log
1698{
1699cat <<_ASUNAME
1700## --------- ##
1701## Platform. ##
1702## --------- ##
1703
1704hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1705uname -m = `(uname -m) 2>/dev/null || echo unknown`
1706uname -r = `(uname -r) 2>/dev/null || echo unknown`
1707uname -s = `(uname -s) 2>/dev/null || echo unknown`
1708uname -v = `(uname -v) 2>/dev/null || echo unknown`
1709
1710/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1711/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1712
1713/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1714/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1715/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1716/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1717/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1718/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1719/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1720
1721_ASUNAME
1722
1723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1724for as_dir in $PATH
1725do
1726 IFS=$as_save_IFS
1727 test -z "$as_dir" && as_dir=.
1728 $as_echo "PATH: $as_dir"
1729 done
1730IFS=$as_save_IFS
1731
1732} >&5
1733
1734cat >&5 <<_ACEOF
1735
1736
1737## ----------- ##
1738## Core tests. ##
1739## ----------- ##
b7026657
AC
1740
1741_ACEOF
1742
1743
1744# Keep a trace of the command line.
1745# Strip out --no-create and --no-recursion so they do not pile up.
1746# Strip out --silent because we don't want to record it for future runs.
1747# Also quote any args containing shell meta-characters.
1748# Make two passes to allow for proper duplicate-argument suppression.
1749ac_configure_args=
1750ac_configure_args0=
1751ac_configure_args1=
b7026657
AC
1752ac_must_keep_next=false
1753for ac_pass in 1 2
1754do
1755 for ac_arg
1756 do
1757 case $ac_arg in
1758 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1759 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1760 | -silent | --silent | --silen | --sile | --sil)
1761 continue ;;
81ecdfbb
RW
1762 *\'*)
1763 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1764 esac
1765 case $ac_pass in
81ecdfbb 1766 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1767 2)
81ecdfbb 1768 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1769 if test $ac_must_keep_next = true; then
1770 ac_must_keep_next=false # Got value, back to normal.
1771 else
1772 case $ac_arg in
1773 *=* | --config-cache | -C | -disable-* | --disable-* \
1774 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1775 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1776 | -with-* | --with-* | -without-* | --without-* | --x)
1777 case "$ac_configure_args0 " in
1778 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1779 esac
1780 ;;
1781 -* ) ac_must_keep_next=true ;;
1782 esac
1783 fi
81ecdfbb 1784 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1785 ;;
1786 esac
1787 done
1788done
81ecdfbb
RW
1789{ ac_configure_args0=; unset ac_configure_args0;}
1790{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1791
1792# When interrupted or exit'd, cleanup temporary files, and complete
1793# config.log. We remove comments because anyway the quotes in there
1794# would cause problems or look ugly.
81ecdfbb
RW
1795# WARNING: Use '\'' to represent an apostrophe within the trap.
1796# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1797trap 'exit_status=$?
1798 # Save into config.log some information that might help in debugging.
1799 {
1800 echo
1801
1802 cat <<\_ASBOX
1803## ---------------- ##
1804## Cache variables. ##
1805## ---------------- ##
1806_ASBOX
1807 echo
1808 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1809(
1810 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1811 eval ac_val=\$$ac_var
1812 case $ac_val in #(
1813 *${as_nl}*)
1814 case $ac_var in #(
1815 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1816$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1817 esac
1818 case $ac_var in #(
1819 _ | IFS | as_nl) ;; #(
1820 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1821 *) { eval $ac_var=; unset $ac_var;} ;;
1822 esac ;;
1823 esac
1824 done
b7026657 1825 (set) 2>&1 |
81ecdfbb
RW
1826 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1827 *${as_nl}ac_space=\ *)
b7026657 1828 sed -n \
81ecdfbb
RW
1829 "s/'\''/'\''\\\\'\'''\''/g;
1830 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1831 ;; #(
b7026657 1832 *)
81ecdfbb 1833 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 1834 ;;
81ecdfbb
RW
1835 esac |
1836 sort
1837)
b7026657
AC
1838 echo
1839
1840 cat <<\_ASBOX
1841## ----------------- ##
1842## Output variables. ##
1843## ----------------- ##
1844_ASBOX
1845 echo
1846 for ac_var in $ac_subst_vars
1847 do
81ecdfbb
RW
1848 eval ac_val=\$$ac_var
1849 case $ac_val in
1850 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1851 esac
1852 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
1853 done | sort
1854 echo
1855
1856 if test -n "$ac_subst_files"; then
1857 cat <<\_ASBOX
81ecdfbb
RW
1858## ------------------- ##
1859## File substitutions. ##
1860## ------------------- ##
b7026657
AC
1861_ASBOX
1862 echo
1863 for ac_var in $ac_subst_files
1864 do
81ecdfbb
RW
1865 eval ac_val=\$$ac_var
1866 case $ac_val in
1867 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1868 esac
1869 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
1870 done | sort
1871 echo
1872 fi
1873
1874 if test -s confdefs.h; then
1875 cat <<\_ASBOX
1876## ----------- ##
1877## confdefs.h. ##
1878## ----------- ##
1879_ASBOX
1880 echo
81ecdfbb 1881 cat confdefs.h
b7026657
AC
1882 echo
1883 fi
1884 test "$ac_signal" != 0 &&
81ecdfbb
RW
1885 $as_echo "$as_me: caught signal $ac_signal"
1886 $as_echo "$as_me: exit $exit_status"
b7026657 1887 } >&5
81ecdfbb
RW
1888 rm -f core *.core core.conftest.* &&
1889 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 1890 exit $exit_status
81ecdfbb 1891' 0
b7026657 1892for ac_signal in 1 2 13 15; do
81ecdfbb 1893 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
1894done
1895ac_signal=0
1896
1897# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
1898rm -f -r conftest* confdefs.h
1899
1900$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
1901
1902# Predefined preprocessor variables.
1903
1904cat >>confdefs.h <<_ACEOF
1905#define PACKAGE_NAME "$PACKAGE_NAME"
1906_ACEOF
1907
b7026657
AC
1908cat >>confdefs.h <<_ACEOF
1909#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1910_ACEOF
1911
b7026657
AC
1912cat >>confdefs.h <<_ACEOF
1913#define PACKAGE_VERSION "$PACKAGE_VERSION"
1914_ACEOF
1915
b7026657
AC
1916cat >>confdefs.h <<_ACEOF
1917#define PACKAGE_STRING "$PACKAGE_STRING"
1918_ACEOF
1919
b7026657
AC
1920cat >>confdefs.h <<_ACEOF
1921#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1922_ACEOF
1923
81ecdfbb
RW
1924cat >>confdefs.h <<_ACEOF
1925#define PACKAGE_URL "$PACKAGE_URL"
1926_ACEOF
1927
b7026657
AC
1928
1929# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
1930# Prefer an explicitly selected file to automatically selected ones.
1931ac_site_file1=NONE
1932ac_site_file2=NONE
1933if test -n "$CONFIG_SITE"; then
1934 ac_site_file1=$CONFIG_SITE
1935elif test "x$prefix" != xNONE; then
1936 ac_site_file1=$prefix/share/config.site
1937 ac_site_file2=$prefix/etc/config.site
1938else
1939 ac_site_file1=$ac_default_prefix/share/config.site
1940 ac_site_file2=$ac_default_prefix/etc/config.site
b7026657 1941fi
81ecdfbb
RW
1942for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1943do
1944 test "x$ac_site_file" = xNONE && continue
b7026657 1945 if test -r "$ac_site_file"; then
81ecdfbb
RW
1946 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1947$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
1948 sed 's/^/| /' "$ac_site_file" >&5
1949 . "$ac_site_file"
1950 fi
1951done
1952
1953if test -r "$cache_file"; then
1954 # Some versions of bash will fail to source /dev/null (special
1955 # files actually), so we avoid doing that.
1956 if test -f "$cache_file"; then
81ecdfbb
RW
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1958$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 1959 case $cache_file in
81ecdfbb
RW
1960 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1961 *) . "./$cache_file";;
b7026657
AC
1962 esac
1963 fi
1964else
81ecdfbb
RW
1965 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1966$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
1967 >$cache_file
1968fi
1969
1970# Check that the precious variables saved in the cache have kept the same
1971# value.
1972ac_cache_corrupted=false
81ecdfbb 1973for ac_var in $ac_precious_vars; do
b7026657
AC
1974 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1975 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
1976 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1977 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
1978 case $ac_old_set,$ac_new_set in
1979 set,)
81ecdfbb
RW
1980 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1981$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
1982 ac_cache_corrupted=: ;;
1983 ,set)
81ecdfbb
RW
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1985$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
1986 ac_cache_corrupted=: ;;
1987 ,);;
1988 *)
1989 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
1990 # differences in whitespace do not lead to failure.
1991 ac_old_val_w=`echo x $ac_old_val`
1992 ac_new_val_w=`echo x $ac_new_val`
1993 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1994 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1995$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1996 ac_cache_corrupted=:
1997 else
1998 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1999$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2000 eval $ac_var=\$ac_old_val
2001 fi
2002 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2003$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2004 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2005$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2006 fi;;
2007 esac
2008 # Pass precious variables to config.status.
2009 if test "$ac_new_set" = set; then
2010 case $ac_new_val in
81ecdfbb 2011 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2012 *) ac_arg=$ac_var=$ac_new_val ;;
2013 esac
2014 case " $ac_configure_args " in
2015 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2016 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2017 esac
2018 fi
2019done
2020if $ac_cache_corrupted; then
81ecdfbb
RW
2021 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2022$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2023 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2024$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2025 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2026fi
81ecdfbb
RW
2027## -------------------- ##
2028## Main body of script. ##
2029## -------------------- ##
b7026657
AC
2030
2031ac_ext=c
2032ac_cpp='$CPP $CPPFLAGS'
2033ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2034ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2035ac_compiler_gnu=$ac_cv_c_compiler_gnu
2036
6ffe910a
MF
2037
2038# This file contains common code used by all simulators.
2039#
2040# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2041# directory. It is intended to be invoked before any target specific stuff.
2042# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2043# It is intended to be invoked last.
2044#
306f4178 2045# The simulator's configure.ac should look like:
6ffe910a
MF
2046#
2047# dnl Process this file with autoconf to produce a configure script.
2048# AC_PREREQ(2.64)dnl
2049# AC_INIT(Makefile.in)
2050# sinclude(../common/aclocal.m4)
2051#
2052# SIM_AC_COMMON
2053#
2054# ... target specific stuff ...
2055#
2056# SIM_AC_OUTPUT
2057
2058# Include global overrides and fixes for Autoconf.
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085# _AC_CHECK_DECL_BODY
2086# -------------------
2087# Shell function body for AC_CHECK_DECL.
2088# _AC_CHECK_DECL_BODY
2089
2090# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2091# INCLUDES)
2092# -------------------------------------------------------------
2093# Helper to AC_CHECK_DECLS, which generates the check for a single
2094# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2095# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
6bb11ab3
L
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
6bb11ab3
L
2107# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2108#
2109# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2110# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2111# Written by Gordon Matzigkeit, 1996
2112#
2113# This file is free software; the Free Software Foundation gives
2114# unlimited permission to copy and/or distribute it, with or without
2115# modifications, as long as this notice is preserved.
2116
2117
2118
2119# serial 56 LT_INIT
2120
2121
2122# LT_PREREQ(VERSION)
2123# ------------------
2124# Complain and exit if this libtool version is less that VERSION.
2125
2126
2127
2128# _LT_CHECK_BUILDDIR
2129# ------------------
2130# Complain if the absolute build directory name contains unusual characters
2131
2132
2133
2134# LT_INIT([OPTIONS])
2135# ------------------
2136# LT_INIT
2137
2138# Old names:
2139# This is what autoupdate's m4 run will expand. It fires
2140# the warning (with _au_warn_XXX), outputs it into the
2141# updated configure.ac (with AC_DIAGNOSE), and then outputs
2142# the replacement expansion.
2143
2144
2145# This is an auxiliary macro that is also run when
2146# autoupdate runs m4. It simply calls m4_warning, but
2147# we need a wrapper so that each warning is emitted only
2148# once. We break the quoting in m4_warning's argument in
2149# order to expand this macro's arguments, not AU_DEFUN's.
2150
2151
2152# Finally, this is the expansion that is picked up by
2153# autoconf. It tells the user to run autoupdate, and
2154# then outputs the replacement expansion. We do not care
2155# about autoupdate's warning because that contains
2156# information on what to do *after* running autoupdate.
2157
2158# This is what autoupdate's m4 run will expand. It fires
2159# the warning (with _au_warn_XXX), outputs it into the
2160# updated configure.ac (with AC_DIAGNOSE), and then outputs
2161# the replacement expansion.
2162
2163
2164# This is an auxiliary macro that is also run when
2165# autoupdate runs m4. It simply calls m4_warning, but
2166# we need a wrapper so that each warning is emitted only
2167# once. We break the quoting in m4_warning's argument in
2168# order to expand this macro's arguments, not AU_DEFUN's.
2169
2170
2171# Finally, this is the expansion that is picked up by
2172# autoconf. It tells the user to run autoupdate, and
2173# then outputs the replacement expansion. We do not care
2174# about autoupdate's warning because that contains
2175# information on what to do *after* running autoupdate.
2176
2177
2178
2179# _LT_CC_BASENAME(CC)
2180# -------------------
2181# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2182
2183
2184
2185# _LT_FILEUTILS_DEFAULTS
2186# ----------------------
2187# It is okay to use these file commands and assume they have been set
2188# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2189# _LT_FILEUTILS_DEFAULTS
2190
2191
2192# _LT_SETUP
2193# ---------
2194# _LT_SETUP
2195
2196
2197# _LT_PREPARE_SED_QUOTE_VARS
2198# --------------------------
2199# Define a few sed substitution that help us do robust quoting.
2200
2201
2202# _LT_PROG_LTMAIN
2203# ---------------
2204# Note that this code is called both from `configure', and `config.status'
2205# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2206# `config.status' has no value for ac_aux_dir unless we are using Automake,
2207# so we pass a copy along to make sure it has a sensible value anyway.
2208# _LT_PROG_LTMAIN
2209
2210
2211## ------------------------------------- ##
2212## Accumulate code for creating libtool. ##
2213## ------------------------------------- ##
2214
2215# So that we can recreate a full libtool script including additional
2216# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2217# in macros and then make a single call at the end using the `libtool'
2218# label.
2219
2220
2221# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2222# ----------------------------------------
2223# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2224
2225
2226# Initialize.
2227
2228
2229
2230# _LT_CONFIG_LIBTOOL([COMMANDS])
2231# ------------------------------
2232# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2233
2234
2235# Initialize.
2236
2237
2238
2239# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2240# -----------------------------------------------------
2241
2242
2243
2244# _LT_FORMAT_COMMENT([COMMENT])
2245# -----------------------------
2246# Add leading comment marks to the start of each line, and a trailing
2247# full-stop to the whole comment if one is not present already.
2248
2249
2250
2251
2252## ------------------------ ##
2253## FIXME: Eliminate VARNAME ##
2254## ------------------------ ##
2255
2256
2257# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2258# -------------------------------------------------------------------
2259# CONFIGNAME is the name given to the value in the libtool script.
2260# VARNAME is the (base) name used in the configure script.
2261# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2262# VARNAME. Any other value will be used directly.
2263
2264
2265
2266# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2267# --------------------------------------------------------
2268
2269
2270
2271# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2272# ------------------------------------------------
2273
2274
2275
2276# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2277# ---------------------------------------------------------
2278
2279
2280
2281# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2282# --------------------------------------------------
2283
2284
2285
2286# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2287# ---------------------------------------------------
2288
2289
2290
2291# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2292# ---------------------------------------------------
2293
2294
2295
2296
2297# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2298# ------------------------------------------------
2299
2300
2301
2302
2303# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2304# ------------------------------------
2305# Quote a variable value, and forward it to `config.status' so that its
2306# declaration there will have the same value as in `configure'. VARNAME
2307# must have a single quote delimited value for this to work.
2308
2309
2310
2311# _LT_CONFIG_STATUS_DECLARATIONS
2312# ------------------------------
2313# We delimit libtool config variables with single quotes, so when
2314# we write them to config.status, we have to be sure to quote all
2315# embedded single quotes properly. In configure, this macro expands
2316# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2317#
2318# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2319
2320
2321
2322# _LT_LIBTOOL_TAGS
2323# ----------------
2324# Output comment and list of tags supported by the script
2325
2326
2327
2328# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2329# -----------------------------------
2330# Extract the dictionary values for VARNAME (optionally with TAG) and
2331# expand to a commented shell variable setting:
2332#
2333# # Some comment about what VAR is for.
2334# visible_name=$lt_internal_name
2335
2336
2337
2338# _LT_LIBTOOL_CONFIG_VARS
2339# -----------------------
2340# Produce commented declarations of non-tagged libtool config variables
2341# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2342# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2343# section) are produced by _LT_LIBTOOL_TAG_VARS.
2344
2345
2346
2347# _LT_LIBTOOL_TAG_VARS(TAG)
2348# -------------------------
2349
2350
2351
2352# _LT_TAGVAR(VARNAME, [TAGNAME])
2353# ------------------------------
2354
2355
2356
2357# _LT_CONFIG_COMMANDS
2358# -------------------
2359# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2360# variables for single and double quote escaping we saved from calls
2361# to _LT_DECL, we can put quote escaped variables declarations
2362# into `config.status', and then the shell code to quote escape them in
2363# for loops in `config.status'. Finally, any additional code accumulated
2364# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2365#_LT_CONFIG_COMMANDS
2366
2367
2368# Initialize.
2369
2370
2371# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2372# ------------------------------------
2373# Generate a child script FILE with all initialization necessary to
2374# reuse the environment learned by the parent script, and make the
2375# file executable. If COMMENT is supplied, it is inserted after the
2376# `#!' sequence but before initialization text begins. After this
2377# macro, additional text can be appended to FILE to form the body of
2378# the child script. The macro ends with non-zero status if the
2379# file could not be fully written (such as if the disk is full).
2380# _LT_GENERATED_FILE_INIT
2381
2382# LT_OUTPUT
2383# ---------
2384# This macro allows early generation of the libtool script (before
2385# AC_OUTPUT is called), incase it is used in configure for compilation
2386# tests.
2387# LT_OUTPUT
2388
2389
2390# _LT_CONFIG(TAG)
2391# ---------------
2392# If TAG is the built-in tag, create an initial libtool script with a
2393# default configuration from the untagged config vars. Otherwise add code
2394# to config.status for appending the configuration named by TAG from the
2395# matching tagged config vars.
2396# _LT_CONFIG
2397
2398
2399# LT_SUPPORTED_TAG(TAG)
2400# ---------------------
2401# Trace this macro to discover what tags are supported by the libtool
2402# --tag option, using:
2403# autoconf --trace 'LT_SUPPORTED_TAG:$1'
2404
2405
2406
2407# C support is built-in for now
2408
2409
2410
2411
2412# LT_LANG(LANG)
2413# -------------
2414# Enable libtool support for the given language if not already enabled.
2415# LT_LANG
2416
2417
2418# _LT_LANG(LANGNAME)
2419# ------------------
2420# _LT_LANG
2421
2422
2423# _LT_LANG_DEFAULT_CONFIG
2424# -----------------------
2425# _LT_LANG_DEFAULT_CONFIG
2426
2427# Obsolete macros:
2428# This is what autoupdate's m4 run will expand. It fires
2429# the warning (with _au_warn_XXX), outputs it into the
2430# updated configure.ac (with AC_DIAGNOSE), and then outputs
2431# the replacement expansion.
2432
2433
2434# This is an auxiliary macro that is also run when
2435# autoupdate runs m4. It simply calls m4_warning, but
2436# we need a wrapper so that each warning is emitted only
2437# once. We break the quoting in m4_warning's argument in
2438# order to expand this macro's arguments, not AU_DEFUN's.
2439
2440
2441# Finally, this is the expansion that is picked up by
2442# autoconf. It tells the user to run autoupdate, and
2443# then outputs the replacement expansion. We do not care
2444# about autoupdate's warning because that contains
2445# information on what to do *after* running autoupdate.
2446
2447# This is what autoupdate's m4 run will expand. It fires
2448# the warning (with _au_warn_XXX), outputs it into the
2449# updated configure.ac (with AC_DIAGNOSE), and then outputs
2450# the replacement expansion.
2451
2452
2453# This is an auxiliary macro that is also run when
2454# autoupdate runs m4. It simply calls m4_warning, but
2455# we need a wrapper so that each warning is emitted only
2456# once. We break the quoting in m4_warning's argument in
2457# order to expand this macro's arguments, not AU_DEFUN's.
2458
2459
2460# Finally, this is the expansion that is picked up by
2461# autoconf. It tells the user to run autoupdate, and
2462# then outputs the replacement expansion. We do not care
2463# about autoupdate's warning because that contains
2464# information on what to do *after* running autoupdate.
2465
2466# This is what autoupdate's m4 run will expand. It fires
2467# the warning (with _au_warn_XXX), outputs it into the
2468# updated configure.ac (with AC_DIAGNOSE), and then outputs
2469# the replacement expansion.
2470
2471
2472# This is an auxiliary macro that is also run when
2473# autoupdate runs m4. It simply calls m4_warning, but
2474# we need a wrapper so that each warning is emitted only
2475# once. We break the quoting in m4_warning's argument in
2476# order to expand this macro's arguments, not AU_DEFUN's.
2477
2478
2479# Finally, this is the expansion that is picked up by
2480# autoconf. It tells the user to run autoupdate, and
2481# then outputs the replacement expansion. We do not care
2482# about autoupdate's warning because that contains
2483# information on what to do *after* running autoupdate.
2484
2485# This is what autoupdate's m4 run will expand. It fires
2486# the warning (with _au_warn_XXX), outputs it into the
2487# updated configure.ac (with AC_DIAGNOSE), and then outputs
2488# the replacement expansion.
2489
2490
2491# This is an auxiliary macro that is also run when
2492# autoupdate runs m4. It simply calls m4_warning, but
2493# we need a wrapper so that each warning is emitted only
2494# once. We break the quoting in m4_warning's argument in
2495# order to expand this macro's arguments, not AU_DEFUN's.
2496
2497
2498# Finally, this is the expansion that is picked up by
2499# autoconf. It tells the user to run autoupdate, and
2500# then outputs the replacement expansion. We do not care
2501# about autoupdate's warning because that contains
2502# information on what to do *after* running autoupdate.
2503
2504# This is what autoupdate's m4 run will expand. It fires
2505# the warning (with _au_warn_XXX), outputs it into the
2506# updated configure.ac (with AC_DIAGNOSE), and then outputs
2507# the replacement expansion.
2508
2509
2510# This is an auxiliary macro that is also run when
2511# autoupdate runs m4. It simply calls m4_warning, but
2512# we need a wrapper so that each warning is emitted only
2513# once. We break the quoting in m4_warning's argument in
2514# order to expand this macro's arguments, not AU_DEFUN's.
2515
2516
2517# Finally, this is the expansion that is picked up by
2518# autoconf. It tells the user to run autoupdate, and
2519# then outputs the replacement expansion. We do not care
2520# about autoupdate's warning because that contains
2521# information on what to do *after* running autoupdate.
2522
2523
2524
2525# _LT_TAG_COMPILER
2526# ----------------
2527# _LT_TAG_COMPILER
2528
2529
2530# _LT_COMPILER_BOILERPLATE
2531# ------------------------
2532# Check for compiler boilerplate output or warnings with
2533# the simple compiler test code.
2534# _LT_COMPILER_BOILERPLATE
2535
2536
2537# _LT_LINKER_BOILERPLATE
2538# ----------------------
2539# Check for linker boilerplate output or warnings with
2540# the simple link test code.
2541# _LT_LINKER_BOILERPLATE
2542
2543# _LT_REQUIRED_DARWIN_CHECKS
2544# -------------------------
2545
2546
2547
2548# _LT_DARWIN_LINKER_FEATURES
2549# --------------------------
2550# Checks for linker and compiler features on darwin
2551
2552
2553# _LT_SYS_MODULE_PATH_AIX
2554# -----------------------
2555# Links a minimal program and checks the executable
2556# for the system default hardcoded library path. In most cases,
2557# this is /usr/lib:/lib, but when the MPI compilers are used
2558# the location of the communication and MPI libs are included too.
2559# If we don't find anything, use the default library path according
2560# to the aix ld manual.
2561# _LT_SYS_MODULE_PATH_AIX
2562
2563
2564# _LT_SHELL_INIT(ARG)
2565# -------------------
2566# _LT_SHELL_INIT
2567
2568
2569
2570# _LT_PROG_ECHO_BACKSLASH
2571# -----------------------
2572# Find how we can fake an echo command that does not interpret backslash.
2573# In particular, with Autoconf 2.60 or later we add some code to the start
2574# of the generated configure script which will find a shell with a builtin
2575# printf (which we can use as an echo command).
2576# _LT_PROG_ECHO_BACKSLASH
2577
2578
2579# _LT_ENABLE_LOCK
2580# ---------------
2581# _LT_ENABLE_LOCK
2582
2583
2584# _LT_CMD_OLD_ARCHIVE
2585# -------------------
2586# _LT_CMD_OLD_ARCHIVE
2587
2588
2589# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2590# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2591# ----------------------------------------------------------------
2592# Check whether the given compiler option works
2593# _LT_COMPILER_OPTION
2594
2595# Old name:
2596# This is what autoupdate's m4 run will expand. It fires
2597# the warning (with _au_warn_XXX), outputs it into the
2598# updated configure.ac (with AC_DIAGNOSE), and then outputs
2599# the replacement expansion.
2600
2601
2602# This is an auxiliary macro that is also run when
2603# autoupdate runs m4. It simply calls m4_warning, but
2604# we need a wrapper so that each warning is emitted only
2605# once. We break the quoting in m4_warning's argument in
2606# order to expand this macro's arguments, not AU_DEFUN's.
2607
2608
2609# Finally, this is the expansion that is picked up by
2610# autoconf. It tells the user to run autoupdate, and
2611# then outputs the replacement expansion. We do not care
2612# about autoupdate's warning because that contains
2613# information on what to do *after* running autoupdate.
2614
2615
2616
2617# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2618# [ACTION-SUCCESS], [ACTION-FAILURE])
2619# ----------------------------------------------------
2620# Check whether the given linker option works
2621# _LT_LINKER_OPTION
2622
2623# Old name:
2624# This is what autoupdate's m4 run will expand. It fires
2625# the warning (with _au_warn_XXX), outputs it into the
2626# updated configure.ac (with AC_DIAGNOSE), and then outputs
2627# the replacement expansion.
2628
2629
2630# This is an auxiliary macro that is also run when
2631# autoupdate runs m4. It simply calls m4_warning, but
2632# we need a wrapper so that each warning is emitted only
2633# once. We break the quoting in m4_warning's argument in
2634# order to expand this macro's arguments, not AU_DEFUN's.
2635
2636
2637# Finally, this is the expansion that is picked up by
2638# autoconf. It tells the user to run autoupdate, and
2639# then outputs the replacement expansion. We do not care
2640# about autoupdate's warning because that contains
2641# information on what to do *after* running autoupdate.
2642
2643
2644
2645# LT_CMD_MAX_LEN
2646#---------------
2647# LT_CMD_MAX_LEN
2648
2649# Old name:
2650# This is what autoupdate's m4 run will expand. It fires
2651# the warning (with _au_warn_XXX), outputs it into the
2652# updated configure.ac (with AC_DIAGNOSE), and then outputs
2653# the replacement expansion.
2654
2655
2656# This is an auxiliary macro that is also run when
2657# autoupdate runs m4. It simply calls m4_warning, but
2658# we need a wrapper so that each warning is emitted only
2659# once. We break the quoting in m4_warning's argument in
2660# order to expand this macro's arguments, not AU_DEFUN's.
2661
2662
2663# Finally, this is the expansion that is picked up by
2664# autoconf. It tells the user to run autoupdate, and
2665# then outputs the replacement expansion. We do not care
2666# about autoupdate's warning because that contains
2667# information on what to do *after* running autoupdate.
2668
2669
2670
2671# _LT_HEADER_DLFCN
2672# ----------------
2673# _LT_HEADER_DLFCN
2674
2675
2676# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2677# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2678# ----------------------------------------------------------------
2679# _LT_TRY_DLOPEN_SELF
2680
2681
2682# LT_SYS_DLOPEN_SELF
2683# ------------------
2684# LT_SYS_DLOPEN_SELF
2685
2686# Old name:
2687# This is what autoupdate's m4 run will expand. It fires
2688# the warning (with _au_warn_XXX), outputs it into the
2689# updated configure.ac (with AC_DIAGNOSE), and then outputs
2690# the replacement expansion.
2691
2692
2693# This is an auxiliary macro that is also run when
2694# autoupdate runs m4. It simply calls m4_warning, but
2695# we need a wrapper so that each warning is emitted only
2696# once. We break the quoting in m4_warning's argument in
2697# order to expand this macro's arguments, not AU_DEFUN's.
2698
2699
2700# Finally, this is the expansion that is picked up by
2701# autoconf. It tells the user to run autoupdate, and
2702# then outputs the replacement expansion. We do not care
2703# about autoupdate's warning because that contains
2704# information on what to do *after* running autoupdate.
2705
2706
2707
2708# _LT_COMPILER_C_O([TAGNAME])
2709# ---------------------------
2710# Check to see if options -c and -o are simultaneously supported by compiler.
2711# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2712# _LT_COMPILER_C_O
2713
2714
2715# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2716# ----------------------------------
2717# Check to see if we can do hard links to lock some files if needed
2718# _LT_COMPILER_FILE_LOCKS
2719
2720
2721# _LT_CHECK_OBJDIR
2722# ----------------
2723# _LT_CHECK_OBJDIR
2724
2725
2726# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2727# --------------------------------------
2728# Check hardcoding attributes.
2729# _LT_LINKER_HARDCODE_LIBPATH
2730
2731
2732# _LT_CMD_STRIPLIB
2733# ----------------
2734# _LT_CMD_STRIPLIB
2735
2736
2737# _LT_SYS_DYNAMIC_LINKER([TAG])
2738# -----------------------------
2739# PORTME Fill in your ld.so characteristics
2740# _LT_SYS_DYNAMIC_LINKER
2741
2742
2743# _LT_PATH_TOOL_PREFIX(TOOL)
2744# --------------------------
2745# find a file program which can recognize shared library
2746# _LT_PATH_TOOL_PREFIX
2747
2748# Old name:
2749# This is what autoupdate's m4 run will expand. It fires
2750# the warning (with _au_warn_XXX), outputs it into the
2751# updated configure.ac (with AC_DIAGNOSE), and then outputs
2752# the replacement expansion.
2753
2754
2755# This is an auxiliary macro that is also run when
2756# autoupdate runs m4. It simply calls m4_warning, but
2757# we need a wrapper so that each warning is emitted only
2758# once. We break the quoting in m4_warning's argument in
2759# order to expand this macro's arguments, not AU_DEFUN's.
2760
2761
2762# Finally, this is the expansion that is picked up by
2763# autoconf. It tells the user to run autoupdate, and
2764# then outputs the replacement expansion. We do not care
2765# about autoupdate's warning because that contains
2766# information on what to do *after* running autoupdate.
2767
2768
2769
2770# _LT_PATH_MAGIC
2771# --------------
2772# find a file program which can recognize a shared library
2773# _LT_PATH_MAGIC
2774
2775
2776# LT_PATH_LD
2777# ----------
2778# find the pathname to the GNU or non-GNU linker
2779# LT_PATH_LD
2780
2781# Old names:
2782# This is what autoupdate's m4 run will expand. It fires
2783# the warning (with _au_warn_XXX), outputs it into the
2784# updated configure.ac (with AC_DIAGNOSE), and then outputs
2785# the replacement expansion.
2786
2787
2788# This is an auxiliary macro that is also run when
2789# autoupdate runs m4. It simply calls m4_warning, but
2790# we need a wrapper so that each warning is emitted only
2791# once. We break the quoting in m4_warning's argument in
2792# order to expand this macro's arguments, not AU_DEFUN's.
2793
2794
2795# Finally, this is the expansion that is picked up by
2796# autoconf. It tells the user to run autoupdate, and
2797# then outputs the replacement expansion. We do not care
2798# about autoupdate's warning because that contains
2799# information on what to do *after* running autoupdate.
2800
2801# This is what autoupdate's m4 run will expand. It fires
2802# the warning (with _au_warn_XXX), outputs it into the
2803# updated configure.ac (with AC_DIAGNOSE), and then outputs
2804# the replacement expansion.
2805
2806
2807# This is an auxiliary macro that is also run when
2808# autoupdate runs m4. It simply calls m4_warning, but
2809# we need a wrapper so that each warning is emitted only
2810# once. We break the quoting in m4_warning's argument in
2811# order to expand this macro's arguments, not AU_DEFUN's.
2812
2813
2814# Finally, this is the expansion that is picked up by
2815# autoconf. It tells the user to run autoupdate, and
2816# then outputs the replacement expansion. We do not care
2817# about autoupdate's warning because that contains
2818# information on what to do *after* running autoupdate.
2819
2820
2821
2822# _LT_PATH_LD_GNU
2823#- --------------
2824# _LT_PATH_LD_GNU
2825
2826
2827# _LT_CMD_RELOAD
2828# --------------
2829# find reload flag for linker
2830# -- PORTME Some linkers may need a different reload flag.
2831# _LT_CMD_RELOAD
2832
2833
2834# _LT_CHECK_MAGIC_METHOD
2835# ----------------------
2836# how to check for library dependencies
2837# -- PORTME fill in with the dynamic library characteristics
2838# _LT_CHECK_MAGIC_METHOD
2839
2840
2841# LT_PATH_NM
2842# ----------
2843# find the pathname to a BSD- or MS-compatible name lister
2844# LT_PATH_NM
2845
2846# Old names:
2847# This is what autoupdate's m4 run will expand. It fires
2848# the warning (with _au_warn_XXX), outputs it into the
2849# updated configure.ac (with AC_DIAGNOSE), and then outputs
2850# the replacement expansion.
2851
2852
2853# This is an auxiliary macro that is also run when
2854# autoupdate runs m4. It simply calls m4_warning, but
2855# we need a wrapper so that each warning is emitted only
2856# once. We break the quoting in m4_warning's argument in
2857# order to expand this macro's arguments, not AU_DEFUN's.
2858
2859
2860# Finally, this is the expansion that is picked up by
2861# autoconf. It tells the user to run autoupdate, and
2862# then outputs the replacement expansion. We do not care
2863# about autoupdate's warning because that contains
2864# information on what to do *after* running autoupdate.
2865
2866# This is what autoupdate's m4 run will expand. It fires
2867# the warning (with _au_warn_XXX), outputs it into the
2868# updated configure.ac (with AC_DIAGNOSE), and then outputs
2869# the replacement expansion.
2870
2871
2872# This is an auxiliary macro that is also run when
2873# autoupdate runs m4. It simply calls m4_warning, but
2874# we need a wrapper so that each warning is emitted only
2875# once. We break the quoting in m4_warning's argument in
2876# order to expand this macro's arguments, not AU_DEFUN's.
2877
2878
2879# Finally, this is the expansion that is picked up by
2880# autoconf. It tells the user to run autoupdate, and
2881# then outputs the replacement expansion. We do not care
2882# about autoupdate's warning because that contains
2883# information on what to do *after* running autoupdate.
2884
2885
2886
2887# LT_LIB_M
2888# --------
2889# check for math library
2890# LT_LIB_M
2891
2892# Old name:
2893# This is what autoupdate's m4 run will expand. It fires
2894# the warning (with _au_warn_XXX), outputs it into the
2895# updated configure.ac (with AC_DIAGNOSE), and then outputs
2896# the replacement expansion.
2897
2898
2899# This is an auxiliary macro that is also run when
2900# autoupdate runs m4. It simply calls m4_warning, but
2901# we need a wrapper so that each warning is emitted only
2902# once. We break the quoting in m4_warning's argument in
2903# order to expand this macro's arguments, not AU_DEFUN's.
2904
2905
2906# Finally, this is the expansion that is picked up by
2907# autoconf. It tells the user to run autoupdate, and
2908# then outputs the replacement expansion. We do not care
2909# about autoupdate's warning because that contains
2910# information on what to do *after* running autoupdate.
2911
2912
2913
2914# _LT_COMPILER_NO_RTTI([TAGNAME])
2915# -------------------------------
2916# _LT_COMPILER_NO_RTTI
2917
2918
2919# _LT_CMD_GLOBAL_SYMBOLS
2920# ----------------------
2921 # _LT_CMD_GLOBAL_SYMBOLS
2922
2923
2924# _LT_COMPILER_PIC([TAGNAME])
2925# ---------------------------
2926# _LT_COMPILER_PIC
2927
2928
2929# _LT_LINKER_SHLIBS([TAGNAME])
2930# ----------------------------
2931# See if the linker supports building shared libraries.
2932# _LT_LINKER_SHLIBS
2933
2934
2935# _LT_LANG_C_CONFIG([TAG])
2936# ------------------------
2937# Ensure that the configuration variables for a C compiler are suitably
2938# defined. These variables are subsequently used by _LT_CONFIG to write
2939# the compiler configuration to `libtool'.
2940# _LT_LANG_C_CONFIG
2941
2942
2943# _LT_LANG_CXX_CONFIG([TAG])
2944# --------------------------
2945# Ensure that the configuration variables for a C++ compiler are suitably
2946# defined. These variables are subsequently used by _LT_CONFIG to write
2947# the compiler configuration to `libtool'.
2948# _LT_LANG_CXX_CONFIG
2949
2950
2951# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
2952# ---------------------------------
2953# Figure out "hidden" library dependencies from verbose
2954# compiler output when linking a shared library.
2955# Parse the compiler output and extract the necessary
2956# objects, libraries and library flags.
2957# _LT_SYS_HIDDEN_LIBDEPS
2958
2959
2960# _LT_LANG_F77_CONFIG([TAG])
2961# --------------------------
2962# Ensure that the configuration variables for a Fortran 77 compiler are
2963# suitably defined. These variables are subsequently used by _LT_CONFIG
2964# to write the compiler configuration to `libtool'.
2965# _LT_LANG_F77_CONFIG
2966
2967
2968# _LT_LANG_FC_CONFIG([TAG])
2969# -------------------------
2970# Ensure that the configuration variables for a Fortran compiler are
2971# suitably defined. These variables are subsequently used by _LT_CONFIG
2972# to write the compiler configuration to `libtool'.
2973# _LT_LANG_FC_CONFIG
2974
2975
2976# _LT_LANG_GCJ_CONFIG([TAG])
2977# --------------------------
2978# Ensure that the configuration variables for the GNU Java Compiler compiler
2979# are suitably defined. These variables are subsequently used by _LT_CONFIG
2980# to write the compiler configuration to `libtool'.
2981# _LT_LANG_GCJ_CONFIG
2982
2983
2984# _LT_LANG_RC_CONFIG([TAG])
2985# -------------------------
2986# Ensure that the configuration variables for the Windows resource compiler
2987# are suitably defined. These variables are subsequently used by _LT_CONFIG
2988# to write the compiler configuration to `libtool'.
2989# _LT_LANG_RC_CONFIG
2990
2991
2992# LT_PROG_GCJ
2993# -----------
2994
2995
2996# Old name:
2997# This is what autoupdate's m4 run will expand. It fires
2998# the warning (with _au_warn_XXX), outputs it into the
2999# updated configure.ac (with AC_DIAGNOSE), and then outputs
3000# the replacement expansion.
3001
3002
3003# This is an auxiliary macro that is also run when
3004# autoupdate runs m4. It simply calls m4_warning, but
3005# we need a wrapper so that each warning is emitted only
3006# once. We break the quoting in m4_warning's argument in
3007# order to expand this macro's arguments, not AU_DEFUN's.
3008
3009
3010# Finally, this is the expansion that is picked up by
3011# autoconf. It tells the user to run autoupdate, and
3012# then outputs the replacement expansion. We do not care
3013# about autoupdate's warning because that contains
3014# information on what to do *after* running autoupdate.
3015
3016
3017
3018# LT_PROG_RC
3019# ----------
3020
3021
3022# Old name:
3023# This is what autoupdate's m4 run will expand. It fires
3024# the warning (with _au_warn_XXX), outputs it into the
3025# updated configure.ac (with AC_DIAGNOSE), and then outputs
3026# the replacement expansion.
3027
3028
3029# This is an auxiliary macro that is also run when
3030# autoupdate runs m4. It simply calls m4_warning, but
3031# we need a wrapper so that each warning is emitted only
3032# once. We break the quoting in m4_warning's argument in
3033# order to expand this macro's arguments, not AU_DEFUN's.
3034
3035
3036# Finally, this is the expansion that is picked up by
3037# autoconf. It tells the user to run autoupdate, and
3038# then outputs the replacement expansion. We do not care
3039# about autoupdate's warning because that contains
3040# information on what to do *after* running autoupdate.
3041
3042
3043
3044# _LT_DECL_EGREP
3045# --------------
3046# If we don't have a new enough Autoconf to choose the best grep
3047# available, choose the one first in the user's PATH.
3048
3049
3050
3051# _LT_DECL_OBJDUMP
3052# --------------
3053# If we don't have a new enough Autoconf to choose the best objdump
3054# available, choose the one first in the user's PATH.
3055
3056
3057
3058# _LT_DECL_SED
3059# ------------
3060# Check for a fully-functional sed program, that truncates
3061# as few characters as possible. Prefer GNU sed if found.
3062# _LT_DECL_SED
3063
3064#m4_ifndef
3065
3066# Old name:
3067# This is what autoupdate's m4 run will expand. It fires
3068# the warning (with _au_warn_XXX), outputs it into the
3069# updated configure.ac (with AC_DIAGNOSE), and then outputs
3070# the replacement expansion.
3071
3072
3073# This is an auxiliary macro that is also run when
3074# autoupdate runs m4. It simply calls m4_warning, but
3075# we need a wrapper so that each warning is emitted only
3076# once. We break the quoting in m4_warning's argument in
3077# order to expand this macro's arguments, not AU_DEFUN's.
3078
3079
3080# Finally, this is the expansion that is picked up by
3081# autoconf. It tells the user to run autoupdate, and
3082# then outputs the replacement expansion. We do not care
3083# about autoupdate's warning because that contains
3084# information on what to do *after* running autoupdate.
3085
3086
3087
3088# _LT_CHECK_SHELL_FEATURES
3089# ------------------------
3090# Find out whether the shell is Bourne or XSI compatible,
3091# or has some other useful features.
3092# _LT_CHECK_SHELL_FEATURES
3093
3094
3095# _LT_PROG_XSI_SHELLFNS
3096# ---------------------
3097# Bourne and XSI compatible variants of some useful shell functions.
3098
3099
3100# Helper functions for option handling. -*- Autoconf -*-
3101#
3102# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3103# Inc.
3104# Written by Gary V. Vaughan, 2004
3105#
3106# This file is free software; the Free Software Foundation gives
3107# unlimited permission to copy and/or distribute it, with or without
3108# modifications, as long as this notice is preserved.
3109
3110# serial 6 ltoptions.m4
3111
3112# This is to help aclocal find these macros, as it can't see m4_define.
3113
3114
3115
3116# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3117# ------------------------------------------
3118
3119
3120
3121# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3122# ---------------------------------------
3123# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3124# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3125# saved as a flag.
3126
3127
3128
3129# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3130# ------------------------------------------------------------
3131# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3132
3133
3134
3135# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3136# -------------------------------------------------------
3137# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3138# are set.
3139
3140
3141
3142# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3143# ----------------------------------------
3144# OPTION-LIST is a space-separated list of Libtool options associated
3145# with MACRO-NAME. If any OPTION has a matching handler declared with
3146# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3147# the unknown option and exit.
3148# _LT_SET_OPTIONS
3149
3150
3151## --------------------------------- ##
3152## Macros to handle LT_INIT options. ##
3153## --------------------------------- ##
3154
3155# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3156# -----------------------------------------
3157
3158
3159
3160# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3161# -----------------------------------------------
3162# LT_OPTION_DEFINE
3163
3164
3165# dlopen
3166# ------
3167
3168
3169# This is what autoupdate's m4 run will expand. It fires
3170# the warning (with _au_warn_XXX), outputs it into the
3171# updated configure.ac (with AC_DIAGNOSE), and then outputs
3172# the replacement expansion.
3173
3174
3175# This is an auxiliary macro that is also run when
3176# autoupdate runs m4. It simply calls m4_warning, but
3177# we need a wrapper so that each warning is emitted only
3178# once. We break the quoting in m4_warning's argument in
3179# order to expand this macro's arguments, not AU_DEFUN's.
3180
3181
3182# Finally, this is the expansion that is picked up by
3183# autoconf. It tells the user to run autoupdate, and
3184# then outputs the replacement expansion. We do not care
3185# about autoupdate's warning because that contains
3186# information on what to do *after* running autoupdate.
3187
3188
3189
3190
3191# win32-dll
3192# ---------
3193# Declare package support for building win32 dll's.
3194# win32-dll
3195
3196# This is what autoupdate's m4 run will expand. It fires
3197# the warning (with _au_warn_XXX), outputs it into the
3198# updated configure.ac (with AC_DIAGNOSE), and then outputs
3199# the replacement expansion.
3200
3201
3202# This is an auxiliary macro that is also run when
3203# autoupdate runs m4. It simply calls m4_warning, but
3204# we need a wrapper so that each warning is emitted only
3205# once. We break the quoting in m4_warning's argument in
3206# order to expand this macro's arguments, not AU_DEFUN's.
3207
3208
3209# Finally, this is the expansion that is picked up by
3210# autoconf. It tells the user to run autoupdate, and
3211# then outputs the replacement expansion. We do not care
3212# about autoupdate's warning because that contains
3213# information on what to do *after* running autoupdate.
3214
3215
3216
3217
3218# _LT_ENABLE_SHARED([DEFAULT])
3219# ----------------------------
3220# implement the --enable-shared flag, and supports the `shared' and
3221# `disable-shared' LT_INIT options.
3222# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3223# _LT_ENABLE_SHARED
3224
3225
3226
3227
3228# Old names:
3229
3230
3231
3232
3233# This is what autoupdate's m4 run will expand. It fires
3234# the warning (with _au_warn_XXX), outputs it into the
3235# updated configure.ac (with AC_DIAGNOSE), and then outputs
3236# the replacement expansion.
3237
3238
3239# This is an auxiliary macro that is also run when
3240# autoupdate runs m4. It simply calls m4_warning, but
3241# we need a wrapper so that each warning is emitted only
3242# once. We break the quoting in m4_warning's argument in
3243# order to expand this macro's arguments, not AU_DEFUN's.
3244
3245
3246# Finally, this is the expansion that is picked up by
3247# autoconf. It tells the user to run autoupdate, and
3248# then outputs the replacement expansion. We do not care
3249# about autoupdate's warning because that contains
3250# information on what to do *after* running autoupdate.
3251
3252# This is what autoupdate's m4 run will expand. It fires
3253# the warning (with _au_warn_XXX), outputs it into the
3254# updated configure.ac (with AC_DIAGNOSE), and then outputs
3255# the replacement expansion.
3256
3257
3258# This is an auxiliary macro that is also run when
3259# autoupdate runs m4. It simply calls m4_warning, but
3260# we need a wrapper so that each warning is emitted only
3261# once. We break the quoting in m4_warning's argument in
3262# order to expand this macro's arguments, not AU_DEFUN's.
3263
3264
3265# Finally, this is the expansion that is picked up by
3266# autoconf. It tells the user to run autoupdate, and
3267# then outputs the replacement expansion. We do not care
3268# about autoupdate's warning because that contains
3269# information on what to do *after* running autoupdate.
3270
3271
3272
3273
3274
3275# _LT_ENABLE_STATIC([DEFAULT])
3276# ----------------------------
3277# implement the --enable-static flag, and support the `static' and
3278# `disable-static' LT_INIT options.
3279# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3280# _LT_ENABLE_STATIC
3281
3282
3283
3284
3285# Old names:
3286
3287
3288
3289
3290# This is what autoupdate's m4 run will expand. It fires
3291# the warning (with _au_warn_XXX), outputs it into the
3292# updated configure.ac (with AC_DIAGNOSE), and then outputs
3293# the replacement expansion.
3294
3295
3296# This is an auxiliary macro that is also run when
3297# autoupdate runs m4. It simply calls m4_warning, but
3298# we need a wrapper so that each warning is emitted only
3299# once. We break the quoting in m4_warning's argument in
3300# order to expand this macro's arguments, not AU_DEFUN's.
3301
3302
3303# Finally, this is the expansion that is picked up by
3304# autoconf. It tells the user to run autoupdate, and
3305# then outputs the replacement expansion. We do not care
3306# about autoupdate's warning because that contains
3307# information on what to do *after* running autoupdate.
3308
3309# This is what autoupdate's m4 run will expand. It fires
3310# the warning (with _au_warn_XXX), outputs it into the
3311# updated configure.ac (with AC_DIAGNOSE), and then outputs
3312# the replacement expansion.
3313
3314
3315# This is an auxiliary macro that is also run when
3316# autoupdate runs m4. It simply calls m4_warning, but
3317# we need a wrapper so that each warning is emitted only
3318# once. We break the quoting in m4_warning's argument in
3319# order to expand this macro's arguments, not AU_DEFUN's.
3320
3321
3322# Finally, this is the expansion that is picked up by
3323# autoconf. It tells the user to run autoupdate, and
3324# then outputs the replacement expansion. We do not care
3325# about autoupdate's warning because that contains
3326# information on what to do *after* running autoupdate.
3327
3328
3329
3330
3331
3332# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3333# ----------------------------------
3334# implement the --enable-fast-install flag, and support the `fast-install'
3335# and `disable-fast-install' LT_INIT options.
3336# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3337# _LT_ENABLE_FAST_INSTALL
3338
3339
3340
3341
3342# Old names:
3343# This is what autoupdate's m4 run will expand. It fires
3344# the warning (with _au_warn_XXX), outputs it into the
3345# updated configure.ac (with AC_DIAGNOSE), and then outputs
3346# the replacement expansion.
3347
3348
3349# This is an auxiliary macro that is also run when
3350# autoupdate runs m4. It simply calls m4_warning, but
3351# we need a wrapper so that each warning is emitted only
3352# once. We break the quoting in m4_warning's argument in
3353# order to expand this macro's arguments, not AU_DEFUN's.
3354
3355
3356# Finally, this is the expansion that is picked up by
3357# autoconf. It tells the user to run autoupdate, and
3358# then outputs the replacement expansion. We do not care
3359# about autoupdate's warning because that contains
3360# information on what to do *after* running autoupdate.
3361
3362
3363# This is what autoupdate's m4 run will expand. It fires
3364# the warning (with _au_warn_XXX), outputs it into the
3365# updated configure.ac (with AC_DIAGNOSE), and then outputs
3366# the replacement expansion.
3367
3368
3369# This is an auxiliary macro that is also run when
3370# autoupdate runs m4. It simply calls m4_warning, but
3371# we need a wrapper so that each warning is emitted only
3372# once. We break the quoting in m4_warning's argument in
3373# order to expand this macro's arguments, not AU_DEFUN's.
3374
3375
3376# Finally, this is the expansion that is picked up by
3377# autoconf. It tells the user to run autoupdate, and
3378# then outputs the replacement expansion. We do not care
3379# about autoupdate's warning because that contains
3380# information on what to do *after* running autoupdate.
3381
3382
3383
3384
3385# _LT_WITH_PIC([MODE])
3386# --------------------
3387# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3388# LT_INIT options.
3389# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3390# _LT_WITH_PIC
3391
3392
3393
3394
3395# Old name:
3396# This is what autoupdate's m4 run will expand. It fires
3397# the warning (with _au_warn_XXX), outputs it into the
3398# updated configure.ac (with AC_DIAGNOSE), and then outputs
3399# the replacement expansion.
3400
3401
3402# This is an auxiliary macro that is also run when
3403# autoupdate runs m4. It simply calls m4_warning, but
3404# we need a wrapper so that each warning is emitted only
3405# once. We break the quoting in m4_warning's argument in
3406# order to expand this macro's arguments, not AU_DEFUN's.
3407
3408
3409# Finally, this is the expansion that is picked up by
3410# autoconf. It tells the user to run autoupdate, and
3411# then outputs the replacement expansion. We do not care
3412# about autoupdate's warning because that contains
3413# information on what to do *after* running autoupdate.
3414
3415
3416
3417## ----------------- ##
3418## LTDL_INIT Options ##
3419## ----------------- ##
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3431#
3432# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3433# Written by Gary V. Vaughan, 2004
3434#
3435# This file is free software; the Free Software Foundation gives
3436# unlimited permission to copy and/or distribute it, with or without
3437# modifications, as long as this notice is preserved.
3438
3439# serial 6 ltsugar.m4
3440
3441# This is to help aclocal find these macros, as it can't see m4_define.
3442
3443
3444
3445# lt_join(SEP, ARG1, [ARG2...])
3446# -----------------------------
3447# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3448# associated separator.
3449# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3450# versions in m4sugar had bugs.
3451
3452
3453
3454
3455# lt_car(LIST)
3456# lt_cdr(LIST)
3457# ------------
3458# Manipulate m4 lists.
3459# These macros are necessary as long as will still need to support
3460# Autoconf-2.59 which quotes differently.
3461
3462
3463
3464
3465
3466# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3467# ------------------------------------------
3468# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3469# Note that neither SEPARATOR nor STRING are expanded; they are appended
3470# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3471# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3472# than defined and empty).
3473#
3474# This macro is needed until we can rely on Autoconf 2.62, since earlier
3475# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3476
3477
3478
3479
3480# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3481# ----------------------------------------------------------
3482# Produce a SEP delimited list of all paired combinations of elements of
3483# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3484# has the form PREFIXmINFIXSUFFIXn.
3485# Needed until we can rely on m4_combine added in Autoconf 2.62.
3486
3487
3488
3489# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3490# -----------------------------------------------------------------------
3491# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3492# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3493
3494
3495
3496# lt_dict_add(DICT, KEY, VALUE)
3497# -----------------------------
3498
3499
3500
3501# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3502# --------------------------------------------
3503
3504
3505
3506# lt_dict_fetch(DICT, KEY, [SUBKEY])
3507# ----------------------------------
3508
3509
3510
3511# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3512# -----------------------------------------------------------------
3513
3514
3515
3516# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3517# --------------------------------------------------------------
3518
3519
3520# ltversion.m4 -- version numbers -*- Autoconf -*-
3521#
3522# Copyright (C) 2004 Free Software Foundation, Inc.
3523# Written by Scott James Remnant, 2004
3524#
3525# This file is free software; the Free Software Foundation gives
3526# unlimited permission to copy and/or distribute it, with or without
3527# modifications, as long as this notice is preserved.
3528
3529# Generated from ltversion.in.
3530
3531# serial 3134 ltversion.m4
3532# This file is part of GNU Libtool
3533
3534
3535
3536
3537
3538
3539# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3540#
3541# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3542# Written by Scott James Remnant, 2004.
3543#
3544# This file is free software; the Free Software Foundation gives
3545# unlimited permission to copy and/or distribute it, with or without
3546# modifications, as long as this notice is preserved.
3547
3548# serial 4 lt~obsolete.m4
3549
3550# These exist entirely to fool aclocal when bootstrapping libtool.
3551#
3552# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3553# which have later been changed to m4_define as they aren't part of the
3554# exported API, or moved to Autoconf or Automake where they belong.
3555#
3556# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3557# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3558# using a macro with the same name in our local m4/libtool.m4 it'll
3559# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3560# and doesn't know about Autoconf macros at all.)
3561#
3562# So we provide this file, which has a silly filename so it's always
3563# included after everything else. This provides aclocal with the
3564# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3565# because those macros already exist, or will be overwritten later.
3566# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3567#
3568# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3569# Yes, that means every name once taken will need to remain here until
3570# we give up compatibility with versions before 1.7, at which point
3571# we need to keep only those names which we still refer to.
3572
3573# This is to help aclocal find these macros, as it can't see m4_define.
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
6ffe910a
MF
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
2232061b
MF
3638## -*- Autoconf -*-
3639
3640# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3641# Free Software Foundation, Inc.
3642#
3643# This file is free software; the Free Software Foundation
3644# gives unlimited permission to copy and/or distribute it,
3645# with or without modifications, as long as this notice is preserved.
3646
3647# serial 8
3648
3649# Based on depend.m4 from automake 1.9, modified for standalone use in
3650# an environment where GNU make is required.
3651
3652# ZW_PROG_COMPILER_DEPENDENCIES
3653# -----------------------------
3654# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3655# sets fooDEPMODE accordingly. Cache-variable compatible with
3656# original; not side-effect compatible. As the users of this macro
3657# may require accurate dependencies for correct builds, it does *not*
3658# honor --disable-dependency-checking, and failure to detect a usable
3659# method is an error. depcomp is assumed to be located in
3660# $ac_aux_dir.
3661#
3662# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3663
3664
3665
3666# AM_SET_DEPDIR
3667# -------------
3668# Choose a directory name for dependency files.
3669
3670
3671# ZW_CREATE_DEPDIR
3672# ----------------
3673# As AM_SET_DEPDIR, but also create the directory at config.status time.
3674
3675
6ffe910a
MF
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
6ffe910a
MF
3715
3716
3717
3718
3719
6ffe910a
MF
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
6ffe910a
MF
3735
3736
3737
3738
3739
3740# intl sister-directory configuration rules.
3741#
3742
3743# The idea behind this macro is that there's no need to repeat all the
3744# autoconf probes done by the intl directory - it's already done them
3745# for us. In fact, there's no need even to look at the cache for the
3746# answers. All we need to do is nab a few pieces of information.
3747# The intl directory is set up to make this easy, by generating a
3748# small file which can be sourced as a shell script; then we produce
3749# the necessary substitutions and definitions for this directory.
3750
3751
3752
3753# Autoconf M4 include file defining utility macros for complex Canadian
3754# cross builds.
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764####
3765# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3766# or AC_INIT.
3767# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3768
3769####
3770# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3771# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3772
3773
3774####
3775# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3776# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3777
3778
3779
3780# Backported from Autoconf 2.5x; can go away when and if
3781# we switch. Put the OS path separator in $PATH_SEPARATOR.
3782
3783
3784
3785
3786# ACX_HAVE_GCC_FOR_TARGET
3787# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3788
3789
3790# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3791# Searching for installed target binutils. We need to take extra care,
3792# else we may find the wrong assembler, linker, etc., and lose.
3793#
3794# First try --with-build-time-tools, if specified.
3795#
3796# For build != host, we ask the installed GCC for the name of the tool it
3797# uses, and accept it if it is an absolute path. This is because the
3798# only good choice for a compiler is the same GCC version that is being
3799# installed (or we couldn't make target libraries), and we assume that
3800# on the host system we'll have not only the same GCC version, but also
3801# the same binutils version.
3802#
3803# For build == host, search the same directories that the installed
3804# compiler will search. We used to do this for the assembler, linker,
3805# and nm only; for simplicity of configuration, however, we extend this
3806# criterion to tools (such as ar and ranlib) that are never invoked by
3807# the compiler, to avoid mismatches.
3808#
3809# Also note we have to check MD_EXEC_PREFIX before checking the user's path
3810# if build == target. This makes the most sense only when bootstrapping,
3811# but we also do so when build != host. In this case, we hope that the
3812# build and host systems will have similar contents of MD_EXEC_PREFIX.
3813#
3814# If we do not find a suitable binary, then try the user's path.
3815
3816
3817###
3818# AC_PROG_CPP_WERROR
3819# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
3820# triggers warnings from the preprocessor. Will be in autoconf 2.58.
3821# For now, using this also overrides header checks to use only the
3822# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
3823# bit harder from here).
3824# Eventually autoconf will default to checking headers with the compiler
3825# instead, and we'll have to do this differently.
3826
3827# AC_PROG_CPP_WERROR
3828
3829# Test for GNAT.
2232061b
MF
3830# We require the gnatbind & gnatmake programs, as well as a compiler driver
3831# that understands Ada. We use the user's CC setting, already found, and
3832# possibly add $1 to the command-line parameters.
6ffe910a
MF
3833#
3834# Sets the shell variable have_gnat to yes or no as appropriate, and
3835# substitutes GNATBIND and GNATMAKE.
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
b7026657
AC
3856
3857
b7026657
AC
3858
3859
3860
3861ac_aux_dir=
81ecdfbb
RW
3862for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3863 for ac_t in install-sh install.sh shtool; do
3864 if test -f "$ac_dir/$ac_t"; then
3865 ac_aux_dir=$ac_dir
3866 ac_install_sh="$ac_aux_dir/$ac_t -c"
3867 break 2
3868 fi
3869 done
b7026657
AC
3870done
3871if test -z "$ac_aux_dir"; then
81ecdfbb 3872 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
b7026657 3873fi
81ecdfbb
RW
3874
3875# These three variables are undocumented and unsupported,
3876# and are intended to be withdrawn in a future Autoconf release.
3877# They can cause serious problems if a builder's source tree is in a directory
3878# whose full name contains unusual characters.
3879ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3880ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3881ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3882
b7026657
AC
3883
3884# Find a good install program. We prefer a C program (faster),
3885# so one script is as good as another. But avoid the broken or
3886# incompatible versions:
3887# SysV /etc/install, /usr/sbin/install
3888# SunOS /usr/etc/install
3889# IRIX /sbin/install
3890# AIX /bin/install
3891# AmigaOS /C/install, which installs bootblocks on floppy discs
3892# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3893# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3894# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3895# OS/2's system install, which has a completely different semantic
3896# ./install, which can be erroneously created by make from ./install.sh.
81ecdfbb
RW
3897# Reject install programs that cannot install multiple files.
3898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3899$as_echo_n "checking for a BSD-compatible install... " >&6; }
b7026657 3900if test -z "$INSTALL"; then
81ecdfbb
RW
3901if test "${ac_cv_path_install+set}" = set; then :
3902 $as_echo_n "(cached) " >&6
b7026657
AC
3903else
3904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3905for as_dir in $PATH
3906do
3907 IFS=$as_save_IFS
3908 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3909 # Account for people who put trailing slashes in PATH elements.
3910case $as_dir/ in #((
3911 ./ | .// | /[cC]/* | \
b7026657 3912 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3913 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
b7026657
AC
3914 /usr/ucb/* ) ;;
3915 *)
3916 # OSF1 and SCO ODT 3.0 have their own names for install.
3917 # Don't use installbsd from OSF since it installs stuff as root
3918 # by default.
3919 for ac_prog in ginstall scoinst install; do
3920 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3921 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
b7026657
AC
3922 if test $ac_prog = install &&
3923 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3924 # AIX install. It has an incompatible calling convention.
3925 :
3926 elif test $ac_prog = install &&
3927 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3928 # program-specific install script used by HP pwplus--don't use.
3929 :
3930 else
81ecdfbb
RW
3931 rm -rf conftest.one conftest.two conftest.dir
3932 echo one > conftest.one
3933 echo two > conftest.two
3934 mkdir conftest.dir
3935 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3936 test -s conftest.one && test -s conftest.two &&
3937 test -s conftest.dir/conftest.one &&
3938 test -s conftest.dir/conftest.two
3939 then
3940 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3941 break 3
3942 fi
b7026657
AC
3943 fi
3944 fi
3945 done
3946 done
3947 ;;
3948esac
b7026657 3949
81ecdfbb
RW
3950 done
3951IFS=$as_save_IFS
3952
3953rm -rf conftest.one conftest.two conftest.dir
b7026657
AC
3954
3955fi
3956 if test "${ac_cv_path_install+set}" = set; then
3957 INSTALL=$ac_cv_path_install
3958 else
81ecdfbb
RW
3959 # As a last resort, use the slow shell script. Don't cache a
3960 # value for INSTALL within a source directory, because that will
b7026657 3961 # break other packages using the cache if that directory is
81ecdfbb 3962 # removed, or if the value is a relative name.
b7026657
AC
3963 INSTALL=$ac_install_sh
3964 fi
3965fi
81ecdfbb
RW
3966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3967$as_echo "$INSTALL" >&6; }
b7026657
AC
3968
3969# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3970# It thinks the first close brace ends the variable substitution.
c906108c
SS
3971test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3972
b7026657 3973test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
cd0fc7c3 3974
c906108c
SS
3975test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3976
b7026657
AC
3977ac_ext=c
3978ac_cpp='$CPP $CPPFLAGS'
3979ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3980ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3981ac_compiler_gnu=$ac_cv_c_compiler_gnu
3982if test -n "$ac_tool_prefix"; then
3983 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3984set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3986$as_echo_n "checking for $ac_word... " >&6; }
3987if test "${ac_cv_prog_CC+set}" = set; then :
3988 $as_echo_n "(cached) " >&6
b7026657
AC
3989else
3990 if test -n "$CC"; then
3991 ac_cv_prog_CC="$CC" # Let the user override the test.
3992else
3993as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3994for as_dir in $PATH
3995do
3996 IFS=$as_save_IFS
3997 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3998 for ac_exec_ext in '' $ac_executable_extensions; do
3999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b7026657 4000 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b7026657
AC
4002 break 2
4003 fi
4004done
81ecdfbb
RW
4005 done
4006IFS=$as_save_IFS
b7026657
AC
4007
4008fi
4009fi
4010CC=$ac_cv_prog_CC
4011if test -n "$CC"; then
81ecdfbb
RW
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4013$as_echo "$CC" >&6; }
b7026657 4014else
81ecdfbb
RW
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4016$as_echo "no" >&6; }
b7026657
AC
4017fi
4018
81ecdfbb 4019
b7026657
AC
4020fi
4021if test -z "$ac_cv_prog_CC"; then
4022 ac_ct_CC=$CC
4023 # Extract the first word of "gcc", so it can be a program name with args.
c906108c 4024set dummy gcc; ac_word=$2
81ecdfbb
RW
4025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4026$as_echo_n "checking for $ac_word... " >&6; }
4027if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4028 $as_echo_n "(cached) " >&6
b7026657
AC
4029else
4030 if test -n "$ac_ct_CC"; then
4031 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4032else
4033as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4034for as_dir in $PATH
4035do
4036 IFS=$as_save_IFS
4037 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4038 for ac_exec_ext in '' $ac_executable_extensions; do
4039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b7026657 4040 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b7026657
AC
4042 break 2
4043 fi
4044done
81ecdfbb
RW
4045 done
4046IFS=$as_save_IFS
b7026657
AC
4047
4048fi
4049fi
4050ac_ct_CC=$ac_cv_prog_ac_ct_CC
4051if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4053$as_echo "$ac_ct_CC" >&6; }
b7026657 4054else
81ecdfbb
RW
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4056$as_echo "no" >&6; }
b7026657
AC
4057fi
4058
81ecdfbb
RW
4059 if test "x$ac_ct_CC" = x; then
4060 CC=""
4061 else
4062 case $cross_compiling:$ac_tool_warned in
4063yes:)
4064{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4065$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4066ac_tool_warned=yes ;;
4067esac
4068 CC=$ac_ct_CC
4069 fi
b7026657
AC
4070else
4071 CC="$ac_cv_prog_CC"
4072fi
4073
4074if test -z "$CC"; then
81ecdfbb
RW
4075 if test -n "$ac_tool_prefix"; then
4076 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
b7026657 4077set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4079$as_echo_n "checking for $ac_word... " >&6; }
4080if test "${ac_cv_prog_CC+set}" = set; then :
4081 $as_echo_n "(cached) " >&6
c906108c
SS
4082else
4083 if test -n "$CC"; then
4084 ac_cv_prog_CC="$CC" # Let the user override the test.
4085else
b7026657
AC
4086as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4087for as_dir in $PATH
4088do
4089 IFS=$as_save_IFS
4090 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4091 for ac_exec_ext in '' $ac_executable_extensions; do
4092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b7026657 4093 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b7026657
AC
4095 break 2
4096 fi
4097done
81ecdfbb
RW
4098 done
4099IFS=$as_save_IFS
b7026657 4100
c906108c
SS
4101fi
4102fi
b7026657 4103CC=$ac_cv_prog_CC
c906108c 4104if test -n "$CC"; then
81ecdfbb
RW
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4106$as_echo "$CC" >&6; }
b7026657 4107else
81ecdfbb
RW
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4109$as_echo "no" >&6; }
b7026657
AC
4110fi
4111
c906108c 4112
81ecdfbb 4113 fi
b7026657 4114fi
c906108c
SS
4115if test -z "$CC"; then
4116 # Extract the first word of "cc", so it can be a program name with args.
4117set dummy cc; ac_word=$2
81ecdfbb
RW
4118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4119$as_echo_n "checking for $ac_word... " >&6; }
4120if test "${ac_cv_prog_CC+set}" = set; then :
4121 $as_echo_n "(cached) " >&6
c906108c
SS
4122else
4123 if test -n "$CC"; then
4124 ac_cv_prog_CC="$CC" # Let the user override the test.
4125else
c906108c 4126 ac_prog_rejected=no
b7026657
AC
4127as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4128for as_dir in $PATH
4129do
4130 IFS=$as_save_IFS
4131 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4132 for ac_exec_ext in '' $ac_executable_extensions; do
4133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b7026657
AC
4134 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4135 ac_prog_rejected=yes
4136 continue
4137 fi
4138 ac_cv_prog_CC="cc"
81ecdfbb 4139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b7026657
AC
4140 break 2
4141 fi
4142done
81ecdfbb
RW
4143 done
4144IFS=$as_save_IFS
b7026657 4145
c906108c
SS
4146if test $ac_prog_rejected = yes; then
4147 # We found a bogon in the path, so make sure we never use it.
4148 set dummy $ac_cv_prog_CC
4149 shift
b7026657 4150 if test $# != 0; then
c906108c
SS
4151 # We chose a different compiler from the bogus one.
4152 # However, it has the same basename, so the bogon will be chosen
4153 # first if we set CC to just the basename; use the full file name.
4154 shift
b7026657 4155 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
c906108c
SS
4156 fi
4157fi
4158fi
4159fi
b7026657 4160CC=$ac_cv_prog_CC
c906108c 4161if test -n "$CC"; then
81ecdfbb
RW
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4163$as_echo "$CC" >&6; }
c906108c 4164else
81ecdfbb
RW
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4166$as_echo "no" >&6; }
c906108c
SS
4167fi
4168
81ecdfbb 4169
b7026657
AC
4170fi
4171if test -z "$CC"; then
4172 if test -n "$ac_tool_prefix"; then
81ecdfbb 4173 for ac_prog in cl.exe
b7026657
AC
4174 do
4175 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4176set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4178$as_echo_n "checking for $ac_word... " >&6; }
4179if test "${ac_cv_prog_CC+set}" = set; then :
4180 $as_echo_n "(cached) " >&6
c906108c
SS
4181else
4182 if test -n "$CC"; then
4183 ac_cv_prog_CC="$CC" # Let the user override the test.
4184else
b7026657
AC
4185as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4186for as_dir in $PATH
4187do
4188 IFS=$as_save_IFS
4189 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4190 for ac_exec_ext in '' $ac_executable_extensions; do
4191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b7026657 4192 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b7026657
AC
4194 break 2
4195 fi
4196done
81ecdfbb
RW
4197 done
4198IFS=$as_save_IFS
b7026657 4199
c906108c
SS
4200fi
4201fi
b7026657 4202CC=$ac_cv_prog_CC
c906108c 4203if test -n "$CC"; then
81ecdfbb
RW
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4205$as_echo "$CC" >&6; }
c906108c 4206else
81ecdfbb
RW
4207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4208$as_echo "no" >&6; }
c906108c 4209fi
b7026657 4210
81ecdfbb 4211
b7026657
AC
4212 test -n "$CC" && break
4213 done
4214fi
4215if test -z "$CC"; then
4216 ac_ct_CC=$CC
81ecdfbb 4217 for ac_prog in cl.exe
b7026657
AC
4218do
4219 # Extract the first word of "$ac_prog", so it can be a program name with args.
4220set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4222$as_echo_n "checking for $ac_word... " >&6; }
4223if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
b7026657
AC
4225else
4226 if test -n "$ac_ct_CC"; then
4227 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4228else
4229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4230for as_dir in $PATH
4231do
4232 IFS=$as_save_IFS
4233 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4234 for ac_exec_ext in '' $ac_executable_extensions; do
4235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b7026657 4236 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b7026657 4238 break 2
c906108c 4239 fi
b7026657 4240done
81ecdfbb
RW
4241 done
4242IFS=$as_save_IFS
b7026657
AC
4243
4244fi
4245fi
4246ac_ct_CC=$ac_cv_prog_ac_ct_CC
4247if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4249$as_echo "$ac_ct_CC" >&6; }
b7026657 4250else
81ecdfbb
RW
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4252$as_echo "no" >&6; }
c906108c
SS
4253fi
4254
81ecdfbb 4255
b7026657
AC
4256 test -n "$ac_ct_CC" && break
4257done
c906108c 4258
81ecdfbb
RW
4259 if test "x$ac_ct_CC" = x; then
4260 CC=""
4261 else
4262 case $cross_compiling:$ac_tool_warned in
4263yes:)
4264{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4265$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4266ac_tool_warned=yes ;;
4267esac
4268 CC=$ac_ct_CC
4269 fi
b7026657
AC
4270fi
4271
4272fi
4273
4274
81ecdfbb
RW
4275test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4276$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4277as_fn_error "no acceptable C compiler found in \$PATH
4278See \`config.log' for more details." "$LINENO" 5; }
b7026657
AC
4279
4280# Provide some information about the compiler.
81ecdfbb
RW
4281$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4282set X $ac_compile
4283ac_compiler=$2
4284for ac_option in --version -v -V -qversion; do
4285 { { ac_try="$ac_compiler $ac_option >&5"
4286case "(($ac_try" in
4287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4288 *) ac_try_echo=$ac_try;;
4289esac
4290eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4291$as_echo "$ac_try_echo"; } >&5
4292 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
b7026657 4293 ac_status=$?
81ecdfbb
RW
4294 if test -s conftest.err; then
4295 sed '10a\
4296... rest of stderr output deleted ...
4297 10q' conftest.err >conftest.er1
4298 cat conftest.er1 >&5
4299 rm -f conftest.er1 conftest.err
4300 fi
4301 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4302 test $ac_status = 0; }
4303done
b7026657 4304
81ecdfbb 4305cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
4306/* end confdefs.h. */
4307
4308int
4309main ()
4310{
4311
4312 ;
4313 return 0;
4314}
4315_ACEOF
4316ac_clean_files_save=$ac_clean_files
81ecdfbb 4317ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
b7026657
AC
4318# Try to create an executable without -o first, disregard a.out.
4319# It will help us diagnose broken compilers, and finding out an intuition
4320# of exeext.
81ecdfbb
RW
4321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4322$as_echo_n "checking for C compiler default output file name... " >&6; }
4323ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4324
4325# The possible output files:
4326ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4327
4328ac_rmfiles=
4329for ac_file in $ac_files
4330do
4331 case $ac_file in
4332 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4333 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4334 esac
4335done
4336rm -f $ac_rmfiles
4337
4338if { { ac_try="$ac_link_default"
4339case "(($ac_try" in
4340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4341 *) ac_try_echo=$ac_try;;
4342esac
4343eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4344$as_echo "$ac_try_echo"; } >&5
4345 (eval "$ac_link_default") 2>&5
b7026657 4346 ac_status=$?
81ecdfbb
RW
4347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4348 test $ac_status = 0; }; then :
4349 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4350# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4351# in a Makefile. We should not override ac_cv_exeext if it was cached,
4352# so that the user can short-circuit this test for compilers unknown to
4353# Autoconf.
4354for ac_file in $ac_files ''
b7026657
AC
4355do
4356 test -f "$ac_file" || continue
4357 case $ac_file in
81ecdfbb 4358 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b7026657
AC
4359 ;;
4360 [ab].out )
4361 # We found the default executable, but exeext='' is most
4362 # certainly right.
4363 break;;
4364 *.* )
81ecdfbb
RW
4365 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4366 then :; else
4367 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4368 fi
4369 # We set ac_cv_exeext here because the later test for it is not
4370 # safe: cross compilers may not add the suffix if given an `-o'
4371 # argument, so we may need to know it at that point already.
4372 # Even if this section looks crufty: it has the advantage of
4373 # actually working.
b7026657
AC
4374 break;;
4375 * )
4376 break;;
4377 esac
4378done
81ecdfbb
RW
4379test "$ac_cv_exeext" = no && ac_cv_exeext=
4380
b7026657 4381else
81ecdfbb
RW
4382 ac_file=''
4383fi
4384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4385$as_echo "$ac_file" >&6; }
4386if test -z "$ac_file"; then :
4387 $as_echo "$as_me: failed program was:" >&5
b7026657
AC
4388sed 's/^/| /' conftest.$ac_ext >&5
4389
81ecdfbb
RW
4390{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4391$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4392{ as_fn_set_status 77
4393as_fn_error "C compiler cannot create executables
4394See \`config.log' for more details." "$LINENO" 5; }; }
b7026657 4395fi
b7026657 4396ac_exeext=$ac_cv_exeext
b7026657 4397
81ecdfbb 4398# Check that the compiler produces executables we can run. If not, either
b7026657 4399# the compiler is broken, or we cross compile.
81ecdfbb
RW
4400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4401$as_echo_n "checking whether the C compiler works... " >&6; }
b7026657
AC
4402# If not cross compiling, check that we can run a simple program.
4403if test "$cross_compiling" != yes; then
4404 if { ac_try='./$ac_file'
81ecdfbb
RW
4405 { { case "(($ac_try" in
4406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4407 *) ac_try_echo=$ac_try;;
4408esac
4409eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4410$as_echo "$ac_try_echo"; } >&5
4411 (eval "$ac_try") 2>&5
b7026657 4412 ac_status=$?
81ecdfbb
RW
4413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4414 test $ac_status = 0; }; }; then
b7026657 4415 cross_compiling=no
c906108c 4416 else
b7026657
AC
4417 if test "$cross_compiling" = maybe; then
4418 cross_compiling=yes
4419 else
81ecdfbb
RW
4420 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4421$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4422as_fn_error "cannot run C compiled programs.
b7026657 4423If you meant to cross compile, use \`--host'.
81ecdfbb 4424See \`config.log' for more details." "$LINENO" 5; }
b7026657 4425 fi
c906108c 4426 fi
c906108c 4427fi
81ecdfbb
RW
4428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4429$as_echo "yes" >&6; }
b7026657 4430
81ecdfbb 4431rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
b7026657 4432ac_clean_files=$ac_clean_files_save
81ecdfbb 4433# Check that the compiler produces executables we can run. If not, either
b7026657 4434# the compiler is broken, or we cross compile.
81ecdfbb
RW
4435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4436$as_echo_n "checking whether we are cross compiling... " >&6; }
4437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4438$as_echo "$cross_compiling" >&6; }
4439
4440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4441$as_echo_n "checking for suffix of executables... " >&6; }
4442if { { ac_try="$ac_link"
4443case "(($ac_try" in
4444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445 *) ac_try_echo=$ac_try;;
4446esac
4447eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4448$as_echo "$ac_try_echo"; } >&5
4449 (eval "$ac_link") 2>&5
b7026657 4450 ac_status=$?
81ecdfbb
RW
4451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4452 test $ac_status = 0; }; then :
b7026657
AC
4453 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4454# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4455# work properly (i.e., refer to `conftest.exe'), while it won't with
4456# `rm'.
4457for ac_file in conftest.exe conftest conftest.*; do
4458 test -f "$ac_file" || continue
4459 case $ac_file in
81ecdfbb 4460 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b7026657 4461 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
b7026657
AC
4462 break;;
4463 * ) break;;
4464 esac
4465done
c906108c 4466else
81ecdfbb
RW
4467 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4468$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4469as_fn_error "cannot compute suffix of executables: cannot compile and link
4470See \`config.log' for more details." "$LINENO" 5; }
c906108c 4471fi
b7026657 4472rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4474$as_echo "$ac_cv_exeext" >&6; }
b7026657
AC
4475
4476rm -f conftest.$ac_ext
4477EXEEXT=$ac_cv_exeext
4478ac_exeext=$EXEEXT
81ecdfbb
RW
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4480$as_echo_n "checking for suffix of object files... " >&6; }
4481if test "${ac_cv_objext+set}" = set; then :
4482 $as_echo_n "(cached) " >&6
b7026657 4483else
81ecdfbb 4484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
4485/* end confdefs.h. */
4486
4487int
4488main ()
4489{
4490
4491 ;
4492 return 0;
4493}
4494_ACEOF
4495rm -f conftest.o conftest.obj
81ecdfbb
RW
4496if { { ac_try="$ac_compile"
4497case "(($ac_try" in
4498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4499 *) ac_try_echo=$ac_try;;
4500esac
4501eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4502$as_echo "$ac_try_echo"; } >&5
4503 (eval "$ac_compile") 2>&5
b7026657 4504 ac_status=$?
81ecdfbb
RW
4505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4506 test $ac_status = 0; }; then :
4507 for ac_file in conftest.o conftest.obj conftest.*; do
4508 test -f "$ac_file" || continue;
b7026657 4509 case $ac_file in
81ecdfbb 4510 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
b7026657
AC
4511 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4512 break;;
4513 esac
4514done
4515else
81ecdfbb 4516 $as_echo "$as_me: failed program was:" >&5
b7026657
AC
4517sed 's/^/| /' conftest.$ac_ext >&5
4518
81ecdfbb
RW
4519{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4520$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4521as_fn_error "cannot compute suffix of object files: cannot compile
4522See \`config.log' for more details." "$LINENO" 5; }
c906108c 4523fi
b7026657
AC
4524rm -f conftest.$ac_cv_objext conftest.$ac_ext
4525fi
81ecdfbb
RW
4526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4527$as_echo "$ac_cv_objext" >&6; }
b7026657
AC
4528OBJEXT=$ac_cv_objext
4529ac_objext=$OBJEXT
81ecdfbb
RW
4530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4531$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4532if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4533 $as_echo_n "(cached) " >&6
b7026657 4534else
81ecdfbb 4535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
4536/* end confdefs.h. */
4537
4538int
4539main ()
4540{
4541#ifndef __GNUC__
4542 choke me
4543#endif
c906108c 4544
b7026657
AC
4545 ;
4546 return 0;
4547}
4548_ACEOF
81ecdfbb 4549if ac_fn_c_try_compile "$LINENO"; then :
b7026657 4550 ac_compiler_gnu=yes
c906108c 4551else
81ecdfbb 4552 ac_compiler_gnu=no
c906108c 4553fi
81ecdfbb 4554rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 4555ac_cv_c_compiler_gnu=$ac_compiler_gnu
c906108c 4556
b7026657 4557fi
81ecdfbb
RW
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4559$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4560if test $ac_compiler_gnu = yes; then
4561 GCC=yes
4562else
4563 GCC=
4564fi
b7026657
AC
4565ac_test_CFLAGS=${CFLAGS+set}
4566ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4568$as_echo_n "checking whether $CC accepts -g... " >&6; }
4569if test "${ac_cv_prog_cc_g+set}" = set; then :
4570 $as_echo_n "(cached) " >&6
c906108c 4571else
81ecdfbb
RW
4572 ac_save_c_werror_flag=$ac_c_werror_flag
4573 ac_c_werror_flag=yes
4574 ac_cv_prog_cc_g=no
4575 CFLAGS="-g"
4576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
4577/* end confdefs.h. */
4578
4579int
4580main ()
4581{
4582
4583 ;
4584 return 0;
4585}
4586_ACEOF
81ecdfbb 4587if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
4588 ac_cv_prog_cc_g=yes
4589else
81ecdfbb
RW
4590 CFLAGS=""
4591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4592/* end confdefs.h. */
c906108c 4593
81ecdfbb
RW
4594int
4595main ()
4596{
4597
4598 ;
4599 return 0;
4600}
4601_ACEOF
4602if ac_fn_c_try_compile "$LINENO"; then :
4603
4604else
4605 ac_c_werror_flag=$ac_save_c_werror_flag
4606 CFLAGS="-g"
4607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4608/* end confdefs.h. */
4609
4610int
4611main ()
4612{
4613
4614 ;
4615 return 0;
4616}
4617_ACEOF
4618if ac_fn_c_try_compile "$LINENO"; then :
4619 ac_cv_prog_cc_g=yes
4620fi
4621rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4622fi
4623rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4624fi
4625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4626 ac_c_werror_flag=$ac_save_c_werror_flag
4627fi
4628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4629$as_echo "$ac_cv_prog_cc_g" >&6; }
4630if test "$ac_test_CFLAGS" = set; then
4631 CFLAGS=$ac_save_CFLAGS
4632elif test $ac_cv_prog_cc_g = yes; then
4633 if test "$GCC" = yes; then
4634 CFLAGS="-g -O2"
4635 else
c906108c
SS
4636 CFLAGS="-g"
4637 fi
4638else
4639 if test "$GCC" = yes; then
4640 CFLAGS="-O2"
4641 else
4642 CFLAGS=
4643 fi
4644fi
81ecdfbb
RW
4645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4646$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4647if test "${ac_cv_prog_cc_c89+set}" = set; then :
4648 $as_echo_n "(cached) " >&6
b7026657 4649else
81ecdfbb 4650 ac_cv_prog_cc_c89=no
b7026657 4651ac_save_CC=$CC
81ecdfbb 4652cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
4653/* end confdefs.h. */
4654#include <stdarg.h>
4655#include <stdio.h>
4656#include <sys/types.h>
4657#include <sys/stat.h>
4658/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4659struct buf { int x; };
4660FILE * (*rcsopen) (struct buf *, struct stat *, int);
4661static char *e (p, i)
4662 char **p;
4663 int i;
4664{
4665 return p[i];
4666}
4667static char *f (char * (*g) (char **, int), char **p, ...)
4668{
4669 char *s;
4670 va_list v;
4671 va_start (v,p);
4672 s = g (p, va_arg (v,int));
4673 va_end (v);
4674 return s;
4675}
4676
4677/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4678 function prototypes and stuff, but not '\xHH' hex character constants.
4679 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4680 as 'x'. The following induces an error, until -std is added to get
b7026657
AC
4681 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4682 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4683 that's true only with -std. */
b7026657
AC
4684int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4685
81ecdfbb
RW
4686/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4687 inside strings and character constants. */
4688#define FOO(x) 'x'
4689int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4690
b7026657
AC
4691int test (int i, double x);
4692struct s1 {int (*f) (int a);};
4693struct s2 {int (*f) (double a);};
4694int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4695int argc;
4696char **argv;
4697int
4698main ()
4699{
4700return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4701 ;
4702 return 0;
4703}
4704_ACEOF
81ecdfbb
RW
4705for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4706 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
b7026657
AC
4707do
4708 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4709 if ac_fn_c_try_compile "$LINENO"; then :
4710 ac_cv_prog_cc_c89=$ac_arg
b7026657 4711fi
81ecdfbb
RW
4712rm -f core conftest.err conftest.$ac_objext
4713 test "x$ac_cv_prog_cc_c89" != "xno" && break
b7026657 4714done
81ecdfbb 4715rm -f conftest.$ac_ext
b7026657
AC
4716CC=$ac_save_CC
4717
4718fi
81ecdfbb
RW
4719# AC_CACHE_VAL
4720case "x$ac_cv_prog_cc_c89" in
4721 x)
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4723$as_echo "none needed" >&6; } ;;
4724 xno)
4725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4726$as_echo "unsupported" >&6; } ;;
b7026657 4727 *)
81ecdfbb
RW
4728 CC="$CC $ac_cv_prog_cc_c89"
4729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4730$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
b7026657 4731esac
81ecdfbb 4732if test "x$ac_cv_prog_cc_c89" != xno; then :
b7026657
AC
4733
4734fi
b7026657 4735
b7026657
AC
4736ac_ext=c
4737ac_cpp='$CPP $CPPFLAGS'
4738ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4739ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4740ac_compiler_gnu=$ac_cv_c_compiler_gnu
4741
c906108c
SS
4742
4743
4744
2232061b
MF
4745# Check whether --enable-werror was given.
4746if test "${enable_werror+set}" = set; then :
4747 enableval=$enable_werror; case "${enableval}" in
4748 yes | y) ERROR_ON_WARNING="yes" ;;
4749 no | n) ERROR_ON_WARNING="no" ;;
4750 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
4751 esac
4752fi
4753
4754
4755# Enable -Werror by default when using gcc
4756if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4757 ERROR_ON_WARNING=yes
4758fi
4759
4760WERROR_CFLAGS=""
4761if test "${ERROR_ON_WARNING}" = yes ; then
4762# NOTE: Disabled in the sim dir due to most sims generating warnings.
4763# WERROR_CFLAGS="-Werror"
4764 true
4765fi
4766
2232061b 4767build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 4768-Wpointer-sign \
2232061b 4769-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
4770-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
4771-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
4772-Wold-style-declaration -Wold-style-definition"
2232061b
MF
4773
4774# Enable -Wno-format by default when using gcc on mingw since many
4775# GCC versions complain about %I64.
4776case "${host}" in
4777 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 4778 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
4779esac
4780
81ecdfbb
RW
4781# Check whether --enable-build-warnings was given.
4782if test "${enable_build_warnings+set}" = set; then :
4783 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
4784 yes) ;;
4785 no) build_warnings="-w";;
4786 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4787 build_warnings="${build_warnings} ${t}";;
4788 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4789 build_warnings="${t} ${build_warnings}";;
4790 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4791esac
4792if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
4793 echo "Setting compiler warning flags = $build_warnings" 6>&1
4794fi
81ecdfbb
RW
4795fi
4796# Check whether --enable-sim-build-warnings was given.
4797if test "${enable_sim_build_warnings+set}" = set; then :
4798 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
4799 yes) ;;
4800 no) build_warnings="-w";;
4801 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 4802 build_warnings="${build_warnings} ${t}";;
c906108c 4803 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
4804 build_warnings="${t} ${build_warnings}";;
4805 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
4806esac
4807if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
4808 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
4809fi
81ecdfbb
RW
4810fi
4811WARN_CFLAGS=""
d4f3574e
SS
4812if test "x${build_warnings}" != x -a "x$GCC" = xyes
4813then
81ecdfbb
RW
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
4815$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
4816 # Separate out the -Werror flag as some files just cannot be
4817 # compiled with it enabled.
4818 for w in ${build_warnings}; do
4819 case $w in
4820 -Werr*) WERROR_CFLAGS=-Werror ;;
4821 *) # Check that GCC accepts it
4822 saved_CFLAGS="$CFLAGS"
4823 CFLAGS="$CFLAGS $w"
81ecdfbb 4824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
4825/* end confdefs.h. */
4826
4827int
4828main ()
4829{
4830
4831 ;
4832 return 0;
4833}
4834_ACEOF
81ecdfbb 4835if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 4836 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 4837fi
81ecdfbb 4838rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
4839 CFLAGS="$saved_CFLAGS"
4840 esac
4841 done
2232061b
MF
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
4843$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
4844fi
4845
4846
4847# Put a plausible default for CC_FOR_BUILD in Makefile.
4848if test "x$cross_compiling" = "xno" -a "x$host" != "xi386-windows"; then
4849 AR_FOR_BUILD='$(AR)'
4850 AR_FLAGS_FOR_BUILD='$(AR_FLAGS)'
4851 CC_FOR_BUILD='$(CC)'
4852 CFLAGS_FOR_BUILD='$(CFLAGS)'
4853 RANLIB_FOR_BUILD='$(RANLIB)'
4854 LIBIBERTY_LIB=../../libiberty/libiberty.a
4855else
4856 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
4857 AR_FLAGS_FOR_BUILD=${AR_FLAGS_FOR_BUILD-rc}
4858 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
4859 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-"-g"}
4860 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
4861 LIBIBERTY_LIB=
4862fi
4863
4864
c906108c 4865# Make sure we can run config.sub.
81ecdfbb
RW
4866$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4867 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4868
4869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4870$as_echo_n "checking build system type... " >&6; }
4871if test "${ac_cv_build+set}" = set; then :
4872 $as_echo_n "(cached) " >&6
b7026657 4873else
81ecdfbb
RW
4874 ac_build_alias=$build_alias
4875test "x$ac_build_alias" = x &&
4876 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4877test "x$ac_build_alias" = x &&
4878 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4879ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4880 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4881
4882fi
4883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4884$as_echo "$ac_cv_build" >&6; }
4885case $ac_cv_build in
4886*-*-*) ;;
4887*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4888esac
b7026657 4889build=$ac_cv_build
81ecdfbb
RW
4890ac_save_IFS=$IFS; IFS='-'
4891set x $ac_cv_build
4892shift
4893build_cpu=$1
4894build_vendor=$2
4895shift; shift
4896# Remember, the first character of IFS is used to create $*,
4897# except with old shells:
4898build_os=$*
4899IFS=$ac_save_IFS
4900case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4901
4902
4903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4904$as_echo_n "checking host system type... " >&6; }
4905if test "${ac_cv_host+set}" = set; then :
4906 $as_echo_n "(cached) " >&6
b7026657 4907else
81ecdfbb
RW
4908 if test "x$host_alias" = x; then
4909 ac_cv_host=$ac_cv_build
4910else
4911 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4912 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4913fi
c906108c 4914
b7026657 4915fi
81ecdfbb
RW
4916{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4917$as_echo "$ac_cv_host" >&6; }
4918case $ac_cv_host in
4919*-*-*) ;;
4920*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4921esac
b7026657 4922host=$ac_cv_host
81ecdfbb
RW
4923ac_save_IFS=$IFS; IFS='-'
4924set x $ac_cv_host
4925shift
4926host_cpu=$1
4927host_vendor=$2
4928shift; shift
4929# Remember, the first character of IFS is used to create $*,
4930# except with old shells:
4931host_os=$*
4932IFS=$ac_save_IFS
4933case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4934
4935
4936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4937$as_echo_n "checking target system type... " >&6; }
4938if test "${ac_cv_target+set}" = set; then :
4939 $as_echo_n "(cached) " >&6
4940else
4941 if test "x$target_alias" = x; then
4942 ac_cv_target=$ac_cv_host
b7026657 4943else
81ecdfbb
RW
4944 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4945 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4946fi
c906108c 4947
b7026657 4948fi
81ecdfbb
RW
4949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4950$as_echo "$ac_cv_target" >&6; }
4951case $ac_cv_target in
4952*-*-*) ;;
4953*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4954esac
b7026657 4955target=$ac_cv_target
81ecdfbb
RW
4956ac_save_IFS=$IFS; IFS='-'
4957set x $ac_cv_target
4958shift
4959target_cpu=$1
4960target_vendor=$2
4961shift; shift
4962# Remember, the first character of IFS is used to create $*,
4963# except with old shells:
4964target_os=$*
4965IFS=$ac_save_IFS
4966case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c906108c 4967
c906108c 4968
b7026657
AC
4969# The aliases save the names the user supplied, while $host etc.
4970# will get canonicalized.
4971test -n "$target_alias" &&
c906108c
SS
4972 test "$program_prefix$program_suffix$program_transform_name" = \
4973 NONENONEs,x,x, &&
4974 program_prefix=${target_alias}-
81ecdfbb 4975
c906108c 4976test "$program_prefix" != NONE &&
81ecdfbb 4977 program_transform_name="s&^&$program_prefix&;$program_transform_name"
c906108c
SS
4978# Use a double $ so make ignores it.
4979test "$program_suffix" != NONE &&
81ecdfbb
RW
4980 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4981# Double any \ or $.
b7026657 4982# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
4983ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4984program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
c906108c
SS
4985
4986
4987. ${srcdir}/../../bfd/configure.host
4988
81ecdfbb 4989ac_config_headers="$ac_config_headers config.h:config.in"
c906108c
SS
4990
4991
b7026657
AC
4992ac_ext=c
4993ac_cpp='$CPP $CPPFLAGS'
4994ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4995ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4996ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4998$as_echo_n "checking how to run the C preprocessor... " >&6; }
c906108c
SS
4999# On Suns, sometimes $CPP names a directory.
5000if test -n "$CPP" && test -d "$CPP"; then
5001 CPP=
5002fi
5003if test -z "$CPP"; then
81ecdfbb
RW
5004 if test "${ac_cv_prog_CPP+set}" = set; then :
5005 $as_echo_n "(cached) " >&6
c906108c 5006else
b7026657
AC
5007 # Double quotes because CPP needs to be expanded
5008 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5009 do
5010 ac_preproc_ok=false
5011for ac_c_preproc_warn_flag in '' yes
5012do
5013 # Use a header file that comes with gcc, so configuring glibc
5014 # with a fresh cross-compiler works.
5015 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5016 # <limits.h> exists even on freestanding compilers.
c906108c 5017 # On the NeXT, cc -E runs the code through the compiler's parser,
b7026657 5018 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5020/* end confdefs.h. */
5021#ifdef __STDC__
5022# include <limits.h>
5023#else
5024# include <assert.h>
5025#endif
5026 Syntax error
5027_ACEOF
81ecdfbb 5028if ac_fn_c_try_cpp "$LINENO"; then :
b7026657 5029
81ecdfbb 5030else
b7026657
AC
5031 # Broken: fails on valid input.
5032continue
5033fi
5034rm -f conftest.err conftest.$ac_ext
5035
81ecdfbb 5036 # OK, works on sane cases. Now check whether nonexistent headers
b7026657 5037 # can be detected and how.
81ecdfbb 5038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5039/* end confdefs.h. */
5040#include <ac_nonexistent.h>
5041_ACEOF
81ecdfbb 5042if ac_fn_c_try_cpp "$LINENO"; then :
b7026657
AC
5043 # Broken: success on invalid input.
5044continue
5045else
b7026657
AC
5046 # Passes both tests.
5047ac_preproc_ok=:
5048break
5049fi
5050rm -f conftest.err conftest.$ac_ext
5051
5052done
5053# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5054rm -f conftest.err conftest.$ac_ext
81ecdfbb 5055if $ac_preproc_ok; then :
b7026657
AC
5056 break
5057fi
5058
5059 done
5060 ac_cv_prog_CPP=$CPP
5061
5062fi
5063 CPP=$ac_cv_prog_CPP
5064else
5065 ac_cv_prog_CPP=$CPP
5066fi
81ecdfbb
RW
5067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5068$as_echo "$CPP" >&6; }
b7026657
AC
5069ac_preproc_ok=false
5070for ac_c_preproc_warn_flag in '' yes
5071do
5072 # Use a header file that comes with gcc, so configuring glibc
5073 # with a fresh cross-compiler works.
5074 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5075 # <limits.h> exists even on freestanding compilers.
5076 # On the NeXT, cc -E runs the code through the compiler's parser,
5077 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5079/* end confdefs.h. */
5080#ifdef __STDC__
5081# include <limits.h>
5082#else
5083# include <assert.h>
5084#endif
5085 Syntax error
5086_ACEOF
81ecdfbb 5087if ac_fn_c_try_cpp "$LINENO"; then :
b7026657 5088
81ecdfbb 5089else
b7026657
AC
5090 # Broken: fails on valid input.
5091continue
5092fi
5093rm -f conftest.err conftest.$ac_ext
5094
81ecdfbb 5095 # OK, works on sane cases. Now check whether nonexistent headers
b7026657 5096 # can be detected and how.
81ecdfbb 5097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5098/* end confdefs.h. */
5099#include <ac_nonexistent.h>
5100_ACEOF
81ecdfbb 5101if ac_fn_c_try_cpp "$LINENO"; then :
b7026657
AC
5102 # Broken: success on invalid input.
5103continue
5104else
b7026657
AC
5105 # Passes both tests.
5106ac_preproc_ok=:
5107break
5108fi
5109rm -f conftest.err conftest.$ac_ext
5110
5111done
5112# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5113rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
5114if $ac_preproc_ok; then :
5115
c906108c 5116else
81ecdfbb
RW
5117 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5118$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5119as_fn_error "C preprocessor \"$CPP\" fails sanity check
5120See \`config.log' for more details." "$LINENO" 5; }
b7026657
AC
5121fi
5122
5123ac_ext=c
5124ac_cpp='$CPP $CPPFLAGS'
5125ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5126ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5127ac_compiler_gnu=$ac_cv_c_compiler_gnu
5128
5129
81ecdfbb
RW
5130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5131$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5132if test "${ac_cv_path_GREP+set}" = set; then :
5133 $as_echo_n "(cached) " >&6
b7026657 5134else
81ecdfbb
RW
5135 if test -z "$GREP"; then
5136 ac_path_GREP_found=false
5137 # Loop through the user's path and test for each of PROGNAME-LIST
5138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5139for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5140do
5141 IFS=$as_save_IFS
5142 test -z "$as_dir" && as_dir=.
5143 for ac_prog in grep ggrep; do
5144 for ac_exec_ext in '' $ac_executable_extensions; do
5145 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5146 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5147# Check for GNU ac_path_GREP and select it if it is found.
5148 # Check for GNU $ac_path_GREP
5149case `"$ac_path_GREP" --version 2>&1` in
5150*GNU*)
5151 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5152*)
5153 ac_count=0
5154 $as_echo_n 0123456789 >"conftest.in"
5155 while :
5156 do
5157 cat "conftest.in" "conftest.in" >"conftest.tmp"
5158 mv "conftest.tmp" "conftest.in"
5159 cp "conftest.in" "conftest.nl"
5160 $as_echo 'GREP' >> "conftest.nl"
5161 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5162 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5163 as_fn_arith $ac_count + 1 && ac_count=$as_val
5164 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5165 # Best one so far, save it but keep looking for a better one
5166 ac_cv_path_GREP="$ac_path_GREP"
5167 ac_path_GREP_max=$ac_count
b7026657 5168 fi
81ecdfbb
RW
5169 # 10*(2^10) chars as input seems more than enough
5170 test $ac_count -gt 10 && break
5171 done
5172 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5173esac
5174
5175 $ac_path_GREP_found && break 3
5176 done
5177 done
5178 done
5179IFS=$as_save_IFS
5180 if test -z "$ac_cv_path_GREP"; then
5181 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5182 fi
5183else
5184 ac_cv_path_GREP=$GREP
5185fi
5186
b7026657 5187fi
81ecdfbb
RW
5188{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5189$as_echo "$ac_cv_path_GREP" >&6; }
5190 GREP="$ac_cv_path_GREP"
b7026657
AC
5191
5192
81ecdfbb
RW
5193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5194$as_echo_n "checking for egrep... " >&6; }
5195if test "${ac_cv_path_EGREP+set}" = set; then :
5196 $as_echo_n "(cached) " >&6
b7026657 5197else
81ecdfbb
RW
5198 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5199 then ac_cv_path_EGREP="$GREP -E"
5200 else
5201 if test -z "$EGREP"; then
5202 ac_path_EGREP_found=false
5203 # Loop through the user's path and test for each of PROGNAME-LIST
5204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5205for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5206do
5207 IFS=$as_save_IFS
5208 test -z "$as_dir" && as_dir=.
5209 for ac_prog in egrep; do
5210 for ac_exec_ext in '' $ac_executable_extensions; do
5211 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5212 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5213# Check for GNU ac_path_EGREP and select it if it is found.
5214 # Check for GNU $ac_path_EGREP
5215case `"$ac_path_EGREP" --version 2>&1` in
5216*GNU*)
5217 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5218*)
5219 ac_count=0
5220 $as_echo_n 0123456789 >"conftest.in"
5221 while :
5222 do
5223 cat "conftest.in" "conftest.in" >"conftest.tmp"
5224 mv "conftest.tmp" "conftest.in"
5225 cp "conftest.in" "conftest.nl"
5226 $as_echo 'EGREP' >> "conftest.nl"
5227 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5228 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5229 as_fn_arith $ac_count + 1 && ac_count=$as_val
5230 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5231 # Best one so far, save it but keep looking for a better one
5232 ac_cv_path_EGREP="$ac_path_EGREP"
5233 ac_path_EGREP_max=$ac_count
5234 fi
5235 # 10*(2^10) chars as input seems more than enough
5236 test $ac_count -gt 10 && break
5237 done
5238 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5239esac
5240
5241 $ac_path_EGREP_found && break 3
5242 done
5243 done
5244 done
5245IFS=$as_save_IFS
5246 if test -z "$ac_cv_path_EGREP"; then
5247 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5248 fi
5249else
5250 ac_cv_path_EGREP=$EGREP
5251fi
5252
5253 fi
5254fi
5255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5256$as_echo "$ac_cv_path_EGREP" >&6; }
5257 EGREP="$ac_cv_path_EGREP"
5258
5259
5260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5261$as_echo_n "checking for ANSI C header files... " >&6; }
5262if test "${ac_cv_header_stdc+set}" = set; then :
5263 $as_echo_n "(cached) " >&6
5264else
5265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5266/* end confdefs.h. */
5267#include <stdlib.h>
5268#include <stdarg.h>
5269#include <string.h>
5270#include <float.h>
5271
5272int
5273main ()
5274{
5275
5276 ;
5277 return 0;
5278}
5279_ACEOF
81ecdfbb 5280if ac_fn_c_try_compile "$LINENO"; then :
b7026657
AC
5281 ac_cv_header_stdc=yes
5282else
81ecdfbb 5283 ac_cv_header_stdc=no
b7026657 5284fi
81ecdfbb 5285rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657
AC
5286
5287if test $ac_cv_header_stdc = yes; then
5288 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5290/* end confdefs.h. */
5291#include <string.h>
5292
5293_ACEOF
5294if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5295 $EGREP "memchr" >/dev/null 2>&1; then :
5296
c906108c 5297else
b7026657 5298 ac_cv_header_stdc=no
c906108c
SS
5299fi
5300rm -f conftest*
b7026657 5301
c906108c 5302fi
b7026657
AC
5303
5304if test $ac_cv_header_stdc = yes; then
5305 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5307/* end confdefs.h. */
5308#include <stdlib.h>
5309
5310_ACEOF
5311if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5312 $EGREP "free" >/dev/null 2>&1; then :
5313
b7026657
AC
5314else
5315 ac_cv_header_stdc=no
c906108c
SS
5316fi
5317rm -f conftest*
b7026657 5318
c906108c 5319fi
b7026657
AC
5320
5321if test $ac_cv_header_stdc = yes; then
5322 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5323 if test "$cross_compiling" = yes; then :
b7026657 5324 :
c906108c 5325else
81ecdfbb 5326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5327/* end confdefs.h. */
5328#include <ctype.h>
81ecdfbb 5329#include <stdlib.h>
b7026657
AC
5330#if ((' ' & 0x0FF) == 0x020)
5331# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5332# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5333#else
5334# define ISLOWER(c) \
5335 (('a' <= (c) && (c) <= 'i') \
5336 || ('j' <= (c) && (c) <= 'r') \
5337 || ('s' <= (c) && (c) <= 'z'))
5338# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5339#endif
5340
5341#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5342int
5343main ()
5344{
5345 int i;
5346 for (i = 0; i < 256; i++)
5347 if (XOR (islower (i), ISLOWER (i))
5348 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5349 return 2;
5350 return 0;
b7026657
AC
5351}
5352_ACEOF
81ecdfbb 5353if ac_fn_c_try_run "$LINENO"; then :
b7026657 5354
81ecdfbb
RW
5355else
5356 ac_cv_header_stdc=no
b7026657 5357fi
81ecdfbb
RW
5358rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5359 conftest.$ac_objext conftest.beam conftest.$ac_ext
b7026657 5360fi
81ecdfbb 5361
b7026657
AC
5362fi
5363fi
81ecdfbb
RW
5364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5365$as_echo "$ac_cv_header_stdc" >&6; }
b7026657
AC
5366if test $ac_cv_header_stdc = yes; then
5367
81ecdfbb 5368$as_echo "#define STDC_HEADERS 1" >>confdefs.h
b7026657 5369
c906108c 5370fi
c906108c 5371
b7026657 5372# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
5373for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5374 inttypes.h stdint.h unistd.h
5375do :
5376 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5377ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5378"
5379eval as_val=\$$as_ac_Header
5380 if test "x$as_val" = x""yes; then :
5381 cat >>confdefs.h <<_ACEOF
5382#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5383_ACEOF
b7026657 5384
81ecdfbb 5385fi
b7026657 5386
81ecdfbb 5387done
b7026657
AC
5388
5389
81ecdfbb
RW
5390for ac_header in stdlib.h string.h strings.h sys/stat.h sys/types.h unistd.h
5391do :
5392 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5393ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5394eval as_val=\$$as_ac_Header
5395 if test "x$as_val" = x""yes; then :
5396 cat >>confdefs.h <<_ACEOF
5397#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5398_ACEOF
b7026657 5399
81ecdfbb 5400fi
b7026657 5401
81ecdfbb 5402done
b7026657 5403
81ecdfbb
RW
5404ac_header_dirent=no
5405for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
5406 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
5407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
5408$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
5409if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
5410 $as_echo_n "(cached) " >&6
b7026657 5411else
81ecdfbb 5412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 5413/* end confdefs.h. */
81ecdfbb
RW
5414#include <sys/types.h>
5415#include <$ac_hdr>
b7026657 5416
81ecdfbb
RW
5417int
5418main ()
5419{
5420if ((DIR *) 0)
5421return 0;
5422 ;
5423 return 0;
5424}
b7026657 5425_ACEOF
81ecdfbb 5426if ac_fn_c_try_compile "$LINENO"; then :
b7026657
AC
5427 eval "$as_ac_Header=yes"
5428else
81ecdfbb 5429 eval "$as_ac_Header=no"
c906108c 5430fi
81ecdfbb 5431rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 5432fi
81ecdfbb
RW
5433eval ac_res=\$$as_ac_Header
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5435$as_echo "$ac_res" >&6; }
5436eval as_val=\$$as_ac_Header
5437 if test "x$as_val" = x""yes; then :
b7026657 5438 cat >>confdefs.h <<_ACEOF
81ecdfbb 5439#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
b7026657
AC
5440_ACEOF
5441
81ecdfbb 5442ac_header_dirent=$ac_hdr; break
c906108c 5443fi
b7026657 5444
c906108c
SS
5445done
5446# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
5447if test $ac_header_dirent = dirent.h; then
81ecdfbb
RW
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
5449$as_echo_n "checking for library containing opendir... " >&6; }
5450if test "${ac_cv_search_opendir+set}" = set; then :
5451 $as_echo_n "(cached) " >&6
b7026657
AC
5452else
5453 ac_func_search_save_LIBS=$LIBS
81ecdfbb 5454cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5455/* end confdefs.h. */
5456
81ecdfbb
RW
5457/* Override any GCC internal prototype to avoid an error.
5458 Use char because int might match the return type of a GCC
5459 builtin and then its argument prototype would still apply. */
b7026657
AC
5460#ifdef __cplusplus
5461extern "C"
5462#endif
b7026657
AC
5463char opendir ();
5464int
5465main ()
5466{
81ecdfbb 5467return opendir ();
b7026657
AC
5468 ;
5469 return 0;
5470}
5471_ACEOF
81ecdfbb
RW
5472for ac_lib in '' dir; do
5473 if test -z "$ac_lib"; then
5474 ac_res="none required"
5475 else
5476 ac_res=-l$ac_lib
b7026657 5477 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
5478 fi
5479 if ac_fn_c_try_link "$LINENO"; then :
5480 ac_cv_search_opendir=$ac_res
5481fi
5482rm -f core conftest.err conftest.$ac_objext \
5483 conftest$ac_exeext
5484 if test "${ac_cv_search_opendir+set}" = set; then :
5485 break
5486fi
5487done
5488if test "${ac_cv_search_opendir+set}" = set; then :
b7026657 5489
c906108c 5490else
81ecdfbb 5491 ac_cv_search_opendir=no
b7026657 5492fi
81ecdfbb 5493rm conftest.$ac_ext
b7026657
AC
5494LIBS=$ac_func_search_save_LIBS
5495fi
81ecdfbb
RW
5496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
5497$as_echo "$ac_cv_search_opendir" >&6; }
5498ac_res=$ac_cv_search_opendir
5499if test "$ac_res" != no; then :
5500 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
b7026657 5501
c906108c
SS
5502fi
5503
5504else
81ecdfbb
RW
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
5506$as_echo_n "checking for library containing opendir... " >&6; }
5507if test "${ac_cv_search_opendir+set}" = set; then :
5508 $as_echo_n "(cached) " >&6
c906108c 5509else
b7026657 5510 ac_func_search_save_LIBS=$LIBS
81ecdfbb 5511cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
5512/* end confdefs.h. */
5513
81ecdfbb
RW
5514/* Override any GCC internal prototype to avoid an error.
5515 Use char because int might match the return type of a GCC
5516 builtin and then its argument prototype would still apply. */
b7026657
AC
5517#ifdef __cplusplus
5518extern "C"
5519#endif
b7026657
AC
5520char opendir ();
5521int
5522main ()
5523{
81ecdfbb 5524return opendir ();
b7026657
AC
5525 ;
5526 return 0;
5527}
5528_ACEOF
81ecdfbb
RW
5529for ac_lib in '' x; do
5530 if test -z "$ac_lib"; then
5531 ac_res="none required"
5532 else
5533 ac_res=-l$ac_lib
b7026657 5534 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
5535 fi
5536 if ac_fn_c_try_link "$LINENO"; then :
5537 ac_cv_search_opendir=$ac_res
5538fi
5539rm -f core conftest.err conftest.$ac_objext \
5540 conftest$ac_exeext
5541 if test "${ac_cv_search_opendir+set}" = set; then :
5542 break
5543fi
5544done
5545if test "${ac_cv_search_opendir+set}" = set; then :
b7026657 5546
c906108c 5547else
81ecdfbb 5548 ac_cv_search_opendir=no
b7026657 5549fi
81ecdfbb 5550rm conftest.$ac_ext
b7026657 5551LIBS=$ac_func_search_save_LIBS
c906108c 5552fi
81ecdfbb
RW
5553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
5554$as_echo "$ac_cv_search_opendir" >&6; }
5555ac_res=$ac_cv_search_opendir
5556if test "$ac_res" != no; then :
5557 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
c906108c
SS
5558
5559fi
5560
b7026657 5561fi
c906108c
SS
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
b7026657
AC
5572
5573if test -n "$ac_tool_prefix"; then
5574 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5575set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
5576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5577$as_echo_n "checking for $ac_word... " >&6; }
5578if test "${ac_cv_prog_RANLIB+set}" = set; then :
5579 $as_echo_n "(cached) " >&6
c906108c
SS
5580else
5581 if test -n "$RANLIB"; then
5582 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5583else
b7026657
AC
5584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5585for as_dir in $PATH
5586do
5587 IFS=$as_save_IFS
5588 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5589 for ac_exec_ext in '' $ac_executable_extensions; do
5590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b7026657 5591 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 5592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b7026657
AC
5593 break 2
5594 fi
5595done
81ecdfbb
RW
5596 done
5597IFS=$as_save_IFS
b7026657 5598
c906108c
SS
5599fi
5600fi
b7026657 5601RANLIB=$ac_cv_prog_RANLIB
c906108c 5602if test -n "$RANLIB"; then
81ecdfbb
RW
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5604$as_echo "$RANLIB" >&6; }
b7026657 5605else
81ecdfbb
RW
5606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5607$as_echo "no" >&6; }
b7026657
AC
5608fi
5609
81ecdfbb 5610
b7026657
AC
5611fi
5612if test -z "$ac_cv_prog_RANLIB"; then
5613 ac_ct_RANLIB=$RANLIB
5614 # Extract the first word of "ranlib", so it can be a program name with args.
5615set dummy ranlib; ac_word=$2
81ecdfbb
RW
5616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5617$as_echo_n "checking for $ac_word... " >&6; }
5618if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5619 $as_echo_n "(cached) " >&6
b7026657
AC
5620else
5621 if test -n "$ac_ct_RANLIB"; then
5622 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5623else
5624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5625for as_dir in $PATH
5626do
5627 IFS=$as_save_IFS
5628 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5629 for ac_exec_ext in '' $ac_executable_extensions; do
5630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b7026657 5631 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 5632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b7026657
AC
5633 break 2
5634 fi
5635done
81ecdfbb
RW
5636 done
5637IFS=$as_save_IFS
b7026657 5638
b7026657
AC
5639fi
5640fi
5641ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5642if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
5643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5644$as_echo "$ac_ct_RANLIB" >&6; }
b7026657 5645else
81ecdfbb
RW
5646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5647$as_echo "no" >&6; }
b7026657
AC
5648fi
5649
81ecdfbb
RW
5650 if test "x$ac_ct_RANLIB" = x; then
5651 RANLIB=":"
5652 else
5653 case $cross_compiling:$ac_tool_warned in
5654yes:)
5655{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5656$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5657ac_tool_warned=yes ;;
5658esac
5659 RANLIB=$ac_ct_RANLIB
5660 fi
c906108c 5661else
b7026657 5662 RANLIB="$ac_cv_prog_RANLIB"
c906108c
SS
5663fi
5664
5665
81ecdfbb
RW
5666ac_config_files="$ac_config_files Makefile"
5667
5668ac_config_commands="$ac_config_commands default"
5669
b7026657 5670cat >confcache <<\_ACEOF
c906108c
SS
5671# This file is a shell script that caches the results of configure
5672# tests run on this system so they can be shared between configure
b7026657
AC
5673# scripts and configure runs, see configure's option --config-cache.
5674# It is not useful on other systems. If it contains results you don't
5675# want to keep, you may remove or edit it.
c906108c 5676#
b7026657
AC
5677# config.status only pays attention to the cache file if you give it
5678# the --recheck option to rerun configure.
c906108c 5679#
b7026657
AC
5680# `ac_cv_env_foo' variables (set or unset) will be overridden when
5681# loading this file, other *unset* `ac_cv_foo' will be assigned the
5682# following values.
5683
5684_ACEOF
5685
c906108c
SS
5686# The following way of writing the cache mishandles newlines in values,
5687# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 5688# So, we kill variables containing newlines.
c906108c
SS
5689# Ultrix sh set writes to stderr and can't be redirected directly,
5690# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
5691(
5692 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
5693 eval ac_val=\$$ac_var
5694 case $ac_val in #(
5695 *${as_nl}*)
5696 case $ac_var in #(
5697 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
5698$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
5699 esac
5700 case $ac_var in #(
5701 _ | IFS | as_nl) ;; #(
5702 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
5703 *) { eval $ac_var=; unset $ac_var;} ;;
5704 esac ;;
5705 esac
5706 done
5707
b7026657 5708 (set) 2>&1 |
81ecdfbb
RW
5709 case $as_nl`(ac_space=' '; set) 2>&1` in #(
5710 *${as_nl}ac_space=\ *)
5711 # `set' does not quote correctly, so add quotes: double-quote
5712 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
5713 sed -n \
5714 "s/'/'\\\\''/g;
5715 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 5716 ;; #(
b7026657
AC
5717 *)
5718 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 5719 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 5720 ;;
81ecdfbb
RW
5721 esac |
5722 sort
5723) |
b7026657 5724 sed '
81ecdfbb 5725 /^ac_cv_env_/b end
b7026657 5726 t clear
81ecdfbb 5727 :clear
b7026657
AC
5728 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5729 t end
81ecdfbb
RW
5730 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5731 :end' >>confcache
5732if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5733 if test -w "$cache_file"; then
5734 test "x$cache_file" != "x/dev/null" &&
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5736$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657 5737 cat confcache >$cache_file
c906108c 5738 else
81ecdfbb
RW
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5740$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c906108c
SS
5741 fi
5742fi
5743rm -f confcache
5744
c906108c
SS
5745test "x$prefix" = xNONE && prefix=$ac_default_prefix
5746# Let make expand exec_prefix.
5747test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5748
c906108c
SS
5749DEFS=-DHAVE_CONFIG_H
5750
b7026657
AC
5751ac_libobjs=
5752ac_ltlibobjs=
5753for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5754 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
5755 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5756 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
5757 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
5758 # will be set to the directory where LIBOBJS objects are built.
5759 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
5760 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
5761done
5762LIBOBJS=$ac_libobjs
c906108c 5763
b7026657
AC
5764LTLIBOBJS=$ac_ltlibobjs
5765
5766
5767
5768: ${CONFIG_STATUS=./config.status}
81ecdfbb 5769ac_write_fail=0
b7026657
AC
5770ac_clean_files_save=$ac_clean_files
5771ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
5772{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5773$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5774as_write_fail=0
5775cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
5776#! $SHELL
5777# Generated by $as_me.
c906108c 5778# Run this file to recreate the current configuration.
c906108c 5779# Compiler output produced by configure, useful for debugging
b7026657
AC
5780# configure, is in config.log if it exists.
5781
5782debug=false
5783ac_cs_recheck=false
5784ac_cs_silent=false
b7026657 5785
81ecdfbb
RW
5786SHELL=\${CONFIG_SHELL-$SHELL}
5787export SHELL
5788_ASEOF
5789cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
5790## -------------------- ##
5791## M4sh Initialization. ##
5792## -------------------- ##
5793
5794# Be more Bourne compatible
5795DUALCASE=1; export DUALCASE # for MKS sh
5796if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
5797 emulate sh
5798 NULLCMD=:
81ecdfbb 5799 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
5800 # is contrary to our usage. Disable this feature.
5801 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
5802 setopt NO_GLOB_SUBST
5803else
5804 case `(set -o) 2>/dev/null` in #(
5805 *posix*) :
5806 set -o posix ;; #(
5807 *) :
5808 ;;
5809esac
b7026657 5810fi
c906108c 5811
81ecdfbb
RW
5812
5813as_nl='
5814'
5815export as_nl
5816# Printing a long string crashes Solaris 7 /usr/bin/printf.
5817as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5818as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5819as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5820# Prefer a ksh shell builtin over an external printf program on Solaris,
5821# but without wasting forks for bash or zsh.
5822if test -z "$BASH_VERSION$ZSH_VERSION" \
5823 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
5824 as_echo='print -r --'
5825 as_echo_n='print -rn --'
5826elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5827 as_echo='printf %s\n'
5828 as_echo_n='printf %s'
b7026657 5829else
81ecdfbb
RW
5830 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5831 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5832 as_echo_n='/usr/ucb/echo -n'
5833 else
5834 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5835 as_echo_n_body='eval
5836 arg=$1;
5837 case $arg in #(
5838 *"$as_nl"*)
5839 expr "X$arg" : "X\\(.*\\)$as_nl";
5840 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5841 esac;
5842 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
5843 '
5844 export as_echo_n_body
5845 as_echo_n='sh -c $as_echo_n_body as_echo'
5846 fi
5847 export as_echo_body
5848 as_echo='sh -c $as_echo_body as_echo'
5849fi
5850
5851# The user is always right.
5852if test "${PATH_SEPARATOR+set}" != set; then
5853 PATH_SEPARATOR=:
5854 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5855 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5856 PATH_SEPARATOR=';'
5857 }
b7026657
AC
5858fi
5859
5860
81ecdfbb
RW
5861# IFS
5862# We need space, tab and new line, in precisely that order. Quoting is
5863# there to prevent editors from complaining about space-tab.
5864# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5865# splitting by setting IFS to empty value.)
5866IFS=" "" $as_nl"
5867
5868# Find who we are. Look in the path if we contain no directory separator.
5869case $0 in #((
5870 *[\\/]* ) as_myself=$0 ;;
5871 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5872for as_dir in $PATH
5873do
5874 IFS=$as_save_IFS
5875 test -z "$as_dir" && as_dir=.
5876 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5877 done
5878IFS=$as_save_IFS
5879
5880 ;;
5881esac
5882# We did not find ourselves, most probably we were run as `sh COMMAND'
5883# in which case we are not to be found in the path.
5884if test "x$as_myself" = x; then
5885 as_myself=$0
5886fi
5887if test ! -f "$as_myself"; then
5888 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5889 exit 1
5890fi
5891
5892# Unset variables that we do not need and which cause bugs (e.g. in
5893# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
5894# suppresses any "Segmentation fault" message there. '((' could
5895# trigger a bug in pdksh 5.2.14.
5896for as_var in BASH_ENV ENV MAIL MAILPATH
5897do eval test x\${$as_var+set} = xset \
5898 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5899done
b7026657
AC
5900PS1='$ '
5901PS2='> '
5902PS4='+ '
5903
5904# NLS nuisances.
81ecdfbb
RW
5905LC_ALL=C
5906export LC_ALL
5907LANGUAGE=C
5908export LANGUAGE
5909
5910# CDPATH.
5911(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5912
5913
5914# as_fn_error ERROR [LINENO LOG_FD]
5915# ---------------------------------
5916# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5917# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5918# script with status $?, using 1 if that was 0.
5919as_fn_error ()
5920{
5921 as_status=$?; test $as_status -eq 0 && as_status=1
5922 if test "$3"; then
5923 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5924 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 5925 fi
81ecdfbb
RW
5926 $as_echo "$as_me: error: $1" >&2
5927 as_fn_exit $as_status
5928} # as_fn_error
5929
5930
5931# as_fn_set_status STATUS
5932# -----------------------
5933# Set $? to STATUS, without forking.
5934as_fn_set_status ()
5935{
5936 return $1
5937} # as_fn_set_status
5938
5939# as_fn_exit STATUS
5940# -----------------
5941# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
5942as_fn_exit ()
5943{
5944 set +e
5945 as_fn_set_status $1
5946 exit $1
5947} # as_fn_exit
5948
5949# as_fn_unset VAR
5950# ---------------
5951# Portably unset VAR.
5952as_fn_unset ()
5953{
5954 { eval $1=; unset $1;}
5955}
5956as_unset=as_fn_unset
5957# as_fn_append VAR VALUE
5958# ----------------------
5959# Append the text in VALUE to the end of the definition contained in VAR. Take
5960# advantage of any shell optimizations that allow amortized linear growth over
5961# repeated appends, instead of the typical quadratic growth present in naive
5962# implementations.
5963if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
5964 eval 'as_fn_append ()
5965 {
5966 eval $1+=\$2
5967 }'
5968else
5969 as_fn_append ()
5970 {
5971 eval $1=\$$1\$2
5972 }
5973fi # as_fn_append
5974
5975# as_fn_arith ARG...
5976# ------------------
5977# Perform arithmetic evaluation on the ARGs, and store the result in the
5978# global $as_val. Take advantage of shells that can avoid forks. The arguments
5979# must be portable across $(()) and expr.
5980if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
5981 eval 'as_fn_arith ()
5982 {
5983 as_val=$(( $* ))
5984 }'
5985else
5986 as_fn_arith ()
5987 {
5988 as_val=`expr "$@" || test $? -eq 1`
5989 }
5990fi # as_fn_arith
5991
c906108c 5992
81ecdfbb
RW
5993if expr a : '\(a\)' >/dev/null 2>&1 &&
5994 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
5995 as_expr=expr
5996else
5997 as_expr=false
5998fi
c906108c 5999
81ecdfbb 6000if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
6001 as_basename=basename
6002else
6003 as_basename=false
6004fi
c906108c 6005
81ecdfbb
RW
6006if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
6007 as_dirname=dirname
6008else
6009 as_dirname=false
6010fi
c906108c 6011
81ecdfbb 6012as_me=`$as_basename -- "$0" ||
b7026657
AC
6013$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6014 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
6015 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6016$as_echo X/"$0" |
6017 sed '/^.*\/\([^/][^/]*\)\/*$/{
6018 s//\1/
6019 q
6020 }
6021 /^X\/\(\/\/\)$/{
6022 s//\1/
6023 q
6024 }
6025 /^X\/\(\/\).*/{
6026 s//\1/
6027 q
6028 }
6029 s/.*/./; q'`
b7026657 6030
b7026657
AC
6031# Avoid depending upon Character Ranges.
6032as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6033as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6034as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6035as_cr_digits='0123456789'
6036as_cr_alnum=$as_cr_Letters$as_cr_digits
6037
81ecdfbb
RW
6038ECHO_C= ECHO_N= ECHO_T=
6039case `echo -n x` in #(((((
6040-n*)
6041 case `echo 'xy\c'` in
6042 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
6043 xy) ECHO_C='\c';;
6044 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
6045 ECHO_T=' ';;
6046 esac;;
6047*)
6048 ECHO_N='-n';;
b7026657
AC
6049esac
6050
81ecdfbb
RW
6051rm -f conf$$ conf$$.exe conf$$.file
6052if test -d conf$$.dir; then
6053 rm -f conf$$.dir/conf$$.file
b7026657 6054else
81ecdfbb
RW
6055 rm -f conf$$.dir
6056 mkdir conf$$.dir 2>/dev/null
b7026657 6057fi
81ecdfbb
RW
6058if (echo >conf$$.file) 2>/dev/null; then
6059 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 6060 as_ln_s='ln -s'
81ecdfbb
RW
6061 # ... but there are two gotchas:
6062 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6063 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6064 # In both cases, we have to default to `cp -p'.
6065 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
6066 as_ln_s='cp -p'
6067 elif ln conf$$.file conf$$ 2>/dev/null; then
6068 as_ln_s=ln
6069 else
6070 as_ln_s='cp -p'
c906108c 6071 fi
b7026657
AC
6072else
6073 as_ln_s='cp -p'
6074fi
81ecdfbb
RW
6075rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
6076rmdir conf$$.dir 2>/dev/null
6077
6078
6079# as_fn_mkdir_p
6080# -------------
6081# Create "$as_dir" as a directory, including parents if necessary.
6082as_fn_mkdir_p ()
6083{
6084
6085 case $as_dir in #(
6086 -*) as_dir=./$as_dir;;
6087 esac
6088 test -d "$as_dir" || eval $as_mkdir_p || {
6089 as_dirs=
6090 while :; do
6091 case $as_dir in #(
6092 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
6093 *) as_qdir=$as_dir;;
6094 esac
6095 as_dirs="'$as_qdir' $as_dirs"
6096 as_dir=`$as_dirname -- "$as_dir" ||
6097$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6098 X"$as_dir" : 'X\(//\)[^/]' \| \
6099 X"$as_dir" : 'X\(//\)$' \| \
6100 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6101$as_echo X"$as_dir" |
6102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6103 s//\1/
6104 q
6105 }
6106 /^X\(\/\/\)[^/].*/{
6107 s//\1/
6108 q
6109 }
6110 /^X\(\/\/\)$/{
6111 s//\1/
6112 q
6113 }
6114 /^X\(\/\).*/{
6115 s//\1/
6116 q
6117 }
6118 s/.*/./; q'`
6119 test -d "$as_dir" && break
6120 done
6121 test -z "$as_dirs" || eval "mkdir $as_dirs"
6122 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
b7026657 6123
81ecdfbb
RW
6124
6125} # as_fn_mkdir_p
b7026657 6126if mkdir -p . 2>/dev/null; then
81ecdfbb 6127 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
6128else
6129 test -d ./-p && rmdir ./-p
6130 as_mkdir_p=false
6131fi
6132
81ecdfbb
RW
6133if test -x / >/dev/null 2>&1; then
6134 as_test_x='test -x'
6135else
6136 if ls -dL / >/dev/null 2>&1; then
6137 as_ls_L_option=L
6138 else
6139 as_ls_L_option=
6140 fi
6141 as_test_x='
6142 eval sh -c '\''
6143 if test -d "$1"; then
6144 test -d "$1/.";
6145 else
6146 case $1 in #(
6147 -*)set "./$1";;
6148 esac;
6149 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
6150 ???[sx]*):;;*)false;;esac;fi
6151 '\'' sh
6152 '
6153fi
6154as_executable_p=$as_test_x
b7026657
AC
6155
6156# Sed expression to map a string onto a valid CPP name.
6157as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6158
6159# Sed expression to map a string onto a valid variable name.
6160as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6161
6162
b7026657 6163exec 6>&1
81ecdfbb
RW
6164## ----------------------------------- ##
6165## Main body of $CONFIG_STATUS script. ##
6166## ----------------------------------- ##
6167_ASEOF
6168test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
6169
6170cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6171# Save the log message, to keep $0 and so on meaningful, and to
b7026657 6172# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
6173# values after options handling.
6174ac_log="
b7026657 6175This file was extended by $as_me, which was
81ecdfbb 6176generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
6177
6178 CONFIG_FILES = $CONFIG_FILES
6179 CONFIG_HEADERS = $CONFIG_HEADERS
6180 CONFIG_LINKS = $CONFIG_LINKS
6181 CONFIG_COMMANDS = $CONFIG_COMMANDS
6182 $ $0 $@
6183
81ecdfbb
RW
6184on `(hostname || uname -n) 2>/dev/null | sed 1q`
6185"
6186
b7026657
AC
6187_ACEOF
6188
81ecdfbb
RW
6189case $ac_config_files in *"
6190"*) set x $ac_config_files; shift; ac_config_files=$*;;
6191esac
b7026657 6192
81ecdfbb
RW
6193case $ac_config_headers in *"
6194"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
6195esac
b7026657 6196
b7026657 6197
81ecdfbb
RW
6198cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6199# Files that config.status was made for.
6200config_files="$ac_config_files"
6201config_headers="$ac_config_headers"
6202config_commands="$ac_config_commands"
b7026657 6203
81ecdfbb 6204_ACEOF
b7026657 6205
81ecdfbb 6206cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 6207ac_cs_usage="\
81ecdfbb
RW
6208\`$as_me' instantiates files and other configuration actions
6209from templates according to the current configuration. Unless the files
6210and actions are specified as TAGs, all are instantiated by default.
b7026657 6211
81ecdfbb 6212Usage: $0 [OPTION]... [TAG]...
b7026657
AC
6213
6214 -h, --help print this help, then exit
81ecdfbb
RW
6215 -V, --version print version number and configuration settings, then exit
6216 -q, --quiet, --silent
6217 do not print progress messages
b7026657
AC
6218 -d, --debug don't remove temporary files
6219 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
6220 --file=FILE[:TEMPLATE]
6221 instantiate the configuration file FILE
6222 --header=FILE[:TEMPLATE]
6223 instantiate the configuration header FILE
b7026657
AC
6224
6225Configuration files:
6226$config_files
6227
6228Configuration headers:
6229$config_headers
6230
6231Configuration commands:
6232$config_commands
6233
81ecdfbb 6234Report bugs to the package provider."
b7026657 6235
81ecdfbb
RW
6236_ACEOF
6237cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
6238ac_cs_version="\\
6239config.status
81ecdfbb
RW
6240configured by $0, generated by GNU Autoconf 2.64,
6241 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 6242
81ecdfbb 6243Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
6244This config.status script is free software; the Free Software Foundation
6245gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
6246
6247ac_pwd='$ac_pwd'
6248srcdir='$srcdir'
6249INSTALL='$INSTALL'
6250test -n "\$AWK" || AWK=awk
b7026657
AC
6251_ACEOF
6252
81ecdfbb
RW
6253cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6254# The default lists apply if the user does not specify any file.
b7026657
AC
6255ac_need_defaults=:
6256while test $# != 0
6257do
6258 case $1 in
6259 --*=*)
81ecdfbb
RW
6260 ac_option=`expr "X$1" : 'X\([^=]*\)='`
6261 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657
AC
6262 ac_shift=:
6263 ;;
81ecdfbb 6264 *)
b7026657
AC
6265 ac_option=$1
6266 ac_optarg=$2
6267 ac_shift=shift
6268 ;;
b7026657
AC
6269 esac
6270
6271 case $ac_option in
6272 # Handling of the options.
b7026657
AC
6273 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6274 ac_cs_recheck=: ;;
81ecdfbb
RW
6275 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
6276 $as_echo "$ac_cs_version"; exit ;;
6277 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
6278 debug=: ;;
6279 --file | --fil | --fi | --f )
6280 $ac_shift
81ecdfbb
RW
6281 case $ac_optarg in
6282 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6283 esac
6284 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
6285 ac_need_defaults=false;;
6286 --header | --heade | --head | --hea )
6287 $ac_shift
81ecdfbb
RW
6288 case $ac_optarg in
6289 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6290 esac
6291 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 6292 ac_need_defaults=false;;
81ecdfbb
RW
6293 --he | --h)
6294 # Conflict between --help and --header
6295 as_fn_error "ambiguous option: \`$1'
6296Try \`$0 --help' for more information.";;
6297 --help | --hel | -h )
6298 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
6299 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6300 | -silent | --silent | --silen | --sile | --sil | --si | --s)
6301 ac_cs_silent=: ;;
6302
6303 # This is an error.
81ecdfbb
RW
6304 -*) as_fn_error "unrecognized option: \`$1'
6305Try \`$0 --help' for more information." ;;
b7026657 6306
81ecdfbb
RW
6307 *) as_fn_append ac_config_targets " $1"
6308 ac_need_defaults=false ;;
b7026657
AC
6309
6310 esac
6311 shift
c906108c 6312done
b7026657
AC
6313
6314ac_configure_extra_args=
6315
6316if $ac_cs_silent; then
6317 exec 6>/dev/null
6318 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c 6319fi
c906108c 6320
b7026657 6321_ACEOF
81ecdfbb 6322cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 6323if \$ac_cs_recheck; then
81ecdfbb
RW
6324 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6325 shift
6326 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6327 CONFIG_SHELL='$SHELL'
6328 export CONFIG_SHELL
6329 exec "\$@"
b7026657 6330fi
c906108c 6331
b7026657 6332_ACEOF
81ecdfbb
RW
6333cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6334exec 5>>config.log
6335{
6336 echo
6337 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
6338## Running $as_me. ##
6339_ASBOX
6340 $as_echo "$ac_log"
6341} >&5
b7026657 6342
81ecdfbb
RW
6343_ACEOF
6344cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6345_ACEOF
b7026657 6346
81ecdfbb 6347cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 6348
81ecdfbb 6349# Handling of arguments.
b7026657
AC
6350for ac_config_target in $ac_config_targets
6351do
81ecdfbb
RW
6352 case $ac_config_target in
6353 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
6354 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6355 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
6356
6357 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c 6358 esac
b7026657
AC
6359done
6360
81ecdfbb 6361
b7026657
AC
6362# If the user did not use the arguments to specify the items to instantiate,
6363# then the envvar interface is used. Set only those that are not.
6364# We use the long form for the default assignment because of an extremely
6365# bizarre bug on SunOS 4.1.3.
6366if $ac_need_defaults; then
6367 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6368 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6369 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
6370fi
c906108c 6371
b7026657 6372# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 6373# simply because there is no reason against having it here, and in addition,
b7026657 6374# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
6375# Hook for its removal unless debugging.
6376# Note that there is a small window in which the directory will not be cleaned:
6377# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
6378$debug ||
6379{
81ecdfbb
RW
6380 tmp=
6381 trap 'exit_status=$?
6382 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
6383' 0
6384 trap 'as_fn_exit 1' 1 2 13 15
b7026657 6385}
b7026657
AC
6386# Create a (secure) tmp directory for tmp files.
6387
6388{
81ecdfbb 6389 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
6390 test -n "$tmp" && test -d "$tmp"
6391} ||
6392{
81ecdfbb
RW
6393 tmp=./conf$$-$RANDOM
6394 (umask 077 && mkdir "$tmp")
6395} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
6396
6397# Set up the scripts for CONFIG_FILES section.
6398# No need to generate them if there are no CONFIG_FILES.
6399# This happens for instance with `./config.status config.h'.
6400if test -n "$CONFIG_FILES"; then
6401
6402
6403ac_cr=`echo X | tr X '\015'`
6404# On cygwin, bash can eat \r inside `` if the user requested igncr.
6405# But we know of no other shell where ac_cr would be empty at this
6406# point, so we can use a bashism as a fallback.
6407if test "x$ac_cr" = x; then
6408 eval ac_cr=\$\'\\r\'
6409fi
6410ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
6411if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
6412 ac_cs_awk_cr='\r'
6413else
6414 ac_cs_awk_cr=$ac_cr
6415fi
6416
6417echo 'BEGIN {' >"$tmp/subs1.awk" &&
6418_ACEOF
6419
6420
b7026657 6421{
81ecdfbb
RW
6422 echo "cat >conf$$subs.awk <<_ACEOF" &&
6423 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
6424 echo "_ACEOF"
6425} >conf$$subs.sh ||
6426 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
6427ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
6428ac_delim='%!_!# '
6429for ac_last_try in false false false false false :; do
6430 . ./conf$$subs.sh ||
6431 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
6432
6433 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
6434 if test $ac_delim_n = $ac_delim_num; then
6435 break
6436 elif $ac_last_try; then
6437 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
6438 else
6439 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6440 fi
6441done
6442rm -f conf$$subs.sh
b7026657 6443
81ecdfbb
RW
6444cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6445cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b7026657 6446_ACEOF
81ecdfbb
RW
6447sed -n '
6448h
6449s/^/S["/; s/!.*/"]=/
6450p
6451g
6452s/^[^!]*!//
6453:repl
6454t repl
6455s/'"$ac_delim"'$//
6456t delim
6457:nl
6458h
6459s/\(.\{148\}\).*/\1/
6460t more1
6461s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
6462p
6463n
6464b repl
6465:more1
6466s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6467p
6468g
6469s/.\{148\}//
6470t nl
6471:delim
6472h
6473s/\(.\{148\}\).*/\1/
6474t more2
6475s/["\\]/\\&/g; s/^/"/; s/$/"/
6476p
6477b
6478:more2
6479s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6480p
6481g
6482s/.\{148\}//
6483t delim
6484' <conf$$subs.awk | sed '
6485/^[^""]/{
6486 N
6487 s/\n//
6488}
6489' >>$CONFIG_STATUS || ac_write_fail=1
6490rm -f conf$$subs.awk
6491cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6492_ACAWK
6493cat >>"\$tmp/subs1.awk" <<_ACAWK &&
6494 for (key in S) S_is_set[key] = 1
6495 FS = "\a"
b7026657 6496
81ecdfbb
RW
6497}
6498{
6499 line = $ 0
6500 nfields = split(line, field, "@")
6501 substed = 0
6502 len = length(field[1])
6503 for (i = 2; i < nfields; i++) {
6504 key = field[i]
6505 keylen = length(key)
6506 if (S_is_set[key]) {
6507 value = S[key]
6508 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
6509 len += length(value) + length(field[++i])
6510 substed = 1
6511 } else
6512 len += 1 + keylen
6513 }
6514
6515 print line
6516}
c906108c 6517
81ecdfbb
RW
6518_ACAWK
6519_ACEOF
6520cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6521if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6522 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6523else
6524 cat
6525fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
6526 || as_fn_error "could not setup config files machinery" "$LINENO" 5
6527_ACEOF
b7026657 6528
81ecdfbb
RW
6529# VPATH may cause trouble with some makes, so we remove $(srcdir),
6530# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6531# trailing colons and then remove the whole line if VPATH becomes empty
6532# (actually we leave an empty line to preserve line numbers).
6533if test "x$srcdir" = x.; then
6534 ac_vpsub='/^[ ]*VPATH[ ]*=/{
6535s/:*\$(srcdir):*/:/
6536s/:*\${srcdir}:*/:/
6537s/:*@srcdir@:*/:/
6538s/^\([^=]*=[ ]*\):*/\1/
6539s/:*$//
6540s/^[^=]*=[ ]*$//
6541}'
6542fi
6543
6544cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6545fi # test -n "$CONFIG_FILES"
b7026657 6546
81ecdfbb
RW
6547# Set up the scripts for CONFIG_HEADERS section.
6548# No need to generate them if there are no CONFIG_HEADERS.
6549# This happens for instance with `./config.status Makefile'.
6550if test -n "$CONFIG_HEADERS"; then
6551cat >"$tmp/defines.awk" <<\_ACAWK ||
6552BEGIN {
b7026657
AC
6553_ACEOF
6554
81ecdfbb
RW
6555# Transform confdefs.h into an awk script `defines.awk', embedded as
6556# here-document in config.status, that substitutes the proper values into
6557# config.h.in to produce config.h.
6558
6559# Create a delimiter string that does not exist in confdefs.h, to ease
6560# handling of long lines.
6561ac_delim='%!_!# '
6562for ac_last_try in false false :; do
6563 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
6564 if test -z "$ac_t"; then
6565 break
6566 elif $ac_last_try; then
6567 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
6568 else
6569 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 6570 fi
81ecdfbb 6571done
c906108c 6572
81ecdfbb
RW
6573# For the awk script, D is an array of macro values keyed by name,
6574# likewise P contains macro parameters if any. Preserve backslash
6575# newline sequences.
6576
6577ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
6578sed -n '
6579s/.\{148\}/&'"$ac_delim"'/g
6580t rset
6581:rset
6582s/^[ ]*#[ ]*define[ ][ ]*/ /
6583t def
6584d
6585:def
6586s/\\$//
6587t bsnl
6588s/["\\]/\\&/g
6589s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
6590D["\1"]=" \3"/p
6591s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
6592d
6593:bsnl
6594s/["\\]/\\&/g
6595s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
6596D["\1"]=" \3\\\\\\n"\\/p
6597t cont
6598s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
6599t cont
6600d
6601:cont
6602n
6603s/.\{148\}/&'"$ac_delim"'/g
6604t clear
6605:clear
6606s/\\$//
6607t bsnlc
6608s/["\\]/\\&/g; s/^/"/; s/$/"/p
6609d
6610:bsnlc
6611s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
6612b cont
6613' <confdefs.h | sed '
6614s/'"$ac_delim"'/"\\\
6615"/g' >>$CONFIG_STATUS || ac_write_fail=1
6616
6617cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6618 for (key in D) D_is_set[key] = 1
6619 FS = "\a"
6620}
6621/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
6622 line = \$ 0
6623 split(line, arg, " ")
6624 if (arg[1] == "#") {
6625 defundef = arg[2]
6626 mac1 = arg[3]
6627 } else {
6628 defundef = substr(arg[1], 2)
6629 mac1 = arg[2]
6630 }
6631 split(mac1, mac2, "(") #)
6632 macro = mac2[1]
6633 prefix = substr(line, 1, index(line, defundef) - 1)
6634 if (D_is_set[macro]) {
6635 # Preserve the white space surrounding the "#".
6636 print prefix "define", macro P[macro] D[macro]
6637 next
6638 } else {
6639 # Replace #undef with comments. This is necessary, for example,
6640 # in the case of _POSIX_SOURCE, which is predefined and required
6641 # on some systems where configure will not decide to define it.
6642 if (defundef == "undef") {
6643 print "/*", prefix defundef, macro, "*/"
6644 next
6645 }
6646 }
6647}
6648{ print }
6649_ACAWK
b7026657 6650_ACEOF
81ecdfbb
RW
6651cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6652 as_fn_error "could not setup config headers machinery" "$LINENO" 5
6653fi # test -n "$CONFIG_HEADERS"
6654
6655
6656eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
6657shift
6658for ac_tag
6659do
6660 case $ac_tag in
6661 :[FHLC]) ac_mode=$ac_tag; continue;;
6662 esac
6663 case $ac_mode$ac_tag in
6664 :[FHL]*:*);;
6665 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
6666 :[FH]-) ac_tag=-:-;;
6667 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6668 esac
6669 ac_save_IFS=$IFS
6670 IFS=:
6671 set x $ac_tag
6672 IFS=$ac_save_IFS
6673 shift
6674 ac_file=$1
6675 shift
6676
6677 case $ac_mode in
6678 :L) ac_source=$1;;
6679 :[FH])
6680 ac_file_inputs=
6681 for ac_f
6682 do
6683 case $ac_f in
6684 -) ac_f="$tmp/stdin";;
6685 *) # Look for the file first in the build tree, then in the source tree
6686 # (if the path is not absolute). The absolute path cannot be DOS-style,
6687 # because $ac_f cannot contain `:'.
6688 test -f "$ac_f" ||
6689 case $ac_f in
6690 [\\/$]*) false;;
6691 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6692 esac ||
6693 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
6694 esac
6695 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6696 as_fn_append ac_file_inputs " '$ac_f'"
6697 done
6698
6699 # Let's still pretend it is `configure' which instantiates (i.e., don't
6700 # use $as_me), people would be surprised to read:
6701 # /* config.h. Generated by config.status. */
6702 configure_input='Generated from '`
6703 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
6704 `' by configure.'
6705 if test x"$ac_file" != x-; then
6706 configure_input="$ac_file. $configure_input"
6707 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
6708$as_echo "$as_me: creating $ac_file" >&6;}
6709 fi
6710 # Neutralize special characters interpreted by sed in replacement strings.
6711 case $configure_input in #(
6712 *\&* | *\|* | *\\* )
6713 ac_sed_conf_input=`$as_echo "$configure_input" |
6714 sed 's/[\\\\&|]/\\\\&/g'`;; #(
6715 *) ac_sed_conf_input=$configure_input;;
6716 esac
6717
6718 case $ac_tag in
6719 *:-:* | *:-) cat >"$tmp/stdin" \
6720 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
6721 esac
6722 ;;
c906108c
SS
6723 esac
6724
81ecdfbb 6725 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
6726$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6727 X"$ac_file" : 'X\(//\)[^/]' \| \
6728 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
6729 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
6730$as_echo X"$ac_file" |
6731 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6732 s//\1/
6733 q
6734 }
6735 /^X\(\/\/\)[^/].*/{
6736 s//\1/
6737 q
6738 }
6739 /^X\(\/\/\)$/{
6740 s//\1/
6741 q
6742 }
6743 /^X\(\/\).*/{
6744 s//\1/
6745 q
6746 }
6747 s/.*/./; q'`
6748 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
6749 ac_builddir=.
6750
81ecdfbb
RW
6751case "$ac_dir" in
6752.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
6753*)
6754 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
6755 # A ".." for each directory in $ac_dir_suffix.
6756 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
6757 case $ac_top_builddir_sub in
6758 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
6759 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
6760 esac ;;
6761esac
6762ac_abs_top_builddir=$ac_pwd
6763ac_abs_builddir=$ac_pwd$ac_dir_suffix
6764# for backward compatibility:
6765ac_top_builddir=$ac_top_build_prefix
b7026657
AC
6766
6767case $srcdir in
81ecdfbb 6768 .) # We are building in place.
b7026657 6769 ac_srcdir=.
81ecdfbb
RW
6770 ac_top_srcdir=$ac_top_builddir_sub
6771 ac_abs_top_srcdir=$ac_pwd ;;
6772 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 6773 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
6774 ac_top_srcdir=$srcdir
6775 ac_abs_top_srcdir=$srcdir ;;
6776 *) # Relative name.
6777 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
6778 ac_top_srcdir=$ac_top_build_prefix$srcdir
6779 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 6780esac
81ecdfbb 6781ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 6782
b7026657 6783
81ecdfbb
RW
6784 case $ac_mode in
6785 :F)
6786 #
6787 # CONFIG_FILE
6788 #
b7026657
AC
6789
6790 case $INSTALL in
6791 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 6792 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 6793 esac
81ecdfbb 6794_ACEOF
c906108c 6795
81ecdfbb
RW
6796cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6797# If the template does not know about datarootdir, expand it.
6798# FIXME: This hack should be removed a few years after 2.60.
6799ac_datarootdir_hack=; ac_datarootdir_seen=
6800ac_sed_dataroot='
6801/datarootdir/ {
6802 p
6803 q
6804}
6805/@datadir@/p
6806/@docdir@/p
6807/@infodir@/p
6808/@localedir@/p
6809/@mandir@/p'
6810case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
6811*datarootdir*) ac_datarootdir_seen=yes;;
6812*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6814$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6815_ACEOF
6816cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6817 ac_datarootdir_hack='
6818 s&@datadir@&$datadir&g
6819 s&@docdir@&$docdir&g
6820 s&@infodir@&$infodir&g
6821 s&@localedir@&$localedir&g
6822 s&@mandir@&$mandir&g
6823 s&\\\${datarootdir}&$datarootdir&g' ;;
6824esac
b7026657 6825_ACEOF
81ecdfbb
RW
6826
6827# Neutralize VPATH when `$srcdir' = `.'.
6828# Shell code in configure.ac might set extrasub.
6829# FIXME: do we really want to maintain this feature?
6830cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6831ac_sed_extra="$ac_vpsub
b7026657
AC
6832$extrasub
6833_ACEOF
81ecdfbb 6834cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657
AC
6835:t
6836/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
6837s|@configure_input@|$ac_sed_conf_input|;t t
6838s&@top_builddir@&$ac_top_builddir_sub&;t t
6839s&@top_build_prefix@&$ac_top_build_prefix&;t t
6840s&@srcdir@&$ac_srcdir&;t t
6841s&@abs_srcdir@&$ac_abs_srcdir&;t t
6842s&@top_srcdir@&$ac_top_srcdir&;t t
6843s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
6844s&@builddir@&$ac_builddir&;t t
6845s&@abs_builddir@&$ac_abs_builddir&;t t
6846s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6847s&@INSTALL@&$ac_INSTALL&;t t
6848$ac_datarootdir_hack
6849"
6850eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
6851 || as_fn_error "could not create $ac_file" "$LINENO" 5
6852
6853test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6854 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
6855 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6857which seems to be undefined. Please make sure it is defined." >&5
6858$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6859which seems to be undefined. Please make sure it is defined." >&2;}
6860
6861 rm -f "$tmp/stdin"
b7026657 6862 case $ac_file in
81ecdfbb
RW
6863 -) cat "$tmp/out" && rm -f "$tmp/out";;
6864 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
6865 esac \
6866 || as_fn_error "could not create $ac_file" "$LINENO" 5
6867 ;;
6868 :H)
6869 #
6870 # CONFIG_HEADER
6871 #
b7026657 6872 if test x"$ac_file" != x-; then
81ecdfbb
RW
6873 {
6874 $as_echo "/* $configure_input */" \
6875 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
6876 } >"$tmp/config.h" \
6877 || as_fn_error "could not create $ac_file" "$LINENO" 5
6878 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6880$as_echo "$as_me: $ac_file is unchanged" >&6;}
b7026657 6881 else
81ecdfbb
RW
6882 rm -f "$ac_file"
6883 mv "$tmp/config.h" "$ac_file" \
6884 || as_fn_error "could not create $ac_file" "$LINENO" 5
c906108c 6885 fi
b7026657 6886 else
81ecdfbb
RW
6887 $as_echo "/* $configure_input */" \
6888 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
6889 || as_fn_error "could not create -" "$LINENO" 5
c906108c 6890 fi
81ecdfbb 6891 ;;
b7026657 6892
81ecdfbb
RW
6893 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
6894$as_echo "$as_me: executing $ac_file commands" >&6;}
6895 ;;
6896 esac
b7026657 6897
b7026657 6898
81ecdfbb
RW
6899 case $ac_file$ac_mode in
6900 "default":C) case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac ;;
c906108c 6901
b7026657 6902 esac
81ecdfbb 6903done # for ac_tag
c906108c 6904
b7026657 6905
81ecdfbb 6906as_fn_exit 0
b7026657 6907_ACEOF
b7026657
AC
6908ac_clean_files=$ac_clean_files_save
6909
81ecdfbb
RW
6910test $ac_write_fail = 0 ||
6911 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
6912
b7026657
AC
6913
6914# configure is writing to config.log, and then calls config.status.
6915# config.status does its own redirection, appending to config.log.
6916# Unfortunately, on DOS this fails, as config.log is still kept open
6917# by configure, so config.status won't be able to write to it; its
6918# output is simply discarded. So we exec the FD to /dev/null,
6919# effectively closing config.log, so it can be properly (re)opened and
6920# appended to by config.status. When coming back to configure, we
6921# need to make the FD available again.
6922if test "$no_create" != yes; then
6923 ac_cs_success=:
6924 ac_config_status_args=
6925 test "$silent" = yes &&
6926 ac_config_status_args="$ac_config_status_args --quiet"
6927 exec 5>/dev/null
6928 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6929 exec 5>>config.log
6930 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6931 # would make configure fail if this is the last instruction.
81ecdfbb
RW
6932 $ac_cs_success || as_fn_exit $?
6933fi
6934if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6936$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 6937fi
c906108c 6938
This page took 1.159736 seconds and 4 git commands to generate.