blob: ffc4625816dceaddf76e228c5fbaee8aa4c30ee9 [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 Thompson1a1b4c02013-06-28 22:28:51 -07004086if test "x$CC" != xcc; then
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4088$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4089else
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4091$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4092fi
4093set dummy $CC; ac_cc=`$as_echo "$2" |
4094 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4095if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
4096 $as_echo_n "(cached) " >&6
4097else
4098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4099/* end confdefs.h. */
4100
4101int
4102main ()
4103{
4104
4105 ;
4106 return 0;
4107}
4108_ACEOF
4109# Make sure it works both with $CC and with simple cc.
4110# We do the test twice because some compilers refuse to overwrite an
4111# existing .o file with -o, though they will create one.
4112ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4113rm -f conftest2.*
4114if { { case "(($ac_try" in
4115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4116 *) ac_try_echo=$ac_try;;
4117esac
4118eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4119$as_echo "$ac_try_echo"; } >&5
4120 (eval "$ac_try") 2>&5
4121 ac_status=$?
4122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4123 test $ac_status = 0; } &&
4124 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4126 *) ac_try_echo=$ac_try;;
4127esac
4128eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4129$as_echo "$ac_try_echo"; } >&5
4130 (eval "$ac_try") 2>&5
4131 ac_status=$?
4132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4133 test $ac_status = 0; };
4134then
4135 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4136 if test "x$CC" != xcc; then
4137 # Test first that cc exists at all.
4138 if { ac_try='cc -c conftest.$ac_ext >&5'
4139 { { case "(($ac_try" in
4140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4141 *) ac_try_echo=$ac_try;;
4142esac
4143eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4144$as_echo "$ac_try_echo"; } >&5
4145 (eval "$ac_try") 2>&5
4146 ac_status=$?
4147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4148 test $ac_status = 0; }; }; then
4149 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4150 rm -f conftest2.*
4151 if { { case "(($ac_try" in
4152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4153 *) ac_try_echo=$ac_try;;
4154esac
4155eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4156$as_echo "$ac_try_echo"; } >&5
4157 (eval "$ac_try") 2>&5
4158 ac_status=$?
4159 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4160 test $ac_status = 0; } &&
4161 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4163 *) ac_try_echo=$ac_try;;
4164esac
4165eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4166$as_echo "$ac_try_echo"; } >&5
4167 (eval "$ac_try") 2>&5
4168 ac_status=$?
4169 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4170 test $ac_status = 0; };
4171 then
4172 # cc works too.
4173 :
4174 else
4175 # cc exists but doesn't like -o.
4176 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4177 fi
4178 fi
4179 fi
4180else
4181 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4182fi
4183rm -f core conftest*
4184
4185fi
4186if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4188$as_echo "yes" >&6; }
4189else
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4191$as_echo "no" >&6; }
4192
4193$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4194
4195fi
4196
4197# FIXME: we rely on the cache variable name because
4198# there is no other way.
4199set dummy $CC
4200am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4201eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
4202if test "$am_t" != yes; then
4203 # Losing compiler, so override with the script.
4204 # FIXME: It is wrong to rewrite CC.
4205 # But if we don't then we get into trouble of one sort or another.
4206 # A longer-term fix would be to have automake use am__CC in this case,
4207 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4208 CC="$am_aux_dir/compile $CC"
4209fi
4210
4211
Jeff Thompson36174062013-06-21 16:03:44 -07004212ac_ext=cpp
4213ac_cpp='$CXXCPP $CPPFLAGS'
4214ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4215ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4216ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4217
Jeff Thompson36174062013-06-21 16:03:44 -07004218
Jeff Thompson39128c62013-06-19 14:08:51 -07004219
Jeff Thompson1b8f4c92013-06-19 16:18:46 -07004220 ax_cxx_compile_cxx11_required=falsednl
4221 ac_ext=cpp
4222ac_cpp='$CXXCPP $CPPFLAGS'
4223ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4224ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4225ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4226 ac_success=no
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
4228$as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
4229if ${ax_cv_cxx_compile_cxx11+:} false; then :
4230 $as_echo_n "(cached) " >&6
4231else
4232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4233/* end confdefs.h. */
4234
4235 template <typename T>
4236 struct check
4237 {
4238 static_assert(sizeof(int) <= sizeof(T), "not big enough");
4239 };
4240
4241 typedef check<check<bool>> right_angle_brackets;
4242
4243 int a;
4244 decltype(a) b;
4245
4246 typedef check<int> check_type;
4247 check_type c;
4248 check_type&& cr = static_cast<check_type&&>(c);
4249
4250 auto d = a;
4251
4252_ACEOF
4253if ac_fn_cxx_try_compile "$LINENO"; then :
4254 ax_cv_cxx_compile_cxx11=yes
4255else
4256 ax_cv_cxx_compile_cxx11=no
4257fi
4258rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4259fi
4260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5
4261$as_echo "$ax_cv_cxx_compile_cxx11" >&6; }
4262 if test x$ax_cv_cxx_compile_cxx11 = xyes; then
4263 ac_success=yes
4264 fi
4265
4266 if test x$ac_success = xno; then
4267 for switch in -std=gnu++11 -std=gnu++0x; do
4268 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
4270$as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
4271if eval \${$cachevar+:} false; then :
4272 $as_echo_n "(cached) " >&6
4273else
4274 ac_save_CXXFLAGS="$CXXFLAGS"
4275 CXXFLAGS="$CXXFLAGS $switch"
4276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4277/* end confdefs.h. */
4278
4279 template <typename T>
4280 struct check
4281 {
4282 static_assert(sizeof(int) <= sizeof(T), "not big enough");
4283 };
4284
4285 typedef check<check<bool>> right_angle_brackets;
4286
4287 int a;
4288 decltype(a) b;
4289
4290 typedef check<int> check_type;
4291 check_type c;
4292 check_type&& cr = static_cast<check_type&&>(c);
4293
4294 auto d = a;
4295
4296_ACEOF
4297if ac_fn_cxx_try_compile "$LINENO"; then :
4298 eval $cachevar=yes
4299else
4300 eval $cachevar=no
4301fi
4302rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4303 CXXFLAGS="$ac_save_CXXFLAGS"
4304fi
4305eval ac_res=\$$cachevar
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4307$as_echo "$ac_res" >&6; }
4308 if eval test x\$$cachevar = xyes; then
4309 CXXFLAGS="$CXXFLAGS $switch"
4310 ac_success=yes
4311 break
4312 fi
4313 done
4314 fi
4315
4316 if test x$ac_success = xno; then
4317 for switch in -std=c++11 -std=c++0x; do
4318 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
4320$as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
4321if eval \${$cachevar+:} false; then :
4322 $as_echo_n "(cached) " >&6
4323else
4324 ac_save_CXXFLAGS="$CXXFLAGS"
4325 CXXFLAGS="$CXXFLAGS $switch"
4326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4327/* end confdefs.h. */
4328
4329 template <typename T>
4330 struct check
4331 {
4332 static_assert(sizeof(int) <= sizeof(T), "not big enough");
4333 };
4334
4335 typedef check<check<bool>> right_angle_brackets;
4336
4337 int a;
4338 decltype(a) b;
4339
4340 typedef check<int> check_type;
4341 check_type c;
4342 check_type&& cr = static_cast<check_type&&>(c);
4343
4344 auto d = a;
4345
4346_ACEOF
4347if ac_fn_cxx_try_compile "$LINENO"; then :
4348 eval $cachevar=yes
4349else
4350 eval $cachevar=no
4351fi
4352rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4353 CXXFLAGS="$ac_save_CXXFLAGS"
4354fi
4355eval ac_res=\$$cachevar
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4357$as_echo "$ac_res" >&6; }
4358 if eval test x\$$cachevar = xyes; then
4359 CXXFLAGS="$CXXFLAGS $switch"
4360 ac_success=yes
4361 break
4362 fi
4363 done
4364 fi
4365 ac_ext=cpp
4366ac_cpp='$CXXCPP $CPPFLAGS'
4367ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4368ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4369ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4370
4371 if test x$ax_cxx_compile_cxx11_required = xtrue; then
4372 if test x$ac_success = xno; then
4373 as_fn_error $? "*** A compiler with support for C++11 language features is required." "$LINENO" 5
4374 fi
4375 else
4376 if test x$ac_success = xno; then
4377 HAVE_CXX11=0
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5
4379$as_echo "$as_me: No compiler with C++11 support was found" >&6;}
4380 else
4381 HAVE_CXX11=1
4382
4383$as_echo "#define HAVE_CXX11 1" >>confdefs.h
4384
4385 fi
4386
4387
4388 fi
4389
4390
Jeff Thompson39128c62013-06-19 14:08:51 -07004391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::shared_ptr" >&5
4392$as_echo_n "checking for std::shared_ptr... " >&6; }
Jeff Thompson39128c62013-06-19 14:08:51 -07004393cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4394/* end confdefs.h. */
4395#include <memory>
4396 std::shared_ptr<int> have_shared_ptr;
4397int
4398main ()
4399{
4400
4401 ;
4402 return 0;
4403}
4404
4405_ACEOF
4406if ac_fn_cxx_try_compile "$LINENO"; then :
4407
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4409$as_echo "yes" >&6; }
4410
4411cat >>confdefs.h <<_ACEOF
4412#define HAVE_STD_SHARED_PTR 1
4413_ACEOF
4414
4415
4416else
4417
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4419$as_echo "no" >&6; }
4420
4421cat >>confdefs.h <<_ACEOF
4422#define HAVE_STD_SHARED_PTR 0
4423_ACEOF
4424
4425
4426fi
4427rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Jeff Thompson9e9ea9f2013-06-22 10:31:18 -07004428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for boost::shared_ptr" >&5
4429$as_echo_n "checking for boost::shared_ptr... " >&6; }
Jeff Thompson39128c62013-06-19 14:08:51 -07004430cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4431/* end confdefs.h. */
4432#include <boost/shared_ptr.hpp>
4433 boost::shared_ptr<int> have_shared_ptr;
4434int
4435main ()
4436{
4437
4438 ;
4439 return 0;
4440}
4441
4442_ACEOF
4443if ac_fn_cxx_try_compile "$LINENO"; then :
4444
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4446$as_echo "yes" >&6; }
4447
4448cat >>confdefs.h <<_ACEOF
4449#define HAVE_BOOST_SHARED_PTR 1
4450_ACEOF
4451
4452
4453else
4454
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4456$as_echo "no" >&6; }
4457
4458cat >>confdefs.h <<_ACEOF
4459#define HAVE_BOOST_SHARED_PTR 0
4460_ACEOF
4461
4462
4463fi
4464rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4465
Jeff Thompsonc804d522013-06-27 16:54:27 -07004466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for memcpy" >&5
4467$as_echo_n "checking for memcpy... " >&6; }
4468cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4469/* end confdefs.h. */
4470#include <memory.h>
4471 void test() { unsigned char buffer[1]; memcpy(buffer, buffer, 1); }
4472int
4473main ()
4474{
4475
4476 ;
4477 return 0;
4478}
4479
4480_ACEOF
4481if ac_fn_cxx_try_compile "$LINENO"; then :
4482
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4484$as_echo "yes" >&6; }
4485
4486cat >>confdefs.h <<_ACEOF
4487#define HAVE_MEMCPY 1
4488_ACEOF
4489
4490
4491else
4492
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4494$as_echo "no" >&6; }
4495
4496cat >>confdefs.h <<_ACEOF
4497#define HAVE_MEMCPY 0
4498_ACEOF
4499
4500
4501fi
4502rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for memset" >&5
4504$as_echo_n "checking for memset... " >&6; }
4505cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4506/* end confdefs.h. */
4507#include <memory.h>
4508 void test() { unsigned char buffer[1]; memset(buffer, 0, 1); }
4509int
4510main ()
4511{
4512
4513 ;
4514 return 0;
4515}
4516
4517_ACEOF
4518if ac_fn_cxx_try_compile "$LINENO"; then :
4519
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4521$as_echo "yes" >&6; }
4522
4523cat >>confdefs.h <<_ACEOF
4524#define HAVE_MEMSET 1
4525_ACEOF
4526
4527
4528else
4529
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4531$as_echo "no" >&6; }
4532
4533cat >>confdefs.h <<_ACEOF
4534#define HAVE_MEMSET 0
4535_ACEOF
4536
4537
4538fi
4539rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4540
Jeff Thompsonca45e552013-06-26 17:40:06 -07004541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551# Files:
4552DX_PROJECT=$PACKAGE_NAME
4553
4554DX_CONFIG=Doxyfile
4555
4556DX_DOCDIR=doxygen-doc
4557
4558
4559# Environment variables used inside doxygen.cfg:
4560DX_ENV="$DX_ENV SRCDIR='$srcdir'"
4561
4562DX_ENV="$DX_ENV PROJECT='$DX_PROJECT'"
4563
4564DX_ENV="$DX_ENV DOCDIR='$DX_DOCDIR'"
4565
4566DX_ENV="$DX_ENV VERSION='$PACKAGE_VERSION'"
4567
4568
4569# Doxygen itself:
4570
4571
4572
4573 # Check whether --enable-doxygen-doc was given.
4574if test "${enable_doxygen_doc+set}" = set; then :
4575 enableval=$enable_doxygen_doc;
4576case "$enableval" in
4577#(
4578y|Y|yes|Yes|YES)
4579 DX_FLAG_doc=1
4580
4581
4582;; #(
4583n|N|no|No|NO)
4584 DX_FLAG_doc=0
4585
4586;; #(
4587*)
4588 as_fn_error $? "invalid value '$enableval' given to doxygen-doc" "$LINENO" 5
4589;;
4590esac
4591
4592else
4593
4594DX_FLAG_doc=1
4595
4596
4597
4598fi
4599
4600if test "$DX_FLAG_doc" = 1; then
4601
4602if test -n "$ac_tool_prefix"; then
4603 # Extract the first word of "${ac_tool_prefix}doxygen", so it can be a program name with args.
4604set dummy ${ac_tool_prefix}doxygen; ac_word=$2
4605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4606$as_echo_n "checking for $ac_word... " >&6; }
4607if ${ac_cv_path_DX_DOXYGEN+:} false; then :
4608 $as_echo_n "(cached) " >&6
4609else
4610 case $DX_DOXYGEN in
4611 [\\/]* | ?:[\\/]*)
4612 ac_cv_path_DX_DOXYGEN="$DX_DOXYGEN" # Let the user override the test with a path.
4613 ;;
4614 *)
4615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4616for as_dir in $PATH
4617do
4618 IFS=$as_save_IFS
4619 test -z "$as_dir" && as_dir=.
4620 for ac_exec_ext in '' $ac_executable_extensions; do
4621 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4622 ac_cv_path_DX_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
4623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4624 break 2
4625 fi
4626done
4627 done
4628IFS=$as_save_IFS
4629
4630 ;;
4631esac
4632fi
4633DX_DOXYGEN=$ac_cv_path_DX_DOXYGEN
4634if test -n "$DX_DOXYGEN"; then
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOXYGEN" >&5
4636$as_echo "$DX_DOXYGEN" >&6; }
4637else
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4639$as_echo "no" >&6; }
4640fi
4641
4642
4643fi
4644if test -z "$ac_cv_path_DX_DOXYGEN"; then
4645 ac_pt_DX_DOXYGEN=$DX_DOXYGEN
4646 # Extract the first word of "doxygen", so it can be a program name with args.
4647set dummy doxygen; ac_word=$2
4648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4649$as_echo_n "checking for $ac_word... " >&6; }
4650if ${ac_cv_path_ac_pt_DX_DOXYGEN+:} false; then :
4651 $as_echo_n "(cached) " >&6
4652else
4653 case $ac_pt_DX_DOXYGEN in
4654 [\\/]* | ?:[\\/]*)
4655 ac_cv_path_ac_pt_DX_DOXYGEN="$ac_pt_DX_DOXYGEN" # Let the user override the test with a path.
4656 ;;
4657 *)
4658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4659for as_dir in $PATH
4660do
4661 IFS=$as_save_IFS
4662 test -z "$as_dir" && as_dir=.
4663 for ac_exec_ext in '' $ac_executable_extensions; do
4664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4665 ac_cv_path_ac_pt_DX_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
4666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4667 break 2
4668 fi
4669done
4670 done
4671IFS=$as_save_IFS
4672
4673 ;;
4674esac
4675fi
4676ac_pt_DX_DOXYGEN=$ac_cv_path_ac_pt_DX_DOXYGEN
4677if test -n "$ac_pt_DX_DOXYGEN"; then
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOXYGEN" >&5
4679$as_echo "$ac_pt_DX_DOXYGEN" >&6; }
4680else
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4682$as_echo "no" >&6; }
4683fi
4684
4685 if test "x$ac_pt_DX_DOXYGEN" = x; then
4686 DX_DOXYGEN=""
4687 else
4688 case $cross_compiling:$ac_tool_warned in
4689yes:)
4690{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4691$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4692ac_tool_warned=yes ;;
4693esac
4694 DX_DOXYGEN=$ac_pt_DX_DOXYGEN
4695 fi
4696else
4697 DX_DOXYGEN="$ac_cv_path_DX_DOXYGEN"
4698fi
4699
4700if test "$DX_FLAG_doc$DX_DOXYGEN" = 1; then
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: doxygen not found - will not generate any doxygen documentation" >&5
4702$as_echo "$as_me: WARNING: doxygen not found - will not generate any doxygen documentation" >&2;}
4703 DX_FLAG_doc=0
4704
4705fi
4706
4707
4708if test -n "$ac_tool_prefix"; then
4709 # Extract the first word of "${ac_tool_prefix}perl", so it can be a program name with args.
4710set dummy ${ac_tool_prefix}perl; ac_word=$2
4711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712$as_echo_n "checking for $ac_word... " >&6; }
4713if ${ac_cv_path_DX_PERL+:} false; then :
4714 $as_echo_n "(cached) " >&6
4715else
4716 case $DX_PERL in
4717 [\\/]* | ?:[\\/]*)
4718 ac_cv_path_DX_PERL="$DX_PERL" # Let the user override the test with a path.
4719 ;;
4720 *)
4721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4722for as_dir in $PATH
4723do
4724 IFS=$as_save_IFS
4725 test -z "$as_dir" && as_dir=.
4726 for ac_exec_ext in '' $ac_executable_extensions; do
4727 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4728 ac_cv_path_DX_PERL="$as_dir/$ac_word$ac_exec_ext"
4729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4730 break 2
4731 fi
4732done
4733 done
4734IFS=$as_save_IFS
4735
4736 ;;
4737esac
4738fi
4739DX_PERL=$ac_cv_path_DX_PERL
4740if test -n "$DX_PERL"; then
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PERL" >&5
4742$as_echo "$DX_PERL" >&6; }
4743else
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4745$as_echo "no" >&6; }
4746fi
4747
4748
4749fi
4750if test -z "$ac_cv_path_DX_PERL"; then
4751 ac_pt_DX_PERL=$DX_PERL
4752 # Extract the first word of "perl", so it can be a program name with args.
4753set dummy perl; ac_word=$2
4754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4755$as_echo_n "checking for $ac_word... " >&6; }
4756if ${ac_cv_path_ac_pt_DX_PERL+:} false; then :
4757 $as_echo_n "(cached) " >&6
4758else
4759 case $ac_pt_DX_PERL in
4760 [\\/]* | ?:[\\/]*)
4761 ac_cv_path_ac_pt_DX_PERL="$ac_pt_DX_PERL" # Let the user override the test with a path.
4762 ;;
4763 *)
4764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4765for as_dir in $PATH
4766do
4767 IFS=$as_save_IFS
4768 test -z "$as_dir" && as_dir=.
4769 for ac_exec_ext in '' $ac_executable_extensions; do
4770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4771 ac_cv_path_ac_pt_DX_PERL="$as_dir/$ac_word$ac_exec_ext"
4772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4773 break 2
4774 fi
4775done
4776 done
4777IFS=$as_save_IFS
4778
4779 ;;
4780esac
4781fi
4782ac_pt_DX_PERL=$ac_cv_path_ac_pt_DX_PERL
4783if test -n "$ac_pt_DX_PERL"; then
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PERL" >&5
4785$as_echo "$ac_pt_DX_PERL" >&6; }
4786else
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4788$as_echo "no" >&6; }
4789fi
4790
4791 if test "x$ac_pt_DX_PERL" = x; then
4792 DX_PERL=""
4793 else
4794 case $cross_compiling:$ac_tool_warned in
4795yes:)
4796{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4797$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4798ac_tool_warned=yes ;;
4799esac
4800 DX_PERL=$ac_pt_DX_PERL
4801 fi
4802else
4803 DX_PERL="$ac_cv_path_DX_PERL"
4804fi
4805
4806if test "$DX_FLAG_doc$DX_PERL" = 1; then
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: perl not found - will not generate any doxygen documentation" >&5
4808$as_echo "$as_me: WARNING: perl not found - will not generate any doxygen documentation" >&2;}
4809 DX_FLAG_doc=0
4810
4811fi
4812
4813 :
4814fi
4815 if test "$DX_FLAG_doc" = 1; then
4816 DX_COND_doc_TRUE=
4817 DX_COND_doc_FALSE='#'
4818else
4819 DX_COND_doc_TRUE='#'
4820 DX_COND_doc_FALSE=
4821fi
4822
4823if test "$DX_FLAG_doc" = 1; then
4824 DX_ENV="$DX_ENV PERL_PATH='$DX_PERL'"
4825
4826 :
4827else
4828
4829 :
4830fi
4831
4832
4833# Dot for graphics:
4834
4835
4836
4837 # Check whether --enable-doxygen-dot was given.
4838if test "${enable_doxygen_dot+set}" = set; then :
4839 enableval=$enable_doxygen_dot;
4840case "$enableval" in
4841#(
4842y|Y|yes|Yes|YES)
4843 DX_FLAG_dot=1
4844
4845
4846test "$DX_FLAG_doc" = "1" \
4847|| as_fn_error $? "doxygen-dot requires doxygen-dot" "$LINENO" 5
4848
4849;; #(
4850n|N|no|No|NO)
4851 DX_FLAG_dot=0
4852
4853;; #(
4854*)
4855 as_fn_error $? "invalid value '$enableval' given to doxygen-dot" "$LINENO" 5
4856;;
4857esac
4858
4859else
4860
4861DX_FLAG_dot=0
4862
4863
4864test "$DX_FLAG_doc" = "1" || DX_FLAG_dot=0
4865
4866
4867
4868fi
4869
4870if test "$DX_FLAG_dot" = 1; then
4871
4872if test -n "$ac_tool_prefix"; then
4873 # Extract the first word of "${ac_tool_prefix}dot", so it can be a program name with args.
4874set dummy ${ac_tool_prefix}dot; ac_word=$2
4875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4876$as_echo_n "checking for $ac_word... " >&6; }
4877if ${ac_cv_path_DX_DOT+:} false; then :
4878 $as_echo_n "(cached) " >&6
4879else
4880 case $DX_DOT in
4881 [\\/]* | ?:[\\/]*)
4882 ac_cv_path_DX_DOT="$DX_DOT" # Let the user override the test with a path.
4883 ;;
4884 *)
4885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4886for as_dir in $PATH
4887do
4888 IFS=$as_save_IFS
4889 test -z "$as_dir" && as_dir=.
4890 for ac_exec_ext in '' $ac_executable_extensions; do
4891 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4892 ac_cv_path_DX_DOT="$as_dir/$ac_word$ac_exec_ext"
4893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4894 break 2
4895 fi
4896done
4897 done
4898IFS=$as_save_IFS
4899
4900 ;;
4901esac
4902fi
4903DX_DOT=$ac_cv_path_DX_DOT
4904if test -n "$DX_DOT"; then
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOT" >&5
4906$as_echo "$DX_DOT" >&6; }
4907else
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4909$as_echo "no" >&6; }
4910fi
4911
4912
4913fi
4914if test -z "$ac_cv_path_DX_DOT"; then
4915 ac_pt_DX_DOT=$DX_DOT
4916 # Extract the first word of "dot", so it can be a program name with args.
4917set dummy dot; ac_word=$2
4918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4919$as_echo_n "checking for $ac_word... " >&6; }
4920if ${ac_cv_path_ac_pt_DX_DOT+:} false; then :
4921 $as_echo_n "(cached) " >&6
4922else
4923 case $ac_pt_DX_DOT in
4924 [\\/]* | ?:[\\/]*)
4925 ac_cv_path_ac_pt_DX_DOT="$ac_pt_DX_DOT" # Let the user override the test with a path.
4926 ;;
4927 *)
4928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4929for as_dir in $PATH
4930do
4931 IFS=$as_save_IFS
4932 test -z "$as_dir" && as_dir=.
4933 for ac_exec_ext in '' $ac_executable_extensions; do
4934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4935 ac_cv_path_ac_pt_DX_DOT="$as_dir/$ac_word$ac_exec_ext"
4936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4937 break 2
4938 fi
4939done
4940 done
4941IFS=$as_save_IFS
4942
4943 ;;
4944esac
4945fi
4946ac_pt_DX_DOT=$ac_cv_path_ac_pt_DX_DOT
4947if test -n "$ac_pt_DX_DOT"; then
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOT" >&5
4949$as_echo "$ac_pt_DX_DOT" >&6; }
4950else
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4952$as_echo "no" >&6; }
4953fi
4954
4955 if test "x$ac_pt_DX_DOT" = x; then
4956 DX_DOT=""
4957 else
4958 case $cross_compiling:$ac_tool_warned in
4959yes:)
4960{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4961$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4962ac_tool_warned=yes ;;
4963esac
4964 DX_DOT=$ac_pt_DX_DOT
4965 fi
4966else
4967 DX_DOT="$ac_cv_path_DX_DOT"
4968fi
4969
4970if test "$DX_FLAG_dot$DX_DOT" = 1; then
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dot not found - will not generate graphics for doxygen documentation" >&5
4972$as_echo "$as_me: WARNING: dot not found - will not generate graphics for doxygen documentation" >&2;}
4973 DX_FLAG_dot=0
4974
4975fi
4976
4977 :
4978fi
4979 if test "$DX_FLAG_dot" = 1; then
4980 DX_COND_dot_TRUE=
4981 DX_COND_dot_FALSE='#'
4982else
4983 DX_COND_dot_TRUE='#'
4984 DX_COND_dot_FALSE=
4985fi
4986
4987if test "$DX_FLAG_dot" = 1; then
4988 DX_ENV="$DX_ENV HAVE_DOT='YES'"
4989
4990 DX_ENV="$DX_ENV DOT_PATH='`expr ".$DX_DOT" : '\(\.\)[^/]*$' \| "x$DX_DOT" : 'x\(.*\)/[^/]*$'`'"
4991
4992 :
4993else
4994 DX_ENV="$DX_ENV HAVE_DOT='NO'"
4995
4996 :
4997fi
4998
4999
5000# Man pages generation:
5001
5002
5003
5004 # Check whether --enable-doxygen-man was given.
5005if test "${enable_doxygen_man+set}" = set; then :
5006 enableval=$enable_doxygen_man;
5007case "$enableval" in
5008#(
5009y|Y|yes|Yes|YES)
5010 DX_FLAG_man=1
5011
5012
5013test "$DX_FLAG_doc" = "1" \
5014|| as_fn_error $? "doxygen-man requires doxygen-man" "$LINENO" 5
5015
5016;; #(
5017n|N|no|No|NO)
5018 DX_FLAG_man=0
5019
5020;; #(
5021*)
5022 as_fn_error $? "invalid value '$enableval' given to doxygen-man" "$LINENO" 5
5023;;
5024esac
5025
5026else
5027
5028DX_FLAG_man=0
5029
5030
5031test "$DX_FLAG_doc" = "1" || DX_FLAG_man=0
5032
5033
5034
5035fi
5036
5037if test "$DX_FLAG_man" = 1; then
5038
5039 :
5040fi
5041 if test "$DX_FLAG_man" = 1; then
5042 DX_COND_man_TRUE=
5043 DX_COND_man_FALSE='#'
5044else
5045 DX_COND_man_TRUE='#'
5046 DX_COND_man_FALSE=
5047fi
5048
5049if test "$DX_FLAG_man" = 1; then
5050 DX_ENV="$DX_ENV GENERATE_MAN='YES'"
5051
5052 :
5053else
5054 DX_ENV="$DX_ENV GENERATE_MAN='NO'"
5055
5056 :
5057fi
5058
5059
5060# RTF file generation:
5061
5062
5063
5064 # Check whether --enable-doxygen-rtf was given.
5065if test "${enable_doxygen_rtf+set}" = set; then :
5066 enableval=$enable_doxygen_rtf;
5067case "$enableval" in
5068#(
5069y|Y|yes|Yes|YES)
5070 DX_FLAG_rtf=1
5071
5072
5073test "$DX_FLAG_doc" = "1" \
5074|| as_fn_error $? "doxygen-rtf requires doxygen-rtf" "$LINENO" 5
5075
5076;; #(
5077n|N|no|No|NO)
5078 DX_FLAG_rtf=0
5079
5080;; #(
5081*)
5082 as_fn_error $? "invalid value '$enableval' given to doxygen-rtf" "$LINENO" 5
5083;;
5084esac
5085
5086else
5087
5088DX_FLAG_rtf=0
5089
5090
5091test "$DX_FLAG_doc" = "1" || DX_FLAG_rtf=0
5092
5093
5094
5095fi
5096
5097if test "$DX_FLAG_rtf" = 1; then
5098
5099 :
5100fi
5101 if test "$DX_FLAG_rtf" = 1; then
5102 DX_COND_rtf_TRUE=
5103 DX_COND_rtf_FALSE='#'
5104else
5105 DX_COND_rtf_TRUE='#'
5106 DX_COND_rtf_FALSE=
5107fi
5108
5109if test "$DX_FLAG_rtf" = 1; then
5110 DX_ENV="$DX_ENV GENERATE_RTF='YES'"
5111
5112 :
5113else
5114 DX_ENV="$DX_ENV GENERATE_RTF='NO'"
5115
5116 :
5117fi
5118
5119
5120# XML file generation:
5121
5122
5123
5124 # Check whether --enable-doxygen-xml was given.
5125if test "${enable_doxygen_xml+set}" = set; then :
5126 enableval=$enable_doxygen_xml;
5127case "$enableval" in
5128#(
5129y|Y|yes|Yes|YES)
5130 DX_FLAG_xml=1
5131
5132
5133test "$DX_FLAG_doc" = "1" \
5134|| as_fn_error $? "doxygen-xml requires doxygen-xml" "$LINENO" 5
5135
5136;; #(
5137n|N|no|No|NO)
5138 DX_FLAG_xml=0
5139
5140;; #(
5141*)
5142 as_fn_error $? "invalid value '$enableval' given to doxygen-xml" "$LINENO" 5
5143;;
5144esac
5145
5146else
5147
5148DX_FLAG_xml=0
5149
5150
5151test "$DX_FLAG_doc" = "1" || DX_FLAG_xml=0
5152
5153
5154
5155fi
5156
5157if test "$DX_FLAG_xml" = 1; then
5158
5159 :
5160fi
5161 if test "$DX_FLAG_xml" = 1; then
5162 DX_COND_xml_TRUE=
5163 DX_COND_xml_FALSE='#'
5164else
5165 DX_COND_xml_TRUE='#'
5166 DX_COND_xml_FALSE=
5167fi
5168
5169if test "$DX_FLAG_xml" = 1; then
5170 DX_ENV="$DX_ENV GENERATE_XML='YES'"
5171
5172 :
5173else
5174 DX_ENV="$DX_ENV GENERATE_XML='NO'"
5175
5176 :
5177fi
5178
5179
5180# (Compressed) HTML help generation:
5181
5182
5183
5184 # Check whether --enable-doxygen-chm was given.
5185if test "${enable_doxygen_chm+set}" = set; then :
5186 enableval=$enable_doxygen_chm;
5187case "$enableval" in
5188#(
5189y|Y|yes|Yes|YES)
5190 DX_FLAG_chm=1
5191
5192
5193test "$DX_FLAG_doc" = "1" \
5194|| as_fn_error $? "doxygen-chm requires doxygen-chm" "$LINENO" 5
5195
5196;; #(
5197n|N|no|No|NO)
5198 DX_FLAG_chm=0
5199
5200;; #(
5201*)
5202 as_fn_error $? "invalid value '$enableval' given to doxygen-chm" "$LINENO" 5
5203;;
5204esac
5205
5206else
5207
5208DX_FLAG_chm=0
5209
5210
5211test "$DX_FLAG_doc" = "1" || DX_FLAG_chm=0
5212
5213
5214
5215fi
5216
5217if test "$DX_FLAG_chm" = 1; then
5218
5219if test -n "$ac_tool_prefix"; then
5220 # Extract the first word of "${ac_tool_prefix}hhc", so it can be a program name with args.
5221set dummy ${ac_tool_prefix}hhc; ac_word=$2
5222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5223$as_echo_n "checking for $ac_word... " >&6; }
5224if ${ac_cv_path_DX_HHC+:} false; then :
5225 $as_echo_n "(cached) " >&6
5226else
5227 case $DX_HHC in
5228 [\\/]* | ?:[\\/]*)
5229 ac_cv_path_DX_HHC="$DX_HHC" # Let the user override the test with a path.
5230 ;;
5231 *)
5232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5233for as_dir in $PATH
5234do
5235 IFS=$as_save_IFS
5236 test -z "$as_dir" && as_dir=.
5237 for ac_exec_ext in '' $ac_executable_extensions; do
5238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5239 ac_cv_path_DX_HHC="$as_dir/$ac_word$ac_exec_ext"
5240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5241 break 2
5242 fi
5243done
5244 done
5245IFS=$as_save_IFS
5246
5247 ;;
5248esac
5249fi
5250DX_HHC=$ac_cv_path_DX_HHC
5251if test -n "$DX_HHC"; then
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_HHC" >&5
5253$as_echo "$DX_HHC" >&6; }
5254else
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5256$as_echo "no" >&6; }
5257fi
5258
5259
5260fi
5261if test -z "$ac_cv_path_DX_HHC"; then
5262 ac_pt_DX_HHC=$DX_HHC
5263 # Extract the first word of "hhc", so it can be a program name with args.
5264set dummy hhc; ac_word=$2
5265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5266$as_echo_n "checking for $ac_word... " >&6; }
5267if ${ac_cv_path_ac_pt_DX_HHC+:} false; then :
5268 $as_echo_n "(cached) " >&6
5269else
5270 case $ac_pt_DX_HHC in
5271 [\\/]* | ?:[\\/]*)
5272 ac_cv_path_ac_pt_DX_HHC="$ac_pt_DX_HHC" # Let the user override the test with a path.
5273 ;;
5274 *)
5275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5276for as_dir in $PATH
5277do
5278 IFS=$as_save_IFS
5279 test -z "$as_dir" && as_dir=.
5280 for ac_exec_ext in '' $ac_executable_extensions; do
5281 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5282 ac_cv_path_ac_pt_DX_HHC="$as_dir/$ac_word$ac_exec_ext"
5283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5284 break 2
5285 fi
5286done
5287 done
5288IFS=$as_save_IFS
5289
5290 ;;
5291esac
5292fi
5293ac_pt_DX_HHC=$ac_cv_path_ac_pt_DX_HHC
5294if test -n "$ac_pt_DX_HHC"; then
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_HHC" >&5
5296$as_echo "$ac_pt_DX_HHC" >&6; }
5297else
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5299$as_echo "no" >&6; }
5300fi
5301
5302 if test "x$ac_pt_DX_HHC" = x; then
5303 DX_HHC=""
5304 else
5305 case $cross_compiling:$ac_tool_warned in
5306yes:)
5307{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5308$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5309ac_tool_warned=yes ;;
5310esac
5311 DX_HHC=$ac_pt_DX_HHC
5312 fi
5313else
5314 DX_HHC="$ac_cv_path_DX_HHC"
5315fi
5316
5317if test "$DX_FLAG_chm$DX_HHC" = 1; then
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&5
5319$as_echo "$as_me: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&2;}
5320 DX_FLAG_chm=0
5321
5322fi
5323
5324 :
5325fi
5326 if test "$DX_FLAG_chm" = 1; then
5327 DX_COND_chm_TRUE=
5328 DX_COND_chm_FALSE='#'
5329else
5330 DX_COND_chm_TRUE='#'
5331 DX_COND_chm_FALSE=
5332fi
5333
5334if test "$DX_FLAG_chm" = 1; then
5335 DX_ENV="$DX_ENV HHC_PATH='$DX_HHC'"
5336
5337 DX_ENV="$DX_ENV GENERATE_HTML='YES'"
5338
5339 DX_ENV="$DX_ENV GENERATE_HTMLHELP='YES'"
5340
5341 :
5342else
5343 DX_ENV="$DX_ENV GENERATE_HTMLHELP='NO'"
5344
5345 :
5346fi
5347
5348
5349# Seperate CHI file generation.
5350
5351
5352
5353 # Check whether --enable-doxygen-chi was given.
5354if test "${enable_doxygen_chi+set}" = set; then :
5355 enableval=$enable_doxygen_chi;
5356case "$enableval" in
5357#(
5358y|Y|yes|Yes|YES)
5359 DX_FLAG_chi=1
5360
5361
5362test "$DX_FLAG_chm" = "1" \
5363|| as_fn_error $? "doxygen-chi requires doxygen-chi" "$LINENO" 5
5364
5365;; #(
5366n|N|no|No|NO)
5367 DX_FLAG_chi=0
5368
5369;; #(
5370*)
5371 as_fn_error $? "invalid value '$enableval' given to doxygen-chi" "$LINENO" 5
5372;;
5373esac
5374
5375else
5376
5377DX_FLAG_chi=0
5378
5379
5380test "$DX_FLAG_chm" = "1" || DX_FLAG_chi=0
5381
5382
5383
5384fi
5385
5386if test "$DX_FLAG_chi" = 1; then
5387
5388 :
5389fi
5390 if test "$DX_FLAG_chi" = 1; then
5391 DX_COND_chi_TRUE=
5392 DX_COND_chi_FALSE='#'
5393else
5394 DX_COND_chi_TRUE='#'
5395 DX_COND_chi_FALSE=
5396fi
5397
5398if test "$DX_FLAG_chi" = 1; then
5399 DX_ENV="$DX_ENV GENERATE_CHI='YES'"
5400
5401 :
5402else
5403 DX_ENV="$DX_ENV GENERATE_CHI='NO'"
5404
5405 :
5406fi
5407
5408
5409# Plain HTML pages generation:
5410
5411
5412
5413 # Check whether --enable-doxygen-html was given.
5414if test "${enable_doxygen_html+set}" = set; then :
5415 enableval=$enable_doxygen_html;
5416case "$enableval" in
5417#(
5418y|Y|yes|Yes|YES)
5419 DX_FLAG_html=1
5420
5421
5422test "$DX_FLAG_doc" = "1" \
5423|| as_fn_error $? "doxygen-html requires doxygen-html" "$LINENO" 5
5424
5425test "$DX_FLAG_chm" = "0" \
5426|| as_fn_error $? "doxygen-html contradicts doxygen-html" "$LINENO" 5
5427
5428;; #(
5429n|N|no|No|NO)
5430 DX_FLAG_html=0
5431
5432;; #(
5433*)
5434 as_fn_error $? "invalid value '$enableval' given to doxygen-html" "$LINENO" 5
5435;;
5436esac
5437
5438else
5439
5440DX_FLAG_html=1
5441
5442
5443test "$DX_FLAG_doc" = "1" || DX_FLAG_html=0
5444
5445
5446test "$DX_FLAG_chm" = "0" || DX_FLAG_html=0
5447
5448
5449
5450fi
5451
5452if test "$DX_FLAG_html" = 1; then
5453
5454 :
5455fi
5456 if test "$DX_FLAG_html" = 1; then
5457 DX_COND_html_TRUE=
5458 DX_COND_html_FALSE='#'
5459else
5460 DX_COND_html_TRUE='#'
5461 DX_COND_html_FALSE=
5462fi
5463
5464if test "$DX_FLAG_html" = 1; then
5465 DX_ENV="$DX_ENV GENERATE_HTML='YES'"
5466
5467 :
5468else
5469 test "$DX_FLAG_chm" = 1 || DX_ENV="$DX_ENV GENERATE_HTML='NO'"
5470
5471 :
5472fi
5473
5474
5475# PostScript file generation:
5476
5477
5478
5479 # Check whether --enable-doxygen-ps was given.
5480if test "${enable_doxygen_ps+set}" = set; then :
5481 enableval=$enable_doxygen_ps;
5482case "$enableval" in
5483#(
5484y|Y|yes|Yes|YES)
5485 DX_FLAG_ps=1
5486
5487
5488test "$DX_FLAG_doc" = "1" \
5489|| as_fn_error $? "doxygen-ps requires doxygen-ps" "$LINENO" 5
5490
5491;; #(
5492n|N|no|No|NO)
5493 DX_FLAG_ps=0
5494
5495;; #(
5496*)
5497 as_fn_error $? "invalid value '$enableval' given to doxygen-ps" "$LINENO" 5
5498;;
5499esac
5500
5501else
5502
5503DX_FLAG_ps=0
5504
5505
5506test "$DX_FLAG_doc" = "1" || DX_FLAG_ps=0
5507
5508
5509
5510fi
5511
5512if test "$DX_FLAG_ps" = 1; then
5513
5514if test -n "$ac_tool_prefix"; then
5515 # Extract the first word of "${ac_tool_prefix}latex", so it can be a program name with args.
5516set dummy ${ac_tool_prefix}latex; ac_word=$2
5517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5518$as_echo_n "checking for $ac_word... " >&6; }
5519if ${ac_cv_path_DX_LATEX+:} false; then :
5520 $as_echo_n "(cached) " >&6
5521else
5522 case $DX_LATEX in
5523 [\\/]* | ?:[\\/]*)
5524 ac_cv_path_DX_LATEX="$DX_LATEX" # Let the user override the test with a path.
5525 ;;
5526 *)
5527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5528for as_dir in $PATH
5529do
5530 IFS=$as_save_IFS
5531 test -z "$as_dir" && as_dir=.
5532 for ac_exec_ext in '' $ac_executable_extensions; do
5533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5534 ac_cv_path_DX_LATEX="$as_dir/$ac_word$ac_exec_ext"
5535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5536 break 2
5537 fi
5538done
5539 done
5540IFS=$as_save_IFS
5541
5542 ;;
5543esac
5544fi
5545DX_LATEX=$ac_cv_path_DX_LATEX
5546if test -n "$DX_LATEX"; then
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LATEX" >&5
5548$as_echo "$DX_LATEX" >&6; }
5549else
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5551$as_echo "no" >&6; }
5552fi
5553
5554
5555fi
5556if test -z "$ac_cv_path_DX_LATEX"; then
5557 ac_pt_DX_LATEX=$DX_LATEX
5558 # Extract the first word of "latex", so it can be a program name with args.
5559set dummy latex; ac_word=$2
5560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5561$as_echo_n "checking for $ac_word... " >&6; }
5562if ${ac_cv_path_ac_pt_DX_LATEX+:} false; then :
5563 $as_echo_n "(cached) " >&6
5564else
5565 case $ac_pt_DX_LATEX in
5566 [\\/]* | ?:[\\/]*)
5567 ac_cv_path_ac_pt_DX_LATEX="$ac_pt_DX_LATEX" # Let the user override the test with a path.
5568 ;;
5569 *)
5570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5571for as_dir in $PATH
5572do
5573 IFS=$as_save_IFS
5574 test -z "$as_dir" && as_dir=.
5575 for ac_exec_ext in '' $ac_executable_extensions; do
5576 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5577 ac_cv_path_ac_pt_DX_LATEX="$as_dir/$ac_word$ac_exec_ext"
5578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5579 break 2
5580 fi
5581done
5582 done
5583IFS=$as_save_IFS
5584
5585 ;;
5586esac
5587fi
5588ac_pt_DX_LATEX=$ac_cv_path_ac_pt_DX_LATEX
5589if test -n "$ac_pt_DX_LATEX"; then
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_LATEX" >&5
5591$as_echo "$ac_pt_DX_LATEX" >&6; }
5592else
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5594$as_echo "no" >&6; }
5595fi
5596
5597 if test "x$ac_pt_DX_LATEX" = x; then
5598 DX_LATEX=""
5599 else
5600 case $cross_compiling:$ac_tool_warned in
5601yes:)
5602{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5603$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5604ac_tool_warned=yes ;;
5605esac
5606 DX_LATEX=$ac_pt_DX_LATEX
5607 fi
5608else
5609 DX_LATEX="$ac_cv_path_DX_LATEX"
5610fi
5611
5612if test "$DX_FLAG_ps$DX_LATEX" = 1; then
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: latex not found - will not generate doxygen PostScript documentation" >&5
5614$as_echo "$as_me: WARNING: latex not found - will not generate doxygen PostScript documentation" >&2;}
5615 DX_FLAG_ps=0
5616
5617fi
5618
5619
5620if test -n "$ac_tool_prefix"; then
5621 # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
5622set dummy ${ac_tool_prefix}makeindex; ac_word=$2
5623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5624$as_echo_n "checking for $ac_word... " >&6; }
5625if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
5626 $as_echo_n "(cached) " >&6
5627else
5628 case $DX_MAKEINDEX in
5629 [\\/]* | ?:[\\/]*)
5630 ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # Let the user override the test with a path.
5631 ;;
5632 *)
5633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5634for as_dir in $PATH
5635do
5636 IFS=$as_save_IFS
5637 test -z "$as_dir" && as_dir=.
5638 for ac_exec_ext in '' $ac_executable_extensions; do
5639 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5640 ac_cv_path_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
5641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5642 break 2
5643 fi
5644done
5645 done
5646IFS=$as_save_IFS
5647
5648 ;;
5649esac
5650fi
5651DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
5652if test -n "$DX_MAKEINDEX"; then
5653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
5654$as_echo "$DX_MAKEINDEX" >&6; }
5655else
5656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5657$as_echo "no" >&6; }
5658fi
5659
5660
5661fi
5662if test -z "$ac_cv_path_DX_MAKEINDEX"; then
5663 ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
5664 # Extract the first word of "makeindex", so it can be a program name with args.
5665set dummy makeindex; ac_word=$2
5666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5667$as_echo_n "checking for $ac_word... " >&6; }
5668if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
5669 $as_echo_n "(cached) " >&6
5670else
5671 case $ac_pt_DX_MAKEINDEX in
5672 [\\/]* | ?:[\\/]*)
5673 ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # Let the user override the test with a path.
5674 ;;
5675 *)
5676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5677for as_dir in $PATH
5678do
5679 IFS=$as_save_IFS
5680 test -z "$as_dir" && as_dir=.
5681 for ac_exec_ext in '' $ac_executable_extensions; do
5682 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5683 ac_cv_path_ac_pt_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
5684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5685 break 2
5686 fi
5687done
5688 done
5689IFS=$as_save_IFS
5690
5691 ;;
5692esac
5693fi
5694ac_pt_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
5695if test -n "$ac_pt_DX_MAKEINDEX"; then
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
5697$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
5698else
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5700$as_echo "no" >&6; }
5701fi
5702
5703 if test "x$ac_pt_DX_MAKEINDEX" = x; then
5704 DX_MAKEINDEX=""
5705 else
5706 case $cross_compiling:$ac_tool_warned in
5707yes:)
5708{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5709$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5710ac_tool_warned=yes ;;
5711esac
5712 DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
5713 fi
5714else
5715 DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
5716fi
5717
5718if test "$DX_FLAG_ps$DX_MAKEINDEX" = 1; then
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&5
5720$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&2;}
5721 DX_FLAG_ps=0
5722
5723fi
5724
5725
5726if test -n "$ac_tool_prefix"; then
5727 # Extract the first word of "${ac_tool_prefix}dvips", so it can be a program name with args.
5728set dummy ${ac_tool_prefix}dvips; ac_word=$2
5729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5730$as_echo_n "checking for $ac_word... " >&6; }
5731if ${ac_cv_path_DX_DVIPS+:} false; then :
5732 $as_echo_n "(cached) " >&6
5733else
5734 case $DX_DVIPS in
5735 [\\/]* | ?:[\\/]*)
5736 ac_cv_path_DX_DVIPS="$DX_DVIPS" # Let the user override the test with a path.
5737 ;;
5738 *)
5739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5740for as_dir in $PATH
5741do
5742 IFS=$as_save_IFS
5743 test -z "$as_dir" && as_dir=.
5744 for ac_exec_ext in '' $ac_executable_extensions; do
5745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5746 ac_cv_path_DX_DVIPS="$as_dir/$ac_word$ac_exec_ext"
5747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5748 break 2
5749 fi
5750done
5751 done
5752IFS=$as_save_IFS
5753
5754 ;;
5755esac
5756fi
5757DX_DVIPS=$ac_cv_path_DX_DVIPS
5758if test -n "$DX_DVIPS"; then
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DVIPS" >&5
5760$as_echo "$DX_DVIPS" >&6; }
5761else
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5763$as_echo "no" >&6; }
5764fi
5765
5766
5767fi
5768if test -z "$ac_cv_path_DX_DVIPS"; then
5769 ac_pt_DX_DVIPS=$DX_DVIPS
5770 # Extract the first word of "dvips", so it can be a program name with args.
5771set dummy dvips; ac_word=$2
5772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5773$as_echo_n "checking for $ac_word... " >&6; }
5774if ${ac_cv_path_ac_pt_DX_DVIPS+:} false; then :
5775 $as_echo_n "(cached) " >&6
5776else
5777 case $ac_pt_DX_DVIPS in
5778 [\\/]* | ?:[\\/]*)
5779 ac_cv_path_ac_pt_DX_DVIPS="$ac_pt_DX_DVIPS" # Let the user override the test with a path.
5780 ;;
5781 *)
5782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5783for as_dir in $PATH
5784do
5785 IFS=$as_save_IFS
5786 test -z "$as_dir" && as_dir=.
5787 for ac_exec_ext in '' $ac_executable_extensions; do
5788 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5789 ac_cv_path_ac_pt_DX_DVIPS="$as_dir/$ac_word$ac_exec_ext"
5790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5791 break 2
5792 fi
5793done
5794 done
5795IFS=$as_save_IFS
5796
5797 ;;
5798esac
5799fi
5800ac_pt_DX_DVIPS=$ac_cv_path_ac_pt_DX_DVIPS
5801if test -n "$ac_pt_DX_DVIPS"; then
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DVIPS" >&5
5803$as_echo "$ac_pt_DX_DVIPS" >&6; }
5804else
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5806$as_echo "no" >&6; }
5807fi
5808
5809 if test "x$ac_pt_DX_DVIPS" = x; then
5810 DX_DVIPS=""
5811 else
5812 case $cross_compiling:$ac_tool_warned in
5813yes:)
5814{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5815$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5816ac_tool_warned=yes ;;
5817esac
5818 DX_DVIPS=$ac_pt_DX_DVIPS
5819 fi
5820else
5821 DX_DVIPS="$ac_cv_path_DX_DVIPS"
5822fi
5823
5824if test "$DX_FLAG_ps$DX_DVIPS" = 1; then
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&5
5826$as_echo "$as_me: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&2;}
5827 DX_FLAG_ps=0
5828
5829fi
5830
5831
5832if test -n "$ac_tool_prefix"; then
5833 # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
5834set dummy ${ac_tool_prefix}egrep; ac_word=$2
5835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5836$as_echo_n "checking for $ac_word... " >&6; }
5837if ${ac_cv_path_DX_EGREP+:} false; then :
5838 $as_echo_n "(cached) " >&6
5839else
5840 case $DX_EGREP in
5841 [\\/]* | ?:[\\/]*)
5842 ac_cv_path_DX_EGREP="$DX_EGREP" # Let the user override the test with a path.
5843 ;;
5844 *)
5845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5846for as_dir in $PATH
5847do
5848 IFS=$as_save_IFS
5849 test -z "$as_dir" && as_dir=.
5850 for ac_exec_ext in '' $ac_executable_extensions; do
5851 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5852 ac_cv_path_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
5853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5854 break 2
5855 fi
5856done
5857 done
5858IFS=$as_save_IFS
5859
5860 ;;
5861esac
5862fi
5863DX_EGREP=$ac_cv_path_DX_EGREP
5864if test -n "$DX_EGREP"; then
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
5866$as_echo "$DX_EGREP" >&6; }
5867else
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5869$as_echo "no" >&6; }
5870fi
5871
5872
5873fi
5874if test -z "$ac_cv_path_DX_EGREP"; then
5875 ac_pt_DX_EGREP=$DX_EGREP
5876 # Extract the first word of "egrep", so it can be a program name with args.
5877set dummy egrep; ac_word=$2
5878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5879$as_echo_n "checking for $ac_word... " >&6; }
5880if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
5881 $as_echo_n "(cached) " >&6
5882else
5883 case $ac_pt_DX_EGREP in
5884 [\\/]* | ?:[\\/]*)
5885 ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # Let the user override the test with a path.
5886 ;;
5887 *)
5888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5889for as_dir in $PATH
5890do
5891 IFS=$as_save_IFS
5892 test -z "$as_dir" && as_dir=.
5893 for ac_exec_ext in '' $ac_executable_extensions; do
5894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5895 ac_cv_path_ac_pt_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
5896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5897 break 2
5898 fi
5899done
5900 done
5901IFS=$as_save_IFS
5902
5903 ;;
5904esac
5905fi
5906ac_pt_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
5907if test -n "$ac_pt_DX_EGREP"; then
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
5909$as_echo "$ac_pt_DX_EGREP" >&6; }
5910else
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5912$as_echo "no" >&6; }
5913fi
5914
5915 if test "x$ac_pt_DX_EGREP" = x; then
5916 DX_EGREP=""
5917 else
5918 case $cross_compiling:$ac_tool_warned in
5919yes:)
5920{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5921$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5922ac_tool_warned=yes ;;
5923esac
5924 DX_EGREP=$ac_pt_DX_EGREP
5925 fi
5926else
5927 DX_EGREP="$ac_cv_path_DX_EGREP"
5928fi
5929
5930if test "$DX_FLAG_ps$DX_EGREP" = 1; then
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&5
5932$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&2;}
5933 DX_FLAG_ps=0
5934
5935fi
5936
5937 :
5938fi
5939 if test "$DX_FLAG_ps" = 1; then
5940 DX_COND_ps_TRUE=
5941 DX_COND_ps_FALSE='#'
5942else
5943 DX_COND_ps_TRUE='#'
5944 DX_COND_ps_FALSE=
5945fi
5946
5947if test "$DX_FLAG_ps" = 1; then
5948
5949 :
5950else
5951
5952 :
5953fi
5954
5955
5956# PDF file generation:
5957
5958
5959
5960 # Check whether --enable-doxygen-pdf was given.
5961if test "${enable_doxygen_pdf+set}" = set; then :
5962 enableval=$enable_doxygen_pdf;
5963case "$enableval" in
5964#(
5965y|Y|yes|Yes|YES)
5966 DX_FLAG_pdf=1
5967
5968
5969test "$DX_FLAG_doc" = "1" \
5970|| as_fn_error $? "doxygen-pdf requires doxygen-pdf" "$LINENO" 5
5971
5972;; #(
5973n|N|no|No|NO)
5974 DX_FLAG_pdf=0
5975
5976;; #(
5977*)
5978 as_fn_error $? "invalid value '$enableval' given to doxygen-pdf" "$LINENO" 5
5979;;
5980esac
5981
5982else
5983
5984DX_FLAG_pdf=0
5985
5986
5987test "$DX_FLAG_doc" = "1" || DX_FLAG_pdf=0
5988
5989
5990
5991fi
5992
5993if test "$DX_FLAG_pdf" = 1; then
5994
5995if test -n "$ac_tool_prefix"; then
5996 # Extract the first word of "${ac_tool_prefix}pdflatex", so it can be a program name with args.
5997set dummy ${ac_tool_prefix}pdflatex; ac_word=$2
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5999$as_echo_n "checking for $ac_word... " >&6; }
6000if ${ac_cv_path_DX_PDFLATEX+:} false; then :
6001 $as_echo_n "(cached) " >&6
6002else
6003 case $DX_PDFLATEX in
6004 [\\/]* | ?:[\\/]*)
6005 ac_cv_path_DX_PDFLATEX="$DX_PDFLATEX" # Let the user override the test with a path.
6006 ;;
6007 *)
6008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6009for as_dir in $PATH
6010do
6011 IFS=$as_save_IFS
6012 test -z "$as_dir" && as_dir=.
6013 for ac_exec_ext in '' $ac_executable_extensions; do
6014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6015 ac_cv_path_DX_PDFLATEX="$as_dir/$ac_word$ac_exec_ext"
6016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6017 break 2
6018 fi
6019done
6020 done
6021IFS=$as_save_IFS
6022
6023 ;;
6024esac
6025fi
6026DX_PDFLATEX=$ac_cv_path_DX_PDFLATEX
6027if test -n "$DX_PDFLATEX"; then
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PDFLATEX" >&5
6029$as_echo "$DX_PDFLATEX" >&6; }
6030else
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6032$as_echo "no" >&6; }
6033fi
6034
6035
6036fi
6037if test -z "$ac_cv_path_DX_PDFLATEX"; then
6038 ac_pt_DX_PDFLATEX=$DX_PDFLATEX
6039 # Extract the first word of "pdflatex", so it can be a program name with args.
6040set dummy pdflatex; ac_word=$2
6041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6042$as_echo_n "checking for $ac_word... " >&6; }
6043if ${ac_cv_path_ac_pt_DX_PDFLATEX+:} false; then :
6044 $as_echo_n "(cached) " >&6
6045else
6046 case $ac_pt_DX_PDFLATEX in
6047 [\\/]* | ?:[\\/]*)
6048 ac_cv_path_ac_pt_DX_PDFLATEX="$ac_pt_DX_PDFLATEX" # Let the user override the test with a path.
6049 ;;
6050 *)
6051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6052for as_dir in $PATH
6053do
6054 IFS=$as_save_IFS
6055 test -z "$as_dir" && as_dir=.
6056 for ac_exec_ext in '' $ac_executable_extensions; do
6057 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6058 ac_cv_path_ac_pt_DX_PDFLATEX="$as_dir/$ac_word$ac_exec_ext"
6059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6060 break 2
6061 fi
6062done
6063 done
6064IFS=$as_save_IFS
6065
6066 ;;
6067esac
6068fi
6069ac_pt_DX_PDFLATEX=$ac_cv_path_ac_pt_DX_PDFLATEX
6070if test -n "$ac_pt_DX_PDFLATEX"; then
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PDFLATEX" >&5
6072$as_echo "$ac_pt_DX_PDFLATEX" >&6; }
6073else
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6075$as_echo "no" >&6; }
6076fi
6077
6078 if test "x$ac_pt_DX_PDFLATEX" = x; then
6079 DX_PDFLATEX=""
6080 else
6081 case $cross_compiling:$ac_tool_warned in
6082yes:)
6083{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6084$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6085ac_tool_warned=yes ;;
6086esac
6087 DX_PDFLATEX=$ac_pt_DX_PDFLATEX
6088 fi
6089else
6090 DX_PDFLATEX="$ac_cv_path_DX_PDFLATEX"
6091fi
6092
6093if test "$DX_FLAG_pdf$DX_PDFLATEX" = 1; then
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&5
6095$as_echo "$as_me: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&2;}
6096 DX_FLAG_pdf=0
6097
6098fi
6099
6100
6101if test -n "$ac_tool_prefix"; then
6102 # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
6103set dummy ${ac_tool_prefix}makeindex; ac_word=$2
6104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6105$as_echo_n "checking for $ac_word... " >&6; }
6106if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
6107 $as_echo_n "(cached) " >&6
6108else
6109 case $DX_MAKEINDEX in
6110 [\\/]* | ?:[\\/]*)
6111 ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # Let the user override the test with a path.
6112 ;;
6113 *)
6114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115for as_dir in $PATH
6116do
6117 IFS=$as_save_IFS
6118 test -z "$as_dir" && as_dir=.
6119 for ac_exec_ext in '' $ac_executable_extensions; do
6120 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6121 ac_cv_path_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
6122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6123 break 2
6124 fi
6125done
6126 done
6127IFS=$as_save_IFS
6128
6129 ;;
6130esac
6131fi
6132DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
6133if test -n "$DX_MAKEINDEX"; then
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
6135$as_echo "$DX_MAKEINDEX" >&6; }
6136else
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6138$as_echo "no" >&6; }
6139fi
6140
6141
6142fi
6143if test -z "$ac_cv_path_DX_MAKEINDEX"; then
6144 ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
6145 # Extract the first word of "makeindex", so it can be a program name with args.
6146set dummy makeindex; ac_word=$2
6147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6148$as_echo_n "checking for $ac_word... " >&6; }
6149if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
6150 $as_echo_n "(cached) " >&6
6151else
6152 case $ac_pt_DX_MAKEINDEX in
6153 [\\/]* | ?:[\\/]*)
6154 ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # Let the user override the test with a path.
6155 ;;
6156 *)
6157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6158for as_dir in $PATH
6159do
6160 IFS=$as_save_IFS
6161 test -z "$as_dir" && as_dir=.
6162 for ac_exec_ext in '' $ac_executable_extensions; do
6163 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6164 ac_cv_path_ac_pt_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
6165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6166 break 2
6167 fi
6168done
6169 done
6170IFS=$as_save_IFS
6171
6172 ;;
6173esac
6174fi
6175ac_pt_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
6176if test -n "$ac_pt_DX_MAKEINDEX"; then
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
6178$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
6179else
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6181$as_echo "no" >&6; }
6182fi
6183
6184 if test "x$ac_pt_DX_MAKEINDEX" = x; then
6185 DX_MAKEINDEX=""
6186 else
6187 case $cross_compiling:$ac_tool_warned in
6188yes:)
6189{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6190$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6191ac_tool_warned=yes ;;
6192esac
6193 DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
6194 fi
6195else
6196 DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
6197fi
6198
6199if test "$DX_FLAG_pdf$DX_MAKEINDEX" = 1; then
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&5
6201$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&2;}
6202 DX_FLAG_pdf=0
6203
6204fi
6205
6206
6207if test -n "$ac_tool_prefix"; then
6208 # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
6209set dummy ${ac_tool_prefix}egrep; ac_word=$2
6210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6211$as_echo_n "checking for $ac_word... " >&6; }
6212if ${ac_cv_path_DX_EGREP+:} false; then :
6213 $as_echo_n "(cached) " >&6
6214else
6215 case $DX_EGREP in
6216 [\\/]* | ?:[\\/]*)
6217 ac_cv_path_DX_EGREP="$DX_EGREP" # Let the user override the test with a path.
6218 ;;
6219 *)
6220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6221for as_dir in $PATH
6222do
6223 IFS=$as_save_IFS
6224 test -z "$as_dir" && as_dir=.
6225 for ac_exec_ext in '' $ac_executable_extensions; do
6226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6227 ac_cv_path_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
6228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6229 break 2
6230 fi
6231done
6232 done
6233IFS=$as_save_IFS
6234
6235 ;;
6236esac
6237fi
6238DX_EGREP=$ac_cv_path_DX_EGREP
6239if test -n "$DX_EGREP"; then
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
6241$as_echo "$DX_EGREP" >&6; }
6242else
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6244$as_echo "no" >&6; }
6245fi
6246
6247
6248fi
6249if test -z "$ac_cv_path_DX_EGREP"; then
6250 ac_pt_DX_EGREP=$DX_EGREP
6251 # Extract the first word of "egrep", so it can be a program name with args.
6252set dummy egrep; ac_word=$2
6253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6254$as_echo_n "checking for $ac_word... " >&6; }
6255if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
6256 $as_echo_n "(cached) " >&6
6257else
6258 case $ac_pt_DX_EGREP in
6259 [\\/]* | ?:[\\/]*)
6260 ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # Let the user override the test with a path.
6261 ;;
6262 *)
6263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6264for as_dir in $PATH
6265do
6266 IFS=$as_save_IFS
6267 test -z "$as_dir" && as_dir=.
6268 for ac_exec_ext in '' $ac_executable_extensions; do
6269 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6270 ac_cv_path_ac_pt_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
6271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6272 break 2
6273 fi
6274done
6275 done
6276IFS=$as_save_IFS
6277
6278 ;;
6279esac
6280fi
6281ac_pt_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
6282if test -n "$ac_pt_DX_EGREP"; then
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
6284$as_echo "$ac_pt_DX_EGREP" >&6; }
6285else
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6287$as_echo "no" >&6; }
6288fi
6289
6290 if test "x$ac_pt_DX_EGREP" = x; then
6291 DX_EGREP=""
6292 else
6293 case $cross_compiling:$ac_tool_warned in
6294yes:)
6295{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6296$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6297ac_tool_warned=yes ;;
6298esac
6299 DX_EGREP=$ac_pt_DX_EGREP
6300 fi
6301else
6302 DX_EGREP="$ac_cv_path_DX_EGREP"
6303fi
6304
6305if test "$DX_FLAG_pdf$DX_EGREP" = 1; then
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PDF documentation" >&5
6307$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PDF documentation" >&2;}
6308 DX_FLAG_pdf=0
6309
6310fi
6311
6312 :
6313fi
6314 if test "$DX_FLAG_pdf" = 1; then
6315 DX_COND_pdf_TRUE=
6316 DX_COND_pdf_FALSE='#'
6317else
6318 DX_COND_pdf_TRUE='#'
6319 DX_COND_pdf_FALSE=
6320fi
6321
6322if test "$DX_FLAG_pdf" = 1; then
6323
6324 :
6325else
6326
6327 :
6328fi
6329
6330
6331# LaTeX generation for PS and/or PDF:
6332 if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
6333 DX_COND_latex_TRUE=
6334 DX_COND_latex_FALSE='#'
6335else
6336 DX_COND_latex_TRUE='#'
6337 DX_COND_latex_FALSE=
6338fi
6339
6340if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
6341 DX_ENV="$DX_ENV GENERATE_LATEX='YES'"
6342
6343else
6344 DX_ENV="$DX_ENV GENERATE_LATEX='NO'"
6345
6346fi
6347
6348# Paper size for PS and/or PDF:
6349
6350case "$DOXYGEN_PAPER_SIZE" in
6351#(
6352"")
6353 DOXYGEN_PAPER_SIZE=""
6354
6355;; #(
6356a4wide|a4|letter|legal|executive)
6357 DX_ENV="$DX_ENV PAPER_SIZE='$DOXYGEN_PAPER_SIZE'"
6358
6359;; #(
6360*)
6361 as_fn_error $? "unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'" "$LINENO" 5
6362;;
6363esac
6364
6365#For debugging:
6366#echo DX_FLAG_doc=$DX_FLAG_doc
6367#echo DX_FLAG_dot=$DX_FLAG_dot
6368#echo DX_FLAG_man=$DX_FLAG_man
6369#echo DX_FLAG_html=$DX_FLAG_html
6370#echo DX_FLAG_chm=$DX_FLAG_chm
6371#echo DX_FLAG_chi=$DX_FLAG_chi
6372#echo DX_FLAG_rtf=$DX_FLAG_rtf
6373#echo DX_FLAG_xml=$DX_FLAG_xml
6374#echo DX_FLAG_pdf=$DX_FLAG_pdf
6375#echo DX_FLAG_ps=$DX_FLAG_ps
6376#echo DX_ENV=$DX_ENV
6377
6378
Jeff Thompson39128c62013-06-19 14:08:51 -07006379ac_config_files="$ac_config_files Makefile"
6380
6381cat >confcache <<\_ACEOF
6382# This file is a shell script that caches the results of configure
6383# tests run on this system so they can be shared between configure
6384# scripts and configure runs, see configure's option --config-cache.
6385# It is not useful on other systems. If it contains results you don't
6386# want to keep, you may remove or edit it.
6387#
6388# config.status only pays attention to the cache file if you give it
6389# the --recheck option to rerun configure.
6390#
6391# `ac_cv_env_foo' variables (set or unset) will be overridden when
6392# loading this file, other *unset* `ac_cv_foo' will be assigned the
6393# following values.
6394
6395_ACEOF
6396
6397# The following way of writing the cache mishandles newlines in values,
6398# but we know of no workaround that is simple, portable, and efficient.
6399# So, we kill variables containing newlines.
6400# Ultrix sh set writes to stderr and can't be redirected directly,
6401# and sets the high bit in the cache file unless we assign to the vars.
6402(
6403 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6404 eval ac_val=\$$ac_var
6405 case $ac_val in #(
6406 *${as_nl}*)
6407 case $ac_var in #(
6408 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
6409$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
6410 esac
6411 case $ac_var in #(
6412 _ | IFS | as_nl) ;; #(
6413 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
6414 *) { eval $ac_var=; unset $ac_var;} ;;
6415 esac ;;
6416 esac
6417 done
6418
6419 (set) 2>&1 |
6420 case $as_nl`(ac_space=' '; set) 2>&1` in #(
6421 *${as_nl}ac_space=\ *)
6422 # `set' does not quote correctly, so add quotes: double-quote
6423 # substitution turns \\\\ into \\, and sed turns \\ into \.
6424 sed -n \
6425 "s/'/'\\\\''/g;
6426 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6427 ;; #(
6428 *)
6429 # `set' quotes correctly as required by POSIX, so do not add quotes.
6430 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6431 ;;
6432 esac |
6433 sort
6434) |
6435 sed '
6436 /^ac_cv_env_/b end
6437 t clear
6438 :clear
6439 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6440 t end
6441 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6442 :end' >>confcache
6443if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6444 if test -w "$cache_file"; then
6445 if test "x$cache_file" != "x/dev/null"; then
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6447$as_echo "$as_me: updating cache $cache_file" >&6;}
6448 if test ! -f "$cache_file" || test -h "$cache_file"; then
6449 cat confcache >"$cache_file"
6450 else
6451 case $cache_file in #(
6452 */* | ?:*)
6453 mv -f confcache "$cache_file"$$ &&
6454 mv -f "$cache_file"$$ "$cache_file" ;; #(
6455 *)
6456 mv -f confcache "$cache_file" ;;
6457 esac
6458 fi
6459 fi
6460 else
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6462$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6463 fi
6464fi
6465rm -f confcache
6466
6467test "x$prefix" = xNONE && prefix=$ac_default_prefix
6468# Let make expand exec_prefix.
6469test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6470
6471DEFS=-DHAVE_CONFIG_H
6472
6473ac_libobjs=
6474ac_ltlibobjs=
6475U=
6476for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6477 # 1. Remove the extension, and $U if already installed.
6478 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6479 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
6480 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
6481 # will be set to the directory where LIBOBJS objects are built.
6482 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6483 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
6484done
6485LIBOBJS=$ac_libobjs
6486
6487LTLIBOBJS=$ac_ltlibobjs
6488
6489
6490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
6491$as_echo_n "checking that generated files are newer than configure... " >&6; }
6492 if test -n "$am_sleep_pid"; then
6493 # Hide warnings about reused PIDs.
6494 wait $am_sleep_pid 2>/dev/null
6495 fi
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
6497$as_echo "done" >&6; }
6498 if test -n "$EXEEXT"; then
6499 am__EXEEXT_TRUE=
6500 am__EXEEXT_FALSE='#'
6501else
6502 am__EXEEXT_TRUE='#'
6503 am__EXEEXT_FALSE=
6504fi
6505
6506if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6507 as_fn_error $? "conditional \"AMDEP\" was never defined.
6508Usually this means the macro was only invoked conditionally." "$LINENO" 5
6509fi
6510if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
6511 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
6512Usually this means the macro was only invoked conditionally." "$LINENO" 5
6513fi
Jeff Thompson36174062013-06-21 16:03:44 -07006514if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6515 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
6516Usually this means the macro was only invoked conditionally." "$LINENO" 5
6517fi
Jeff Thompsonca45e552013-06-26 17:40:06 -07006518if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
6519 as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
6520Usually this means the macro was only invoked conditionally." "$LINENO" 5
6521fi
6522if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
6523 as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
6524Usually this means the macro was only invoked conditionally." "$LINENO" 5
6525fi
6526if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
6527 as_fn_error $? "conditional \"DX_COND_man\" was never defined.
6528Usually this means the macro was only invoked conditionally." "$LINENO" 5
6529fi
6530if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
6531 as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
6532Usually this means the macro was only invoked conditionally." "$LINENO" 5
6533fi
6534if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
6535 as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
6536Usually this means the macro was only invoked conditionally." "$LINENO" 5
6537fi
6538if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
6539 as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
6540Usually this means the macro was only invoked conditionally." "$LINENO" 5
6541fi
6542if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
6543 as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
6544Usually this means the macro was only invoked conditionally." "$LINENO" 5
6545fi
6546if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
6547 as_fn_error $? "conditional \"DX_COND_html\" was never defined.
6548Usually this means the macro was only invoked conditionally." "$LINENO" 5
6549fi
6550if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
6551 as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
6552Usually this means the macro was only invoked conditionally." "$LINENO" 5
6553fi
6554if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
6555 as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
6556Usually this means the macro was only invoked conditionally." "$LINENO" 5
6557fi
6558if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
6559 as_fn_error $? "conditional \"DX_COND_latex\" was never defined.
6560Usually this means the macro was only invoked conditionally." "$LINENO" 5
6561fi
Jeff Thompson39128c62013-06-19 14:08:51 -07006562
6563: "${CONFIG_STATUS=./config.status}"
6564ac_write_fail=0
6565ac_clean_files_save=$ac_clean_files
6566ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6567{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
6568$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6569as_write_fail=0
6570cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
6571#! $SHELL
6572# Generated by $as_me.
6573# Run this file to recreate the current configuration.
6574# Compiler output produced by configure, useful for debugging
6575# configure, is in config.log if it exists.
6576
6577debug=false
6578ac_cs_recheck=false
6579ac_cs_silent=false
6580
6581SHELL=\${CONFIG_SHELL-$SHELL}
6582export SHELL
6583_ASEOF
6584cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
6585## -------------------- ##
6586## M4sh Initialization. ##
6587## -------------------- ##
6588
6589# Be more Bourne compatible
6590DUALCASE=1; export DUALCASE # for MKS sh
6591if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
6592 emulate sh
6593 NULLCMD=:
6594 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
6595 # is contrary to our usage. Disable this feature.
6596 alias -g '${1+"$@"}'='"$@"'
6597 setopt NO_GLOB_SUBST
6598else
6599 case `(set -o) 2>/dev/null` in #(
6600 *posix*) :
6601 set -o posix ;; #(
6602 *) :
6603 ;;
6604esac
6605fi
6606
6607
6608as_nl='
6609'
6610export as_nl
6611# Printing a long string crashes Solaris 7 /usr/bin/printf.
6612as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6613as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
6614as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
6615# Prefer a ksh shell builtin over an external printf program on Solaris,
6616# but without wasting forks for bash or zsh.
6617if test -z "$BASH_VERSION$ZSH_VERSION" \
6618 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
6619 as_echo='print -r --'
6620 as_echo_n='print -rn --'
6621elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
6622 as_echo='printf %s\n'
6623 as_echo_n='printf %s'
6624else
6625 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
6626 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
6627 as_echo_n='/usr/ucb/echo -n'
6628 else
6629 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
6630 as_echo_n_body='eval
6631 arg=$1;
6632 case $arg in #(
6633 *"$as_nl"*)
6634 expr "X$arg" : "X\\(.*\\)$as_nl";
6635 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6636 esac;
6637 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6638 '
6639 export as_echo_n_body
6640 as_echo_n='sh -c $as_echo_n_body as_echo'
6641 fi
6642 export as_echo_body
6643 as_echo='sh -c $as_echo_body as_echo'
6644fi
6645
6646# The user is always right.
6647if test "${PATH_SEPARATOR+set}" != set; then
6648 PATH_SEPARATOR=:
6649 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
6650 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
6651 PATH_SEPARATOR=';'
6652 }
6653fi
6654
6655
6656# IFS
6657# We need space, tab and new line, in precisely that order. Quoting is
6658# there to prevent editors from complaining about space-tab.
6659# (If _AS_PATH_WALK were called with IFS unset, it would disable word
6660# splitting by setting IFS to empty value.)
6661IFS=" "" $as_nl"
6662
6663# Find who we are. Look in the path if we contain no directory separator.
6664as_myself=
6665case $0 in #((
6666 *[\\/]* ) as_myself=$0 ;;
6667 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6668for as_dir in $PATH
6669do
6670 IFS=$as_save_IFS
6671 test -z "$as_dir" && as_dir=.
6672 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6673 done
6674IFS=$as_save_IFS
6675
6676 ;;
6677esac
6678# We did not find ourselves, most probably we were run as `sh COMMAND'
6679# in which case we are not to be found in the path.
6680if test "x$as_myself" = x; then
6681 as_myself=$0
6682fi
6683if test ! -f "$as_myself"; then
6684 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
6685 exit 1
6686fi
6687
6688# Unset variables that we do not need and which cause bugs (e.g. in
6689# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
6690# suppresses any "Segmentation fault" message there. '((' could
6691# trigger a bug in pdksh 5.2.14.
6692for as_var in BASH_ENV ENV MAIL MAILPATH
6693do eval test x\${$as_var+set} = xset \
6694 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
6695done
6696PS1='$ '
6697PS2='> '
6698PS4='+ '
6699
6700# NLS nuisances.
6701LC_ALL=C
6702export LC_ALL
6703LANGUAGE=C
6704export LANGUAGE
6705
6706# CDPATH.
6707(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6708
6709
6710# as_fn_error STATUS ERROR [LINENO LOG_FD]
6711# ----------------------------------------
6712# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
6713# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
6714# script with STATUS, using 1 if that was 0.
6715as_fn_error ()
6716{
6717 as_status=$1; test $as_status -eq 0 && as_status=1
6718 if test "$4"; then
6719 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
6720 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
6721 fi
6722 $as_echo "$as_me: error: $2" >&2
6723 as_fn_exit $as_status
6724} # as_fn_error
6725
6726
6727# as_fn_set_status STATUS
6728# -----------------------
6729# Set $? to STATUS, without forking.
6730as_fn_set_status ()
6731{
6732 return $1
6733} # as_fn_set_status
6734
6735# as_fn_exit STATUS
6736# -----------------
6737# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
6738as_fn_exit ()
6739{
6740 set +e
6741 as_fn_set_status $1
6742 exit $1
6743} # as_fn_exit
6744
6745# as_fn_unset VAR
6746# ---------------
6747# Portably unset VAR.
6748as_fn_unset ()
6749{
6750 { eval $1=; unset $1;}
6751}
6752as_unset=as_fn_unset
6753# as_fn_append VAR VALUE
6754# ----------------------
6755# Append the text in VALUE to the end of the definition contained in VAR. Take
6756# advantage of any shell optimizations that allow amortized linear growth over
6757# repeated appends, instead of the typical quadratic growth present in naive
6758# implementations.
6759if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
6760 eval 'as_fn_append ()
6761 {
6762 eval $1+=\$2
6763 }'
6764else
6765 as_fn_append ()
6766 {
6767 eval $1=\$$1\$2
6768 }
6769fi # as_fn_append
6770
6771# as_fn_arith ARG...
6772# ------------------
6773# Perform arithmetic evaluation on the ARGs, and store the result in the
6774# global $as_val. Take advantage of shells that can avoid forks. The arguments
6775# must be portable across $(()) and expr.
6776if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
6777 eval 'as_fn_arith ()
6778 {
6779 as_val=$(( $* ))
6780 }'
6781else
6782 as_fn_arith ()
6783 {
6784 as_val=`expr "$@" || test $? -eq 1`
6785 }
6786fi # as_fn_arith
6787
6788
6789if expr a : '\(a\)' >/dev/null 2>&1 &&
6790 test "X`expr 00001 : '.*\(...\)'`" = X001; then
6791 as_expr=expr
6792else
6793 as_expr=false
6794fi
6795
6796if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
6797 as_basename=basename
6798else
6799 as_basename=false
6800fi
6801
6802if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
6803 as_dirname=dirname
6804else
6805 as_dirname=false
6806fi
6807
6808as_me=`$as_basename -- "$0" ||
6809$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6810 X"$0" : 'X\(//\)$' \| \
6811 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6812$as_echo X/"$0" |
6813 sed '/^.*\/\([^/][^/]*\)\/*$/{
6814 s//\1/
6815 q
6816 }
6817 /^X\/\(\/\/\)$/{
6818 s//\1/
6819 q
6820 }
6821 /^X\/\(\/\).*/{
6822 s//\1/
6823 q
6824 }
6825 s/.*/./; q'`
6826
6827# Avoid depending upon Character Ranges.
6828as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6829as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6830as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6831as_cr_digits='0123456789'
6832as_cr_alnum=$as_cr_Letters$as_cr_digits
6833
6834ECHO_C= ECHO_N= ECHO_T=
6835case `echo -n x` in #(((((
6836-n*)
6837 case `echo 'xy\c'` in
6838 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
6839 xy) ECHO_C='\c';;
6840 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
6841 ECHO_T=' ';;
6842 esac;;
6843*)
6844 ECHO_N='-n';;
6845esac
6846
6847rm -f conf$$ conf$$.exe conf$$.file
6848if test -d conf$$.dir; then
6849 rm -f conf$$.dir/conf$$.file
6850else
6851 rm -f conf$$.dir
6852 mkdir conf$$.dir 2>/dev/null
6853fi
6854if (echo >conf$$.file) 2>/dev/null; then
6855 if ln -s conf$$.file conf$$ 2>/dev/null; then
6856 as_ln_s='ln -s'
6857 # ... but there are two gotchas:
6858 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6859 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6860 # In both cases, we have to default to `cp -pR'.
6861 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
6862 as_ln_s='cp -pR'
6863 elif ln conf$$.file conf$$ 2>/dev/null; then
6864 as_ln_s=ln
6865 else
6866 as_ln_s='cp -pR'
6867 fi
6868else
6869 as_ln_s='cp -pR'
6870fi
6871rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
6872rmdir conf$$.dir 2>/dev/null
6873
6874
6875# as_fn_mkdir_p
6876# -------------
6877# Create "$as_dir" as a directory, including parents if necessary.
6878as_fn_mkdir_p ()
6879{
6880
6881 case $as_dir in #(
6882 -*) as_dir=./$as_dir;;
6883 esac
6884 test -d "$as_dir" || eval $as_mkdir_p || {
6885 as_dirs=
6886 while :; do
6887 case $as_dir in #(
6888 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
6889 *) as_qdir=$as_dir;;
6890 esac
6891 as_dirs="'$as_qdir' $as_dirs"
6892 as_dir=`$as_dirname -- "$as_dir" ||
6893$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6894 X"$as_dir" : 'X\(//\)[^/]' \| \
6895 X"$as_dir" : 'X\(//\)$' \| \
6896 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6897$as_echo X"$as_dir" |
6898 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6899 s//\1/
6900 q
6901 }
6902 /^X\(\/\/\)[^/].*/{
6903 s//\1/
6904 q
6905 }
6906 /^X\(\/\/\)$/{
6907 s//\1/
6908 q
6909 }
6910 /^X\(\/\).*/{
6911 s//\1/
6912 q
6913 }
6914 s/.*/./; q'`
6915 test -d "$as_dir" && break
6916 done
6917 test -z "$as_dirs" || eval "mkdir $as_dirs"
6918 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
6919
6920
6921} # as_fn_mkdir_p
6922if mkdir -p . 2>/dev/null; then
6923 as_mkdir_p='mkdir -p "$as_dir"'
6924else
6925 test -d ./-p && rmdir ./-p
6926 as_mkdir_p=false
6927fi
6928
6929
6930# as_fn_executable_p FILE
6931# -----------------------
6932# Test if FILE is an executable regular file.
6933as_fn_executable_p ()
6934{
6935 test -f "$1" && test -x "$1"
6936} # as_fn_executable_p
6937as_test_x='test -x'
6938as_executable_p=as_fn_executable_p
6939
6940# Sed expression to map a string onto a valid CPP name.
6941as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6942
6943# Sed expression to map a string onto a valid variable name.
6944as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6945
6946
6947exec 6>&1
6948## ----------------------------------- ##
6949## Main body of $CONFIG_STATUS script. ##
6950## ----------------------------------- ##
6951_ASEOF
6952test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
6953
6954cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6955# Save the log message, to keep $0 and so on meaningful, and to
6956# report actual input values of CONFIG_FILES etc. instead of their
6957# values after options handling.
6958ac_log="
6959This file was extended by ndn-cpp $as_me 0.5, which was
6960generated by GNU Autoconf 2.69. Invocation command line was
6961
6962 CONFIG_FILES = $CONFIG_FILES
6963 CONFIG_HEADERS = $CONFIG_HEADERS
6964 CONFIG_LINKS = $CONFIG_LINKS
6965 CONFIG_COMMANDS = $CONFIG_COMMANDS
6966 $ $0 $@
6967
6968on `(hostname || uname -n) 2>/dev/null | sed 1q`
6969"
6970
6971_ACEOF
6972
6973case $ac_config_files in *"
6974"*) set x $ac_config_files; shift; ac_config_files=$*;;
6975esac
6976
6977case $ac_config_headers in *"
6978"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
6979esac
6980
6981
6982cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6983# Files that config.status was made for.
6984config_files="$ac_config_files"
6985config_headers="$ac_config_headers"
6986config_commands="$ac_config_commands"
6987
6988_ACEOF
6989
6990cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6991ac_cs_usage="\
6992\`$as_me' instantiates files and other configuration actions
6993from templates according to the current configuration. Unless the files
6994and actions are specified as TAGs, all are instantiated by default.
6995
6996Usage: $0 [OPTION]... [TAG]...
6997
6998 -h, --help print this help, then exit
6999 -V, --version print version number and configuration settings, then exit
7000 --config print configuration, then exit
7001 -q, --quiet, --silent
7002 do not print progress messages
7003 -d, --debug don't remove temporary files
7004 --recheck update $as_me by reconfiguring in the same conditions
7005 --file=FILE[:TEMPLATE]
7006 instantiate the configuration file FILE
7007 --header=FILE[:TEMPLATE]
7008 instantiate the configuration header FILE
7009
7010Configuration files:
7011$config_files
7012
7013Configuration headers:
7014$config_headers
7015
7016Configuration commands:
7017$config_commands
7018
7019Report bugs to the package provider.
7020ndn-cpp home page: <https://github.com/named-data/ndn-cpp>."
7021
7022_ACEOF
7023cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7024ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7025ac_cs_version="\\
7026ndn-cpp config.status 0.5
7027configured by $0, generated by GNU Autoconf 2.69,
7028 with options \\"\$ac_cs_config\\"
7029
7030Copyright (C) 2012 Free Software Foundation, Inc.
7031This config.status script is free software; the Free Software Foundation
7032gives unlimited permission to copy, distribute and modify it."
7033
7034ac_pwd='$ac_pwd'
7035srcdir='$srcdir'
7036INSTALL='$INSTALL'
7037MKDIR_P='$MKDIR_P'
7038AWK='$AWK'
7039test -n "\$AWK" || AWK=awk
7040_ACEOF
7041
7042cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7043# The default lists apply if the user does not specify any file.
7044ac_need_defaults=:
7045while test $# != 0
7046do
7047 case $1 in
7048 --*=?*)
7049 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7050 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
7051 ac_shift=:
7052 ;;
7053 --*=)
7054 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7055 ac_optarg=
7056 ac_shift=:
7057 ;;
7058 *)
7059 ac_option=$1
7060 ac_optarg=$2
7061 ac_shift=shift
7062 ;;
7063 esac
7064
7065 case $ac_option in
7066 # Handling of the options.
7067 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7068 ac_cs_recheck=: ;;
7069 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
7070 $as_echo "$ac_cs_version"; exit ;;
7071 --config | --confi | --conf | --con | --co | --c )
7072 $as_echo "$ac_cs_config"; exit ;;
7073 --debug | --debu | --deb | --de | --d | -d )
7074 debug=: ;;
7075 --file | --fil | --fi | --f )
7076 $ac_shift
7077 case $ac_optarg in
7078 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7079 '') as_fn_error $? "missing file argument" ;;
7080 esac
7081 as_fn_append CONFIG_FILES " '$ac_optarg'"
7082 ac_need_defaults=false;;
7083 --header | --heade | --head | --hea )
7084 $ac_shift
7085 case $ac_optarg in
7086 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7087 esac
7088 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
7089 ac_need_defaults=false;;
7090 --he | --h)
7091 # Conflict between --help and --header
7092 as_fn_error $? "ambiguous option: \`$1'
7093Try \`$0 --help' for more information.";;
7094 --help | --hel | -h )
7095 $as_echo "$ac_cs_usage"; exit ;;
7096 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7097 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7098 ac_cs_silent=: ;;
7099
7100 # This is an error.
7101 -*) as_fn_error $? "unrecognized option: \`$1'
7102Try \`$0 --help' for more information." ;;
7103
7104 *) as_fn_append ac_config_targets " $1"
7105 ac_need_defaults=false ;;
7106
7107 esac
7108 shift
7109done
7110
7111ac_configure_extra_args=
7112
7113if $ac_cs_silent; then
7114 exec 6>/dev/null
7115 ac_configure_extra_args="$ac_configure_extra_args --silent"
7116fi
7117
7118_ACEOF
7119cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7120if \$ac_cs_recheck; then
7121 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7122 shift
7123 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
7124 CONFIG_SHELL='$SHELL'
7125 export CONFIG_SHELL
7126 exec "\$@"
7127fi
7128
7129_ACEOF
7130cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7131exec 5>>config.log
7132{
7133 echo
7134 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7135## Running $as_me. ##
7136_ASBOX
7137 $as_echo "$ac_log"
7138} >&5
7139
7140_ACEOF
7141cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7142#
7143# INIT-COMMANDS
7144#
7145AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
7146
7147_ACEOF
7148
7149cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7150
7151# Handling of arguments.
7152for ac_config_target in $ac_config_targets
7153do
7154 case $ac_config_target in
7155 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7156 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
7157 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7158
7159 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
7160 esac
7161done
7162
7163
7164# If the user did not use the arguments to specify the items to instantiate,
7165# then the envvar interface is used. Set only those that are not.
7166# We use the long form for the default assignment because of an extremely
7167# bizarre bug on SunOS 4.1.3.
7168if $ac_need_defaults; then
7169 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7170 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7171 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7172fi
7173
7174# Have a temporary directory for convenience. Make it in the build tree
7175# simply because there is no reason against having it here, and in addition,
7176# creating and moving files from /tmp can sometimes cause problems.
7177# Hook for its removal unless debugging.
7178# Note that there is a small window in which the directory will not be cleaned:
7179# after its creation but before its name has been assigned to `$tmp'.
7180$debug ||
7181{
7182 tmp= ac_tmp=
7183 trap 'exit_status=$?
7184 : "${ac_tmp:=$tmp}"
7185 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
7186' 0
7187 trap 'as_fn_exit 1' 1 2 13 15
7188}
7189# Create a (secure) tmp directory for tmp files.
7190
7191{
7192 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7193 test -d "$tmp"
7194} ||
7195{
7196 tmp=./conf$$-$RANDOM
7197 (umask 077 && mkdir "$tmp")
7198} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
7199ac_tmp=$tmp
7200
7201# Set up the scripts for CONFIG_FILES section.
7202# No need to generate them if there are no CONFIG_FILES.
7203# This happens for instance with `./config.status config.h'.
7204if test -n "$CONFIG_FILES"; then
7205
7206
7207ac_cr=`echo X | tr X '\015'`
7208# On cygwin, bash can eat \r inside `` if the user requested igncr.
7209# But we know of no other shell where ac_cr would be empty at this
7210# point, so we can use a bashism as a fallback.
7211if test "x$ac_cr" = x; then
7212 eval ac_cr=\$\'\\r\'
7213fi
7214ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
7215if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
7216 ac_cs_awk_cr='\\r'
7217else
7218 ac_cs_awk_cr=$ac_cr
7219fi
7220
7221echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
7222_ACEOF
7223
7224
7225{
7226 echo "cat >conf$$subs.awk <<_ACEOF" &&
7227 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
7228 echo "_ACEOF"
7229} >conf$$subs.sh ||
7230 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7231ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
7232ac_delim='%!_!# '
7233for ac_last_try in false false false false false :; do
7234 . ./conf$$subs.sh ||
7235 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7236
7237 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
7238 if test $ac_delim_n = $ac_delim_num; then
7239 break
7240 elif $ac_last_try; then
7241 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7242 else
7243 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7244 fi
7245done
7246rm -f conf$$subs.sh
7247
7248cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7249cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
7250_ACEOF
7251sed -n '
7252h
7253s/^/S["/; s/!.*/"]=/
7254p
7255g
7256s/^[^!]*!//
7257:repl
7258t repl
7259s/'"$ac_delim"'$//
7260t delim
7261:nl
7262h
7263s/\(.\{148\}\)..*/\1/
7264t more1
7265s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
7266p
7267n
7268b repl
7269:more1
7270s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7271p
7272g
7273s/.\{148\}//
7274t nl
7275:delim
7276h
7277s/\(.\{148\}\)..*/\1/
7278t more2
7279s/["\\]/\\&/g; s/^/"/; s/$/"/
7280p
7281b
7282:more2
7283s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7284p
7285g
7286s/.\{148\}//
7287t delim
7288' <conf$$subs.awk | sed '
7289/^[^""]/{
7290 N
7291 s/\n//
7292}
7293' >>$CONFIG_STATUS || ac_write_fail=1
7294rm -f conf$$subs.awk
7295cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7296_ACAWK
7297cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
7298 for (key in S) S_is_set[key] = 1
7299 FS = ""
7300
7301}
7302{
7303 line = $ 0
7304 nfields = split(line, field, "@")
7305 substed = 0
7306 len = length(field[1])
7307 for (i = 2; i < nfields; i++) {
7308 key = field[i]
7309 keylen = length(key)
7310 if (S_is_set[key]) {
7311 value = S[key]
7312 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7313 len += length(value) + length(field[++i])
7314 substed = 1
7315 } else
7316 len += 1 + keylen
7317 }
7318
7319 print line
7320}
7321
7322_ACAWK
7323_ACEOF
7324cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7325if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
7326 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
7327else
7328 cat
7329fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
7330 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
7331_ACEOF
7332
7333# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
7334# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
7335# trailing colons and then remove the whole line if VPATH becomes empty
7336# (actually we leave an empty line to preserve line numbers).
7337if test "x$srcdir" = x.; then
7338 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
7339h
7340s///
7341s/^/:/
7342s/[ ]*$/:/
7343s/:\$(srcdir):/:/g
7344s/:\${srcdir}:/:/g
7345s/:@srcdir@:/:/g
7346s/^:*//
7347s/:*$//
7348x
7349s/\(=[ ]*\).*/\1/
7350G
7351s/\n//
7352s/^[^=]*=[ ]*$//
7353}'
7354fi
7355
7356cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7357fi # test -n "$CONFIG_FILES"
7358
7359# Set up the scripts for CONFIG_HEADERS section.
7360# No need to generate them if there are no CONFIG_HEADERS.
7361# This happens for instance with `./config.status Makefile'.
7362if test -n "$CONFIG_HEADERS"; then
7363cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
7364BEGIN {
7365_ACEOF
7366
7367# Transform confdefs.h into an awk script `defines.awk', embedded as
7368# here-document in config.status, that substitutes the proper values into
7369# config.h.in to produce config.h.
7370
7371# Create a delimiter string that does not exist in confdefs.h, to ease
7372# handling of long lines.
7373ac_delim='%!_!# '
7374for ac_last_try in false false :; do
7375 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
7376 if test -z "$ac_tt"; then
7377 break
7378 elif $ac_last_try; then
7379 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
7380 else
7381 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7382 fi
7383done
7384
7385# For the awk script, D is an array of macro values keyed by name,
7386# likewise P contains macro parameters if any. Preserve backslash
7387# newline sequences.
7388
7389ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7390sed -n '
7391s/.\{148\}/&'"$ac_delim"'/g
7392t rset
7393:rset
7394s/^[ ]*#[ ]*define[ ][ ]*/ /
7395t def
7396d
7397:def
7398s/\\$//
7399t bsnl
7400s/["\\]/\\&/g
7401s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7402D["\1"]=" \3"/p
7403s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
7404d
7405:bsnl
7406s/["\\]/\\&/g
7407s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7408D["\1"]=" \3\\\\\\n"\\/p
7409t cont
7410s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
7411t cont
7412d
7413:cont
7414n
7415s/.\{148\}/&'"$ac_delim"'/g
7416t clear
7417:clear
7418s/\\$//
7419t bsnlc
7420s/["\\]/\\&/g; s/^/"/; s/$/"/p
7421d
7422:bsnlc
7423s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
7424b cont
7425' <confdefs.h | sed '
7426s/'"$ac_delim"'/"\\\
7427"/g' >>$CONFIG_STATUS || ac_write_fail=1
7428
7429cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7430 for (key in D) D_is_set[key] = 1
7431 FS = ""
7432}
7433/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
7434 line = \$ 0
7435 split(line, arg, " ")
7436 if (arg[1] == "#") {
7437 defundef = arg[2]
7438 mac1 = arg[3]
7439 } else {
7440 defundef = substr(arg[1], 2)
7441 mac1 = arg[2]
7442 }
7443 split(mac1, mac2, "(") #)
7444 macro = mac2[1]
7445 prefix = substr(line, 1, index(line, defundef) - 1)
7446 if (D_is_set[macro]) {
7447 # Preserve the white space surrounding the "#".
7448 print prefix "define", macro P[macro] D[macro]
7449 next
7450 } else {
7451 # Replace #undef with comments. This is necessary, for example,
7452 # in the case of _POSIX_SOURCE, which is predefined and required
7453 # on some systems where configure will not decide to define it.
7454 if (defundef == "undef") {
7455 print "/*", prefix defundef, macro, "*/"
7456 next
7457 }
7458 }
7459}
7460{ print }
7461_ACAWK
7462_ACEOF
7463cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7464 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
7465fi # test -n "$CONFIG_HEADERS"
7466
7467
7468eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
7469shift
7470for ac_tag
7471do
7472 case $ac_tag in
7473 :[FHLC]) ac_mode=$ac_tag; continue;;
7474 esac
7475 case $ac_mode$ac_tag in
7476 :[FHL]*:*);;
7477 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
7478 :[FH]-) ac_tag=-:-;;
7479 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7480 esac
7481 ac_save_IFS=$IFS
7482 IFS=:
7483 set x $ac_tag
7484 IFS=$ac_save_IFS
7485 shift
7486 ac_file=$1
7487 shift
7488
7489 case $ac_mode in
7490 :L) ac_source=$1;;
7491 :[FH])
7492 ac_file_inputs=
7493 for ac_f
7494 do
7495 case $ac_f in
7496 -) ac_f="$ac_tmp/stdin";;
7497 *) # Look for the file first in the build tree, then in the source tree
7498 # (if the path is not absolute). The absolute path cannot be DOS-style,
7499 # because $ac_f cannot contain `:'.
7500 test -f "$ac_f" ||
7501 case $ac_f in
7502 [\\/$]*) false;;
7503 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
7504 esac ||
7505 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
7506 esac
7507 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7508 as_fn_append ac_file_inputs " '$ac_f'"
7509 done
7510
7511 # Let's still pretend it is `configure' which instantiates (i.e., don't
7512 # use $as_me), people would be surprised to read:
7513 # /* config.h. Generated by config.status. */
7514 configure_input='Generated from '`
7515 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7516 `' by configure.'
7517 if test x"$ac_file" != x-; then
7518 configure_input="$ac_file. $configure_input"
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
7520$as_echo "$as_me: creating $ac_file" >&6;}
7521 fi
7522 # Neutralize special characters interpreted by sed in replacement strings.
7523 case $configure_input in #(
7524 *\&* | *\|* | *\\* )
7525 ac_sed_conf_input=`$as_echo "$configure_input" |
7526 sed 's/[\\\\&|]/\\\\&/g'`;; #(
7527 *) ac_sed_conf_input=$configure_input;;
7528 esac
7529
7530 case $ac_tag in
7531 *:-:* | *:-) cat >"$ac_tmp/stdin" \
7532 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
7533 esac
7534 ;;
7535 esac
7536
7537 ac_dir=`$as_dirname -- "$ac_file" ||
7538$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7539 X"$ac_file" : 'X\(//\)[^/]' \| \
7540 X"$ac_file" : 'X\(//\)$' \| \
7541 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7542$as_echo X"$ac_file" |
7543 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7544 s//\1/
7545 q
7546 }
7547 /^X\(\/\/\)[^/].*/{
7548 s//\1/
7549 q
7550 }
7551 /^X\(\/\/\)$/{
7552 s//\1/
7553 q
7554 }
7555 /^X\(\/\).*/{
7556 s//\1/
7557 q
7558 }
7559 s/.*/./; q'`
7560 as_dir="$ac_dir"; as_fn_mkdir_p
7561 ac_builddir=.
7562
7563case "$ac_dir" in
7564.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
7565*)
7566 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7567 # A ".." for each directory in $ac_dir_suffix.
7568 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7569 case $ac_top_builddir_sub in
7570 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
7571 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
7572 esac ;;
7573esac
7574ac_abs_top_builddir=$ac_pwd
7575ac_abs_builddir=$ac_pwd$ac_dir_suffix
7576# for backward compatibility:
7577ac_top_builddir=$ac_top_build_prefix
7578
7579case $srcdir in
7580 .) # We are building in place.
7581 ac_srcdir=.
7582 ac_top_srcdir=$ac_top_builddir_sub
7583 ac_abs_top_srcdir=$ac_pwd ;;
7584 [\\/]* | ?:[\\/]* ) # Absolute name.
7585 ac_srcdir=$srcdir$ac_dir_suffix;
7586 ac_top_srcdir=$srcdir
7587 ac_abs_top_srcdir=$srcdir ;;
7588 *) # Relative name.
7589 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
7590 ac_top_srcdir=$ac_top_build_prefix$srcdir
7591 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
7592esac
7593ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7594
7595
7596 case $ac_mode in
7597 :F)
7598 #
7599 # CONFIG_FILE
7600 #
7601
7602 case $INSTALL in
7603 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7604 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7605 esac
7606 ac_MKDIR_P=$MKDIR_P
7607 case $MKDIR_P in
7608 [\\/$]* | ?:[\\/]* ) ;;
7609 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
7610 esac
7611_ACEOF
7612
7613cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7614# If the template does not know about datarootdir, expand it.
7615# FIXME: This hack should be removed a few years after 2.60.
7616ac_datarootdir_hack=; ac_datarootdir_seen=
7617ac_sed_dataroot='
7618/datarootdir/ {
7619 p
7620 q
7621}
7622/@datadir@/p
7623/@docdir@/p
7624/@infodir@/p
7625/@localedir@/p
7626/@mandir@/p'
7627case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
7628*datarootdir*) ac_datarootdir_seen=yes;;
7629*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7631$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7632_ACEOF
7633cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7634 ac_datarootdir_hack='
7635 s&@datadir@&$datadir&g
7636 s&@docdir@&$docdir&g
7637 s&@infodir@&$infodir&g
7638 s&@localedir@&$localedir&g
7639 s&@mandir@&$mandir&g
7640 s&\\\${datarootdir}&$datarootdir&g' ;;
7641esac
7642_ACEOF
7643
7644# Neutralize VPATH when `$srcdir' = `.'.
7645# Shell code in configure.ac might set extrasub.
7646# FIXME: do we really want to maintain this feature?
7647cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7648ac_sed_extra="$ac_vpsub
7649$extrasub
7650_ACEOF
7651cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7652:t
7653/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7654s|@configure_input@|$ac_sed_conf_input|;t t
7655s&@top_builddir@&$ac_top_builddir_sub&;t t
7656s&@top_build_prefix@&$ac_top_build_prefix&;t t
7657s&@srcdir@&$ac_srcdir&;t t
7658s&@abs_srcdir@&$ac_abs_srcdir&;t t
7659s&@top_srcdir@&$ac_top_srcdir&;t t
7660s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
7661s&@builddir@&$ac_builddir&;t t
7662s&@abs_builddir@&$ac_abs_builddir&;t t
7663s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7664s&@INSTALL@&$ac_INSTALL&;t t
7665s&@MKDIR_P@&$ac_MKDIR_P&;t t
7666$ac_datarootdir_hack
7667"
7668eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
7669 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7670
7671test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
7672 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
7673 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
7674 "$ac_tmp/out"`; test -z "$ac_out"; } &&
7675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7676which seems to be undefined. Please make sure it is defined" >&5
7677$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7678which seems to be undefined. Please make sure it is defined" >&2;}
7679
7680 rm -f "$ac_tmp/stdin"
7681 case $ac_file in
7682 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
7683 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
7684 esac \
7685 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7686 ;;
7687 :H)
7688 #
7689 # CONFIG_HEADER
7690 #
7691 if test x"$ac_file" != x-; then
7692 {
7693 $as_echo "/* $configure_input */" \
7694 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
7695 } >"$ac_tmp/config.h" \
7696 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7697 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
7699$as_echo "$as_me: $ac_file is unchanged" >&6;}
7700 else
7701 rm -f "$ac_file"
7702 mv "$ac_tmp/config.h" "$ac_file" \
7703 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7704 fi
7705 else
7706 $as_echo "/* $configure_input */" \
7707 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
7708 || as_fn_error $? "could not create -" "$LINENO" 5
7709 fi
7710# Compute "$ac_file"'s index in $config_headers.
7711_am_arg="$ac_file"
7712_am_stamp_count=1
7713for _am_header in $config_headers :; do
7714 case $_am_header in
7715 $_am_arg | $_am_arg:* )
7716 break ;;
7717 * )
7718 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
7719 esac
7720done
7721echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
7722$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7723 X"$_am_arg" : 'X\(//\)[^/]' \| \
7724 X"$_am_arg" : 'X\(//\)$' \| \
7725 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
7726$as_echo X"$_am_arg" |
7727 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7728 s//\1/
7729 q
7730 }
7731 /^X\(\/\/\)[^/].*/{
7732 s//\1/
7733 q
7734 }
7735 /^X\(\/\/\)$/{
7736 s//\1/
7737 q
7738 }
7739 /^X\(\/\).*/{
7740 s//\1/
7741 q
7742 }
7743 s/.*/./; q'`/stamp-h$_am_stamp_count
7744 ;;
7745
7746 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
7747$as_echo "$as_me: executing $ac_file commands" >&6;}
7748 ;;
7749 esac
7750
7751
7752 case $ac_file$ac_mode in
7753 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
7754 # Older Autoconf quotes --file arguments for eval, but not when files
7755 # are listed without --file. Let's play safe and only enable the eval
7756 # if we detect the quoting.
7757 case $CONFIG_FILES in
7758 *\'*) eval set x "$CONFIG_FILES" ;;
7759 *) set x $CONFIG_FILES ;;
7760 esac
7761 shift
7762 for mf
7763 do
7764 # Strip MF so we end up with the name of the file.
7765 mf=`echo "$mf" | sed -e 's/:.*$//'`
7766 # Check whether this is an Automake generated Makefile or not.
7767 # We used to match only the files named 'Makefile.in', but
7768 # some people rename them; so instead we look at the file content.
7769 # Grep'ing the first line is not enough: some people post-process
7770 # each Makefile.in and add a new line on top of each file to say so.
7771 # Grep'ing the whole file is not good either: AIX grep has a line
7772 # limit of 2048, but all sed's we know have understand at least 4000.
7773 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
7774 dirpart=`$as_dirname -- "$mf" ||
7775$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7776 X"$mf" : 'X\(//\)[^/]' \| \
7777 X"$mf" : 'X\(//\)$' \| \
7778 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
7779$as_echo X"$mf" |
7780 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7781 s//\1/
7782 q
7783 }
7784 /^X\(\/\/\)[^/].*/{
7785 s//\1/
7786 q
7787 }
7788 /^X\(\/\/\)$/{
7789 s//\1/
7790 q
7791 }
7792 /^X\(\/\).*/{
7793 s//\1/
7794 q
7795 }
7796 s/.*/./; q'`
7797 else
7798 continue
7799 fi
7800 # Extract the definition of DEPDIR, am__include, and am__quote
7801 # from the Makefile without running 'make'.
7802 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7803 test -z "$DEPDIR" && continue
7804 am__include=`sed -n 's/^am__include = //p' < "$mf"`
7805 test -z "$am__include" && continue
7806 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
7807 # Find all dependency output files, they are included files with
7808 # $(DEPDIR) in their names. We invoke sed twice because it is the
7809 # simplest approach to changing $(DEPDIR) to its actual value in the
7810 # expansion.
7811 for file in `sed -n "
7812 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
7813 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
7814 # Make sure the directory exists.
7815 test -f "$dirpart/$file" && continue
7816 fdir=`$as_dirname -- "$file" ||
7817$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7818 X"$file" : 'X\(//\)[^/]' \| \
7819 X"$file" : 'X\(//\)$' \| \
7820 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
7821$as_echo X"$file" |
7822 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7823 s//\1/
7824 q
7825 }
7826 /^X\(\/\/\)[^/].*/{
7827 s//\1/
7828 q
7829 }
7830 /^X\(\/\/\)$/{
7831 s//\1/
7832 q
7833 }
7834 /^X\(\/\).*/{
7835 s//\1/
7836 q
7837 }
7838 s/.*/./; q'`
7839 as_dir=$dirpart/$fdir; as_fn_mkdir_p
7840 # echo "creating $dirpart/$file"
7841 echo '# dummy' > "$dirpart/$file"
7842 done
7843 done
7844}
7845 ;;
Jeff Thompson39128c62013-06-19 14:08:51 -07007846
7847 esac
7848done # for ac_tag
7849
7850
7851as_fn_exit 0
7852_ACEOF
7853ac_clean_files=$ac_clean_files_save
7854
7855test $ac_write_fail = 0 ||
7856 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
7857
7858
7859# configure is writing to config.log, and then calls config.status.
7860# config.status does its own redirection, appending to config.log.
7861# Unfortunately, on DOS this fails, as config.log is still kept open
7862# by configure, so config.status won't be able to write to it; its
7863# output is simply discarded. So we exec the FD to /dev/null,
7864# effectively closing config.log, so it can be properly (re)opened and
7865# appended to by config.status. When coming back to configure, we
7866# need to make the FD available again.
7867if test "$no_create" != yes; then
7868 ac_cs_success=:
7869 ac_config_status_args=
7870 test "$silent" = yes &&
7871 ac_config_status_args="$ac_config_status_args --quiet"
7872 exec 5>/dev/null
7873 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7874 exec 5>>config.log
7875 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7876 # would make configure fail if this is the last instruction.
7877 $ac_cs_success || as_fn_exit 1
7878fi
7879if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
7881$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
7882fi
7883