root/ossiedev/branches/cdietric/autom4te.cache/output.0 @ 10964

Revision 10964, 123.8 KB (checked in by c2dietric, 18 months ago)

liquid DSP digital voice receiver for USRP1

Line 
1@%:@! /bin/sh
2@%:@ Guess values for system-dependent variables and create Makefiles.
3@%:@ Generated by GNU Autoconf 2.65 for liquidDigitalVoiceRx_USRP1 0.8.0.
4@%:@
5@%:@
6@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8@%:@ Inc.
9@%:@
10@%:@
11@%:@ This configure script is free software; the Free Software Foundation
12@%:@ gives unlimited permission to copy, distribute and modify it.
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20  emulate sh
21  NULLCMD=:
22  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23  # is contrary to our usage.  Disable this feature.
24  alias -g '${1+"$@"}'='"$@"'
25  setopt NO_GLOB_SUBST
26else
27  case `(set -o) 2>/dev/null` in @%:@(
28  *posix*) :
29    set -o posix ;; @%:@(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47  as_echo='print -r --'
48  as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50  as_echo='printf %s\n'
51  as_echo_n='printf %s'
52else
53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55    as_echo_n='/usr/ucb/echo -n'
56  else
57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58    as_echo_n_body='eval
59      arg=$1;
60      case $arg in @%:@(
61      *"$as_nl"*)
62        expr "X$arg" : "X\\(.*\\)$as_nl";
63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64      esac;
65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66    '
67    export as_echo_n_body
68    as_echo_n='sh -c $as_echo_n_body as_echo'
69  fi
70  export as_echo_body
71  as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76  PATH_SEPARATOR=:
77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79      PATH_SEPARATOR=';'
80  }
81fi
82
83
84# IFS
85# We need space, tab and new line, in precisely that order.  Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" ""        $as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92case $0 in @%:@((
93  *[\\/]* ) as_myself=$0 ;;
94  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95for as_dir in $PATH
96do
97  IFS=$as_save_IFS
98  test -z "$as_dir" && as_dir=.
99    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100  done
101IFS=$as_save_IFS
102
103     ;;
104esac
105# We did not find ourselves, most probably we were run as `sh COMMAND'
106# in which case we are not to be found in the path.
107if test "x$as_myself" = x; then
108  as_myself=$0
109fi
110if test ! -f "$as_myself"; then
111  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112  exit 1
113fi
114
115# Unset variables that we do not need and which cause bugs (e.g. in
116# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117# suppresses any "Segmentation fault" message there.  '((' could
118# trigger a bug in pdksh 5.2.14.
119for as_var in BASH_ENV ENV MAIL MAILPATH
120do eval test x\${$as_var+set} = xset \
121  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122done
123PS1='$ '
124PS2='> '
125PS4='+ '
126
127# NLS nuisances.
128LC_ALL=C
129export LC_ALL
130LANGUAGE=C
131export LANGUAGE
132
133# CDPATH.
134(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136if test "x$CONFIG_SHELL" = x; then
137  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138  emulate sh
139  NULLCMD=:
140  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141  # is contrary to our usage.  Disable this feature.
142  alias -g '\${1+\"\$@\"}'='\"\$@\"'
143  setopt NO_GLOB_SUBST
144else
145  case \`(set -o) 2>/dev/null\` in @%:@(
146  *posix*) :
147    set -o posix ;; @%:@(
148  *) :
149     ;;
150esac
151fi
152"
153  as_required="as_fn_return () { (exit \$1); }
154as_fn_success () { as_fn_return 0; }
155as_fn_failure () { as_fn_return 1; }
156as_fn_ret_success () { return 0; }
157as_fn_ret_failure () { return 1; }
158
159exitcode=0
160as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 
166else
167  exitcode=1; echo positional parameters were not saved.
168fi
169test x\$exitcode = x0 || exit 1"
170  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
174  if (eval "$as_required") 2>/dev/null; then :
175  as_have_required=yes
176else
177  as_have_required=no
178fi
179  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
180 
181else
182  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
183as_found=false
184for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
185do
186  IFS=$as_save_IFS
187  test -z "$as_dir" && as_dir=.
188  as_found=:
189  case $as_dir in @%:@(
190         /*)
191           for as_base in sh bash ksh sh5; do
192             # Try only shells that exist, to save several forks.
193             as_shell=$as_dir/$as_base
194             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
195                    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
196  CONFIG_SHELL=$as_shell as_have_required=yes
197                   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
198  break 2
199fi
200fi
201           done;;
202       esac
203  as_found=false
204done
205$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
206              { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
207  CONFIG_SHELL=$SHELL as_have_required=yes
208fi; }
209IFS=$as_save_IFS
210
211
212      if test "x$CONFIG_SHELL" != x; then :
213  # We cannot yet assume a decent shell, so we have to provide a
214        # neutralization value for shells without unset; and this also
215        # works around shells that cannot unset nonexistent variables.
216        BASH_ENV=/dev/null
217        ENV=/dev/null
218        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
219        export CONFIG_SHELL
220        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
221fi
222
223    if test x$as_have_required = xno; then :
224  $as_echo "$0: This script requires a shell more modern than all"
225  $as_echo "$0: the shells that I found on your system."
226  if test x${ZSH_VERSION+set} = xset ; then
227    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
228    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229  else
230    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
231$0: including any error possibly output before this
232$0: message. Then install a modern shell, or manually run
233$0: the script under such a shell if you do have one."
234  fi
235  exit 1
236fi
237fi
238fi
239SHELL=${CONFIG_SHELL-/bin/sh}
240export SHELL
241# Unset more variables known to interfere with behavior of common tools.
242CLICOLOR_FORCE= GREP_OPTIONS=
243unset CLICOLOR_FORCE GREP_OPTIONS
244
245## --------------------- ##
246## M4sh Shell Functions. ##
247## --------------------- ##
248@%:@ as_fn_unset VAR
249@%:@ ---------------
250@%:@ Portably unset VAR.
251as_fn_unset ()
252{
253  { eval $1=; unset $1;}
254}
255as_unset=as_fn_unset
256
257@%:@ as_fn_set_status STATUS
258@%:@ -----------------------
259@%:@ Set @S|@? to STATUS, without forking.
260as_fn_set_status ()
261{
262  return $1
263} @%:@ as_fn_set_status
264
265@%:@ as_fn_exit STATUS
266@%:@ -----------------
267@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
268as_fn_exit ()
269{
270  set +e
271  as_fn_set_status $1
272  exit $1
273} @%:@ as_fn_exit
274
275@%:@ as_fn_mkdir_p
276@%:@ -------------
277@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
278as_fn_mkdir_p ()
279{
280
281  case $as_dir in #(
282  -*) as_dir=./$as_dir;;
283  esac
284  test -d "$as_dir" || eval $as_mkdir_p || {
285    as_dirs=
286    while :; do
287      case $as_dir in #(
288      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
289      *) as_qdir=$as_dir;;
290      esac
291      as_dirs="'$as_qdir' $as_dirs"
292      as_dir=`$as_dirname -- "$as_dir" ||
293$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
294         X"$as_dir" : 'X\(//\)[^/]' \| \
295         X"$as_dir" : 'X\(//\)$' \| \
296         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
297$as_echo X"$as_dir" |
298    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
299            s//\1/
300            q
301          }
302          /^X\(\/\/\)[^/].*/{
303            s//\1/
304            q
305          }
306          /^X\(\/\/\)$/{
307            s//\1/
308            q
309          }
310          /^X\(\/\).*/{
311            s//\1/
312            q
313          }
314          s/.*/./; q'`
315      test -d "$as_dir" && break
316    done
317    test -z "$as_dirs" || eval "mkdir $as_dirs"
318  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
319
320
321} @%:@ as_fn_mkdir_p
322@%:@ as_fn_append VAR VALUE
323@%:@ ----------------------
324@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
325@%:@ advantage of any shell optimizations that allow amortized linear growth over
326@%:@ repeated appends, instead of the typical quadratic growth present in naive
327@%:@ implementations.
328if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
329  eval 'as_fn_append ()
330  {
331    eval $1+=\$2
332  }'
333else
334  as_fn_append ()
335  {
336    eval $1=\$$1\$2
337  }
338fi # as_fn_append
339
340@%:@ as_fn_arith ARG...
341@%:@ ------------------
342@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
343@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
344@%:@ must be portable across @S|@(()) and expr.
345if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
346  eval 'as_fn_arith ()
347  {
348    as_val=$(( $* ))
349  }'
350else
351  as_fn_arith ()
352  {
353    as_val=`expr "$@" || test $? -eq 1`
354  }
355fi # as_fn_arith
356
357
358@%:@ as_fn_error ERROR [LINENO LOG_FD]
359@%:@ ---------------------------------
360@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
361@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
362@%:@ script with status @S|@?, using 1 if that was 0.
363as_fn_error ()
364{
365  as_status=$?; test $as_status -eq 0 && as_status=1
366  if test "$3"; then
367    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
368    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369  fi
370  $as_echo "$as_me: error: $1" >&2
371  as_fn_exit $as_status
372} @%:@ as_fn_error
373
374if expr a : '\(a\)' >/dev/null 2>&1 &&
375   test "X`expr 00001 : '.*\(...\)'`" = X001; then
376  as_expr=expr
377else
378  as_expr=false
379fi
380
381if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
382  as_basename=basename
383else
384  as_basename=false
385fi
386
387if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
388  as_dirname=dirname
389else
390  as_dirname=false
391fi
392
393as_me=`$as_basename -- "$0" ||
394$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
395         X"$0" : 'X\(//\)$' \| \
396         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397$as_echo X/"$0" |
398    sed '/^.*\/\([^/][^/]*\)\/*$/{
399            s//\1/
400            q
401          }
402          /^X\/\(\/\/\)$/{
403            s//\1/
404            q
405          }
406          /^X\/\(\/\).*/{
407            s//\1/
408            q
409          }
410          s/.*/./; q'`
411
412# Avoid depending upon Character Ranges.
413as_cr_letters='abcdefghijklmnopqrstuvwxyz'
414as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
415as_cr_Letters=$as_cr_letters$as_cr_LETTERS
416as_cr_digits='0123456789'
417as_cr_alnum=$as_cr_Letters$as_cr_digits
418
419
420  as_lineno_1=$LINENO as_lineno_1a=$LINENO
421  as_lineno_2=$LINENO as_lineno_2a=$LINENO
422  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
423  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
424  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
425  sed -n '
426    p
427    /[$]LINENO/=
428  ' <$as_myself |
429    sed '
430      s/[$]LINENO.*/&-/
431      t lineno
432      b
433      :lineno
434      N
435      :loop
436      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
437      t loop
438      s/-\n.*//
439    ' >$as_me.lineno &&
440  chmod +x "$as_me.lineno" ||
441    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
442
443  # Don't try to exec as it changes $[0], causing all sort of problems
444  # (the dirname of $[0] is not the place where we might find the
445  # original and so on.  Autoconf is especially sensitive to this).
446  . "./$as_me.lineno"
447  # Exit status is that of the last command.
448  exit
449}
450
451ECHO_C= ECHO_N= ECHO_T=
452case `echo -n x` in @%:@(((((
453-n*)
454  case `echo 'xy\c'` in
455  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
456  xy)  ECHO_C='\c';;
457  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
458       ECHO_T=' ';;
459  esac;;
460*)
461  ECHO_N='-n';;
462esac
463
464rm -f conf$$ conf$$.exe conf$$.file
465if test -d conf$$.dir; then
466  rm -f conf$$.dir/conf$$.file
467else
468  rm -f conf$$.dir
469  mkdir conf$$.dir 2>/dev/null
470fi
471if (echo >conf$$.file) 2>/dev/null; then
472  if ln -s conf$$.file conf$$ 2>/dev/null; then
473    as_ln_s='ln -s'
474    # ... but there are two gotchas:
475    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
476    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
477    # In both cases, we have to default to `cp -p'.
478    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
479      as_ln_s='cp -p'
480  elif ln conf$$.file conf$$ 2>/dev/null; then
481    as_ln_s=ln
482  else
483    as_ln_s='cp -p'
484  fi
485else
486  as_ln_s='cp -p'
487fi
488rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
489rmdir conf$$.dir 2>/dev/null
490
491if mkdir -p . 2>/dev/null; then
492  as_mkdir_p='mkdir -p "$as_dir"'
493else
494  test -d ./-p && rmdir ./-p
495  as_mkdir_p=false
496fi
497
498if test -x / >/dev/null 2>&1; then
499  as_test_x='test -x'
500else
501  if ls -dL / >/dev/null 2>&1; then
502    as_ls_L_option=L
503  else
504    as_ls_L_option=
505  fi
506  as_test_x='
507    eval sh -c '\''
508      if test -d "$1"; then
509        test -d "$1/.";
510      else
511        case $1 in @%:@(
512        -*)set "./$1";;
513        esac;
514        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
515        ???[sx]*):;;*)false;;esac;fi
516    '\'' sh
517  '
518fi
519as_executable_p=$as_test_x
520
521# Sed expression to map a string onto a valid CPP name.
522as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523
524# Sed expression to map a string onto a valid variable name.
525as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
526
527
528test -n "$DJDIR" || exec 7<&0 </dev/null
529exec 6>&1
530
531# Name of the host.
532# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
533# so uname gets run too.
534ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
535
536#
537# Initializations.
538#
539ac_default_prefix=/usr/local
540ac_clean_files=
541ac_config_libobj_dir=.
542LIB@&t@OBJS=
543cross_compiling=no
544subdirs=
545MFLAGS=
546MAKEFLAGS=
547
548# Identity of this package.
549PACKAGE_NAME='liquidDigitalVoiceRx_USRP1'
550PACKAGE_TARNAME='liquiddigitalvoicerx_usrp1'
551PACKAGE_VERSION='0.8.0'
552PACKAGE_STRING='liquidDigitalVoiceRx_USRP1 0.8.0'
553PACKAGE_BUGREPORT=''
554PACKAGE_URL=''
555
556ac_default_prefix="/sdr"
557ac_subst_vars='am__EXEEXT_FALSE
558am__EXEEXT_TRUE
559LTLIBOBJS
560LIB@&t@OBJS
561am__fastdepCXX_FALSE
562am__fastdepCXX_TRUE
563CXXDEPMODE
564AMDEPBACKSLASH
565AMDEP_FALSE
566AMDEP_TRUE
567am__quote
568am__include
569DEPDIR
570OBJEXT
571EXEEXT
572ac_ct_CXX
573CPPFLAGS
574LDFLAGS
575CXXFLAGS
576CXX
577am__untar
578am__tar
579AMTAR
580am__leading_dot
581SET_MAKE
582AWK
583mkdir_p
584MKDIR_P
585INSTALL_STRIP_PROGRAM
586STRIP
587install_sh
588MAKEINFO
589AUTOHEADER
590AUTOMAKE
591AUTOCONF
592ACLOCAL
593VERSION
594PACKAGE
595CYGPATH_W
596am__isrc
597INSTALL_DATA
598INSTALL_SCRIPT
599INSTALL_PROGRAM
600target_alias
601host_alias
602build_alias
603LIBS
604ECHO_T
605ECHO_N
606ECHO_C
607DEFS
608mandir
609localedir
610libdir
611psdir
612pdfdir
613dvidir
614htmldir
615infodir
616docdir
617oldincludedir
618includedir
619localstatedir
620sharedstatedir
621sysconfdir
622datadir
623datarootdir
624libexecdir
625sbindir
626bindir
627program_transform_name
628prefix
629exec_prefix
630PACKAGE_URL
631PACKAGE_BUGREPORT
632PACKAGE_STRING
633PACKAGE_VERSION
634PACKAGE_TARNAME
635PACKAGE_NAME
636PATH_SEPARATOR
637SHELL'
638ac_subst_files=''
639ac_user_opts='
640enable_option_checking
641enable_dependency_tracking
642'
643      ac_precious_vars='build_alias
644host_alias
645target_alias
646CXX
647CXXFLAGS
648LDFLAGS
649LIBS
650CPPFLAGS
651CCC'
652
653
654# Initialize some variables set by options.
655ac_init_help=
656ac_init_version=false
657ac_unrecognized_opts=
658ac_unrecognized_sep=
659# The variables have the same names as the options, with
660# dashes changed to underlines.
661cache_file=/dev/null
662exec_prefix=NONE
663no_create=
664no_recursion=
665prefix=NONE
666program_prefix=NONE
667program_suffix=NONE
668program_transform_name=s,x,x,
669silent=
670site=
671srcdir=
672verbose=
673x_includes=NONE
674x_libraries=NONE
675
676# Installation directory options.
677# These are left unexpanded so users can "make install exec_prefix=/foo"
678# and all the variables that are supposed to be based on exec_prefix
679# by default will actually change.
680# Use braces instead of parens because sh, perl, etc. also accept them.
681# (The list follows the same order as the GNU Coding Standards.)
682bindir='${exec_prefix}/bin'
683sbindir='${exec_prefix}/sbin'
684libexecdir='${exec_prefix}/libexec'
685datarootdir='${prefix}/share'
686datadir='${datarootdir}'
687sysconfdir='${prefix}/etc'
688sharedstatedir='${prefix}/com'
689localstatedir='${prefix}/var'
690includedir='${prefix}/include'
691oldincludedir='/usr/include'
692docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
693infodir='${datarootdir}/info'
694htmldir='${docdir}'
695dvidir='${docdir}'
696pdfdir='${docdir}'
697psdir='${docdir}'
698libdir='${exec_prefix}/lib'
699localedir='${datarootdir}/locale'
700mandir='${datarootdir}/man'
701
702ac_prev=
703ac_dashdash=
704for ac_option
705do
706  # If the previous option needs an argument, assign it.
707  if test -n "$ac_prev"; then
708    eval $ac_prev=\$ac_option
709    ac_prev=
710    continue
711  fi
712
713  case $ac_option in
714  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
715  *)    ac_optarg=yes ;;
716  esac
717
718  # Accept the important Cygnus configure options, so we can diagnose typos.
719
720  case $ac_dashdash$ac_option in
721  --)
722    ac_dashdash=yes ;;
723
724  -bindir | --bindir | --bindi | --bind | --bin | --bi)
725    ac_prev=bindir ;;
726  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
727    bindir=$ac_optarg ;;
728
729  -build | --build | --buil | --bui | --bu)
730    ac_prev=build_alias ;;
731  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
732    build_alias=$ac_optarg ;;
733
734  -cache-file | --cache-file | --cache-fil | --cache-fi \
735  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
736    ac_prev=cache_file ;;
737  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
738  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
739    cache_file=$ac_optarg ;;
740
741  --config-cache | -C)
742    cache_file=config.cache ;;
743
744  -datadir | --datadir | --datadi | --datad)
745    ac_prev=datadir ;;
746  -datadir=* | --datadir=* | --datadi=* | --datad=*)
747    datadir=$ac_optarg ;;
748
749  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
750  | --dataroo | --dataro | --datar)
751    ac_prev=datarootdir ;;
752  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
753  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
754    datarootdir=$ac_optarg ;;
755
756  -disable-* | --disable-*)
757    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
758    # Reject names that are not valid shell variable names.
759    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
760      as_fn_error "invalid feature name: $ac_useropt"
761    ac_useropt_orig=$ac_useropt
762    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
763    case $ac_user_opts in
764      *"
765"enable_$ac_useropt"
766"*) ;;
767      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
768         ac_unrecognized_sep=', ';;
769    esac
770    eval enable_$ac_useropt=no ;;
771
772  -docdir | --docdir | --docdi | --doc | --do)
773    ac_prev=docdir ;;
774  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
775    docdir=$ac_optarg ;;
776
777  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
778    ac_prev=dvidir ;;
779  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
780    dvidir=$ac_optarg ;;
781
782  -enable-* | --enable-*)
783    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
784    # Reject names that are not valid shell variable names.
785    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
786      as_fn_error "invalid feature name: $ac_useropt"
787    ac_useropt_orig=$ac_useropt
788    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
789    case $ac_user_opts in
790      *"
791"enable_$ac_useropt"
792"*) ;;
793      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
794         ac_unrecognized_sep=', ';;
795    esac
796    eval enable_$ac_useropt=\$ac_optarg ;;
797
798  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
799  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
800  | --exec | --exe | --ex)
801    ac_prev=exec_prefix ;;
802  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
803  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
804  | --exec=* | --exe=* | --ex=*)
805    exec_prefix=$ac_optarg ;;
806
807  -gas | --gas | --ga | --g)
808    # Obsolete; use --with-gas.
809    with_gas=yes ;;
810
811  -help | --help | --hel | --he | -h)
812    ac_init_help=long ;;
813  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
814    ac_init_help=recursive ;;
815  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
816    ac_init_help=short ;;
817
818  -host | --host | --hos | --ho)
819    ac_prev=host_alias ;;
820  -host=* | --host=* | --hos=* | --ho=*)
821    host_alias=$ac_optarg ;;
822
823  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
824    ac_prev=htmldir ;;
825  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
826  | --ht=*)
827    htmldir=$ac_optarg ;;
828
829  -includedir | --includedir | --includedi | --included | --include \
830  | --includ | --inclu | --incl | --inc)
831    ac_prev=includedir ;;
832  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
833  | --includ=* | --inclu=* | --incl=* | --inc=*)
834    includedir=$ac_optarg ;;
835
836  -infodir | --infodir | --infodi | --infod | --info | --inf)
837    ac_prev=infodir ;;
838  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
839    infodir=$ac_optarg ;;
840
841  -libdir | --libdir | --libdi | --libd)
842    ac_prev=libdir ;;
843  -libdir=* | --libdir=* | --libdi=* | --libd=*)
844    libdir=$ac_optarg ;;
845
846  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
847  | --libexe | --libex | --libe)
848    ac_prev=libexecdir ;;
849  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
850  | --libexe=* | --libex=* | --libe=*)
851    libexecdir=$ac_optarg ;;
852
853  -localedir | --localedir | --localedi | --localed | --locale)
854    ac_prev=localedir ;;
855  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
856    localedir=$ac_optarg ;;
857
858  -localstatedir | --localstatedir | --localstatedi | --localstated \
859  | --localstate | --localstat | --localsta | --localst | --locals)
860    ac_prev=localstatedir ;;
861  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
862  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
863    localstatedir=$ac_optarg ;;
864
865  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
866    ac_prev=mandir ;;
867  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
868    mandir=$ac_optarg ;;
869
870  -nfp | --nfp | --nf)
871    # Obsolete; use --without-fp.
872    with_fp=no ;;
873
874  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
875  | --no-cr | --no-c | -n)
876    no_create=yes ;;
877
878  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
879  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
880    no_recursion=yes ;;
881
882  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
883  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
884  | --oldin | --oldi | --old | --ol | --o)
885    ac_prev=oldincludedir ;;
886  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
887  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
888  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
889    oldincludedir=$ac_optarg ;;
890
891  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
892    ac_prev=prefix ;;
893  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
894    prefix=$ac_optarg ;;
895
896  -program-prefix | --program-prefix | --program-prefi | --program-pref \
897  | --program-pre | --program-pr | --program-p)
898    ac_prev=program_prefix ;;
899  -program-prefix=* | --program-prefix=* | --program-prefi=* \
900  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
901    program_prefix=$ac_optarg ;;
902
903  -program-suffix | --program-suffix | --program-suffi | --program-suff \
904  | --program-suf | --program-su | --program-s)
905    ac_prev=program_suffix ;;
906  -program-suffix=* | --program-suffix=* | --program-suffi=* \
907  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
908    program_suffix=$ac_optarg ;;
909
910  -program-transform-name | --program-transform-name \
911  | --program-transform-nam | --program-transform-na \
912  | --program-transform-n | --program-transform- \
913  | --program-transform | --program-transfor \
914  | --program-transfo | --program-transf \
915  | --program-trans | --program-tran \
916  | --progr-tra | --program-tr | --program-t)
917    ac_prev=program_transform_name ;;
918  -program-transform-name=* | --program-transform-name=* \
919  | --program-transform-nam=* | --program-transform-na=* \
920  | --program-transform-n=* | --program-transform-=* \
921  | --program-transform=* | --program-transfor=* \
922  | --program-transfo=* | --program-transf=* \
923  | --program-trans=* | --program-tran=* \
924  | --progr-tra=* | --program-tr=* | --program-t=*)
925    program_transform_name=$ac_optarg ;;
926
927  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
928    ac_prev=pdfdir ;;
929  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
930    pdfdir=$ac_optarg ;;
931
932  -psdir | --psdir | --psdi | --psd | --ps)
933    ac_prev=psdir ;;
934  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
935    psdir=$ac_optarg ;;
936
937  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
938  | -silent | --silent | --silen | --sile | --sil)
939    silent=yes ;;
940
941  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
942    ac_prev=sbindir ;;
943  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
944  | --sbi=* | --sb=*)
945    sbindir=$ac_optarg ;;
946
947  -sharedstatedir | --sharedstatedir | --sharedstatedi \
948  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
949  | --sharedst | --shareds | --shared | --share | --shar \
950  | --sha | --sh)
951    ac_prev=sharedstatedir ;;
952  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
953  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
954  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
955  | --sha=* | --sh=*)
956    sharedstatedir=$ac_optarg ;;
957
958  -site | --site | --sit)
959    ac_prev=site ;;
960  -site=* | --site=* | --sit=*)
961    site=$ac_optarg ;;
962
963  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
964    ac_prev=srcdir ;;
965  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
966    srcdir=$ac_optarg ;;
967
968  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
969  | --syscon | --sysco | --sysc | --sys | --sy)
970    ac_prev=sysconfdir ;;
971  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
972  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
973    sysconfdir=$ac_optarg ;;
974
975  -target | --target | --targe | --targ | --tar | --ta | --t)
976    ac_prev=target_alias ;;
977  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
978    target_alias=$ac_optarg ;;
979
980  -v | -verbose | --verbose | --verbos | --verbo | --verb)
981    verbose=yes ;;
982
983  -version | --version | --versio | --versi | --vers | -V)
984    ac_init_version=: ;;
985
986  -with-* | --with-*)
987    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
988    # Reject names that are not valid shell variable names.
989    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
990      as_fn_error "invalid package name: $ac_useropt"
991    ac_useropt_orig=$ac_useropt
992    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
993    case $ac_user_opts in
994      *"
995"with_$ac_useropt"
996"*) ;;
997      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
998         ac_unrecognized_sep=', ';;
999    esac
1000    eval with_$ac_useropt=\$ac_optarg ;;
1001
1002  -without-* | --without-*)
1003    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1004    # Reject names that are not valid shell variable names.
1005    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006      as_fn_error "invalid package name: $ac_useropt"
1007    ac_useropt_orig=$ac_useropt
1008    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009    case $ac_user_opts in
1010      *"
1011"with_$ac_useropt"
1012"*) ;;
1013      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1014         ac_unrecognized_sep=', ';;
1015    esac
1016    eval with_$ac_useropt=no ;;
1017
1018  --x)
1019    # Obsolete; use --with-x.
1020    with_x=yes ;;
1021
1022  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1023  | --x-incl | --x-inc | --x-in | --x-i)
1024    ac_prev=x_includes ;;
1025  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1026  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1027    x_includes=$ac_optarg ;;
1028
1029  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1030  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1031    ac_prev=x_libraries ;;
1032  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1033  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1034    x_libraries=$ac_optarg ;;
1035
1036  -*) as_fn_error "unrecognized option: \`$ac_option'
1037Try \`$0 --help' for more information."
1038    ;;
1039
1040  *=*)
1041    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1042    # Reject names that are not valid shell variable names.
1043    case $ac_envvar in #(
1044      '' | [0-9]* | *[!_$as_cr_alnum]* )
1045      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1046    esac
1047    eval $ac_envvar=\$ac_optarg
1048    export $ac_envvar ;;
1049
1050  *)
1051    # FIXME: should be removed in autoconf 3.0.
1052    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1053    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1054      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1055    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1056    ;;
1057
1058  esac
1059done
1060
1061if test -n "$ac_prev"; then
1062  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1063  as_fn_error "missing argument to $ac_option"
1064fi
1065
1066if test -n "$ac_unrecognized_opts"; then
1067  case $enable_option_checking in
1068    no) ;;
1069    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1070    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1071  esac
1072fi
1073
1074# Check all directory arguments for consistency.
1075for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1076                datadir sysconfdir sharedstatedir localstatedir includedir \
1077                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1078                libdir localedir mandir
1079do
1080  eval ac_val=\$$ac_var
1081  # Remove trailing slashes.
1082  case $ac_val in
1083    */ )
1084      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1085      eval $ac_var=\$ac_val;;
1086  esac
1087  # Be sure to have absolute directory names.
1088  case $ac_val in
1089    [\\/$]* | ?:[\\/]* )  continue;;
1090    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1091  esac
1092  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1093done
1094
1095# There might be people who depend on the old broken behavior: `$host'
1096# used to hold the argument of --host etc.
1097# FIXME: To remove some day.
1098build=$build_alias
1099host=$host_alias
1100target=$target_alias
1101
1102# FIXME: To remove some day.
1103if test "x$host_alias" != x; then
1104  if test "x$build_alias" = x; then
1105    cross_compiling=maybe
1106    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1107    If a cross compiler is detected then cross compile mode will be used." >&2
1108  elif test "x$build_alias" != "x$host_alias"; then
1109    cross_compiling=yes
1110  fi
1111fi
1112
1113ac_tool_prefix=
1114test -n "$host_alias" && ac_tool_prefix=$host_alias-
1115
1116test "$silent" = yes && exec 6>/dev/null
1117
1118
1119ac_pwd=`pwd` && test -n "$ac_pwd" &&
1120ac_ls_di=`ls -di .` &&
1121ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1122  as_fn_error "working directory cannot be determined"
1123test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1124  as_fn_error "pwd does not report name of working directory"
1125
1126
1127# Find the source files, if location was not specified.
1128if test -z "$srcdir"; then
1129  ac_srcdir_defaulted=yes
1130  # Try the directory containing this script, then the parent directory.
1131  ac_confdir=`$as_dirname -- "$as_myself" ||
1132$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1133         X"$as_myself" : 'X\(//\)[^/]' \| \
1134         X"$as_myself" : 'X\(//\)$' \| \
1135         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1136$as_echo X"$as_myself" |
1137    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1138            s//\1/
1139            q
1140          }
1141          /^X\(\/\/\)[^/].*/{
1142            s//\1/
1143            q
1144          }
1145          /^X\(\/\/\)$/{
1146            s//\1/
1147            q
1148          }
1149          /^X\(\/\).*/{
1150            s//\1/
1151            q
1152          }
1153          s/.*/./; q'`
1154  srcdir=$ac_confdir
1155  if test ! -r "$srcdir/$ac_unique_file"; then
1156    srcdir=..
1157  fi
1158else
1159  ac_srcdir_defaulted=no
1160fi
1161if test ! -r "$srcdir/$ac_unique_file"; then
1162  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1163  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1164fi
1165ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1166ac_abs_confdir=`(
1167        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1168        pwd)`
1169# When building in place, set srcdir=.
1170if test "$ac_abs_confdir" = "$ac_pwd"; then
1171  srcdir=.
1172fi
1173# Remove unnecessary trailing slashes from srcdir.
1174# Double slashes in file names in object file debugging info
1175# mess up M-x gdb in Emacs.
1176case $srcdir in
1177*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1178esac
1179for ac_var in $ac_precious_vars; do
1180  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1181  eval ac_env_${ac_var}_value=\$${ac_var}
1182  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1183  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1184done
1185
1186#
1187# Report the --help message.
1188#
1189if test "$ac_init_help" = "long"; then
1190  # Omit some internal or obsolete options to make the list less imposing.
1191  # This message is too long to be a string in the A/UX 3.1 sh.
1192  cat <<_ACEOF
1193\`configure' configures liquidDigitalVoiceRx_USRP1 0.8.0 to adapt to many kinds of systems.
1194
1195Usage: $0 [OPTION]... [VAR=VALUE]...
1196
1197To assign environment variables (e.g., CC, CFLAGS...), specify them as
1198VAR=VALUE.  See below for descriptions of some of the useful variables.
1199
1200Defaults for the options are specified in brackets.
1201
1202Configuration:
1203  -h, --help              display this help and exit
1204      --help=short        display options specific to this package
1205      --help=recursive    display the short help of all the included packages
1206  -V, --version           display version information and exit
1207  -q, --quiet, --silent   do not print \`checking...' messages
1208      --cache-file=FILE   cache test results in FILE [disabled]
1209  -C, --config-cache      alias for \`--cache-file=config.cache'
1210  -n, --no-create         do not create output files
1211      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1212
1213Installation directories:
1214  --prefix=PREFIX         install architecture-independent files in PREFIX
1215                          @<:@@S|@ac_default_prefix@:>@
1216  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1217                          @<:@PREFIX@:>@
1218
1219By default, \`make install' will install all the files in
1220\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1221an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1222for instance \`--prefix=\$HOME'.
1223
1224For better control, use the options below.
1225
1226Fine tuning of the installation directories:
1227  --bindir=DIR            user executables [EPREFIX/bin]
1228  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1229  --libexecdir=DIR        program executables [EPREFIX/libexec]
1230  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1231  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1232  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1233  --libdir=DIR            object code libraries [EPREFIX/lib]
1234  --includedir=DIR        C header files [PREFIX/include]
1235  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1236  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1237  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1238  --infodir=DIR           info documentation [DATAROOTDIR/info]
1239  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1240  --mandir=DIR            man documentation [DATAROOTDIR/man]
1241  --docdir=DIR            documentation root
1242                          @<:@DATAROOTDIR/doc/liquiddigitalvoicerx_usrp1@:>@
1243  --htmldir=DIR           html documentation [DOCDIR]
1244  --dvidir=DIR            dvi documentation [DOCDIR]
1245  --pdfdir=DIR            pdf documentation [DOCDIR]
1246  --psdir=DIR             ps documentation [DOCDIR]
1247_ACEOF
1248
1249  cat <<\_ACEOF
1250
1251Program names:
1252  --program-prefix=PREFIX            prepend PREFIX to installed program names
1253  --program-suffix=SUFFIX            append SUFFIX to installed program names
1254  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1255_ACEOF
1256fi
1257
1258if test -n "$ac_init_help"; then
1259  case $ac_init_help in
1260     short | recursive ) echo "Configuration of liquidDigitalVoiceRx_USRP1 0.8.0:";;
1261   esac
1262  cat <<\_ACEOF
1263
1264Optional Features:
1265  --disable-option-checking  ignore unrecognized --enable/--with options
1266  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1267  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1268  --disable-dependency-tracking  speeds up one-time build
1269  --enable-dependency-tracking   do not reject slow dependency extractors
1270
1271Some influential environment variables:
1272  CXX         C++ compiler command
1273  CXXFLAGS    C++ compiler flags
1274  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1275              nonstandard directory <lib dir>
1276  LIBS        libraries to pass to the linker, e.g. -l<library>
1277  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1278              you have headers in a nonstandard directory <include dir>
1279
1280Use these variables to override the choices made by `configure' or to help
1281it to find libraries and programs with nonstandard names/locations.
1282
1283Report bugs to the package provider.
1284_ACEOF
1285ac_status=$?
1286fi
1287
1288if test "$ac_init_help" = "recursive"; then
1289  # If there are subdirs, report their specific --help.
1290  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1291    test -d "$ac_dir" ||
1292      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1293      continue
1294    ac_builddir=.
1295
1296case "$ac_dir" in
1297.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1298*)
1299  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1300  # A ".." for each directory in $ac_dir_suffix.
1301  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1302  case $ac_top_builddir_sub in
1303  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1304  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1305  esac ;;
1306esac
1307ac_abs_top_builddir=$ac_pwd
1308ac_abs_builddir=$ac_pwd$ac_dir_suffix
1309# for backward compatibility:
1310ac_top_builddir=$ac_top_build_prefix
1311
1312case $srcdir in
1313  .)  # We are building in place.
1314    ac_srcdir=.
1315    ac_top_srcdir=$ac_top_builddir_sub
1316    ac_abs_top_srcdir=$ac_pwd ;;
1317  [\\/]* | ?:[\\/]* )  # Absolute name.
1318    ac_srcdir=$srcdir$ac_dir_suffix;
1319    ac_top_srcdir=$srcdir
1320    ac_abs_top_srcdir=$srcdir ;;
1321  *) # Relative name.
1322    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1323    ac_top_srcdir=$ac_top_build_prefix$srcdir
1324    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1325esac
1326ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1327
1328    cd "$ac_dir" || { ac_status=$?; continue; }
1329    # Check for guested configure.
1330    if test -f "$ac_srcdir/configure.gnu"; then
1331      echo &&
1332      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1333    elif test -f "$ac_srcdir/configure"; then
1334      echo &&
1335      $SHELL "$ac_srcdir/configure" --help=recursive
1336    else
1337      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1338    fi || ac_status=$?
1339    cd "$ac_pwd" || { ac_status=$?; break; }
1340  done
1341fi
1342
1343test -n "$ac_init_help" && exit $ac_status
1344if $ac_init_version; then
1345  cat <<\_ACEOF
1346liquidDigitalVoiceRx_USRP1 configure 0.8.0
1347generated by GNU Autoconf 2.65
1348
1349Copyright (C) 2009 Free Software Foundation, Inc.
1350This configure script is free software; the Free Software Foundation
1351gives unlimited permission to copy, distribute and modify it.
1352_ACEOF
1353  exit
1354fi
1355
1356## ------------------------ ##
1357## Autoconf initialization. ##
1358## ------------------------ ##
1359
1360@%:@ ac_fn_cxx_try_compile LINENO
1361@%:@ ----------------------------
1362@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
1363ac_fn_cxx_try_compile ()
1364{
1365  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1366  rm -f conftest.$ac_objext
1367  if { { ac_try="$ac_compile"
1368case "(($ac_try" in
1369  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1370  *) ac_try_echo=$ac_try;;
1371esac
1372eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1373$as_echo "$ac_try_echo"; } >&5
1374  (eval "$ac_compile") 2>conftest.err
1375  ac_status=$?
1376  if test -s conftest.err; then
1377    grep -v '^ *+' conftest.err >conftest.er1
1378    cat conftest.er1 >&5
1379    mv -f conftest.er1 conftest.err
1380  fi
1381  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1382  test $ac_status = 0; } && {
1383         test -z "$ac_cxx_werror_flag" ||
1384         test ! -s conftest.err
1385       } && test -s conftest.$ac_objext; then :
1386  ac_retval=0
1387else
1388  $as_echo "$as_me: failed program was:" >&5
1389sed 's/^/| /' conftest.$ac_ext >&5
1390
1391        ac_retval=1
1392fi
1393  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1394  as_fn_set_status $ac_retval
1395
1396} @%:@ ac_fn_cxx_try_compile
1397cat >config.log <<_ACEOF
1398This file contains any messages produced by compilers while
1399running configure, to aid debugging if configure makes a mistake.
1400
1401It was created by liquidDigitalVoiceRx_USRP1 $as_me 0.8.0, which was
1402generated by GNU Autoconf 2.65.  Invocation command line was
1403
1404  $ $0 $@
1405
1406_ACEOF
1407exec 5>>config.log
1408{
1409cat <<_ASUNAME
1410## --------- ##
1411## Platform. ##
1412## --------- ##
1413
1414hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1415uname -m = `(uname -m) 2>/dev/null || echo unknown`
1416uname -r = `(uname -r) 2>/dev/null || echo unknown`
1417uname -s = `(uname -s) 2>/dev/null || echo unknown`
1418uname -v = `(uname -v) 2>/dev/null || echo unknown`
1419
1420/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1421/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1422
1423/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1424/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1425/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1426/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1427/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1428/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1429/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1430
1431_ASUNAME
1432
1433as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1434for as_dir in $PATH
1435do
1436  IFS=$as_save_IFS
1437  test -z "$as_dir" && as_dir=.
1438    $as_echo "PATH: $as_dir"
1439  done
1440IFS=$as_save_IFS
1441
1442} >&5
1443
1444cat >&5 <<_ACEOF
1445
1446
1447## ----------- ##
1448## Core tests. ##
1449## ----------- ##
1450
1451_ACEOF
1452
1453
1454# Keep a trace of the command line.
1455# Strip out --no-create and --no-recursion so they do not pile up.
1456# Strip out --silent because we don't want to record it for future runs.
1457# Also quote any args containing shell meta-characters.
1458# Make two passes to allow for proper duplicate-argument suppression.
1459ac_configure_args=
1460ac_configure_args0=
1461ac_configure_args1=
1462ac_must_keep_next=false
1463for ac_pass in 1 2
1464do
1465  for ac_arg
1466  do
1467    case $ac_arg in
1468    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1469    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1470    | -silent | --silent | --silen | --sile | --sil)
1471      continue ;;
1472    *\'*)
1473      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1474    esac
1475    case $ac_pass in
1476    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1477    2)
1478      as_fn_append ac_configure_args1 " '$ac_arg'"
1479      if test $ac_must_keep_next = true; then
1480        ac_must_keep_next=false # Got value, back to normal.
1481      else
1482        case $ac_arg in
1483          *=* | --config-cache | -C | -disable-* | --disable-* \
1484          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1485          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1486          | -with-* | --with-* | -without-* | --without-* | --x)
1487            case "$ac_configure_args0 " in
1488              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1489            esac
1490            ;;
1491          -* ) ac_must_keep_next=true ;;
1492        esac
1493      fi
1494      as_fn_append ac_configure_args " '$ac_arg'"
1495      ;;
1496    esac
1497  done
1498done
1499{ ac_configure_args0=; unset ac_configure_args0;}
1500{ ac_configure_args1=; unset ac_configure_args1;}
1501
1502# When interrupted or exit'd, cleanup temporary files, and complete
1503# config.log.  We remove comments because anyway the quotes in there
1504# would cause problems or look ugly.
1505# WARNING: Use '\'' to represent an apostrophe within the trap.
1506# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1507trap 'exit_status=$?
1508  # Save into config.log some information that might help in debugging.
1509  {
1510    echo
1511
1512    cat <<\_ASBOX
1513## ---------------- ##
1514## Cache variables. ##
1515## ---------------- ##
1516_ASBOX
1517    echo
1518    # The following way of writing the cache mishandles newlines in values,
1519(
1520  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1521    eval ac_val=\$$ac_var
1522    case $ac_val in #(
1523    *${as_nl}*)
1524      case $ac_var in #(
1525      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1526$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1527      esac
1528      case $ac_var in #(
1529      _ | IFS | as_nl) ;; #(
1530      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1531      *) { eval $ac_var=; unset $ac_var;} ;;
1532      esac ;;
1533    esac
1534  done
1535  (set) 2>&1 |
1536    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1537    *${as_nl}ac_space=\ *)
1538      sed -n \
1539        "s/'\''/'\''\\\\'\'''\''/g;
1540          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1541      ;; #(
1542    *)
1543      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1544      ;;
1545    esac |
1546    sort
1547)
1548    echo
1549
1550    cat <<\_ASBOX
1551## ----------------- ##
1552## Output variables. ##
1553## ----------------- ##
1554_ASBOX
1555    echo
1556    for ac_var in $ac_subst_vars
1557    do
1558      eval ac_val=\$$ac_var
1559      case $ac_val in
1560      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1561      esac
1562      $as_echo "$ac_var='\''$ac_val'\''"
1563    done | sort
1564    echo
1565
1566    if test -n "$ac_subst_files"; then
1567      cat <<\_ASBOX
1568## ------------------- ##
1569## File substitutions. ##
1570## ------------------- ##
1571_ASBOX
1572      echo
1573      for ac_var in $ac_subst_files
1574      do
1575        eval ac_val=\$$ac_var
1576        case $ac_val in
1577        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1578        esac
1579        $as_echo "$ac_var='\''$ac_val'\''"
1580      done | sort
1581      echo
1582    fi
1583
1584    if test -s confdefs.h; then
1585      cat <<\_ASBOX
1586## ----------- ##
1587## confdefs.h. ##
1588## ----------- ##
1589_ASBOX
1590      echo
1591      cat confdefs.h
1592      echo
1593    fi
1594    test "$ac_signal" != 0 &&
1595      $as_echo "$as_me: caught signal $ac_signal"
1596    $as_echo "$as_me: exit $exit_status"
1597  } >&5
1598  rm -f core *.core core.conftest.* &&
1599    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1600    exit $exit_status
1601' 0
1602for ac_signal in 1 2 13 15; do
1603  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1604done
1605ac_signal=0
1606
1607# confdefs.h avoids OS command line length limits that DEFS can exceed.
1608rm -f -r conftest* confdefs.h
1609
1610$as_echo "/* confdefs.h */" > confdefs.h
1611
1612# Predefined preprocessor variables.
1613
1614cat >>confdefs.h <<_ACEOF
1615@%:@define PACKAGE_NAME "$PACKAGE_NAME"
1616_ACEOF
1617
1618cat >>confdefs.h <<_ACEOF
1619@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1620_ACEOF
1621
1622cat >>confdefs.h <<_ACEOF
1623@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
1624_ACEOF
1625
1626cat >>confdefs.h <<_ACEOF
1627@%:@define PACKAGE_STRING "$PACKAGE_STRING"
1628_ACEOF
1629
1630cat >>confdefs.h <<_ACEOF
1631@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1632_ACEOF
1633
1634cat >>confdefs.h <<_ACEOF
1635@%:@define PACKAGE_URL "$PACKAGE_URL"
1636_ACEOF
1637
1638
1639# Let the site file select an alternate cache file if it wants to.
1640# Prefer an explicitly selected file to automatically selected ones.
1641ac_site_file1=NONE
1642ac_site_file2=NONE
1643if test -n "$CONFIG_SITE"; then
1644  ac_site_file1=$CONFIG_SITE
1645elif test "x$prefix" != xNONE; then
1646  ac_site_file1=$prefix/share/config.site
1647  ac_site_file2=$prefix/etc/config.site
1648else
1649  ac_site_file1=$ac_default_prefix/share/config.site
1650  ac_site_file2=$ac_default_prefix/etc/config.site
1651fi
1652for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1653do
1654  test "x$ac_site_file" = xNONE && continue
1655  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1656    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1657$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1658    sed 's/^/| /' "$ac_site_file" >&5
1659    . "$ac_site_file"
1660  fi
1661done
1662
1663if test -r "$cache_file"; then
1664  # Some versions of bash will fail to source /dev/null (special files
1665  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1666  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1667    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1668$as_echo "$as_me: loading cache $cache_file" >&6;}
1669    case $cache_file in
1670      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1671      *)                      . "./$cache_file";;
1672    esac
1673  fi
1674else
1675  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1676$as_echo "$as_me: creating cache $cache_file" >&6;}
1677  >$cache_file
1678fi
1679
1680# Check that the precious variables saved in the cache have kept the same
1681# value.
1682ac_cache_corrupted=false
1683for ac_var in $ac_precious_vars; do
1684  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1685  eval ac_new_set=\$ac_env_${ac_var}_set
1686  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1687  eval ac_new_val=\$ac_env_${ac_var}_value
1688  case $ac_old_set,$ac_new_set in
1689    set,)
1690      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1691$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1692      ac_cache_corrupted=: ;;
1693    ,set)
1694      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1695$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1696      ac_cache_corrupted=: ;;
1697    ,);;
1698    *)
1699      if test "x$ac_old_val" != "x$ac_new_val"; then
1700        # differences in whitespace do not lead to failure.
1701        ac_old_val_w=`echo x $ac_old_val`
1702        ac_new_val_w=`echo x $ac_new_val`
1703        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1704          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1705$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1706          ac_cache_corrupted=:
1707        else
1708          { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1709$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1710          eval $ac_var=\$ac_old_val
1711        fi
1712        { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1713$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1714        { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1715$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1716      fi;;
1717  esac
1718  # Pass precious variables to config.status.
1719  if test "$ac_new_set" = set; then
1720    case $ac_new_val in
1721    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1722    *) ac_arg=$ac_var=$ac_new_val ;;
1723    esac
1724    case " $ac_configure_args " in
1725      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1726      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1727    esac
1728  fi
1729done
1730if $ac_cache_corrupted; then
1731  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1732$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1733  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1734$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1735  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1736fi
1737## -------------------- ##
1738## Main body of script. ##
1739## -------------------- ##
1740
1741ac_ext=c
1742ac_cpp='$CPP $CPPFLAGS'
1743ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1744ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1745ac_compiler_gnu=$ac_cv_c_compiler_gnu
1746
1747
1748am__api_version='1.11'
1749
1750ac_aux_dir=
1751for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1752  for ac_t in install-sh install.sh shtool; do
1753    if test -f "$ac_dir/$ac_t"; then
1754      ac_aux_dir=$ac_dir
1755      ac_install_sh="$ac_aux_dir/$ac_t -c"
1756      break 2
1757    fi
1758  done
1759done
1760if test -z "$ac_aux_dir"; then
1761  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1762fi
1763
1764# These three variables are undocumented and unsupported,
1765# and are intended to be withdrawn in a future Autoconf release.
1766# They can cause serious problems if a builder's source tree is in a directory
1767# whose full name contains unusual characters.
1768ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1769ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1770ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1771
1772
1773# Find a good install program.  We prefer a C program (faster),
1774# so one script is as good as another.  But avoid the broken or
1775# incompatible versions:
1776# SysV /etc/install, /usr/sbin/install
1777# SunOS /usr/etc/install
1778# IRIX /sbin/install
1779# AIX /bin/install
1780# AmigaOS /C/install, which installs bootblocks on floppy discs
1781# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1782# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1783# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1784# OS/2's system install, which has a completely different semantic
1785# ./install, which can be erroneously created by make from ./install.sh.
1786# Reject install programs that cannot install multiple files.
1787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1788$as_echo_n "checking for a BSD-compatible install... " >&6; }
1789if test -z "$INSTALL"; then
1790if test "${ac_cv_path_install+set}" = set; then :
1791  $as_echo_n "(cached) " >&6
1792else
1793  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1794for as_dir in $PATH
1795do
1796  IFS=$as_save_IFS
1797  test -z "$as_dir" && as_dir=.
1798    # Account for people who put trailing slashes in PATH elements.
1799case $as_dir/ in @%:@((
1800  ./ | .// | /[cC]/* | \
1801  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1802  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1803  /usr/ucb/* ) ;;
1804  *)
1805    # OSF1 and SCO ODT 3.0 have their own names for install.
1806    # Don't use installbsd from OSF since it installs stuff as root
1807    # by default.
1808    for ac_prog in ginstall scoinst install; do
1809      for ac_exec_ext in '' $ac_executable_extensions; do
1810        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1811          if test $ac_prog = install &&
1812            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1813            # AIX install.  It has an incompatible calling convention.
1814            :
1815          elif test $ac_prog = install &&
1816            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1817            # program-specific install script used by HP pwplus--don't use.
1818            :
1819          else
1820            rm -rf conftest.one conftest.two conftest.dir
1821            echo one > conftest.one
1822            echo two > conftest.two
1823            mkdir conftest.dir
1824            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1825              test -s conftest.one && test -s conftest.two &&
1826              test -s conftest.dir/conftest.one &&
1827              test -s conftest.dir/conftest.two
1828            then
1829              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1830              break 3
1831            fi
1832          fi
1833        fi
1834      done
1835    done
1836    ;;
1837esac
1838
1839  done
1840IFS=$as_save_IFS
1841
1842rm -rf conftest.one conftest.two conftest.dir
1843
1844fi
1845  if test "${ac_cv_path_install+set}" = set; then
1846    INSTALL=$ac_cv_path_install
1847  else
1848    # As a last resort, use the slow shell script.  Don't cache a
1849    # value for INSTALL within a source directory, because that will
1850    # break other packages using the cache if that directory is
1851    # removed, or if the value is a relative name.
1852    INSTALL=$ac_install_sh
1853  fi
1854fi
1855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1856$as_echo "$INSTALL" >&6; }
1857
1858# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1859# It thinks the first close brace ends the variable substitution.
1860test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1861
1862test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1863
1864test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1865
1866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1867$as_echo_n "checking whether build environment is sane... " >&6; }
1868# Just in case
1869sleep 1
1870echo timestamp > conftest.file
1871# Reject unsafe characters in $srcdir or the absolute working directory
1872# name.  Accept space and tab only in the latter.
1873am_lf='
1874'
1875case `pwd` in
1876  *[\\\"\#\$\&\'\`$am_lf]*)
1877    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
1878esac
1879case $srcdir in
1880  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
1881    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1882esac
1883
1884# Do `set' in a subshell so we don't clobber the current shell's
1885# arguments.  Must try -L first in case configure is actually a
1886# symlink; some systems play weird games with the mod time of symlinks
1887# (eg FreeBSD returns the mod time of the symlink's containing
1888# directory).
1889if (
1890   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1891   if test "$*" = "X"; then
1892      # -L didn't work.
1893      set X `ls -t "$srcdir/configure" conftest.file`
1894   fi
1895   rm -f conftest.file
1896   if test "$*" != "X $srcdir/configure conftest.file" \
1897      && test "$*" != "X conftest.file $srcdir/configure"; then
1898
1899      # If neither matched, then we have a broken ls.  This can happen
1900      # if, for instance, CONFIG_SHELL is bash and it inherits a
1901      # broken ls alias from the environment.  This has actually
1902      # happened.  Such a system could not be considered "sane".
1903      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
1904alias in your environment" "$LINENO" 5
1905   fi
1906
1907   test "$2" = conftest.file
1908   )
1909then
1910   # Ok.
1911   :
1912else
1913   as_fn_error "newly created file is older than distributed files!
1914Check your system clock" "$LINENO" 5
1915fi
1916{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1917$as_echo "yes" >&6; }
1918test "$program_prefix" != NONE &&
1919  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1920# Use a double $ so make ignores it.
1921test "$program_suffix" != NONE &&
1922  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1923# Double any \ or $.
1924# By default was `s,x,x', remove it if useless.
1925ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1926program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1927
1928# expand $ac_aux_dir to an absolute path
1929am_aux_dir=`cd $ac_aux_dir && pwd`
1930
1931if test x"${MISSING+set}" != xset; then
1932  case $am_aux_dir in
1933  *\ * | *\     *)
1934    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1935  *)
1936    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1937  esac
1938fi
1939# Use eval to expand $SHELL
1940if eval "$MISSING --run true"; then
1941  am_missing_run="$MISSING --run "
1942else
1943  am_missing_run=
1944  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
1945$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1946fi
1947
1948if test x"${install_sh}" != xset; then
1949  case $am_aux_dir in
1950  *\ * | *\     *)
1951    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1952  *)
1953    install_sh="\${SHELL} $am_aux_dir/install-sh"
1954  esac
1955fi
1956
1957# Installed binaries are usually stripped using `strip' when the user
1958# run `make install-strip'.  However `strip' might not be the right
1959# tool to use in cross-compilation environments, therefore Automake
1960# will honor the `STRIP' environment variable to overrule this program.
1961if test "$cross_compiling" != no; then
1962  if test -n "$ac_tool_prefix"; then
1963  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1964set dummy ${ac_tool_prefix}strip; ac_word=$2
1965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1966$as_echo_n "checking for $ac_word... " >&6; }
1967if test "${ac_cv_prog_STRIP+set}" = set; then :
1968  $as_echo_n "(cached) " >&6
1969else
1970  if test -n "$STRIP"; then
1971  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1972else
1973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1974for as_dir in $PATH
1975do
1976  IFS=$as_save_IFS
1977  test -z "$as_dir" && as_dir=.
1978    for ac_exec_ext in '' $ac_executable_extensions; do
1979  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1980    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1981    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1982    break 2
1983  fi
1984done
1985  done
1986IFS=$as_save_IFS
1987
1988fi
1989fi
1990STRIP=$ac_cv_prog_STRIP
1991if test -n "$STRIP"; then
1992  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
1993$as_echo "$STRIP" >&6; }
1994else
1995  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1996$as_echo "no" >&6; }
1997fi
1998
1999
2000fi
2001if test -z "$ac_cv_prog_STRIP"; then
2002  ac_ct_STRIP=$STRIP
2003  # Extract the first word of "strip", so it can be a program name with args.
2004set dummy strip; ac_word=$2
2005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2006$as_echo_n "checking for $ac_word... " >&6; }
2007if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2008  $as_echo_n "(cached) " >&6
2009else
2010  if test -n "$ac_ct_STRIP"; then
2011  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2012else
2013as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2014for as_dir in $PATH
2015do
2016  IFS=$as_save_IFS
2017  test -z "$as_dir" && as_dir=.
2018    for ac_exec_ext in '' $ac_executable_extensions; do
2019  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2020    ac_cv_prog_ac_ct_STRIP="strip"
2021    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2022    break 2
2023  fi
2024done
2025  done
2026IFS=$as_save_IFS
2027
2028fi
2029fi
2030ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2031if test -n "$ac_ct_STRIP"; then
2032  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2033$as_echo "$ac_ct_STRIP" >&6; }
2034else
2035  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2036$as_echo "no" >&6; }
2037fi
2038
2039  if test "x$ac_ct_STRIP" = x; then
2040    STRIP=":"
2041  else
2042    case $cross_compiling:$ac_tool_warned in
2043yes:)
2044{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2045$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2046ac_tool_warned=yes ;;
2047esac
2048    STRIP=$ac_ct_STRIP
2049  fi
2050else
2051  STRIP="$ac_cv_prog_STRIP"
2052fi
2053
2054fi
2055INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2056
2057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2058$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2059if test -z "$MKDIR_P"; then
2060  if test "${ac_cv_path_mkdir+set}" = set; then :
2061  $as_echo_n "(cached) " >&6
2062else
2063  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2064for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2065do
2066  IFS=$as_save_IFS
2067  test -z "$as_dir" && as_dir=.
2068    for ac_prog in mkdir gmkdir; do
2069         for ac_exec_ext in '' $ac_executable_extensions; do
2070           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2071           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2072             'mkdir (GNU coreutils) '* | \
2073             'mkdir (coreutils) '* | \
2074             'mkdir (fileutils) '4.1*)
2075               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2076               break 3;;
2077           esac
2078         done
2079       done
2080  done
2081IFS=$as_save_IFS
2082
2083fi
2084
2085  test -d ./--version && rmdir ./--version
2086  if test "${ac_cv_path_mkdir+set}" = set; then
2087    MKDIR_P="$ac_cv_path_mkdir -p"
2088  else
2089    # As a last resort, use the slow shell script.  Don't cache a
2090    # value for MKDIR_P within a source directory, because that will
2091    # break other packages using the cache if that directory is
2092    # removed, or if the value is a relative name.
2093    MKDIR_P="$ac_install_sh -d"
2094  fi
2095fi
2096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2097$as_echo "$MKDIR_P" >&6; }
2098
2099mkdir_p="$MKDIR_P"
2100case $mkdir_p in
2101  [\\/$]* | ?:[\\/]*) ;;
2102  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2103esac
2104
2105for ac_prog in gawk mawk nawk awk
2106do
2107  # Extract the first word of "$ac_prog", so it can be a program name with args.
2108set dummy $ac_prog; ac_word=$2
2109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2110$as_echo_n "checking for $ac_word... " >&6; }
2111if test "${ac_cv_prog_AWK+set}" = set; then :
2112  $as_echo_n "(cached) " >&6
2113else
2114  if test -n "$AWK"; then
2115  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2116else
2117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2118for as_dir in $PATH
2119do
2120  IFS=$as_save_IFS
2121  test -z "$as_dir" && as_dir=.
2122    for ac_exec_ext in '' $ac_executable_extensions; do
2123  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2124    ac_cv_prog_AWK="$ac_prog"
2125    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2126    break 2
2127  fi
2128done
2129  done
2130IFS=$as_save_IFS
2131
2132fi
2133fi
2134AWK=$ac_cv_prog_AWK
2135if test -n "$AWK"; then
2136  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2137$as_echo "$AWK" >&6; }
2138else
2139  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2140$as_echo "no" >&6; }
2141fi
2142
2143
2144  test -n "$AWK" && break
2145done
2146
2147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2148$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2149set x ${MAKE-make}
2150ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2151if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2152  $as_echo_n "(cached) " >&6
2153else
2154  cat >conftest.make <<\_ACEOF
2155SHELL = /bin/sh
2156all:
2157        @echo '@@@%%%=$(MAKE)=@@@%%%'
2158_ACEOF
2159# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2160case `${MAKE-make} -f conftest.make 2>/dev/null` in
2161  *@@@%%%=?*=@@@%%%*)
2162    eval ac_cv_prog_make_${ac_make}_set=yes;;
2163  *)
2164    eval ac_cv_prog_make_${ac_make}_set=no;;
2165esac
2166rm -f conftest.make
2167fi
2168if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2169  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2170$as_echo "yes" >&6; }
2171  SET_MAKE=
2172else
2173  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2174$as_echo "no" >&6; }
2175  SET_MAKE="MAKE=${MAKE-make}"
2176fi
2177
2178rm -rf .tst 2>/dev/null
2179mkdir .tst 2>/dev/null
2180if test -d .tst; then
2181  am__leading_dot=.
2182else
2183  am__leading_dot=_
2184fi
2185rmdir .tst 2>/dev/null
2186
2187if test "`cd $srcdir && pwd`" != "`pwd`"; then
2188  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2189  # is not polluted with repeated "-I."
2190  am__isrc=' -I$(srcdir)'
2191  # test to see if srcdir already configured
2192  if test -f $srcdir/config.status; then
2193    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2194  fi
2195fi
2196
2197# test whether we have cygpath
2198if test -z "$CYGPATH_W"; then
2199  if (cygpath --version) >/dev/null 2>/dev/null; then
2200    CYGPATH_W='cygpath -w'
2201  else
2202    CYGPATH_W=echo
2203  fi
2204fi
2205
2206
2207# Define the identity of the package.
2208 PACKAGE='liquiddigitalvoicerx_usrp1'
2209 VERSION='0.8.0'
2210
2211
2212cat >>confdefs.h <<_ACEOF
2213@%:@define PACKAGE "$PACKAGE"
2214_ACEOF
2215
2216 
2217cat >>confdefs.h <<_ACEOF
2218@%:@define VERSION "$VERSION"
2219_ACEOF
2220
2221# Some tools Automake needs.
2222
2223ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2224
2225
2226AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2227
2228
2229AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2230
2231
2232AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2233
2234
2235MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2236
2237# We need awk for the "check" target.  The system "awk" is bad on
2238# some platforms.
2239# Always define AMTAR for backward compatibility.
2240
2241AMTAR=${AMTAR-"${am_missing_run}tar"}
2242
2243am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2244
2245
2246
2247
2248
2249
2250
2251
2252ac_ext=cpp
2253ac_cpp='$CXXCPP $CPPFLAGS'
2254ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2255ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2256ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2257if test -z "$CXX"; then
2258  if test -n "$CCC"; then
2259    CXX=$CCC
2260  else
2261    if test -n "$ac_tool_prefix"; then
2262  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2263  do
2264    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2265set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2267$as_echo_n "checking for $ac_word... " >&6; }
2268if test "${ac_cv_prog_CXX+set}" = set; then :
2269  $as_echo_n "(cached) " >&6
2270else
2271  if test -n "$CXX"; then
2272  ac_cv_prog_CXX="$CXX" # Let the user override the test.
2273else
2274as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2275for as_dir in $PATH
2276do
2277  IFS=$as_save_IFS
2278  test -z "$as_dir" && as_dir=.
2279    for ac_exec_ext in '' $ac_executable_extensions; do
2280  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2281    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2282    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2283    break 2
2284  fi
2285done
2286  done
2287IFS=$as_save_IFS
2288
2289fi
2290fi
2291CXX=$ac_cv_prog_CXX
2292if test -n "$CXX"; then
2293  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2294$as_echo "$CXX" >&6; }
2295else
2296  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2297$as_echo "no" >&6; }
2298fi
2299
2300
2301    test -n "$CXX" && break
2302  done
2303fi
2304if test -z "$CXX"; then
2305  ac_ct_CXX=$CXX
2306  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2307do
2308  # Extract the first word of "$ac_prog", so it can be a program name with args.
2309set dummy $ac_prog; ac_word=$2
2310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2311$as_echo_n "checking for $ac_word... " >&6; }
2312if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
2313  $as_echo_n "(cached) " >&6
2314else
2315  if test -n "$ac_ct_CXX"; then
2316  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2317else
2318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2319for as_dir in $PATH
2320do
2321  IFS=$as_save_IFS
2322  test -z "$as_dir" && as_dir=.
2323    for ac_exec_ext in '' $ac_executable_extensions; do
2324  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2325    ac_cv_prog_ac_ct_CXX="$ac_prog"
2326    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2327    break 2
2328  fi
2329done
2330  done
2331IFS=$as_save_IFS
2332
2333fi
2334fi
2335ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2336if test -n "$ac_ct_CXX"; then
2337  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2338$as_echo "$ac_ct_CXX" >&6; }
2339else
2340  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2341$as_echo "no" >&6; }
2342fi
2343
2344
2345  test -n "$ac_ct_CXX" && break
2346done
2347
2348  if test "x$ac_ct_CXX" = x; then
2349    CXX="g++"
2350  else
2351    case $cross_compiling:$ac_tool_warned in
2352yes:)
2353{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2354$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2355ac_tool_warned=yes ;;
2356esac
2357    CXX=$ac_ct_CXX
2358  fi
2359fi
2360
2361  fi
2362fi
2363# Provide some information about the compiler.
2364$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
2365set X $ac_compile
2366ac_compiler=$2
2367for ac_option in --version -v -V -qversion; do
2368  { { ac_try="$ac_compiler $ac_option >&5"
2369case "(($ac_try" in
2370  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2371  *) ac_try_echo=$ac_try;;
2372esac
2373eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2374$as_echo "$ac_try_echo"; } >&5
2375  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2376  ac_status=$?
2377  if test -s conftest.err; then
2378    sed '10a\
2379... rest of stderr output deleted ...
2380         10q' conftest.err >conftest.er1
2381    cat conftest.er1 >&5
2382  fi
2383  rm -f conftest.er1 conftest.err
2384  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2385  test $ac_status = 0; }
2386done
2387
2388cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2389/* end confdefs.h.  */
2390
2391int
2392main ()
2393{
2394
2395  ;
2396  return 0;
2397}
2398_ACEOF
2399ac_clean_files_save=$ac_clean_files
2400ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2401# Try to create an executable without -o first, disregard a.out.
2402# It will help us diagnose broken compilers, and finding out an intuition
2403# of exeext.
2404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
2405$as_echo_n "checking whether the C++ compiler works... " >&6; }
2406ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2407
2408# The possible output files:
2409ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2410
2411ac_rmfiles=
2412for ac_file in $ac_files
2413do
2414  case $ac_file in
2415    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2416    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2417  esac
2418done
2419rm -f $ac_rmfiles
2420
2421if { { ac_try="$ac_link_default"
2422case "(($ac_try" in
2423  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2424  *) ac_try_echo=$ac_try;;
2425esac
2426eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2427$as_echo "$ac_try_echo"; } >&5
2428  (eval "$ac_link_default") 2>&5
2429  ac_status=$?
2430  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2431  test $ac_status = 0; }; then :
2432  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2433# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2434# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2435# so that the user can short-circuit this test for compilers unknown to
2436# Autoconf.
2437for ac_file in $ac_files ''
2438do
2439  test -f "$ac_file" || continue
2440  case $ac_file in
2441    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2442        ;;
2443    [ab].out )
2444        # We found the default executable, but exeext='' is most
2445        # certainly right.
2446        break;;
2447    *.* )
2448        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2449        then :; else
2450           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2451        fi
2452        # We set ac_cv_exeext here because the later test for it is not
2453        # safe: cross compilers may not add the suffix if given an `-o'
2454        # argument, so we may need to know it at that point already.
2455        # Even if this section looks crufty: it has the advantage of
2456        # actually working.
2457        break;;
2458    * )
2459        break;;
2460  esac
2461done
2462test "$ac_cv_exeext" = no && ac_cv_exeext=
2463
2464else
2465  ac_file=''
2466fi
2467if test -z "$ac_file"; then :
2468  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2469$as_echo "no" >&6; }
2470$as_echo "$as_me: failed program was:" >&5
2471sed 's/^/| /' conftest.$ac_ext >&5
2472
2473{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2474$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2475{ as_fn_set_status 77
2476as_fn_error "C++ compiler cannot create executables
2477See \`config.log' for more details." "$LINENO" 5; }; }
2478else
2479  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2480$as_echo "yes" >&6; }
2481fi
2482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
2483$as_echo_n "checking for C++ compiler default output file name... " >&6; }
2484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2485$as_echo "$ac_file" >&6; }
2486ac_exeext=$ac_cv_exeext
2487
2488rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2489ac_clean_files=$ac_clean_files_save
2490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2491$as_echo_n "checking for suffix of executables... " >&6; }
2492if { { ac_try="$ac_link"
2493case "(($ac_try" in
2494  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2495  *) ac_try_echo=$ac_try;;
2496esac
2497eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2498$as_echo "$ac_try_echo"; } >&5
2499  (eval "$ac_link") 2>&5
2500  ac_status=$?
2501  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2502  test $ac_status = 0; }; then :
2503  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2504# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2505# work properly (i.e., refer to `conftest.exe'), while it won't with
2506# `rm'.
2507for ac_file in conftest.exe conftest conftest.*; do
2508  test -f "$ac_file" || continue
2509  case $ac_file in
2510    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2511    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2512          break;;
2513    * ) break;;
2514  esac
2515done
2516else
2517  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2518$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2519as_fn_error "cannot compute suffix of executables: cannot compile and link
2520See \`config.log' for more details." "$LINENO" 5; }
2521fi
2522rm -f conftest conftest$ac_cv_exeext
2523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2524$as_echo "$ac_cv_exeext" >&6; }
2525
2526rm -f conftest.$ac_ext
2527EXEEXT=$ac_cv_exeext
2528ac_exeext=$EXEEXT
2529cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2530/* end confdefs.h.  */
2531@%:@include <stdio.h>
2532int
2533main ()
2534{
2535FILE *f = fopen ("conftest.out", "w");
2536 return ferror (f) || fclose (f) != 0;
2537
2538  ;
2539  return 0;
2540}
2541_ACEOF
2542ac_clean_files="$ac_clean_files conftest.out"
2543# Check that the compiler produces executables we can run.  If not, either
2544# the compiler is broken, or we cross compile.
2545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2546$as_echo_n "checking whether we are cross compiling... " >&6; }
2547if test "$cross_compiling" != yes; then
2548  { { ac_try="$ac_link"
2549case "(($ac_try" in
2550  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2551  *) ac_try_echo=$ac_try;;
2552esac
2553eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2554$as_echo "$ac_try_echo"; } >&5
2555  (eval "$ac_link") 2>&5
2556  ac_status=$?
2557  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2558  test $ac_status = 0; }
2559  if { ac_try='./conftest$ac_cv_exeext'
2560  { { case "(($ac_try" in
2561  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2562  *) ac_try_echo=$ac_try;;
2563esac
2564eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2565$as_echo "$ac_try_echo"; } >&5
2566  (eval "$ac_try") 2>&5
2567  ac_status=$?
2568  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2569  test $ac_status = 0; }; }; then
2570    cross_compiling=no
2571  else
2572    if test "$cross_compiling" = maybe; then
2573        cross_compiling=yes
2574    else
2575        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2576$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2577as_fn_error "cannot run C++ compiled programs.
2578If you meant to cross compile, use \`--host'.
2579See \`config.log' for more details." "$LINENO" 5; }
2580    fi
2581  fi
2582fi
2583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2584$as_echo "$cross_compiling" >&6; }
2585
2586rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2587ac_clean_files=$ac_clean_files_save
2588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2589$as_echo_n "checking for suffix of object files... " >&6; }
2590if test "${ac_cv_objext+set}" = set; then :
2591  $as_echo_n "(cached) " >&6
2592else
2593  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2594/* end confdefs.h.  */
2595
2596int
2597main ()
2598{
2599
2600  ;
2601  return 0;
2602}
2603_ACEOF
2604rm -f conftest.o conftest.obj
2605if { { ac_try="$ac_compile"
2606case "(($ac_try" in
2607  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2608  *) ac_try_echo=$ac_try;;
2609esac
2610eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2611$as_echo "$ac_try_echo"; } >&5
2612  (eval "$ac_compile") 2>&5
2613  ac_status=$?
2614  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2615  test $ac_status = 0; }; then :
2616  for ac_file in conftest.o conftest.obj conftest.*; do
2617  test -f "$ac_file" || continue;
2618  case $ac_file in
2619    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2620    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2621       break;;
2622  esac
2623done
2624else
2625  $as_echo "$as_me: failed program was:" >&5
2626sed 's/^/| /' conftest.$ac_ext >&5
2627
2628{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2629$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2630as_fn_error "cannot compute suffix of object files: cannot compile
2631See \`config.log' for more details." "$LINENO" 5; }
2632fi
2633rm -f conftest.$ac_cv_objext conftest.$ac_ext
2634fi
2635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2636$as_echo "$ac_cv_objext" >&6; }
2637OBJEXT=$ac_cv_objext
2638ac_objext=$OBJEXT
2639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2640$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2641if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
2642  $as_echo_n "(cached) " >&6
2643else
2644  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2645/* end confdefs.h.  */
2646
2647int
2648main ()
2649{
2650#ifndef __GNUC__
2651       choke me
2652#endif
2653
2654  ;
2655  return 0;
2656}
2657_ACEOF
2658if ac_fn_cxx_try_compile "$LINENO"; then :
2659  ac_compiler_gnu=yes
2660else
2661  ac_compiler_gnu=no
2662fi
2663rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2664ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2665
2666fi
2667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
2668$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
2669if test $ac_compiler_gnu = yes; then
2670  GXX=yes
2671else
2672  GXX=
2673fi
2674ac_test_CXXFLAGS=${CXXFLAGS+set}
2675ac_save_CXXFLAGS=$CXXFLAGS
2676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
2677$as_echo_n "checking whether $CXX accepts -g... " >&6; }
2678if test "${ac_cv_prog_cxx_g+set}" = set; then :
2679  $as_echo_n "(cached) " >&6
2680else
2681  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
2682   ac_cxx_werror_flag=yes
2683   ac_cv_prog_cxx_g=no
2684   CXXFLAGS="-g"
2685   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2686/* end confdefs.h.  */
2687
2688int
2689main ()
2690{
2691
2692  ;
2693  return 0;
2694}
2695_ACEOF
2696if ac_fn_cxx_try_compile "$LINENO"; then :
2697  ac_cv_prog_cxx_g=yes
2698else
2699  CXXFLAGS=""
2700      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2701/* end confdefs.h.  */
2702
2703int
2704main ()
2705{
2706
2707  ;
2708  return 0;
2709}
2710_ACEOF
2711if ac_fn_cxx_try_compile "$LINENO"; then :
2712 
2713else
2714  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
2715         CXXFLAGS="-g"
2716         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2717/* end confdefs.h.  */
2718
2719int
2720main ()
2721{
2722
2723  ;
2724  return 0;
2725}
2726_ACEOF
2727if ac_fn_cxx_try_compile "$LINENO"; then :
2728  ac_cv_prog_cxx_g=yes
2729fi
2730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2731fi
2732rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2733fi
2734rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2735   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
2736fi
2737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
2738$as_echo "$ac_cv_prog_cxx_g" >&6; }
2739if test "$ac_test_CXXFLAGS" = set; then
2740  CXXFLAGS=$ac_save_CXXFLAGS
2741elif test $ac_cv_prog_cxx_g = yes; then
2742  if test "$GXX" = yes; then
2743    CXXFLAGS="-g -O2"
2744  else
2745    CXXFLAGS="-g"
2746  fi
2747else
2748  if test "$GXX" = yes; then
2749    CXXFLAGS="-O2"
2750  else
2751    CXXFLAGS=
2752  fi
2753fi
2754ac_ext=c
2755ac_cpp='$CPP $CPPFLAGS'
2756ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2757ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2758ac_compiler_gnu=$ac_cv_c_compiler_gnu
2759DEPDIR="${am__leading_dot}deps"
2760
2761ac_config_commands="$ac_config_commands depfiles"
2762
2763
2764am_make=${MAKE-make}
2765cat > confinc << 'END'
2766am__doit:
2767        @echo this is the am__doit target
2768.PHONY: am__doit
2769END
2770# If we don't find an include directive, just comment out the code.
2771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2772$as_echo_n "checking for style of include used by $am_make... " >&6; }
2773am__include="#"
2774am__quote=
2775_am_result=none
2776# First try GNU make style include.
2777echo "include confinc" > confmf
2778# Ignore all kinds of additional output from `make'.
2779case `$am_make -s -f confmf 2> /dev/null` in #(
2780*the\ am__doit\ target*)
2781  am__include=include
2782  am__quote=
2783  _am_result=GNU
2784  ;;
2785esac
2786# Now try BSD make style include.
2787if test "$am__include" = "#"; then
2788   echo '.include "confinc"' > confmf
2789   case `$am_make -s -f confmf 2> /dev/null` in #(
2790   *the\ am__doit\ target*)
2791     am__include=.include
2792     am__quote="\""
2793     _am_result=BSD
2794     ;;
2795   esac
2796fi
2797
2798
2799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2800$as_echo "$_am_result" >&6; }
2801rm -f confinc confmf
2802
2803@%:@ Check whether --enable-dependency-tracking was given.
2804if test "${enable_dependency_tracking+set}" = set; then :
2805  enableval=$enable_dependency_tracking;
2806fi
2807
2808if test "x$enable_dependency_tracking" != xno; then
2809  am_depcomp="$ac_aux_dir/depcomp"
2810  AMDEPBACKSLASH='\'
2811fi
2812 if test "x$enable_dependency_tracking" != xno; then
2813  AMDEP_TRUE=
2814  AMDEP_FALSE='#'
2815else
2816  AMDEP_TRUE='#'
2817  AMDEP_FALSE=
2818fi
2819
2820
2821
2822depcc="$CXX"  am_compiler_list=
2823
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
2825$as_echo_n "checking dependency style of $depcc... " >&6; }
2826if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
2827  $as_echo_n "(cached) " >&6
2828else
2829  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2830  # We make a subdir and do the tests there.  Otherwise we can end up
2831  # making bogus files that we don't know about and never remove.  For
2832  # instance it was reported that on HP-UX the gcc test will end up
2833  # making a dummy file named `D' -- because `-MD' means `put the output
2834  # in D'.
2835  mkdir conftest.dir
2836  # Copy depcomp to subdir because otherwise we won't find it if we're
2837  # using a relative directory.
2838  cp "$am_depcomp" conftest.dir
2839  cd conftest.dir
2840  # We will build objects and dependencies in a subdirectory because
2841  # it helps to detect inapplicable dependency modes.  For instance
2842  # both Tru64's cc and ICC support -MD to output dependencies as a
2843  # side effect of compilation, but ICC will put the dependencies in
2844  # the current directory while Tru64 will put them in the object
2845  # directory.
2846  mkdir sub
2847
2848  am_cv_CXX_dependencies_compiler_type=none
2849  if test "$am_compiler_list" = ""; then
2850     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2851  fi
2852  am__universal=false
2853  case " $depcc " in #(
2854     *\ -arch\ *\ -arch\ *) am__universal=true ;;
2855     esac
2856
2857  for depmode in $am_compiler_list; do
2858    # Setup a source with many dependencies, because some compilers
2859    # like to wrap large dependency lists on column 80 (with \), and
2860    # we should not choose a depcomp mode which is confused by this.
2861    #
2862    # We need to recreate these files for each test, as the compiler may
2863    # overwrite some of them when testing with obscure command lines.
2864    # This happens at least with the AIX C compiler.
2865    : > sub/conftest.c
2866    for i in 1 2 3 4 5 6; do
2867      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2868      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2869      # Solaris 8's {/usr,}/bin/sh.
2870      touch sub/conftst$i.h
2871    done
2872    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2873
2874    # We check with `-c' and `-o' for the sake of the "dashmstdout"
2875    # mode.  It turns out that the SunPro C++ compiler does not properly
2876    # handle `-M -o', and we need to detect this.  Also, some Intel
2877    # versions had trouble with output in subdirs
2878    am__obj=sub/conftest.${OBJEXT-o}
2879    am__minus_obj="-o $am__obj"
2880    case $depmode in
2881    gcc)
2882      # This depmode causes a compiler race in universal mode.
2883      test "$am__universal" = false || continue
2884      ;;
2885    nosideeffect)
2886      # after this tag, mechanisms are not by side-effect, so they'll
2887      # only be used when explicitly requested
2888      if test "x$enable_dependency_tracking" = xyes; then
2889        continue
2890      else
2891        break
2892      fi
2893      ;;
2894    msvisualcpp | msvcmsys)
2895      # This compiler won't grok `-c -o', but also, the minuso test has
2896      # not run yet.  These depmodes are late enough in the game, and
2897      # so weak that their functioning should not be impacted.
2898      am__obj=conftest.${OBJEXT-o}
2899      am__minus_obj=
2900      ;;
2901    none) break ;;
2902    esac
2903    if depmode=$depmode \
2904       source=sub/conftest.c object=$am__obj \
2905       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2906       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
2907         >/dev/null 2>conftest.err &&
2908       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2909       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2910       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
2911       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2912      # icc doesn't choke on unknown options, it will just issue warnings
2913      # or remarks (even with -Werror).  So we grep stderr for any message
2914      # that says an option was ignored or not supported.
2915      # When given -MP, icc 7.0 and 7.1 complain thusly:
2916      #   icc: Command line warning: ignoring option '-M'; no argument required
2917      # The diagnosis changed in icc 8.0:
2918      #   icc: Command line remark: option '-MP' not supported
2919      if (grep 'ignoring option' conftest.err ||
2920          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2921        am_cv_CXX_dependencies_compiler_type=$depmode
2922        break
2923      fi
2924    fi
2925  done
2926
2927  cd ..
2928  rm -rf conftest.dir
2929else
2930  am_cv_CXX_dependencies_compiler_type=none
2931fi
2932
2933fi
2934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
2935$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
2936CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
2937
2938 if
2939  test "x$enable_dependency_tracking" != xno \
2940  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
2941  am__fastdepCXX_TRUE=
2942  am__fastdepCXX_FALSE='#'
2943else
2944  am__fastdepCXX_TRUE='#'
2945  am__fastdepCXX_FALSE=
2946fi
2947
2948
2949
2950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2951$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2952set x ${MAKE-make}
2953ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2954if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2955  $as_echo_n "(cached) " >&6
2956else
2957  cat >conftest.make <<\_ACEOF
2958SHELL = /bin/sh
2959all:
2960        @echo '@@@%%%=$(MAKE)=@@@%%%'
2961_ACEOF
2962# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2963case `${MAKE-make} -f conftest.make 2>/dev/null` in
2964  *@@@%%%=?*=@@@%%%*)
2965    eval ac_cv_prog_make_${ac_make}_set=yes;;
2966  *)
2967    eval ac_cv_prog_make_${ac_make}_set=no;;
2968esac
2969rm -f conftest.make
2970fi
2971if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2972  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2973$as_echo "yes" >&6; }
2974  SET_MAKE=
2975else
2976  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2977$as_echo "no" >&6; }
2978  SET_MAKE="MAKE=${MAKE-make}"
2979fi
2980
2981
2982ac_config_files="$ac_config_files Makefile"
2983
2984
2985cat >confcache <<\_ACEOF
2986# This file is a shell script that caches the results of configure
2987# tests run on this system so they can be shared between configure
2988# scripts and configure runs, see configure's option --config-cache.
2989# It is not useful on other systems.  If it contains results you don't
2990# want to keep, you may remove or edit it.
2991#
2992# config.status only pays attention to the cache file if you give it
2993# the --recheck option to rerun configure.
2994#
2995# `ac_cv_env_foo' variables (set or unset) will be overridden when
2996# loading this file, other *unset* `ac_cv_foo' will be assigned the
2997# following values.
2998
2999_ACEOF
3000
3001# The following way of writing the cache mishandles newlines in values,
3002# but we know of no workaround that is simple, portable, and efficient.
3003# So, we kill variables containing newlines.
3004# Ultrix sh set writes to stderr and can't be redirected directly,
3005# and sets the high bit in the cache file unless we assign to the vars.
3006(
3007  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3008    eval ac_val=\$$ac_var
3009    case $ac_val in #(
3010    *${as_nl}*)
3011      case $ac_var in #(
3012      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3013$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3014      esac
3015      case $ac_var in #(
3016      _ | IFS | as_nl) ;; #(
3017      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3018      *) { eval $ac_var=; unset $ac_var;} ;;
3019      esac ;;
3020    esac
3021  done
3022
3023  (set) 2>&1 |
3024    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3025    *${as_nl}ac_space=\ *)
3026      # `set' does not quote correctly, so add quotes: double-quote
3027      # substitution turns \\\\ into \\, and sed turns \\ into \.
3028      sed -n \
3029        "s/'/'\\\\''/g;
3030          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3031      ;; #(
3032    *)
3033      # `set' quotes correctly as required by POSIX, so do not add quotes.
3034      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3035      ;;
3036    esac |
3037    sort
3038) |
3039  sed '
3040     /^ac_cv_env_/b end
3041     t clear
3042     :clear
3043     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3044     t end
3045     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3046     :end' >>confcache
3047if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3048  if test -w "$cache_file"; then
3049    test "x$cache_file" != "x/dev/null" &&
3050      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3051$as_echo "$as_me: updating cache $cache_file" >&6;}
3052    cat confcache >$cache_file
3053  else
3054    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3055$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3056  fi
3057fi
3058rm -f confcache
3059
3060test "x$prefix" = xNONE && prefix=$ac_default_prefix
3061# Let make expand exec_prefix.
3062test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3063
3064# Transform confdefs.h into DEFS.
3065# Protect against shell expansion while executing Makefile rules.
3066# Protect against Makefile macro expansion.
3067#
3068# If the first sed substitution is executed (which looks for macros that
3069# take arguments), then branch to the quote section.  Otherwise,
3070# look for a macro that doesn't take arguments.
3071ac_script='
3072:mline
3073/\\$/{
3074 N
3075 s,\\\n,,
3076 b mline
3077}
3078t clear
3079:clear
3080s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
3081t quote
3082s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
3083t quote
3084b any
3085:quote
3086s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3087s/\[/\\&/g
3088s/\]/\\&/g
3089s/\$/$$/g
3090H
3091:any
3092${
3093        g
3094        s/^\n//
3095        s/\n/ /g
3096        p
3097}
3098'
3099DEFS=`sed -n "$ac_script" confdefs.h`
3100
3101
3102ac_libobjs=
3103ac_ltlibobjs=
3104for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
3105  # 1. Remove the extension, and $U if already installed.
3106  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3107  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3108  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3109  #    will be set to the directory where LIBOBJS objects are built.
3110  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3111  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3112done
3113LIB@&t@OBJS=$ac_libobjs
3114
3115LTLIBOBJS=$ac_ltlibobjs
3116
3117
3118 if test -n "$EXEEXT"; then
3119  am__EXEEXT_TRUE=
3120  am__EXEEXT_FALSE='#'
3121else
3122  am__EXEEXT_TRUE='#'
3123  am__EXEEXT_FALSE=
3124fi
3125
3126if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3127  as_fn_error "conditional \"AMDEP\" was never defined.
3128Usually this means the macro was only invoked conditionally." "$LINENO" 5
3129fi
3130if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
3131  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
3132Usually this means the macro was only invoked conditionally." "$LINENO" 5
3133fi
3134
3135: ${CONFIG_STATUS=./config.status}
3136ac_write_fail=0
3137ac_clean_files_save=$ac_clean_files
3138ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3139{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3140$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3141as_write_fail=0
3142cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3143#! $SHELL
3144# Generated by $as_me.
3145# Run this file to recreate the current configuration.
3146# Compiler output produced by configure, useful for debugging
3147# configure, is in config.log if it exists.
3148
3149debug=false
3150ac_cs_recheck=false
3151ac_cs_silent=false
3152
3153SHELL=\${CONFIG_SHELL-$SHELL}
3154export SHELL
3155_ASEOF
3156cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3157## -------------------- ##
3158## M4sh Initialization. ##
3159## -------------------- ##
3160
3161# Be more Bourne compatible
3162DUALCASE=1; export DUALCASE # for MKS sh
3163if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3164  emulate sh
3165  NULLCMD=:
3166  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3167  # is contrary to our usage.  Disable this feature.
3168  alias -g '${1+"$@"}'='"$@"'
3169  setopt NO_GLOB_SUBST
3170else
3171  case `(set -o) 2>/dev/null` in @%:@(
3172  *posix*) :
3173    set -o posix ;; @%:@(
3174  *) :
3175     ;;
3176esac
3177fi
3178
3179
3180as_nl='
3181'
3182export as_nl
3183# Printing a long string crashes Solaris 7 /usr/bin/printf.
3184as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3185as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3186as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3187# Prefer a ksh shell builtin over an external printf program on Solaris,
3188# but without wasting forks for bash or zsh.
3189if test -z "$BASH_VERSION$ZSH_VERSION" \
3190    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3191  as_echo='print -r --'
3192  as_echo_n='print -rn --'
3193elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3194  as_echo='printf %s\n'
3195  as_echo_n='printf %s'
3196else
3197  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3198    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3199    as_echo_n='/usr/ucb/echo -n'
3200  else
3201    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3202    as_echo_n_body='eval
3203      arg=$1;
3204      case $arg in @%:@(
3205      *"$as_nl"*)
3206        expr "X$arg" : "X\\(.*\\)$as_nl";
3207        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3208      esac;
3209      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3210    '
3211    export as_echo_n_body
3212    as_echo_n='sh -c $as_echo_n_body as_echo'
3213  fi
3214  export as_echo_body
3215  as_echo='sh -c $as_echo_body as_echo'
3216fi
3217
3218# The user is always right.
3219if test "${PATH_SEPARATOR+set}" != set; then
3220  PATH_SEPARATOR=:
3221  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3222    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3223      PATH_SEPARATOR=';'
3224  }
3225fi
3226
3227
3228# IFS
3229# We need space, tab and new line, in precisely that order.  Quoting is
3230# there to prevent editors from complaining about space-tab.
3231# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3232# splitting by setting IFS to empty value.)
3233IFS=" ""        $as_nl"
3234
3235# Find who we are.  Look in the path if we contain no directory separator.
3236case $0 in @%:@((
3237  *[\\/]* ) as_myself=$0 ;;
3238  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3239for as_dir in $PATH
3240do
3241  IFS=$as_save_IFS
3242  test -z "$as_dir" && as_dir=.
3243    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3244  done
3245IFS=$as_save_IFS
3246
3247     ;;
3248esac
3249# We did not find ourselves, most probably we were run as `sh COMMAND'
3250# in which case we are not to be found in the path.
3251if test "x$as_myself" = x; then
3252  as_myself=$0
3253fi
3254if test ! -f "$as_myself"; then
3255  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3256  exit 1
3257fi
3258
3259# Unset variables that we do not need and which cause bugs (e.g. in
3260# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
3261# suppresses any "Segmentation fault" message there.  '((' could
3262# trigger a bug in pdksh 5.2.14.
3263for as_var in BASH_ENV ENV MAIL MAILPATH
3264do eval test x\${$as_var+set} = xset \
3265  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3266done
3267PS1='$ '
3268PS2='> '
3269PS4='+ '
3270
3271# NLS nuisances.
3272LC_ALL=C
3273export LC_ALL
3274LANGUAGE=C
3275export LANGUAGE
3276
3277# CDPATH.
3278(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3279
3280
3281@%:@ as_fn_error ERROR [LINENO LOG_FD]
3282@%:@ ---------------------------------
3283@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3284@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3285@%:@ script with status @S|@?, using 1 if that was 0.
3286as_fn_error ()
3287{
3288  as_status=$?; test $as_status -eq 0 && as_status=1
3289  if test "$3"; then
3290    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3291    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
3292  fi
3293  $as_echo "$as_me: error: $1" >&2
3294  as_fn_exit $as_status
3295} @%:@ as_fn_error
3296
3297
3298@%:@ as_fn_set_status STATUS
3299@%:@ -----------------------
3300@%:@ Set @S|@? to STATUS, without forking.
3301as_fn_set_status ()
3302{
3303  return $1
3304} @%:@ as_fn_set_status
3305
3306@%:@ as_fn_exit STATUS
3307@%:@ -----------------
3308@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3309as_fn_exit ()
3310{
3311  set +e
3312  as_fn_set_status $1
3313  exit $1
3314} @%:@ as_fn_exit
3315
3316@%:@ as_fn_unset VAR
3317@%:@ ---------------
3318@%:@ Portably unset VAR.
3319as_fn_unset ()
3320{
3321  { eval $1=; unset $1;}
3322}
3323as_unset=as_fn_unset
3324@%:@ as_fn_append VAR VALUE
3325@%:@ ----------------------
3326@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
3327@%:@ advantage of any shell optimizations that allow amortized linear growth over
3328@%:@ repeated appends, instead of the typical quadratic growth present in naive
3329@%:@ implementations.
3330if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3331  eval 'as_fn_append ()
3332  {
3333    eval $1+=\$2
3334  }'
3335else
3336  as_fn_append ()
3337  {
3338    eval $1=\$$1\$2
3339  }
3340fi # as_fn_append
3341
3342@%:@ as_fn_arith ARG...
3343@%:@ ------------------
3344@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
3345@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
3346@%:@ must be portable across @S|@(()) and expr.
3347if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3348  eval 'as_fn_arith ()
3349  {
3350    as_val=$(( $* ))
3351  }'
3352else
3353  as_fn_arith ()
3354  {
3355    as_val=`expr "$@" || test $? -eq 1`
3356  }
3357fi # as_fn_arith
3358
3359
3360if expr a : '\(a\)' >/dev/null 2>&1 &&
3361   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3362  as_expr=expr
3363else
3364  as_expr=false
3365fi
3366
3367if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3368  as_basename=basename
3369else
3370  as_basename=false
3371fi
3372
3373if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3374  as_dirname=dirname
3375else
3376  as_dirname=false
3377fi
3378
3379as_me=`$as_basename -- "$0" ||
3380$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3381         X"$0" : 'X\(//\)$' \| \
3382         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3383$as_echo X/"$0" |
3384    sed '/^.*\/\([^/][^/]*\)\/*$/{
3385            s//\1/
3386            q
3387          }
3388          /^X\/\(\/\/\)$/{
3389            s//\1/
3390            q
3391          }
3392          /^X\/\(\/\).*/{
3393            s//\1/
3394            q
3395          }
3396          s/.*/./; q'`
3397
3398# Avoid depending upon Character Ranges.
3399as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3400as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3401as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3402as_cr_digits='0123456789'
3403as_cr_alnum=$as_cr_Letters$as_cr_digits
3404
3405ECHO_C= ECHO_N= ECHO_T=
3406case `echo -n x` in @%:@(((((
3407-n*)
3408  case `echo 'xy\c'` in
3409  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
3410  xy)  ECHO_C='\c';;
3411  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3412       ECHO_T=' ';;
3413  esac;;
3414*)
3415  ECHO_N='-n';;
3416esac
3417
3418rm -f conf$$ conf$$.exe conf$$.file
3419if test -d conf$$.dir; then
3420  rm -f conf$$.dir/conf$$.file
3421else
3422  rm -f conf$$.dir
3423  mkdir conf$$.dir 2>/dev/null
3424fi
3425if (echo >conf$$.file) 2>/dev/null; then
3426  if ln -s conf$$.file conf$$ 2>/dev/null; then
3427    as_ln_s='ln -s'
3428    # ... but there are two gotchas:
3429    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3430    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3431    # In both cases, we have to default to `cp -p'.
3432    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3433      as_ln_s='cp -p'
3434  elif ln conf$$.file conf$$ 2>/dev/null; then
3435    as_ln_s=ln
3436  else
3437    as_ln_s='cp -p'
3438  fi
3439else
3440  as_ln_s='cp -p'
3441fi
3442rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3443rmdir conf$$.dir 2>/dev/null
3444
3445
3446@%:@ as_fn_mkdir_p
3447@%:@ -------------
3448@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
3449as_fn_mkdir_p ()
3450{
3451
3452  case $as_dir in #(
3453  -*) as_dir=./$as_dir;;
3454  esac
3455  test -d "$as_dir" || eval $as_mkdir_p || {
3456    as_dirs=
3457    while :; do
3458      case $as_dir in #(
3459      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3460      *) as_qdir=$as_dir;;
3461      esac
3462      as_dirs="'$as_qdir' $as_dirs"
3463      as_dir=`$as_dirname -- "$as_dir" ||
3464$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3465         X"$as_dir" : 'X\(//\)[^/]' \| \
3466         X"$as_dir" : 'X\(//\)$' \| \
3467         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3468$as_echo X"$as_dir" |
3469    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3470            s//\1/
3471            q
3472          }
3473          /^X\(\/\/\)[^/].*/{
3474            s//\1/
3475            q
3476          }
3477          /^X\(\/\/\)$/{
3478            s//\1/
3479            q
3480          }
3481          /^X\(\/\).*/{
3482            s//\1/
3483            q
3484          }
3485          s/.*/./; q'`
3486      test -d "$as_dir" && break
3487    done
3488    test -z "$as_dirs" || eval "mkdir $as_dirs"
3489  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
3490
3491
3492} @%:@ as_fn_mkdir_p
3493if mkdir -p . 2>/dev/null; then
3494  as_mkdir_p='mkdir -p "$as_dir"'
3495else
3496  test -d ./-p && rmdir ./-p
3497  as_mkdir_p=false
3498fi
3499
3500if test -x / >/dev/null 2>&1; then
3501  as_test_x='test -x'
3502else
3503  if ls -dL / >/dev/null 2>&1; then
3504    as_ls_L_option=L
3505  else
3506    as_ls_L_option=
3507  fi
3508  as_test_x='
3509    eval sh -c '\''
3510      if test -d "$1"; then
3511        test -d "$1/.";
3512      else
3513        case $1 in @%:@(
3514        -*)set "./$1";;
3515        esac;
3516        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
3517        ???[sx]*):;;*)false;;esac;fi
3518    '\'' sh
3519  '
3520fi
3521as_executable_p=$as_test_x
3522
3523# Sed expression to map a string onto a valid CPP name.
3524as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3525
3526# Sed expression to map a string onto a valid variable name.
3527as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3528
3529
3530exec 6>&1
3531## ----------------------------------- ##
3532## Main body of $CONFIG_STATUS script. ##
3533## ----------------------------------- ##
3534_ASEOF
3535test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3536
3537cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3538# Save the log message, to keep $0 and so on meaningful, and to
3539# report actual input values of CONFIG_FILES etc. instead of their
3540# values after options handling.
3541ac_log="
3542This file was extended by liquidDigitalVoiceRx_USRP1 $as_me 0.8.0, which was
3543generated by GNU Autoconf 2.65.  Invocation command line was
3544
3545  CONFIG_FILES    = $CONFIG_FILES
3546  CONFIG_HEADERS  = $CONFIG_HEADERS
3547  CONFIG_LINKS    = $CONFIG_LINKS
3548  CONFIG_COMMANDS = $CONFIG_COMMANDS
3549  $ $0 $@
3550
3551on `(hostname || uname -n) 2>/dev/null | sed 1q`
3552"
3553
3554_ACEOF
3555
3556case $ac_config_files in *"
3557"*) set x $ac_config_files; shift; ac_config_files=$*;;
3558esac
3559
3560
3561
3562cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3563# Files that config.status was made for.
3564config_files="$ac_config_files"
3565config_commands="$ac_config_commands"
3566
3567_ACEOF
3568
3569cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3570ac_cs_usage="\
3571\`$as_me' instantiates files and other configuration actions
3572from templates according to the current configuration.  Unless the files
3573and actions are specified as TAGs, all are instantiated by default.
3574
3575Usage: $0 [OPTION]... [TAG]...
3576
3577  -h, --help       print this help, then exit
3578  -V, --version    print version number and configuration settings, then exit
3579      --config     print configuration, then exit
3580  -q, --quiet, --silent
3581                   do not print progress messages
3582  -d, --debug      don't remove temporary files
3583      --recheck    update $as_me by reconfiguring in the same conditions
3584      --file=FILE[:TEMPLATE]
3585                   instantiate the configuration file FILE
3586
3587Configuration files:
3588$config_files
3589
3590Configuration commands:
3591$config_commands
3592
3593Report bugs to the package provider."
3594
3595_ACEOF
3596cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3597ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3598ac_cs_version="\\
3599liquidDigitalVoiceRx_USRP1 config.status 0.8.0
3600configured by $0, generated by GNU Autoconf 2.65,
3601  with options \\"\$ac_cs_config\\"
3602
3603Copyright (C) 2009 Free Software Foundation, Inc.
3604This config.status script is free software; the Free Software Foundation
3605gives unlimited permission to copy, distribute and modify it."
3606
3607ac_pwd='$ac_pwd'
3608srcdir='$srcdir'
3609INSTALL='$INSTALL'
3610MKDIR_P='$MKDIR_P'
3611AWK='$AWK'
3612test -n "\$AWK" || AWK=awk
3613_ACEOF
3614
3615cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3616# The default lists apply if the user does not specify any file.
3617ac_need_defaults=:
3618while test $# != 0
3619do
3620  case $1 in
3621  --*=*)
3622    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3623    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3624    ac_shift=:
3625    ;;
3626  *)
3627    ac_option=$1
3628    ac_optarg=$2
3629    ac_shift=shift
3630    ;;
3631  esac
3632
3633  case $ac_option in
3634  # Handling of the options.
3635  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3636    ac_cs_recheck=: ;;
3637  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3638    $as_echo "$ac_cs_version"; exit ;;
3639  --config | --confi | --conf | --con | --co | --c )
3640    $as_echo "$ac_cs_config"; exit ;;
3641  --debug | --debu | --deb | --de | --d | -d )
3642    debug=: ;;
3643  --file | --fil | --fi | --f )
3644    $ac_shift
3645    case $ac_optarg in
3646    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3647    esac
3648    as_fn_append CONFIG_FILES " '$ac_optarg'"
3649    ac_need_defaults=false;;
3650  --he | --h |  --help | --hel | -h )
3651    $as_echo "$ac_cs_usage"; exit ;;
3652  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3653  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3654    ac_cs_silent=: ;;
3655
3656  # This is an error.
3657  -*) as_fn_error "unrecognized option: \`$1'
3658Try \`$0 --help' for more information." ;;
3659
3660  *) as_fn_append ac_config_targets " $1"
3661     ac_need_defaults=false ;;
3662
3663  esac
3664  shift
3665done
3666
3667ac_configure_extra_args=
3668
3669if $ac_cs_silent; then
3670  exec 6>/dev/null
3671  ac_configure_extra_args="$ac_configure_extra_args --silent"
3672fi
3673
3674_ACEOF
3675cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3676if \$ac_cs_recheck; then
3677  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3678  shift
3679  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3680  CONFIG_SHELL='$SHELL'
3681  export CONFIG_SHELL
3682  exec "\$@"
3683fi
3684
3685_ACEOF
3686cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3687exec 5>>config.log
3688{
3689  echo
3690  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
3691@%:@@%:@ Running $as_me. @%:@@%:@
3692_ASBOX
3693  $as_echo "$ac_log"
3694} >&5
3695
3696_ACEOF
3697cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3698#
3699# INIT-COMMANDS
3700#
3701AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
3702
3703_ACEOF
3704
3705cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3706
3707# Handling of arguments.
3708for ac_config_target in $ac_config_targets
3709do
3710  case $ac_config_target in
3711    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
3712    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3713
3714  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3715  esac
3716done
3717
3718
3719# If the user did not use the arguments to specify the items to instantiate,
3720# then the envvar interface is used.  Set only those that are not.
3721# We use the long form for the default assignment because of an extremely
3722# bizarre bug on SunOS 4.1.3.
3723if $ac_need_defaults; then
3724  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3725  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3726fi
3727
3728# Have a temporary directory for convenience.  Make it in the build tree
3729# simply because there is no reason against having it here, and in addition,
3730# creating and moving files from /tmp can sometimes cause problems.
3731# Hook for its removal unless debugging.
3732# Note that there is a small window in which the directory will not be cleaned:
3733# after its creation but before its name has been assigned to `$tmp'.
3734$debug ||
3735{
3736  tmp=
3737  trap 'exit_status=$?
3738  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3739' 0
3740  trap 'as_fn_exit 1' 1 2 13 15
3741}
3742# Create a (secure) tmp directory for tmp files.
3743
3744{
3745  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3746  test -n "$tmp" && test -d "$tmp"
3747}  ||
3748{
3749  tmp=./conf$$-$RANDOM
3750  (umask 077 && mkdir "$tmp")
3751} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
3752
3753# Set up the scripts for CONFIG_FILES section.
3754# No need to generate them if there are no CONFIG_FILES.
3755# This happens for instance with `./config.status config.h'.
3756if test -n "$CONFIG_FILES"; then
3757
3758
3759ac_cr=`echo X | tr X '\015'`
3760# On cygwin, bash can eat \r inside `` if the user requested igncr.
3761# But we know of no other shell where ac_cr would be empty at this
3762# point, so we can use a bashism as a fallback.
3763if test "x$ac_cr" = x; then
3764  eval ac_cr=\$\'\\r\'
3765fi
3766ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3767if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3768  ac_cs_awk_cr='\r'
3769else
3770  ac_cs_awk_cr=$ac_cr
3771fi
3772
3773echo 'BEGIN {' >"$tmp/subs1.awk" &&
3774_ACEOF
3775
3776
3777{
3778  echo "cat >conf$$subs.awk <<_ACEOF" &&
3779  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3780  echo "_ACEOF"
3781} >conf$$subs.sh ||
3782  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3783ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
3784ac_delim='%!_!# '
3785for ac_last_try in false false false false false :; do
3786  . ./conf$$subs.sh ||
3787    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3788
3789  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3790  if test $ac_delim_n = $ac_delim_num; then
3791    break
3792  elif $ac_last_try; then
3793    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3794  else
3795    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3796  fi
3797done
3798rm -f conf$$subs.sh
3799
3800cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3801cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
3802_ACEOF
3803sed -n '
3804h
3805s/^/S["/; s/!.*/"]=/
3806p
3807g
3808s/^[^!]*!//
3809:repl
3810t repl
3811s/'"$ac_delim"'$//
3812t delim
3813:nl
3814h
3815s/\(.\{148\}\)..*/\1/
3816t more1
3817s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3818p
3819n
3820b repl
3821:more1
3822s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3823p
3824g
3825s/.\{148\}//
3826t nl
3827:delim
3828h
3829s/\(.\{148\}\)..*/\1/
3830t more2
3831s/["\\]/\\&/g; s/^/"/; s/$/"/
3832p
3833b
3834:more2
3835s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3836p
3837g
3838s/.\{148\}//
3839t delim
3840' <conf$$subs.awk | sed '
3841/^[^""]/{
3842  N
3843  s/\n//
3844}
3845' >>$CONFIG_STATUS || ac_write_fail=1
3846rm -f conf$$subs.awk
3847cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3848_ACAWK
3849cat >>"\$tmp/subs1.awk" <<_ACAWK &&
3850  for (key in S) S_is_set[key] = 1
3851  FS = ""
3852
3853}
3854{
3855  line = $ 0
3856  nfields = split(line, field, "@")
3857  substed = 0
3858  len = length(field[1])
3859  for (i = 2; i < nfields; i++) {
3860    key = field[i]
3861    keylen = length(key)
3862    if (S_is_set[key]) {
3863      value = S[key]
3864      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3865      len += length(value) + length(field[++i])
3866      substed = 1
3867    } else
3868      len += 1 + keylen
3869  }
3870
3871  print line
3872}
3873
3874_ACAWK
3875_ACEOF
3876cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3877if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3878  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3879else
3880  cat
3881fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
3882  || as_fn_error "could not setup config files machinery" "$LINENO" 5
3883_ACEOF
3884
3885# VPATH may cause trouble with some makes, so we remove $(srcdir),
3886# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3887# trailing colons and then remove the whole line if VPATH becomes empty
3888# (actually we leave an empty line to preserve line numbers).
3889if test "x$srcdir" = x.; then
3890  ac_vpsub='/^[  ]*VPATH[        ]*=/{
3891s/:*\$(srcdir):*/:/
3892s/:*\${srcdir}:*/:/
3893s/:*@srcdir@:*/:/
3894s/^\([^=]*=[     ]*\):*/\1/
3895s/:*$//
3896s/^[^=]*=[       ]*$//
3897}'
3898fi
3899
3900cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3901fi # test -n "$CONFIG_FILES"
3902
3903
3904eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
3905shift
3906for ac_tag
3907do
3908  case $ac_tag in
3909  :[FHLC]) ac_mode=$ac_tag; continue;;
3910  esac
3911  case $ac_mode$ac_tag in
3912  :[FHL]*:*);;
3913  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
3914  :[FH]-) ac_tag=-:-;;
3915  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3916  esac
3917  ac_save_IFS=$IFS
3918  IFS=:
3919  set x $ac_tag
3920  IFS=$ac_save_IFS
3921  shift
3922  ac_file=$1
3923  shift
3924
3925  case $ac_mode in
3926  :L) ac_source=$1;;
3927  :[FH])
3928    ac_file_inputs=
3929    for ac_f
3930    do
3931      case $ac_f in
3932      -) ac_f="$tmp/stdin";;
3933      *) # Look for the file first in the build tree, then in the source tree
3934         # (if the path is not absolute).  The absolute path cannot be DOS-style,
3935         # because $ac_f cannot contain `:'.
3936         test -f "$ac_f" ||
3937           case $ac_f in
3938           [\\/$]*) false;;
3939           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3940           esac ||
3941           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3942      esac
3943      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3944      as_fn_append ac_file_inputs " '$ac_f'"
3945    done
3946
3947    # Let's still pretend it is `configure' which instantiates (i.e., don't
3948    # use $as_me), people would be surprised to read:
3949    #    /* config.h.  Generated by config.status.  */
3950    configure_input='Generated from '`
3951          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3952        `' by configure.'
3953    if test x"$ac_file" != x-; then
3954      configure_input="$ac_file.  $configure_input"
3955      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3956$as_echo "$as_me: creating $ac_file" >&6;}
3957    fi
3958    # Neutralize special characters interpreted by sed in replacement strings.
3959    case $configure_input in #(
3960    *\&* | *\|* | *\\* )
3961       ac_sed_conf_input=`$as_echo "$configure_input" |
3962       sed 's/[\\\\&|]/\\\\&/g'`;; #(
3963    *) ac_sed_conf_input=$configure_input;;
3964    esac
3965
3966    case $ac_tag in
3967    *:-:* | *:-) cat >"$tmp/stdin" \
3968      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
3969    esac
3970    ;;
3971  esac
3972
3973  ac_dir=`$as_dirname -- "$ac_file" ||
3974$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3975         X"$ac_file" : 'X\(//\)[^/]' \| \
3976         X"$ac_file" : 'X\(//\)$' \| \
3977         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3978$as_echo X"$ac_file" |
3979    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3980            s//\1/
3981            q
3982          }
3983          /^X\(\/\/\)[^/].*/{
3984            s//\1/
3985            q
3986          }
3987          /^X\(\/\/\)$/{
3988            s//\1/
3989            q
3990          }
3991          /^X\(\/\).*/{
3992            s//\1/
3993            q
3994          }
3995          s/.*/./; q'`
3996  as_dir="$ac_dir"; as_fn_mkdir_p
3997  ac_builddir=.
3998
3999case "$ac_dir" in
4000.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4001*)
4002  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4003  # A ".." for each directory in $ac_dir_suffix.
4004  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4005  case $ac_top_builddir_sub in
4006  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4007  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4008  esac ;;
4009esac
4010ac_abs_top_builddir=$ac_pwd
4011ac_abs_builddir=$ac_pwd$ac_dir_suffix
4012# for backward compatibility:
4013ac_top_builddir=$ac_top_build_prefix
4014
4015case $srcdir in
4016  .)  # We are building in place.
4017    ac_srcdir=.
4018    ac_top_srcdir=$ac_top_builddir_sub
4019    ac_abs_top_srcdir=$ac_pwd ;;
4020  [\\/]* | ?:[\\/]* )  # Absolute name.
4021    ac_srcdir=$srcdir$ac_dir_suffix;
4022    ac_top_srcdir=$srcdir
4023    ac_abs_top_srcdir=$srcdir ;;
4024  *) # Relative name.
4025    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4026    ac_top_srcdir=$ac_top_build_prefix$srcdir
4027    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4028esac
4029ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4030
4031
4032  case $ac_mode in
4033  :F)
4034  #
4035  # CONFIG_FILE
4036  #
4037
4038  case $INSTALL in
4039  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4040  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4041  esac
4042  ac_MKDIR_P=$MKDIR_P
4043  case $MKDIR_P in
4044  [\\/$]* | ?:[\\/]* ) ;;
4045  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4046  esac
4047_ACEOF
4048
4049cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4050# If the template does not know about datarootdir, expand it.
4051# FIXME: This hack should be removed a few years after 2.60.
4052ac_datarootdir_hack=; ac_datarootdir_seen=
4053ac_sed_dataroot='
4054/datarootdir/ {
4055  p
4056  q
4057}
4058/@datadir@/p
4059/@docdir@/p
4060/@infodir@/p
4061/@localedir@/p
4062/@mandir@/p'
4063case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4064*datarootdir*) ac_datarootdir_seen=yes;;
4065*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4066  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4067$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4068_ACEOF
4069cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4070  ac_datarootdir_hack='
4071  s&@datadir@&$datadir&g
4072  s&@docdir@&$docdir&g
4073  s&@infodir@&$infodir&g
4074  s&@localedir@&$localedir&g
4075  s&@mandir@&$mandir&g
4076  s&\\\${datarootdir}&$datarootdir&g' ;;
4077esac
4078_ACEOF
4079
4080# Neutralize VPATH when `$srcdir' = `.'.
4081# Shell code in configure.ac might set extrasub.
4082# FIXME: do we really want to maintain this feature?
4083cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4084ac_sed_extra="$ac_vpsub
4085$extrasub
4086_ACEOF
4087cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4088:t
4089/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4090s|@configure_input@|$ac_sed_conf_input|;t t
4091s&@top_builddir@&$ac_top_builddir_sub&;t t
4092s&@top_build_prefix@&$ac_top_build_prefix&;t t
4093s&@srcdir@&$ac_srcdir&;t t
4094s&@abs_srcdir@&$ac_abs_srcdir&;t t
4095s&@top_srcdir@&$ac_top_srcdir&;t t
4096s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4097s&@builddir@&$ac_builddir&;t t
4098s&@abs_builddir@&$ac_abs_builddir&;t t
4099s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4100s&@INSTALL@&$ac_INSTALL&;t t
4101s&@MKDIR_P@&$ac_MKDIR_P&;t t
4102$ac_datarootdir_hack
4103"
4104eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
4105  || as_fn_error "could not create $ac_file" "$LINENO" 5
4106
4107test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4108  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4109  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4110  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4111which seems to be undefined.  Please make sure it is defined." >&5
4112$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4113which seems to be undefined.  Please make sure it is defined." >&2;}
4114
4115  rm -f "$tmp/stdin"
4116  case $ac_file in
4117  -) cat "$tmp/out" && rm -f "$tmp/out";;
4118  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
4119  esac \
4120  || as_fn_error "could not create $ac_file" "$LINENO" 5
4121 ;;
4122 
4123 
4124  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
4125$as_echo "$as_me: executing $ac_file commands" >&6;}
4126 ;;
4127  esac
4128
4129
4130  case $ac_file$ac_mode in
4131    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
4132  # Autoconf 2.62 quotes --file arguments for eval, but not when files
4133  # are listed without --file.  Let's play safe and only enable the eval
4134  # if we detect the quoting.
4135  case $CONFIG_FILES in
4136  *\'*) eval set x "$CONFIG_FILES" ;;
4137  *)   set x $CONFIG_FILES ;;
4138  esac
4139  shift
4140  for mf
4141  do
4142    # Strip MF so we end up with the name of the file.
4143    mf=`echo "$mf" | sed -e 's/:.*$//'`
4144    # Check whether this is an Automake generated Makefile or not.
4145    # We used to match only the files named `Makefile.in', but
4146    # some people rename them; so instead we look at the file content.
4147    # Grep'ing the first line is not enough: some people post-process
4148    # each Makefile.in and add a new line on top of each file to say so.
4149    # Grep'ing the whole file is not good either: AIX grep has a line
4150    # limit of 2048, but all sed's we know have understand at least 4000.
4151    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
4152      dirpart=`$as_dirname -- "$mf" ||
4153$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4154         X"$mf" : 'X\(//\)[^/]' \| \
4155         X"$mf" : 'X\(//\)$' \| \
4156         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
4157$as_echo X"$mf" |
4158    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4159            s//\1/
4160            q
4161          }
4162          /^X\(\/\/\)[^/].*/{
4163            s//\1/
4164            q
4165          }
4166          /^X\(\/\/\)$/{
4167            s//\1/
4168            q
4169          }
4170          /^X\(\/\).*/{
4171            s//\1/
4172            q
4173          }
4174          s/.*/./; q'`
4175    else
4176      continue
4177    fi
4178    # Extract the definition of DEPDIR, am__include, and am__quote
4179    # from the Makefile without running `make'.
4180    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4181    test -z "$DEPDIR" && continue
4182    am__include=`sed -n 's/^am__include = //p' < "$mf"`
4183    test -z "am__include" && continue
4184    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
4185    # When using ansi2knr, U may be empty or an underscore; expand it
4186    U=`sed -n 's/^U = //p' < "$mf"`
4187    # Find all dependency output files, they are included files with
4188    # $(DEPDIR) in their names.  We invoke sed twice because it is the
4189    # simplest approach to changing $(DEPDIR) to its actual value in the
4190    # expansion.
4191    for file in `sed -n "
4192      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
4193         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4194      # Make sure the directory exists.
4195      test -f "$dirpart/$file" && continue
4196      fdir=`$as_dirname -- "$file" ||
4197$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4198         X"$file" : 'X\(//\)[^/]' \| \
4199         X"$file" : 'X\(//\)$' \| \
4200         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
4201$as_echo X"$file" |
4202    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4203            s//\1/
4204            q
4205          }
4206          /^X\(\/\/\)[^/].*/{
4207            s//\1/
4208            q
4209          }
4210          /^X\(\/\/\)$/{
4211            s//\1/
4212            q
4213          }
4214          /^X\(\/\).*/{
4215            s//\1/
4216            q
4217          }
4218          s/.*/./; q'`
4219      as_dir=$dirpart/$fdir; as_fn_mkdir_p
4220      # echo "creating $dirpart/$file"
4221      echo '# dummy' > "$dirpart/$file"
4222    done
4223  done
4224}
4225 ;;
4226
4227  esac
4228done # for ac_tag
4229
4230
4231as_fn_exit 0
4232_ACEOF
4233ac_clean_files=$ac_clean_files_save
4234
4235test $ac_write_fail = 0 ||
4236  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
4237
4238
4239# configure is writing to config.log, and then calls config.status.
4240# config.status does its own redirection, appending to config.log.
4241# Unfortunately, on DOS this fails, as config.log is still kept open
4242# by configure, so config.status won't be able to write to it; its
4243# output is simply discarded.  So we exec the FD to /dev/null,
4244# effectively closing config.log, so it can be properly (re)opened and
4245# appended to by config.status.  When coming back to configure, we
4246# need to make the FD available again.
4247if test "$no_create" != yes; then
4248  ac_cs_success=:
4249  ac_config_status_args=
4250  test "$silent" = yes &&
4251    ac_config_status_args="$ac_config_status_args --quiet"
4252  exec 5>/dev/null
4253  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4254  exec 5>>config.log
4255  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4256  # would make configure fail if this is the last instruction.
4257  $ac_cs_success || as_fn_exit $?
4258fi
4259if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4260  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4261$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4262fi
4263
Note: See TracBrowser for help on using the browser.