root/ossiedev/branches/cdietric/config.status @ 10964

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

liquid DSP digital voice receiver for USRP1

Line 
1#! /bin/bash
2# Generated by configure.
3# Run this file to recreate the current configuration.
4# Compiler output produced by configure, useful for debugging
5# configure, is in config.log if it exists.
6
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10
11SHELL=${CONFIG_SHELL-/bin/bash}
12export SHELL
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
136
137# as_fn_error ERROR [LINENO LOG_FD]
138# ---------------------------------
139# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
140# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
141# script with status $?, using 1 if that was 0.
142as_fn_error ()
143{
144  as_status=$?; test $as_status -eq 0 && as_status=1
145  if test "$3"; then
146    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
147    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
148  fi
149  $as_echo "$as_me: error: $1" >&2
150  as_fn_exit $as_status
151} # as_fn_error
152
153
154# as_fn_set_status STATUS
155# -----------------------
156# Set $? to STATUS, without forking.
157as_fn_set_status ()
158{
159  return $1
160} # as_fn_set_status
161
162# as_fn_exit STATUS
163# -----------------
164# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
165as_fn_exit ()
166{
167  set +e
168  as_fn_set_status $1
169  exit $1
170} # as_fn_exit
171
172# as_fn_unset VAR
173# ---------------
174# Portably unset VAR.
175as_fn_unset ()
176{
177  { eval $1=; unset $1;}
178}
179as_unset=as_fn_unset
180# as_fn_append VAR VALUE
181# ----------------------
182# Append the text in VALUE to the end of the definition contained in VAR. Take
183# advantage of any shell optimizations that allow amortized linear growth over
184# repeated appends, instead of the typical quadratic growth present in naive
185# implementations.
186if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
187  eval 'as_fn_append ()
188  {
189    eval $1+=\$2
190  }'
191else
192  as_fn_append ()
193  {
194    eval $1=\$$1\$2
195  }
196fi # as_fn_append
197
198# as_fn_arith ARG...
199# ------------------
200# Perform arithmetic evaluation on the ARGs, and store the result in the
201# global $as_val. Take advantage of shells that can avoid forks. The arguments
202# must be portable across $(()) and expr.
203if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
204  eval 'as_fn_arith ()
205  {
206    as_val=$(( $* ))
207  }'
208else
209  as_fn_arith ()
210  {
211    as_val=`expr "$@" || test $? -eq 1`
212  }
213fi # as_fn_arith
214
215
216if expr a : '\(a\)' >/dev/null 2>&1 &&
217   test "X`expr 00001 : '.*\(...\)'`" = X001; then
218  as_expr=expr
219else
220  as_expr=false
221fi
222
223if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
224  as_basename=basename
225else
226  as_basename=false
227fi
228
229if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
230  as_dirname=dirname
231else
232  as_dirname=false
233fi
234
235as_me=`$as_basename -- "$0" ||
236$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
237         X"$0" : 'X\(//\)$' \| \
238         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
239$as_echo X/"$0" |
240    sed '/^.*\/\([^/][^/]*\)\/*$/{
241            s//\1/
242            q
243          }
244          /^X\/\(\/\/\)$/{
245            s//\1/
246            q
247          }
248          /^X\/\(\/\).*/{
249            s//\1/
250            q
251          }
252          s/.*/./; q'`
253
254# Avoid depending upon Character Ranges.
255as_cr_letters='abcdefghijklmnopqrstuvwxyz'
256as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
257as_cr_Letters=$as_cr_letters$as_cr_LETTERS
258as_cr_digits='0123456789'
259as_cr_alnum=$as_cr_Letters$as_cr_digits
260
261ECHO_C= ECHO_N= ECHO_T=
262case `echo -n x` in #(((((
263-n*)
264  case `echo 'xy\c'` in
265  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
266  xy)  ECHO_C='\c';;
267  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
268       ECHO_T=' ';;
269  esac;;
270*)
271  ECHO_N='-n';;
272esac
273
274rm -f conf$$ conf$$.exe conf$$.file
275if test -d conf$$.dir; then
276  rm -f conf$$.dir/conf$$.file
277else
278  rm -f conf$$.dir
279  mkdir conf$$.dir 2>/dev/null
280fi
281if (echo >conf$$.file) 2>/dev/null; then
282  if ln -s conf$$.file conf$$ 2>/dev/null; then
283    as_ln_s='ln -s'
284    # ... but there are two gotchas:
285    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
286    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
287    # In both cases, we have to default to `cp -p'.
288    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
289      as_ln_s='cp -p'
290  elif ln conf$$.file conf$$ 2>/dev/null; then
291    as_ln_s=ln
292  else
293    as_ln_s='cp -p'
294  fi
295else
296  as_ln_s='cp -p'
297fi
298rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
299rmdir conf$$.dir 2>/dev/null
300
301
302# as_fn_mkdir_p
303# -------------
304# Create "$as_dir" as a directory, including parents if necessary.
305as_fn_mkdir_p ()
306{
307
308  case $as_dir in #(
309  -*) as_dir=./$as_dir;;
310  esac
311  test -d "$as_dir" || eval $as_mkdir_p || {
312    as_dirs=
313    while :; do
314      case $as_dir in #(
315      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
316      *) as_qdir=$as_dir;;
317      esac
318      as_dirs="'$as_qdir' $as_dirs"
319      as_dir=`$as_dirname -- "$as_dir" ||
320$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
321         X"$as_dir" : 'X\(//\)[^/]' \| \
322         X"$as_dir" : 'X\(//\)$' \| \
323         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
324$as_echo X"$as_dir" |
325    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
326            s//\1/
327            q
328          }
329          /^X\(\/\/\)[^/].*/{
330            s//\1/
331            q
332          }
333          /^X\(\/\/\)$/{
334            s//\1/
335            q
336          }
337          /^X\(\/\).*/{
338            s//\1/
339            q
340          }
341          s/.*/./; q'`
342      test -d "$as_dir" && break
343    done
344    test -z "$as_dirs" || eval "mkdir $as_dirs"
345  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
346
347
348} # as_fn_mkdir_p
349if mkdir -p . 2>/dev/null; then
350  as_mkdir_p='mkdir -p "$as_dir"'
351else
352  test -d ./-p && rmdir ./-p
353  as_mkdir_p=false
354fi
355
356if test -x / >/dev/null 2>&1; then
357  as_test_x='test -x'
358else
359  if ls -dL / >/dev/null 2>&1; then
360    as_ls_L_option=L
361  else
362    as_ls_L_option=
363  fi
364  as_test_x='
365    eval sh -c '\''
366      if test -d "$1"; then
367        test -d "$1/.";
368      else
369        case $1 in #(
370        -*)set "./$1";;
371        esac;
372        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
373        ???[sx]*):;;*)false;;esac;fi
374    '\'' sh
375  '
376fi
377as_executable_p=$as_test_x
378
379# Sed expression to map a string onto a valid CPP name.
380as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
381
382# Sed expression to map a string onto a valid variable name.
383as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
384
385
386exec 6>&1
387## ----------------------------------- ##
388## Main body of $CONFIG_STATUS script. ##
389## ----------------------------------- ##
390# Save the log message, to keep $0 and so on meaningful, and to
391# report actual input values of CONFIG_FILES etc. instead of their
392# values after options handling.
393ac_log="
394This file was extended by liquidDigitalVoiceRx_USRP1 $as_me 0.8.0, which was
395generated by GNU Autoconf 2.65.  Invocation command line was
396
397  CONFIG_FILES    = $CONFIG_FILES
398  CONFIG_HEADERS  = $CONFIG_HEADERS
399  CONFIG_LINKS    = $CONFIG_LINKS
400  CONFIG_COMMANDS = $CONFIG_COMMANDS
401  $ $0 $@
402
403on `(hostname || uname -n) 2>/dev/null | sed 1q`
404"
405
406# Files that config.status was made for.
407config_files=" Makefile"
408config_commands=" depfiles"
409
410ac_cs_usage="\
411\`$as_me' instantiates files and other configuration actions
412from templates according to the current configuration.  Unless the files
413and actions are specified as TAGs, all are instantiated by default.
414
415Usage: $0 [OPTION]... [TAG]...
416
417  -h, --help       print this help, then exit
418  -V, --version    print version number and configuration settings, then exit
419      --config     print configuration, then exit
420  -q, --quiet, --silent
421                   do not print progress messages
422  -d, --debug      don't remove temporary files
423      --recheck    update $as_me by reconfiguring in the same conditions
424      --file=FILE[:TEMPLATE]
425                   instantiate the configuration file FILE
426
427Configuration files:
428$config_files
429
430Configuration commands:
431$config_commands
432
433Report bugs to the package provider."
434
435ac_cs_config=""
436ac_cs_version="\
437liquidDigitalVoiceRx_USRP1 config.status 0.8.0
438configured by configure, generated by GNU Autoconf 2.65,
439  with options \"$ac_cs_config\"
440
441Copyright (C) 2009 Free Software Foundation, Inc.
442This config.status script is free software; the Free Software Foundation
443gives unlimited permission to copy, distribute and modify it."
444
445ac_pwd='/home/ossie/workspace/liquidDigitalVoiceRx_USRP1'
446srcdir='.'
447INSTALL='/usr/bin/install -c'
448MKDIR_P='/bin/mkdir -p'
449AWK='gawk'
450test -n "$AWK" || AWK=awk
451# The default lists apply if the user does not specify any file.
452ac_need_defaults=:
453while test $# != 0
454do
455  case $1 in
456  --*=*)
457    ac_option=`expr "X$1" : 'X\([^=]*\)='`
458    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
459    ac_shift=:
460    ;;
461  *)
462    ac_option=$1
463    ac_optarg=$2
464    ac_shift=shift
465    ;;
466  esac
467
468  case $ac_option in
469  # Handling of the options.
470  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
471    ac_cs_recheck=: ;;
472  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
473    $as_echo "$ac_cs_version"; exit ;;
474  --config | --confi | --conf | --con | --co | --c )
475    $as_echo "$ac_cs_config"; exit ;;
476  --debug | --debu | --deb | --de | --d | -d )
477    debug=: ;;
478  --file | --fil | --fi | --f )
479    $ac_shift
480    case $ac_optarg in
481    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
482    esac
483    as_fn_append CONFIG_FILES " '$ac_optarg'"
484    ac_need_defaults=false;;
485  --he | --h |  --help | --hel | -h )
486    $as_echo "$ac_cs_usage"; exit ;;
487  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
488  | -silent | --silent | --silen | --sile | --sil | --si | --s)
489    ac_cs_silent=: ;;
490
491  # This is an error.
492  -*) as_fn_error "unrecognized option: \`$1'
493Try \`$0 --help' for more information." ;;
494
495  *) as_fn_append ac_config_targets " $1"
496     ac_need_defaults=false ;;
497
498  esac
499  shift
500done
501
502ac_configure_extra_args=
503
504if $ac_cs_silent; then
505  exec 6>/dev/null
506  ac_configure_extra_args="$ac_configure_extra_args --silent"
507fi
508
509if $ac_cs_recheck; then
510  set X '/bin/bash' 'configure'  $ac_configure_extra_args --no-create --no-recursion
511  shift
512  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
513  CONFIG_SHELL='/bin/bash'
514  export CONFIG_SHELL
515  exec "$@"
516fi
517
518exec 5>>config.log
519{
520  echo
521  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
522## Running $as_me. ##
523_ASBOX
524  $as_echo "$ac_log"
525} >&5
526
527#
528# INIT-COMMANDS
529#
530AMDEP_TRUE="" ac_aux_dir="."
531
532
533# Handling of arguments.
534for ac_config_target in $ac_config_targets
535do
536  case $ac_config_target in
537    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
538    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
539
540  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
541  esac
542done
543
544
545# If the user did not use the arguments to specify the items to instantiate,
546# then the envvar interface is used.  Set only those that are not.
547# We use the long form for the default assignment because of an extremely
548# bizarre bug on SunOS 4.1.3.
549if $ac_need_defaults; then
550  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
551  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
552fi
553
554# Have a temporary directory for convenience.  Make it in the build tree
555# simply because there is no reason against having it here, and in addition,
556# creating and moving files from /tmp can sometimes cause problems.
557# Hook for its removal unless debugging.
558# Note that there is a small window in which the directory will not be cleaned:
559# after its creation but before its name has been assigned to `$tmp'.
560$debug ||
561{
562  tmp=
563  trap 'exit_status=$?
564  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
565' 0
566  trap 'as_fn_exit 1' 1 2 13 15
567}
568# Create a (secure) tmp directory for tmp files.
569
570{
571  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
572  test -n "$tmp" && test -d "$tmp"
573}  ||
574{
575  tmp=./conf$$-$RANDOM
576  (umask 077 && mkdir "$tmp")
577} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
578
579# Set up the scripts for CONFIG_FILES section.
580# No need to generate them if there are no CONFIG_FILES.
581# This happens for instance with `./config.status config.h'.
582if test -n "$CONFIG_FILES"; then
583
584
585ac_cr=`echo X | tr X '\015'`
586# On cygwin, bash can eat \r inside `` if the user requested igncr.
587# But we know of no other shell where ac_cr would be empty at this
588# point, so we can use a bashism as a fallback.
589if test "x$ac_cr" = x; then
590  eval ac_cr=\$\'\\r\'
591fi
592ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
593if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
594  ac_cs_awk_cr='\r'
595else
596  ac_cs_awk_cr=$ac_cr
597fi
598
599echo 'BEGIN {' >"$tmp/subs1.awk" &&
600cat >>"$tmp/subs1.awk" <<\_ACAWK &&
601S["am__EXEEXT_FALSE"]=""
602S["am__EXEEXT_TRUE"]="#"
603S["LTLIBOBJS"]=""
604S["LIBOBJS"]=""
605S["am__fastdepCXX_FALSE"]=""
606S["am__fastdepCXX_TRUE"]="#"
607S["CXXDEPMODE"]="depmode=none"
608S["AMDEPBACKSLASH"]="\\"
609S["AMDEP_FALSE"]="#"
610S["AMDEP_TRUE"]=""
611S["am__quote"]=""
612S["am__include"]="include"
613S["DEPDIR"]=".deps"
614S["OBJEXT"]="o"
615S["EXEEXT"]=""
616S["ac_ct_CXX"]="g++"
617S["CPPFLAGS"]=""
618S["LDFLAGS"]=""
619S["CXXFLAGS"]="-g -O2"
620S["CXX"]="g++"
621S["am__untar"]="${AMTAR} xf -"
622S["am__tar"]="${AMTAR} chof - \"$$tardir\""
623S["AMTAR"]="${SHELL} /home/ossie/workspace/liquidDigitalVoiceRx_USRP1/missing --run tar"
624S["am__leading_dot"]="."
625S["SET_MAKE"]=""
626S["AWK"]="gawk"
627S["mkdir_p"]="/bin/mkdir -p"
628S["MKDIR_P"]="/bin/mkdir -p"
629S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
630S["STRIP"]=""
631S["install_sh"]="${SHELL} /home/ossie/workspace/liquidDigitalVoiceRx_USRP1/install-sh"
632S["MAKEINFO"]="${SHELL} /home/ossie/workspace/liquidDigitalVoiceRx_USRP1/missing --run makeinfo"
633S["AUTOHEADER"]="${SHELL} /home/ossie/workspace/liquidDigitalVoiceRx_USRP1/missing --run autoheader"
634S["AUTOMAKE"]="${SHELL} /home/ossie/workspace/liquidDigitalVoiceRx_USRP1/missing --run automake-1.11"
635S["AUTOCONF"]="${SHELL} /home/ossie/workspace/liquidDigitalVoiceRx_USRP1/missing --run autoconf"
636S["ACLOCAL"]="${SHELL} /home/ossie/workspace/liquidDigitalVoiceRx_USRP1/missing --run aclocal-1.11"
637S["VERSION"]="0.8.0"
638S["PACKAGE"]="liquiddigitalvoicerx_usrp1"
639S["CYGPATH_W"]="echo"
640S["am__isrc"]=""
641S["INSTALL_DATA"]="${INSTALL} -m 644"
642S["INSTALL_SCRIPT"]="${INSTALL}"
643S["INSTALL_PROGRAM"]="${INSTALL}"
644S["target_alias"]=""
645S["host_alias"]=""
646S["build_alias"]=""
647S["LIBS"]=""
648S["ECHO_T"]=""
649S["ECHO_N"]="-n"
650S["ECHO_C"]=""
651S["DEFS"]="-DPACKAGE_NAME=\\\"liquidDigitalVoiceRx_USRP1\\\" -DPACKAGE_TARNAME=\\\"liquiddigitalvoicerx_usrp1\\\" -DPACKAGE_VERSION=\\\"0.8.0\\\" -DPACKAGE_STRING=\\\"liquid"\
652"DigitalVoiceRx_USRP1\\ 0.8.0\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"liquiddigitalvoicerx_usrp1\\\" -DVERSION=\\\"0.8.0\\\""
653S["mandir"]="${datarootdir}/man"
654S["localedir"]="${datarootdir}/locale"
655S["libdir"]="${exec_prefix}/lib"
656S["psdir"]="${docdir}"
657S["pdfdir"]="${docdir}"
658S["dvidir"]="${docdir}"
659S["htmldir"]="${docdir}"
660S["infodir"]="${datarootdir}/info"
661S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
662S["oldincludedir"]="/usr/include"
663S["includedir"]="${prefix}/include"
664S["localstatedir"]="${prefix}/var"
665S["sharedstatedir"]="${prefix}/com"
666S["sysconfdir"]="${prefix}/etc"
667S["datadir"]="${datarootdir}"
668S["datarootdir"]="${prefix}/share"
669S["libexecdir"]="${exec_prefix}/libexec"
670S["sbindir"]="${exec_prefix}/sbin"
671S["bindir"]="${exec_prefix}/bin"
672S["program_transform_name"]="s,x,x,"
673S["prefix"]="/sdr"
674S["exec_prefix"]="${prefix}"
675S["PACKAGE_URL"]=""
676S["PACKAGE_BUGREPORT"]=""
677S["PACKAGE_STRING"]="liquidDigitalVoiceRx_USRP1 0.8.0"
678S["PACKAGE_VERSION"]="0.8.0"
679S["PACKAGE_TARNAME"]="liquiddigitalvoicerx_usrp1"
680S["PACKAGE_NAME"]="liquidDigitalVoiceRx_USRP1"
681S["PATH_SEPARATOR"]=":"
682S["SHELL"]="/bin/bash"
683_ACAWK
684cat >>"$tmp/subs1.awk" <<_ACAWK &&
685  for (key in S) S_is_set[key] = 1
686  FS = ""
687
688}
689{
690  line = $ 0
691  nfields = split(line, field, "@")
692  substed = 0
693  len = length(field[1])
694  for (i = 2; i < nfields; i++) {
695    key = field[i]
696    keylen = length(key)
697    if (S_is_set[key]) {
698      value = S[key]
699      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
700      len += length(value) + length(field[++i])
701      substed = 1
702    } else
703      len += 1 + keylen
704  }
705
706  print line
707}
708
709_ACAWK
710if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
711  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
712else
713  cat
714fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
715  || as_fn_error "could not setup config files machinery" "$LINENO" 5
716fi # test -n "$CONFIG_FILES"
717
718
719eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
720shift
721for ac_tag
722do
723  case $ac_tag in
724  :[FHLC]) ac_mode=$ac_tag; continue;;
725  esac
726  case $ac_mode$ac_tag in
727  :[FHL]*:*);;
728  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
729  :[FH]-) ac_tag=-:-;;
730  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
731  esac
732  ac_save_IFS=$IFS
733  IFS=:
734  set x $ac_tag
735  IFS=$ac_save_IFS
736  shift
737  ac_file=$1
738  shift
739
740  case $ac_mode in
741  :L) ac_source=$1;;
742  :[FH])
743    ac_file_inputs=
744    for ac_f
745    do
746      case $ac_f in
747      -) ac_f="$tmp/stdin";;
748      *) # Look for the file first in the build tree, then in the source tree
749         # (if the path is not absolute).  The absolute path cannot be DOS-style,
750         # because $ac_f cannot contain `:'.
751         test -f "$ac_f" ||
752           case $ac_f in
753           [\\/$]*) false;;
754           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
755           esac ||
756           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
757      esac
758      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
759      as_fn_append ac_file_inputs " '$ac_f'"
760    done
761
762    # Let's still pretend it is `configure' which instantiates (i.e., don't
763    # use $as_me), people would be surprised to read:
764    #    /* config.h.  Generated by config.status.  */
765    configure_input='Generated from '`
766          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
767        `' by configure.'
768    if test x"$ac_file" != x-; then
769      configure_input="$ac_file.  $configure_input"
770      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
771$as_echo "$as_me: creating $ac_file" >&6;}
772    fi
773    # Neutralize special characters interpreted by sed in replacement strings.
774    case $configure_input in #(
775    *\&* | *\|* | *\\* )
776       ac_sed_conf_input=`$as_echo "$configure_input" |
777       sed 's/[\\\\&|]/\\\\&/g'`;; #(
778    *) ac_sed_conf_input=$configure_input;;
779    esac
780
781    case $ac_tag in
782    *:-:* | *:-) cat >"$tmp/stdin" \
783      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
784    esac
785    ;;
786  esac
787
788  ac_dir=`$as_dirname -- "$ac_file" ||
789$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
790         X"$ac_file" : 'X\(//\)[^/]' \| \
791         X"$ac_file" : 'X\(//\)$' \| \
792         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
793$as_echo X"$ac_file" |
794    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
795            s//\1/
796            q
797          }
798          /^X\(\/\/\)[^/].*/{
799            s//\1/
800            q
801          }
802          /^X\(\/\/\)$/{
803            s//\1/
804            q
805          }
806          /^X\(\/\).*/{
807            s//\1/
808            q
809          }
810          s/.*/./; q'`
811  as_dir="$ac_dir"; as_fn_mkdir_p
812  ac_builddir=.
813
814case "$ac_dir" in
815.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
816*)
817  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
818  # A ".." for each directory in $ac_dir_suffix.
819  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
820  case $ac_top_builddir_sub in
821  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
822  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
823  esac ;;
824esac
825ac_abs_top_builddir=$ac_pwd
826ac_abs_builddir=$ac_pwd$ac_dir_suffix
827# for backward compatibility:
828ac_top_builddir=$ac_top_build_prefix
829
830case $srcdir in
831  .)  # We are building in place.
832    ac_srcdir=.
833    ac_top_srcdir=$ac_top_builddir_sub
834    ac_abs_top_srcdir=$ac_pwd ;;
835  [\\/]* | ?:[\\/]* )  # Absolute name.
836    ac_srcdir=$srcdir$ac_dir_suffix;
837    ac_top_srcdir=$srcdir
838    ac_abs_top_srcdir=$srcdir ;;
839  *) # Relative name.
840    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
841    ac_top_srcdir=$ac_top_build_prefix$srcdir
842    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
843esac
844ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
845
846
847  case $ac_mode in
848  :F)
849  #
850  # CONFIG_FILE
851  #
852
853  case $INSTALL in
854  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
855  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
856  esac
857  ac_MKDIR_P=$MKDIR_P
858  case $MKDIR_P in
859  [\\/$]* | ?:[\\/]* ) ;;
860  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
861  esac
862# If the template does not know about datarootdir, expand it.
863# FIXME: This hack should be removed a few years after 2.60.
864ac_datarootdir_hack=; ac_datarootdir_seen=
865ac_sed_dataroot='
866/datarootdir/ {
867  p
868  q
869}
870/@datadir@/p
871/@docdir@/p
872/@infodir@/p
873/@localedir@/p
874/@mandir@/p'
875case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
876*datarootdir*) ac_datarootdir_seen=yes;;
877*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
878  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
879$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
880  ac_datarootdir_hack='
881  s&@datadir@&${datarootdir}&g
882  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
883  s&@infodir@&${datarootdir}/info&g
884  s&@localedir@&${datarootdir}/locale&g
885  s&@mandir@&${datarootdir}/man&g
886  s&\${datarootdir}&${prefix}/share&g' ;;
887esac
888ac_sed_extra="/^[        ]*VPATH[        ]*=/{
889s/:*\$(srcdir):*/:/
890s/:*\${srcdir}:*/:/
891s/:*@srcdir@:*/:/
892s/^\([^=]*=[     ]*\):*/\1/
893s/:*$//
894s/^[^=]*=[       ]*$//
895}
896
897:t
898/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
899s|@configure_input@|$ac_sed_conf_input|;t t
900s&@top_builddir@&$ac_top_builddir_sub&;t t
901s&@top_build_prefix@&$ac_top_build_prefix&;t t
902s&@srcdir@&$ac_srcdir&;t t
903s&@abs_srcdir@&$ac_abs_srcdir&;t t
904s&@top_srcdir@&$ac_top_srcdir&;t t
905s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
906s&@builddir@&$ac_builddir&;t t
907s&@abs_builddir@&$ac_abs_builddir&;t t
908s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
909s&@INSTALL@&$ac_INSTALL&;t t
910s&@MKDIR_P@&$ac_MKDIR_P&;t t
911$ac_datarootdir_hack
912"
913eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
914  || as_fn_error "could not create $ac_file" "$LINENO" 5
915
916test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
917  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
918  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
919  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
920which seems to be undefined.  Please make sure it is defined." >&5
921$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
922which seems to be undefined.  Please make sure it is defined." >&2;}
923
924  rm -f "$tmp/stdin"
925  case $ac_file in
926  -) cat "$tmp/out" && rm -f "$tmp/out";;
927  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
928  esac \
929  || as_fn_error "could not create $ac_file" "$LINENO" 5
930 ;;
931
932
933  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
934$as_echo "$as_me: executing $ac_file commands" >&6;}
935 ;;
936  esac
937
938
939  case $ac_file$ac_mode in
940    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
941  # Autoconf 2.62 quotes --file arguments for eval, but not when files
942  # are listed without --file.  Let's play safe and only enable the eval
943  # if we detect the quoting.
944  case $CONFIG_FILES in
945  *\'*) eval set x "$CONFIG_FILES" ;;
946  *)   set x $CONFIG_FILES ;;
947  esac
948  shift
949  for mf
950  do
951    # Strip MF so we end up with the name of the file.
952    mf=`echo "$mf" | sed -e 's/:.*$//'`
953    # Check whether this is an Automake generated Makefile or not.
954    # We used to match only the files named `Makefile.in', but
955    # some people rename them; so instead we look at the file content.
956    # Grep'ing the first line is not enough: some people post-process
957    # each Makefile.in and add a new line on top of each file to say so.
958    # Grep'ing the whole file is not good either: AIX grep has a line
959    # limit of 2048, but all sed's we know have understand at least 4000.
960    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
961      dirpart=`$as_dirname -- "$mf" ||
962$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
963         X"$mf" : 'X\(//\)[^/]' \| \
964         X"$mf" : 'X\(//\)$' \| \
965         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
966$as_echo X"$mf" |
967    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
968            s//\1/
969            q
970          }
971          /^X\(\/\/\)[^/].*/{
972            s//\1/
973            q
974          }
975          /^X\(\/\/\)$/{
976            s//\1/
977            q
978          }
979          /^X\(\/\).*/{
980            s//\1/
981            q
982          }
983          s/.*/./; q'`
984    else
985      continue
986    fi
987    # Extract the definition of DEPDIR, am__include, and am__quote
988    # from the Makefile without running `make'.
989    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
990    test -z "$DEPDIR" && continue
991    am__include=`sed -n 's/^am__include = //p' < "$mf"`
992    test -z "am__include" && continue
993    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
994    # When using ansi2knr, U may be empty or an underscore; expand it
995    U=`sed -n 's/^U = //p' < "$mf"`
996    # Find all dependency output files, they are included files with
997    # $(DEPDIR) in their names.  We invoke sed twice because it is the
998    # simplest approach to changing $(DEPDIR) to its actual value in the
999    # expansion.
1000    for file in `sed -n "
1001      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1002         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1003      # Make sure the directory exists.
1004      test -f "$dirpart/$file" && continue
1005      fdir=`$as_dirname -- "$file" ||
1006$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1007         X"$file" : 'X\(//\)[^/]' \| \
1008         X"$file" : 'X\(//\)$' \| \
1009         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1010$as_echo X"$file" |
1011    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1012            s//\1/
1013            q
1014          }
1015          /^X\(\/\/\)[^/].*/{
1016            s//\1/
1017            q
1018          }
1019          /^X\(\/\/\)$/{
1020            s//\1/
1021            q
1022          }
1023          /^X\(\/\).*/{
1024            s//\1/
1025            q
1026          }
1027          s/.*/./; q'`
1028      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1029      # echo "creating $dirpart/$file"
1030      echo '# dummy' > "$dirpart/$file"
1031    done
1032  done
1033}
1034 ;;
1035
1036  esac
1037done # for ac_tag
1038
1039
1040as_fn_exit 0
Note: See TracBrowser for help on using the browser.