blob: c65fafed8da318f65d49dd6aa5bb6e0de9e53e65 [file] [log] [blame]
Jeff Thompson39128c62013-06-19 14:08:51 -07001#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for ndn-cpp 0.5.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
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 :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
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'
50else
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 }
79fi
80
81
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.
90as_myself=
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
Jeff Thompson39128c62013-06-19 14:08:51 -0700199 if (eval "$as_required") 2>/dev/null; then :
200 as_have_required=yes
201else
202 as_have_required=no
203fi
204 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
205
206else
207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208as_found=false
209for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
210do
211 IFS=$as_save_IFS
212 test -z "$as_dir" && as_dir=.
213 as_found=:
214 case $as_dir in #(
215 /*)
216 for as_base in sh bash ksh sh5; do
217 # Try only shells that exist, to save several forks.
218 as_shell=$as_dir/$as_base
219 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
220 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221 CONFIG_SHELL=$as_shell as_have_required=yes
222 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
223 break 2
224fi
225fi
226 done;;
227 esac
228 as_found=false
229done
230$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
232 CONFIG_SHELL=$SHELL as_have_required=yes
233fi; }
234IFS=$as_save_IFS
235
236
237 if test "x$CONFIG_SHELL" != x; then :
238 export CONFIG_SHELL
239 # We cannot yet assume a decent shell, so we have to provide a
240# neutralization value for shells without unset; and this also
241# works around shells that cannot unset nonexistent variables.
242# Preserve -v and -x to the replacement shell.
243BASH_ENV=/dev/null
244ENV=/dev/null
245(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246case $- in # ((((
247 *v*x* | *x*v* ) as_opts=-vx ;;
248 *v* ) as_opts=-v ;;
249 *x* ) as_opts=-x ;;
250 * ) as_opts= ;;
251esac
252exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253# Admittedly, this is quite paranoid, since all the known shells bail
254# out after a failed `exec'.
255$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256exit 255
257fi
258
259 if test x$as_have_required = xno; then :
260 $as_echo "$0: This script requires a shell more modern than all"
261 $as_echo "$0: the shells that I found on your system."
262 if test x${ZSH_VERSION+set} = xset ; then
263 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
265 else
266 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267$0: including any error possibly output before this
268$0: message. Then install a modern shell, or manually run
269$0: the script under such a shell if you do have one."
270 fi
271 exit 1
272fi
273fi
274fi
275SHELL=${CONFIG_SHELL-/bin/sh}
276export SHELL
277# Unset more variables known to interfere with behavior of common tools.
278CLICOLOR_FORCE= GREP_OPTIONS=
279unset CLICOLOR_FORCE GREP_OPTIONS
280
281## --------------------- ##
282## M4sh Shell Functions. ##
283## --------------------- ##
284# as_fn_unset VAR
285# ---------------
286# Portably unset VAR.
287as_fn_unset ()
288{
289 { eval $1=; unset $1;}
290}
291as_unset=as_fn_unset
292
293# as_fn_set_status STATUS
294# -----------------------
295# Set $? to STATUS, without forking.
296as_fn_set_status ()
297{
298 return $1
299} # as_fn_set_status
300
301# as_fn_exit STATUS
302# -----------------
303# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
304as_fn_exit ()
305{
306 set +e
307 as_fn_set_status $1
308 exit $1
309} # as_fn_exit
310
311# as_fn_mkdir_p
312# -------------
313# Create "$as_dir" as a directory, including parents if necessary.
314as_fn_mkdir_p ()
315{
316
317 case $as_dir in #(
318 -*) as_dir=./$as_dir;;
319 esac
320 test -d "$as_dir" || eval $as_mkdir_p || {
321 as_dirs=
322 while :; do
323 case $as_dir in #(
324 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
325 *) as_qdir=$as_dir;;
326 esac
327 as_dirs="'$as_qdir' $as_dirs"
328 as_dir=`$as_dirname -- "$as_dir" ||
329$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330 X"$as_dir" : 'X\(//\)[^/]' \| \
331 X"$as_dir" : 'X\(//\)$' \| \
332 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333$as_echo X"$as_dir" |
334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
335 s//\1/
336 q
337 }
338 /^X\(\/\/\)[^/].*/{
339 s//\1/
340 q
341 }
342 /^X\(\/\/\)$/{
343 s//\1/
344 q
345 }
346 /^X\(\/\).*/{
347 s//\1/
348 q
349 }
350 s/.*/./; q'`
351 test -d "$as_dir" && break
352 done
353 test -z "$as_dirs" || eval "mkdir $as_dirs"
354 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
355
356
357} # as_fn_mkdir_p
358
359# as_fn_executable_p FILE
360# -----------------------
361# Test if FILE is an executable regular file.
362as_fn_executable_p ()
363{
364 test -f "$1" && test -x "$1"
365} # as_fn_executable_p
366# as_fn_append VAR VALUE
367# ----------------------
368# Append the text in VALUE to the end of the definition contained in VAR. Take
369# advantage of any shell optimizations that allow amortized linear growth over
370# repeated appends, instead of the typical quadratic growth present in naive
371# implementations.
372if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
373 eval 'as_fn_append ()
374 {
375 eval $1+=\$2
376 }'
377else
378 as_fn_append ()
379 {
380 eval $1=\$$1\$2
381 }
382fi # as_fn_append
383
384# as_fn_arith ARG...
385# ------------------
386# Perform arithmetic evaluation on the ARGs, and store the result in the
387# global $as_val. Take advantage of shells that can avoid forks. The arguments
388# must be portable across $(()) and expr.
389if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
390 eval 'as_fn_arith ()
391 {
392 as_val=$(( $* ))
393 }'
394else
395 as_fn_arith ()
396 {
397 as_val=`expr "$@" || test $? -eq 1`
398 }
399fi # as_fn_arith
400
401
402# as_fn_error STATUS ERROR [LINENO LOG_FD]
403# ----------------------------------------
404# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406# script with STATUS, using 1 if that was 0.
407as_fn_error ()
408{
409 as_status=$1; test $as_status -eq 0 && as_status=1
410 if test "$4"; then
411 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
412 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
413 fi
414 $as_echo "$as_me: error: $2" >&2
415 as_fn_exit $as_status
416} # as_fn_error
417
418if expr a : '\(a\)' >/dev/null 2>&1 &&
419 test "X`expr 00001 : '.*\(...\)'`" = X001; then
420 as_expr=expr
421else
422 as_expr=false
423fi
424
425if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
426 as_basename=basename
427else
428 as_basename=false
429fi
430
431if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
432 as_dirname=dirname
433else
434 as_dirname=false
435fi
436
437as_me=`$as_basename -- "$0" ||
438$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439 X"$0" : 'X\(//\)$' \| \
440 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
441$as_echo X/"$0" |
442 sed '/^.*\/\([^/][^/]*\)\/*$/{
443 s//\1/
444 q
445 }
446 /^X\/\(\/\/\)$/{
447 s//\1/
448 q
449 }
450 /^X\/\(\/\).*/{
451 s//\1/
452 q
453 }
454 s/.*/./; q'`
455
456# Avoid depending upon Character Ranges.
457as_cr_letters='abcdefghijklmnopqrstuvwxyz'
458as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459as_cr_Letters=$as_cr_letters$as_cr_LETTERS
460as_cr_digits='0123456789'
461as_cr_alnum=$as_cr_Letters$as_cr_digits
462
463
464 as_lineno_1=$LINENO as_lineno_1a=$LINENO
465 as_lineno_2=$LINENO as_lineno_2a=$LINENO
466 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
468 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
469 sed -n '
470 p
471 /[$]LINENO/=
472 ' <$as_myself |
473 sed '
474 s/[$]LINENO.*/&-/
475 t lineno
476 b
477 :lineno
478 N
479 :loop
480 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
481 t loop
482 s/-\n.*//
483 ' >$as_me.lineno &&
484 chmod +x "$as_me.lineno" ||
485 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
486
487 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488 # already done that, so ensure we don't try to do so again and fall
489 # in an infinite loop. This has already happened in practice.
490 _as_can_reexec=no; export _as_can_reexec
491 # Don't try to exec as it changes $[0], causing all sort of problems
492 # (the dirname of $[0] is not the place where we might find the
493 # original and so on. Autoconf is especially sensitive to this).
494 . "./$as_me.lineno"
495 # Exit status is that of the last command.
496 exit
497}
498
499ECHO_C= ECHO_N= ECHO_T=
500case `echo -n x` in #(((((
501-n*)
502 case `echo 'xy\c'` in
503 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
504 xy) ECHO_C='\c';;
505 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
506 ECHO_T=' ';;
507 esac;;
508*)
509 ECHO_N='-n';;
510esac
511
512rm -f conf$$ conf$$.exe conf$$.file
513if test -d conf$$.dir; then
514 rm -f conf$$.dir/conf$$.file
515else
516 rm -f conf$$.dir
517 mkdir conf$$.dir 2>/dev/null
518fi
519if (echo >conf$$.file) 2>/dev/null; then
520 if ln -s conf$$.file conf$$ 2>/dev/null; then
521 as_ln_s='ln -s'
522 # ... but there are two gotchas:
523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525 # In both cases, we have to default to `cp -pR'.
526 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527 as_ln_s='cp -pR'
528 elif ln conf$$.file conf$$ 2>/dev/null; then
529 as_ln_s=ln
530 else
531 as_ln_s='cp -pR'
532 fi
533else
534 as_ln_s='cp -pR'
535fi
536rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537rmdir conf$$.dir 2>/dev/null
538
539if mkdir -p . 2>/dev/null; then
540 as_mkdir_p='mkdir -p "$as_dir"'
541else
542 test -d ./-p && rmdir ./-p
543 as_mkdir_p=false
544fi
545
546as_test_x='test -x'
547as_executable_p=as_fn_executable_p
548
549# Sed expression to map a string onto a valid CPP name.
550as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
552# Sed expression to map a string onto a valid variable name.
553as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554
555
556test -n "$DJDIR" || exec 7<&0 </dev/null
557exec 6>&1
558
559# Name of the host.
560# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561# so uname gets run too.
562ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
563
564#
565# Initializations.
566#
567ac_default_prefix=/usr/local
568ac_clean_files=
569ac_config_libobj_dir=.
570LIBOBJS=
571cross_compiling=no
572subdirs=
573MFLAGS=
574MAKEFLAGS=
575
576# Identity of this package.
577PACKAGE_NAME='ndn-cpp'
578PACKAGE_TARNAME='ndn-cpp'
579PACKAGE_VERSION='0.5'
580PACKAGE_STRING='ndn-cpp 0.5'
581PACKAGE_BUGREPORT=''
582PACKAGE_URL='https://github.com/named-data/ndn-cpp'
583
584ac_subst_vars='am__EXEEXT_FALSE
585am__EXEEXT_TRUE
586LTLIBOBJS
587LIBOBJS
Jeff Thompsonca45e552013-06-26 17:40:06 -0700588DOXYGEN_PAPER_SIZE
589DX_COND_latex_FALSE
590DX_COND_latex_TRUE
591DX_COND_pdf_FALSE
592DX_COND_pdf_TRUE
593DX_PDFLATEX
594DX_FLAG_pdf
595DX_COND_ps_FALSE
596DX_COND_ps_TRUE
597DX_EGREP
598DX_DVIPS
599DX_MAKEINDEX
600DX_LATEX
601DX_FLAG_ps
602DX_COND_html_FALSE
603DX_COND_html_TRUE
604DX_FLAG_html
605DX_COND_chi_FALSE
606DX_COND_chi_TRUE
607DX_FLAG_chi
608DX_COND_chm_FALSE
609DX_COND_chm_TRUE
610DX_HHC
611DX_FLAG_chm
612DX_COND_xml_FALSE
613DX_COND_xml_TRUE
614DX_FLAG_xml
615DX_COND_rtf_FALSE
616DX_COND_rtf_TRUE
617DX_FLAG_rtf
618DX_COND_man_FALSE
619DX_COND_man_TRUE
620DX_FLAG_man
621DX_COND_dot_FALSE
622DX_COND_dot_TRUE
623DX_DOT
624DX_FLAG_dot
625DX_COND_doc_FALSE
626DX_COND_doc_TRUE
627DX_PERL
628DX_DOXYGEN
629DX_FLAG_doc
630DX_ENV
631DX_DOCDIR
632DX_CONFIG
633DX_PROJECT
Jeff Thompson1b8f4c92013-06-19 16:18:46 -0700634HAVE_CXX11
Jeff Thompson36174062013-06-21 16:03:44 -0700635am__fastdepCC_FALSE
636am__fastdepCC_TRUE
637CCDEPMODE
638ac_ct_CC
639CFLAGS
640CC
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700641ac_ct_AR
642AR
643RANLIB
Jeff Thompson39128c62013-06-19 14:08:51 -0700644am__fastdepCXX_FALSE
645am__fastdepCXX_TRUE
646CXXDEPMODE
647am__nodep
648AMDEPBACKSLASH
649AMDEP_FALSE
650AMDEP_TRUE
651am__quote
652am__include
653DEPDIR
654OBJEXT
655EXEEXT
656ac_ct_CXX
657CPPFLAGS
658LDFLAGS
659CXXFLAGS
660CXX
661AM_BACKSLASH
662AM_DEFAULT_VERBOSITY
663AM_DEFAULT_V
664AM_V
665am__untar
666am__tar
667AMTAR
668am__leading_dot
669SET_MAKE
670AWK
671mkdir_p
672MKDIR_P
673INSTALL_STRIP_PROGRAM
674STRIP
675install_sh
676MAKEINFO
677AUTOHEADER
678AUTOMAKE
679AUTOCONF
680ACLOCAL
681VERSION
682PACKAGE
683CYGPATH_W
684am__isrc
685INSTALL_DATA
686INSTALL_SCRIPT
687INSTALL_PROGRAM
688target_alias
689host_alias
690build_alias
691LIBS
692ECHO_T
693ECHO_N
694ECHO_C
695DEFS
696mandir
697localedir
698libdir
699psdir
700pdfdir
701dvidir
702htmldir
703infodir
704docdir
705oldincludedir
706includedir
707localstatedir
708sharedstatedir
709sysconfdir
710datadir
711datarootdir
712libexecdir
713sbindir
714bindir
715program_transform_name
716prefix
717exec_prefix
718PACKAGE_URL
719PACKAGE_BUGREPORT
720PACKAGE_STRING
721PACKAGE_VERSION
722PACKAGE_TARNAME
723PACKAGE_NAME
724PATH_SEPARATOR
725SHELL'
726ac_subst_files=''
727ac_user_opts='
728enable_option_checking
729enable_silent_rules
730enable_dependency_tracking
Jeff Thompsonca45e552013-06-26 17:40:06 -0700731enable_doxygen_doc
732enable_doxygen_dot
733enable_doxygen_man
734enable_doxygen_rtf
735enable_doxygen_xml
736enable_doxygen_chm
737enable_doxygen_chi
738enable_doxygen_html
739enable_doxygen_ps
740enable_doxygen_pdf
Jeff Thompson39128c62013-06-19 14:08:51 -0700741'
742 ac_precious_vars='build_alias
743host_alias
744target_alias
745CXX
746CXXFLAGS
747LDFLAGS
748LIBS
749CPPFLAGS
Jeff Thompson36174062013-06-21 16:03:44 -0700750CCC
751CC
Jeff Thompsonca45e552013-06-26 17:40:06 -0700752CFLAGS
753DOXYGEN_PAPER_SIZE'
Jeff Thompson39128c62013-06-19 14:08:51 -0700754
755
756# Initialize some variables set by options.
757ac_init_help=
758ac_init_version=false
759ac_unrecognized_opts=
760ac_unrecognized_sep=
761# The variables have the same names as the options, with
762# dashes changed to underlines.
763cache_file=/dev/null
764exec_prefix=NONE
765no_create=
766no_recursion=
767prefix=NONE
768program_prefix=NONE
769program_suffix=NONE
770program_transform_name=s,x,x,
771silent=
772site=
773srcdir=
774verbose=
775x_includes=NONE
776x_libraries=NONE
777
778# Installation directory options.
779# These are left unexpanded so users can "make install exec_prefix=/foo"
780# and all the variables that are supposed to be based on exec_prefix
781# by default will actually change.
782# Use braces instead of parens because sh, perl, etc. also accept them.
783# (The list follows the same order as the GNU Coding Standards.)
784bindir='${exec_prefix}/bin'
785sbindir='${exec_prefix}/sbin'
786libexecdir='${exec_prefix}/libexec'
787datarootdir='${prefix}/share'
788datadir='${datarootdir}'
789sysconfdir='${prefix}/etc'
790sharedstatedir='${prefix}/com'
791localstatedir='${prefix}/var'
792includedir='${prefix}/include'
793oldincludedir='/usr/include'
794docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
795infodir='${datarootdir}/info'
796htmldir='${docdir}'
797dvidir='${docdir}'
798pdfdir='${docdir}'
799psdir='${docdir}'
800libdir='${exec_prefix}/lib'
801localedir='${datarootdir}/locale'
802mandir='${datarootdir}/man'
803
804ac_prev=
805ac_dashdash=
806for ac_option
807do
808 # If the previous option needs an argument, assign it.
809 if test -n "$ac_prev"; then
810 eval $ac_prev=\$ac_option
811 ac_prev=
812 continue
813 fi
814
815 case $ac_option in
816 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
817 *=) ac_optarg= ;;
818 *) ac_optarg=yes ;;
819 esac
820
821 # Accept the important Cygnus configure options, so we can diagnose typos.
822
823 case $ac_dashdash$ac_option in
824 --)
825 ac_dashdash=yes ;;
826
827 -bindir | --bindir | --bindi | --bind | --bin | --bi)
828 ac_prev=bindir ;;
829 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
830 bindir=$ac_optarg ;;
831
832 -build | --build | --buil | --bui | --bu)
833 ac_prev=build_alias ;;
834 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
835 build_alias=$ac_optarg ;;
836
837 -cache-file | --cache-file | --cache-fil | --cache-fi \
838 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
839 ac_prev=cache_file ;;
840 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
841 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
842 cache_file=$ac_optarg ;;
843
844 --config-cache | -C)
845 cache_file=config.cache ;;
846
847 -datadir | --datadir | --datadi | --datad)
848 ac_prev=datadir ;;
849 -datadir=* | --datadir=* | --datadi=* | --datad=*)
850 datadir=$ac_optarg ;;
851
852 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
853 | --dataroo | --dataro | --datar)
854 ac_prev=datarootdir ;;
855 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
856 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
857 datarootdir=$ac_optarg ;;
858
859 -disable-* | --disable-*)
860 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
861 # Reject names that are not valid shell variable names.
862 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
863 as_fn_error $? "invalid feature name: $ac_useropt"
864 ac_useropt_orig=$ac_useropt
865 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
866 case $ac_user_opts in
867 *"
868"enable_$ac_useropt"
869"*) ;;
870 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
871 ac_unrecognized_sep=', ';;
872 esac
873 eval enable_$ac_useropt=no ;;
874
875 -docdir | --docdir | --docdi | --doc | --do)
876 ac_prev=docdir ;;
877 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
878 docdir=$ac_optarg ;;
879
880 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
881 ac_prev=dvidir ;;
882 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
883 dvidir=$ac_optarg ;;
884
885 -enable-* | --enable-*)
886 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
887 # Reject names that are not valid shell variable names.
888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
889 as_fn_error $? "invalid feature name: $ac_useropt"
890 ac_useropt_orig=$ac_useropt
891 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
892 case $ac_user_opts in
893 *"
894"enable_$ac_useropt"
895"*) ;;
896 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
897 ac_unrecognized_sep=', ';;
898 esac
899 eval enable_$ac_useropt=\$ac_optarg ;;
900
901 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
902 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
903 | --exec | --exe | --ex)
904 ac_prev=exec_prefix ;;
905 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
906 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
907 | --exec=* | --exe=* | --ex=*)
908 exec_prefix=$ac_optarg ;;
909
910 -gas | --gas | --ga | --g)
911 # Obsolete; use --with-gas.
912 with_gas=yes ;;
913
914 -help | --help | --hel | --he | -h)
915 ac_init_help=long ;;
916 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
917 ac_init_help=recursive ;;
918 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
919 ac_init_help=short ;;
920
921 -host | --host | --hos | --ho)
922 ac_prev=host_alias ;;
923 -host=* | --host=* | --hos=* | --ho=*)
924 host_alias=$ac_optarg ;;
925
926 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
927 ac_prev=htmldir ;;
928 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
929 | --ht=*)
930 htmldir=$ac_optarg ;;
931
932 -includedir | --includedir | --includedi | --included | --include \
933 | --includ | --inclu | --incl | --inc)
934 ac_prev=includedir ;;
935 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
936 | --includ=* | --inclu=* | --incl=* | --inc=*)
937 includedir=$ac_optarg ;;
938
939 -infodir | --infodir | --infodi | --infod | --info | --inf)
940 ac_prev=infodir ;;
941 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
942 infodir=$ac_optarg ;;
943
944 -libdir | --libdir | --libdi | --libd)
945 ac_prev=libdir ;;
946 -libdir=* | --libdir=* | --libdi=* | --libd=*)
947 libdir=$ac_optarg ;;
948
949 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
950 | --libexe | --libex | --libe)
951 ac_prev=libexecdir ;;
952 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
953 | --libexe=* | --libex=* | --libe=*)
954 libexecdir=$ac_optarg ;;
955
956 -localedir | --localedir | --localedi | --localed | --locale)
957 ac_prev=localedir ;;
958 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
959 localedir=$ac_optarg ;;
960
961 -localstatedir | --localstatedir | --localstatedi | --localstated \
962 | --localstate | --localstat | --localsta | --localst | --locals)
963 ac_prev=localstatedir ;;
964 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
965 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
966 localstatedir=$ac_optarg ;;
967
968 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
969 ac_prev=mandir ;;
970 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
971 mandir=$ac_optarg ;;
972
973 -nfp | --nfp | --nf)
974 # Obsolete; use --without-fp.
975 with_fp=no ;;
976
977 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
978 | --no-cr | --no-c | -n)
979 no_create=yes ;;
980
981 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
982 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
983 no_recursion=yes ;;
984
985 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
986 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
987 | --oldin | --oldi | --old | --ol | --o)
988 ac_prev=oldincludedir ;;
989 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
990 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
991 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
992 oldincludedir=$ac_optarg ;;
993
994 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
995 ac_prev=prefix ;;
996 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
997 prefix=$ac_optarg ;;
998
999 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1000 | --program-pre | --program-pr | --program-p)
1001 ac_prev=program_prefix ;;
1002 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1003 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1004 program_prefix=$ac_optarg ;;
1005
1006 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1007 | --program-suf | --program-su | --program-s)
1008 ac_prev=program_suffix ;;
1009 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1010 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1011 program_suffix=$ac_optarg ;;
1012
1013 -program-transform-name | --program-transform-name \
1014 | --program-transform-nam | --program-transform-na \
1015 | --program-transform-n | --program-transform- \
1016 | --program-transform | --program-transfor \
1017 | --program-transfo | --program-transf \
1018 | --program-trans | --program-tran \
1019 | --progr-tra | --program-tr | --program-t)
1020 ac_prev=program_transform_name ;;
1021 -program-transform-name=* | --program-transform-name=* \
1022 | --program-transform-nam=* | --program-transform-na=* \
1023 | --program-transform-n=* | --program-transform-=* \
1024 | --program-transform=* | --program-transfor=* \
1025 | --program-transfo=* | --program-transf=* \
1026 | --program-trans=* | --program-tran=* \
1027 | --progr-tra=* | --program-tr=* | --program-t=*)
1028 program_transform_name=$ac_optarg ;;
1029
1030 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1031 ac_prev=pdfdir ;;
1032 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1033 pdfdir=$ac_optarg ;;
1034
1035 -psdir | --psdir | --psdi | --psd | --ps)
1036 ac_prev=psdir ;;
1037 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1038 psdir=$ac_optarg ;;
1039
1040 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1041 | -silent | --silent | --silen | --sile | --sil)
1042 silent=yes ;;
1043
1044 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1045 ac_prev=sbindir ;;
1046 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1047 | --sbi=* | --sb=*)
1048 sbindir=$ac_optarg ;;
1049
1050 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1051 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1052 | --sharedst | --shareds | --shared | --share | --shar \
1053 | --sha | --sh)
1054 ac_prev=sharedstatedir ;;
1055 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1056 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1057 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1058 | --sha=* | --sh=*)
1059 sharedstatedir=$ac_optarg ;;
1060
1061 -site | --site | --sit)
1062 ac_prev=site ;;
1063 -site=* | --site=* | --sit=*)
1064 site=$ac_optarg ;;
1065
1066 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1067 ac_prev=srcdir ;;
1068 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1069 srcdir=$ac_optarg ;;
1070
1071 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1072 | --syscon | --sysco | --sysc | --sys | --sy)
1073 ac_prev=sysconfdir ;;
1074 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1075 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1076 sysconfdir=$ac_optarg ;;
1077
1078 -target | --target | --targe | --targ | --tar | --ta | --t)
1079 ac_prev=target_alias ;;
1080 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1081 target_alias=$ac_optarg ;;
1082
1083 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1084 verbose=yes ;;
1085
1086 -version | --version | --versio | --versi | --vers | -V)
1087 ac_init_version=: ;;
1088
1089 -with-* | --with-*)
1090 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1091 # Reject names that are not valid shell variable names.
1092 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1093 as_fn_error $? "invalid package name: $ac_useropt"
1094 ac_useropt_orig=$ac_useropt
1095 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1096 case $ac_user_opts in
1097 *"
1098"with_$ac_useropt"
1099"*) ;;
1100 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1101 ac_unrecognized_sep=', ';;
1102 esac
1103 eval with_$ac_useropt=\$ac_optarg ;;
1104
1105 -without-* | --without-*)
1106 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1107 # Reject names that are not valid shell variable names.
1108 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1109 as_fn_error $? "invalid package name: $ac_useropt"
1110 ac_useropt_orig=$ac_useropt
1111 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1112 case $ac_user_opts in
1113 *"
1114"with_$ac_useropt"
1115"*) ;;
1116 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1117 ac_unrecognized_sep=', ';;
1118 esac
1119 eval with_$ac_useropt=no ;;
1120
1121 --x)
1122 # Obsolete; use --with-x.
1123 with_x=yes ;;
1124
1125 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1126 | --x-incl | --x-inc | --x-in | --x-i)
1127 ac_prev=x_includes ;;
1128 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1129 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1130 x_includes=$ac_optarg ;;
1131
1132 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1133 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1134 ac_prev=x_libraries ;;
1135 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1136 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1137 x_libraries=$ac_optarg ;;
1138
1139 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1140Try \`$0 --help' for more information"
1141 ;;
1142
1143 *=*)
1144 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1145 # Reject names that are not valid shell variable names.
1146 case $ac_envvar in #(
1147 '' | [0-9]* | *[!_$as_cr_alnum]* )
1148 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1149 esac
1150 eval $ac_envvar=\$ac_optarg
1151 export $ac_envvar ;;
1152
1153 *)
1154 # FIXME: should be removed in autoconf 3.0.
1155 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1156 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1157 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1158 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1159 ;;
1160
1161 esac
1162done
1163
1164if test -n "$ac_prev"; then
1165 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1166 as_fn_error $? "missing argument to $ac_option"
1167fi
1168
1169if test -n "$ac_unrecognized_opts"; then
1170 case $enable_option_checking in
1171 no) ;;
1172 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1173 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1174 esac
1175fi
1176
1177# Check all directory arguments for consistency.
1178for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1179 datadir sysconfdir sharedstatedir localstatedir includedir \
1180 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1181 libdir localedir mandir
1182do
1183 eval ac_val=\$$ac_var
1184 # Remove trailing slashes.
1185 case $ac_val in
1186 */ )
1187 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1188 eval $ac_var=\$ac_val;;
1189 esac
1190 # Be sure to have absolute directory names.
1191 case $ac_val in
1192 [\\/$]* | ?:[\\/]* ) continue;;
1193 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1194 esac
1195 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1196done
1197
1198# There might be people who depend on the old broken behavior: `$host'
1199# used to hold the argument of --host etc.
1200# FIXME: To remove some day.
1201build=$build_alias
1202host=$host_alias
1203target=$target_alias
1204
1205# FIXME: To remove some day.
1206if test "x$host_alias" != x; then
1207 if test "x$build_alias" = x; then
1208 cross_compiling=maybe
1209 elif test "x$build_alias" != "x$host_alias"; then
1210 cross_compiling=yes
1211 fi
1212fi
1213
1214ac_tool_prefix=
1215test -n "$host_alias" && ac_tool_prefix=$host_alias-
1216
1217test "$silent" = yes && exec 6>/dev/null
1218
1219
1220ac_pwd=`pwd` && test -n "$ac_pwd" &&
1221ac_ls_di=`ls -di .` &&
1222ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1223 as_fn_error $? "working directory cannot be determined"
1224test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1225 as_fn_error $? "pwd does not report name of working directory"
1226
1227
1228# Find the source files, if location was not specified.
1229if test -z "$srcdir"; then
1230 ac_srcdir_defaulted=yes
1231 # Try the directory containing this script, then the parent directory.
1232 ac_confdir=`$as_dirname -- "$as_myself" ||
1233$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1234 X"$as_myself" : 'X\(//\)[^/]' \| \
1235 X"$as_myself" : 'X\(//\)$' \| \
1236 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1237$as_echo X"$as_myself" |
1238 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1239 s//\1/
1240 q
1241 }
1242 /^X\(\/\/\)[^/].*/{
1243 s//\1/
1244 q
1245 }
1246 /^X\(\/\/\)$/{
1247 s//\1/
1248 q
1249 }
1250 /^X\(\/\).*/{
1251 s//\1/
1252 q
1253 }
1254 s/.*/./; q'`
1255 srcdir=$ac_confdir
1256 if test ! -r "$srcdir/$ac_unique_file"; then
1257 srcdir=..
1258 fi
1259else
1260 ac_srcdir_defaulted=no
1261fi
1262if test ! -r "$srcdir/$ac_unique_file"; then
1263 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1264 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1265fi
1266ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1267ac_abs_confdir=`(
1268 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1269 pwd)`
1270# When building in place, set srcdir=.
1271if test "$ac_abs_confdir" = "$ac_pwd"; then
1272 srcdir=.
1273fi
1274# Remove unnecessary trailing slashes from srcdir.
1275# Double slashes in file names in object file debugging info
1276# mess up M-x gdb in Emacs.
1277case $srcdir in
1278*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1279esac
1280for ac_var in $ac_precious_vars; do
1281 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1282 eval ac_env_${ac_var}_value=\$${ac_var}
1283 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1284 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1285done
1286
1287#
1288# Report the --help message.
1289#
1290if test "$ac_init_help" = "long"; then
1291 # Omit some internal or obsolete options to make the list less imposing.
1292 # This message is too long to be a string in the A/UX 3.1 sh.
1293 cat <<_ACEOF
1294\`configure' configures ndn-cpp 0.5 to adapt to many kinds of systems.
1295
1296Usage: $0 [OPTION]... [VAR=VALUE]...
1297
1298To assign environment variables (e.g., CC, CFLAGS...), specify them as
1299VAR=VALUE. See below for descriptions of some of the useful variables.
1300
1301Defaults for the options are specified in brackets.
1302
1303Configuration:
1304 -h, --help display this help and exit
1305 --help=short display options specific to this package
1306 --help=recursive display the short help of all the included packages
1307 -V, --version display version information and exit
1308 -q, --quiet, --silent do not print \`checking ...' messages
1309 --cache-file=FILE cache test results in FILE [disabled]
1310 -C, --config-cache alias for \`--cache-file=config.cache'
1311 -n, --no-create do not create output files
1312 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1313
1314Installation directories:
1315 --prefix=PREFIX install architecture-independent files in PREFIX
1316 [$ac_default_prefix]
1317 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1318 [PREFIX]
1319
1320By default, \`make install' will install all the files in
1321\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1322an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1323for instance \`--prefix=\$HOME'.
1324
1325For better control, use the options below.
1326
1327Fine tuning of the installation directories:
1328 --bindir=DIR user executables [EPREFIX/bin]
1329 --sbindir=DIR system admin executables [EPREFIX/sbin]
1330 --libexecdir=DIR program executables [EPREFIX/libexec]
1331 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1332 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1333 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1334 --libdir=DIR object code libraries [EPREFIX/lib]
1335 --includedir=DIR C header files [PREFIX/include]
1336 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1337 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1338 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1339 --infodir=DIR info documentation [DATAROOTDIR/info]
1340 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1341 --mandir=DIR man documentation [DATAROOTDIR/man]
1342 --docdir=DIR documentation root [DATAROOTDIR/doc/ndn-cpp]
1343 --htmldir=DIR html documentation [DOCDIR]
1344 --dvidir=DIR dvi documentation [DOCDIR]
1345 --pdfdir=DIR pdf documentation [DOCDIR]
1346 --psdir=DIR ps documentation [DOCDIR]
1347_ACEOF
1348
1349 cat <<\_ACEOF
1350
1351Program names:
1352 --program-prefix=PREFIX prepend PREFIX to installed program names
1353 --program-suffix=SUFFIX append SUFFIX to installed program names
1354 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1355_ACEOF
1356fi
1357
1358if test -n "$ac_init_help"; then
1359 case $ac_init_help in
1360 short | recursive ) echo "Configuration of ndn-cpp 0.5:";;
1361 esac
1362 cat <<\_ACEOF
1363
1364Optional Features:
1365 --disable-option-checking ignore unrecognized --enable/--with options
1366 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1367 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1368 --enable-silent-rules less verbose build output (undo: "make V=1")
1369 --disable-silent-rules verbose build output (undo: "make V=0")
1370 --enable-dependency-tracking
1371 do not reject slow dependency extractors
1372 --disable-dependency-tracking
1373 speeds up one-time build
Jeff Thompsonca45e552013-06-26 17:40:06 -07001374 --disable-doxygen-doc don't generate any doxygen documentation
1375 --enable-doxygen-dot generate graphics for doxygen documentation
1376 --enable-doxygen-man generate doxygen manual pages
1377 --enable-doxygen-rtf generate doxygen RTF documentation
1378 --enable-doxygen-xml generate doxygen XML documentation
1379 --enable-doxygen-chm generate doxygen compressed HTML help documentation
1380 --enable-doxygen-chi generate doxygen seperate compressed HTML help index
1381 file
1382 --disable-doxygen-html don't generate doxygen plain HTML documentation
1383 --enable-doxygen-ps generate doxygen PostScript documentation
1384 --enable-doxygen-pdf generate doxygen PDF documentation
Jeff Thompson39128c62013-06-19 14:08:51 -07001385
1386Some influential environment variables:
1387 CXX C++ compiler command
1388 CXXFLAGS C++ compiler flags
1389 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1390 nonstandard directory <lib dir>
1391 LIBS libraries to pass to the linker, e.g. -l<library>
1392 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1393 you have headers in a nonstandard directory <include dir>
Jeff Thompson36174062013-06-21 16:03:44 -07001394 CC C compiler command
1395 CFLAGS C compiler flags
Jeff Thompsonca45e552013-06-26 17:40:06 -07001396 DOXYGEN_PAPER_SIZE
1397 a4wide (default), a4, letter, legal or executive
Jeff Thompson39128c62013-06-19 14:08:51 -07001398
1399Use these variables to override the choices made by `configure' or to help
1400it to find libraries and programs with nonstandard names/locations.
1401
1402Report bugs to the package provider.
1403ndn-cpp home page: <https://github.com/named-data/ndn-cpp>.
1404_ACEOF
1405ac_status=$?
1406fi
1407
1408if test "$ac_init_help" = "recursive"; then
1409 # If there are subdirs, report their specific --help.
1410 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1411 test -d "$ac_dir" ||
1412 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1413 continue
1414 ac_builddir=.
1415
1416case "$ac_dir" in
1417.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1418*)
1419 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1420 # A ".." for each directory in $ac_dir_suffix.
1421 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1422 case $ac_top_builddir_sub in
1423 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1424 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1425 esac ;;
1426esac
1427ac_abs_top_builddir=$ac_pwd
1428ac_abs_builddir=$ac_pwd$ac_dir_suffix
1429# for backward compatibility:
1430ac_top_builddir=$ac_top_build_prefix
1431
1432case $srcdir in
1433 .) # We are building in place.
1434 ac_srcdir=.
1435 ac_top_srcdir=$ac_top_builddir_sub
1436 ac_abs_top_srcdir=$ac_pwd ;;
1437 [\\/]* | ?:[\\/]* ) # Absolute name.
1438 ac_srcdir=$srcdir$ac_dir_suffix;
1439 ac_top_srcdir=$srcdir
1440 ac_abs_top_srcdir=$srcdir ;;
1441 *) # Relative name.
1442 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1443 ac_top_srcdir=$ac_top_build_prefix$srcdir
1444 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1445esac
1446ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1447
1448 cd "$ac_dir" || { ac_status=$?; continue; }
1449 # Check for guested configure.
1450 if test -f "$ac_srcdir/configure.gnu"; then
1451 echo &&
1452 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1453 elif test -f "$ac_srcdir/configure"; then
1454 echo &&
1455 $SHELL "$ac_srcdir/configure" --help=recursive
1456 else
1457 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1458 fi || ac_status=$?
1459 cd "$ac_pwd" || { ac_status=$?; break; }
1460 done
1461fi
1462
1463test -n "$ac_init_help" && exit $ac_status
1464if $ac_init_version; then
1465 cat <<\_ACEOF
1466ndn-cpp configure 0.5
1467generated by GNU Autoconf 2.69
1468
1469Copyright (C) 2012 Free Software Foundation, Inc.
1470This configure script is free software; the Free Software Foundation
1471gives unlimited permission to copy, distribute and modify it.
1472_ACEOF
1473 exit
1474fi
1475
1476## ------------------------ ##
1477## Autoconf initialization. ##
1478## ------------------------ ##
1479
1480# ac_fn_cxx_try_compile LINENO
1481# ----------------------------
1482# Try to compile conftest.$ac_ext, and return whether this succeeded.
1483ac_fn_cxx_try_compile ()
1484{
1485 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1486 rm -f conftest.$ac_objext
1487 if { { ac_try="$ac_compile"
1488case "(($ac_try" in
1489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1490 *) ac_try_echo=$ac_try;;
1491esac
1492eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1493$as_echo "$ac_try_echo"; } >&5
1494 (eval "$ac_compile") 2>conftest.err
1495 ac_status=$?
1496 if test -s conftest.err; then
1497 grep -v '^ *+' conftest.err >conftest.er1
1498 cat conftest.er1 >&5
1499 mv -f conftest.er1 conftest.err
1500 fi
1501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1502 test $ac_status = 0; } && {
1503 test -z "$ac_cxx_werror_flag" ||
1504 test ! -s conftest.err
1505 } && test -s conftest.$ac_objext; then :
1506 ac_retval=0
1507else
1508 $as_echo "$as_me: failed program was:" >&5
1509sed 's/^/| /' conftest.$ac_ext >&5
1510
1511 ac_retval=1
1512fi
1513 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1514 as_fn_set_status $ac_retval
1515
1516} # ac_fn_cxx_try_compile
Jeff Thompson36174062013-06-21 16:03:44 -07001517
1518# ac_fn_c_try_compile LINENO
1519# --------------------------
1520# Try to compile conftest.$ac_ext, and return whether this succeeded.
1521ac_fn_c_try_compile ()
1522{
1523 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1524 rm -f conftest.$ac_objext
1525 if { { ac_try="$ac_compile"
1526case "(($ac_try" in
1527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1528 *) ac_try_echo=$ac_try;;
1529esac
1530eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1531$as_echo "$ac_try_echo"; } >&5
1532 (eval "$ac_compile") 2>conftest.err
1533 ac_status=$?
1534 if test -s conftest.err; then
1535 grep -v '^ *+' conftest.err >conftest.er1
1536 cat conftest.er1 >&5
1537 mv -f conftest.er1 conftest.err
1538 fi
1539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1540 test $ac_status = 0; } && {
1541 test -z "$ac_c_werror_flag" ||
1542 test ! -s conftest.err
1543 } && test -s conftest.$ac_objext; then :
1544 ac_retval=0
1545else
1546 $as_echo "$as_me: failed program was:" >&5
1547sed 's/^/| /' conftest.$ac_ext >&5
1548
1549 ac_retval=1
1550fi
1551 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1552 as_fn_set_status $ac_retval
1553
1554} # ac_fn_c_try_compile
Jeff Thompson39128c62013-06-19 14:08:51 -07001555cat >config.log <<_ACEOF
1556This file contains any messages produced by compilers while
1557running configure, to aid debugging if configure makes a mistake.
1558
1559It was created by ndn-cpp $as_me 0.5, which was
1560generated by GNU Autoconf 2.69. Invocation command line was
1561
1562 $ $0 $@
1563
1564_ACEOF
1565exec 5>>config.log
1566{
1567cat <<_ASUNAME
1568## --------- ##
1569## Platform. ##
1570## --------- ##
1571
1572hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1573uname -m = `(uname -m) 2>/dev/null || echo unknown`
1574uname -r = `(uname -r) 2>/dev/null || echo unknown`
1575uname -s = `(uname -s) 2>/dev/null || echo unknown`
1576uname -v = `(uname -v) 2>/dev/null || echo unknown`
1577
1578/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1579/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1580
1581/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1582/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1583/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1584/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1585/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1586/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1587/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1588
1589_ASUNAME
1590
1591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1592for as_dir in $PATH
1593do
1594 IFS=$as_save_IFS
1595 test -z "$as_dir" && as_dir=.
1596 $as_echo "PATH: $as_dir"
1597 done
1598IFS=$as_save_IFS
1599
1600} >&5
1601
1602cat >&5 <<_ACEOF
1603
1604
1605## ----------- ##
1606## Core tests. ##
1607## ----------- ##
1608
1609_ACEOF
1610
1611
1612# Keep a trace of the command line.
1613# Strip out --no-create and --no-recursion so they do not pile up.
1614# Strip out --silent because we don't want to record it for future runs.
1615# Also quote any args containing shell meta-characters.
1616# Make two passes to allow for proper duplicate-argument suppression.
1617ac_configure_args=
1618ac_configure_args0=
1619ac_configure_args1=
1620ac_must_keep_next=false
1621for ac_pass in 1 2
1622do
1623 for ac_arg
1624 do
1625 case $ac_arg in
1626 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1627 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1628 | -silent | --silent | --silen | --sile | --sil)
1629 continue ;;
1630 *\'*)
1631 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1632 esac
1633 case $ac_pass in
1634 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1635 2)
1636 as_fn_append ac_configure_args1 " '$ac_arg'"
1637 if test $ac_must_keep_next = true; then
1638 ac_must_keep_next=false # Got value, back to normal.
1639 else
1640 case $ac_arg in
1641 *=* | --config-cache | -C | -disable-* | --disable-* \
1642 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1643 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1644 | -with-* | --with-* | -without-* | --without-* | --x)
1645 case "$ac_configure_args0 " in
1646 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1647 esac
1648 ;;
1649 -* ) ac_must_keep_next=true ;;
1650 esac
1651 fi
1652 as_fn_append ac_configure_args " '$ac_arg'"
1653 ;;
1654 esac
1655 done
1656done
1657{ ac_configure_args0=; unset ac_configure_args0;}
1658{ ac_configure_args1=; unset ac_configure_args1;}
1659
1660# When interrupted or exit'd, cleanup temporary files, and complete
1661# config.log. We remove comments because anyway the quotes in there
1662# would cause problems or look ugly.
1663# WARNING: Use '\'' to represent an apostrophe within the trap.
1664# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1665trap 'exit_status=$?
1666 # Save into config.log some information that might help in debugging.
1667 {
1668 echo
1669
1670 $as_echo "## ---------------- ##
1671## Cache variables. ##
1672## ---------------- ##"
1673 echo
1674 # The following way of writing the cache mishandles newlines in values,
1675(
1676 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1677 eval ac_val=\$$ac_var
1678 case $ac_val in #(
1679 *${as_nl}*)
1680 case $ac_var in #(
1681 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1682$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1683 esac
1684 case $ac_var in #(
1685 _ | IFS | as_nl) ;; #(
1686 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1687 *) { eval $ac_var=; unset $ac_var;} ;;
1688 esac ;;
1689 esac
1690 done
1691 (set) 2>&1 |
1692 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1693 *${as_nl}ac_space=\ *)
1694 sed -n \
1695 "s/'\''/'\''\\\\'\'''\''/g;
1696 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1697 ;; #(
1698 *)
1699 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1700 ;;
1701 esac |
1702 sort
1703)
1704 echo
1705
1706 $as_echo "## ----------------- ##
1707## Output variables. ##
1708## ----------------- ##"
1709 echo
1710 for ac_var in $ac_subst_vars
1711 do
1712 eval ac_val=\$$ac_var
1713 case $ac_val in
1714 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1715 esac
1716 $as_echo "$ac_var='\''$ac_val'\''"
1717 done | sort
1718 echo
1719
1720 if test -n "$ac_subst_files"; then
1721 $as_echo "## ------------------- ##
1722## File substitutions. ##
1723## ------------------- ##"
1724 echo
1725 for ac_var in $ac_subst_files
1726 do
1727 eval ac_val=\$$ac_var
1728 case $ac_val in
1729 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1730 esac
1731 $as_echo "$ac_var='\''$ac_val'\''"
1732 done | sort
1733 echo
1734 fi
1735
1736 if test -s confdefs.h; then
1737 $as_echo "## ----------- ##
1738## confdefs.h. ##
1739## ----------- ##"
1740 echo
1741 cat confdefs.h
1742 echo
1743 fi
1744 test "$ac_signal" != 0 &&
1745 $as_echo "$as_me: caught signal $ac_signal"
1746 $as_echo "$as_me: exit $exit_status"
1747 } >&5
1748 rm -f core *.core core.conftest.* &&
1749 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1750 exit $exit_status
1751' 0
1752for ac_signal in 1 2 13 15; do
1753 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1754done
1755ac_signal=0
1756
1757# confdefs.h avoids OS command line length limits that DEFS can exceed.
1758rm -f -r conftest* confdefs.h
1759
1760$as_echo "/* confdefs.h */" > confdefs.h
1761
1762# Predefined preprocessor variables.
1763
1764cat >>confdefs.h <<_ACEOF
1765#define PACKAGE_NAME "$PACKAGE_NAME"
1766_ACEOF
1767
1768cat >>confdefs.h <<_ACEOF
1769#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1770_ACEOF
1771
1772cat >>confdefs.h <<_ACEOF
1773#define PACKAGE_VERSION "$PACKAGE_VERSION"
1774_ACEOF
1775
1776cat >>confdefs.h <<_ACEOF
1777#define PACKAGE_STRING "$PACKAGE_STRING"
1778_ACEOF
1779
1780cat >>confdefs.h <<_ACEOF
1781#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1782_ACEOF
1783
1784cat >>confdefs.h <<_ACEOF
1785#define PACKAGE_URL "$PACKAGE_URL"
1786_ACEOF
1787
1788
1789# Let the site file select an alternate cache file if it wants to.
1790# Prefer an explicitly selected file to automatically selected ones.
1791ac_site_file1=NONE
1792ac_site_file2=NONE
1793if test -n "$CONFIG_SITE"; then
1794 # We do not want a PATH search for config.site.
1795 case $CONFIG_SITE in #((
1796 -*) ac_site_file1=./$CONFIG_SITE;;
1797 */*) ac_site_file1=$CONFIG_SITE;;
1798 *) ac_site_file1=./$CONFIG_SITE;;
1799 esac
1800elif test "x$prefix" != xNONE; then
1801 ac_site_file1=$prefix/share/config.site
1802 ac_site_file2=$prefix/etc/config.site
1803else
1804 ac_site_file1=$ac_default_prefix/share/config.site
1805 ac_site_file2=$ac_default_prefix/etc/config.site
1806fi
1807for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1808do
1809 test "x$ac_site_file" = xNONE && continue
1810 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1812$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1813 sed 's/^/| /' "$ac_site_file" >&5
1814 . "$ac_site_file" \
1815 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1816$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1817as_fn_error $? "failed to load site script $ac_site_file
1818See \`config.log' for more details" "$LINENO" 5; }
1819 fi
1820done
1821
1822if test -r "$cache_file"; then
1823 # Some versions of bash will fail to source /dev/null (special files
1824 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1825 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1827$as_echo "$as_me: loading cache $cache_file" >&6;}
1828 case $cache_file in
1829 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1830 *) . "./$cache_file";;
1831 esac
1832 fi
1833else
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1835$as_echo "$as_me: creating cache $cache_file" >&6;}
1836 >$cache_file
1837fi
1838
1839# Check that the precious variables saved in the cache have kept the same
1840# value.
1841ac_cache_corrupted=false
1842for ac_var in $ac_precious_vars; do
1843 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1844 eval ac_new_set=\$ac_env_${ac_var}_set
1845 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1846 eval ac_new_val=\$ac_env_${ac_var}_value
1847 case $ac_old_set,$ac_new_set in
1848 set,)
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1850$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1851 ac_cache_corrupted=: ;;
1852 ,set)
1853 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1854$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1855 ac_cache_corrupted=: ;;
1856 ,);;
1857 *)
1858 if test "x$ac_old_val" != "x$ac_new_val"; then
1859 # differences in whitespace do not lead to failure.
1860 ac_old_val_w=`echo x $ac_old_val`
1861 ac_new_val_w=`echo x $ac_new_val`
1862 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1863 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1864$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1865 ac_cache_corrupted=:
1866 else
1867 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1868$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1869 eval $ac_var=\$ac_old_val
1870 fi
1871 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1872$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1873 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1874$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1875 fi;;
1876 esac
1877 # Pass precious variables to config.status.
1878 if test "$ac_new_set" = set; then
1879 case $ac_new_val in
1880 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1881 *) ac_arg=$ac_var=$ac_new_val ;;
1882 esac
1883 case " $ac_configure_args " in
1884 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1885 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1886 esac
1887 fi
1888done
1889if $ac_cache_corrupted; then
1890 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1891$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1893$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1894 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1895fi
1896## -------------------- ##
1897## Main body of script. ##
1898## -------------------- ##
1899
1900ac_ext=c
1901ac_cpp='$CPP $CPPFLAGS'
1902ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1903ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1904ac_compiler_gnu=$ac_cv_c_compiler_gnu
1905
1906
1907
1908am__api_version='1.13'
1909
1910ac_aux_dir=
1911for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1912 if test -f "$ac_dir/install-sh"; then
1913 ac_aux_dir=$ac_dir
1914 ac_install_sh="$ac_aux_dir/install-sh -c"
1915 break
1916 elif test -f "$ac_dir/install.sh"; then
1917 ac_aux_dir=$ac_dir
1918 ac_install_sh="$ac_aux_dir/install.sh -c"
1919 break
1920 elif test -f "$ac_dir/shtool"; then
1921 ac_aux_dir=$ac_dir
1922 ac_install_sh="$ac_aux_dir/shtool install -c"
1923 break
1924 fi
1925done
1926if test -z "$ac_aux_dir"; then
1927 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1928fi
1929
1930# These three variables are undocumented and unsupported,
1931# and are intended to be withdrawn in a future Autoconf release.
1932# They can cause serious problems if a builder's source tree is in a directory
1933# whose full name contains unusual characters.
1934ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1935ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1936ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1937
1938
1939# Find a good install program. We prefer a C program (faster),
1940# so one script is as good as another. But avoid the broken or
1941# incompatible versions:
1942# SysV /etc/install, /usr/sbin/install
1943# SunOS /usr/etc/install
1944# IRIX /sbin/install
1945# AIX /bin/install
1946# AmigaOS /C/install, which installs bootblocks on floppy discs
1947# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1948# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1949# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1950# OS/2's system install, which has a completely different semantic
1951# ./install, which can be erroneously created by make from ./install.sh.
1952# Reject install programs that cannot install multiple files.
1953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1954$as_echo_n "checking for a BSD-compatible install... " >&6; }
1955if test -z "$INSTALL"; then
1956if ${ac_cv_path_install+:} false; then :
1957 $as_echo_n "(cached) " >&6
1958else
1959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1960for as_dir in $PATH
1961do
1962 IFS=$as_save_IFS
1963 test -z "$as_dir" && as_dir=.
1964 # Account for people who put trailing slashes in PATH elements.
1965case $as_dir/ in #((
1966 ./ | .// | /[cC]/* | \
1967 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1968 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1969 /usr/ucb/* ) ;;
1970 *)
1971 # OSF1 and SCO ODT 3.0 have their own names for install.
1972 # Don't use installbsd from OSF since it installs stuff as root
1973 # by default.
1974 for ac_prog in ginstall scoinst install; do
1975 for ac_exec_ext in '' $ac_executable_extensions; do
1976 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1977 if test $ac_prog = install &&
1978 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1979 # AIX install. It has an incompatible calling convention.
1980 :
1981 elif test $ac_prog = install &&
1982 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1983 # program-specific install script used by HP pwplus--don't use.
1984 :
1985 else
1986 rm -rf conftest.one conftest.two conftest.dir
1987 echo one > conftest.one
1988 echo two > conftest.two
1989 mkdir conftest.dir
1990 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1991 test -s conftest.one && test -s conftest.two &&
1992 test -s conftest.dir/conftest.one &&
1993 test -s conftest.dir/conftest.two
1994 then
1995 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1996 break 3
1997 fi
1998 fi
1999 fi
2000 done
2001 done
2002 ;;
2003esac
2004
2005 done
2006IFS=$as_save_IFS
2007
2008rm -rf conftest.one conftest.two conftest.dir
2009
2010fi
2011 if test "${ac_cv_path_install+set}" = set; then
2012 INSTALL=$ac_cv_path_install
2013 else
2014 # As a last resort, use the slow shell script. Don't cache a
2015 # value for INSTALL within a source directory, because that will
2016 # break other packages using the cache if that directory is
2017 # removed, or if the value is a relative name.
2018 INSTALL=$ac_install_sh
2019 fi
2020fi
2021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2022$as_echo "$INSTALL" >&6; }
2023
2024# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2025# It thinks the first close brace ends the variable substitution.
2026test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2027
2028test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2029
2030test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2031
2032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2033$as_echo_n "checking whether build environment is sane... " >&6; }
2034# Reject unsafe characters in $srcdir or the absolute working directory
2035# name. Accept space and tab only in the latter.
2036am_lf='
2037'
2038case `pwd` in
2039 *[\\\"\#\$\&\'\`$am_lf]*)
2040 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2041esac
2042case $srcdir in
2043 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2044 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2045esac
2046
2047# Do 'set' in a subshell so we don't clobber the current shell's
2048# arguments. Must try -L first in case configure is actually a
2049# symlink; some systems play weird games with the mod time of symlinks
2050# (eg FreeBSD returns the mod time of the symlink's containing
2051# directory).
2052if (
2053 am_has_slept=no
2054 for am_try in 1 2; do
2055 echo "timestamp, slept: $am_has_slept" > conftest.file
2056 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2057 if test "$*" = "X"; then
2058 # -L didn't work.
2059 set X `ls -t "$srcdir/configure" conftest.file`
2060 fi
2061 if test "$*" != "X $srcdir/configure conftest.file" \
2062 && test "$*" != "X conftest.file $srcdir/configure"; then
2063
2064 # If neither matched, then we have a broken ls. This can happen
2065 # if, for instance, CONFIG_SHELL is bash and it inherits a
2066 # broken ls alias from the environment. This has actually
2067 # happened. Such a system could not be considered "sane".
2068 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2069 alias in your environment" "$LINENO" 5
2070 fi
2071 if test "$2" = conftest.file || test $am_try -eq 2; then
2072 break
2073 fi
2074 # Just in case.
2075 sleep 1
2076 am_has_slept=yes
2077 done
2078 test "$2" = conftest.file
2079 )
2080then
2081 # Ok.
2082 :
2083else
2084 as_fn_error $? "newly created file is older than distributed files!
2085Check your system clock" "$LINENO" 5
2086fi
2087{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2088$as_echo "yes" >&6; }
2089# If we didn't sleep, we still need to ensure time stamps of config.status and
2090# generated files are strictly newer.
2091am_sleep_pid=
2092if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2093 ( sleep 1 ) &
2094 am_sleep_pid=$!
2095fi
2096
2097rm -f conftest.file
2098
2099test "$program_prefix" != NONE &&
2100 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2101# Use a double $ so make ignores it.
2102test "$program_suffix" != NONE &&
2103 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2104# Double any \ or $.
2105# By default was `s,x,x', remove it if useless.
2106ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2107program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2108
2109# expand $ac_aux_dir to an absolute path
2110am_aux_dir=`cd $ac_aux_dir && pwd`
2111
2112if test x"${MISSING+set}" != xset; then
2113 case $am_aux_dir in
2114 *\ * | *\ *)
2115 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2116 *)
2117 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2118 esac
2119fi
2120# Use eval to expand $SHELL
2121if eval "$MISSING --is-lightweight"; then
2122 am_missing_run="$MISSING "
2123else
2124 am_missing_run=
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2126$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2127fi
2128
2129if test x"${install_sh}" != xset; then
2130 case $am_aux_dir in
2131 *\ * | *\ *)
2132 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2133 *)
2134 install_sh="\${SHELL} $am_aux_dir/install-sh"
2135 esac
2136fi
2137
2138# Installed binaries are usually stripped using 'strip' when the user
2139# run "make install-strip". However 'strip' might not be the right
2140# tool to use in cross-compilation environments, therefore Automake
2141# will honor the 'STRIP' environment variable to overrule this program.
2142if test "$cross_compiling" != no; then
2143 if test -n "$ac_tool_prefix"; then
2144 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2145set dummy ${ac_tool_prefix}strip; ac_word=$2
2146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2147$as_echo_n "checking for $ac_word... " >&6; }
2148if ${ac_cv_prog_STRIP+:} false; then :
2149 $as_echo_n "(cached) " >&6
2150else
2151 if test -n "$STRIP"; then
2152 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2153else
2154as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2155for as_dir in $PATH
2156do
2157 IFS=$as_save_IFS
2158 test -z "$as_dir" && as_dir=.
2159 for ac_exec_ext in '' $ac_executable_extensions; do
2160 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2161 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2163 break 2
2164 fi
2165done
2166 done
2167IFS=$as_save_IFS
2168
2169fi
2170fi
2171STRIP=$ac_cv_prog_STRIP
2172if test -n "$STRIP"; then
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2174$as_echo "$STRIP" >&6; }
2175else
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2177$as_echo "no" >&6; }
2178fi
2179
2180
2181fi
2182if test -z "$ac_cv_prog_STRIP"; then
2183 ac_ct_STRIP=$STRIP
2184 # Extract the first word of "strip", so it can be a program name with args.
2185set dummy strip; ac_word=$2
2186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2187$as_echo_n "checking for $ac_word... " >&6; }
2188if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2189 $as_echo_n "(cached) " >&6
2190else
2191 if test -n "$ac_ct_STRIP"; then
2192 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2193else
2194as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2195for as_dir in $PATH
2196do
2197 IFS=$as_save_IFS
2198 test -z "$as_dir" && as_dir=.
2199 for ac_exec_ext in '' $ac_executable_extensions; do
2200 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2201 ac_cv_prog_ac_ct_STRIP="strip"
2202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2203 break 2
2204 fi
2205done
2206 done
2207IFS=$as_save_IFS
2208
2209fi
2210fi
2211ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2212if test -n "$ac_ct_STRIP"; then
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2214$as_echo "$ac_ct_STRIP" >&6; }
2215else
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2217$as_echo "no" >&6; }
2218fi
2219
2220 if test "x$ac_ct_STRIP" = x; then
2221 STRIP=":"
2222 else
2223 case $cross_compiling:$ac_tool_warned in
2224yes:)
2225{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2226$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2227ac_tool_warned=yes ;;
2228esac
2229 STRIP=$ac_ct_STRIP
2230 fi
2231else
2232 STRIP="$ac_cv_prog_STRIP"
2233fi
2234
2235fi
2236INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2237
2238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2239$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2240if test -z "$MKDIR_P"; then
2241 if ${ac_cv_path_mkdir+:} false; then :
2242 $as_echo_n "(cached) " >&6
2243else
2244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2245for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2246do
2247 IFS=$as_save_IFS
2248 test -z "$as_dir" && as_dir=.
2249 for ac_prog in mkdir gmkdir; do
2250 for ac_exec_ext in '' $ac_executable_extensions; do
2251 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2252 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2253 'mkdir (GNU coreutils) '* | \
2254 'mkdir (coreutils) '* | \
2255 'mkdir (fileutils) '4.1*)
2256 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2257 break 3;;
2258 esac
2259 done
2260 done
2261 done
2262IFS=$as_save_IFS
2263
2264fi
2265
2266 test -d ./--version && rmdir ./--version
2267 if test "${ac_cv_path_mkdir+set}" = set; then
2268 MKDIR_P="$ac_cv_path_mkdir -p"
2269 else
2270 # As a last resort, use the slow shell script. Don't cache a
2271 # value for MKDIR_P within a source directory, because that will
2272 # break other packages using the cache if that directory is
2273 # removed, or if the value is a relative name.
2274 MKDIR_P="$ac_install_sh -d"
2275 fi
2276fi
2277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2278$as_echo "$MKDIR_P" >&6; }
2279
2280for ac_prog in gawk mawk nawk awk
2281do
2282 # Extract the first word of "$ac_prog", so it can be a program name with args.
2283set dummy $ac_prog; ac_word=$2
2284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2285$as_echo_n "checking for $ac_word... " >&6; }
2286if ${ac_cv_prog_AWK+:} false; then :
2287 $as_echo_n "(cached) " >&6
2288else
2289 if test -n "$AWK"; then
2290 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2291else
2292as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2293for as_dir in $PATH
2294do
2295 IFS=$as_save_IFS
2296 test -z "$as_dir" && as_dir=.
2297 for ac_exec_ext in '' $ac_executable_extensions; do
2298 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2299 ac_cv_prog_AWK="$ac_prog"
2300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2301 break 2
2302 fi
2303done
2304 done
2305IFS=$as_save_IFS
2306
2307fi
2308fi
2309AWK=$ac_cv_prog_AWK
2310if test -n "$AWK"; then
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2312$as_echo "$AWK" >&6; }
2313else
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2315$as_echo "no" >&6; }
2316fi
2317
2318
2319 test -n "$AWK" && break
2320done
2321
2322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2323$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2324set x ${MAKE-make}
2325ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2326if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2327 $as_echo_n "(cached) " >&6
2328else
2329 cat >conftest.make <<\_ACEOF
2330SHELL = /bin/sh
2331all:
2332 @echo '@@@%%%=$(MAKE)=@@@%%%'
2333_ACEOF
2334# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2335case `${MAKE-make} -f conftest.make 2>/dev/null` in
2336 *@@@%%%=?*=@@@%%%*)
2337 eval ac_cv_prog_make_${ac_make}_set=yes;;
2338 *)
2339 eval ac_cv_prog_make_${ac_make}_set=no;;
2340esac
2341rm -f conftest.make
2342fi
2343if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2345$as_echo "yes" >&6; }
2346 SET_MAKE=
2347else
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2349$as_echo "no" >&6; }
2350 SET_MAKE="MAKE=${MAKE-make}"
2351fi
2352
2353rm -rf .tst 2>/dev/null
2354mkdir .tst 2>/dev/null
2355if test -d .tst; then
2356 am__leading_dot=.
2357else
2358 am__leading_dot=_
2359fi
2360rmdir .tst 2>/dev/null
2361
2362# Check whether --enable-silent-rules was given.
2363if test "${enable_silent_rules+set}" = set; then :
2364 enableval=$enable_silent_rules;
2365fi
2366
2367case $enable_silent_rules in # (((
2368 yes) AM_DEFAULT_VERBOSITY=0;;
2369 no) AM_DEFAULT_VERBOSITY=1;;
2370 *) AM_DEFAULT_VERBOSITY=1;;
2371esac
2372am_make=${MAKE-make}
2373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2374$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2375if ${am_cv_make_support_nested_variables+:} false; then :
2376 $as_echo_n "(cached) " >&6
2377else
2378 if $as_echo 'TRUE=$(BAR$(V))
2379BAR0=false
2380BAR1=true
2381V=1
2382am__doit:
2383 @$(TRUE)
2384.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2385 am_cv_make_support_nested_variables=yes
2386else
2387 am_cv_make_support_nested_variables=no
2388fi
2389fi
2390{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2391$as_echo "$am_cv_make_support_nested_variables" >&6; }
2392if test $am_cv_make_support_nested_variables = yes; then
2393 AM_V='$(V)'
2394 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2395else
2396 AM_V=$AM_DEFAULT_VERBOSITY
2397 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2398fi
2399AM_BACKSLASH='\'
2400
2401if test "`cd $srcdir && pwd`" != "`pwd`"; then
2402 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2403 # is not polluted with repeated "-I."
2404 am__isrc=' -I$(srcdir)'
2405 # test to see if srcdir already configured
2406 if test -f $srcdir/config.status; then
2407 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2408 fi
2409fi
2410
2411# test whether we have cygpath
2412if test -z "$CYGPATH_W"; then
2413 if (cygpath --version) >/dev/null 2>/dev/null; then
2414 CYGPATH_W='cygpath -w'
2415 else
2416 CYGPATH_W=echo
2417 fi
2418fi
2419
2420
2421# Define the identity of the package.
2422 PACKAGE='ndn-cpp'
2423 VERSION='0.5'
2424
2425
2426# Some tools Automake needs.
2427
2428ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2429
2430
2431AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2432
2433
2434AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2435
2436
2437AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2438
2439
2440MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2441
2442# For better backward compatibility. To be removed once Automake 1.9.x
2443# dies out for good. For more background, see:
2444# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2445# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2446mkdir_p='$(MKDIR_P)'
2447
2448# We need awk for the "check" target. The system "awk" is bad on
2449# some platforms.
2450# Always define AMTAR for backward compatibility. Yes, it's still used
2451# in the wild :-( We should find a proper way to deprecate it ...
2452AMTAR='$${TAR-tar}'
2453
2454
2455# We'll loop over all known methods to create a tar archive until one works.
2456_am_tools='gnutar pax cpio none'
2457
2458am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2459
2460
2461
2462
2463
2464
2465
2466ac_config_headers="$ac_config_headers config.h"
2467
2468ac_ext=cpp
2469ac_cpp='$CXXCPP $CPPFLAGS'
2470ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2471ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2472ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2473if test -z "$CXX"; then
2474 if test -n "$CCC"; then
2475 CXX=$CCC
2476 else
2477 if test -n "$ac_tool_prefix"; then
2478 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2479 do
2480 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2481set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2483$as_echo_n "checking for $ac_word... " >&6; }
2484if ${ac_cv_prog_CXX+:} false; then :
2485 $as_echo_n "(cached) " >&6
2486else
2487 if test -n "$CXX"; then
2488 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2489else
2490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2491for as_dir in $PATH
2492do
2493 IFS=$as_save_IFS
2494 test -z "$as_dir" && as_dir=.
2495 for ac_exec_ext in '' $ac_executable_extensions; do
2496 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2497 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2499 break 2
2500 fi
2501done
2502 done
2503IFS=$as_save_IFS
2504
2505fi
2506fi
2507CXX=$ac_cv_prog_CXX
2508if test -n "$CXX"; then
2509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2510$as_echo "$CXX" >&6; }
2511else
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2513$as_echo "no" >&6; }
2514fi
2515
2516
2517 test -n "$CXX" && break
2518 done
2519fi
2520if test -z "$CXX"; then
2521 ac_ct_CXX=$CXX
2522 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2523do
2524 # Extract the first word of "$ac_prog", so it can be a program name with args.
2525set dummy $ac_prog; ac_word=$2
2526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2527$as_echo_n "checking for $ac_word... " >&6; }
2528if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2529 $as_echo_n "(cached) " >&6
2530else
2531 if test -n "$ac_ct_CXX"; then
2532 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2533else
2534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2535for as_dir in $PATH
2536do
2537 IFS=$as_save_IFS
2538 test -z "$as_dir" && as_dir=.
2539 for ac_exec_ext in '' $ac_executable_extensions; do
2540 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2541 ac_cv_prog_ac_ct_CXX="$ac_prog"
2542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2543 break 2
2544 fi
2545done
2546 done
2547IFS=$as_save_IFS
2548
2549fi
2550fi
2551ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2552if test -n "$ac_ct_CXX"; then
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2554$as_echo "$ac_ct_CXX" >&6; }
2555else
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2557$as_echo "no" >&6; }
2558fi
2559
2560
2561 test -n "$ac_ct_CXX" && break
2562done
2563
2564 if test "x$ac_ct_CXX" = x; then
2565 CXX="g++"
2566 else
2567 case $cross_compiling:$ac_tool_warned in
2568yes:)
2569{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2570$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2571ac_tool_warned=yes ;;
2572esac
2573 CXX=$ac_ct_CXX
2574 fi
2575fi
2576
2577 fi
2578fi
2579# Provide some information about the compiler.
2580$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
2581set X $ac_compile
2582ac_compiler=$2
2583for ac_option in --version -v -V -qversion; do
2584 { { ac_try="$ac_compiler $ac_option >&5"
2585case "(($ac_try" in
2586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2587 *) ac_try_echo=$ac_try;;
2588esac
2589eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2590$as_echo "$ac_try_echo"; } >&5
2591 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2592 ac_status=$?
2593 if test -s conftest.err; then
2594 sed '10a\
2595... rest of stderr output deleted ...
2596 10q' conftest.err >conftest.er1
2597 cat conftest.er1 >&5
2598 fi
2599 rm -f conftest.er1 conftest.err
2600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2601 test $ac_status = 0; }
2602done
2603
2604cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2605/* end confdefs.h. */
2606
2607int
2608main ()
2609{
2610
2611 ;
2612 return 0;
2613}
2614_ACEOF
2615ac_clean_files_save=$ac_clean_files
2616ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2617# Try to create an executable without -o first, disregard a.out.
2618# It will help us diagnose broken compilers, and finding out an intuition
2619# of exeext.
2620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
2621$as_echo_n "checking whether the C++ compiler works... " >&6; }
2622ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2623
2624# The possible output files:
2625ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2626
2627ac_rmfiles=
2628for ac_file in $ac_files
2629do
2630 case $ac_file in
2631 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2632 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2633 esac
2634done
2635rm -f $ac_rmfiles
2636
2637if { { ac_try="$ac_link_default"
2638case "(($ac_try" in
2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;;
2641esac
2642eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2643$as_echo "$ac_try_echo"; } >&5
2644 (eval "$ac_link_default") 2>&5
2645 ac_status=$?
2646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2647 test $ac_status = 0; }; then :
2648 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2649# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2650# in a Makefile. We should not override ac_cv_exeext if it was cached,
2651# so that the user can short-circuit this test for compilers unknown to
2652# Autoconf.
2653for ac_file in $ac_files ''
2654do
2655 test -f "$ac_file" || continue
2656 case $ac_file in
2657 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2658 ;;
2659 [ab].out )
2660 # We found the default executable, but exeext='' is most
2661 # certainly right.
2662 break;;
2663 *.* )
2664 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2665 then :; else
2666 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2667 fi
2668 # We set ac_cv_exeext here because the later test for it is not
2669 # safe: cross compilers may not add the suffix if given an `-o'
2670 # argument, so we may need to know it at that point already.
2671 # Even if this section looks crufty: it has the advantage of
2672 # actually working.
2673 break;;
2674 * )
2675 break;;
2676 esac
2677done
2678test "$ac_cv_exeext" = no && ac_cv_exeext=
2679
2680else
2681 ac_file=''
2682fi
2683if test -z "$ac_file"; then :
2684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2685$as_echo "no" >&6; }
2686$as_echo "$as_me: failed program was:" >&5
2687sed 's/^/| /' conftest.$ac_ext >&5
2688
2689{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2690$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2691as_fn_error 77 "C++ compiler cannot create executables
2692See \`config.log' for more details" "$LINENO" 5; }
2693else
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2695$as_echo "yes" >&6; }
2696fi
2697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
2698$as_echo_n "checking for C++ compiler default output file name... " >&6; }
2699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2700$as_echo "$ac_file" >&6; }
2701ac_exeext=$ac_cv_exeext
2702
2703rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2704ac_clean_files=$ac_clean_files_save
2705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2706$as_echo_n "checking for suffix of executables... " >&6; }
2707if { { ac_try="$ac_link"
2708case "(($ac_try" in
2709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2710 *) ac_try_echo=$ac_try;;
2711esac
2712eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2713$as_echo "$ac_try_echo"; } >&5
2714 (eval "$ac_link") 2>&5
2715 ac_status=$?
2716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2717 test $ac_status = 0; }; then :
2718 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2719# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2720# work properly (i.e., refer to `conftest.exe'), while it won't with
2721# `rm'.
2722for ac_file in conftest.exe conftest conftest.*; do
2723 test -f "$ac_file" || continue
2724 case $ac_file in
2725 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2726 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2727 break;;
2728 * ) break;;
2729 esac
2730done
2731else
2732 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2733$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2734as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2735See \`config.log' for more details" "$LINENO" 5; }
2736fi
2737rm -f conftest conftest$ac_cv_exeext
2738{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2739$as_echo "$ac_cv_exeext" >&6; }
2740
2741rm -f conftest.$ac_ext
2742EXEEXT=$ac_cv_exeext
2743ac_exeext=$EXEEXT
2744cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2745/* end confdefs.h. */
2746#include <stdio.h>
2747int
2748main ()
2749{
2750FILE *f = fopen ("conftest.out", "w");
2751 return ferror (f) || fclose (f) != 0;
2752
2753 ;
2754 return 0;
2755}
2756_ACEOF
2757ac_clean_files="$ac_clean_files conftest.out"
2758# Check that the compiler produces executables we can run. If not, either
2759# the compiler is broken, or we cross compile.
2760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2761$as_echo_n "checking whether we are cross compiling... " >&6; }
2762if test "$cross_compiling" != yes; then
2763 { { ac_try="$ac_link"
2764case "(($ac_try" in
2765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2766 *) ac_try_echo=$ac_try;;
2767esac
2768eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2769$as_echo "$ac_try_echo"; } >&5
2770 (eval "$ac_link") 2>&5
2771 ac_status=$?
2772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2773 test $ac_status = 0; }
2774 if { ac_try='./conftest$ac_cv_exeext'
2775 { { case "(($ac_try" in
2776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2777 *) ac_try_echo=$ac_try;;
2778esac
2779eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2780$as_echo "$ac_try_echo"; } >&5
2781 (eval "$ac_try") 2>&5
2782 ac_status=$?
2783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2784 test $ac_status = 0; }; }; then
2785 cross_compiling=no
2786 else
2787 if test "$cross_compiling" = maybe; then
2788 cross_compiling=yes
2789 else
2790 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2791$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2792as_fn_error $? "cannot run C++ compiled programs.
2793If you meant to cross compile, use \`--host'.
2794See \`config.log' for more details" "$LINENO" 5; }
2795 fi
2796 fi
2797fi
2798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2799$as_echo "$cross_compiling" >&6; }
2800
2801rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2802ac_clean_files=$ac_clean_files_save
2803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2804$as_echo_n "checking for suffix of object files... " >&6; }
2805if ${ac_cv_objext+:} false; then :
2806 $as_echo_n "(cached) " >&6
2807else
2808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2809/* end confdefs.h. */
2810
2811int
2812main ()
2813{
2814
2815 ;
2816 return 0;
2817}
2818_ACEOF
2819rm -f conftest.o conftest.obj
2820if { { ac_try="$ac_compile"
2821case "(($ac_try" in
2822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2823 *) ac_try_echo=$ac_try;;
2824esac
2825eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2826$as_echo "$ac_try_echo"; } >&5
2827 (eval "$ac_compile") 2>&5
2828 ac_status=$?
2829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2830 test $ac_status = 0; }; then :
2831 for ac_file in conftest.o conftest.obj conftest.*; do
2832 test -f "$ac_file" || continue;
2833 case $ac_file in
2834 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2835 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2836 break;;
2837 esac
2838done
2839else
2840 $as_echo "$as_me: failed program was:" >&5
2841sed 's/^/| /' conftest.$ac_ext >&5
2842
2843{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2844$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2845as_fn_error $? "cannot compute suffix of object files: cannot compile
2846See \`config.log' for more details" "$LINENO" 5; }
2847fi
2848rm -f conftest.$ac_cv_objext conftest.$ac_ext
2849fi
2850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2851$as_echo "$ac_cv_objext" >&6; }
2852OBJEXT=$ac_cv_objext
2853ac_objext=$OBJEXT
2854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2855$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2856if ${ac_cv_cxx_compiler_gnu+:} false; then :
2857 $as_echo_n "(cached) " >&6
2858else
2859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2860/* end confdefs.h. */
2861
2862int
2863main ()
2864{
2865#ifndef __GNUC__
2866 choke me
2867#endif
2868
2869 ;
2870 return 0;
2871}
2872_ACEOF
2873if ac_fn_cxx_try_compile "$LINENO"; then :
2874 ac_compiler_gnu=yes
2875else
2876 ac_compiler_gnu=no
2877fi
2878rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2879ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2880
2881fi
2882{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
2883$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
2884if test $ac_compiler_gnu = yes; then
2885 GXX=yes
2886else
2887 GXX=
2888fi
2889ac_test_CXXFLAGS=${CXXFLAGS+set}
2890ac_save_CXXFLAGS=$CXXFLAGS
2891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
2892$as_echo_n "checking whether $CXX accepts -g... " >&6; }
2893if ${ac_cv_prog_cxx_g+:} false; then :
2894 $as_echo_n "(cached) " >&6
2895else
2896 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
2897 ac_cxx_werror_flag=yes
2898 ac_cv_prog_cxx_g=no
2899 CXXFLAGS="-g"
2900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2901/* end confdefs.h. */
2902
2903int
2904main ()
2905{
2906
2907 ;
2908 return 0;
2909}
2910_ACEOF
2911if ac_fn_cxx_try_compile "$LINENO"; then :
2912 ac_cv_prog_cxx_g=yes
2913else
2914 CXXFLAGS=""
2915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2916/* end confdefs.h. */
2917
2918int
2919main ()
2920{
2921
2922 ;
2923 return 0;
2924}
2925_ACEOF
2926if ac_fn_cxx_try_compile "$LINENO"; then :
2927
2928else
2929 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
2930 CXXFLAGS="-g"
2931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2932/* end confdefs.h. */
2933
2934int
2935main ()
2936{
2937
2938 ;
2939 return 0;
2940}
2941_ACEOF
2942if ac_fn_cxx_try_compile "$LINENO"; then :
2943 ac_cv_prog_cxx_g=yes
2944fi
2945rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2946fi
2947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2948fi
2949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2950 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
2951fi
2952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
2953$as_echo "$ac_cv_prog_cxx_g" >&6; }
2954if test "$ac_test_CXXFLAGS" = set; then
2955 CXXFLAGS=$ac_save_CXXFLAGS
2956elif test $ac_cv_prog_cxx_g = yes; then
2957 if test "$GXX" = yes; then
2958 CXXFLAGS="-g -O2"
2959 else
2960 CXXFLAGS="-g"
2961 fi
2962else
2963 if test "$GXX" = yes; then
2964 CXXFLAGS="-O2"
2965 else
2966 CXXFLAGS=
2967 fi
2968fi
2969ac_ext=c
2970ac_cpp='$CPP $CPPFLAGS'
2971ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2972ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2973ac_compiler_gnu=$ac_cv_c_compiler_gnu
2974DEPDIR="${am__leading_dot}deps"
2975
2976ac_config_commands="$ac_config_commands depfiles"
2977
2978
2979am_make=${MAKE-make}
2980cat > confinc << 'END'
2981am__doit:
2982 @echo this is the am__doit target
2983.PHONY: am__doit
2984END
2985# If we don't find an include directive, just comment out the code.
2986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2987$as_echo_n "checking for style of include used by $am_make... " >&6; }
2988am__include="#"
2989am__quote=
2990_am_result=none
2991# First try GNU make style include.
2992echo "include confinc" > confmf
2993# Ignore all kinds of additional output from 'make'.
2994case `$am_make -s -f confmf 2> /dev/null` in #(
2995*the\ am__doit\ target*)
2996 am__include=include
2997 am__quote=
2998 _am_result=GNU
2999 ;;
3000esac
3001# Now try BSD make style include.
3002if test "$am__include" = "#"; then
3003 echo '.include "confinc"' > confmf
3004 case `$am_make -s -f confmf 2> /dev/null` in #(
3005 *the\ am__doit\ target*)
3006 am__include=.include
3007 am__quote="\""
3008 _am_result=BSD
3009 ;;
3010 esac
3011fi
3012
3013
3014{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3015$as_echo "$_am_result" >&6; }
3016rm -f confinc confmf
3017
3018# Check whether --enable-dependency-tracking was given.
3019if test "${enable_dependency_tracking+set}" = set; then :
3020 enableval=$enable_dependency_tracking;
3021fi
3022
3023if test "x$enable_dependency_tracking" != xno; then
3024 am_depcomp="$ac_aux_dir/depcomp"
3025 AMDEPBACKSLASH='\'
3026 am__nodep='_no'
3027fi
3028 if test "x$enable_dependency_tracking" != xno; then
3029 AMDEP_TRUE=
3030 AMDEP_FALSE='#'
3031else
3032 AMDEP_TRUE='#'
3033 AMDEP_FALSE=
3034fi
3035
3036
3037
3038depcc="$CXX" am_compiler_list=
3039
3040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3041$as_echo_n "checking dependency style of $depcc... " >&6; }
3042if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
3043 $as_echo_n "(cached) " >&6
3044else
3045 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3046 # We make a subdir and do the tests there. Otherwise we can end up
3047 # making bogus files that we don't know about and never remove. For
3048 # instance it was reported that on HP-UX the gcc test will end up
3049 # making a dummy file named 'D' -- because '-MD' means "put the output
3050 # in D".
3051 rm -rf conftest.dir
3052 mkdir conftest.dir
3053 # Copy depcomp to subdir because otherwise we won't find it if we're
3054 # using a relative directory.
3055 cp "$am_depcomp" conftest.dir
3056 cd conftest.dir
3057 # We will build objects and dependencies in a subdirectory because
3058 # it helps to detect inapplicable dependency modes. For instance
3059 # both Tru64's cc and ICC support -MD to output dependencies as a
3060 # side effect of compilation, but ICC will put the dependencies in
3061 # the current directory while Tru64 will put them in the object
3062 # directory.
3063 mkdir sub
3064
3065 am_cv_CXX_dependencies_compiler_type=none
3066 if test "$am_compiler_list" = ""; then
3067 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3068 fi
3069 am__universal=false
3070 case " $depcc " in #(
3071 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3072 esac
3073
3074 for depmode in $am_compiler_list; do
3075 # Setup a source with many dependencies, because some compilers
3076 # like to wrap large dependency lists on column 80 (with \), and
3077 # we should not choose a depcomp mode which is confused by this.
3078 #
3079 # We need to recreate these files for each test, as the compiler may
3080 # overwrite some of them when testing with obscure command lines.
3081 # This happens at least with the AIX C compiler.
3082 : > sub/conftest.c
3083 for i in 1 2 3 4 5 6; do
3084 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3085 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3086 # Solaris 10 /bin/sh.
3087 echo '/* dummy */' > sub/conftst$i.h
3088 done
3089 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3090
3091 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3092 # mode. It turns out that the SunPro C++ compiler does not properly
3093 # handle '-M -o', and we need to detect this. Also, some Intel
3094 # versions had trouble with output in subdirs.
3095 am__obj=sub/conftest.${OBJEXT-o}
3096 am__minus_obj="-o $am__obj"
3097 case $depmode in
3098 gcc)
3099 # This depmode causes a compiler race in universal mode.
3100 test "$am__universal" = false || continue
3101 ;;
3102 nosideeffect)
3103 # After this tag, mechanisms are not by side-effect, so they'll
3104 # only be used when explicitly requested.
3105 if test "x$enable_dependency_tracking" = xyes; then
3106 continue
3107 else
3108 break
3109 fi
3110 ;;
3111 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3112 # This compiler won't grok '-c -o', but also, the minuso test has
3113 # not run yet. These depmodes are late enough in the game, and
3114 # so weak that their functioning should not be impacted.
3115 am__obj=conftest.${OBJEXT-o}
3116 am__minus_obj=
3117 ;;
3118 none) break ;;
3119 esac
3120 if depmode=$depmode \
3121 source=sub/conftest.c object=$am__obj \
3122 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3123 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3124 >/dev/null 2>conftest.err &&
3125 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3126 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3127 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3128 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3129 # icc doesn't choke on unknown options, it will just issue warnings
3130 # or remarks (even with -Werror). So we grep stderr for any message
3131 # that says an option was ignored or not supported.
3132 # When given -MP, icc 7.0 and 7.1 complain thusly:
3133 # icc: Command line warning: ignoring option '-M'; no argument required
3134 # The diagnosis changed in icc 8.0:
3135 # icc: Command line remark: option '-MP' not supported
3136 if (grep 'ignoring option' conftest.err ||
3137 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3138 am_cv_CXX_dependencies_compiler_type=$depmode
3139 break
3140 fi
3141 fi
3142 done
3143
3144 cd ..
3145 rm -rf conftest.dir
3146else
3147 am_cv_CXX_dependencies_compiler_type=none
3148fi
3149
3150fi
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
3152$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
3153CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3154
3155 if
3156 test "x$enable_dependency_tracking" != xno \
3157 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
3158 am__fastdepCXX_TRUE=
3159 am__fastdepCXX_FALSE='#'
3160else
3161 am__fastdepCXX_TRUE='#'
3162 am__fastdepCXX_FALSE=
3163fi
3164
3165
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003166if test -n "$ac_tool_prefix"; then
3167 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3168set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3170$as_echo_n "checking for $ac_word... " >&6; }
3171if ${ac_cv_prog_RANLIB+:} false; then :
Jeff Thompson36174062013-06-21 16:03:44 -07003172 $as_echo_n "(cached) " >&6
3173else
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003174 if test -n "$RANLIB"; then
3175 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3176else
3177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3178for as_dir in $PATH
3179do
3180 IFS=$as_save_IFS
3181 test -z "$as_dir" && as_dir=.
3182 for ac_exec_ext in '' $ac_executable_extensions; do
3183 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3184 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3186 break 2
3187 fi
3188done
3189 done
3190IFS=$as_save_IFS
Jeff Thompson36174062013-06-21 16:03:44 -07003191
3192fi
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003193fi
3194RANLIB=$ac_cv_prog_RANLIB
3195if test -n "$RANLIB"; then
3196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3197$as_echo "$RANLIB" >&6; }
3198else
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3200$as_echo "no" >&6; }
3201fi
Jeff Thompson36174062013-06-21 16:03:44 -07003202
3203
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003204fi
3205if test -z "$ac_cv_prog_RANLIB"; then
3206 ac_ct_RANLIB=$RANLIB
3207 # Extract the first word of "ranlib", so it can be a program name with args.
3208set dummy ranlib; ac_word=$2
3209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3210$as_echo_n "checking for $ac_word... " >&6; }
3211if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
Jeff Thompson36174062013-06-21 16:03:44 -07003212 $as_echo_n "(cached) " >&6
3213else
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003214 if test -n "$ac_ct_RANLIB"; then
3215 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
Jeff Thompson36174062013-06-21 16:03:44 -07003216else
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003217as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3218for as_dir in $PATH
3219do
3220 IFS=$as_save_IFS
3221 test -z "$as_dir" && as_dir=.
3222 for ac_exec_ext in '' $ac_executable_extensions; do
3223 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3224 ac_cv_prog_ac_ct_RANLIB="ranlib"
3225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3226 break 2
3227 fi
3228done
3229 done
3230IFS=$as_save_IFS
Jeff Thompson36174062013-06-21 16:03:44 -07003231
3232fi
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003233fi
3234ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3235if test -n "$ac_ct_RANLIB"; then
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3237$as_echo "$ac_ct_RANLIB" >&6; }
Jeff Thompson36174062013-06-21 16:03:44 -07003238else
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3240$as_echo "no" >&6; }
Jeff Thompson36174062013-06-21 16:03:44 -07003241fi
3242
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003243 if test "x$ac_ct_RANLIB" = x; then
3244 RANLIB=":"
3245 else
3246 case $cross_compiling:$ac_tool_warned in
3247yes:)
3248{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3249$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3250ac_tool_warned=yes ;;
Jeff Thompson36174062013-06-21 16:03:44 -07003251esac
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003252 RANLIB=$ac_ct_RANLIB
3253 fi
3254else
3255 RANLIB="$ac_cv_prog_RANLIB"
3256fi
Jeff Thompson36174062013-06-21 16:03:44 -07003257
3258ac_ext=c
3259ac_cpp='$CPP $CPPFLAGS'
3260ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3261ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3262ac_compiler_gnu=$ac_cv_c_compiler_gnu
3263if test -n "$ac_tool_prefix"; then
3264 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3265set dummy ${ac_tool_prefix}gcc; ac_word=$2
3266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3267$as_echo_n "checking for $ac_word... " >&6; }
3268if ${ac_cv_prog_CC+:} false; then :
3269 $as_echo_n "(cached) " >&6
3270else
3271 if test -n "$CC"; then
3272 ac_cv_prog_CC="$CC" # Let the user override the test.
3273else
3274as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3275for as_dir in $PATH
3276do
3277 IFS=$as_save_IFS
3278 test -z "$as_dir" && as_dir=.
3279 for ac_exec_ext in '' $ac_executable_extensions; do
3280 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3281 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3283 break 2
3284 fi
3285done
3286 done
3287IFS=$as_save_IFS
3288
3289fi
3290fi
3291CC=$ac_cv_prog_CC
3292if test -n "$CC"; then
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3294$as_echo "$CC" >&6; }
3295else
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3297$as_echo "no" >&6; }
3298fi
3299
3300
3301fi
3302if test -z "$ac_cv_prog_CC"; then
3303 ac_ct_CC=$CC
3304 # Extract the first word of "gcc", so it can be a program name with args.
3305set dummy gcc; ac_word=$2
3306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3307$as_echo_n "checking for $ac_word... " >&6; }
3308if ${ac_cv_prog_ac_ct_CC+:} false; then :
3309 $as_echo_n "(cached) " >&6
3310else
3311 if test -n "$ac_ct_CC"; then
3312 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3313else
3314as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3315for as_dir in $PATH
3316do
3317 IFS=$as_save_IFS
3318 test -z "$as_dir" && as_dir=.
3319 for ac_exec_ext in '' $ac_executable_extensions; do
3320 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3321 ac_cv_prog_ac_ct_CC="gcc"
3322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3323 break 2
3324 fi
3325done
3326 done
3327IFS=$as_save_IFS
3328
3329fi
3330fi
3331ac_ct_CC=$ac_cv_prog_ac_ct_CC
3332if test -n "$ac_ct_CC"; then
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3334$as_echo "$ac_ct_CC" >&6; }
3335else
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3337$as_echo "no" >&6; }
3338fi
3339
3340 if test "x$ac_ct_CC" = x; then
3341 CC=""
3342 else
3343 case $cross_compiling:$ac_tool_warned in
3344yes:)
3345{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3346$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3347ac_tool_warned=yes ;;
3348esac
3349 CC=$ac_ct_CC
3350 fi
3351else
3352 CC="$ac_cv_prog_CC"
3353fi
3354
3355if test -z "$CC"; then
3356 if test -n "$ac_tool_prefix"; then
3357 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3358set dummy ${ac_tool_prefix}cc; ac_word=$2
3359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3360$as_echo_n "checking for $ac_word... " >&6; }
3361if ${ac_cv_prog_CC+:} false; then :
3362 $as_echo_n "(cached) " >&6
3363else
3364 if test -n "$CC"; then
3365 ac_cv_prog_CC="$CC" # Let the user override the test.
3366else
3367as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3368for as_dir in $PATH
3369do
3370 IFS=$as_save_IFS
3371 test -z "$as_dir" && as_dir=.
3372 for ac_exec_ext in '' $ac_executable_extensions; do
3373 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3374 ac_cv_prog_CC="${ac_tool_prefix}cc"
3375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3376 break 2
3377 fi
3378done
3379 done
3380IFS=$as_save_IFS
3381
3382fi
3383fi
3384CC=$ac_cv_prog_CC
3385if test -n "$CC"; then
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3387$as_echo "$CC" >&6; }
3388else
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3390$as_echo "no" >&6; }
3391fi
3392
3393
3394 fi
3395fi
3396if test -z "$CC"; then
3397 # Extract the first word of "cc", so it can be a program name with args.
3398set dummy cc; ac_word=$2
3399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3400$as_echo_n "checking for $ac_word... " >&6; }
3401if ${ac_cv_prog_CC+:} false; then :
3402 $as_echo_n "(cached) " >&6
3403else
3404 if test -n "$CC"; then
3405 ac_cv_prog_CC="$CC" # Let the user override the test.
3406else
3407 ac_prog_rejected=no
3408as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3409for as_dir in $PATH
3410do
3411 IFS=$as_save_IFS
3412 test -z "$as_dir" && as_dir=.
3413 for ac_exec_ext in '' $ac_executable_extensions; do
3414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3415 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3416 ac_prog_rejected=yes
3417 continue
3418 fi
3419 ac_cv_prog_CC="cc"
3420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3421 break 2
3422 fi
3423done
3424 done
3425IFS=$as_save_IFS
3426
3427if test $ac_prog_rejected = yes; then
3428 # We found a bogon in the path, so make sure we never use it.
3429 set dummy $ac_cv_prog_CC
3430 shift
3431 if test $# != 0; then
3432 # We chose a different compiler from the bogus one.
3433 # However, it has the same basename, so the bogon will be chosen
3434 # first if we set CC to just the basename; use the full file name.
3435 shift
3436 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3437 fi
3438fi
3439fi
3440fi
3441CC=$ac_cv_prog_CC
3442if test -n "$CC"; then
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3444$as_echo "$CC" >&6; }
3445else
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3447$as_echo "no" >&6; }
3448fi
3449
3450
3451fi
3452if test -z "$CC"; then
3453 if test -n "$ac_tool_prefix"; then
3454 for ac_prog in cl.exe
3455 do
3456 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3457set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3459$as_echo_n "checking for $ac_word... " >&6; }
3460if ${ac_cv_prog_CC+:} false; then :
3461 $as_echo_n "(cached) " >&6
3462else
3463 if test -n "$CC"; then
3464 ac_cv_prog_CC="$CC" # Let the user override the test.
3465else
3466as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3467for as_dir in $PATH
3468do
3469 IFS=$as_save_IFS
3470 test -z "$as_dir" && as_dir=.
3471 for ac_exec_ext in '' $ac_executable_extensions; do
3472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3473 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3475 break 2
3476 fi
3477done
3478 done
3479IFS=$as_save_IFS
3480
3481fi
3482fi
3483CC=$ac_cv_prog_CC
3484if test -n "$CC"; then
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3486$as_echo "$CC" >&6; }
3487else
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3489$as_echo "no" >&6; }
3490fi
3491
3492
3493 test -n "$CC" && break
3494 done
3495fi
3496if test -z "$CC"; then
3497 ac_ct_CC=$CC
3498 for ac_prog in cl.exe
3499do
3500 # Extract the first word of "$ac_prog", so it can be a program name with args.
3501set dummy $ac_prog; ac_word=$2
3502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3503$as_echo_n "checking for $ac_word... " >&6; }
3504if ${ac_cv_prog_ac_ct_CC+:} false; then :
3505 $as_echo_n "(cached) " >&6
3506else
3507 if test -n "$ac_ct_CC"; then
3508 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3509else
3510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3511for as_dir in $PATH
3512do
3513 IFS=$as_save_IFS
3514 test -z "$as_dir" && as_dir=.
3515 for ac_exec_ext in '' $ac_executable_extensions; do
3516 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3517 ac_cv_prog_ac_ct_CC="$ac_prog"
3518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3519 break 2
3520 fi
3521done
3522 done
3523IFS=$as_save_IFS
3524
3525fi
3526fi
3527ac_ct_CC=$ac_cv_prog_ac_ct_CC
3528if test -n "$ac_ct_CC"; then
3529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3530$as_echo "$ac_ct_CC" >&6; }
3531else
3532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3533$as_echo "no" >&6; }
3534fi
3535
3536
3537 test -n "$ac_ct_CC" && break
3538done
3539
3540 if test "x$ac_ct_CC" = x; then
3541 CC=""
3542 else
3543 case $cross_compiling:$ac_tool_warned in
3544yes:)
3545{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3546$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3547ac_tool_warned=yes ;;
3548esac
3549 CC=$ac_ct_CC
3550 fi
3551fi
3552
3553fi
3554
3555
3556test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3557$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3558as_fn_error $? "no acceptable C compiler found in \$PATH
3559See \`config.log' for more details" "$LINENO" 5; }
3560
3561# Provide some information about the compiler.
3562$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3563set X $ac_compile
3564ac_compiler=$2
3565for ac_option in --version -v -V -qversion; do
3566 { { ac_try="$ac_compiler $ac_option >&5"
3567case "(($ac_try" in
3568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3569 *) ac_try_echo=$ac_try;;
3570esac
3571eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3572$as_echo "$ac_try_echo"; } >&5
3573 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3574 ac_status=$?
3575 if test -s conftest.err; then
3576 sed '10a\
3577... rest of stderr output deleted ...
3578 10q' conftest.err >conftest.er1
3579 cat conftest.er1 >&5
3580 fi
3581 rm -f conftest.er1 conftest.err
3582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3583 test $ac_status = 0; }
3584done
3585
3586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3587$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3588if ${ac_cv_c_compiler_gnu+:} false; then :
3589 $as_echo_n "(cached) " >&6
3590else
3591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3592/* end confdefs.h. */
3593
3594int
3595main ()
3596{
3597#ifndef __GNUC__
3598 choke me
3599#endif
3600
3601 ;
3602 return 0;
3603}
3604_ACEOF
3605if ac_fn_c_try_compile "$LINENO"; then :
3606 ac_compiler_gnu=yes
3607else
3608 ac_compiler_gnu=no
3609fi
3610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3611ac_cv_c_compiler_gnu=$ac_compiler_gnu
3612
3613fi
3614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3615$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3616if test $ac_compiler_gnu = yes; then
3617 GCC=yes
3618else
3619 GCC=
3620fi
3621ac_test_CFLAGS=${CFLAGS+set}
3622ac_save_CFLAGS=$CFLAGS
3623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3624$as_echo_n "checking whether $CC accepts -g... " >&6; }
3625if ${ac_cv_prog_cc_g+:} false; then :
3626 $as_echo_n "(cached) " >&6
3627else
3628 ac_save_c_werror_flag=$ac_c_werror_flag
3629 ac_c_werror_flag=yes
3630 ac_cv_prog_cc_g=no
3631 CFLAGS="-g"
3632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3633/* end confdefs.h. */
3634
3635int
3636main ()
3637{
3638
3639 ;
3640 return 0;
3641}
3642_ACEOF
3643if ac_fn_c_try_compile "$LINENO"; then :
3644 ac_cv_prog_cc_g=yes
3645else
3646 CFLAGS=""
3647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3648/* end confdefs.h. */
3649
3650int
3651main ()
3652{
3653
3654 ;
3655 return 0;
3656}
3657_ACEOF
3658if ac_fn_c_try_compile "$LINENO"; then :
3659
3660else
3661 ac_c_werror_flag=$ac_save_c_werror_flag
3662 CFLAGS="-g"
3663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3664/* end confdefs.h. */
3665
3666int
3667main ()
3668{
3669
3670 ;
3671 return 0;
3672}
3673_ACEOF
3674if ac_fn_c_try_compile "$LINENO"; then :
3675 ac_cv_prog_cc_g=yes
3676fi
3677rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3678fi
3679rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3680fi
3681rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3682 ac_c_werror_flag=$ac_save_c_werror_flag
3683fi
3684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3685$as_echo "$ac_cv_prog_cc_g" >&6; }
3686if test "$ac_test_CFLAGS" = set; then
3687 CFLAGS=$ac_save_CFLAGS
3688elif test $ac_cv_prog_cc_g = yes; then
3689 if test "$GCC" = yes; then
3690 CFLAGS="-g -O2"
3691 else
3692 CFLAGS="-g"
3693 fi
3694else
3695 if test "$GCC" = yes; then
3696 CFLAGS="-O2"
3697 else
3698 CFLAGS=
3699 fi
3700fi
3701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3702$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3703if ${ac_cv_prog_cc_c89+:} false; then :
3704 $as_echo_n "(cached) " >&6
3705else
3706 ac_cv_prog_cc_c89=no
3707ac_save_CC=$CC
3708cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3709/* end confdefs.h. */
3710#include <stdarg.h>
3711#include <stdio.h>
3712struct stat;
3713/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3714struct buf { int x; };
3715FILE * (*rcsopen) (struct buf *, struct stat *, int);
3716static char *e (p, i)
3717 char **p;
3718 int i;
3719{
3720 return p[i];
3721}
3722static char *f (char * (*g) (char **, int), char **p, ...)
3723{
3724 char *s;
3725 va_list v;
3726 va_start (v,p);
3727 s = g (p, va_arg (v,int));
3728 va_end (v);
3729 return s;
3730}
3731
3732/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3733 function prototypes and stuff, but not '\xHH' hex character constants.
3734 These don't provoke an error unfortunately, instead are silently treated
3735 as 'x'. The following induces an error, until -std is added to get
3736 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3737 array size at least. It's necessary to write '\x00'==0 to get something
3738 that's true only with -std. */
3739int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3740
3741/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3742 inside strings and character constants. */
3743#define FOO(x) 'x'
3744int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3745
3746int test (int i, double x);
3747struct s1 {int (*f) (int a);};
3748struct s2 {int (*f) (double a);};
3749int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3750int argc;
3751char **argv;
3752int
3753main ()
3754{
3755return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3756 ;
3757 return 0;
3758}
3759_ACEOF
3760for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3761 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3762do
3763 CC="$ac_save_CC $ac_arg"
3764 if ac_fn_c_try_compile "$LINENO"; then :
3765 ac_cv_prog_cc_c89=$ac_arg
3766fi
3767rm -f core conftest.err conftest.$ac_objext
3768 test "x$ac_cv_prog_cc_c89" != "xno" && break
3769done
3770rm -f conftest.$ac_ext
3771CC=$ac_save_CC
3772
3773fi
3774# AC_CACHE_VAL
3775case "x$ac_cv_prog_cc_c89" in
3776 x)
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3778$as_echo "none needed" >&6; } ;;
3779 xno)
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3781$as_echo "unsupported" >&6; } ;;
3782 *)
3783 CC="$CC $ac_cv_prog_cc_c89"
3784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3785$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3786esac
3787if test "x$ac_cv_prog_cc_c89" != xno; then :
3788
3789fi
3790
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003791ac_ext=c
3792ac_cpp='$CPP $CPPFLAGS'
3793ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3794ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3795ac_compiler_gnu=$ac_cv_c_compiler_gnu
Jeff Thompson36174062013-06-21 16:03:44 -07003796
3797depcc="$CC" am_compiler_list=
3798
3799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3800$as_echo_n "checking dependency style of $depcc... " >&6; }
3801if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3802 $as_echo_n "(cached) " >&6
3803else
3804 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3805 # We make a subdir and do the tests there. Otherwise we can end up
3806 # making bogus files that we don't know about and never remove. For
3807 # instance it was reported that on HP-UX the gcc test will end up
3808 # making a dummy file named 'D' -- because '-MD' means "put the output
3809 # in D".
3810 rm -rf conftest.dir
3811 mkdir conftest.dir
3812 # Copy depcomp to subdir because otherwise we won't find it if we're
3813 # using a relative directory.
3814 cp "$am_depcomp" conftest.dir
3815 cd conftest.dir
3816 # We will build objects and dependencies in a subdirectory because
3817 # it helps to detect inapplicable dependency modes. For instance
3818 # both Tru64's cc and ICC support -MD to output dependencies as a
3819 # side effect of compilation, but ICC will put the dependencies in
3820 # the current directory while Tru64 will put them in the object
3821 # directory.
3822 mkdir sub
3823
3824 am_cv_CC_dependencies_compiler_type=none
3825 if test "$am_compiler_list" = ""; then
3826 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3827 fi
3828 am__universal=false
3829 case " $depcc " in #(
3830 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3831 esac
3832
3833 for depmode in $am_compiler_list; do
3834 # Setup a source with many dependencies, because some compilers
3835 # like to wrap large dependency lists on column 80 (with \), and
3836 # we should not choose a depcomp mode which is confused by this.
3837 #
3838 # We need to recreate these files for each test, as the compiler may
3839 # overwrite some of them when testing with obscure command lines.
3840 # This happens at least with the AIX C compiler.
3841 : > sub/conftest.c
3842 for i in 1 2 3 4 5 6; do
3843 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3844 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3845 # Solaris 10 /bin/sh.
3846 echo '/* dummy */' > sub/conftst$i.h
3847 done
3848 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3849
3850 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3851 # mode. It turns out that the SunPro C++ compiler does not properly
3852 # handle '-M -o', and we need to detect this. Also, some Intel
3853 # versions had trouble with output in subdirs.
3854 am__obj=sub/conftest.${OBJEXT-o}
3855 am__minus_obj="-o $am__obj"
3856 case $depmode in
3857 gcc)
3858 # This depmode causes a compiler race in universal mode.
3859 test "$am__universal" = false || continue
3860 ;;
3861 nosideeffect)
3862 # After this tag, mechanisms are not by side-effect, so they'll
3863 # only be used when explicitly requested.
3864 if test "x$enable_dependency_tracking" = xyes; then
3865 continue
3866 else
3867 break
3868 fi
3869 ;;
3870 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3871 # This compiler won't grok '-c -o', but also, the minuso test has
3872 # not run yet. These depmodes are late enough in the game, and
3873 # so weak that their functioning should not be impacted.
3874 am__obj=conftest.${OBJEXT-o}
3875 am__minus_obj=
3876 ;;
3877 none) break ;;
3878 esac
3879 if depmode=$depmode \
3880 source=sub/conftest.c object=$am__obj \
3881 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3882 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3883 >/dev/null 2>conftest.err &&
3884 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3885 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3886 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3887 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3888 # icc doesn't choke on unknown options, it will just issue warnings
3889 # or remarks (even with -Werror). So we grep stderr for any message
3890 # that says an option was ignored or not supported.
3891 # When given -MP, icc 7.0 and 7.1 complain thusly:
3892 # icc: Command line warning: ignoring option '-M'; no argument required
3893 # The diagnosis changed in icc 8.0:
3894 # icc: Command line remark: option '-MP' not supported
3895 if (grep 'ignoring option' conftest.err ||
3896 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3897 am_cv_CC_dependencies_compiler_type=$depmode
3898 break
3899 fi
3900 fi
3901 done
3902
3903 cd ..
3904 rm -rf conftest.dir
3905else
3906 am_cv_CC_dependencies_compiler_type=none
3907fi
3908
3909fi
3910{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3911$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3912CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3913
3914 if
3915 test "x$enable_dependency_tracking" != xno \
3916 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3917 am__fastdepCC_TRUE=
3918 am__fastdepCC_FALSE='#'
3919else
3920 am__fastdepCC_TRUE='#'
3921 am__fastdepCC_FALSE=
3922fi
3923
3924
Jeff Thompson36174062013-06-21 16:03:44 -07003925
3926if test -n "$ac_tool_prefix"; then
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003927 for ac_prog in ar lib "link -lib"
Jeff Thompson36174062013-06-21 16:03:44 -07003928 do
3929 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3930set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3932$as_echo_n "checking for $ac_word... " >&6; }
3933if ${ac_cv_prog_AR+:} false; then :
3934 $as_echo_n "(cached) " >&6
3935else
3936 if test -n "$AR"; then
3937 ac_cv_prog_AR="$AR" # Let the user override the test.
3938else
3939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3940for as_dir in $PATH
3941do
3942 IFS=$as_save_IFS
3943 test -z "$as_dir" && as_dir=.
3944 for ac_exec_ext in '' $ac_executable_extensions; do
3945 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3946 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
3947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3948 break 2
3949 fi
3950done
3951 done
3952IFS=$as_save_IFS
3953
3954fi
3955fi
3956AR=$ac_cv_prog_AR
3957if test -n "$AR"; then
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3959$as_echo "$AR" >&6; }
3960else
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3962$as_echo "no" >&6; }
3963fi
3964
3965
3966 test -n "$AR" && break
3967 done
3968fi
3969if test -z "$AR"; then
3970 ac_ct_AR=$AR
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07003971 for ac_prog in ar lib "link -lib"
Jeff Thompson36174062013-06-21 16:03:44 -07003972do
3973 # Extract the first word of "$ac_prog", so it can be a program name with args.
3974set dummy $ac_prog; ac_word=$2
3975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3976$as_echo_n "checking for $ac_word... " >&6; }
3977if ${ac_cv_prog_ac_ct_AR+:} false; then :
3978 $as_echo_n "(cached) " >&6
3979else
3980 if test -n "$ac_ct_AR"; then
3981 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3982else
3983as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3984for as_dir in $PATH
3985do
3986 IFS=$as_save_IFS
3987 test -z "$as_dir" && as_dir=.
3988 for ac_exec_ext in '' $ac_executable_extensions; do
3989 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3990 ac_cv_prog_ac_ct_AR="$ac_prog"
3991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3992 break 2
3993 fi
3994done
3995 done
3996IFS=$as_save_IFS
3997
3998fi
3999fi
4000ac_ct_AR=$ac_cv_prog_ac_ct_AR
4001if test -n "$ac_ct_AR"; then
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4003$as_echo "$ac_ct_AR" >&6; }
4004else
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4006$as_echo "no" >&6; }
4007fi
4008
4009
4010 test -n "$ac_ct_AR" && break
4011done
4012
4013 if test "x$ac_ct_AR" = x; then
4014 AR="false"
4015 else
4016 case $cross_compiling:$ac_tool_warned in
4017yes:)
4018{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4019$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4020ac_tool_warned=yes ;;
4021esac
4022 AR=$ac_ct_AR
4023 fi
4024fi
4025
4026: ${AR=ar}
Jeff Thompson36174062013-06-21 16:03:44 -07004027
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
4029$as_echo_n "checking the archiver ($AR) interface... " >&6; }
4030if ${am_cv_ar_interface+:} false; then :
Jeff Thompson36174062013-06-21 16:03:44 -07004031 $as_echo_n "(cached) " >&6
4032else
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004033 am_cv_ar_interface=ar
Jeff Thompson36174062013-06-21 16:03:44 -07004034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4035/* end confdefs.h. */
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004036int some_variable = 0;
Jeff Thompson36174062013-06-21 16:03:44 -07004037_ACEOF
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004038if ac_fn_c_try_compile "$LINENO"; then :
4039 am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5'
4040 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
4041 (eval $am_ar_try) 2>&5
Jeff Thompson36174062013-06-21 16:03:44 -07004042 ac_status=$?
4043 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4044 test $ac_status = 0; }
4045 if test "$ac_status" -eq 0; then
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004046 am_cv_ar_interface=ar
4047 else
4048 am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5'
4049 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
4050 (eval $am_ar_try) 2>&5
Jeff Thompson36174062013-06-21 16:03:44 -07004051 ac_status=$?
4052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4053 test $ac_status = 0; }
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004054 if test "$ac_status" -eq 0; then
4055 am_cv_ar_interface=lib
4056 else
4057 am_cv_ar_interface=unknown
Jeff Thompson36174062013-06-21 16:03:44 -07004058 fi
4059 fi
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004060 rm -f conftest.lib libconftest.a
Jeff Thompson36174062013-06-21 16:03:44 -07004061
4062fi
4063rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4064
4065fi
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
4067$as_echo "$am_cv_ar_interface" >&6; }
Jeff Thompson36174062013-06-21 16:03:44 -07004068
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004069case $am_cv_ar_interface in
4070ar)
Jeff Thompson36174062013-06-21 16:03:44 -07004071 ;;
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004072lib)
4073 # Microsoft lib, so override with the ar-lib wrapper script.
4074 # FIXME: It is wrong to rewrite AR.
4075 # But if we don't then we get into trouble of one sort or another.
4076 # A longer-term fix would be to have automake use am__AR in this case,
4077 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
4078 # similar.
4079 AR="$am_aux_dir/ar-lib $AR"
Jeff Thompson36174062013-06-21 16:03:44 -07004080 ;;
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07004081unknown)
4082 as_fn_error $? "could not determine $AR interface" "$LINENO" 5
Jeff Thompson36174062013-06-21 16:03:44 -07004083 ;;
4084esac
4085
Jeff Thompson36174062013-06-21 16:03:44 -07004086ac_ext=cpp
4087ac_cpp='$CXXCPP $CPPFLAGS'
4088ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4089ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4090ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4091
Jeff Thompson36174062013-06-21 16:03:44 -07004092
Jeff Thompson39128c62013-06-19 14:08:51 -07004093
Jeff Thompson1b8f4c92013-06-19 16:18:46 -07004094 ax_cxx_compile_cxx11_required=falsednl
4095 ac_ext=cpp
4096ac_cpp='$CXXCPP $CPPFLAGS'
4097ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4098ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4099ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4100 ac_success=no
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
4102$as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
4103if ${ax_cv_cxx_compile_cxx11+:} false; then :
4104 $as_echo_n "(cached) " >&6
4105else
4106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4107/* end confdefs.h. */
4108
4109 template <typename T>
4110 struct check
4111 {
4112 static_assert(sizeof(int) <= sizeof(T), "not big enough");
4113 };
4114
4115 typedef check<check<bool>> right_angle_brackets;
4116
4117 int a;
4118 decltype(a) b;
4119
4120 typedef check<int> check_type;
4121 check_type c;
4122 check_type&& cr = static_cast<check_type&&>(c);
4123
4124 auto d = a;
4125
4126_ACEOF
4127if ac_fn_cxx_try_compile "$LINENO"; then :
4128 ax_cv_cxx_compile_cxx11=yes
4129else
4130 ax_cv_cxx_compile_cxx11=no
4131fi
4132rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4133fi
4134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5
4135$as_echo "$ax_cv_cxx_compile_cxx11" >&6; }
4136 if test x$ax_cv_cxx_compile_cxx11 = xyes; then
4137 ac_success=yes
4138 fi
4139
4140 if test x$ac_success = xno; then
4141 for switch in -std=gnu++11 -std=gnu++0x; do
4142 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
4144$as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
4145if eval \${$cachevar+:} false; then :
4146 $as_echo_n "(cached) " >&6
4147else
4148 ac_save_CXXFLAGS="$CXXFLAGS"
4149 CXXFLAGS="$CXXFLAGS $switch"
4150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4151/* end confdefs.h. */
4152
4153 template <typename T>
4154 struct check
4155 {
4156 static_assert(sizeof(int) <= sizeof(T), "not big enough");
4157 };
4158
4159 typedef check<check<bool>> right_angle_brackets;
4160
4161 int a;
4162 decltype(a) b;
4163
4164 typedef check<int> check_type;
4165 check_type c;
4166 check_type&& cr = static_cast<check_type&&>(c);
4167
4168 auto d = a;
4169
4170_ACEOF
4171if ac_fn_cxx_try_compile "$LINENO"; then :
4172 eval $cachevar=yes
4173else
4174 eval $cachevar=no
4175fi
4176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4177 CXXFLAGS="$ac_save_CXXFLAGS"
4178fi
4179eval ac_res=\$$cachevar
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4181$as_echo "$ac_res" >&6; }
4182 if eval test x\$$cachevar = xyes; then
4183 CXXFLAGS="$CXXFLAGS $switch"
4184 ac_success=yes
4185 break
4186 fi
4187 done
4188 fi
4189
4190 if test x$ac_success = xno; then
4191 for switch in -std=c++11 -std=c++0x; do
4192 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
4194$as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
4195if eval \${$cachevar+:} false; then :
4196 $as_echo_n "(cached) " >&6
4197else
4198 ac_save_CXXFLAGS="$CXXFLAGS"
4199 CXXFLAGS="$CXXFLAGS $switch"
4200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4201/* end confdefs.h. */
4202
4203 template <typename T>
4204 struct check
4205 {
4206 static_assert(sizeof(int) <= sizeof(T), "not big enough");
4207 };
4208
4209 typedef check<check<bool>> right_angle_brackets;
4210
4211 int a;
4212 decltype(a) b;
4213
4214 typedef check<int> check_type;
4215 check_type c;
4216 check_type&& cr = static_cast<check_type&&>(c);
4217
4218 auto d = a;
4219
4220_ACEOF
4221if ac_fn_cxx_try_compile "$LINENO"; then :
4222 eval $cachevar=yes
4223else
4224 eval $cachevar=no
4225fi
4226rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4227 CXXFLAGS="$ac_save_CXXFLAGS"
4228fi
4229eval ac_res=\$$cachevar
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4231$as_echo "$ac_res" >&6; }
4232 if eval test x\$$cachevar = xyes; then
4233 CXXFLAGS="$CXXFLAGS $switch"
4234 ac_success=yes
4235 break
4236 fi
4237 done
4238 fi
4239 ac_ext=cpp
4240ac_cpp='$CXXCPP $CPPFLAGS'
4241ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4242ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4243ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4244
4245 if test x$ax_cxx_compile_cxx11_required = xtrue; then
4246 if test x$ac_success = xno; then
4247 as_fn_error $? "*** A compiler with support for C++11 language features is required." "$LINENO" 5
4248 fi
4249 else
4250 if test x$ac_success = xno; then
4251 HAVE_CXX11=0
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5
4253$as_echo "$as_me: No compiler with C++11 support was found" >&6;}
4254 else
4255 HAVE_CXX11=1
4256
4257$as_echo "#define HAVE_CXX11 1" >>confdefs.h
4258
4259 fi
4260
4261
4262 fi
4263
4264
Jeff Thompson39128c62013-06-19 14:08:51 -07004265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::shared_ptr" >&5
4266$as_echo_n "checking for std::shared_ptr... " >&6; }
Jeff Thompson39128c62013-06-19 14:08:51 -07004267cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4268/* end confdefs.h. */
4269#include <memory>
4270 std::shared_ptr<int> have_shared_ptr;
4271int
4272main ()
4273{
4274
4275 ;
4276 return 0;
4277}
4278
4279_ACEOF
4280if ac_fn_cxx_try_compile "$LINENO"; then :
4281
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4283$as_echo "yes" >&6; }
4284
4285cat >>confdefs.h <<_ACEOF
4286#define HAVE_STD_SHARED_PTR 1
4287_ACEOF
4288
4289
4290else
4291
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4293$as_echo "no" >&6; }
4294
4295cat >>confdefs.h <<_ACEOF
4296#define HAVE_STD_SHARED_PTR 0
4297_ACEOF
4298
4299
4300fi
4301rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Jeff Thompson9e9ea9f2013-06-22 10:31:18 -07004302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for boost::shared_ptr" >&5
4303$as_echo_n "checking for boost::shared_ptr... " >&6; }
Jeff Thompson39128c62013-06-19 14:08:51 -07004304cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4305/* end confdefs.h. */
4306#include <boost/shared_ptr.hpp>
4307 boost::shared_ptr<int> have_shared_ptr;
4308int
4309main ()
4310{
4311
4312 ;
4313 return 0;
4314}
4315
4316_ACEOF
4317if ac_fn_cxx_try_compile "$LINENO"; then :
4318
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4320$as_echo "yes" >&6; }
4321
4322cat >>confdefs.h <<_ACEOF
4323#define HAVE_BOOST_SHARED_PTR 1
4324_ACEOF
4325
4326
4327else
4328
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4330$as_echo "no" >&6; }
4331
4332cat >>confdefs.h <<_ACEOF
4333#define HAVE_BOOST_SHARED_PTR 0
4334_ACEOF
4335
4336
4337fi
4338rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4339
Jeff Thompsonc804d522013-06-27 16:54:27 -07004340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for memcpy" >&5
4341$as_echo_n "checking for memcpy... " >&6; }
4342cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4343/* end confdefs.h. */
4344#include <memory.h>
4345 void test() { unsigned char buffer[1]; memcpy(buffer, buffer, 1); }
4346int
4347main ()
4348{
4349
4350 ;
4351 return 0;
4352}
4353
4354_ACEOF
4355if ac_fn_cxx_try_compile "$LINENO"; then :
4356
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4358$as_echo "yes" >&6; }
4359
4360cat >>confdefs.h <<_ACEOF
4361#define HAVE_MEMCPY 1
4362_ACEOF
4363
4364
4365else
4366
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4368$as_echo "no" >&6; }
4369
4370cat >>confdefs.h <<_ACEOF
4371#define HAVE_MEMCPY 0
4372_ACEOF
4373
4374
4375fi
4376rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for memset" >&5
4378$as_echo_n "checking for memset... " >&6; }
4379cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4380/* end confdefs.h. */
4381#include <memory.h>
4382 void test() { unsigned char buffer[1]; memset(buffer, 0, 1); }
4383int
4384main ()
4385{
4386
4387 ;
4388 return 0;
4389}
4390
4391_ACEOF
4392if ac_fn_cxx_try_compile "$LINENO"; then :
4393
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4395$as_echo "yes" >&6; }
4396
4397cat >>confdefs.h <<_ACEOF
4398#define HAVE_MEMSET 1
4399_ACEOF
4400
4401
4402else
4403
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4405$as_echo "no" >&6; }
4406
4407cat >>confdefs.h <<_ACEOF
4408#define HAVE_MEMSET 0
4409_ACEOF
4410
4411
4412fi
4413rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4414
Jeff Thompsonca45e552013-06-26 17:40:06 -07004415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425# Files:
4426DX_PROJECT=$PACKAGE_NAME
4427
4428DX_CONFIG=Doxyfile
4429
4430DX_DOCDIR=doxygen-doc
4431
4432
4433# Environment variables used inside doxygen.cfg:
4434DX_ENV="$DX_ENV SRCDIR='$srcdir'"
4435
4436DX_ENV="$DX_ENV PROJECT='$DX_PROJECT'"
4437
4438DX_ENV="$DX_ENV DOCDIR='$DX_DOCDIR'"
4439
4440DX_ENV="$DX_ENV VERSION='$PACKAGE_VERSION'"
4441
4442
4443# Doxygen itself:
4444
4445
4446
4447 # Check whether --enable-doxygen-doc was given.
4448if test "${enable_doxygen_doc+set}" = set; then :
4449 enableval=$enable_doxygen_doc;
4450case "$enableval" in
4451#(
4452y|Y|yes|Yes|YES)
4453 DX_FLAG_doc=1
4454
4455
4456;; #(
4457n|N|no|No|NO)
4458 DX_FLAG_doc=0
4459
4460;; #(
4461*)
4462 as_fn_error $? "invalid value '$enableval' given to doxygen-doc" "$LINENO" 5
4463;;
4464esac
4465
4466else
4467
4468DX_FLAG_doc=1
4469
4470
4471
4472fi
4473
4474if test "$DX_FLAG_doc" = 1; then
4475
4476if test -n "$ac_tool_prefix"; then
4477 # Extract the first word of "${ac_tool_prefix}doxygen", so it can be a program name with args.
4478set dummy ${ac_tool_prefix}doxygen; ac_word=$2
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480$as_echo_n "checking for $ac_word... " >&6; }
4481if ${ac_cv_path_DX_DOXYGEN+:} false; then :
4482 $as_echo_n "(cached) " >&6
4483else
4484 case $DX_DOXYGEN in
4485 [\\/]* | ?:[\\/]*)
4486 ac_cv_path_DX_DOXYGEN="$DX_DOXYGEN" # Let the user override the test with a path.
4487 ;;
4488 *)
4489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4490for as_dir in $PATH
4491do
4492 IFS=$as_save_IFS
4493 test -z "$as_dir" && as_dir=.
4494 for ac_exec_ext in '' $ac_executable_extensions; do
4495 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4496 ac_cv_path_DX_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
4497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4498 break 2
4499 fi
4500done
4501 done
4502IFS=$as_save_IFS
4503
4504 ;;
4505esac
4506fi
4507DX_DOXYGEN=$ac_cv_path_DX_DOXYGEN
4508if test -n "$DX_DOXYGEN"; then
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOXYGEN" >&5
4510$as_echo "$DX_DOXYGEN" >&6; }
4511else
4512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4513$as_echo "no" >&6; }
4514fi
4515
4516
4517fi
4518if test -z "$ac_cv_path_DX_DOXYGEN"; then
4519 ac_pt_DX_DOXYGEN=$DX_DOXYGEN
4520 # Extract the first word of "doxygen", so it can be a program name with args.
4521set dummy doxygen; ac_word=$2
4522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4523$as_echo_n "checking for $ac_word... " >&6; }
4524if ${ac_cv_path_ac_pt_DX_DOXYGEN+:} false; then :
4525 $as_echo_n "(cached) " >&6
4526else
4527 case $ac_pt_DX_DOXYGEN in
4528 [\\/]* | ?:[\\/]*)
4529 ac_cv_path_ac_pt_DX_DOXYGEN="$ac_pt_DX_DOXYGEN" # Let the user override the test with a path.
4530 ;;
4531 *)
4532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4533for as_dir in $PATH
4534do
4535 IFS=$as_save_IFS
4536 test -z "$as_dir" && as_dir=.
4537 for ac_exec_ext in '' $ac_executable_extensions; do
4538 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4539 ac_cv_path_ac_pt_DX_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
4540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4541 break 2
4542 fi
4543done
4544 done
4545IFS=$as_save_IFS
4546
4547 ;;
4548esac
4549fi
4550ac_pt_DX_DOXYGEN=$ac_cv_path_ac_pt_DX_DOXYGEN
4551if test -n "$ac_pt_DX_DOXYGEN"; then
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOXYGEN" >&5
4553$as_echo "$ac_pt_DX_DOXYGEN" >&6; }
4554else
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4556$as_echo "no" >&6; }
4557fi
4558
4559 if test "x$ac_pt_DX_DOXYGEN" = x; then
4560 DX_DOXYGEN=""
4561 else
4562 case $cross_compiling:$ac_tool_warned in
4563yes:)
4564{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4565$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4566ac_tool_warned=yes ;;
4567esac
4568 DX_DOXYGEN=$ac_pt_DX_DOXYGEN
4569 fi
4570else
4571 DX_DOXYGEN="$ac_cv_path_DX_DOXYGEN"
4572fi
4573
4574if test "$DX_FLAG_doc$DX_DOXYGEN" = 1; then
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: doxygen not found - will not generate any doxygen documentation" >&5
4576$as_echo "$as_me: WARNING: doxygen not found - will not generate any doxygen documentation" >&2;}
4577 DX_FLAG_doc=0
4578
4579fi
4580
4581
4582if test -n "$ac_tool_prefix"; then
4583 # Extract the first word of "${ac_tool_prefix}perl", so it can be a program name with args.
4584set dummy ${ac_tool_prefix}perl; ac_word=$2
4585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4586$as_echo_n "checking for $ac_word... " >&6; }
4587if ${ac_cv_path_DX_PERL+:} false; then :
4588 $as_echo_n "(cached) " >&6
4589else
4590 case $DX_PERL in
4591 [\\/]* | ?:[\\/]*)
4592 ac_cv_path_DX_PERL="$DX_PERL" # Let the user override the test with a path.
4593 ;;
4594 *)
4595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4596for as_dir in $PATH
4597do
4598 IFS=$as_save_IFS
4599 test -z "$as_dir" && as_dir=.
4600 for ac_exec_ext in '' $ac_executable_extensions; do
4601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4602 ac_cv_path_DX_PERL="$as_dir/$ac_word$ac_exec_ext"
4603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4604 break 2
4605 fi
4606done
4607 done
4608IFS=$as_save_IFS
4609
4610 ;;
4611esac
4612fi
4613DX_PERL=$ac_cv_path_DX_PERL
4614if test -n "$DX_PERL"; then
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PERL" >&5
4616$as_echo "$DX_PERL" >&6; }
4617else
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4619$as_echo "no" >&6; }
4620fi
4621
4622
4623fi
4624if test -z "$ac_cv_path_DX_PERL"; then
4625 ac_pt_DX_PERL=$DX_PERL
4626 # Extract the first word of "perl", so it can be a program name with args.
4627set dummy perl; ac_word=$2
4628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4629$as_echo_n "checking for $ac_word... " >&6; }
4630if ${ac_cv_path_ac_pt_DX_PERL+:} false; then :
4631 $as_echo_n "(cached) " >&6
4632else
4633 case $ac_pt_DX_PERL in
4634 [\\/]* | ?:[\\/]*)
4635 ac_cv_path_ac_pt_DX_PERL="$ac_pt_DX_PERL" # Let the user override the test with a path.
4636 ;;
4637 *)
4638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639for as_dir in $PATH
4640do
4641 IFS=$as_save_IFS
4642 test -z "$as_dir" && as_dir=.
4643 for ac_exec_ext in '' $ac_executable_extensions; do
4644 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4645 ac_cv_path_ac_pt_DX_PERL="$as_dir/$ac_word$ac_exec_ext"
4646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4647 break 2
4648 fi
4649done
4650 done
4651IFS=$as_save_IFS
4652
4653 ;;
4654esac
4655fi
4656ac_pt_DX_PERL=$ac_cv_path_ac_pt_DX_PERL
4657if test -n "$ac_pt_DX_PERL"; then
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PERL" >&5
4659$as_echo "$ac_pt_DX_PERL" >&6; }
4660else
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4662$as_echo "no" >&6; }
4663fi
4664
4665 if test "x$ac_pt_DX_PERL" = x; then
4666 DX_PERL=""
4667 else
4668 case $cross_compiling:$ac_tool_warned in
4669yes:)
4670{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4671$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4672ac_tool_warned=yes ;;
4673esac
4674 DX_PERL=$ac_pt_DX_PERL
4675 fi
4676else
4677 DX_PERL="$ac_cv_path_DX_PERL"
4678fi
4679
4680if test "$DX_FLAG_doc$DX_PERL" = 1; then
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: perl not found - will not generate any doxygen documentation" >&5
4682$as_echo "$as_me: WARNING: perl not found - will not generate any doxygen documentation" >&2;}
4683 DX_FLAG_doc=0
4684
4685fi
4686
4687 :
4688fi
4689 if test "$DX_FLAG_doc" = 1; then
4690 DX_COND_doc_TRUE=
4691 DX_COND_doc_FALSE='#'
4692else
4693 DX_COND_doc_TRUE='#'
4694 DX_COND_doc_FALSE=
4695fi
4696
4697if test "$DX_FLAG_doc" = 1; then
4698 DX_ENV="$DX_ENV PERL_PATH='$DX_PERL'"
4699
4700 :
4701else
4702
4703 :
4704fi
4705
4706
4707# Dot for graphics:
4708
4709
4710
4711 # Check whether --enable-doxygen-dot was given.
4712if test "${enable_doxygen_dot+set}" = set; then :
4713 enableval=$enable_doxygen_dot;
4714case "$enableval" in
4715#(
4716y|Y|yes|Yes|YES)
4717 DX_FLAG_dot=1
4718
4719
4720test "$DX_FLAG_doc" = "1" \
4721|| as_fn_error $? "doxygen-dot requires doxygen-dot" "$LINENO" 5
4722
4723;; #(
4724n|N|no|No|NO)
4725 DX_FLAG_dot=0
4726
4727;; #(
4728*)
4729 as_fn_error $? "invalid value '$enableval' given to doxygen-dot" "$LINENO" 5
4730;;
4731esac
4732
4733else
4734
4735DX_FLAG_dot=0
4736
4737
4738test "$DX_FLAG_doc" = "1" || DX_FLAG_dot=0
4739
4740
4741
4742fi
4743
4744if test "$DX_FLAG_dot" = 1; then
4745
4746if test -n "$ac_tool_prefix"; then
4747 # Extract the first word of "${ac_tool_prefix}dot", so it can be a program name with args.
4748set dummy ${ac_tool_prefix}dot; ac_word=$2
4749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4750$as_echo_n "checking for $ac_word... " >&6; }
4751if ${ac_cv_path_DX_DOT+:} false; then :
4752 $as_echo_n "(cached) " >&6
4753else
4754 case $DX_DOT in
4755 [\\/]* | ?:[\\/]*)
4756 ac_cv_path_DX_DOT="$DX_DOT" # Let the user override the test with a path.
4757 ;;
4758 *)
4759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4760for as_dir in $PATH
4761do
4762 IFS=$as_save_IFS
4763 test -z "$as_dir" && as_dir=.
4764 for ac_exec_ext in '' $ac_executable_extensions; do
4765 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4766 ac_cv_path_DX_DOT="$as_dir/$ac_word$ac_exec_ext"
4767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4768 break 2
4769 fi
4770done
4771 done
4772IFS=$as_save_IFS
4773
4774 ;;
4775esac
4776fi
4777DX_DOT=$ac_cv_path_DX_DOT
4778if test -n "$DX_DOT"; then
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOT" >&5
4780$as_echo "$DX_DOT" >&6; }
4781else
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4783$as_echo "no" >&6; }
4784fi
4785
4786
4787fi
4788if test -z "$ac_cv_path_DX_DOT"; then
4789 ac_pt_DX_DOT=$DX_DOT
4790 # Extract the first word of "dot", so it can be a program name with args.
4791set dummy dot; ac_word=$2
4792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4793$as_echo_n "checking for $ac_word... " >&6; }
4794if ${ac_cv_path_ac_pt_DX_DOT+:} false; then :
4795 $as_echo_n "(cached) " >&6
4796else
4797 case $ac_pt_DX_DOT in
4798 [\\/]* | ?:[\\/]*)
4799 ac_cv_path_ac_pt_DX_DOT="$ac_pt_DX_DOT" # Let the user override the test with a path.
4800 ;;
4801 *)
4802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4803for as_dir in $PATH
4804do
4805 IFS=$as_save_IFS
4806 test -z "$as_dir" && as_dir=.
4807 for ac_exec_ext in '' $ac_executable_extensions; do
4808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4809 ac_cv_path_ac_pt_DX_DOT="$as_dir/$ac_word$ac_exec_ext"
4810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4811 break 2
4812 fi
4813done
4814 done
4815IFS=$as_save_IFS
4816
4817 ;;
4818esac
4819fi
4820ac_pt_DX_DOT=$ac_cv_path_ac_pt_DX_DOT
4821if test -n "$ac_pt_DX_DOT"; then
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOT" >&5
4823$as_echo "$ac_pt_DX_DOT" >&6; }
4824else
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4826$as_echo "no" >&6; }
4827fi
4828
4829 if test "x$ac_pt_DX_DOT" = x; then
4830 DX_DOT=""
4831 else
4832 case $cross_compiling:$ac_tool_warned in
4833yes:)
4834{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4835$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4836ac_tool_warned=yes ;;
4837esac
4838 DX_DOT=$ac_pt_DX_DOT
4839 fi
4840else
4841 DX_DOT="$ac_cv_path_DX_DOT"
4842fi
4843
4844if test "$DX_FLAG_dot$DX_DOT" = 1; then
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dot not found - will not generate graphics for doxygen documentation" >&5
4846$as_echo "$as_me: WARNING: dot not found - will not generate graphics for doxygen documentation" >&2;}
4847 DX_FLAG_dot=0
4848
4849fi
4850
4851 :
4852fi
4853 if test "$DX_FLAG_dot" = 1; then
4854 DX_COND_dot_TRUE=
4855 DX_COND_dot_FALSE='#'
4856else
4857 DX_COND_dot_TRUE='#'
4858 DX_COND_dot_FALSE=
4859fi
4860
4861if test "$DX_FLAG_dot" = 1; then
4862 DX_ENV="$DX_ENV HAVE_DOT='YES'"
4863
4864 DX_ENV="$DX_ENV DOT_PATH='`expr ".$DX_DOT" : '\(\.\)[^/]*$' \| "x$DX_DOT" : 'x\(.*\)/[^/]*$'`'"
4865
4866 :
4867else
4868 DX_ENV="$DX_ENV HAVE_DOT='NO'"
4869
4870 :
4871fi
4872
4873
4874# Man pages generation:
4875
4876
4877
4878 # Check whether --enable-doxygen-man was given.
4879if test "${enable_doxygen_man+set}" = set; then :
4880 enableval=$enable_doxygen_man;
4881case "$enableval" in
4882#(
4883y|Y|yes|Yes|YES)
4884 DX_FLAG_man=1
4885
4886
4887test "$DX_FLAG_doc" = "1" \
4888|| as_fn_error $? "doxygen-man requires doxygen-man" "$LINENO" 5
4889
4890;; #(
4891n|N|no|No|NO)
4892 DX_FLAG_man=0
4893
4894;; #(
4895*)
4896 as_fn_error $? "invalid value '$enableval' given to doxygen-man" "$LINENO" 5
4897;;
4898esac
4899
4900else
4901
4902DX_FLAG_man=0
4903
4904
4905test "$DX_FLAG_doc" = "1" || DX_FLAG_man=0
4906
4907
4908
4909fi
4910
4911if test "$DX_FLAG_man" = 1; then
4912
4913 :
4914fi
4915 if test "$DX_FLAG_man" = 1; then
4916 DX_COND_man_TRUE=
4917 DX_COND_man_FALSE='#'
4918else
4919 DX_COND_man_TRUE='#'
4920 DX_COND_man_FALSE=
4921fi
4922
4923if test "$DX_FLAG_man" = 1; then
4924 DX_ENV="$DX_ENV GENERATE_MAN='YES'"
4925
4926 :
4927else
4928 DX_ENV="$DX_ENV GENERATE_MAN='NO'"
4929
4930 :
4931fi
4932
4933
4934# RTF file generation:
4935
4936
4937
4938 # Check whether --enable-doxygen-rtf was given.
4939if test "${enable_doxygen_rtf+set}" = set; then :
4940 enableval=$enable_doxygen_rtf;
4941case "$enableval" in
4942#(
4943y|Y|yes|Yes|YES)
4944 DX_FLAG_rtf=1
4945
4946
4947test "$DX_FLAG_doc" = "1" \
4948|| as_fn_error $? "doxygen-rtf requires doxygen-rtf" "$LINENO" 5
4949
4950;; #(
4951n|N|no|No|NO)
4952 DX_FLAG_rtf=0
4953
4954;; #(
4955*)
4956 as_fn_error $? "invalid value '$enableval' given to doxygen-rtf" "$LINENO" 5
4957;;
4958esac
4959
4960else
4961
4962DX_FLAG_rtf=0
4963
4964
4965test "$DX_FLAG_doc" = "1" || DX_FLAG_rtf=0
4966
4967
4968
4969fi
4970
4971if test "$DX_FLAG_rtf" = 1; then
4972
4973 :
4974fi
4975 if test "$DX_FLAG_rtf" = 1; then
4976 DX_COND_rtf_TRUE=
4977 DX_COND_rtf_FALSE='#'
4978else
4979 DX_COND_rtf_TRUE='#'
4980 DX_COND_rtf_FALSE=
4981fi
4982
4983if test "$DX_FLAG_rtf" = 1; then
4984 DX_ENV="$DX_ENV GENERATE_RTF='YES'"
4985
4986 :
4987else
4988 DX_ENV="$DX_ENV GENERATE_RTF='NO'"
4989
4990 :
4991fi
4992
4993
4994# XML file generation:
4995
4996
4997
4998 # Check whether --enable-doxygen-xml was given.
4999if test "${enable_doxygen_xml+set}" = set; then :
5000 enableval=$enable_doxygen_xml;
5001case "$enableval" in
5002#(
5003y|Y|yes|Yes|YES)
5004 DX_FLAG_xml=1
5005
5006
5007test "$DX_FLAG_doc" = "1" \
5008|| as_fn_error $? "doxygen-xml requires doxygen-xml" "$LINENO" 5
5009
5010;; #(
5011n|N|no|No|NO)
5012 DX_FLAG_xml=0
5013
5014;; #(
5015*)
5016 as_fn_error $? "invalid value '$enableval' given to doxygen-xml" "$LINENO" 5
5017;;
5018esac
5019
5020else
5021
5022DX_FLAG_xml=0
5023
5024
5025test "$DX_FLAG_doc" = "1" || DX_FLAG_xml=0
5026
5027
5028
5029fi
5030
5031if test "$DX_FLAG_xml" = 1; then
5032
5033 :
5034fi
5035 if test "$DX_FLAG_xml" = 1; then
5036 DX_COND_xml_TRUE=
5037 DX_COND_xml_FALSE='#'
5038else
5039 DX_COND_xml_TRUE='#'
5040 DX_COND_xml_FALSE=
5041fi
5042
5043if test "$DX_FLAG_xml" = 1; then
5044 DX_ENV="$DX_ENV GENERATE_XML='YES'"
5045
5046 :
5047else
5048 DX_ENV="$DX_ENV GENERATE_XML='NO'"
5049
5050 :
5051fi
5052
5053
5054# (Compressed) HTML help generation:
5055
5056
5057
5058 # Check whether --enable-doxygen-chm was given.
5059if test "${enable_doxygen_chm+set}" = set; then :
5060 enableval=$enable_doxygen_chm;
5061case "$enableval" in
5062#(
5063y|Y|yes|Yes|YES)
5064 DX_FLAG_chm=1
5065
5066
5067test "$DX_FLAG_doc" = "1" \
5068|| as_fn_error $? "doxygen-chm requires doxygen-chm" "$LINENO" 5
5069
5070;; #(
5071n|N|no|No|NO)
5072 DX_FLAG_chm=0
5073
5074;; #(
5075*)
5076 as_fn_error $? "invalid value '$enableval' given to doxygen-chm" "$LINENO" 5
5077;;
5078esac
5079
5080else
5081
5082DX_FLAG_chm=0
5083
5084
5085test "$DX_FLAG_doc" = "1" || DX_FLAG_chm=0
5086
5087
5088
5089fi
5090
5091if test "$DX_FLAG_chm" = 1; then
5092
5093if test -n "$ac_tool_prefix"; then
5094 # Extract the first word of "${ac_tool_prefix}hhc", so it can be a program name with args.
5095set dummy ${ac_tool_prefix}hhc; ac_word=$2
5096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5097$as_echo_n "checking for $ac_word... " >&6; }
5098if ${ac_cv_path_DX_HHC+:} false; then :
5099 $as_echo_n "(cached) " >&6
5100else
5101 case $DX_HHC in
5102 [\\/]* | ?:[\\/]*)
5103 ac_cv_path_DX_HHC="$DX_HHC" # Let the user override the test with a path.
5104 ;;
5105 *)
5106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5107for as_dir in $PATH
5108do
5109 IFS=$as_save_IFS
5110 test -z "$as_dir" && as_dir=.
5111 for ac_exec_ext in '' $ac_executable_extensions; do
5112 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5113 ac_cv_path_DX_HHC="$as_dir/$ac_word$ac_exec_ext"
5114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5115 break 2
5116 fi
5117done
5118 done
5119IFS=$as_save_IFS
5120
5121 ;;
5122esac
5123fi
5124DX_HHC=$ac_cv_path_DX_HHC
5125if test -n "$DX_HHC"; then
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_HHC" >&5
5127$as_echo "$DX_HHC" >&6; }
5128else
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5130$as_echo "no" >&6; }
5131fi
5132
5133
5134fi
5135if test -z "$ac_cv_path_DX_HHC"; then
5136 ac_pt_DX_HHC=$DX_HHC
5137 # Extract the first word of "hhc", so it can be a program name with args.
5138set dummy hhc; ac_word=$2
5139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5140$as_echo_n "checking for $ac_word... " >&6; }
5141if ${ac_cv_path_ac_pt_DX_HHC+:} false; then :
5142 $as_echo_n "(cached) " >&6
5143else
5144 case $ac_pt_DX_HHC in
5145 [\\/]* | ?:[\\/]*)
5146 ac_cv_path_ac_pt_DX_HHC="$ac_pt_DX_HHC" # Let the user override the test with a path.
5147 ;;
5148 *)
5149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5150for as_dir in $PATH
5151do
5152 IFS=$as_save_IFS
5153 test -z "$as_dir" && as_dir=.
5154 for ac_exec_ext in '' $ac_executable_extensions; do
5155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5156 ac_cv_path_ac_pt_DX_HHC="$as_dir/$ac_word$ac_exec_ext"
5157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5158 break 2
5159 fi
5160done
5161 done
5162IFS=$as_save_IFS
5163
5164 ;;
5165esac
5166fi
5167ac_pt_DX_HHC=$ac_cv_path_ac_pt_DX_HHC
5168if test -n "$ac_pt_DX_HHC"; then
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_HHC" >&5
5170$as_echo "$ac_pt_DX_HHC" >&6; }
5171else
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5173$as_echo "no" >&6; }
5174fi
5175
5176 if test "x$ac_pt_DX_HHC" = x; then
5177 DX_HHC=""
5178 else
5179 case $cross_compiling:$ac_tool_warned in
5180yes:)
5181{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5182$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5183ac_tool_warned=yes ;;
5184esac
5185 DX_HHC=$ac_pt_DX_HHC
5186 fi
5187else
5188 DX_HHC="$ac_cv_path_DX_HHC"
5189fi
5190
5191if test "$DX_FLAG_chm$DX_HHC" = 1; then
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&5
5193$as_echo "$as_me: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&2;}
5194 DX_FLAG_chm=0
5195
5196fi
5197
5198 :
5199fi
5200 if test "$DX_FLAG_chm" = 1; then
5201 DX_COND_chm_TRUE=
5202 DX_COND_chm_FALSE='#'
5203else
5204 DX_COND_chm_TRUE='#'
5205 DX_COND_chm_FALSE=
5206fi
5207
5208if test "$DX_FLAG_chm" = 1; then
5209 DX_ENV="$DX_ENV HHC_PATH='$DX_HHC'"
5210
5211 DX_ENV="$DX_ENV GENERATE_HTML='YES'"
5212
5213 DX_ENV="$DX_ENV GENERATE_HTMLHELP='YES'"
5214
5215 :
5216else
5217 DX_ENV="$DX_ENV GENERATE_HTMLHELP='NO'"
5218
5219 :
5220fi
5221
5222
5223# Seperate CHI file generation.
5224
5225
5226
5227 # Check whether --enable-doxygen-chi was given.
5228if test "${enable_doxygen_chi+set}" = set; then :
5229 enableval=$enable_doxygen_chi;
5230case "$enableval" in
5231#(
5232y|Y|yes|Yes|YES)
5233 DX_FLAG_chi=1
5234
5235
5236test "$DX_FLAG_chm" = "1" \
5237|| as_fn_error $? "doxygen-chi requires doxygen-chi" "$LINENO" 5
5238
5239;; #(
5240n|N|no|No|NO)
5241 DX_FLAG_chi=0
5242
5243;; #(
5244*)
5245 as_fn_error $? "invalid value '$enableval' given to doxygen-chi" "$LINENO" 5
5246;;
5247esac
5248
5249else
5250
5251DX_FLAG_chi=0
5252
5253
5254test "$DX_FLAG_chm" = "1" || DX_FLAG_chi=0
5255
5256
5257
5258fi
5259
5260if test "$DX_FLAG_chi" = 1; then
5261
5262 :
5263fi
5264 if test "$DX_FLAG_chi" = 1; then
5265 DX_COND_chi_TRUE=
5266 DX_COND_chi_FALSE='#'
5267else
5268 DX_COND_chi_TRUE='#'
5269 DX_COND_chi_FALSE=
5270fi
5271
5272if test "$DX_FLAG_chi" = 1; then
5273 DX_ENV="$DX_ENV GENERATE_CHI='YES'"
5274
5275 :
5276else
5277 DX_ENV="$DX_ENV GENERATE_CHI='NO'"
5278
5279 :
5280fi
5281
5282
5283# Plain HTML pages generation:
5284
5285
5286
5287 # Check whether --enable-doxygen-html was given.
5288if test "${enable_doxygen_html+set}" = set; then :
5289 enableval=$enable_doxygen_html;
5290case "$enableval" in
5291#(
5292y|Y|yes|Yes|YES)
5293 DX_FLAG_html=1
5294
5295
5296test "$DX_FLAG_doc" = "1" \
5297|| as_fn_error $? "doxygen-html requires doxygen-html" "$LINENO" 5
5298
5299test "$DX_FLAG_chm" = "0" \
5300|| as_fn_error $? "doxygen-html contradicts doxygen-html" "$LINENO" 5
5301
5302;; #(
5303n|N|no|No|NO)
5304 DX_FLAG_html=0
5305
5306;; #(
5307*)
5308 as_fn_error $? "invalid value '$enableval' given to doxygen-html" "$LINENO" 5
5309;;
5310esac
5311
5312else
5313
5314DX_FLAG_html=1
5315
5316
5317test "$DX_FLAG_doc" = "1" || DX_FLAG_html=0
5318
5319
5320test "$DX_FLAG_chm" = "0" || DX_FLAG_html=0
5321
5322
5323
5324fi
5325
5326if test "$DX_FLAG_html" = 1; then
5327
5328 :
5329fi
5330 if test "$DX_FLAG_html" = 1; then
5331 DX_COND_html_TRUE=
5332 DX_COND_html_FALSE='#'
5333else
5334 DX_COND_html_TRUE='#'
5335 DX_COND_html_FALSE=
5336fi
5337
5338if test "$DX_FLAG_html" = 1; then
5339 DX_ENV="$DX_ENV GENERATE_HTML='YES'"
5340
5341 :
5342else
5343 test "$DX_FLAG_chm" = 1 || DX_ENV="$DX_ENV GENERATE_HTML='NO'"
5344
5345 :
5346fi
5347
5348
5349# PostScript file generation:
5350
5351
5352
5353 # Check whether --enable-doxygen-ps was given.
5354if test "${enable_doxygen_ps+set}" = set; then :
5355 enableval=$enable_doxygen_ps;
5356case "$enableval" in
5357#(
5358y|Y|yes|Yes|YES)
5359 DX_FLAG_ps=1
5360
5361
5362test "$DX_FLAG_doc" = "1" \
5363|| as_fn_error $? "doxygen-ps requires doxygen-ps" "$LINENO" 5
5364
5365;; #(
5366n|N|no|No|NO)
5367 DX_FLAG_ps=0
5368
5369;; #(
5370*)
5371 as_fn_error $? "invalid value '$enableval' given to doxygen-ps" "$LINENO" 5
5372;;
5373esac
5374
5375else
5376
5377DX_FLAG_ps=0
5378
5379
5380test "$DX_FLAG_doc" = "1" || DX_FLAG_ps=0
5381
5382
5383
5384fi
5385
5386if test "$DX_FLAG_ps" = 1; then
5387
5388if test -n "$ac_tool_prefix"; then
5389 # Extract the first word of "${ac_tool_prefix}latex", so it can be a program name with args.
5390set dummy ${ac_tool_prefix}latex; ac_word=$2
5391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5392$as_echo_n "checking for $ac_word... " >&6; }
5393if ${ac_cv_path_DX_LATEX+:} false; then :
5394 $as_echo_n "(cached) " >&6
5395else
5396 case $DX_LATEX in
5397 [\\/]* | ?:[\\/]*)
5398 ac_cv_path_DX_LATEX="$DX_LATEX" # Let the user override the test with a path.
5399 ;;
5400 *)
5401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5402for as_dir in $PATH
5403do
5404 IFS=$as_save_IFS
5405 test -z "$as_dir" && as_dir=.
5406 for ac_exec_ext in '' $ac_executable_extensions; do
5407 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5408 ac_cv_path_DX_LATEX="$as_dir/$ac_word$ac_exec_ext"
5409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5410 break 2
5411 fi
5412done
5413 done
5414IFS=$as_save_IFS
5415
5416 ;;
5417esac
5418fi
5419DX_LATEX=$ac_cv_path_DX_LATEX
5420if test -n "$DX_LATEX"; then
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LATEX" >&5
5422$as_echo "$DX_LATEX" >&6; }
5423else
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5425$as_echo "no" >&6; }
5426fi
5427
5428
5429fi
5430if test -z "$ac_cv_path_DX_LATEX"; then
5431 ac_pt_DX_LATEX=$DX_LATEX
5432 # Extract the first word of "latex", so it can be a program name with args.
5433set dummy latex; ac_word=$2
5434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5435$as_echo_n "checking for $ac_word... " >&6; }
5436if ${ac_cv_path_ac_pt_DX_LATEX+:} false; then :
5437 $as_echo_n "(cached) " >&6
5438else
5439 case $ac_pt_DX_LATEX in
5440 [\\/]* | ?:[\\/]*)
5441 ac_cv_path_ac_pt_DX_LATEX="$ac_pt_DX_LATEX" # Let the user override the test with a path.
5442 ;;
5443 *)
5444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5445for as_dir in $PATH
5446do
5447 IFS=$as_save_IFS
5448 test -z "$as_dir" && as_dir=.
5449 for ac_exec_ext in '' $ac_executable_extensions; do
5450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5451 ac_cv_path_ac_pt_DX_LATEX="$as_dir/$ac_word$ac_exec_ext"
5452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5453 break 2
5454 fi
5455done
5456 done
5457IFS=$as_save_IFS
5458
5459 ;;
5460esac
5461fi
5462ac_pt_DX_LATEX=$ac_cv_path_ac_pt_DX_LATEX
5463if test -n "$ac_pt_DX_LATEX"; then
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_LATEX" >&5
5465$as_echo "$ac_pt_DX_LATEX" >&6; }
5466else
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5468$as_echo "no" >&6; }
5469fi
5470
5471 if test "x$ac_pt_DX_LATEX" = x; then
5472 DX_LATEX=""
5473 else
5474 case $cross_compiling:$ac_tool_warned in
5475yes:)
5476{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5477$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5478ac_tool_warned=yes ;;
5479esac
5480 DX_LATEX=$ac_pt_DX_LATEX
5481 fi
5482else
5483 DX_LATEX="$ac_cv_path_DX_LATEX"
5484fi
5485
5486if test "$DX_FLAG_ps$DX_LATEX" = 1; then
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: latex not found - will not generate doxygen PostScript documentation" >&5
5488$as_echo "$as_me: WARNING: latex not found - will not generate doxygen PostScript documentation" >&2;}
5489 DX_FLAG_ps=0
5490
5491fi
5492
5493
5494if test -n "$ac_tool_prefix"; then
5495 # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
5496set dummy ${ac_tool_prefix}makeindex; ac_word=$2
5497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5498$as_echo_n "checking for $ac_word... " >&6; }
5499if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
5500 $as_echo_n "(cached) " >&6
5501else
5502 case $DX_MAKEINDEX in
5503 [\\/]* | ?:[\\/]*)
5504 ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # Let the user override the test with a path.
5505 ;;
5506 *)
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508for as_dir in $PATH
5509do
5510 IFS=$as_save_IFS
5511 test -z "$as_dir" && as_dir=.
5512 for ac_exec_ext in '' $ac_executable_extensions; do
5513 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5514 ac_cv_path_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
5515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5516 break 2
5517 fi
5518done
5519 done
5520IFS=$as_save_IFS
5521
5522 ;;
5523esac
5524fi
5525DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
5526if test -n "$DX_MAKEINDEX"; then
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
5528$as_echo "$DX_MAKEINDEX" >&6; }
5529else
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5531$as_echo "no" >&6; }
5532fi
5533
5534
5535fi
5536if test -z "$ac_cv_path_DX_MAKEINDEX"; then
5537 ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
5538 # Extract the first word of "makeindex", so it can be a program name with args.
5539set dummy makeindex; ac_word=$2
5540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5541$as_echo_n "checking for $ac_word... " >&6; }
5542if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
5543 $as_echo_n "(cached) " >&6
5544else
5545 case $ac_pt_DX_MAKEINDEX in
5546 [\\/]* | ?:[\\/]*)
5547 ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # Let the user override the test with a path.
5548 ;;
5549 *)
5550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5551for as_dir in $PATH
5552do
5553 IFS=$as_save_IFS
5554 test -z "$as_dir" && as_dir=.
5555 for ac_exec_ext in '' $ac_executable_extensions; do
5556 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5557 ac_cv_path_ac_pt_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
5558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5559 break 2
5560 fi
5561done
5562 done
5563IFS=$as_save_IFS
5564
5565 ;;
5566esac
5567fi
5568ac_pt_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
5569if test -n "$ac_pt_DX_MAKEINDEX"; then
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
5571$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
5572else
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5574$as_echo "no" >&6; }
5575fi
5576
5577 if test "x$ac_pt_DX_MAKEINDEX" = x; then
5578 DX_MAKEINDEX=""
5579 else
5580 case $cross_compiling:$ac_tool_warned in
5581yes:)
5582{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5583$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5584ac_tool_warned=yes ;;
5585esac
5586 DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
5587 fi
5588else
5589 DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
5590fi
5591
5592if test "$DX_FLAG_ps$DX_MAKEINDEX" = 1; then
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&5
5594$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&2;}
5595 DX_FLAG_ps=0
5596
5597fi
5598
5599
5600if test -n "$ac_tool_prefix"; then
5601 # Extract the first word of "${ac_tool_prefix}dvips", so it can be a program name with args.
5602set dummy ${ac_tool_prefix}dvips; ac_word=$2
5603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5604$as_echo_n "checking for $ac_word... " >&6; }
5605if ${ac_cv_path_DX_DVIPS+:} false; then :
5606 $as_echo_n "(cached) " >&6
5607else
5608 case $DX_DVIPS in
5609 [\\/]* | ?:[\\/]*)
5610 ac_cv_path_DX_DVIPS="$DX_DVIPS" # Let the user override the test with a path.
5611 ;;
5612 *)
5613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5614for as_dir in $PATH
5615do
5616 IFS=$as_save_IFS
5617 test -z "$as_dir" && as_dir=.
5618 for ac_exec_ext in '' $ac_executable_extensions; do
5619 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5620 ac_cv_path_DX_DVIPS="$as_dir/$ac_word$ac_exec_ext"
5621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5622 break 2
5623 fi
5624done
5625 done
5626IFS=$as_save_IFS
5627
5628 ;;
5629esac
5630fi
5631DX_DVIPS=$ac_cv_path_DX_DVIPS
5632if test -n "$DX_DVIPS"; then
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DVIPS" >&5
5634$as_echo "$DX_DVIPS" >&6; }
5635else
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5637$as_echo "no" >&6; }
5638fi
5639
5640
5641fi
5642if test -z "$ac_cv_path_DX_DVIPS"; then
5643 ac_pt_DX_DVIPS=$DX_DVIPS
5644 # Extract the first word of "dvips", so it can be a program name with args.
5645set dummy dvips; ac_word=$2
5646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5647$as_echo_n "checking for $ac_word... " >&6; }
5648if ${ac_cv_path_ac_pt_DX_DVIPS+:} false; then :
5649 $as_echo_n "(cached) " >&6
5650else
5651 case $ac_pt_DX_DVIPS in
5652 [\\/]* | ?:[\\/]*)
5653 ac_cv_path_ac_pt_DX_DVIPS="$ac_pt_DX_DVIPS" # Let the user override the test with a path.
5654 ;;
5655 *)
5656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5657for as_dir in $PATH
5658do
5659 IFS=$as_save_IFS
5660 test -z "$as_dir" && as_dir=.
5661 for ac_exec_ext in '' $ac_executable_extensions; do
5662 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5663 ac_cv_path_ac_pt_DX_DVIPS="$as_dir/$ac_word$ac_exec_ext"
5664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5665 break 2
5666 fi
5667done
5668 done
5669IFS=$as_save_IFS
5670
5671 ;;
5672esac
5673fi
5674ac_pt_DX_DVIPS=$ac_cv_path_ac_pt_DX_DVIPS
5675if test -n "$ac_pt_DX_DVIPS"; then
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DVIPS" >&5
5677$as_echo "$ac_pt_DX_DVIPS" >&6; }
5678else
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5680$as_echo "no" >&6; }
5681fi
5682
5683 if test "x$ac_pt_DX_DVIPS" = x; then
5684 DX_DVIPS=""
5685 else
5686 case $cross_compiling:$ac_tool_warned in
5687yes:)
5688{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5689$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5690ac_tool_warned=yes ;;
5691esac
5692 DX_DVIPS=$ac_pt_DX_DVIPS
5693 fi
5694else
5695 DX_DVIPS="$ac_cv_path_DX_DVIPS"
5696fi
5697
5698if test "$DX_FLAG_ps$DX_DVIPS" = 1; then
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&5
5700$as_echo "$as_me: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&2;}
5701 DX_FLAG_ps=0
5702
5703fi
5704
5705
5706if test -n "$ac_tool_prefix"; then
5707 # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
5708set dummy ${ac_tool_prefix}egrep; ac_word=$2
5709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5710$as_echo_n "checking for $ac_word... " >&6; }
5711if ${ac_cv_path_DX_EGREP+:} false; then :
5712 $as_echo_n "(cached) " >&6
5713else
5714 case $DX_EGREP in
5715 [\\/]* | ?:[\\/]*)
5716 ac_cv_path_DX_EGREP="$DX_EGREP" # Let the user override the test with a path.
5717 ;;
5718 *)
5719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5720for as_dir in $PATH
5721do
5722 IFS=$as_save_IFS
5723 test -z "$as_dir" && as_dir=.
5724 for ac_exec_ext in '' $ac_executable_extensions; do
5725 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5726 ac_cv_path_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
5727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5728 break 2
5729 fi
5730done
5731 done
5732IFS=$as_save_IFS
5733
5734 ;;
5735esac
5736fi
5737DX_EGREP=$ac_cv_path_DX_EGREP
5738if test -n "$DX_EGREP"; then
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
5740$as_echo "$DX_EGREP" >&6; }
5741else
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5743$as_echo "no" >&6; }
5744fi
5745
5746
5747fi
5748if test -z "$ac_cv_path_DX_EGREP"; then
5749 ac_pt_DX_EGREP=$DX_EGREP
5750 # Extract the first word of "egrep", so it can be a program name with args.
5751set dummy egrep; ac_word=$2
5752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5753$as_echo_n "checking for $ac_word... " >&6; }
5754if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
5755 $as_echo_n "(cached) " >&6
5756else
5757 case $ac_pt_DX_EGREP in
5758 [\\/]* | ?:[\\/]*)
5759 ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # Let the user override the test with a path.
5760 ;;
5761 *)
5762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5763for as_dir in $PATH
5764do
5765 IFS=$as_save_IFS
5766 test -z "$as_dir" && as_dir=.
5767 for ac_exec_ext in '' $ac_executable_extensions; do
5768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5769 ac_cv_path_ac_pt_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
5770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5771 break 2
5772 fi
5773done
5774 done
5775IFS=$as_save_IFS
5776
5777 ;;
5778esac
5779fi
5780ac_pt_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
5781if test -n "$ac_pt_DX_EGREP"; then
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
5783$as_echo "$ac_pt_DX_EGREP" >&6; }
5784else
5785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5786$as_echo "no" >&6; }
5787fi
5788
5789 if test "x$ac_pt_DX_EGREP" = x; then
5790 DX_EGREP=""
5791 else
5792 case $cross_compiling:$ac_tool_warned in
5793yes:)
5794{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5795$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5796ac_tool_warned=yes ;;
5797esac
5798 DX_EGREP=$ac_pt_DX_EGREP
5799 fi
5800else
5801 DX_EGREP="$ac_cv_path_DX_EGREP"
5802fi
5803
5804if test "$DX_FLAG_ps$DX_EGREP" = 1; then
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&5
5806$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&2;}
5807 DX_FLAG_ps=0
5808
5809fi
5810
5811 :
5812fi
5813 if test "$DX_FLAG_ps" = 1; then
5814 DX_COND_ps_TRUE=
5815 DX_COND_ps_FALSE='#'
5816else
5817 DX_COND_ps_TRUE='#'
5818 DX_COND_ps_FALSE=
5819fi
5820
5821if test "$DX_FLAG_ps" = 1; then
5822
5823 :
5824else
5825
5826 :
5827fi
5828
5829
5830# PDF file generation:
5831
5832
5833
5834 # Check whether --enable-doxygen-pdf was given.
5835if test "${enable_doxygen_pdf+set}" = set; then :
5836 enableval=$enable_doxygen_pdf;
5837case "$enableval" in
5838#(
5839y|Y|yes|Yes|YES)
5840 DX_FLAG_pdf=1
5841
5842
5843test "$DX_FLAG_doc" = "1" \
5844|| as_fn_error $? "doxygen-pdf requires doxygen-pdf" "$LINENO" 5
5845
5846;; #(
5847n|N|no|No|NO)
5848 DX_FLAG_pdf=0
5849
5850;; #(
5851*)
5852 as_fn_error $? "invalid value '$enableval' given to doxygen-pdf" "$LINENO" 5
5853;;
5854esac
5855
5856else
5857
5858DX_FLAG_pdf=0
5859
5860
5861test "$DX_FLAG_doc" = "1" || DX_FLAG_pdf=0
5862
5863
5864
5865fi
5866
5867if test "$DX_FLAG_pdf" = 1; then
5868
5869if test -n "$ac_tool_prefix"; then
5870 # Extract the first word of "${ac_tool_prefix}pdflatex", so it can be a program name with args.
5871set dummy ${ac_tool_prefix}pdflatex; ac_word=$2
5872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5873$as_echo_n "checking for $ac_word... " >&6; }
5874if ${ac_cv_path_DX_PDFLATEX+:} false; then :
5875 $as_echo_n "(cached) " >&6
5876else
5877 case $DX_PDFLATEX in
5878 [\\/]* | ?:[\\/]*)
5879 ac_cv_path_DX_PDFLATEX="$DX_PDFLATEX" # Let the user override the test with a path.
5880 ;;
5881 *)
5882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5883for as_dir in $PATH
5884do
5885 IFS=$as_save_IFS
5886 test -z "$as_dir" && as_dir=.
5887 for ac_exec_ext in '' $ac_executable_extensions; do
5888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5889 ac_cv_path_DX_PDFLATEX="$as_dir/$ac_word$ac_exec_ext"
5890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5891 break 2
5892 fi
5893done
5894 done
5895IFS=$as_save_IFS
5896
5897 ;;
5898esac
5899fi
5900DX_PDFLATEX=$ac_cv_path_DX_PDFLATEX
5901if test -n "$DX_PDFLATEX"; then
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PDFLATEX" >&5
5903$as_echo "$DX_PDFLATEX" >&6; }
5904else
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5906$as_echo "no" >&6; }
5907fi
5908
5909
5910fi
5911if test -z "$ac_cv_path_DX_PDFLATEX"; then
5912 ac_pt_DX_PDFLATEX=$DX_PDFLATEX
5913 # Extract the first word of "pdflatex", so it can be a program name with args.
5914set dummy pdflatex; ac_word=$2
5915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5916$as_echo_n "checking for $ac_word... " >&6; }
5917if ${ac_cv_path_ac_pt_DX_PDFLATEX+:} false; then :
5918 $as_echo_n "(cached) " >&6
5919else
5920 case $ac_pt_DX_PDFLATEX in
5921 [\\/]* | ?:[\\/]*)
5922 ac_cv_path_ac_pt_DX_PDFLATEX="$ac_pt_DX_PDFLATEX" # Let the user override the test with a path.
5923 ;;
5924 *)
5925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926for as_dir in $PATH
5927do
5928 IFS=$as_save_IFS
5929 test -z "$as_dir" && as_dir=.
5930 for ac_exec_ext in '' $ac_executable_extensions; do
5931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5932 ac_cv_path_ac_pt_DX_PDFLATEX="$as_dir/$ac_word$ac_exec_ext"
5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934 break 2
5935 fi
5936done
5937 done
5938IFS=$as_save_IFS
5939
5940 ;;
5941esac
5942fi
5943ac_pt_DX_PDFLATEX=$ac_cv_path_ac_pt_DX_PDFLATEX
5944if test -n "$ac_pt_DX_PDFLATEX"; then
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PDFLATEX" >&5
5946$as_echo "$ac_pt_DX_PDFLATEX" >&6; }
5947else
5948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5949$as_echo "no" >&6; }
5950fi
5951
5952 if test "x$ac_pt_DX_PDFLATEX" = x; then
5953 DX_PDFLATEX=""
5954 else
5955 case $cross_compiling:$ac_tool_warned in
5956yes:)
5957{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5958$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5959ac_tool_warned=yes ;;
5960esac
5961 DX_PDFLATEX=$ac_pt_DX_PDFLATEX
5962 fi
5963else
5964 DX_PDFLATEX="$ac_cv_path_DX_PDFLATEX"
5965fi
5966
5967if test "$DX_FLAG_pdf$DX_PDFLATEX" = 1; then
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&5
5969$as_echo "$as_me: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&2;}
5970 DX_FLAG_pdf=0
5971
5972fi
5973
5974
5975if test -n "$ac_tool_prefix"; then
5976 # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
5977set dummy ${ac_tool_prefix}makeindex; ac_word=$2
5978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5979$as_echo_n "checking for $ac_word... " >&6; }
5980if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
5981 $as_echo_n "(cached) " >&6
5982else
5983 case $DX_MAKEINDEX in
5984 [\\/]* | ?:[\\/]*)
5985 ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # Let the user override the test with a path.
5986 ;;
5987 *)
5988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5989for as_dir in $PATH
5990do
5991 IFS=$as_save_IFS
5992 test -z "$as_dir" && as_dir=.
5993 for ac_exec_ext in '' $ac_executable_extensions; do
5994 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5995 ac_cv_path_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
5996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5997 break 2
5998 fi
5999done
6000 done
6001IFS=$as_save_IFS
6002
6003 ;;
6004esac
6005fi
6006DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
6007if test -n "$DX_MAKEINDEX"; then
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
6009$as_echo "$DX_MAKEINDEX" >&6; }
6010else
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6012$as_echo "no" >&6; }
6013fi
6014
6015
6016fi
6017if test -z "$ac_cv_path_DX_MAKEINDEX"; then
6018 ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
6019 # Extract the first word of "makeindex", so it can be a program name with args.
6020set dummy makeindex; ac_word=$2
6021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6022$as_echo_n "checking for $ac_word... " >&6; }
6023if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
6024 $as_echo_n "(cached) " >&6
6025else
6026 case $ac_pt_DX_MAKEINDEX in
6027 [\\/]* | ?:[\\/]*)
6028 ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # Let the user override the test with a path.
6029 ;;
6030 *)
6031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6032for as_dir in $PATH
6033do
6034 IFS=$as_save_IFS
6035 test -z "$as_dir" && as_dir=.
6036 for ac_exec_ext in '' $ac_executable_extensions; do
6037 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6038 ac_cv_path_ac_pt_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
6039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6040 break 2
6041 fi
6042done
6043 done
6044IFS=$as_save_IFS
6045
6046 ;;
6047esac
6048fi
6049ac_pt_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
6050if test -n "$ac_pt_DX_MAKEINDEX"; then
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
6052$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
6053else
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6055$as_echo "no" >&6; }
6056fi
6057
6058 if test "x$ac_pt_DX_MAKEINDEX" = x; then
6059 DX_MAKEINDEX=""
6060 else
6061 case $cross_compiling:$ac_tool_warned in
6062yes:)
6063{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6064$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6065ac_tool_warned=yes ;;
6066esac
6067 DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
6068 fi
6069else
6070 DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
6071fi
6072
6073if test "$DX_FLAG_pdf$DX_MAKEINDEX" = 1; then
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&5
6075$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&2;}
6076 DX_FLAG_pdf=0
6077
6078fi
6079
6080
6081if test -n "$ac_tool_prefix"; then
6082 # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
6083set dummy ${ac_tool_prefix}egrep; ac_word=$2
6084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6085$as_echo_n "checking for $ac_word... " >&6; }
6086if ${ac_cv_path_DX_EGREP+:} false; then :
6087 $as_echo_n "(cached) " >&6
6088else
6089 case $DX_EGREP in
6090 [\\/]* | ?:[\\/]*)
6091 ac_cv_path_DX_EGREP="$DX_EGREP" # Let the user override the test with a path.
6092 ;;
6093 *)
6094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6095for as_dir in $PATH
6096do
6097 IFS=$as_save_IFS
6098 test -z "$as_dir" && as_dir=.
6099 for ac_exec_ext in '' $ac_executable_extensions; do
6100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6101 ac_cv_path_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
6102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6103 break 2
6104 fi
6105done
6106 done
6107IFS=$as_save_IFS
6108
6109 ;;
6110esac
6111fi
6112DX_EGREP=$ac_cv_path_DX_EGREP
6113if test -n "$DX_EGREP"; then
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
6115$as_echo "$DX_EGREP" >&6; }
6116else
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6118$as_echo "no" >&6; }
6119fi
6120
6121
6122fi
6123if test -z "$ac_cv_path_DX_EGREP"; then
6124 ac_pt_DX_EGREP=$DX_EGREP
6125 # Extract the first word of "egrep", so it can be a program name with args.
6126set dummy egrep; ac_word=$2
6127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6128$as_echo_n "checking for $ac_word... " >&6; }
6129if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
6130 $as_echo_n "(cached) " >&6
6131else
6132 case $ac_pt_DX_EGREP in
6133 [\\/]* | ?:[\\/]*)
6134 ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # Let the user override the test with a path.
6135 ;;
6136 *)
6137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6138for as_dir in $PATH
6139do
6140 IFS=$as_save_IFS
6141 test -z "$as_dir" && as_dir=.
6142 for ac_exec_ext in '' $ac_executable_extensions; do
6143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6144 ac_cv_path_ac_pt_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
6145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6146 break 2
6147 fi
6148done
6149 done
6150IFS=$as_save_IFS
6151
6152 ;;
6153esac
6154fi
6155ac_pt_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
6156if test -n "$ac_pt_DX_EGREP"; then
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
6158$as_echo "$ac_pt_DX_EGREP" >&6; }
6159else
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6161$as_echo "no" >&6; }
6162fi
6163
6164 if test "x$ac_pt_DX_EGREP" = x; then
6165 DX_EGREP=""
6166 else
6167 case $cross_compiling:$ac_tool_warned in
6168yes:)
6169{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6170$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6171ac_tool_warned=yes ;;
6172esac
6173 DX_EGREP=$ac_pt_DX_EGREP
6174 fi
6175else
6176 DX_EGREP="$ac_cv_path_DX_EGREP"
6177fi
6178
6179if test "$DX_FLAG_pdf$DX_EGREP" = 1; then
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PDF documentation" >&5
6181$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PDF documentation" >&2;}
6182 DX_FLAG_pdf=0
6183
6184fi
6185
6186 :
6187fi
6188 if test "$DX_FLAG_pdf" = 1; then
6189 DX_COND_pdf_TRUE=
6190 DX_COND_pdf_FALSE='#'
6191else
6192 DX_COND_pdf_TRUE='#'
6193 DX_COND_pdf_FALSE=
6194fi
6195
6196if test "$DX_FLAG_pdf" = 1; then
6197
6198 :
6199else
6200
6201 :
6202fi
6203
6204
6205# LaTeX generation for PS and/or PDF:
6206 if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
6207 DX_COND_latex_TRUE=
6208 DX_COND_latex_FALSE='#'
6209else
6210 DX_COND_latex_TRUE='#'
6211 DX_COND_latex_FALSE=
6212fi
6213
6214if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
6215 DX_ENV="$DX_ENV GENERATE_LATEX='YES'"
6216
6217else
6218 DX_ENV="$DX_ENV GENERATE_LATEX='NO'"
6219
6220fi
6221
6222# Paper size for PS and/or PDF:
6223
6224case "$DOXYGEN_PAPER_SIZE" in
6225#(
6226"")
6227 DOXYGEN_PAPER_SIZE=""
6228
6229;; #(
6230a4wide|a4|letter|legal|executive)
6231 DX_ENV="$DX_ENV PAPER_SIZE='$DOXYGEN_PAPER_SIZE'"
6232
6233;; #(
6234*)
6235 as_fn_error $? "unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'" "$LINENO" 5
6236;;
6237esac
6238
6239#For debugging:
6240#echo DX_FLAG_doc=$DX_FLAG_doc
6241#echo DX_FLAG_dot=$DX_FLAG_dot
6242#echo DX_FLAG_man=$DX_FLAG_man
6243#echo DX_FLAG_html=$DX_FLAG_html
6244#echo DX_FLAG_chm=$DX_FLAG_chm
6245#echo DX_FLAG_chi=$DX_FLAG_chi
6246#echo DX_FLAG_rtf=$DX_FLAG_rtf
6247#echo DX_FLAG_xml=$DX_FLAG_xml
6248#echo DX_FLAG_pdf=$DX_FLAG_pdf
6249#echo DX_FLAG_ps=$DX_FLAG_ps
6250#echo DX_ENV=$DX_ENV
6251
6252
Jeff Thompson39128c62013-06-19 14:08:51 -07006253ac_config_files="$ac_config_files Makefile"
6254
6255cat >confcache <<\_ACEOF
6256# This file is a shell script that caches the results of configure
6257# tests run on this system so they can be shared between configure
6258# scripts and configure runs, see configure's option --config-cache.
6259# It is not useful on other systems. If it contains results you don't
6260# want to keep, you may remove or edit it.
6261#
6262# config.status only pays attention to the cache file if you give it
6263# the --recheck option to rerun configure.
6264#
6265# `ac_cv_env_foo' variables (set or unset) will be overridden when
6266# loading this file, other *unset* `ac_cv_foo' will be assigned the
6267# following values.
6268
6269_ACEOF
6270
6271# The following way of writing the cache mishandles newlines in values,
6272# but we know of no workaround that is simple, portable, and efficient.
6273# So, we kill variables containing newlines.
6274# Ultrix sh set writes to stderr and can't be redirected directly,
6275# and sets the high bit in the cache file unless we assign to the vars.
6276(
6277 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6278 eval ac_val=\$$ac_var
6279 case $ac_val in #(
6280 *${as_nl}*)
6281 case $ac_var in #(
6282 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
6283$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
6284 esac
6285 case $ac_var in #(
6286 _ | IFS | as_nl) ;; #(
6287 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
6288 *) { eval $ac_var=; unset $ac_var;} ;;
6289 esac ;;
6290 esac
6291 done
6292
6293 (set) 2>&1 |
6294 case $as_nl`(ac_space=' '; set) 2>&1` in #(
6295 *${as_nl}ac_space=\ *)
6296 # `set' does not quote correctly, so add quotes: double-quote
6297 # substitution turns \\\\ into \\, and sed turns \\ into \.
6298 sed -n \
6299 "s/'/'\\\\''/g;
6300 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6301 ;; #(
6302 *)
6303 # `set' quotes correctly as required by POSIX, so do not add quotes.
6304 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6305 ;;
6306 esac |
6307 sort
6308) |
6309 sed '
6310 /^ac_cv_env_/b end
6311 t clear
6312 :clear
6313 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6314 t end
6315 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6316 :end' >>confcache
6317if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6318 if test -w "$cache_file"; then
6319 if test "x$cache_file" != "x/dev/null"; then
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6321$as_echo "$as_me: updating cache $cache_file" >&6;}
6322 if test ! -f "$cache_file" || test -h "$cache_file"; then
6323 cat confcache >"$cache_file"
6324 else
6325 case $cache_file in #(
6326 */* | ?:*)
6327 mv -f confcache "$cache_file"$$ &&
6328 mv -f "$cache_file"$$ "$cache_file" ;; #(
6329 *)
6330 mv -f confcache "$cache_file" ;;
6331 esac
6332 fi
6333 fi
6334 else
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6336$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6337 fi
6338fi
6339rm -f confcache
6340
6341test "x$prefix" = xNONE && prefix=$ac_default_prefix
6342# Let make expand exec_prefix.
6343test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6344
6345DEFS=-DHAVE_CONFIG_H
6346
6347ac_libobjs=
6348ac_ltlibobjs=
6349U=
6350for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6351 # 1. Remove the extension, and $U if already installed.
6352 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6353 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
6354 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
6355 # will be set to the directory where LIBOBJS objects are built.
6356 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6357 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
6358done
6359LIBOBJS=$ac_libobjs
6360
6361LTLIBOBJS=$ac_ltlibobjs
6362
6363
6364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
6365$as_echo_n "checking that generated files are newer than configure... " >&6; }
6366 if test -n "$am_sleep_pid"; then
6367 # Hide warnings about reused PIDs.
6368 wait $am_sleep_pid 2>/dev/null
6369 fi
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
6371$as_echo "done" >&6; }
6372 if test -n "$EXEEXT"; then
6373 am__EXEEXT_TRUE=
6374 am__EXEEXT_FALSE='#'
6375else
6376 am__EXEEXT_TRUE='#'
6377 am__EXEEXT_FALSE=
6378fi
6379
6380if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6381 as_fn_error $? "conditional \"AMDEP\" was never defined.
6382Usually this means the macro was only invoked conditionally." "$LINENO" 5
6383fi
6384if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
6385 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
6386Usually this means the macro was only invoked conditionally." "$LINENO" 5
6387fi
Jeff Thompson36174062013-06-21 16:03:44 -07006388if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6389 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
6390Usually this means the macro was only invoked conditionally." "$LINENO" 5
6391fi
Jeff Thompsonca45e552013-06-26 17:40:06 -07006392if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
6393 as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
6394Usually this means the macro was only invoked conditionally." "$LINENO" 5
6395fi
6396if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
6397 as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
6398Usually this means the macro was only invoked conditionally." "$LINENO" 5
6399fi
6400if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
6401 as_fn_error $? "conditional \"DX_COND_man\" was never defined.
6402Usually this means the macro was only invoked conditionally." "$LINENO" 5
6403fi
6404if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
6405 as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
6406Usually this means the macro was only invoked conditionally." "$LINENO" 5
6407fi
6408if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
6409 as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
6410Usually this means the macro was only invoked conditionally." "$LINENO" 5
6411fi
6412if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
6413 as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
6414Usually this means the macro was only invoked conditionally." "$LINENO" 5
6415fi
6416if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
6417 as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
6418Usually this means the macro was only invoked conditionally." "$LINENO" 5
6419fi
6420if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
6421 as_fn_error $? "conditional \"DX_COND_html\" was never defined.
6422Usually this means the macro was only invoked conditionally." "$LINENO" 5
6423fi
6424if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
6425 as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
6426Usually this means the macro was only invoked conditionally." "$LINENO" 5
6427fi
6428if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
6429 as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
6430Usually this means the macro was only invoked conditionally." "$LINENO" 5
6431fi
6432if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
6433 as_fn_error $? "conditional \"DX_COND_latex\" was never defined.
6434Usually this means the macro was only invoked conditionally." "$LINENO" 5
6435fi
Jeff Thompson39128c62013-06-19 14:08:51 -07006436
6437: "${CONFIG_STATUS=./config.status}"
6438ac_write_fail=0
6439ac_clean_files_save=$ac_clean_files
6440ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6441{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
6442$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6443as_write_fail=0
6444cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
6445#! $SHELL
6446# Generated by $as_me.
6447# Run this file to recreate the current configuration.
6448# Compiler output produced by configure, useful for debugging
6449# configure, is in config.log if it exists.
6450
6451debug=false
6452ac_cs_recheck=false
6453ac_cs_silent=false
6454
6455SHELL=\${CONFIG_SHELL-$SHELL}
6456export SHELL
6457_ASEOF
6458cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
6459## -------------------- ##
6460## M4sh Initialization. ##
6461## -------------------- ##
6462
6463# Be more Bourne compatible
6464DUALCASE=1; export DUALCASE # for MKS sh
6465if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
6466 emulate sh
6467 NULLCMD=:
6468 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
6469 # is contrary to our usage. Disable this feature.
6470 alias -g '${1+"$@"}'='"$@"'
6471 setopt NO_GLOB_SUBST
6472else
6473 case `(set -o) 2>/dev/null` in #(
6474 *posix*) :
6475 set -o posix ;; #(
6476 *) :
6477 ;;
6478esac
6479fi
6480
6481
6482as_nl='
6483'
6484export as_nl
6485# Printing a long string crashes Solaris 7 /usr/bin/printf.
6486as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6487as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
6488as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
6489# Prefer a ksh shell builtin over an external printf program on Solaris,
6490# but without wasting forks for bash or zsh.
6491if test -z "$BASH_VERSION$ZSH_VERSION" \
6492 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
6493 as_echo='print -r --'
6494 as_echo_n='print -rn --'
6495elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
6496 as_echo='printf %s\n'
6497 as_echo_n='printf %s'
6498else
6499 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
6500 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
6501 as_echo_n='/usr/ucb/echo -n'
6502 else
6503 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
6504 as_echo_n_body='eval
6505 arg=$1;
6506 case $arg in #(
6507 *"$as_nl"*)
6508 expr "X$arg" : "X\\(.*\\)$as_nl";
6509 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6510 esac;
6511 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6512 '
6513 export as_echo_n_body
6514 as_echo_n='sh -c $as_echo_n_body as_echo'
6515 fi
6516 export as_echo_body
6517 as_echo='sh -c $as_echo_body as_echo'
6518fi
6519
6520# The user is always right.
6521if test "${PATH_SEPARATOR+set}" != set; then
6522 PATH_SEPARATOR=:
6523 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
6524 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
6525 PATH_SEPARATOR=';'
6526 }
6527fi
6528
6529
6530# IFS
6531# We need space, tab and new line, in precisely that order. Quoting is
6532# there to prevent editors from complaining about space-tab.
6533# (If _AS_PATH_WALK were called with IFS unset, it would disable word
6534# splitting by setting IFS to empty value.)
6535IFS=" "" $as_nl"
6536
6537# Find who we are. Look in the path if we contain no directory separator.
6538as_myself=
6539case $0 in #((
6540 *[\\/]* ) as_myself=$0 ;;
6541 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6542for as_dir in $PATH
6543do
6544 IFS=$as_save_IFS
6545 test -z "$as_dir" && as_dir=.
6546 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6547 done
6548IFS=$as_save_IFS
6549
6550 ;;
6551esac
6552# We did not find ourselves, most probably we were run as `sh COMMAND'
6553# in which case we are not to be found in the path.
6554if test "x$as_myself" = x; then
6555 as_myself=$0
6556fi
6557if test ! -f "$as_myself"; then
6558 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
6559 exit 1
6560fi
6561
6562# Unset variables that we do not need and which cause bugs (e.g. in
6563# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
6564# suppresses any "Segmentation fault" message there. '((' could
6565# trigger a bug in pdksh 5.2.14.
6566for as_var in BASH_ENV ENV MAIL MAILPATH
6567do eval test x\${$as_var+set} = xset \
6568 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
6569done
6570PS1='$ '
6571PS2='> '
6572PS4='+ '
6573
6574# NLS nuisances.
6575LC_ALL=C
6576export LC_ALL
6577LANGUAGE=C
6578export LANGUAGE
6579
6580# CDPATH.
6581(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6582
6583
6584# as_fn_error STATUS ERROR [LINENO LOG_FD]
6585# ----------------------------------------
6586# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
6587# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
6588# script with STATUS, using 1 if that was 0.
6589as_fn_error ()
6590{
6591 as_status=$1; test $as_status -eq 0 && as_status=1
6592 if test "$4"; then
6593 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
6594 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
6595 fi
6596 $as_echo "$as_me: error: $2" >&2
6597 as_fn_exit $as_status
6598} # as_fn_error
6599
6600
6601# as_fn_set_status STATUS
6602# -----------------------
6603# Set $? to STATUS, without forking.
6604as_fn_set_status ()
6605{
6606 return $1
6607} # as_fn_set_status
6608
6609# as_fn_exit STATUS
6610# -----------------
6611# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
6612as_fn_exit ()
6613{
6614 set +e
6615 as_fn_set_status $1
6616 exit $1
6617} # as_fn_exit
6618
6619# as_fn_unset VAR
6620# ---------------
6621# Portably unset VAR.
6622as_fn_unset ()
6623{
6624 { eval $1=; unset $1;}
6625}
6626as_unset=as_fn_unset
6627# as_fn_append VAR VALUE
6628# ----------------------
6629# Append the text in VALUE to the end of the definition contained in VAR. Take
6630# advantage of any shell optimizations that allow amortized linear growth over
6631# repeated appends, instead of the typical quadratic growth present in naive
6632# implementations.
6633if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
6634 eval 'as_fn_append ()
6635 {
6636 eval $1+=\$2
6637 }'
6638else
6639 as_fn_append ()
6640 {
6641 eval $1=\$$1\$2
6642 }
6643fi # as_fn_append
6644
6645# as_fn_arith ARG...
6646# ------------------
6647# Perform arithmetic evaluation on the ARGs, and store the result in the
6648# global $as_val. Take advantage of shells that can avoid forks. The arguments
6649# must be portable across $(()) and expr.
6650if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
6651 eval 'as_fn_arith ()
6652 {
6653 as_val=$(( $* ))
6654 }'
6655else
6656 as_fn_arith ()
6657 {
6658 as_val=`expr "$@" || test $? -eq 1`
6659 }
6660fi # as_fn_arith
6661
6662
6663if expr a : '\(a\)' >/dev/null 2>&1 &&
6664 test "X`expr 00001 : '.*\(...\)'`" = X001; then
6665 as_expr=expr
6666else
6667 as_expr=false
6668fi
6669
6670if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
6671 as_basename=basename
6672else
6673 as_basename=false
6674fi
6675
6676if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
6677 as_dirname=dirname
6678else
6679 as_dirname=false
6680fi
6681
6682as_me=`$as_basename -- "$0" ||
6683$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6684 X"$0" : 'X\(//\)$' \| \
6685 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6686$as_echo X/"$0" |
6687 sed '/^.*\/\([^/][^/]*\)\/*$/{
6688 s//\1/
6689 q
6690 }
6691 /^X\/\(\/\/\)$/{
6692 s//\1/
6693 q
6694 }
6695 /^X\/\(\/\).*/{
6696 s//\1/
6697 q
6698 }
6699 s/.*/./; q'`
6700
6701# Avoid depending upon Character Ranges.
6702as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6703as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6704as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6705as_cr_digits='0123456789'
6706as_cr_alnum=$as_cr_Letters$as_cr_digits
6707
6708ECHO_C= ECHO_N= ECHO_T=
6709case `echo -n x` in #(((((
6710-n*)
6711 case `echo 'xy\c'` in
6712 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
6713 xy) ECHO_C='\c';;
6714 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
6715 ECHO_T=' ';;
6716 esac;;
6717*)
6718 ECHO_N='-n';;
6719esac
6720
6721rm -f conf$$ conf$$.exe conf$$.file
6722if test -d conf$$.dir; then
6723 rm -f conf$$.dir/conf$$.file
6724else
6725 rm -f conf$$.dir
6726 mkdir conf$$.dir 2>/dev/null
6727fi
6728if (echo >conf$$.file) 2>/dev/null; then
6729 if ln -s conf$$.file conf$$ 2>/dev/null; then
6730 as_ln_s='ln -s'
6731 # ... but there are two gotchas:
6732 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6733 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6734 # In both cases, we have to default to `cp -pR'.
6735 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
6736 as_ln_s='cp -pR'
6737 elif ln conf$$.file conf$$ 2>/dev/null; then
6738 as_ln_s=ln
6739 else
6740 as_ln_s='cp -pR'
6741 fi
6742else
6743 as_ln_s='cp -pR'
6744fi
6745rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
6746rmdir conf$$.dir 2>/dev/null
6747
6748
6749# as_fn_mkdir_p
6750# -------------
6751# Create "$as_dir" as a directory, including parents if necessary.
6752as_fn_mkdir_p ()
6753{
6754
6755 case $as_dir in #(
6756 -*) as_dir=./$as_dir;;
6757 esac
6758 test -d "$as_dir" || eval $as_mkdir_p || {
6759 as_dirs=
6760 while :; do
6761 case $as_dir in #(
6762 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
6763 *) as_qdir=$as_dir;;
6764 esac
6765 as_dirs="'$as_qdir' $as_dirs"
6766 as_dir=`$as_dirname -- "$as_dir" ||
6767$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6768 X"$as_dir" : 'X\(//\)[^/]' \| \
6769 X"$as_dir" : 'X\(//\)$' \| \
6770 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6771$as_echo X"$as_dir" |
6772 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6773 s//\1/
6774 q
6775 }
6776 /^X\(\/\/\)[^/].*/{
6777 s//\1/
6778 q
6779 }
6780 /^X\(\/\/\)$/{
6781 s//\1/
6782 q
6783 }
6784 /^X\(\/\).*/{
6785 s//\1/
6786 q
6787 }
6788 s/.*/./; q'`
6789 test -d "$as_dir" && break
6790 done
6791 test -z "$as_dirs" || eval "mkdir $as_dirs"
6792 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
6793
6794
6795} # as_fn_mkdir_p
6796if mkdir -p . 2>/dev/null; then
6797 as_mkdir_p='mkdir -p "$as_dir"'
6798else
6799 test -d ./-p && rmdir ./-p
6800 as_mkdir_p=false
6801fi
6802
6803
6804# as_fn_executable_p FILE
6805# -----------------------
6806# Test if FILE is an executable regular file.
6807as_fn_executable_p ()
6808{
6809 test -f "$1" && test -x "$1"
6810} # as_fn_executable_p
6811as_test_x='test -x'
6812as_executable_p=as_fn_executable_p
6813
6814# Sed expression to map a string onto a valid CPP name.
6815as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6816
6817# Sed expression to map a string onto a valid variable name.
6818as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6819
6820
6821exec 6>&1
6822## ----------------------------------- ##
6823## Main body of $CONFIG_STATUS script. ##
6824## ----------------------------------- ##
6825_ASEOF
6826test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
6827
6828cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6829# Save the log message, to keep $0 and so on meaningful, and to
6830# report actual input values of CONFIG_FILES etc. instead of their
6831# values after options handling.
6832ac_log="
6833This file was extended by ndn-cpp $as_me 0.5, which was
6834generated by GNU Autoconf 2.69. Invocation command line was
6835
6836 CONFIG_FILES = $CONFIG_FILES
6837 CONFIG_HEADERS = $CONFIG_HEADERS
6838 CONFIG_LINKS = $CONFIG_LINKS
6839 CONFIG_COMMANDS = $CONFIG_COMMANDS
6840 $ $0 $@
6841
6842on `(hostname || uname -n) 2>/dev/null | sed 1q`
6843"
6844
6845_ACEOF
6846
6847case $ac_config_files in *"
6848"*) set x $ac_config_files; shift; ac_config_files=$*;;
6849esac
6850
6851case $ac_config_headers in *"
6852"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
6853esac
6854
6855
6856cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6857# Files that config.status was made for.
6858config_files="$ac_config_files"
6859config_headers="$ac_config_headers"
6860config_commands="$ac_config_commands"
6861
6862_ACEOF
6863
6864cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6865ac_cs_usage="\
6866\`$as_me' instantiates files and other configuration actions
6867from templates according to the current configuration. Unless the files
6868and actions are specified as TAGs, all are instantiated by default.
6869
6870Usage: $0 [OPTION]... [TAG]...
6871
6872 -h, --help print this help, then exit
6873 -V, --version print version number and configuration settings, then exit
6874 --config print configuration, then exit
6875 -q, --quiet, --silent
6876 do not print progress messages
6877 -d, --debug don't remove temporary files
6878 --recheck update $as_me by reconfiguring in the same conditions
6879 --file=FILE[:TEMPLATE]
6880 instantiate the configuration file FILE
6881 --header=FILE[:TEMPLATE]
6882 instantiate the configuration header FILE
6883
6884Configuration files:
6885$config_files
6886
6887Configuration headers:
6888$config_headers
6889
6890Configuration commands:
6891$config_commands
6892
6893Report bugs to the package provider.
6894ndn-cpp home page: <https://github.com/named-data/ndn-cpp>."
6895
6896_ACEOF
6897cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6898ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6899ac_cs_version="\\
6900ndn-cpp config.status 0.5
6901configured by $0, generated by GNU Autoconf 2.69,
6902 with options \\"\$ac_cs_config\\"
6903
6904Copyright (C) 2012 Free Software Foundation, Inc.
6905This config.status script is free software; the Free Software Foundation
6906gives unlimited permission to copy, distribute and modify it."
6907
6908ac_pwd='$ac_pwd'
6909srcdir='$srcdir'
6910INSTALL='$INSTALL'
6911MKDIR_P='$MKDIR_P'
6912AWK='$AWK'
6913test -n "\$AWK" || AWK=awk
6914_ACEOF
6915
6916cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6917# The default lists apply if the user does not specify any file.
6918ac_need_defaults=:
6919while test $# != 0
6920do
6921 case $1 in
6922 --*=?*)
6923 ac_option=`expr "X$1" : 'X\([^=]*\)='`
6924 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
6925 ac_shift=:
6926 ;;
6927 --*=)
6928 ac_option=`expr "X$1" : 'X\([^=]*\)='`
6929 ac_optarg=
6930 ac_shift=:
6931 ;;
6932 *)
6933 ac_option=$1
6934 ac_optarg=$2
6935 ac_shift=shift
6936 ;;
6937 esac
6938
6939 case $ac_option in
6940 # Handling of the options.
6941 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6942 ac_cs_recheck=: ;;
6943 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
6944 $as_echo "$ac_cs_version"; exit ;;
6945 --config | --confi | --conf | --con | --co | --c )
6946 $as_echo "$ac_cs_config"; exit ;;
6947 --debug | --debu | --deb | --de | --d | -d )
6948 debug=: ;;
6949 --file | --fil | --fi | --f )
6950 $ac_shift
6951 case $ac_optarg in
6952 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6953 '') as_fn_error $? "missing file argument" ;;
6954 esac
6955 as_fn_append CONFIG_FILES " '$ac_optarg'"
6956 ac_need_defaults=false;;
6957 --header | --heade | --head | --hea )
6958 $ac_shift
6959 case $ac_optarg in
6960 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6961 esac
6962 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
6963 ac_need_defaults=false;;
6964 --he | --h)
6965 # Conflict between --help and --header
6966 as_fn_error $? "ambiguous option: \`$1'
6967Try \`$0 --help' for more information.";;
6968 --help | --hel | -h )
6969 $as_echo "$ac_cs_usage"; exit ;;
6970 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6971 | -silent | --silent | --silen | --sile | --sil | --si | --s)
6972 ac_cs_silent=: ;;
6973
6974 # This is an error.
6975 -*) as_fn_error $? "unrecognized option: \`$1'
6976Try \`$0 --help' for more information." ;;
6977
6978 *) as_fn_append ac_config_targets " $1"
6979 ac_need_defaults=false ;;
6980
6981 esac
6982 shift
6983done
6984
6985ac_configure_extra_args=
6986
6987if $ac_cs_silent; then
6988 exec 6>/dev/null
6989 ac_configure_extra_args="$ac_configure_extra_args --silent"
6990fi
6991
6992_ACEOF
6993cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6994if \$ac_cs_recheck; then
6995 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6996 shift
6997 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6998 CONFIG_SHELL='$SHELL'
6999 export CONFIG_SHELL
7000 exec "\$@"
7001fi
7002
7003_ACEOF
7004cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7005exec 5>>config.log
7006{
7007 echo
7008 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7009## Running $as_me. ##
7010_ASBOX
7011 $as_echo "$ac_log"
7012} >&5
7013
7014_ACEOF
7015cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7016#
7017# INIT-COMMANDS
7018#
7019AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
7020
7021_ACEOF
7022
7023cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7024
7025# Handling of arguments.
7026for ac_config_target in $ac_config_targets
7027do
7028 case $ac_config_target in
7029 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7030 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
7031 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7032
7033 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
7034 esac
7035done
7036
7037
7038# If the user did not use the arguments to specify the items to instantiate,
7039# then the envvar interface is used. Set only those that are not.
7040# We use the long form for the default assignment because of an extremely
7041# bizarre bug on SunOS 4.1.3.
7042if $ac_need_defaults; then
7043 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7044 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7045 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7046fi
7047
7048# Have a temporary directory for convenience. Make it in the build tree
7049# simply because there is no reason against having it here, and in addition,
7050# creating and moving files from /tmp can sometimes cause problems.
7051# Hook for its removal unless debugging.
7052# Note that there is a small window in which the directory will not be cleaned:
7053# after its creation but before its name has been assigned to `$tmp'.
7054$debug ||
7055{
7056 tmp= ac_tmp=
7057 trap 'exit_status=$?
7058 : "${ac_tmp:=$tmp}"
7059 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
7060' 0
7061 trap 'as_fn_exit 1' 1 2 13 15
7062}
7063# Create a (secure) tmp directory for tmp files.
7064
7065{
7066 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7067 test -d "$tmp"
7068} ||
7069{
7070 tmp=./conf$$-$RANDOM
7071 (umask 077 && mkdir "$tmp")
7072} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
7073ac_tmp=$tmp
7074
7075# Set up the scripts for CONFIG_FILES section.
7076# No need to generate them if there are no CONFIG_FILES.
7077# This happens for instance with `./config.status config.h'.
7078if test -n "$CONFIG_FILES"; then
7079
7080
7081ac_cr=`echo X | tr X '\015'`
7082# On cygwin, bash can eat \r inside `` if the user requested igncr.
7083# But we know of no other shell where ac_cr would be empty at this
7084# point, so we can use a bashism as a fallback.
7085if test "x$ac_cr" = x; then
7086 eval ac_cr=\$\'\\r\'
7087fi
7088ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
7089if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
7090 ac_cs_awk_cr='\\r'
7091else
7092 ac_cs_awk_cr=$ac_cr
7093fi
7094
7095echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
7096_ACEOF
7097
7098
7099{
7100 echo "cat >conf$$subs.awk <<_ACEOF" &&
7101 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
7102 echo "_ACEOF"
7103} >conf$$subs.sh ||
7104 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7105ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
7106ac_delim='%!_!# '
7107for ac_last_try in false false false false false :; do
7108 . ./conf$$subs.sh ||
7109 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7110
7111 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
7112 if test $ac_delim_n = $ac_delim_num; then
7113 break
7114 elif $ac_last_try; then
7115 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7116 else
7117 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7118 fi
7119done
7120rm -f conf$$subs.sh
7121
7122cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7123cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
7124_ACEOF
7125sed -n '
7126h
7127s/^/S["/; s/!.*/"]=/
7128p
7129g
7130s/^[^!]*!//
7131:repl
7132t repl
7133s/'"$ac_delim"'$//
7134t delim
7135:nl
7136h
7137s/\(.\{148\}\)..*/\1/
7138t more1
7139s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
7140p
7141n
7142b repl
7143:more1
7144s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7145p
7146g
7147s/.\{148\}//
7148t nl
7149:delim
7150h
7151s/\(.\{148\}\)..*/\1/
7152t more2
7153s/["\\]/\\&/g; s/^/"/; s/$/"/
7154p
7155b
7156:more2
7157s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7158p
7159g
7160s/.\{148\}//
7161t delim
7162' <conf$$subs.awk | sed '
7163/^[^""]/{
7164 N
7165 s/\n//
7166}
7167' >>$CONFIG_STATUS || ac_write_fail=1
7168rm -f conf$$subs.awk
7169cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7170_ACAWK
7171cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
7172 for (key in S) S_is_set[key] = 1
7173 FS = ""
7174
7175}
7176{
7177 line = $ 0
7178 nfields = split(line, field, "@")
7179 substed = 0
7180 len = length(field[1])
7181 for (i = 2; i < nfields; i++) {
7182 key = field[i]
7183 keylen = length(key)
7184 if (S_is_set[key]) {
7185 value = S[key]
7186 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7187 len += length(value) + length(field[++i])
7188 substed = 1
7189 } else
7190 len += 1 + keylen
7191 }
7192
7193 print line
7194}
7195
7196_ACAWK
7197_ACEOF
7198cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7199if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
7200 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
7201else
7202 cat
7203fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
7204 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
7205_ACEOF
7206
7207# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
7208# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
7209# trailing colons and then remove the whole line if VPATH becomes empty
7210# (actually we leave an empty line to preserve line numbers).
7211if test "x$srcdir" = x.; then
7212 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
7213h
7214s///
7215s/^/:/
7216s/[ ]*$/:/
7217s/:\$(srcdir):/:/g
7218s/:\${srcdir}:/:/g
7219s/:@srcdir@:/:/g
7220s/^:*//
7221s/:*$//
7222x
7223s/\(=[ ]*\).*/\1/
7224G
7225s/\n//
7226s/^[^=]*=[ ]*$//
7227}'
7228fi
7229
7230cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7231fi # test -n "$CONFIG_FILES"
7232
7233# Set up the scripts for CONFIG_HEADERS section.
7234# No need to generate them if there are no CONFIG_HEADERS.
7235# This happens for instance with `./config.status Makefile'.
7236if test -n "$CONFIG_HEADERS"; then
7237cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
7238BEGIN {
7239_ACEOF
7240
7241# Transform confdefs.h into an awk script `defines.awk', embedded as
7242# here-document in config.status, that substitutes the proper values into
7243# config.h.in to produce config.h.
7244
7245# Create a delimiter string that does not exist in confdefs.h, to ease
7246# handling of long lines.
7247ac_delim='%!_!# '
7248for ac_last_try in false false :; do
7249 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
7250 if test -z "$ac_tt"; then
7251 break
7252 elif $ac_last_try; then
7253 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
7254 else
7255 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7256 fi
7257done
7258
7259# For the awk script, D is an array of macro values keyed by name,
7260# likewise P contains macro parameters if any. Preserve backslash
7261# newline sequences.
7262
7263ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7264sed -n '
7265s/.\{148\}/&'"$ac_delim"'/g
7266t rset
7267:rset
7268s/^[ ]*#[ ]*define[ ][ ]*/ /
7269t def
7270d
7271:def
7272s/\\$//
7273t bsnl
7274s/["\\]/\\&/g
7275s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7276D["\1"]=" \3"/p
7277s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
7278d
7279:bsnl
7280s/["\\]/\\&/g
7281s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7282D["\1"]=" \3\\\\\\n"\\/p
7283t cont
7284s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
7285t cont
7286d
7287:cont
7288n
7289s/.\{148\}/&'"$ac_delim"'/g
7290t clear
7291:clear
7292s/\\$//
7293t bsnlc
7294s/["\\]/\\&/g; s/^/"/; s/$/"/p
7295d
7296:bsnlc
7297s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
7298b cont
7299' <confdefs.h | sed '
7300s/'"$ac_delim"'/"\\\
7301"/g' >>$CONFIG_STATUS || ac_write_fail=1
7302
7303cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7304 for (key in D) D_is_set[key] = 1
7305 FS = ""
7306}
7307/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
7308 line = \$ 0
7309 split(line, arg, " ")
7310 if (arg[1] == "#") {
7311 defundef = arg[2]
7312 mac1 = arg[3]
7313 } else {
7314 defundef = substr(arg[1], 2)
7315 mac1 = arg[2]
7316 }
7317 split(mac1, mac2, "(") #)
7318 macro = mac2[1]
7319 prefix = substr(line, 1, index(line, defundef) - 1)
7320 if (D_is_set[macro]) {
7321 # Preserve the white space surrounding the "#".
7322 print prefix "define", macro P[macro] D[macro]
7323 next
7324 } else {
7325 # Replace #undef with comments. This is necessary, for example,
7326 # in the case of _POSIX_SOURCE, which is predefined and required
7327 # on some systems where configure will not decide to define it.
7328 if (defundef == "undef") {
7329 print "/*", prefix defundef, macro, "*/"
7330 next
7331 }
7332 }
7333}
7334{ print }
7335_ACAWK
7336_ACEOF
7337cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7338 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
7339fi # test -n "$CONFIG_HEADERS"
7340
7341
7342eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
7343shift
7344for ac_tag
7345do
7346 case $ac_tag in
7347 :[FHLC]) ac_mode=$ac_tag; continue;;
7348 esac
7349 case $ac_mode$ac_tag in
7350 :[FHL]*:*);;
7351 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
7352 :[FH]-) ac_tag=-:-;;
7353 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7354 esac
7355 ac_save_IFS=$IFS
7356 IFS=:
7357 set x $ac_tag
7358 IFS=$ac_save_IFS
7359 shift
7360 ac_file=$1
7361 shift
7362
7363 case $ac_mode in
7364 :L) ac_source=$1;;
7365 :[FH])
7366 ac_file_inputs=
7367 for ac_f
7368 do
7369 case $ac_f in
7370 -) ac_f="$ac_tmp/stdin";;
7371 *) # Look for the file first in the build tree, then in the source tree
7372 # (if the path is not absolute). The absolute path cannot be DOS-style,
7373 # because $ac_f cannot contain `:'.
7374 test -f "$ac_f" ||
7375 case $ac_f in
7376 [\\/$]*) false;;
7377 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
7378 esac ||
7379 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
7380 esac
7381 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7382 as_fn_append ac_file_inputs " '$ac_f'"
7383 done
7384
7385 # Let's still pretend it is `configure' which instantiates (i.e., don't
7386 # use $as_me), people would be surprised to read:
7387 # /* config.h. Generated by config.status. */
7388 configure_input='Generated from '`
7389 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7390 `' by configure.'
7391 if test x"$ac_file" != x-; then
7392 configure_input="$ac_file. $configure_input"
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
7394$as_echo "$as_me: creating $ac_file" >&6;}
7395 fi
7396 # Neutralize special characters interpreted by sed in replacement strings.
7397 case $configure_input in #(
7398 *\&* | *\|* | *\\* )
7399 ac_sed_conf_input=`$as_echo "$configure_input" |
7400 sed 's/[\\\\&|]/\\\\&/g'`;; #(
7401 *) ac_sed_conf_input=$configure_input;;
7402 esac
7403
7404 case $ac_tag in
7405 *:-:* | *:-) cat >"$ac_tmp/stdin" \
7406 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
7407 esac
7408 ;;
7409 esac
7410
7411 ac_dir=`$as_dirname -- "$ac_file" ||
7412$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7413 X"$ac_file" : 'X\(//\)[^/]' \| \
7414 X"$ac_file" : 'X\(//\)$' \| \
7415 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7416$as_echo X"$ac_file" |
7417 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7418 s//\1/
7419 q
7420 }
7421 /^X\(\/\/\)[^/].*/{
7422 s//\1/
7423 q
7424 }
7425 /^X\(\/\/\)$/{
7426 s//\1/
7427 q
7428 }
7429 /^X\(\/\).*/{
7430 s//\1/
7431 q
7432 }
7433 s/.*/./; q'`
7434 as_dir="$ac_dir"; as_fn_mkdir_p
7435 ac_builddir=.
7436
7437case "$ac_dir" in
7438.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
7439*)
7440 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7441 # A ".." for each directory in $ac_dir_suffix.
7442 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7443 case $ac_top_builddir_sub in
7444 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
7445 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
7446 esac ;;
7447esac
7448ac_abs_top_builddir=$ac_pwd
7449ac_abs_builddir=$ac_pwd$ac_dir_suffix
7450# for backward compatibility:
7451ac_top_builddir=$ac_top_build_prefix
7452
7453case $srcdir in
7454 .) # We are building in place.
7455 ac_srcdir=.
7456 ac_top_srcdir=$ac_top_builddir_sub
7457 ac_abs_top_srcdir=$ac_pwd ;;
7458 [\\/]* | ?:[\\/]* ) # Absolute name.
7459 ac_srcdir=$srcdir$ac_dir_suffix;
7460 ac_top_srcdir=$srcdir
7461 ac_abs_top_srcdir=$srcdir ;;
7462 *) # Relative name.
7463 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
7464 ac_top_srcdir=$ac_top_build_prefix$srcdir
7465 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
7466esac
7467ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7468
7469
7470 case $ac_mode in
7471 :F)
7472 #
7473 # CONFIG_FILE
7474 #
7475
7476 case $INSTALL in
7477 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7478 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7479 esac
7480 ac_MKDIR_P=$MKDIR_P
7481 case $MKDIR_P in
7482 [\\/$]* | ?:[\\/]* ) ;;
7483 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
7484 esac
7485_ACEOF
7486
7487cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7488# If the template does not know about datarootdir, expand it.
7489# FIXME: This hack should be removed a few years after 2.60.
7490ac_datarootdir_hack=; ac_datarootdir_seen=
7491ac_sed_dataroot='
7492/datarootdir/ {
7493 p
7494 q
7495}
7496/@datadir@/p
7497/@docdir@/p
7498/@infodir@/p
7499/@localedir@/p
7500/@mandir@/p'
7501case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
7502*datarootdir*) ac_datarootdir_seen=yes;;
7503*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7504 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7505$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7506_ACEOF
7507cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7508 ac_datarootdir_hack='
7509 s&@datadir@&$datadir&g
7510 s&@docdir@&$docdir&g
7511 s&@infodir@&$infodir&g
7512 s&@localedir@&$localedir&g
7513 s&@mandir@&$mandir&g
7514 s&\\\${datarootdir}&$datarootdir&g' ;;
7515esac
7516_ACEOF
7517
7518# Neutralize VPATH when `$srcdir' = `.'.
7519# Shell code in configure.ac might set extrasub.
7520# FIXME: do we really want to maintain this feature?
7521cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7522ac_sed_extra="$ac_vpsub
7523$extrasub
7524_ACEOF
7525cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7526:t
7527/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7528s|@configure_input@|$ac_sed_conf_input|;t t
7529s&@top_builddir@&$ac_top_builddir_sub&;t t
7530s&@top_build_prefix@&$ac_top_build_prefix&;t t
7531s&@srcdir@&$ac_srcdir&;t t
7532s&@abs_srcdir@&$ac_abs_srcdir&;t t
7533s&@top_srcdir@&$ac_top_srcdir&;t t
7534s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
7535s&@builddir@&$ac_builddir&;t t
7536s&@abs_builddir@&$ac_abs_builddir&;t t
7537s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7538s&@INSTALL@&$ac_INSTALL&;t t
7539s&@MKDIR_P@&$ac_MKDIR_P&;t t
7540$ac_datarootdir_hack
7541"
7542eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
7543 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7544
7545test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
7546 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
7547 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
7548 "$ac_tmp/out"`; test -z "$ac_out"; } &&
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7550which seems to be undefined. Please make sure it is defined" >&5
7551$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7552which seems to be undefined. Please make sure it is defined" >&2;}
7553
7554 rm -f "$ac_tmp/stdin"
7555 case $ac_file in
7556 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
7557 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
7558 esac \
7559 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7560 ;;
7561 :H)
7562 #
7563 # CONFIG_HEADER
7564 #
7565 if test x"$ac_file" != x-; then
7566 {
7567 $as_echo "/* $configure_input */" \
7568 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
7569 } >"$ac_tmp/config.h" \
7570 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7571 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
7573$as_echo "$as_me: $ac_file is unchanged" >&6;}
7574 else
7575 rm -f "$ac_file"
7576 mv "$ac_tmp/config.h" "$ac_file" \
7577 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7578 fi
7579 else
7580 $as_echo "/* $configure_input */" \
7581 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
7582 || as_fn_error $? "could not create -" "$LINENO" 5
7583 fi
7584# Compute "$ac_file"'s index in $config_headers.
7585_am_arg="$ac_file"
7586_am_stamp_count=1
7587for _am_header in $config_headers :; do
7588 case $_am_header in
7589 $_am_arg | $_am_arg:* )
7590 break ;;
7591 * )
7592 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
7593 esac
7594done
7595echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
7596$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7597 X"$_am_arg" : 'X\(//\)[^/]' \| \
7598 X"$_am_arg" : 'X\(//\)$' \| \
7599 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
7600$as_echo X"$_am_arg" |
7601 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7602 s//\1/
7603 q
7604 }
7605 /^X\(\/\/\)[^/].*/{
7606 s//\1/
7607 q
7608 }
7609 /^X\(\/\/\)$/{
7610 s//\1/
7611 q
7612 }
7613 /^X\(\/\).*/{
7614 s//\1/
7615 q
7616 }
7617 s/.*/./; q'`/stamp-h$_am_stamp_count
7618 ;;
7619
7620 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
7621$as_echo "$as_me: executing $ac_file commands" >&6;}
7622 ;;
7623 esac
7624
7625
7626 case $ac_file$ac_mode in
7627 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
7628 # Older Autoconf quotes --file arguments for eval, but not when files
7629 # are listed without --file. Let's play safe and only enable the eval
7630 # if we detect the quoting.
7631 case $CONFIG_FILES in
7632 *\'*) eval set x "$CONFIG_FILES" ;;
7633 *) set x $CONFIG_FILES ;;
7634 esac
7635 shift
7636 for mf
7637 do
7638 # Strip MF so we end up with the name of the file.
7639 mf=`echo "$mf" | sed -e 's/:.*$//'`
7640 # Check whether this is an Automake generated Makefile or not.
7641 # We used to match only the files named 'Makefile.in', but
7642 # some people rename them; so instead we look at the file content.
7643 # Grep'ing the first line is not enough: some people post-process
7644 # each Makefile.in and add a new line on top of each file to say so.
7645 # Grep'ing the whole file is not good either: AIX grep has a line
7646 # limit of 2048, but all sed's we know have understand at least 4000.
7647 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
7648 dirpart=`$as_dirname -- "$mf" ||
7649$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7650 X"$mf" : 'X\(//\)[^/]' \| \
7651 X"$mf" : 'X\(//\)$' \| \
7652 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
7653$as_echo X"$mf" |
7654 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7655 s//\1/
7656 q
7657 }
7658 /^X\(\/\/\)[^/].*/{
7659 s//\1/
7660 q
7661 }
7662 /^X\(\/\/\)$/{
7663 s//\1/
7664 q
7665 }
7666 /^X\(\/\).*/{
7667 s//\1/
7668 q
7669 }
7670 s/.*/./; q'`
7671 else
7672 continue
7673 fi
7674 # Extract the definition of DEPDIR, am__include, and am__quote
7675 # from the Makefile without running 'make'.
7676 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7677 test -z "$DEPDIR" && continue
7678 am__include=`sed -n 's/^am__include = //p' < "$mf"`
7679 test -z "$am__include" && continue
7680 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
7681 # Find all dependency output files, they are included files with
7682 # $(DEPDIR) in their names. We invoke sed twice because it is the
7683 # simplest approach to changing $(DEPDIR) to its actual value in the
7684 # expansion.
7685 for file in `sed -n "
7686 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
7687 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
7688 # Make sure the directory exists.
7689 test -f "$dirpart/$file" && continue
7690 fdir=`$as_dirname -- "$file" ||
7691$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7692 X"$file" : 'X\(//\)[^/]' \| \
7693 X"$file" : 'X\(//\)$' \| \
7694 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
7695$as_echo X"$file" |
7696 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7697 s//\1/
7698 q
7699 }
7700 /^X\(\/\/\)[^/].*/{
7701 s//\1/
7702 q
7703 }
7704 /^X\(\/\/\)$/{
7705 s//\1/
7706 q
7707 }
7708 /^X\(\/\).*/{
7709 s//\1/
7710 q
7711 }
7712 s/.*/./; q'`
7713 as_dir=$dirpart/$fdir; as_fn_mkdir_p
7714 # echo "creating $dirpart/$file"
7715 echo '# dummy' > "$dirpart/$file"
7716 done
7717 done
7718}
7719 ;;
Jeff Thompson39128c62013-06-19 14:08:51 -07007720
7721 esac
7722done # for ac_tag
7723
7724
7725as_fn_exit 0
7726_ACEOF
7727ac_clean_files=$ac_clean_files_save
7728
7729test $ac_write_fail = 0 ||
7730 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
7731
7732
7733# configure is writing to config.log, and then calls config.status.
7734# config.status does its own redirection, appending to config.log.
7735# Unfortunately, on DOS this fails, as config.log is still kept open
7736# by configure, so config.status won't be able to write to it; its
7737# output is simply discarded. So we exec the FD to /dev/null,
7738# effectively closing config.log, so it can be properly (re)opened and
7739# appended to by config.status. When coming back to configure, we
7740# need to make the FD available again.
7741if test "$no_create" != yes; then
7742 ac_cs_success=:
7743 ac_config_status_args=
7744 test "$silent" = yes &&
7745 ac_config_status_args="$ac_config_status_args --quiet"
7746 exec 5>/dev/null
7747 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7748 exec 5>>config.log
7749 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7750 # would make configure fail if this is the last instruction.
7751 $ac_cs_success || as_fn_exit 1
7752fi
7753if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
7755$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
7756fi
7757