xiRetimer

fit recorded audio to a tempo
git clone https://git.ce9e.org/xiRetimer.git

commit
294d5d098f878a9a0473765b2e4ebd8c75df8e7c
parent
81461f14162d4b6566acbd782a36c2dbad76e191
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2010-11-21 14:44
update README

Diffstat

M README 8 +++-----
C README -> README.in 10 ++++------
M compile.sh 2 +-
A configure 5439 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
M configure.ac 1 +

5 files changed, 5448 insertions, 12 deletions


diff --git a/README b/README

@@ -1,15 +1,13 @@
    1     1 xiRetimer v 0.2
    2     2 
    3    -1 breaks an audio file into pieces, timestretches and reconcatenates them. 
    4    -1 I want to use this to fit recorded Audio exactly to a tempo.
   -1     3 Tool to fir recordet Audio to a tempo.
    5     4 
    6     5 playback - sdl
    7     6 gui - wxwidgets
    8    -1 xiRetimer
    9    -1 timestretch - rubberband (v>=1.5)
   -1     7 timestretch - rubberband (optional)
   10     8 
   11     9 TODO
   12    -1 smooth interpolation
   -1    10 beats
   13    11 libmad
   14    12 exits with error
   15    13 soundtouch

diff --git a/README b/README.in

@@ -1,15 +1,13 @@
    1    -1 xiRetimer v 0.2
   -1     1 xiRetimer v @VERSION@
    2     2 
    3    -1 breaks an audio file into pieces, timestretches and reconcatenates them. 
    4    -1 I want to use this to fit recorded Audio exactly to a tempo.
   -1     3 Tool to fir recordet Audio to a tempo.
    5     4 
    6     5 playback - sdl
    7     6 gui - wxwidgets
    8    -1 xiRetimer
    9    -1 timestretch - rubberband (v>=1.5)
   -1     7 timestretch - rubberband (optional)
   10     8 
   11     9 TODO
   12    -1 smooth interpolation
   -1    10 beats
   13    11 libmad
   14    12 exits with error
   15    13 soundtouch

diff --git a/compile.sh b/compile.sh

@@ -4,4 +4,4 @@ autoconf
    4     4 ./configure
    5     5 make
    6     6 make clean
    7    -1 rm -rf aclocal.m4 autom4te.cache config.log config.status configure
   -1     7 rm -rf aclocal.m4 autom4te.cache config.log config.status

diff --git a/configure b/configure

@@ -0,0 +1,5439 @@
   -1     1 #! /bin/sh
   -1     2 # Guess values for system-dependent variables and create Makefiles.
   -1     3 # Generated by GNU Autoconf 2.67 for retimer 0.2.
   -1     4 #
   -1     5 #
   -1     6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
   -1     7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
   -1     8 # Foundation, Inc.
   -1     9 #
   -1    10 #
   -1    11 # This configure script is free software; the Free Software Foundation
   -1    12 # gives unlimited permission to copy, distribute and modify it.
   -1    13 ## -------------------- ##
   -1    14 ## M4sh Initialization. ##
   -1    15 ## -------------------- ##
   -1    16 
   -1    17 # Be more Bourne compatible
   -1    18 DUALCASE=1; export DUALCASE # for MKS sh
   -1    19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
   -1    20   emulate sh
   -1    21   NULLCMD=:
   -1    22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   -1    23   # is contrary to our usage.  Disable this feature.
   -1    24   alias -g '${1+"$@"}'='"$@"'
   -1    25   setopt NO_GLOB_SUBST
   -1    26 else
   -1    27   case `(set -o) 2>/dev/null` in #(
   -1    28   *posix*) :
   -1    29     set -o posix ;; #(
   -1    30   *) :
   -1    31      ;;
   -1    32 esac
   -1    33 fi
   -1    34 
   -1    35 
   -1    36 as_nl='
   -1    37 '
   -1    38 export as_nl
   -1    39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
   -1    40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   -1    41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
   -1    42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
   -1    43 # Prefer a ksh shell builtin over an external printf program on Solaris,
   -1    44 # but without wasting forks for bash or zsh.
   -1    45 if test -z "$BASH_VERSION$ZSH_VERSION" \
   -1    46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
   -1    47   as_echo='print -r --'
   -1    48   as_echo_n='print -rn --'
   -1    49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
   -1    50   as_echo='printf %s\n'
   -1    51   as_echo_n='printf %s'
   -1    52 else
   -1    53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
   -1    54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
   -1    55     as_echo_n='/usr/ucb/echo -n'
   -1    56   else
   -1    57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
   -1    58     as_echo_n_body='eval
   -1    59       arg=$1;
   -1    60       case $arg in #(
   -1    61       *"$as_nl"*)
   -1    62 	expr "X$arg" : "X\\(.*\\)$as_nl";
   -1    63 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
   -1    64       esac;
   -1    65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
   -1    66     '
   -1    67     export as_echo_n_body
   -1    68     as_echo_n='sh -c $as_echo_n_body as_echo'
   -1    69   fi
   -1    70   export as_echo_body
   -1    71   as_echo='sh -c $as_echo_body as_echo'
   -1    72 fi
   -1    73 
   -1    74 # The user is always right.
   -1    75 if test "${PATH_SEPARATOR+set}" != set; then
   -1    76   PATH_SEPARATOR=:
   -1    77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
   -1    78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
   -1    79       PATH_SEPARATOR=';'
   -1    80   }
   -1    81 fi
   -1    82 
   -1    83 
   -1    84 # IFS
   -1    85 # We need space, tab and new line, in precisely that order.  Quoting is
   -1    86 # there to prevent editors from complaining about space-tab.
   -1    87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   -1    88 # splitting by setting IFS to empty value.)
   -1    89 IFS=" ""	$as_nl"
   -1    90 
   -1    91 # Find who we are.  Look in the path if we contain no directory separator.
   -1    92 case $0 in #((
   -1    93   *[\\/]* ) as_myself=$0 ;;
   -1    94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1    95 for as_dir in $PATH
   -1    96 do
   -1    97   IFS=$as_save_IFS
   -1    98   test -z "$as_dir" && as_dir=.
   -1    99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   -1   100   done
   -1   101 IFS=$as_save_IFS
   -1   102 
   -1   103      ;;
   -1   104 esac
   -1   105 # We did not find ourselves, most probably we were run as `sh COMMAND'
   -1   106 # in which case we are not to be found in the path.
   -1   107 if test "x$as_myself" = x; then
   -1   108   as_myself=$0
   -1   109 fi
   -1   110 if test ! -f "$as_myself"; then
   -1   111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   -1   112   exit 1
   -1   113 fi
   -1   114 
   -1   115 # Unset variables that we do not need and which cause bugs (e.g. in
   -1   116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   -1   117 # suppresses any "Segmentation fault" message there.  '((' could
   -1   118 # trigger a bug in pdksh 5.2.14.
   -1   119 for as_var in BASH_ENV ENV MAIL MAILPATH
   -1   120 do eval test x\${$as_var+set} = xset \
   -1   121   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   -1   122 done
   -1   123 PS1='$ '
   -1   124 PS2='> '
   -1   125 PS4='+ '
   -1   126 
   -1   127 # NLS nuisances.
   -1   128 LC_ALL=C
   -1   129 export LC_ALL
   -1   130 LANGUAGE=C
   -1   131 export LANGUAGE
   -1   132 
   -1   133 # CDPATH.
   -1   134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   -1   135 
   -1   136 if test "x$CONFIG_SHELL" = x; then
   -1   137   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
   -1   138   emulate sh
   -1   139   NULLCMD=:
   -1   140   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
   -1   141   # is contrary to our usage.  Disable this feature.
   -1   142   alias -g '\${1+\"\$@\"}'='\"\$@\"'
   -1   143   setopt NO_GLOB_SUBST
   -1   144 else
   -1   145   case \`(set -o) 2>/dev/null\` in #(
   -1   146   *posix*) :
   -1   147     set -o posix ;; #(
   -1   148   *) :
   -1   149      ;;
   -1   150 esac
   -1   151 fi
   -1   152 "
   -1   153   as_required="as_fn_return () { (exit \$1); }
   -1   154 as_fn_success () { as_fn_return 0; }
   -1   155 as_fn_failure () { as_fn_return 1; }
   -1   156 as_fn_ret_success () { return 0; }
   -1   157 as_fn_ret_failure () { return 1; }
   -1   158 
   -1   159 exitcode=0
   -1   160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
   -1   161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
   -1   162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
   -1   163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
   -1   164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
   -1   165 
   -1   166 else
   -1   167   exitcode=1; echo positional parameters were not saved.
   -1   168 fi
   -1   169 test x\$exitcode = x0 || exit 1"
   -1   170   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
   -1   171   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   -1   172   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   -1   173   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
   -1   174 test \$(( 1 + 1 )) = 2 || exit 1"
   -1   175   if (eval "$as_required") 2>/dev/null; then :
   -1   176   as_have_required=yes
   -1   177 else
   -1   178   as_have_required=no
   -1   179 fi
   -1   180   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
   -1   181 
   -1   182 else
   -1   183   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1   184 as_found=false
   -1   185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   -1   186 do
   -1   187   IFS=$as_save_IFS
   -1   188   test -z "$as_dir" && as_dir=.
   -1   189   as_found=:
   -1   190   case $as_dir in #(
   -1   191 	 /*)
   -1   192 	   for as_base in sh bash ksh sh5; do
   -1   193 	     # Try only shells that exist, to save several forks.
   -1   194 	     as_shell=$as_dir/$as_base
   -1   195 	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   -1   196 		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
   -1   197   CONFIG_SHELL=$as_shell as_have_required=yes
   -1   198 		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
   -1   199   break 2
   -1   200 fi
   -1   201 fi
   -1   202 	   done;;
   -1   203        esac
   -1   204   as_found=false
   -1   205 done
   -1   206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
   -1   207 	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
   -1   208   CONFIG_SHELL=$SHELL as_have_required=yes
   -1   209 fi; }
   -1   210 IFS=$as_save_IFS
   -1   211 
   -1   212 
   -1   213       if test "x$CONFIG_SHELL" != x; then :
   -1   214   # We cannot yet assume a decent shell, so we have to provide a
   -1   215 	# neutralization value for shells without unset; and this also
   -1   216 	# works around shells that cannot unset nonexistent variables.
   -1   217 	BASH_ENV=/dev/null
   -1   218 	ENV=/dev/null
   -1   219 	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   -1   220 	export CONFIG_SHELL
   -1   221 	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
   -1   222 fi
   -1   223 
   -1   224     if test x$as_have_required = xno; then :
   -1   225   $as_echo "$0: This script requires a shell more modern than all"
   -1   226   $as_echo "$0: the shells that I found on your system."
   -1   227   if test x${ZSH_VERSION+set} = xset ; then
   -1   228     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
   -1   229     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   -1   230   else
   -1   231     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
   -1   232 $0: including any error possibly output before this
   -1   233 $0: message. Then install a modern shell, or manually run
   -1   234 $0: the script under such a shell if you do have one."
   -1   235   fi
   -1   236   exit 1
   -1   237 fi
   -1   238 fi
   -1   239 fi
   -1   240 SHELL=${CONFIG_SHELL-/bin/sh}
   -1   241 export SHELL
   -1   242 # Unset more variables known to interfere with behavior of common tools.
   -1   243 CLICOLOR_FORCE= GREP_OPTIONS=
   -1   244 unset CLICOLOR_FORCE GREP_OPTIONS
   -1   245 
   -1   246 ## --------------------- ##
   -1   247 ## M4sh Shell Functions. ##
   -1   248 ## --------------------- ##
   -1   249 # as_fn_unset VAR
   -1   250 # ---------------
   -1   251 # Portably unset VAR.
   -1   252 as_fn_unset ()
   -1   253 {
   -1   254   { eval $1=; unset $1;}
   -1   255 }
   -1   256 as_unset=as_fn_unset
   -1   257 
   -1   258 # as_fn_set_status STATUS
   -1   259 # -----------------------
   -1   260 # Set $? to STATUS, without forking.
   -1   261 as_fn_set_status ()
   -1   262 {
   -1   263   return $1
   -1   264 } # as_fn_set_status
   -1   265 
   -1   266 # as_fn_exit STATUS
   -1   267 # -----------------
   -1   268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   -1   269 as_fn_exit ()
   -1   270 {
   -1   271   set +e
   -1   272   as_fn_set_status $1
   -1   273   exit $1
   -1   274 } # as_fn_exit
   -1   275 
   -1   276 # as_fn_mkdir_p
   -1   277 # -------------
   -1   278 # Create "$as_dir" as a directory, including parents if necessary.
   -1   279 as_fn_mkdir_p ()
   -1   280 {
   -1   281 
   -1   282   case $as_dir in #(
   -1   283   -*) as_dir=./$as_dir;;
   -1   284   esac
   -1   285   test -d "$as_dir" || eval $as_mkdir_p || {
   -1   286     as_dirs=
   -1   287     while :; do
   -1   288       case $as_dir in #(
   -1   289       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   -1   290       *) as_qdir=$as_dir;;
   -1   291       esac
   -1   292       as_dirs="'$as_qdir' $as_dirs"
   -1   293       as_dir=`$as_dirname -- "$as_dir" ||
   -1   294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   -1   295 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   -1   296 	 X"$as_dir" : 'X\(//\)$' \| \
   -1   297 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   -1   298 $as_echo X"$as_dir" |
   -1   299     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   -1   300 	    s//\1/
   -1   301 	    q
   -1   302 	  }
   -1   303 	  /^X\(\/\/\)[^/].*/{
   -1   304 	    s//\1/
   -1   305 	    q
   -1   306 	  }
   -1   307 	  /^X\(\/\/\)$/{
   -1   308 	    s//\1/
   -1   309 	    q
   -1   310 	  }
   -1   311 	  /^X\(\/\).*/{
   -1   312 	    s//\1/
   -1   313 	    q
   -1   314 	  }
   -1   315 	  s/.*/./; q'`
   -1   316       test -d "$as_dir" && break
   -1   317     done
   -1   318     test -z "$as_dirs" || eval "mkdir $as_dirs"
   -1   319   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   -1   320 
   -1   321 
   -1   322 } # as_fn_mkdir_p
   -1   323 # as_fn_append VAR VALUE
   -1   324 # ----------------------
   -1   325 # Append the text in VALUE to the end of the definition contained in VAR. Take
   -1   326 # advantage of any shell optimizations that allow amortized linear growth over
   -1   327 # repeated appends, instead of the typical quadratic growth present in naive
   -1   328 # implementations.
   -1   329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   -1   330   eval 'as_fn_append ()
   -1   331   {
   -1   332     eval $1+=\$2
   -1   333   }'
   -1   334 else
   -1   335   as_fn_append ()
   -1   336   {
   -1   337     eval $1=\$$1\$2
   -1   338   }
   -1   339 fi # as_fn_append
   -1   340 
   -1   341 # as_fn_arith ARG...
   -1   342 # ------------------
   -1   343 # Perform arithmetic evaluation on the ARGs, and store the result in the
   -1   344 # global $as_val. Take advantage of shells that can avoid forks. The arguments
   -1   345 # must be portable across $(()) and expr.
   -1   346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   -1   347   eval 'as_fn_arith ()
   -1   348   {
   -1   349     as_val=$(( $* ))
   -1   350   }'
   -1   351 else
   -1   352   as_fn_arith ()
   -1   353   {
   -1   354     as_val=`expr "$@" || test $? -eq 1`
   -1   355   }
   -1   356 fi # as_fn_arith
   -1   357 
   -1   358 
   -1   359 # as_fn_error STATUS ERROR [LINENO LOG_FD]
   -1   360 # ----------------------------------------
   -1   361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   -1   362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   -1   363 # script with STATUS, using 1 if that was 0.
   -1   364 as_fn_error ()
   -1   365 {
   -1   366   as_status=$1; test $as_status -eq 0 && as_status=1
   -1   367   if test "$4"; then
   -1   368     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   -1   369     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   -1   370   fi
   -1   371   $as_echo "$as_me: error: $2" >&2
   -1   372   as_fn_exit $as_status
   -1   373 } # as_fn_error
   -1   374 
   -1   375 if expr a : '\(a\)' >/dev/null 2>&1 &&
   -1   376    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   -1   377   as_expr=expr
   -1   378 else
   -1   379   as_expr=false
   -1   380 fi
   -1   381 
   -1   382 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   -1   383   as_basename=basename
   -1   384 else
   -1   385   as_basename=false
   -1   386 fi
   -1   387 
   -1   388 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   -1   389   as_dirname=dirname
   -1   390 else
   -1   391   as_dirname=false
   -1   392 fi
   -1   393 
   -1   394 as_me=`$as_basename -- "$0" ||
   -1   395 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   -1   396 	 X"$0" : 'X\(//\)$' \| \
   -1   397 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   -1   398 $as_echo X/"$0" |
   -1   399     sed '/^.*\/\([^/][^/]*\)\/*$/{
   -1   400 	    s//\1/
   -1   401 	    q
   -1   402 	  }
   -1   403 	  /^X\/\(\/\/\)$/{
   -1   404 	    s//\1/
   -1   405 	    q
   -1   406 	  }
   -1   407 	  /^X\/\(\/\).*/{
   -1   408 	    s//\1/
   -1   409 	    q
   -1   410 	  }
   -1   411 	  s/.*/./; q'`
   -1   412 
   -1   413 # Avoid depending upon Character Ranges.
   -1   414 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   -1   415 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   -1   416 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   -1   417 as_cr_digits='0123456789'
   -1   418 as_cr_alnum=$as_cr_Letters$as_cr_digits
   -1   419 
   -1   420 
   -1   421   as_lineno_1=$LINENO as_lineno_1a=$LINENO
   -1   422   as_lineno_2=$LINENO as_lineno_2a=$LINENO
   -1   423   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
   -1   424   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
   -1   425   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
   -1   426   sed -n '
   -1   427     p
   -1   428     /[$]LINENO/=
   -1   429   ' <$as_myself |
   -1   430     sed '
   -1   431       s/[$]LINENO.*/&-/
   -1   432       t lineno
   -1   433       b
   -1   434       :lineno
   -1   435       N
   -1   436       :loop
   -1   437       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
   -1   438       t loop
   -1   439       s/-\n.*//
   -1   440     ' >$as_me.lineno &&
   -1   441   chmod +x "$as_me.lineno" ||
   -1   442     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
   -1   443 
   -1   444   # Don't try to exec as it changes $[0], causing all sort of problems
   -1   445   # (the dirname of $[0] is not the place where we might find the
   -1   446   # original and so on.  Autoconf is especially sensitive to this).
   -1   447   . "./$as_me.lineno"
   -1   448   # Exit status is that of the last command.
   -1   449   exit
   -1   450 }
   -1   451 
   -1   452 ECHO_C= ECHO_N= ECHO_T=
   -1   453 case `echo -n x` in #(((((
   -1   454 -n*)
   -1   455   case `echo 'xy\c'` in
   -1   456   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   -1   457   xy)  ECHO_C='\c';;
   -1   458   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   -1   459        ECHO_T='	';;
   -1   460   esac;;
   -1   461 *)
   -1   462   ECHO_N='-n';;
   -1   463 esac
   -1   464 
   -1   465 rm -f conf$$ conf$$.exe conf$$.file
   -1   466 if test -d conf$$.dir; then
   -1   467   rm -f conf$$.dir/conf$$.file
   -1   468 else
   -1   469   rm -f conf$$.dir
   -1   470   mkdir conf$$.dir 2>/dev/null
   -1   471 fi
   -1   472 if (echo >conf$$.file) 2>/dev/null; then
   -1   473   if ln -s conf$$.file conf$$ 2>/dev/null; then
   -1   474     as_ln_s='ln -s'
   -1   475     # ... but there are two gotchas:
   -1   476     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   -1   477     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   -1   478     # In both cases, we have to default to `cp -p'.
   -1   479     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   -1   480       as_ln_s='cp -p'
   -1   481   elif ln conf$$.file conf$$ 2>/dev/null; then
   -1   482     as_ln_s=ln
   -1   483   else
   -1   484     as_ln_s='cp -p'
   -1   485   fi
   -1   486 else
   -1   487   as_ln_s='cp -p'
   -1   488 fi
   -1   489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   -1   490 rmdir conf$$.dir 2>/dev/null
   -1   491 
   -1   492 if mkdir -p . 2>/dev/null; then
   -1   493   as_mkdir_p='mkdir -p "$as_dir"'
   -1   494 else
   -1   495   test -d ./-p && rmdir ./-p
   -1   496   as_mkdir_p=false
   -1   497 fi
   -1   498 
   -1   499 if test -x / >/dev/null 2>&1; then
   -1   500   as_test_x='test -x'
   -1   501 else
   -1   502   if ls -dL / >/dev/null 2>&1; then
   -1   503     as_ls_L_option=L
   -1   504   else
   -1   505     as_ls_L_option=
   -1   506   fi
   -1   507   as_test_x='
   -1   508     eval sh -c '\''
   -1   509       if test -d "$1"; then
   -1   510 	test -d "$1/.";
   -1   511       else
   -1   512 	case $1 in #(
   -1   513 	-*)set "./$1";;
   -1   514 	esac;
   -1   515 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
   -1   516 	???[sx]*):;;*)false;;esac;fi
   -1   517     '\'' sh
   -1   518   '
   -1   519 fi
   -1   520 as_executable_p=$as_test_x
   -1   521 
   -1   522 # Sed expression to map a string onto a valid CPP name.
   -1   523 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   -1   524 
   -1   525 # Sed expression to map a string onto a valid variable name.
   -1   526 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   -1   527 
   -1   528 
   -1   529 test -n "$DJDIR" || exec 7<&0 </dev/null
   -1   530 exec 6>&1
   -1   531 
   -1   532 # Name of the host.
   -1   533 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
   -1   534 # so uname gets run too.
   -1   535 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   -1   536 
   -1   537 #
   -1   538 # Initializations.
   -1   539 #
   -1   540 ac_default_prefix=/usr/local
   -1   541 ac_clean_files=
   -1   542 ac_config_libobj_dir=.
   -1   543 LIBOBJS=
   -1   544 cross_compiling=no
   -1   545 subdirs=
   -1   546 MFLAGS=
   -1   547 MAKEFLAGS=
   -1   548 
   -1   549 # Identity of this package.
   -1   550 PACKAGE_NAME='retimer'
   -1   551 PACKAGE_TARNAME='retimer'
   -1   552 PACKAGE_VERSION='0.2'
   -1   553 PACKAGE_STRING='retimer 0.2'
   -1   554 PACKAGE_BUGREPORT=''
   -1   555 PACKAGE_URL=''
   -1   556 
   -1   557 ac_unique_file="src/playback.h"
   -1   558 # Factoring default headers for most tests.
   -1   559 ac_includes_default="\
   -1   560 #include <stdio.h>
   -1   561 #ifdef HAVE_SYS_TYPES_H
   -1   562 # include <sys/types.h>
   -1   563 #endif
   -1   564 #ifdef HAVE_SYS_STAT_H
   -1   565 # include <sys/stat.h>
   -1   566 #endif
   -1   567 #ifdef STDC_HEADERS
   -1   568 # include <stdlib.h>
   -1   569 # include <stddef.h>
   -1   570 #else
   -1   571 # ifdef HAVE_STDLIB_H
   -1   572 #  include <stdlib.h>
   -1   573 # endif
   -1   574 #endif
   -1   575 #ifdef HAVE_STRING_H
   -1   576 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
   -1   577 #  include <memory.h>
   -1   578 # endif
   -1   579 # include <string.h>
   -1   580 #endif
   -1   581 #ifdef HAVE_STRINGS_H
   -1   582 # include <strings.h>
   -1   583 #endif
   -1   584 #ifdef HAVE_INTTYPES_H
   -1   585 # include <inttypes.h>
   -1   586 #endif
   -1   587 #ifdef HAVE_STDINT_H
   -1   588 # include <stdint.h>
   -1   589 #endif
   -1   590 #ifdef HAVE_UNISTD_H
   -1   591 # include <unistd.h>
   -1   592 #endif"
   -1   593 
   -1   594 ac_subst_vars='LTLIBOBJS
   -1   595 LIBOBJS
   -1   596 EGREP
   -1   597 GREP
   -1   598 CPP
   -1   599 MAD_LIBS
   -1   600 MAD_CFLAGS
   -1   601 RubberBand_LIBS
   -1   602 RubberBand_CFLAGS
   -1   603 SNDFILE_LIBS
   -1   604 SNDFILE_CFLAGS
   -1   605 PKG_CONFIG_LIBDIR
   -1   606 PKG_CONFIG_PATH
   -1   607 PKG_CONFIG
   -1   608 HAVE_SDL_CONFIG
   -1   609 HAVE_WX_CONFIG
   -1   610 HAVE_PKG_CONFIG
   -1   611 _PKGC
   -1   612 _CFLAGS
   -1   613 ac_ct_CC
   -1   614 CFLAGS
   -1   615 CC
   -1   616 OBJEXT
   -1   617 EXEEXT
   -1   618 ac_ct_CXX
   -1   619 CPPFLAGS
   -1   620 LDFLAGS
   -1   621 CXXFLAGS
   -1   622 CXX
   -1   623 NAME
   -1   624 VERSION
   -1   625 target_alias
   -1   626 host_alias
   -1   627 build_alias
   -1   628 LIBS
   -1   629 ECHO_T
   -1   630 ECHO_N
   -1   631 ECHO_C
   -1   632 DEFS
   -1   633 mandir
   -1   634 localedir
   -1   635 libdir
   -1   636 psdir
   -1   637 pdfdir
   -1   638 dvidir
   -1   639 htmldir
   -1   640 infodir
   -1   641 docdir
   -1   642 oldincludedir
   -1   643 includedir
   -1   644 localstatedir
   -1   645 sharedstatedir
   -1   646 sysconfdir
   -1   647 datadir
   -1   648 datarootdir
   -1   649 libexecdir
   -1   650 sbindir
   -1   651 bindir
   -1   652 program_transform_name
   -1   653 prefix
   -1   654 exec_prefix
   -1   655 PACKAGE_URL
   -1   656 PACKAGE_BUGREPORT
   -1   657 PACKAGE_STRING
   -1   658 PACKAGE_VERSION
   -1   659 PACKAGE_TARNAME
   -1   660 PACKAGE_NAME
   -1   661 PATH_SEPARATOR
   -1   662 SHELL'
   -1   663 ac_subst_files=''
   -1   664 ac_user_opts='
   -1   665 enable_option_checking
   -1   666 '
   -1   667       ac_precious_vars='build_alias
   -1   668 host_alias
   -1   669 target_alias
   -1   670 CXX
   -1   671 CXXFLAGS
   -1   672 LDFLAGS
   -1   673 LIBS
   -1   674 CPPFLAGS
   -1   675 CCC
   -1   676 CC
   -1   677 CFLAGS
   -1   678 PKG_CONFIG
   -1   679 PKG_CONFIG_PATH
   -1   680 PKG_CONFIG_LIBDIR
   -1   681 SNDFILE_CFLAGS
   -1   682 SNDFILE_LIBS
   -1   683 RubberBand_CFLAGS
   -1   684 RubberBand_LIBS
   -1   685 MAD_CFLAGS
   -1   686 MAD_LIBS
   -1   687 CPP'
   -1   688 
   -1   689 
   -1   690 # Initialize some variables set by options.
   -1   691 ac_init_help=
   -1   692 ac_init_version=false
   -1   693 ac_unrecognized_opts=
   -1   694 ac_unrecognized_sep=
   -1   695 # The variables have the same names as the options, with
   -1   696 # dashes changed to underlines.
   -1   697 cache_file=/dev/null
   -1   698 exec_prefix=NONE
   -1   699 no_create=
   -1   700 no_recursion=
   -1   701 prefix=NONE
   -1   702 program_prefix=NONE
   -1   703 program_suffix=NONE
   -1   704 program_transform_name=s,x,x,
   -1   705 silent=
   -1   706 site=
   -1   707 srcdir=
   -1   708 verbose=
   -1   709 x_includes=NONE
   -1   710 x_libraries=NONE
   -1   711 
   -1   712 # Installation directory options.
   -1   713 # These are left unexpanded so users can "make install exec_prefix=/foo"
   -1   714 # and all the variables that are supposed to be based on exec_prefix
   -1   715 # by default will actually change.
   -1   716 # Use braces instead of parens because sh, perl, etc. also accept them.
   -1   717 # (The list follows the same order as the GNU Coding Standards.)
   -1   718 bindir='${exec_prefix}/bin'
   -1   719 sbindir='${exec_prefix}/sbin'
   -1   720 libexecdir='${exec_prefix}/libexec'
   -1   721 datarootdir='${prefix}/share'
   -1   722 datadir='${datarootdir}'
   -1   723 sysconfdir='${prefix}/etc'
   -1   724 sharedstatedir='${prefix}/com'
   -1   725 localstatedir='${prefix}/var'
   -1   726 includedir='${prefix}/include'
   -1   727 oldincludedir='/usr/include'
   -1   728 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
   -1   729 infodir='${datarootdir}/info'
   -1   730 htmldir='${docdir}'
   -1   731 dvidir='${docdir}'
   -1   732 pdfdir='${docdir}'
   -1   733 psdir='${docdir}'
   -1   734 libdir='${exec_prefix}/lib'
   -1   735 localedir='${datarootdir}/locale'
   -1   736 mandir='${datarootdir}/man'
   -1   737 
   -1   738 ac_prev=
   -1   739 ac_dashdash=
   -1   740 for ac_option
   -1   741 do
   -1   742   # If the previous option needs an argument, assign it.
   -1   743   if test -n "$ac_prev"; then
   -1   744     eval $ac_prev=\$ac_option
   -1   745     ac_prev=
   -1   746     continue
   -1   747   fi
   -1   748 
   -1   749   case $ac_option in
   -1   750   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   -1   751   *=)   ac_optarg= ;;
   -1   752   *)    ac_optarg=yes ;;
   -1   753   esac
   -1   754 
   -1   755   # Accept the important Cygnus configure options, so we can diagnose typos.
   -1   756 
   -1   757   case $ac_dashdash$ac_option in
   -1   758   --)
   -1   759     ac_dashdash=yes ;;
   -1   760 
   -1   761   -bindir | --bindir | --bindi | --bind | --bin | --bi)
   -1   762     ac_prev=bindir ;;
   -1   763   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
   -1   764     bindir=$ac_optarg ;;
   -1   765 
   -1   766   -build | --build | --buil | --bui | --bu)
   -1   767     ac_prev=build_alias ;;
   -1   768   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
   -1   769     build_alias=$ac_optarg ;;
   -1   770 
   -1   771   -cache-file | --cache-file | --cache-fil | --cache-fi \
   -1   772   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
   -1   773     ac_prev=cache_file ;;
   -1   774   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
   -1   775   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
   -1   776     cache_file=$ac_optarg ;;
   -1   777 
   -1   778   --config-cache | -C)
   -1   779     cache_file=config.cache ;;
   -1   780 
   -1   781   -datadir | --datadir | --datadi | --datad)
   -1   782     ac_prev=datadir ;;
   -1   783   -datadir=* | --datadir=* | --datadi=* | --datad=*)
   -1   784     datadir=$ac_optarg ;;
   -1   785 
   -1   786   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
   -1   787   | --dataroo | --dataro | --datar)
   -1   788     ac_prev=datarootdir ;;
   -1   789   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
   -1   790   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
   -1   791     datarootdir=$ac_optarg ;;
   -1   792 
   -1   793   -disable-* | --disable-*)
   -1   794     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   -1   795     # Reject names that are not valid shell variable names.
   -1   796     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   -1   797       as_fn_error $? "invalid feature name: $ac_useropt"
   -1   798     ac_useropt_orig=$ac_useropt
   -1   799     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   -1   800     case $ac_user_opts in
   -1   801       *"
   -1   802 "enable_$ac_useropt"
   -1   803 "*) ;;
   -1   804       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
   -1   805 	 ac_unrecognized_sep=', ';;
   -1   806     esac
   -1   807     eval enable_$ac_useropt=no ;;
   -1   808 
   -1   809   -docdir | --docdir | --docdi | --doc | --do)
   -1   810     ac_prev=docdir ;;
   -1   811   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
   -1   812     docdir=$ac_optarg ;;
   -1   813 
   -1   814   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
   -1   815     ac_prev=dvidir ;;
   -1   816   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
   -1   817     dvidir=$ac_optarg ;;
   -1   818 
   -1   819   -enable-* | --enable-*)
   -1   820     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   -1   821     # Reject names that are not valid shell variable names.
   -1   822     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   -1   823       as_fn_error $? "invalid feature name: $ac_useropt"
   -1   824     ac_useropt_orig=$ac_useropt
   -1   825     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   -1   826     case $ac_user_opts in
   -1   827       *"
   -1   828 "enable_$ac_useropt"
   -1   829 "*) ;;
   -1   830       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
   -1   831 	 ac_unrecognized_sep=', ';;
   -1   832     esac
   -1   833     eval enable_$ac_useropt=\$ac_optarg ;;
   -1   834 
   -1   835   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   -1   836   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
   -1   837   | --exec | --exe | --ex)
   -1   838     ac_prev=exec_prefix ;;
   -1   839   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
   -1   840   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
   -1   841   | --exec=* | --exe=* | --ex=*)
   -1   842     exec_prefix=$ac_optarg ;;
   -1   843 
   -1   844   -gas | --gas | --ga | --g)
   -1   845     # Obsolete; use --with-gas.
   -1   846     with_gas=yes ;;
   -1   847 
   -1   848   -help | --help | --hel | --he | -h)
   -1   849     ac_init_help=long ;;
   -1   850   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
   -1   851     ac_init_help=recursive ;;
   -1   852   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
   -1   853     ac_init_help=short ;;
   -1   854 
   -1   855   -host | --host | --hos | --ho)
   -1   856     ac_prev=host_alias ;;
   -1   857   -host=* | --host=* | --hos=* | --ho=*)
   -1   858     host_alias=$ac_optarg ;;
   -1   859 
   -1   860   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
   -1   861     ac_prev=htmldir ;;
   -1   862   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
   -1   863   | --ht=*)
   -1   864     htmldir=$ac_optarg ;;
   -1   865 
   -1   866   -includedir | --includedir | --includedi | --included | --include \
   -1   867   | --includ | --inclu | --incl | --inc)
   -1   868     ac_prev=includedir ;;
   -1   869   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
   -1   870   | --includ=* | --inclu=* | --incl=* | --inc=*)
   -1   871     includedir=$ac_optarg ;;
   -1   872 
   -1   873   -infodir | --infodir | --infodi | --infod | --info | --inf)
   -1   874     ac_prev=infodir ;;
   -1   875   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
   -1   876     infodir=$ac_optarg ;;
   -1   877 
   -1   878   -libdir | --libdir | --libdi | --libd)
   -1   879     ac_prev=libdir ;;
   -1   880   -libdir=* | --libdir=* | --libdi=* | --libd=*)
   -1   881     libdir=$ac_optarg ;;
   -1   882 
   -1   883   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
   -1   884   | --libexe | --libex | --libe)
   -1   885     ac_prev=libexecdir ;;
   -1   886   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
   -1   887   | --libexe=* | --libex=* | --libe=*)
   -1   888     libexecdir=$ac_optarg ;;
   -1   889 
   -1   890   -localedir | --localedir | --localedi | --localed | --locale)
   -1   891     ac_prev=localedir ;;
   -1   892   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
   -1   893     localedir=$ac_optarg ;;
   -1   894 
   -1   895   -localstatedir | --localstatedir | --localstatedi | --localstated \
   -1   896   | --localstate | --localstat | --localsta | --localst | --locals)
   -1   897     ac_prev=localstatedir ;;
   -1   898   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
   -1   899   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
   -1   900     localstatedir=$ac_optarg ;;
   -1   901 
   -1   902   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
   -1   903     ac_prev=mandir ;;
   -1   904   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
   -1   905     mandir=$ac_optarg ;;
   -1   906 
   -1   907   -nfp | --nfp | --nf)
   -1   908     # Obsolete; use --without-fp.
   -1   909     with_fp=no ;;
   -1   910 
   -1   911   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
   -1   912   | --no-cr | --no-c | -n)
   -1   913     no_create=yes ;;
   -1   914 
   -1   915   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
   -1   916   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
   -1   917     no_recursion=yes ;;
   -1   918 
   -1   919   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
   -1   920   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
   -1   921   | --oldin | --oldi | --old | --ol | --o)
   -1   922     ac_prev=oldincludedir ;;
   -1   923   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
   -1   924   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
   -1   925   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
   -1   926     oldincludedir=$ac_optarg ;;
   -1   927 
   -1   928   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
   -1   929     ac_prev=prefix ;;
   -1   930   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
   -1   931     prefix=$ac_optarg ;;
   -1   932 
   -1   933   -program-prefix | --program-prefix | --program-prefi | --program-pref \
   -1   934   | --program-pre | --program-pr | --program-p)
   -1   935     ac_prev=program_prefix ;;
   -1   936   -program-prefix=* | --program-prefix=* | --program-prefi=* \
   -1   937   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
   -1   938     program_prefix=$ac_optarg ;;
   -1   939 
   -1   940   -program-suffix | --program-suffix | --program-suffi | --program-suff \
   -1   941   | --program-suf | --program-su | --program-s)
   -1   942     ac_prev=program_suffix ;;
   -1   943   -program-suffix=* | --program-suffix=* | --program-suffi=* \
   -1   944   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
   -1   945     program_suffix=$ac_optarg ;;
   -1   946 
   -1   947   -program-transform-name | --program-transform-name \
   -1   948   | --program-transform-nam | --program-transform-na \
   -1   949   | --program-transform-n | --program-transform- \
   -1   950   | --program-transform | --program-transfor \
   -1   951   | --program-transfo | --program-transf \
   -1   952   | --program-trans | --program-tran \
   -1   953   | --progr-tra | --program-tr | --program-t)
   -1   954     ac_prev=program_transform_name ;;
   -1   955   -program-transform-name=* | --program-transform-name=* \
   -1   956   | --program-transform-nam=* | --program-transform-na=* \
   -1   957   | --program-transform-n=* | --program-transform-=* \
   -1   958   | --program-transform=* | --program-transfor=* \
   -1   959   | --program-transfo=* | --program-transf=* \
   -1   960   | --program-trans=* | --program-tran=* \
   -1   961   | --progr-tra=* | --program-tr=* | --program-t=*)
   -1   962     program_transform_name=$ac_optarg ;;
   -1   963 
   -1   964   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
   -1   965     ac_prev=pdfdir ;;
   -1   966   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
   -1   967     pdfdir=$ac_optarg ;;
   -1   968 
   -1   969   -psdir | --psdir | --psdi | --psd | --ps)
   -1   970     ac_prev=psdir ;;
   -1   971   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
   -1   972     psdir=$ac_optarg ;;
   -1   973 
   -1   974   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   -1   975   | -silent | --silent | --silen | --sile | --sil)
   -1   976     silent=yes ;;
   -1   977 
   -1   978   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
   -1   979     ac_prev=sbindir ;;
   -1   980   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
   -1   981   | --sbi=* | --sb=*)
   -1   982     sbindir=$ac_optarg ;;
   -1   983 
   -1   984   -sharedstatedir | --sharedstatedir | --sharedstatedi \
   -1   985   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
   -1   986   | --sharedst | --shareds | --shared | --share | --shar \
   -1   987   | --sha | --sh)
   -1   988     ac_prev=sharedstatedir ;;
   -1   989   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
   -1   990   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
   -1   991   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
   -1   992   | --sha=* | --sh=*)
   -1   993     sharedstatedir=$ac_optarg ;;
   -1   994 
   -1   995   -site | --site | --sit)
   -1   996     ac_prev=site ;;
   -1   997   -site=* | --site=* | --sit=*)
   -1   998     site=$ac_optarg ;;
   -1   999 
   -1  1000   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
   -1  1001     ac_prev=srcdir ;;
   -1  1002   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
   -1  1003     srcdir=$ac_optarg ;;
   -1  1004 
   -1  1005   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
   -1  1006   | --syscon | --sysco | --sysc | --sys | --sy)
   -1  1007     ac_prev=sysconfdir ;;
   -1  1008   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
   -1  1009   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
   -1  1010     sysconfdir=$ac_optarg ;;
   -1  1011 
   -1  1012   -target | --target | --targe | --targ | --tar | --ta | --t)
   -1  1013     ac_prev=target_alias ;;
   -1  1014   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
   -1  1015     target_alias=$ac_optarg ;;
   -1  1016 
   -1  1017   -v | -verbose | --verbose | --verbos | --verbo | --verb)
   -1  1018     verbose=yes ;;
   -1  1019 
   -1  1020   -version | --version | --versio | --versi | --vers | -V)
   -1  1021     ac_init_version=: ;;
   -1  1022 
   -1  1023   -with-* | --with-*)
   -1  1024     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   -1  1025     # Reject names that are not valid shell variable names.
   -1  1026     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   -1  1027       as_fn_error $? "invalid package name: $ac_useropt"
   -1  1028     ac_useropt_orig=$ac_useropt
   -1  1029     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   -1  1030     case $ac_user_opts in
   -1  1031       *"
   -1  1032 "with_$ac_useropt"
   -1  1033 "*) ;;
   -1  1034       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
   -1  1035 	 ac_unrecognized_sep=', ';;
   -1  1036     esac
   -1  1037     eval with_$ac_useropt=\$ac_optarg ;;
   -1  1038 
   -1  1039   -without-* | --without-*)
   -1  1040     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   -1  1041     # Reject names that are not valid shell variable names.
   -1  1042     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   -1  1043       as_fn_error $? "invalid package name: $ac_useropt"
   -1  1044     ac_useropt_orig=$ac_useropt
   -1  1045     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   -1  1046     case $ac_user_opts in
   -1  1047       *"
   -1  1048 "with_$ac_useropt"
   -1  1049 "*) ;;
   -1  1050       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
   -1  1051 	 ac_unrecognized_sep=', ';;
   -1  1052     esac
   -1  1053     eval with_$ac_useropt=no ;;
   -1  1054 
   -1  1055   --x)
   -1  1056     # Obsolete; use --with-x.
   -1  1057     with_x=yes ;;
   -1  1058 
   -1  1059   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   -1  1060   | --x-incl | --x-inc | --x-in | --x-i)
   -1  1061     ac_prev=x_includes ;;
   -1  1062   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
   -1  1063   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
   -1  1064     x_includes=$ac_optarg ;;
   -1  1065 
   -1  1066   -x-libraries | --x-libraries | --x-librarie | --x-librari \
   -1  1067   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
   -1  1068     ac_prev=x_libraries ;;
   -1  1069   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
   -1  1070   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   -1  1071     x_libraries=$ac_optarg ;;
   -1  1072 
   -1  1073   -*) as_fn_error $? "unrecognized option: \`$ac_option'
   -1  1074 Try \`$0 --help' for more information"
   -1  1075     ;;
   -1  1076 
   -1  1077   *=*)
   -1  1078     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
   -1  1079     # Reject names that are not valid shell variable names.
   -1  1080     case $ac_envvar in #(
   -1  1081       '' | [0-9]* | *[!_$as_cr_alnum]* )
   -1  1082       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   -1  1083     esac
   -1  1084     eval $ac_envvar=\$ac_optarg
   -1  1085     export $ac_envvar ;;
   -1  1086 
   -1  1087   *)
   -1  1088     # FIXME: should be removed in autoconf 3.0.
   -1  1089     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   -1  1090     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   -1  1091       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   -1  1092     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
   -1  1093     ;;
   -1  1094 
   -1  1095   esac
   -1  1096 done
   -1  1097 
   -1  1098 if test -n "$ac_prev"; then
   -1  1099   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   -1  1100   as_fn_error $? "missing argument to $ac_option"
   -1  1101 fi
   -1  1102 
   -1  1103 if test -n "$ac_unrecognized_opts"; then
   -1  1104   case $enable_option_checking in
   -1  1105     no) ;;
   -1  1106     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   -1  1107     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   -1  1108   esac
   -1  1109 fi
   -1  1110 
   -1  1111 # Check all directory arguments for consistency.
   -1  1112 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
   -1  1113 		datadir sysconfdir sharedstatedir localstatedir includedir \
   -1  1114 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
   -1  1115 		libdir localedir mandir
   -1  1116 do
   -1  1117   eval ac_val=\$$ac_var
   -1  1118   # Remove trailing slashes.
   -1  1119   case $ac_val in
   -1  1120     */ )
   -1  1121       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
   -1  1122       eval $ac_var=\$ac_val;;
   -1  1123   esac
   -1  1124   # Be sure to have absolute directory names.
   -1  1125   case $ac_val in
   -1  1126     [\\/$]* | ?:[\\/]* )  continue;;
   -1  1127     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   -1  1128   esac
   -1  1129   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   -1  1130 done
   -1  1131 
   -1  1132 # There might be people who depend on the old broken behavior: `$host'
   -1  1133 # used to hold the argument of --host etc.
   -1  1134 # FIXME: To remove some day.
   -1  1135 build=$build_alias
   -1  1136 host=$host_alias
   -1  1137 target=$target_alias
   -1  1138 
   -1  1139 # FIXME: To remove some day.
   -1  1140 if test "x$host_alias" != x; then
   -1  1141   if test "x$build_alias" = x; then
   -1  1142     cross_compiling=maybe
   -1  1143     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
   -1  1144     If a cross compiler is detected then cross compile mode will be used" >&2
   -1  1145   elif test "x$build_alias" != "x$host_alias"; then
   -1  1146     cross_compiling=yes
   -1  1147   fi
   -1  1148 fi
   -1  1149 
   -1  1150 ac_tool_prefix=
   -1  1151 test -n "$host_alias" && ac_tool_prefix=$host_alias-
   -1  1152 
   -1  1153 test "$silent" = yes && exec 6>/dev/null
   -1  1154 
   -1  1155 
   -1  1156 ac_pwd=`pwd` && test -n "$ac_pwd" &&
   -1  1157 ac_ls_di=`ls -di .` &&
   -1  1158 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   -1  1159   as_fn_error $? "working directory cannot be determined"
   -1  1160 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   -1  1161   as_fn_error $? "pwd does not report name of working directory"
   -1  1162 
   -1  1163 
   -1  1164 # Find the source files, if location was not specified.
   -1  1165 if test -z "$srcdir"; then
   -1  1166   ac_srcdir_defaulted=yes
   -1  1167   # Try the directory containing this script, then the parent directory.
   -1  1168   ac_confdir=`$as_dirname -- "$as_myself" ||
   -1  1169 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   -1  1170 	 X"$as_myself" : 'X\(//\)[^/]' \| \
   -1  1171 	 X"$as_myself" : 'X\(//\)$' \| \
   -1  1172 	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
   -1  1173 $as_echo X"$as_myself" |
   -1  1174     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   -1  1175 	    s//\1/
   -1  1176 	    q
   -1  1177 	  }
   -1  1178 	  /^X\(\/\/\)[^/].*/{
   -1  1179 	    s//\1/
   -1  1180 	    q
   -1  1181 	  }
   -1  1182 	  /^X\(\/\/\)$/{
   -1  1183 	    s//\1/
   -1  1184 	    q
   -1  1185 	  }
   -1  1186 	  /^X\(\/\).*/{
   -1  1187 	    s//\1/
   -1  1188 	    q
   -1  1189 	  }
   -1  1190 	  s/.*/./; q'`
   -1  1191   srcdir=$ac_confdir
   -1  1192   if test ! -r "$srcdir/$ac_unique_file"; then
   -1  1193     srcdir=..
   -1  1194   fi
   -1  1195 else
   -1  1196   ac_srcdir_defaulted=no
   -1  1197 fi
   -1  1198 if test ! -r "$srcdir/$ac_unique_file"; then
   -1  1199   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   -1  1200   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   -1  1201 fi
   -1  1202 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   -1  1203 ac_abs_confdir=`(
   -1  1204 	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   -1  1205 	pwd)`
   -1  1206 # When building in place, set srcdir=.
   -1  1207 if test "$ac_abs_confdir" = "$ac_pwd"; then
   -1  1208   srcdir=.
   -1  1209 fi
   -1  1210 # Remove unnecessary trailing slashes from srcdir.
   -1  1211 # Double slashes in file names in object file debugging info
   -1  1212 # mess up M-x gdb in Emacs.
   -1  1213 case $srcdir in
   -1  1214 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
   -1  1215 esac
   -1  1216 for ac_var in $ac_precious_vars; do
   -1  1217   eval ac_env_${ac_var}_set=\${${ac_var}+set}
   -1  1218   eval ac_env_${ac_var}_value=\$${ac_var}
   -1  1219   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
   -1  1220   eval ac_cv_env_${ac_var}_value=\$${ac_var}
   -1  1221 done
   -1  1222 
   -1  1223 #
   -1  1224 # Report the --help message.
   -1  1225 #
   -1  1226 if test "$ac_init_help" = "long"; then
   -1  1227   # Omit some internal or obsolete options to make the list less imposing.
   -1  1228   # This message is too long to be a string in the A/UX 3.1 sh.
   -1  1229   cat <<_ACEOF
   -1  1230 \`configure' configures retimer 0.2 to adapt to many kinds of systems.
   -1  1231 
   -1  1232 Usage: $0 [OPTION]... [VAR=VALUE]...
   -1  1233 
   -1  1234 To assign environment variables (e.g., CC, CFLAGS...), specify them as
   -1  1235 VAR=VALUE.  See below for descriptions of some of the useful variables.
   -1  1236 
   -1  1237 Defaults for the options are specified in brackets.
   -1  1238 
   -1  1239 Configuration:
   -1  1240   -h, --help              display this help and exit
   -1  1241       --help=short        display options specific to this package
   -1  1242       --help=recursive    display the short help of all the included packages
   -1  1243   -V, --version           display version information and exit
   -1  1244   -q, --quiet, --silent   do not print \`checking ...' messages
   -1  1245       --cache-file=FILE   cache test results in FILE [disabled]
   -1  1246   -C, --config-cache      alias for \`--cache-file=config.cache'
   -1  1247   -n, --no-create         do not create output files
   -1  1248       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
   -1  1249 
   -1  1250 Installation directories:
   -1  1251   --prefix=PREFIX         install architecture-independent files in PREFIX
   -1  1252                           [$ac_default_prefix]
   -1  1253   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
   -1  1254                           [PREFIX]
   -1  1255 
   -1  1256 By default, \`make install' will install all the files in
   -1  1257 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
   -1  1258 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
   -1  1259 for instance \`--prefix=\$HOME'.
   -1  1260 
   -1  1261 For better control, use the options below.
   -1  1262 
   -1  1263 Fine tuning of the installation directories:
   -1  1264   --bindir=DIR            user executables [EPREFIX/bin]
   -1  1265   --sbindir=DIR           system admin executables [EPREFIX/sbin]
   -1  1266   --libexecdir=DIR        program executables [EPREFIX/libexec]
   -1  1267   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   -1  1268   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   -1  1269   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
   -1  1270   --libdir=DIR            object code libraries [EPREFIX/lib]
   -1  1271   --includedir=DIR        C header files [PREFIX/include]
   -1  1272   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
   -1  1273   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
   -1  1274   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
   -1  1275   --infodir=DIR           info documentation [DATAROOTDIR/info]
   -1  1276   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   -1  1277   --mandir=DIR            man documentation [DATAROOTDIR/man]
   -1  1278   --docdir=DIR            documentation root [DATAROOTDIR/doc/retimer]
   -1  1279   --htmldir=DIR           html documentation [DOCDIR]
   -1  1280   --dvidir=DIR            dvi documentation [DOCDIR]
   -1  1281   --pdfdir=DIR            pdf documentation [DOCDIR]
   -1  1282   --psdir=DIR             ps documentation [DOCDIR]
   -1  1283 _ACEOF
   -1  1284 
   -1  1285   cat <<\_ACEOF
   -1  1286 _ACEOF
   -1  1287 fi
   -1  1288 
   -1  1289 if test -n "$ac_init_help"; then
   -1  1290   case $ac_init_help in
   -1  1291      short | recursive ) echo "Configuration of retimer 0.2:";;
   -1  1292    esac
   -1  1293   cat <<\_ACEOF
   -1  1294 
   -1  1295 Some influential environment variables:
   -1  1296   CXX         C++ compiler command
   -1  1297   CXXFLAGS    C++ compiler flags
   -1  1298   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
   -1  1299               nonstandard directory <lib dir>
   -1  1300   LIBS        libraries to pass to the linker, e.g. -l<library>
   -1  1301   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
   -1  1302               you have headers in a nonstandard directory <include dir>
   -1  1303   CC          C compiler command
   -1  1304   CFLAGS      C compiler flags
   -1  1305   PKG_CONFIG  path to pkg-config utility
   -1  1306   PKG_CONFIG_PATH
   -1  1307               directories to add to pkg-config's search path
   -1  1308   PKG_CONFIG_LIBDIR
   -1  1309               path overriding pkg-config's built-in search path
   -1  1310   SNDFILE_CFLAGS
   -1  1311               C compiler flags for SNDFILE, overriding pkg-config
   -1  1312   SNDFILE_LIBS
   -1  1313               linker flags for SNDFILE, overriding pkg-config
   -1  1314   RubberBand_CFLAGS
   -1  1315               C compiler flags for RubberBand, overriding pkg-config
   -1  1316   RubberBand_LIBS
   -1  1317               linker flags for RubberBand, overriding pkg-config
   -1  1318   MAD_CFLAGS  C compiler flags for MAD, overriding pkg-config
   -1  1319   MAD_LIBS    linker flags for MAD, overriding pkg-config
   -1  1320   CPP         C preprocessor
   -1  1321 
   -1  1322 Use these variables to override the choices made by `configure' or to help
   -1  1323 it to find libraries and programs with nonstandard names/locations.
   -1  1324 
   -1  1325 Report bugs to the package provider.
   -1  1326 _ACEOF
   -1  1327 ac_status=$?
   -1  1328 fi
   -1  1329 
   -1  1330 if test "$ac_init_help" = "recursive"; then
   -1  1331   # If there are subdirs, report their specific --help.
   -1  1332   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
   -1  1333     test -d "$ac_dir" ||
   -1  1334       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
   -1  1335       continue
   -1  1336     ac_builddir=.
   -1  1337 
   -1  1338 case "$ac_dir" in
   -1  1339 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   -1  1340 *)
   -1  1341   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   -1  1342   # A ".." for each directory in $ac_dir_suffix.
   -1  1343   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   -1  1344   case $ac_top_builddir_sub in
   -1  1345   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   -1  1346   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   -1  1347   esac ;;
   -1  1348 esac
   -1  1349 ac_abs_top_builddir=$ac_pwd
   -1  1350 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   -1  1351 # for backward compatibility:
   -1  1352 ac_top_builddir=$ac_top_build_prefix
   -1  1353 
   -1  1354 case $srcdir in
   -1  1355   .)  # We are building in place.
   -1  1356     ac_srcdir=.
   -1  1357     ac_top_srcdir=$ac_top_builddir_sub
   -1  1358     ac_abs_top_srcdir=$ac_pwd ;;
   -1  1359   [\\/]* | ?:[\\/]* )  # Absolute name.
   -1  1360     ac_srcdir=$srcdir$ac_dir_suffix;
   -1  1361     ac_top_srcdir=$srcdir
   -1  1362     ac_abs_top_srcdir=$srcdir ;;
   -1  1363   *) # Relative name.
   -1  1364     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   -1  1365     ac_top_srcdir=$ac_top_build_prefix$srcdir
   -1  1366     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   -1  1367 esac
   -1  1368 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   -1  1369 
   -1  1370     cd "$ac_dir" || { ac_status=$?; continue; }
   -1  1371     # Check for guested configure.
   -1  1372     if test -f "$ac_srcdir/configure.gnu"; then
   -1  1373       echo &&
   -1  1374       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
   -1  1375     elif test -f "$ac_srcdir/configure"; then
   -1  1376       echo &&
   -1  1377       $SHELL "$ac_srcdir/configure" --help=recursive
   -1  1378     else
   -1  1379       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
   -1  1380     fi || ac_status=$?
   -1  1381     cd "$ac_pwd" || { ac_status=$?; break; }
   -1  1382   done
   -1  1383 fi
   -1  1384 
   -1  1385 test -n "$ac_init_help" && exit $ac_status
   -1  1386 if $ac_init_version; then
   -1  1387   cat <<\_ACEOF
   -1  1388 retimer configure 0.2
   -1  1389 generated by GNU Autoconf 2.67
   -1  1390 
   -1  1391 Copyright (C) 2010 Free Software Foundation, Inc.
   -1  1392 This configure script is free software; the Free Software Foundation
   -1  1393 gives unlimited permission to copy, distribute and modify it.
   -1  1394 _ACEOF
   -1  1395   exit
   -1  1396 fi
   -1  1397 
   -1  1398 ## ------------------------ ##
   -1  1399 ## Autoconf initialization. ##
   -1  1400 ## ------------------------ ##
   -1  1401 
   -1  1402 # ac_fn_cxx_try_compile LINENO
   -1  1403 # ----------------------------
   -1  1404 # Try to compile conftest.$ac_ext, and return whether this succeeded.
   -1  1405 ac_fn_cxx_try_compile ()
   -1  1406 {
   -1  1407   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   -1  1408   rm -f conftest.$ac_objext
   -1  1409   if { { ac_try="$ac_compile"
   -1  1410 case "(($ac_try" in
   -1  1411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  1412   *) ac_try_echo=$ac_try;;
   -1  1413 esac
   -1  1414 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  1415 $as_echo "$ac_try_echo"; } >&5
   -1  1416   (eval "$ac_compile") 2>conftest.err
   -1  1417   ac_status=$?
   -1  1418   if test -s conftest.err; then
   -1  1419     grep -v '^ *+' conftest.err >conftest.er1
   -1  1420     cat conftest.er1 >&5
   -1  1421     mv -f conftest.er1 conftest.err
   -1  1422   fi
   -1  1423   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  1424   test $ac_status = 0; } && {
   -1  1425 	 test -z "$ac_cxx_werror_flag" ||
   -1  1426 	 test ! -s conftest.err
   -1  1427        } && test -s conftest.$ac_objext; then :
   -1  1428   ac_retval=0
   -1  1429 else
   -1  1430   $as_echo "$as_me: failed program was:" >&5
   -1  1431 sed 's/^/| /' conftest.$ac_ext >&5
   -1  1432 
   -1  1433 	ac_retval=1
   -1  1434 fi
   -1  1435   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   -1  1436   as_fn_set_status $ac_retval
   -1  1437 
   -1  1438 } # ac_fn_cxx_try_compile
   -1  1439 
   -1  1440 # ac_fn_c_try_compile LINENO
   -1  1441 # --------------------------
   -1  1442 # Try to compile conftest.$ac_ext, and return whether this succeeded.
   -1  1443 ac_fn_c_try_compile ()
   -1  1444 {
   -1  1445   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   -1  1446   rm -f conftest.$ac_objext
   -1  1447   if { { ac_try="$ac_compile"
   -1  1448 case "(($ac_try" in
   -1  1449   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  1450   *) ac_try_echo=$ac_try;;
   -1  1451 esac
   -1  1452 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  1453 $as_echo "$ac_try_echo"; } >&5
   -1  1454   (eval "$ac_compile") 2>conftest.err
   -1  1455   ac_status=$?
   -1  1456   if test -s conftest.err; then
   -1  1457     grep -v '^ *+' conftest.err >conftest.er1
   -1  1458     cat conftest.er1 >&5
   -1  1459     mv -f conftest.er1 conftest.err
   -1  1460   fi
   -1  1461   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  1462   test $ac_status = 0; } && {
   -1  1463 	 test -z "$ac_c_werror_flag" ||
   -1  1464 	 test ! -s conftest.err
   -1  1465        } && test -s conftest.$ac_objext; then :
   -1  1466   ac_retval=0
   -1  1467 else
   -1  1468   $as_echo "$as_me: failed program was:" >&5
   -1  1469 sed 's/^/| /' conftest.$ac_ext >&5
   -1  1470 
   -1  1471 	ac_retval=1
   -1  1472 fi
   -1  1473   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   -1  1474   as_fn_set_status $ac_retval
   -1  1475 
   -1  1476 } # ac_fn_c_try_compile
   -1  1477 
   -1  1478 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
   -1  1479 # -------------------------------------------
   -1  1480 # Tests whether TYPE exists after having included INCLUDES, setting cache
   -1  1481 # variable VAR accordingly.
   -1  1482 ac_fn_c_check_type ()
   -1  1483 {
   -1  1484   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   -1  1485   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   -1  1486 $as_echo_n "checking for $2... " >&6; }
   -1  1487 if eval "test \"\${$3+set}\"" = set; then :
   -1  1488   $as_echo_n "(cached) " >&6
   -1  1489 else
   -1  1490   eval "$3=no"
   -1  1491   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  1492 /* end confdefs.h.  */
   -1  1493 $4
   -1  1494 int
   -1  1495 main ()
   -1  1496 {
   -1  1497 if (sizeof ($2))
   -1  1498 	 return 0;
   -1  1499   ;
   -1  1500   return 0;
   -1  1501 }
   -1  1502 _ACEOF
   -1  1503 if ac_fn_c_try_compile "$LINENO"; then :
   -1  1504   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  1505 /* end confdefs.h.  */
   -1  1506 $4
   -1  1507 int
   -1  1508 main ()
   -1  1509 {
   -1  1510 if (sizeof (($2)))
   -1  1511 	    return 0;
   -1  1512   ;
   -1  1513   return 0;
   -1  1514 }
   -1  1515 _ACEOF
   -1  1516 if ac_fn_c_try_compile "$LINENO"; then :
   -1  1517 
   -1  1518 else
   -1  1519   eval "$3=yes"
   -1  1520 fi
   -1  1521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  1522 fi
   -1  1523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  1524 fi
   -1  1525 eval ac_res=\$$3
   -1  1526 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   -1  1527 $as_echo "$ac_res" >&6; }
   -1  1528   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   -1  1529 
   -1  1530 } # ac_fn_c_check_type
   -1  1531 
   -1  1532 # ac_fn_c_try_cpp LINENO
   -1  1533 # ----------------------
   -1  1534 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
   -1  1535 ac_fn_c_try_cpp ()
   -1  1536 {
   -1  1537   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   -1  1538   if { { ac_try="$ac_cpp conftest.$ac_ext"
   -1  1539 case "(($ac_try" in
   -1  1540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  1541   *) ac_try_echo=$ac_try;;
   -1  1542 esac
   -1  1543 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  1544 $as_echo "$ac_try_echo"; } >&5
   -1  1545   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
   -1  1546   ac_status=$?
   -1  1547   if test -s conftest.err; then
   -1  1548     grep -v '^ *+' conftest.err >conftest.er1
   -1  1549     cat conftest.er1 >&5
   -1  1550     mv -f conftest.er1 conftest.err
   -1  1551   fi
   -1  1552   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  1553   test $ac_status = 0; } > conftest.i && {
   -1  1554 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
   -1  1555 	 test ! -s conftest.err
   -1  1556        }; then :
   -1  1557   ac_retval=0
   -1  1558 else
   -1  1559   $as_echo "$as_me: failed program was:" >&5
   -1  1560 sed 's/^/| /' conftest.$ac_ext >&5
   -1  1561 
   -1  1562     ac_retval=1
   -1  1563 fi
   -1  1564   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   -1  1565   as_fn_set_status $ac_retval
   -1  1566 
   -1  1567 } # ac_fn_c_try_cpp
   -1  1568 
   -1  1569 # ac_fn_c_try_run LINENO
   -1  1570 # ----------------------
   -1  1571 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
   -1  1572 # that executables *can* be run.
   -1  1573 ac_fn_c_try_run ()
   -1  1574 {
   -1  1575   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   -1  1576   if { { ac_try="$ac_link"
   -1  1577 case "(($ac_try" in
   -1  1578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  1579   *) ac_try_echo=$ac_try;;
   -1  1580 esac
   -1  1581 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  1582 $as_echo "$ac_try_echo"; } >&5
   -1  1583   (eval "$ac_link") 2>&5
   -1  1584   ac_status=$?
   -1  1585   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  1586   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
   -1  1587   { { case "(($ac_try" in
   -1  1588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  1589   *) ac_try_echo=$ac_try;;
   -1  1590 esac
   -1  1591 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  1592 $as_echo "$ac_try_echo"; } >&5
   -1  1593   (eval "$ac_try") 2>&5
   -1  1594   ac_status=$?
   -1  1595   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  1596   test $ac_status = 0; }; }; then :
   -1  1597   ac_retval=0
   -1  1598 else
   -1  1599   $as_echo "$as_me: program exited with status $ac_status" >&5
   -1  1600        $as_echo "$as_me: failed program was:" >&5
   -1  1601 sed 's/^/| /' conftest.$ac_ext >&5
   -1  1602 
   -1  1603        ac_retval=$ac_status
   -1  1604 fi
   -1  1605   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   -1  1606   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   -1  1607   as_fn_set_status $ac_retval
   -1  1608 
   -1  1609 } # ac_fn_c_try_run
   -1  1610 
   -1  1611 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
   -1  1612 # -------------------------------------------------------
   -1  1613 # Tests whether HEADER exists and can be compiled using the include files in
   -1  1614 # INCLUDES, setting the cache variable VAR accordingly.
   -1  1615 ac_fn_c_check_header_compile ()
   -1  1616 {
   -1  1617   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   -1  1618   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   -1  1619 $as_echo_n "checking for $2... " >&6; }
   -1  1620 if eval "test \"\${$3+set}\"" = set; then :
   -1  1621   $as_echo_n "(cached) " >&6
   -1  1622 else
   -1  1623   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  1624 /* end confdefs.h.  */
   -1  1625 $4
   -1  1626 #include <$2>
   -1  1627 _ACEOF
   -1  1628 if ac_fn_c_try_compile "$LINENO"; then :
   -1  1629   eval "$3=yes"
   -1  1630 else
   -1  1631   eval "$3=no"
   -1  1632 fi
   -1  1633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  1634 fi
   -1  1635 eval ac_res=\$$3
   -1  1636 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   -1  1637 $as_echo "$ac_res" >&6; }
   -1  1638   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   -1  1639 
   -1  1640 } # ac_fn_c_check_header_compile
   -1  1641 cat >config.log <<_ACEOF
   -1  1642 This file contains any messages produced by compilers while
   -1  1643 running configure, to aid debugging if configure makes a mistake.
   -1  1644 
   -1  1645 It was created by retimer $as_me 0.2, which was
   -1  1646 generated by GNU Autoconf 2.67.  Invocation command line was
   -1  1647 
   -1  1648   $ $0 $@
   -1  1649 
   -1  1650 _ACEOF
   -1  1651 exec 5>>config.log
   -1  1652 {
   -1  1653 cat <<_ASUNAME
   -1  1654 ## --------- ##
   -1  1655 ## Platform. ##
   -1  1656 ## --------- ##
   -1  1657 
   -1  1658 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
   -1  1659 uname -m = `(uname -m) 2>/dev/null || echo unknown`
   -1  1660 uname -r = `(uname -r) 2>/dev/null || echo unknown`
   -1  1661 uname -s = `(uname -s) 2>/dev/null || echo unknown`
   -1  1662 uname -v = `(uname -v) 2>/dev/null || echo unknown`
   -1  1663 
   -1  1664 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
   -1  1665 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
   -1  1666 
   -1  1667 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
   -1  1668 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
   -1  1669 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
   -1  1670 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
   -1  1671 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
   -1  1672 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
   -1  1673 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
   -1  1674 
   -1  1675 _ASUNAME
   -1  1676 
   -1  1677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  1678 for as_dir in $PATH
   -1  1679 do
   -1  1680   IFS=$as_save_IFS
   -1  1681   test -z "$as_dir" && as_dir=.
   -1  1682     $as_echo "PATH: $as_dir"
   -1  1683   done
   -1  1684 IFS=$as_save_IFS
   -1  1685 
   -1  1686 } >&5
   -1  1687 
   -1  1688 cat >&5 <<_ACEOF
   -1  1689 
   -1  1690 
   -1  1691 ## ----------- ##
   -1  1692 ## Core tests. ##
   -1  1693 ## ----------- ##
   -1  1694 
   -1  1695 _ACEOF
   -1  1696 
   -1  1697 
   -1  1698 # Keep a trace of the command line.
   -1  1699 # Strip out --no-create and --no-recursion so they do not pile up.
   -1  1700 # Strip out --silent because we don't want to record it for future runs.
   -1  1701 # Also quote any args containing shell meta-characters.
   -1  1702 # Make two passes to allow for proper duplicate-argument suppression.
   -1  1703 ac_configure_args=
   -1  1704 ac_configure_args0=
   -1  1705 ac_configure_args1=
   -1  1706 ac_must_keep_next=false
   -1  1707 for ac_pass in 1 2
   -1  1708 do
   -1  1709   for ac_arg
   -1  1710   do
   -1  1711     case $ac_arg in
   -1  1712     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
   -1  1713     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   -1  1714     | -silent | --silent | --silen | --sile | --sil)
   -1  1715       continue ;;
   -1  1716     *\'*)
   -1  1717       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
   -1  1718     esac
   -1  1719     case $ac_pass in
   -1  1720     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
   -1  1721     2)
   -1  1722       as_fn_append ac_configure_args1 " '$ac_arg'"
   -1  1723       if test $ac_must_keep_next = true; then
   -1  1724 	ac_must_keep_next=false # Got value, back to normal.
   -1  1725       else
   -1  1726 	case $ac_arg in
   -1  1727 	  *=* | --config-cache | -C | -disable-* | --disable-* \
   -1  1728 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
   -1  1729 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
   -1  1730 	  | -with-* | --with-* | -without-* | --without-* | --x)
   -1  1731 	    case "$ac_configure_args0 " in
   -1  1732 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
   -1  1733 	    esac
   -1  1734 	    ;;
   -1  1735 	  -* ) ac_must_keep_next=true ;;
   -1  1736 	esac
   -1  1737       fi
   -1  1738       as_fn_append ac_configure_args " '$ac_arg'"
   -1  1739       ;;
   -1  1740     esac
   -1  1741   done
   -1  1742 done
   -1  1743 { ac_configure_args0=; unset ac_configure_args0;}
   -1  1744 { ac_configure_args1=; unset ac_configure_args1;}
   -1  1745 
   -1  1746 # When interrupted or exit'd, cleanup temporary files, and complete
   -1  1747 # config.log.  We remove comments because anyway the quotes in there
   -1  1748 # would cause problems or look ugly.
   -1  1749 # WARNING: Use '\'' to represent an apostrophe within the trap.
   -1  1750 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
   -1  1751 trap 'exit_status=$?
   -1  1752   # Save into config.log some information that might help in debugging.
   -1  1753   {
   -1  1754     echo
   -1  1755 
   -1  1756     $as_echo "## ---------------- ##
   -1  1757 ## Cache variables. ##
   -1  1758 ## ---------------- ##"
   -1  1759     echo
   -1  1760     # The following way of writing the cache mishandles newlines in values,
   -1  1761 (
   -1  1762   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
   -1  1763     eval ac_val=\$$ac_var
   -1  1764     case $ac_val in #(
   -1  1765     *${as_nl}*)
   -1  1766       case $ac_var in #(
   -1  1767       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   -1  1768 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   -1  1769       esac
   -1  1770       case $ac_var in #(
   -1  1771       _ | IFS | as_nl) ;; #(
   -1  1772       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   -1  1773       *) { eval $ac_var=; unset $ac_var;} ;;
   -1  1774       esac ;;
   -1  1775     esac
   -1  1776   done
   -1  1777   (set) 2>&1 |
   -1  1778     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
   -1  1779     *${as_nl}ac_space=\ *)
   -1  1780       sed -n \
   -1  1781 	"s/'\''/'\''\\\\'\'''\''/g;
   -1  1782 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
   -1  1783       ;; #(
   -1  1784     *)
   -1  1785       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   -1  1786       ;;
   -1  1787     esac |
   -1  1788     sort
   -1  1789 )
   -1  1790     echo
   -1  1791 
   -1  1792     $as_echo "## ----------------- ##
   -1  1793 ## Output variables. ##
   -1  1794 ## ----------------- ##"
   -1  1795     echo
   -1  1796     for ac_var in $ac_subst_vars
   -1  1797     do
   -1  1798       eval ac_val=\$$ac_var
   -1  1799       case $ac_val in
   -1  1800       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   -1  1801       esac
   -1  1802       $as_echo "$ac_var='\''$ac_val'\''"
   -1  1803     done | sort
   -1  1804     echo
   -1  1805 
   -1  1806     if test -n "$ac_subst_files"; then
   -1  1807       $as_echo "## ------------------- ##
   -1  1808 ## File substitutions. ##
   -1  1809 ## ------------------- ##"
   -1  1810       echo
   -1  1811       for ac_var in $ac_subst_files
   -1  1812       do
   -1  1813 	eval ac_val=\$$ac_var
   -1  1814 	case $ac_val in
   -1  1815 	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   -1  1816 	esac
   -1  1817 	$as_echo "$ac_var='\''$ac_val'\''"
   -1  1818       done | sort
   -1  1819       echo
   -1  1820     fi
   -1  1821 
   -1  1822     if test -s confdefs.h; then
   -1  1823       $as_echo "## ----------- ##
   -1  1824 ## confdefs.h. ##
   -1  1825 ## ----------- ##"
   -1  1826       echo
   -1  1827       cat confdefs.h
   -1  1828       echo
   -1  1829     fi
   -1  1830     test "$ac_signal" != 0 &&
   -1  1831       $as_echo "$as_me: caught signal $ac_signal"
   -1  1832     $as_echo "$as_me: exit $exit_status"
   -1  1833   } >&5
   -1  1834   rm -f core *.core core.conftest.* &&
   -1  1835     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
   -1  1836     exit $exit_status
   -1  1837 ' 0
   -1  1838 for ac_signal in 1 2 13 15; do
   -1  1839   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
   -1  1840 done
   -1  1841 ac_signal=0
   -1  1842 
   -1  1843 # confdefs.h avoids OS command line length limits that DEFS can exceed.
   -1  1844 rm -f -r conftest* confdefs.h
   -1  1845 
   -1  1846 $as_echo "/* confdefs.h */" > confdefs.h
   -1  1847 
   -1  1848 # Predefined preprocessor variables.
   -1  1849 
   -1  1850 cat >>confdefs.h <<_ACEOF
   -1  1851 #define PACKAGE_NAME "$PACKAGE_NAME"
   -1  1852 _ACEOF
   -1  1853 
   -1  1854 cat >>confdefs.h <<_ACEOF
   -1  1855 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
   -1  1856 _ACEOF
   -1  1857 
   -1  1858 cat >>confdefs.h <<_ACEOF
   -1  1859 #define PACKAGE_VERSION "$PACKAGE_VERSION"
   -1  1860 _ACEOF
   -1  1861 
   -1  1862 cat >>confdefs.h <<_ACEOF
   -1  1863 #define PACKAGE_STRING "$PACKAGE_STRING"
   -1  1864 _ACEOF
   -1  1865 
   -1  1866 cat >>confdefs.h <<_ACEOF
   -1  1867 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
   -1  1868 _ACEOF
   -1  1869 
   -1  1870 cat >>confdefs.h <<_ACEOF
   -1  1871 #define PACKAGE_URL "$PACKAGE_URL"
   -1  1872 _ACEOF
   -1  1873 
   -1  1874 
   -1  1875 # Let the site file select an alternate cache file if it wants to.
   -1  1876 # Prefer an explicitly selected file to automatically selected ones.
   -1  1877 ac_site_file1=NONE
   -1  1878 ac_site_file2=NONE
   -1  1879 if test -n "$CONFIG_SITE"; then
   -1  1880   # We do not want a PATH search for config.site.
   -1  1881   case $CONFIG_SITE in #((
   -1  1882     -*)  ac_site_file1=./$CONFIG_SITE;;
   -1  1883     */*) ac_site_file1=$CONFIG_SITE;;
   -1  1884     *)   ac_site_file1=./$CONFIG_SITE;;
   -1  1885   esac
   -1  1886 elif test "x$prefix" != xNONE; then
   -1  1887   ac_site_file1=$prefix/share/config.site
   -1  1888   ac_site_file2=$prefix/etc/config.site
   -1  1889 else
   -1  1890   ac_site_file1=$ac_default_prefix/share/config.site
   -1  1891   ac_site_file2=$ac_default_prefix/etc/config.site
   -1  1892 fi
   -1  1893 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
   -1  1894 do
   -1  1895   test "x$ac_site_file" = xNONE && continue
   -1  1896   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
   -1  1897     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   -1  1898 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   -1  1899     sed 's/^/| /' "$ac_site_file" >&5
   -1  1900     . "$ac_site_file" \
   -1  1901       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   -1  1902 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   -1  1903 as_fn_error $? "failed to load site script $ac_site_file
   -1  1904 See \`config.log' for more details" "$LINENO" 5 ; }
   -1  1905   fi
   -1  1906 done
   -1  1907 
   -1  1908 if test -r "$cache_file"; then
   -1  1909   # Some versions of bash will fail to source /dev/null (special files
   -1  1910   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
   -1  1911   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
   -1  1912     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
   -1  1913 $as_echo "$as_me: loading cache $cache_file" >&6;}
   -1  1914     case $cache_file in
   -1  1915       [\\/]* | ?:[\\/]* ) . "$cache_file";;
   -1  1916       *)                      . "./$cache_file";;
   -1  1917     esac
   -1  1918   fi
   -1  1919 else
   -1  1920   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
   -1  1921 $as_echo "$as_me: creating cache $cache_file" >&6;}
   -1  1922   >$cache_file
   -1  1923 fi
   -1  1924 
   -1  1925 # Check that the precious variables saved in the cache have kept the same
   -1  1926 # value.
   -1  1927 ac_cache_corrupted=false
   -1  1928 for ac_var in $ac_precious_vars; do
   -1  1929   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   -1  1930   eval ac_new_set=\$ac_env_${ac_var}_set
   -1  1931   eval ac_old_val=\$ac_cv_env_${ac_var}_value
   -1  1932   eval ac_new_val=\$ac_env_${ac_var}_value
   -1  1933   case $ac_old_set,$ac_new_set in
   -1  1934     set,)
   -1  1935       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
   -1  1936 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
   -1  1937       ac_cache_corrupted=: ;;
   -1  1938     ,set)
   -1  1939       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
   -1  1940 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
   -1  1941       ac_cache_corrupted=: ;;
   -1  1942     ,);;
   -1  1943     *)
   -1  1944       if test "x$ac_old_val" != "x$ac_new_val"; then
   -1  1945 	# differences in whitespace do not lead to failure.
   -1  1946 	ac_old_val_w=`echo x $ac_old_val`
   -1  1947 	ac_new_val_w=`echo x $ac_new_val`
   -1  1948 	if test "$ac_old_val_w" != "$ac_new_val_w"; then
   -1  1949 	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
   -1  1950 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
   -1  1951 	  ac_cache_corrupted=:
   -1  1952 	else
   -1  1953 	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
   -1  1954 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
   -1  1955 	  eval $ac_var=\$ac_old_val
   -1  1956 	fi
   -1  1957 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
   -1  1958 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
   -1  1959 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
   -1  1960 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
   -1  1961       fi;;
   -1  1962   esac
   -1  1963   # Pass precious variables to config.status.
   -1  1964   if test "$ac_new_set" = set; then
   -1  1965     case $ac_new_val in
   -1  1966     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
   -1  1967     *) ac_arg=$ac_var=$ac_new_val ;;
   -1  1968     esac
   -1  1969     case " $ac_configure_args " in
   -1  1970       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
   -1  1971       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
   -1  1972     esac
   -1  1973   fi
   -1  1974 done
   -1  1975 if $ac_cache_corrupted; then
   -1  1976   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   -1  1977 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   -1  1978   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   -1  1979 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   -1  1980   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   -1  1981 fi
   -1  1982 ## -------------------- ##
   -1  1983 ## Main body of script. ##
   -1  1984 ## -------------------- ##
   -1  1985 
   -1  1986 ac_ext=c
   -1  1987 ac_cpp='$CPP $CPPFLAGS'
   -1  1988 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   -1  1989 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   -1  1990 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   -1  1991 
   -1  1992 
   -1  1993 
   -1  1994 
   -1  1995 VERSION=0.2
   -1  1996 NAME=xiRetimer
   -1  1997 
   -1  1998 
   -1  1999 
   -1  2000 # Checks for programs.
   -1  2001 ac_ext=cpp
   -1  2002 ac_cpp='$CXXCPP $CPPFLAGS'
   -1  2003 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   -1  2004 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   -1  2005 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
   -1  2006 if test -z "$CXX"; then
   -1  2007   if test -n "$CCC"; then
   -1  2008     CXX=$CCC
   -1  2009   else
   -1  2010     if test -n "$ac_tool_prefix"; then
   -1  2011   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
   -1  2012   do
   -1  2013     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   -1  2014 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   -1  2015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  2016 $as_echo_n "checking for $ac_word... " >&6; }
   -1  2017 if test "${ac_cv_prog_CXX+set}" = set; then :
   -1  2018   $as_echo_n "(cached) " >&6
   -1  2019 else
   -1  2020   if test -n "$CXX"; then
   -1  2021   ac_cv_prog_CXX="$CXX" # Let the user override the test.
   -1  2022 else
   -1  2023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  2024 for as_dir in $PATH
   -1  2025 do
   -1  2026   IFS=$as_save_IFS
   -1  2027   test -z "$as_dir" && as_dir=.
   -1  2028     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  2029   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  2030     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
   -1  2031     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  2032     break 2
   -1  2033   fi
   -1  2034 done
   -1  2035   done
   -1  2036 IFS=$as_save_IFS
   -1  2037 
   -1  2038 fi
   -1  2039 fi
   -1  2040 CXX=$ac_cv_prog_CXX
   -1  2041 if test -n "$CXX"; then
   -1  2042   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
   -1  2043 $as_echo "$CXX" >&6; }
   -1  2044 else
   -1  2045   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  2046 $as_echo "no" >&6; }
   -1  2047 fi
   -1  2048 
   -1  2049 
   -1  2050     test -n "$CXX" && break
   -1  2051   done
   -1  2052 fi
   -1  2053 if test -z "$CXX"; then
   -1  2054   ac_ct_CXX=$CXX
   -1  2055   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
   -1  2056 do
   -1  2057   # Extract the first word of "$ac_prog", so it can be a program name with args.
   -1  2058 set dummy $ac_prog; ac_word=$2
   -1  2059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  2060 $as_echo_n "checking for $ac_word... " >&6; }
   -1  2061 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
   -1  2062   $as_echo_n "(cached) " >&6
   -1  2063 else
   -1  2064   if test -n "$ac_ct_CXX"; then
   -1  2065   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
   -1  2066 else
   -1  2067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  2068 for as_dir in $PATH
   -1  2069 do
   -1  2070   IFS=$as_save_IFS
   -1  2071   test -z "$as_dir" && as_dir=.
   -1  2072     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  2073   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  2074     ac_cv_prog_ac_ct_CXX="$ac_prog"
   -1  2075     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  2076     break 2
   -1  2077   fi
   -1  2078 done
   -1  2079   done
   -1  2080 IFS=$as_save_IFS
   -1  2081 
   -1  2082 fi
   -1  2083 fi
   -1  2084 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
   -1  2085 if test -n "$ac_ct_CXX"; then
   -1  2086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
   -1  2087 $as_echo "$ac_ct_CXX" >&6; }
   -1  2088 else
   -1  2089   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  2090 $as_echo "no" >&6; }
   -1  2091 fi
   -1  2092 
   -1  2093 
   -1  2094   test -n "$ac_ct_CXX" && break
   -1  2095 done
   -1  2096 
   -1  2097   if test "x$ac_ct_CXX" = x; then
   -1  2098     CXX="g++"
   -1  2099   else
   -1  2100     case $cross_compiling:$ac_tool_warned in
   -1  2101 yes:)
   -1  2102 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   -1  2103 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   -1  2104 ac_tool_warned=yes ;;
   -1  2105 esac
   -1  2106     CXX=$ac_ct_CXX
   -1  2107   fi
   -1  2108 fi
   -1  2109 
   -1  2110   fi
   -1  2111 fi
   -1  2112 # Provide some information about the compiler.
   -1  2113 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
   -1  2114 set X $ac_compile
   -1  2115 ac_compiler=$2
   -1  2116 for ac_option in --version -v -V -qversion; do
   -1  2117   { { ac_try="$ac_compiler $ac_option >&5"
   -1  2118 case "(($ac_try" in
   -1  2119   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  2120   *) ac_try_echo=$ac_try;;
   -1  2121 esac
   -1  2122 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  2123 $as_echo "$ac_try_echo"; } >&5
   -1  2124   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
   -1  2125   ac_status=$?
   -1  2126   if test -s conftest.err; then
   -1  2127     sed '10a\
   -1  2128 ... rest of stderr output deleted ...
   -1  2129          10q' conftest.err >conftest.er1
   -1  2130     cat conftest.er1 >&5
   -1  2131   fi
   -1  2132   rm -f conftest.er1 conftest.err
   -1  2133   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  2134   test $ac_status = 0; }
   -1  2135 done
   -1  2136 
   -1  2137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2138 /* end confdefs.h.  */
   -1  2139 
   -1  2140 int
   -1  2141 main ()
   -1  2142 {
   -1  2143 
   -1  2144   ;
   -1  2145   return 0;
   -1  2146 }
   -1  2147 _ACEOF
   -1  2148 ac_clean_files_save=$ac_clean_files
   -1  2149 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
   -1  2150 # Try to create an executable without -o first, disregard a.out.
   -1  2151 # It will help us diagnose broken compilers, and finding out an intuition
   -1  2152 # of exeext.
   -1  2153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
   -1  2154 $as_echo_n "checking whether the C++ compiler works... " >&6; }
   -1  2155 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   -1  2156 
   -1  2157 # The possible output files:
   -1  2158 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
   -1  2159 
   -1  2160 ac_rmfiles=
   -1  2161 for ac_file in $ac_files
   -1  2162 do
   -1  2163   case $ac_file in
   -1  2164     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   -1  2165     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
   -1  2166   esac
   -1  2167 done
   -1  2168 rm -f $ac_rmfiles
   -1  2169 
   -1  2170 if { { ac_try="$ac_link_default"
   -1  2171 case "(($ac_try" in
   -1  2172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  2173   *) ac_try_echo=$ac_try;;
   -1  2174 esac
   -1  2175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  2176 $as_echo "$ac_try_echo"; } >&5
   -1  2177   (eval "$ac_link_default") 2>&5
   -1  2178   ac_status=$?
   -1  2179   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  2180   test $ac_status = 0; }; then :
   -1  2181   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
   -1  2182 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
   -1  2183 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
   -1  2184 # so that the user can short-circuit this test for compilers unknown to
   -1  2185 # Autoconf.
   -1  2186 for ac_file in $ac_files ''
   -1  2187 do
   -1  2188   test -f "$ac_file" || continue
   -1  2189   case $ac_file in
   -1  2190     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
   -1  2191 	;;
   -1  2192     [ab].out )
   -1  2193 	# We found the default executable, but exeext='' is most
   -1  2194 	# certainly right.
   -1  2195 	break;;
   -1  2196     *.* )
   -1  2197 	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
   -1  2198 	then :; else
   -1  2199 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   -1  2200 	fi
   -1  2201 	# We set ac_cv_exeext here because the later test for it is not
   -1  2202 	# safe: cross compilers may not add the suffix if given an `-o'
   -1  2203 	# argument, so we may need to know it at that point already.
   -1  2204 	# Even if this section looks crufty: it has the advantage of
   -1  2205 	# actually working.
   -1  2206 	break;;
   -1  2207     * )
   -1  2208 	break;;
   -1  2209   esac
   -1  2210 done
   -1  2211 test "$ac_cv_exeext" = no && ac_cv_exeext=
   -1  2212 
   -1  2213 else
   -1  2214   ac_file=''
   -1  2215 fi
   -1  2216 if test -z "$ac_file"; then :
   -1  2217   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  2218 $as_echo "no" >&6; }
   -1  2219 $as_echo "$as_me: failed program was:" >&5
   -1  2220 sed 's/^/| /' conftest.$ac_ext >&5
   -1  2221 
   -1  2222 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   -1  2223 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   -1  2224 as_fn_error 77 "C++ compiler cannot create executables
   -1  2225 See \`config.log' for more details" "$LINENO" 5 ; }
   -1  2226 else
   -1  2227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   -1  2228 $as_echo "yes" >&6; }
   -1  2229 fi
   -1  2230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
   -1  2231 $as_echo_n "checking for C++ compiler default output file name... " >&6; }
   -1  2232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
   -1  2233 $as_echo "$ac_file" >&6; }
   -1  2234 ac_exeext=$ac_cv_exeext
   -1  2235 
   -1  2236 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
   -1  2237 ac_clean_files=$ac_clean_files_save
   -1  2238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
   -1  2239 $as_echo_n "checking for suffix of executables... " >&6; }
   -1  2240 if { { ac_try="$ac_link"
   -1  2241 case "(($ac_try" in
   -1  2242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  2243   *) ac_try_echo=$ac_try;;
   -1  2244 esac
   -1  2245 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  2246 $as_echo "$ac_try_echo"; } >&5
   -1  2247   (eval "$ac_link") 2>&5
   -1  2248   ac_status=$?
   -1  2249   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  2250   test $ac_status = 0; }; then :
   -1  2251   # If both `conftest.exe' and `conftest' are `present' (well, observable)
   -1  2252 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   -1  2253 # work properly (i.e., refer to `conftest.exe'), while it won't with
   -1  2254 # `rm'.
   -1  2255 for ac_file in conftest.exe conftest conftest.*; do
   -1  2256   test -f "$ac_file" || continue
   -1  2257   case $ac_file in
   -1  2258     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   -1  2259     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   -1  2260 	  break;;
   -1  2261     * ) break;;
   -1  2262   esac
   -1  2263 done
   -1  2264 else
   -1  2265   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   -1  2266 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   -1  2267 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   -1  2268 See \`config.log' for more details" "$LINENO" 5 ; }
   -1  2269 fi
   -1  2270 rm -f conftest conftest$ac_cv_exeext
   -1  2271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   -1  2272 $as_echo "$ac_cv_exeext" >&6; }
   -1  2273 
   -1  2274 rm -f conftest.$ac_ext
   -1  2275 EXEEXT=$ac_cv_exeext
   -1  2276 ac_exeext=$EXEEXT
   -1  2277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2278 /* end confdefs.h.  */
   -1  2279 #include <stdio.h>
   -1  2280 int
   -1  2281 main ()
   -1  2282 {
   -1  2283 FILE *f = fopen ("conftest.out", "w");
   -1  2284  return ferror (f) || fclose (f) != 0;
   -1  2285 
   -1  2286   ;
   -1  2287   return 0;
   -1  2288 }
   -1  2289 _ACEOF
   -1  2290 ac_clean_files="$ac_clean_files conftest.out"
   -1  2291 # Check that the compiler produces executables we can run.  If not, either
   -1  2292 # the compiler is broken, or we cross compile.
   -1  2293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
   -1  2294 $as_echo_n "checking whether we are cross compiling... " >&6; }
   -1  2295 if test "$cross_compiling" != yes; then
   -1  2296   { { ac_try="$ac_link"
   -1  2297 case "(($ac_try" in
   -1  2298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  2299   *) ac_try_echo=$ac_try;;
   -1  2300 esac
   -1  2301 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  2302 $as_echo "$ac_try_echo"; } >&5
   -1  2303   (eval "$ac_link") 2>&5
   -1  2304   ac_status=$?
   -1  2305   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  2306   test $ac_status = 0; }
   -1  2307   if { ac_try='./conftest$ac_cv_exeext'
   -1  2308   { { case "(($ac_try" in
   -1  2309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  2310   *) ac_try_echo=$ac_try;;
   -1  2311 esac
   -1  2312 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  2313 $as_echo "$ac_try_echo"; } >&5
   -1  2314   (eval "$ac_try") 2>&5
   -1  2315   ac_status=$?
   -1  2316   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  2317   test $ac_status = 0; }; }; then
   -1  2318     cross_compiling=no
   -1  2319   else
   -1  2320     if test "$cross_compiling" = maybe; then
   -1  2321 	cross_compiling=yes
   -1  2322     else
   -1  2323 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   -1  2324 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   -1  2325 as_fn_error $? "cannot run C++ compiled programs.
   -1  2326 If you meant to cross compile, use \`--host'.
   -1  2327 See \`config.log' for more details" "$LINENO" 5 ; }
   -1  2328     fi
   -1  2329   fi
   -1  2330 fi
   -1  2331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
   -1  2332 $as_echo "$cross_compiling" >&6; }
   -1  2333 
   -1  2334 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
   -1  2335 ac_clean_files=$ac_clean_files_save
   -1  2336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
   -1  2337 $as_echo_n "checking for suffix of object files... " >&6; }
   -1  2338 if test "${ac_cv_objext+set}" = set; then :
   -1  2339   $as_echo_n "(cached) " >&6
   -1  2340 else
   -1  2341   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2342 /* end confdefs.h.  */
   -1  2343 
   -1  2344 int
   -1  2345 main ()
   -1  2346 {
   -1  2347 
   -1  2348   ;
   -1  2349   return 0;
   -1  2350 }
   -1  2351 _ACEOF
   -1  2352 rm -f conftest.o conftest.obj
   -1  2353 if { { ac_try="$ac_compile"
   -1  2354 case "(($ac_try" in
   -1  2355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  2356   *) ac_try_echo=$ac_try;;
   -1  2357 esac
   -1  2358 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  2359 $as_echo "$ac_try_echo"; } >&5
   -1  2360   (eval "$ac_compile") 2>&5
   -1  2361   ac_status=$?
   -1  2362   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  2363   test $ac_status = 0; }; then :
   -1  2364   for ac_file in conftest.o conftest.obj conftest.*; do
   -1  2365   test -f "$ac_file" || continue;
   -1  2366   case $ac_file in
   -1  2367     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
   -1  2368     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
   -1  2369        break;;
   -1  2370   esac
   -1  2371 done
   -1  2372 else
   -1  2373   $as_echo "$as_me: failed program was:" >&5
   -1  2374 sed 's/^/| /' conftest.$ac_ext >&5
   -1  2375 
   -1  2376 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   -1  2377 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   -1  2378 as_fn_error $? "cannot compute suffix of object files: cannot compile
   -1  2379 See \`config.log' for more details" "$LINENO" 5 ; }
   -1  2380 fi
   -1  2381 rm -f conftest.$ac_cv_objext conftest.$ac_ext
   -1  2382 fi
   -1  2383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
   -1  2384 $as_echo "$ac_cv_objext" >&6; }
   -1  2385 OBJEXT=$ac_cv_objext
   -1  2386 ac_objext=$OBJEXT
   -1  2387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
   -1  2388 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
   -1  2389 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
   -1  2390   $as_echo_n "(cached) " >&6
   -1  2391 else
   -1  2392   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2393 /* end confdefs.h.  */
   -1  2394 
   -1  2395 int
   -1  2396 main ()
   -1  2397 {
   -1  2398 #ifndef __GNUC__
   -1  2399        choke me
   -1  2400 #endif
   -1  2401 
   -1  2402   ;
   -1  2403   return 0;
   -1  2404 }
   -1  2405 _ACEOF
   -1  2406 if ac_fn_cxx_try_compile "$LINENO"; then :
   -1  2407   ac_compiler_gnu=yes
   -1  2408 else
   -1  2409   ac_compiler_gnu=no
   -1  2410 fi
   -1  2411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  2412 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
   -1  2413 
   -1  2414 fi
   -1  2415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
   -1  2416 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
   -1  2417 if test $ac_compiler_gnu = yes; then
   -1  2418   GXX=yes
   -1  2419 else
   -1  2420   GXX=
   -1  2421 fi
   -1  2422 ac_test_CXXFLAGS=${CXXFLAGS+set}
   -1  2423 ac_save_CXXFLAGS=$CXXFLAGS
   -1  2424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
   -1  2425 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
   -1  2426 if test "${ac_cv_prog_cxx_g+set}" = set; then :
   -1  2427   $as_echo_n "(cached) " >&6
   -1  2428 else
   -1  2429   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
   -1  2430    ac_cxx_werror_flag=yes
   -1  2431    ac_cv_prog_cxx_g=no
   -1  2432    CXXFLAGS="-g"
   -1  2433    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2434 /* end confdefs.h.  */
   -1  2435 
   -1  2436 int
   -1  2437 main ()
   -1  2438 {
   -1  2439 
   -1  2440   ;
   -1  2441   return 0;
   -1  2442 }
   -1  2443 _ACEOF
   -1  2444 if ac_fn_cxx_try_compile "$LINENO"; then :
   -1  2445   ac_cv_prog_cxx_g=yes
   -1  2446 else
   -1  2447   CXXFLAGS=""
   -1  2448       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2449 /* end confdefs.h.  */
   -1  2450 
   -1  2451 int
   -1  2452 main ()
   -1  2453 {
   -1  2454 
   -1  2455   ;
   -1  2456   return 0;
   -1  2457 }
   -1  2458 _ACEOF
   -1  2459 if ac_fn_cxx_try_compile "$LINENO"; then :
   -1  2460 
   -1  2461 else
   -1  2462   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
   -1  2463 	 CXXFLAGS="-g"
   -1  2464 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2465 /* end confdefs.h.  */
   -1  2466 
   -1  2467 int
   -1  2468 main ()
   -1  2469 {
   -1  2470 
   -1  2471   ;
   -1  2472   return 0;
   -1  2473 }
   -1  2474 _ACEOF
   -1  2475 if ac_fn_cxx_try_compile "$LINENO"; then :
   -1  2476   ac_cv_prog_cxx_g=yes
   -1  2477 fi
   -1  2478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  2479 fi
   -1  2480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  2481 fi
   -1  2482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  2483    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
   -1  2484 fi
   -1  2485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
   -1  2486 $as_echo "$ac_cv_prog_cxx_g" >&6; }
   -1  2487 if test "$ac_test_CXXFLAGS" = set; then
   -1  2488   CXXFLAGS=$ac_save_CXXFLAGS
   -1  2489 elif test $ac_cv_prog_cxx_g = yes; then
   -1  2490   if test "$GXX" = yes; then
   -1  2491     CXXFLAGS="-g -O2"
   -1  2492   else
   -1  2493     CXXFLAGS="-g"
   -1  2494   fi
   -1  2495 else
   -1  2496   if test "$GXX" = yes; then
   -1  2497     CXXFLAGS="-O2"
   -1  2498   else
   -1  2499     CXXFLAGS=
   -1  2500   fi
   -1  2501 fi
   -1  2502 ac_ext=c
   -1  2503 ac_cpp='$CPP $CPPFLAGS'
   -1  2504 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   -1  2505 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   -1  2506 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   -1  2507 
   -1  2508 ac_ext=c
   -1  2509 ac_cpp='$CPP $CPPFLAGS'
   -1  2510 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   -1  2511 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   -1  2512 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   -1  2513 if test -n "$ac_tool_prefix"; then
   -1  2514   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   -1  2515 set dummy ${ac_tool_prefix}gcc; ac_word=$2
   -1  2516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  2517 $as_echo_n "checking for $ac_word... " >&6; }
   -1  2518 if test "${ac_cv_prog_CC+set}" = set; then :
   -1  2519   $as_echo_n "(cached) " >&6
   -1  2520 else
   -1  2521   if test -n "$CC"; then
   -1  2522   ac_cv_prog_CC="$CC" # Let the user override the test.
   -1  2523 else
   -1  2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  2525 for as_dir in $PATH
   -1  2526 do
   -1  2527   IFS=$as_save_IFS
   -1  2528   test -z "$as_dir" && as_dir=.
   -1  2529     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  2530   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  2531     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   -1  2532     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  2533     break 2
   -1  2534   fi
   -1  2535 done
   -1  2536   done
   -1  2537 IFS=$as_save_IFS
   -1  2538 
   -1  2539 fi
   -1  2540 fi
   -1  2541 CC=$ac_cv_prog_CC
   -1  2542 if test -n "$CC"; then
   -1  2543   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   -1  2544 $as_echo "$CC" >&6; }
   -1  2545 else
   -1  2546   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  2547 $as_echo "no" >&6; }
   -1  2548 fi
   -1  2549 
   -1  2550 
   -1  2551 fi
   -1  2552 if test -z "$ac_cv_prog_CC"; then
   -1  2553   ac_ct_CC=$CC
   -1  2554   # Extract the first word of "gcc", so it can be a program name with args.
   -1  2555 set dummy gcc; ac_word=$2
   -1  2556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  2557 $as_echo_n "checking for $ac_word... " >&6; }
   -1  2558 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   -1  2559   $as_echo_n "(cached) " >&6
   -1  2560 else
   -1  2561   if test -n "$ac_ct_CC"; then
   -1  2562   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   -1  2563 else
   -1  2564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  2565 for as_dir in $PATH
   -1  2566 do
   -1  2567   IFS=$as_save_IFS
   -1  2568   test -z "$as_dir" && as_dir=.
   -1  2569     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  2570   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  2571     ac_cv_prog_ac_ct_CC="gcc"
   -1  2572     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  2573     break 2
   -1  2574   fi
   -1  2575 done
   -1  2576   done
   -1  2577 IFS=$as_save_IFS
   -1  2578 
   -1  2579 fi
   -1  2580 fi
   -1  2581 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   -1  2582 if test -n "$ac_ct_CC"; then
   -1  2583   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   -1  2584 $as_echo "$ac_ct_CC" >&6; }
   -1  2585 else
   -1  2586   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  2587 $as_echo "no" >&6; }
   -1  2588 fi
   -1  2589 
   -1  2590   if test "x$ac_ct_CC" = x; then
   -1  2591     CC=""
   -1  2592   else
   -1  2593     case $cross_compiling:$ac_tool_warned in
   -1  2594 yes:)
   -1  2595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   -1  2596 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   -1  2597 ac_tool_warned=yes ;;
   -1  2598 esac
   -1  2599     CC=$ac_ct_CC
   -1  2600   fi
   -1  2601 else
   -1  2602   CC="$ac_cv_prog_CC"
   -1  2603 fi
   -1  2604 
   -1  2605 if test -z "$CC"; then
   -1  2606           if test -n "$ac_tool_prefix"; then
   -1  2607     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   -1  2608 set dummy ${ac_tool_prefix}cc; ac_word=$2
   -1  2609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  2610 $as_echo_n "checking for $ac_word... " >&6; }
   -1  2611 if test "${ac_cv_prog_CC+set}" = set; then :
   -1  2612   $as_echo_n "(cached) " >&6
   -1  2613 else
   -1  2614   if test -n "$CC"; then
   -1  2615   ac_cv_prog_CC="$CC" # Let the user override the test.
   -1  2616 else
   -1  2617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  2618 for as_dir in $PATH
   -1  2619 do
   -1  2620   IFS=$as_save_IFS
   -1  2621   test -z "$as_dir" && as_dir=.
   -1  2622     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  2623   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  2624     ac_cv_prog_CC="${ac_tool_prefix}cc"
   -1  2625     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  2626     break 2
   -1  2627   fi
   -1  2628 done
   -1  2629   done
   -1  2630 IFS=$as_save_IFS
   -1  2631 
   -1  2632 fi
   -1  2633 fi
   -1  2634 CC=$ac_cv_prog_CC
   -1  2635 if test -n "$CC"; then
   -1  2636   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   -1  2637 $as_echo "$CC" >&6; }
   -1  2638 else
   -1  2639   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  2640 $as_echo "no" >&6; }
   -1  2641 fi
   -1  2642 
   -1  2643 
   -1  2644   fi
   -1  2645 fi
   -1  2646 if test -z "$CC"; then
   -1  2647   # Extract the first word of "cc", so it can be a program name with args.
   -1  2648 set dummy cc; ac_word=$2
   -1  2649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  2650 $as_echo_n "checking for $ac_word... " >&6; }
   -1  2651 if test "${ac_cv_prog_CC+set}" = set; then :
   -1  2652   $as_echo_n "(cached) " >&6
   -1  2653 else
   -1  2654   if test -n "$CC"; then
   -1  2655   ac_cv_prog_CC="$CC" # Let the user override the test.
   -1  2656 else
   -1  2657   ac_prog_rejected=no
   -1  2658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  2659 for as_dir in $PATH
   -1  2660 do
   -1  2661   IFS=$as_save_IFS
   -1  2662   test -z "$as_dir" && as_dir=.
   -1  2663     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  2664   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  2665     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   -1  2666        ac_prog_rejected=yes
   -1  2667        continue
   -1  2668      fi
   -1  2669     ac_cv_prog_CC="cc"
   -1  2670     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  2671     break 2
   -1  2672   fi
   -1  2673 done
   -1  2674   done
   -1  2675 IFS=$as_save_IFS
   -1  2676 
   -1  2677 if test $ac_prog_rejected = yes; then
   -1  2678   # We found a bogon in the path, so make sure we never use it.
   -1  2679   set dummy $ac_cv_prog_CC
   -1  2680   shift
   -1  2681   if test $# != 0; then
   -1  2682     # We chose a different compiler from the bogus one.
   -1  2683     # However, it has the same basename, so the bogon will be chosen
   -1  2684     # first if we set CC to just the basename; use the full file name.
   -1  2685     shift
   -1  2686     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   -1  2687   fi
   -1  2688 fi
   -1  2689 fi
   -1  2690 fi
   -1  2691 CC=$ac_cv_prog_CC
   -1  2692 if test -n "$CC"; then
   -1  2693   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   -1  2694 $as_echo "$CC" >&6; }
   -1  2695 else
   -1  2696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  2697 $as_echo "no" >&6; }
   -1  2698 fi
   -1  2699 
   -1  2700 
   -1  2701 fi
   -1  2702 if test -z "$CC"; then
   -1  2703   if test -n "$ac_tool_prefix"; then
   -1  2704   for ac_prog in cl.exe
   -1  2705   do
   -1  2706     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   -1  2707 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   -1  2708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  2709 $as_echo_n "checking for $ac_word... " >&6; }
   -1  2710 if test "${ac_cv_prog_CC+set}" = set; then :
   -1  2711   $as_echo_n "(cached) " >&6
   -1  2712 else
   -1  2713   if test -n "$CC"; then
   -1  2714   ac_cv_prog_CC="$CC" # Let the user override the test.
   -1  2715 else
   -1  2716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  2717 for as_dir in $PATH
   -1  2718 do
   -1  2719   IFS=$as_save_IFS
   -1  2720   test -z "$as_dir" && as_dir=.
   -1  2721     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  2722   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  2723     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   -1  2724     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  2725     break 2
   -1  2726   fi
   -1  2727 done
   -1  2728   done
   -1  2729 IFS=$as_save_IFS
   -1  2730 
   -1  2731 fi
   -1  2732 fi
   -1  2733 CC=$ac_cv_prog_CC
   -1  2734 if test -n "$CC"; then
   -1  2735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   -1  2736 $as_echo "$CC" >&6; }
   -1  2737 else
   -1  2738   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  2739 $as_echo "no" >&6; }
   -1  2740 fi
   -1  2741 
   -1  2742 
   -1  2743     test -n "$CC" && break
   -1  2744   done
   -1  2745 fi
   -1  2746 if test -z "$CC"; then
   -1  2747   ac_ct_CC=$CC
   -1  2748   for ac_prog in cl.exe
   -1  2749 do
   -1  2750   # Extract the first word of "$ac_prog", so it can be a program name with args.
   -1  2751 set dummy $ac_prog; ac_word=$2
   -1  2752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  2753 $as_echo_n "checking for $ac_word... " >&6; }
   -1  2754 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   -1  2755   $as_echo_n "(cached) " >&6
   -1  2756 else
   -1  2757   if test -n "$ac_ct_CC"; then
   -1  2758   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   -1  2759 else
   -1  2760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  2761 for as_dir in $PATH
   -1  2762 do
   -1  2763   IFS=$as_save_IFS
   -1  2764   test -z "$as_dir" && as_dir=.
   -1  2765     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  2766   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  2767     ac_cv_prog_ac_ct_CC="$ac_prog"
   -1  2768     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  2769     break 2
   -1  2770   fi
   -1  2771 done
   -1  2772   done
   -1  2773 IFS=$as_save_IFS
   -1  2774 
   -1  2775 fi
   -1  2776 fi
   -1  2777 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   -1  2778 if test -n "$ac_ct_CC"; then
   -1  2779   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   -1  2780 $as_echo "$ac_ct_CC" >&6; }
   -1  2781 else
   -1  2782   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  2783 $as_echo "no" >&6; }
   -1  2784 fi
   -1  2785 
   -1  2786 
   -1  2787   test -n "$ac_ct_CC" && break
   -1  2788 done
   -1  2789 
   -1  2790   if test "x$ac_ct_CC" = x; then
   -1  2791     CC=""
   -1  2792   else
   -1  2793     case $cross_compiling:$ac_tool_warned in
   -1  2794 yes:)
   -1  2795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   -1  2796 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   -1  2797 ac_tool_warned=yes ;;
   -1  2798 esac
   -1  2799     CC=$ac_ct_CC
   -1  2800   fi
   -1  2801 fi
   -1  2802 
   -1  2803 fi
   -1  2804 
   -1  2805 
   -1  2806 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   -1  2807 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   -1  2808 as_fn_error $? "no acceptable C compiler found in \$PATH
   -1  2809 See \`config.log' for more details" "$LINENO" 5 ; }
   -1  2810 
   -1  2811 # Provide some information about the compiler.
   -1  2812 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   -1  2813 set X $ac_compile
   -1  2814 ac_compiler=$2
   -1  2815 for ac_option in --version -v -V -qversion; do
   -1  2816   { { ac_try="$ac_compiler $ac_option >&5"
   -1  2817 case "(($ac_try" in
   -1  2818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   -1  2819   *) ac_try_echo=$ac_try;;
   -1  2820 esac
   -1  2821 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   -1  2822 $as_echo "$ac_try_echo"; } >&5
   -1  2823   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
   -1  2824   ac_status=$?
   -1  2825   if test -s conftest.err; then
   -1  2826     sed '10a\
   -1  2827 ... rest of stderr output deleted ...
   -1  2828          10q' conftest.err >conftest.er1
   -1  2829     cat conftest.er1 >&5
   -1  2830   fi
   -1  2831   rm -f conftest.er1 conftest.err
   -1  2832   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  2833   test $ac_status = 0; }
   -1  2834 done
   -1  2835 
   -1  2836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   -1  2837 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   -1  2838 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
   -1  2839   $as_echo_n "(cached) " >&6
   -1  2840 else
   -1  2841   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2842 /* end confdefs.h.  */
   -1  2843 
   -1  2844 int
   -1  2845 main ()
   -1  2846 {
   -1  2847 #ifndef __GNUC__
   -1  2848        choke me
   -1  2849 #endif
   -1  2850 
   -1  2851   ;
   -1  2852   return 0;
   -1  2853 }
   -1  2854 _ACEOF
   -1  2855 if ac_fn_c_try_compile "$LINENO"; then :
   -1  2856   ac_compiler_gnu=yes
   -1  2857 else
   -1  2858   ac_compiler_gnu=no
   -1  2859 fi
   -1  2860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  2861 ac_cv_c_compiler_gnu=$ac_compiler_gnu
   -1  2862 
   -1  2863 fi
   -1  2864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
   -1  2865 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
   -1  2866 if test $ac_compiler_gnu = yes; then
   -1  2867   GCC=yes
   -1  2868 else
   -1  2869   GCC=
   -1  2870 fi
   -1  2871 ac_test_CFLAGS=${CFLAGS+set}
   -1  2872 ac_save_CFLAGS=$CFLAGS
   -1  2873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   -1  2874 $as_echo_n "checking whether $CC accepts -g... " >&6; }
   -1  2875 if test "${ac_cv_prog_cc_g+set}" = set; then :
   -1  2876   $as_echo_n "(cached) " >&6
   -1  2877 else
   -1  2878   ac_save_c_werror_flag=$ac_c_werror_flag
   -1  2879    ac_c_werror_flag=yes
   -1  2880    ac_cv_prog_cc_g=no
   -1  2881    CFLAGS="-g"
   -1  2882    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2883 /* end confdefs.h.  */
   -1  2884 
   -1  2885 int
   -1  2886 main ()
   -1  2887 {
   -1  2888 
   -1  2889   ;
   -1  2890   return 0;
   -1  2891 }
   -1  2892 _ACEOF
   -1  2893 if ac_fn_c_try_compile "$LINENO"; then :
   -1  2894   ac_cv_prog_cc_g=yes
   -1  2895 else
   -1  2896   CFLAGS=""
   -1  2897       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2898 /* end confdefs.h.  */
   -1  2899 
   -1  2900 int
   -1  2901 main ()
   -1  2902 {
   -1  2903 
   -1  2904   ;
   -1  2905   return 0;
   -1  2906 }
   -1  2907 _ACEOF
   -1  2908 if ac_fn_c_try_compile "$LINENO"; then :
   -1  2909 
   -1  2910 else
   -1  2911   ac_c_werror_flag=$ac_save_c_werror_flag
   -1  2912 	 CFLAGS="-g"
   -1  2913 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2914 /* end confdefs.h.  */
   -1  2915 
   -1  2916 int
   -1  2917 main ()
   -1  2918 {
   -1  2919 
   -1  2920   ;
   -1  2921   return 0;
   -1  2922 }
   -1  2923 _ACEOF
   -1  2924 if ac_fn_c_try_compile "$LINENO"; then :
   -1  2925   ac_cv_prog_cc_g=yes
   -1  2926 fi
   -1  2927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  2928 fi
   -1  2929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  2930 fi
   -1  2931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  2932    ac_c_werror_flag=$ac_save_c_werror_flag
   -1  2933 fi
   -1  2934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
   -1  2935 $as_echo "$ac_cv_prog_cc_g" >&6; }
   -1  2936 if test "$ac_test_CFLAGS" = set; then
   -1  2937   CFLAGS=$ac_save_CFLAGS
   -1  2938 elif test $ac_cv_prog_cc_g = yes; then
   -1  2939   if test "$GCC" = yes; then
   -1  2940     CFLAGS="-g -O2"
   -1  2941   else
   -1  2942     CFLAGS="-g"
   -1  2943   fi
   -1  2944 else
   -1  2945   if test "$GCC" = yes; then
   -1  2946     CFLAGS="-O2"
   -1  2947   else
   -1  2948     CFLAGS=
   -1  2949   fi
   -1  2950 fi
   -1  2951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   -1  2952 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   -1  2953 if test "${ac_cv_prog_cc_c89+set}" = set; then :
   -1  2954   $as_echo_n "(cached) " >&6
   -1  2955 else
   -1  2956   ac_cv_prog_cc_c89=no
   -1  2957 ac_save_CC=$CC
   -1  2958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  2959 /* end confdefs.h.  */
   -1  2960 #include <stdarg.h>
   -1  2961 #include <stdio.h>
   -1  2962 #include <sys/types.h>
   -1  2963 #include <sys/stat.h>
   -1  2964 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   -1  2965 struct buf { int x; };
   -1  2966 FILE * (*rcsopen) (struct buf *, struct stat *, int);
   -1  2967 static char *e (p, i)
   -1  2968      char **p;
   -1  2969      int i;
   -1  2970 {
   -1  2971   return p[i];
   -1  2972 }
   -1  2973 static char *f (char * (*g) (char **, int), char **p, ...)
   -1  2974 {
   -1  2975   char *s;
   -1  2976   va_list v;
   -1  2977   va_start (v,p);
   -1  2978   s = g (p, va_arg (v,int));
   -1  2979   va_end (v);
   -1  2980   return s;
   -1  2981 }
   -1  2982 
   -1  2983 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   -1  2984    function prototypes and stuff, but not '\xHH' hex character constants.
   -1  2985    These don't provoke an error unfortunately, instead are silently treated
   -1  2986    as 'x'.  The following induces an error, until -std is added to get
   -1  2987    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   -1  2988    array size at least.  It's necessary to write '\x00'==0 to get something
   -1  2989    that's true only with -std.  */
   -1  2990 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   -1  2991 
   -1  2992 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   -1  2993    inside strings and character constants.  */
   -1  2994 #define FOO(x) 'x'
   -1  2995 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
   -1  2996 
   -1  2997 int test (int i, double x);
   -1  2998 struct s1 {int (*f) (int a);};
   -1  2999 struct s2 {int (*f) (double a);};
   -1  3000 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   -1  3001 int argc;
   -1  3002 char **argv;
   -1  3003 int
   -1  3004 main ()
   -1  3005 {
   -1  3006 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   -1  3007   ;
   -1  3008   return 0;
   -1  3009 }
   -1  3010 _ACEOF
   -1  3011 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
   -1  3012 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   -1  3013 do
   -1  3014   CC="$ac_save_CC $ac_arg"
   -1  3015   if ac_fn_c_try_compile "$LINENO"; then :
   -1  3016   ac_cv_prog_cc_c89=$ac_arg
   -1  3017 fi
   -1  3018 rm -f core conftest.err conftest.$ac_objext
   -1  3019   test "x$ac_cv_prog_cc_c89" != "xno" && break
   -1  3020 done
   -1  3021 rm -f conftest.$ac_ext
   -1  3022 CC=$ac_save_CC
   -1  3023 
   -1  3024 fi
   -1  3025 # AC_CACHE_VAL
   -1  3026 case "x$ac_cv_prog_cc_c89" in
   -1  3027   x)
   -1  3028     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
   -1  3029 $as_echo "none needed" >&6; } ;;
   -1  3030   xno)
   -1  3031     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
   -1  3032 $as_echo "unsupported" >&6; } ;;
   -1  3033   *)
   -1  3034     CC="$CC $ac_cv_prog_cc_c89"
   -1  3035     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
   -1  3036 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
   -1  3037 esac
   -1  3038 if test "x$ac_cv_prog_cc_c89" != xno; then :
   -1  3039 
   -1  3040 fi
   -1  3041 
   -1  3042 ac_ext=c
   -1  3043 ac_cpp='$CPP $CPPFLAGS'
   -1  3044 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   -1  3045 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   -1  3046 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   -1  3047 
   -1  3048 
   -1  3049 
   -1  3050 
   -1  3051 
   -1  3052 # check files
   -1  3053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/fileopen.png" >&5
   -1  3054 $as_echo_n "checking for /usr/share/icons/gnome/16x16/actions/fileopen.png... " >&6; }
   -1  3055 if test "${ac_cv_file__usr_share_icons_gnome_16x16_actions_fileopen_png+set}" = set; then :
   -1  3056   $as_echo_n "(cached) " >&6
   -1  3057 else
   -1  3058   test "$cross_compiling" = yes &&
   -1  3059   as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
   -1  3060 if test -r "/usr/share/icons/gnome/16x16/actions/fileopen.png"; then
   -1  3061   ac_cv_file__usr_share_icons_gnome_16x16_actions_fileopen_png=yes
   -1  3062 else
   -1  3063   ac_cv_file__usr_share_icons_gnome_16x16_actions_fileopen_png=no
   -1  3064 fi
   -1  3065 fi
   -1  3066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_fileopen_png" >&5
   -1  3067 $as_echo "$ac_cv_file__usr_share_icons_gnome_16x16_actions_fileopen_png" >&6; }
   -1  3068 if test "x$ac_cv_file__usr_share_icons_gnome_16x16_actions_fileopen_png" = x""yes; then :
   -1  3069 
   -1  3070 cat >>confdefs.h <<_ACEOF
   -1  3071 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_FILEOPEN_PNG 1
   -1  3072 _ACEOF
   -1  3073 
   -1  3074 else
   -1  3075   icons="error"
   -1  3076 fi
   -1  3077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/document-save.png" >&5
   -1  3078 $as_echo_n "checking for /usr/share/icons/gnome/16x16/actions/document-save.png... " >&6; }
   -1  3079 if test "${ac_cv_file__usr_share_icons_gnome_16x16_actions_document_save_png+set}" = set; then :
   -1  3080   $as_echo_n "(cached) " >&6
   -1  3081 else
   -1  3082   test "$cross_compiling" = yes &&
   -1  3083   as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
   -1  3084 if test -r "/usr/share/icons/gnome/16x16/actions/document-save.png"; then
   -1  3085   ac_cv_file__usr_share_icons_gnome_16x16_actions_document_save_png=yes
   -1  3086 else
   -1  3087   ac_cv_file__usr_share_icons_gnome_16x16_actions_document_save_png=no
   -1  3088 fi
   -1  3089 fi
   -1  3090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_document_save_png" >&5
   -1  3091 $as_echo "$ac_cv_file__usr_share_icons_gnome_16x16_actions_document_save_png" >&6; }
   -1  3092 if test "x$ac_cv_file__usr_share_icons_gnome_16x16_actions_document_save_png" = x""yes; then :
   -1  3093 
   -1  3094 cat >>confdefs.h <<_ACEOF
   -1  3095 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_DOCUMENT_SAVE_PNG 1
   -1  3096 _ACEOF
   -1  3097 
   -1  3098 else
   -1  3099   icons="error"
   -1  3100 fi
   -1  3101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/document-properties.png" >&5
   -1  3102 $as_echo_n "checking for /usr/share/icons/gnome/16x16/actions/document-properties.png... " >&6; }
   -1  3103 if test "${ac_cv_file__usr_share_icons_gnome_16x16_actions_document_properties_png+set}" = set; then :
   -1  3104   $as_echo_n "(cached) " >&6
   -1  3105 else
   -1  3106   test "$cross_compiling" = yes &&
   -1  3107   as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
   -1  3108 if test -r "/usr/share/icons/gnome/16x16/actions/document-properties.png"; then
   -1  3109   ac_cv_file__usr_share_icons_gnome_16x16_actions_document_properties_png=yes
   -1  3110 else
   -1  3111   ac_cv_file__usr_share_icons_gnome_16x16_actions_document_properties_png=no
   -1  3112 fi
   -1  3113 fi
   -1  3114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_document_properties_png" >&5
   -1  3115 $as_echo "$ac_cv_file__usr_share_icons_gnome_16x16_actions_document_properties_png" >&6; }
   -1  3116 if test "x$ac_cv_file__usr_share_icons_gnome_16x16_actions_document_properties_png" = x""yes; then :
   -1  3117 
   -1  3118 cat >>confdefs.h <<_ACEOF
   -1  3119 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_DOCUMENT_PROPERTIES_PNG 1
   -1  3120 _ACEOF
   -1  3121 
   -1  3122 else
   -1  3123   icons="error"
   -1  3124 fi
   -1  3125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/window-close.png" >&5
   -1  3126 $as_echo_n "checking for /usr/share/icons/gnome/16x16/actions/window-close.png... " >&6; }
   -1  3127 if test "${ac_cv_file__usr_share_icons_gnome_16x16_actions_window_close_png+set}" = set; then :
   -1  3128   $as_echo_n "(cached) " >&6
   -1  3129 else
   -1  3130   test "$cross_compiling" = yes &&
   -1  3131   as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
   -1  3132 if test -r "/usr/share/icons/gnome/16x16/actions/window-close.png"; then
   -1  3133   ac_cv_file__usr_share_icons_gnome_16x16_actions_window_close_png=yes
   -1  3134 else
   -1  3135   ac_cv_file__usr_share_icons_gnome_16x16_actions_window_close_png=no
   -1  3136 fi
   -1  3137 fi
   -1  3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_window_close_png" >&5
   -1  3139 $as_echo "$ac_cv_file__usr_share_icons_gnome_16x16_actions_window_close_png" >&6; }
   -1  3140 if test "x$ac_cv_file__usr_share_icons_gnome_16x16_actions_window_close_png" = x""yes; then :
   -1  3141 
   -1  3142 cat >>confdefs.h <<_ACEOF
   -1  3143 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_WINDOW_CLOSE_PNG 1
   -1  3144 _ACEOF
   -1  3145 
   -1  3146 else
   -1  3147   icons="error"
   -1  3148 fi
   -1  3149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/media-playback-start.png" >&5
   -1  3150 $as_echo_n "checking for /usr/share/icons/gnome/16x16/actions/media-playback-start.png... " >&6; }
   -1  3151 if test "${ac_cv_file__usr_share_icons_gnome_16x16_actions_media_playback_start_png+set}" = set; then :
   -1  3152   $as_echo_n "(cached) " >&6
   -1  3153 else
   -1  3154   test "$cross_compiling" = yes &&
   -1  3155   as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
   -1  3156 if test -r "/usr/share/icons/gnome/16x16/actions/media-playback-start.png"; then
   -1  3157   ac_cv_file__usr_share_icons_gnome_16x16_actions_media_playback_start_png=yes
   -1  3158 else
   -1  3159   ac_cv_file__usr_share_icons_gnome_16x16_actions_media_playback_start_png=no
   -1  3160 fi
   -1  3161 fi
   -1  3162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_media_playback_start_png" >&5
   -1  3163 $as_echo "$ac_cv_file__usr_share_icons_gnome_16x16_actions_media_playback_start_png" >&6; }
   -1  3164 if test "x$ac_cv_file__usr_share_icons_gnome_16x16_actions_media_playback_start_png" = x""yes; then :
   -1  3165 
   -1  3166 cat >>confdefs.h <<_ACEOF
   -1  3167 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_MEDIA_PLAYBACK_START_PNG 1
   -1  3168 _ACEOF
   -1  3169 
   -1  3170 else
   -1  3171   icons="error"
   -1  3172 fi
   -1  3173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/media-skip-backward.png" >&5
   -1  3174 $as_echo_n "checking for /usr/share/icons/gnome/16x16/actions/media-skip-backward.png... " >&6; }
   -1  3175 if test "${ac_cv_file__usr_share_icons_gnome_16x16_actions_media_skip_backward_png+set}" = set; then :
   -1  3176   $as_echo_n "(cached) " >&6
   -1  3177 else
   -1  3178   test "$cross_compiling" = yes &&
   -1  3179   as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
   -1  3180 if test -r "/usr/share/icons/gnome/16x16/actions/media-skip-backward.png"; then
   -1  3181   ac_cv_file__usr_share_icons_gnome_16x16_actions_media_skip_backward_png=yes
   -1  3182 else
   -1  3183   ac_cv_file__usr_share_icons_gnome_16x16_actions_media_skip_backward_png=no
   -1  3184 fi
   -1  3185 fi
   -1  3186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_media_skip_backward_png" >&5
   -1  3187 $as_echo "$ac_cv_file__usr_share_icons_gnome_16x16_actions_media_skip_backward_png" >&6; }
   -1  3188 if test "x$ac_cv_file__usr_share_icons_gnome_16x16_actions_media_skip_backward_png" = x""yes; then :
   -1  3189 
   -1  3190 cat >>confdefs.h <<_ACEOF
   -1  3191 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_MEDIA_SKIP_BACKWARD_PNG 1
   -1  3192 _ACEOF
   -1  3193 
   -1  3194 else
   -1  3195   icons="error"
   -1  3196 fi
   -1  3197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/edit-clear.png" >&5
   -1  3198 $as_echo_n "checking for /usr/share/icons/gnome/16x16/actions/edit-clear.png... " >&6; }
   -1  3199 if test "${ac_cv_file__usr_share_icons_gnome_16x16_actions_edit_clear_png+set}" = set; then :
   -1  3200   $as_echo_n "(cached) " >&6
   -1  3201 else
   -1  3202   test "$cross_compiling" = yes &&
   -1  3203   as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
   -1  3204 if test -r "/usr/share/icons/gnome/16x16/actions/edit-clear.png"; then
   -1  3205   ac_cv_file__usr_share_icons_gnome_16x16_actions_edit_clear_png=yes
   -1  3206 else
   -1  3207   ac_cv_file__usr_share_icons_gnome_16x16_actions_edit_clear_png=no
   -1  3208 fi
   -1  3209 fi
   -1  3210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_edit_clear_png" >&5
   -1  3211 $as_echo "$ac_cv_file__usr_share_icons_gnome_16x16_actions_edit_clear_png" >&6; }
   -1  3212 if test "x$ac_cv_file__usr_share_icons_gnome_16x16_actions_edit_clear_png" = x""yes; then :
   -1  3213 
   -1  3214 cat >>confdefs.h <<_ACEOF
   -1  3215 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_EDIT_CLEAR_PNG 1
   -1  3216 _ACEOF
   -1  3217 
   -1  3218 else
   -1  3219   icons="error"
   -1  3220 fi
   -1  3221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/stock_refresh.png" >&5
   -1  3222 $as_echo_n "checking for /usr/share/icons/gnome/16x16/actions/stock_refresh.png... " >&6; }
   -1  3223 if test "${ac_cv_file__usr_share_icons_gnome_16x16_actions_stock_refresh_png+set}" = set; then :
   -1  3224   $as_echo_n "(cached) " >&6
   -1  3225 else
   -1  3226   test "$cross_compiling" = yes &&
   -1  3227   as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
   -1  3228 if test -r "/usr/share/icons/gnome/16x16/actions/stock_refresh.png"; then
   -1  3229   ac_cv_file__usr_share_icons_gnome_16x16_actions_stock_refresh_png=yes
   -1  3230 else
   -1  3231   ac_cv_file__usr_share_icons_gnome_16x16_actions_stock_refresh_png=no
   -1  3232 fi
   -1  3233 fi
   -1  3234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_stock_refresh_png" >&5
   -1  3235 $as_echo "$ac_cv_file__usr_share_icons_gnome_16x16_actions_stock_refresh_png" >&6; }
   -1  3236 if test "x$ac_cv_file__usr_share_icons_gnome_16x16_actions_stock_refresh_png" = x""yes; then :
   -1  3237 
   -1  3238 cat >>confdefs.h <<_ACEOF
   -1  3239 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_STOCK_REFRESH_PNG 1
   -1  3240 _ACEOF
   -1  3241 
   -1  3242 else
   -1  3243   icons="error"
   -1  3244 fi
   -1  3245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/help-about.png" >&5
   -1  3246 $as_echo_n "checking for /usr/share/icons/gnome/16x16/actions/help-about.png... " >&6; }
   -1  3247 if test "${ac_cv_file__usr_share_icons_gnome_16x16_actions_help_about_png+set}" = set; then :
   -1  3248   $as_echo_n "(cached) " >&6
   -1  3249 else
   -1  3250   test "$cross_compiling" = yes &&
   -1  3251   as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
   -1  3252 if test -r "/usr/share/icons/gnome/16x16/actions/help-about.png"; then
   -1  3253   ac_cv_file__usr_share_icons_gnome_16x16_actions_help_about_png=yes
   -1  3254 else
   -1  3255   ac_cv_file__usr_share_icons_gnome_16x16_actions_help_about_png=no
   -1  3256 fi
   -1  3257 fi
   -1  3258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_help_about_png" >&5
   -1  3259 $as_echo "$ac_cv_file__usr_share_icons_gnome_16x16_actions_help_about_png" >&6; }
   -1  3260 if test "x$ac_cv_file__usr_share_icons_gnome_16x16_actions_help_about_png" = x""yes; then :
   -1  3261 
   -1  3262 cat >>confdefs.h <<_ACEOF
   -1  3263 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_HELP_ABOUT_PNG 1
   -1  3264 _ACEOF
   -1  3265 
   -1  3266 else
   -1  3267   icons="error"
   -1  3268 fi
   -1  3269 
   -1  3270 if test "x$icons" = "x" ; then
   -1  3271   _CFLAGS="$_CFLAGS -DICONS_GNOME"
   -1  3272   echo "  Compiling with Gnome icons"
   -1  3273 else
   -1  3274   _CFLAGS="$_CFLAGS -UICONS_GNOME"
   -1  3275   echo "  Compiling without Gnome icons!"
   -1  3276 fi
   -1  3277 
   -1  3278 # Checks for libraries.
   -1  3279 # Extract the first word of "pkg-config", so it can be a program name with args.
   -1  3280 set dummy pkg-config; ac_word=$2
   -1  3281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  3282 $as_echo_n "checking for $ac_word... " >&6; }
   -1  3283 if test "${ac_cv_prog_HAVE_PKG_CONFIG+set}" = set; then :
   -1  3284   $as_echo_n "(cached) " >&6
   -1  3285 else
   -1  3286   if test -n "$HAVE_PKG_CONFIG"; then
   -1  3287   ac_cv_prog_HAVE_PKG_CONFIG="$HAVE_PKG_CONFIG" # Let the user override the test.
   -1  3288 else
   -1  3289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  3290 for as_dir in $PATH
   -1  3291 do
   -1  3292   IFS=$as_save_IFS
   -1  3293   test -z "$as_dir" && as_dir=.
   -1  3294     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  3295   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  3296     ac_cv_prog_HAVE_PKG_CONFIG="yes"
   -1  3297     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  3298     break 2
   -1  3299   fi
   -1  3300 done
   -1  3301   done
   -1  3302 IFS=$as_save_IFS
   -1  3303 
   -1  3304   test -z "$ac_cv_prog_HAVE_PKG_CONFIG" && ac_cv_prog_HAVE_PKG_CONFIG="no"
   -1  3305 fi
   -1  3306 fi
   -1  3307 HAVE_PKG_CONFIG=$ac_cv_prog_HAVE_PKG_CONFIG
   -1  3308 if test -n "$HAVE_PKG_CONFIG"; then
   -1  3309   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_PKG_CONFIG" >&5
   -1  3310 $as_echo "$HAVE_PKG_CONFIG" >&6; }
   -1  3311 else
   -1  3312   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3313 $as_echo "no" >&6; }
   -1  3314 fi
   -1  3315 
   -1  3316 
   -1  3317 if test x$HAVE_PKG_CONFIG = xno ; then
   -1  3318    as_fn_error $? "pkg-config is required for compilation!" "$LINENO" 5
   -1  3319 fi
   -1  3320 
   -1  3321 # Extract the first word of "wx-config", so it can be a program name with args.
   -1  3322 set dummy wx-config; ac_word=$2
   -1  3323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  3324 $as_echo_n "checking for $ac_word... " >&6; }
   -1  3325 if test "${ac_cv_prog_HAVE_WX_CONFIG+set}" = set; then :
   -1  3326   $as_echo_n "(cached) " >&6
   -1  3327 else
   -1  3328   if test -n "$HAVE_WX_CONFIG"; then
   -1  3329   ac_cv_prog_HAVE_WX_CONFIG="$HAVE_WX_CONFIG" # Let the user override the test.
   -1  3330 else
   -1  3331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  3332 for as_dir in $PATH
   -1  3333 do
   -1  3334   IFS=$as_save_IFS
   -1  3335   test -z "$as_dir" && as_dir=.
   -1  3336     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  3337   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  3338     ac_cv_prog_HAVE_WX_CONFIG="yes"
   -1  3339     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  3340     break 2
   -1  3341   fi
   -1  3342 done
   -1  3343   done
   -1  3344 IFS=$as_save_IFS
   -1  3345 
   -1  3346   test -z "$ac_cv_prog_HAVE_WX_CONFIG" && ac_cv_prog_HAVE_WX_CONFIG="no"
   -1  3347 fi
   -1  3348 fi
   -1  3349 HAVE_WX_CONFIG=$ac_cv_prog_HAVE_WX_CONFIG
   -1  3350 if test -n "$HAVE_WX_CONFIG"; then
   -1  3351   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_WX_CONFIG" >&5
   -1  3352 $as_echo "$HAVE_WX_CONFIG" >&6; }
   -1  3353 else
   -1  3354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3355 $as_echo "no" >&6; }
   -1  3356 fi
   -1  3357 
   -1  3358 
   -1  3359 if test x$HAVE_WX_CONFIG = xno ; then
   -1  3360    as_fn_error $? "wx-config is required for compilation! Is wxWidgets installed?" "$LINENO" 5
   -1  3361 fi
   -1  3362 
   -1  3363 # Extract the first word of "sdl-config", so it can be a program name with args.
   -1  3364 set dummy sdl-config; ac_word=$2
   -1  3365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  3366 $as_echo_n "checking for $ac_word... " >&6; }
   -1  3367 if test "${ac_cv_prog_HAVE_SDL_CONFIG+set}" = set; then :
   -1  3368   $as_echo_n "(cached) " >&6
   -1  3369 else
   -1  3370   if test -n "$HAVE_SDL_CONFIG"; then
   -1  3371   ac_cv_prog_HAVE_SDL_CONFIG="$HAVE_SDL_CONFIG" # Let the user override the test.
   -1  3372 else
   -1  3373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  3374 for as_dir in $PATH
   -1  3375 do
   -1  3376   IFS=$as_save_IFS
   -1  3377   test -z "$as_dir" && as_dir=.
   -1  3378     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  3379   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  3380     ac_cv_prog_HAVE_SDL_CONFIG="yes"
   -1  3381     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  3382     break 2
   -1  3383   fi
   -1  3384 done
   -1  3385   done
   -1  3386 IFS=$as_save_IFS
   -1  3387 
   -1  3388   test -z "$ac_cv_prog_HAVE_SDL_CONFIG" && ac_cv_prog_HAVE_SDL_CONFIG="no"
   -1  3389 fi
   -1  3390 fi
   -1  3391 HAVE_SDL_CONFIG=$ac_cv_prog_HAVE_SDL_CONFIG
   -1  3392 if test -n "$HAVE_SDL_CONFIG"; then
   -1  3393   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_SDL_CONFIG" >&5
   -1  3394 $as_echo "$HAVE_SDL_CONFIG" >&6; }
   -1  3395 else
   -1  3396   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3397 $as_echo "no" >&6; }
   -1  3398 fi
   -1  3399 
   -1  3400 
   -1  3401 if test x$HAVE_SDL_CONFIG = xno ; then
   -1  3402    as_fn_error $? "sdl-config is required for compilation! Is SDL installed?" "$LINENO" 5
   -1  3403 fi
   -1  3404 
   -1  3405 
   -1  3406 
   -1  3407 
   -1  3408 
   -1  3409 
   -1  3410 
   -1  3411 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
   -1  3412 	if test -n "$ac_tool_prefix"; then
   -1  3413   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
   -1  3414 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
   -1  3415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  3416 $as_echo_n "checking for $ac_word... " >&6; }
   -1  3417 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
   -1  3418   $as_echo_n "(cached) " >&6
   -1  3419 else
   -1  3420   case $PKG_CONFIG in
   -1  3421   [\\/]* | ?:[\\/]*)
   -1  3422   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
   -1  3423   ;;
   -1  3424   *)
   -1  3425   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  3426 for as_dir in $PATH
   -1  3427 do
   -1  3428   IFS=$as_save_IFS
   -1  3429   test -z "$as_dir" && as_dir=.
   -1  3430     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  3431   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  3432     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
   -1  3433     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  3434     break 2
   -1  3435   fi
   -1  3436 done
   -1  3437   done
   -1  3438 IFS=$as_save_IFS
   -1  3439 
   -1  3440   ;;
   -1  3441 esac
   -1  3442 fi
   -1  3443 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
   -1  3444 if test -n "$PKG_CONFIG"; then
   -1  3445   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
   -1  3446 $as_echo "$PKG_CONFIG" >&6; }
   -1  3447 else
   -1  3448   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3449 $as_echo "no" >&6; }
   -1  3450 fi
   -1  3451 
   -1  3452 
   -1  3453 fi
   -1  3454 if test -z "$ac_cv_path_PKG_CONFIG"; then
   -1  3455   ac_pt_PKG_CONFIG=$PKG_CONFIG
   -1  3456   # Extract the first word of "pkg-config", so it can be a program name with args.
   -1  3457 set dummy pkg-config; ac_word=$2
   -1  3458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   -1  3459 $as_echo_n "checking for $ac_word... " >&6; }
   -1  3460 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
   -1  3461   $as_echo_n "(cached) " >&6
   -1  3462 else
   -1  3463   case $ac_pt_PKG_CONFIG in
   -1  3464   [\\/]* | ?:[\\/]*)
   -1  3465   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
   -1  3466   ;;
   -1  3467   *)
   -1  3468   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  3469 for as_dir in $PATH
   -1  3470 do
   -1  3471   IFS=$as_save_IFS
   -1  3472   test -z "$as_dir" && as_dir=.
   -1  3473     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  3474   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   -1  3475     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
   -1  3476     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   -1  3477     break 2
   -1  3478   fi
   -1  3479 done
   -1  3480   done
   -1  3481 IFS=$as_save_IFS
   -1  3482 
   -1  3483   ;;
   -1  3484 esac
   -1  3485 fi
   -1  3486 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
   -1  3487 if test -n "$ac_pt_PKG_CONFIG"; then
   -1  3488   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
   -1  3489 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
   -1  3490 else
   -1  3491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3492 $as_echo "no" >&6; }
   -1  3493 fi
   -1  3494 
   -1  3495   if test "x$ac_pt_PKG_CONFIG" = x; then
   -1  3496     PKG_CONFIG=""
   -1  3497   else
   -1  3498     case $cross_compiling:$ac_tool_warned in
   -1  3499 yes:)
   -1  3500 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   -1  3501 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   -1  3502 ac_tool_warned=yes ;;
   -1  3503 esac
   -1  3504     PKG_CONFIG=$ac_pt_PKG_CONFIG
   -1  3505   fi
   -1  3506 else
   -1  3507   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
   -1  3508 fi
   -1  3509 
   -1  3510 fi
   -1  3511 if test -n "$PKG_CONFIG"; then
   -1  3512 	_pkg_min_version=0.9.0
   -1  3513 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
   -1  3514 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
   -1  3515 	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
   -1  3516 		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   -1  3517 $as_echo "yes" >&6; }
   -1  3518 	else
   -1  3519 		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3520 $as_echo "no" >&6; }
   -1  3521 		PKG_CONFIG=""
   -1  3522 	fi
   -1  3523 fi
   -1  3524 
   -1  3525 pkg_failed=no
   -1  3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5
   -1  3527 $as_echo_n "checking for SNDFILE... " >&6; }
   -1  3528 
   -1  3529 if test -n "$SNDFILE_CFLAGS"; then
   -1  3530     pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"
   -1  3531  elif test -n "$PKG_CONFIG"; then
   -1  3532     if test -n "$PKG_CONFIG" && \
   -1  3533     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile\""; } >&5
   -1  3534   ($PKG_CONFIG --exists --print-errors "sndfile") 2>&5
   -1  3535   ac_status=$?
   -1  3536   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  3537   test $ac_status = 0; }; then
   -1  3538   pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile" 2>/dev/null`
   -1  3539 else
   -1  3540   pkg_failed=yes
   -1  3541 fi
   -1  3542  else
   -1  3543     pkg_failed=untried
   -1  3544 fi
   -1  3545 if test -n "$SNDFILE_LIBS"; then
   -1  3546     pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"
   -1  3547  elif test -n "$PKG_CONFIG"; then
   -1  3548     if test -n "$PKG_CONFIG" && \
   -1  3549     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile\""; } >&5
   -1  3550   ($PKG_CONFIG --exists --print-errors "sndfile") 2>&5
   -1  3551   ac_status=$?
   -1  3552   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  3553   test $ac_status = 0; }; then
   -1  3554   pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile" 2>/dev/null`
   -1  3555 else
   -1  3556   pkg_failed=yes
   -1  3557 fi
   -1  3558  else
   -1  3559     pkg_failed=untried
   -1  3560 fi
   -1  3561 
   -1  3562 
   -1  3563 
   -1  3564 if test $pkg_failed = yes; then
   -1  3565    	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3566 $as_echo "no" >&6; }
   -1  3567 
   -1  3568 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
   -1  3569         _pkg_short_errors_supported=yes
   -1  3570 else
   -1  3571         _pkg_short_errors_supported=no
   -1  3572 fi
   -1  3573         if test $_pkg_short_errors_supported = yes; then
   -1  3574 	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sndfile" 2>&1`
   -1  3575         else
   -1  3576 	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors "sndfile" 2>&1`
   -1  3577         fi
   -1  3578 	# Put the nasty error message in config.log where it belongs
   -1  3579 	echo "$SNDFILE_PKG_ERRORS" >&5
   -1  3580 
   -1  3581 	as_fn_error $? "Package requirements (sndfile) were not met:
   -1  3582 
   -1  3583 $SNDFILE_PKG_ERRORS
   -1  3584 
   -1  3585 Consider adjusting the PKG_CONFIG_PATH environment variable if you
   -1  3586 installed software in a non-standard prefix.
   -1  3587 
   -1  3588 Alternatively, you may set the environment variables SNDFILE_CFLAGS
   -1  3589 and SNDFILE_LIBS to avoid the need to call pkg-config.
   -1  3590 See the pkg-config man page for more details." "$LINENO" 5
   -1  3591 elif test $pkg_failed = untried; then
   -1  3592      	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3593 $as_echo "no" >&6; }
   -1  3594 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   -1  3595 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   -1  3596 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
   -1  3597 is in your PATH or set the PKG_CONFIG environment variable to the full
   -1  3598 path to pkg-config.
   -1  3599 
   -1  3600 Alternatively, you may set the environment variables SNDFILE_CFLAGS
   -1  3601 and SNDFILE_LIBS to avoid the need to call pkg-config.
   -1  3602 See the pkg-config man page for more details.
   -1  3603 
   -1  3604 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
   -1  3605 See \`config.log' for more details" "$LINENO" 5 ; }
   -1  3606 else
   -1  3607 	SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS
   -1  3608 	SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS
   -1  3609         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   -1  3610 $as_echo "yes" >&6; }
   -1  3611 
   -1  3612 fi
   -1  3613 
   -1  3614 
   -1  3615 pkg_failed=no
   -1  3616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RubberBand" >&5
   -1  3617 $as_echo_n "checking for RubberBand... " >&6; }
   -1  3618 
   -1  3619 if test -n "$RubberBand_CFLAGS"; then
   -1  3620     pkg_cv_RubberBand_CFLAGS="$RubberBand_CFLAGS"
   -1  3621  elif test -n "$PKG_CONFIG"; then
   -1  3622     if test -n "$PKG_CONFIG" && \
   -1  3623     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rubberband >= 1.4\""; } >&5
   -1  3624   ($PKG_CONFIG --exists --print-errors "rubberband >= 1.4") 2>&5
   -1  3625   ac_status=$?
   -1  3626   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  3627   test $ac_status = 0; }; then
   -1  3628   pkg_cv_RubberBand_CFLAGS=`$PKG_CONFIG --cflags "rubberband >= 1.4" 2>/dev/null`
   -1  3629 else
   -1  3630   pkg_failed=yes
   -1  3631 fi
   -1  3632  else
   -1  3633     pkg_failed=untried
   -1  3634 fi
   -1  3635 if test -n "$RubberBand_LIBS"; then
   -1  3636     pkg_cv_RubberBand_LIBS="$RubberBand_LIBS"
   -1  3637  elif test -n "$PKG_CONFIG"; then
   -1  3638     if test -n "$PKG_CONFIG" && \
   -1  3639     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rubberband >= 1.4\""; } >&5
   -1  3640   ($PKG_CONFIG --exists --print-errors "rubberband >= 1.4") 2>&5
   -1  3641   ac_status=$?
   -1  3642   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  3643   test $ac_status = 0; }; then
   -1  3644   pkg_cv_RubberBand_LIBS=`$PKG_CONFIG --libs "rubberband >= 1.4" 2>/dev/null`
   -1  3645 else
   -1  3646   pkg_failed=yes
   -1  3647 fi
   -1  3648  else
   -1  3649     pkg_failed=untried
   -1  3650 fi
   -1  3651 
   -1  3652 
   -1  3653 
   -1  3654 if test $pkg_failed = yes; then
   -1  3655    	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3656 $as_echo "no" >&6; }
   -1  3657 
   -1  3658 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
   -1  3659         _pkg_short_errors_supported=yes
   -1  3660 else
   -1  3661         _pkg_short_errors_supported=no
   -1  3662 fi
   -1  3663         if test $_pkg_short_errors_supported = yes; then
   -1  3664 	        RubberBand_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "rubberband >= 1.4" 2>&1`
   -1  3665         else
   -1  3666 	        RubberBand_PKG_ERRORS=`$PKG_CONFIG --print-errors "rubberband >= 1.4" 2>&1`
   -1  3667         fi
   -1  3668 	# Put the nasty error message in config.log where it belongs
   -1  3669 	echo "$RubberBand_PKG_ERRORS" >&5
   -1  3670 
   -1  3671 
   -1  3672 	_CFLAGS="$_CFLAGS -UMODE_RUBBERBAND"
   -1  3673 	echo "  Compiling without RubberBand support!"
   -1  3674 
   -1  3675 elif test $pkg_failed = untried; then
   -1  3676      	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3677 $as_echo "no" >&6; }
   -1  3678 
   -1  3679 	_CFLAGS="$_CFLAGS -UMODE_RUBBERBAND"
   -1  3680 	echo "  Compiling without RubberBand support!"
   -1  3681 
   -1  3682 else
   -1  3683 	RubberBand_CFLAGS=$pkg_cv_RubberBand_CFLAGS
   -1  3684 	RubberBand_LIBS=$pkg_cv_RubberBand_LIBS
   -1  3685         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   -1  3686 $as_echo "yes" >&6; }
   -1  3687 
   -1  3688 	_CFLAGS="$_CFLAGS -DMODE_RUBBERBAND"
   -1  3689 	_PKGC="$_PKGC rubberband"
   -1  3690 	 echo "  Compiling with RubberBand support"
   -1  3691 fi
   -1  3692 
   -1  3693 
   -1  3694 pkg_failed=no
   -1  3695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAD" >&5
   -1  3696 $as_echo_n "checking for MAD... " >&6; }
   -1  3697 
   -1  3698 if test -n "$MAD_CFLAGS"; then
   -1  3699     pkg_cv_MAD_CFLAGS="$MAD_CFLAGS"
   -1  3700  elif test -n "$PKG_CONFIG"; then
   -1  3701     if test -n "$PKG_CONFIG" && \
   -1  3702     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mad\""; } >&5
   -1  3703   ($PKG_CONFIG --exists --print-errors "mad") 2>&5
   -1  3704   ac_status=$?
   -1  3705   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  3706   test $ac_status = 0; }; then
   -1  3707   pkg_cv_MAD_CFLAGS=`$PKG_CONFIG --cflags "mad" 2>/dev/null`
   -1  3708 else
   -1  3709   pkg_failed=yes
   -1  3710 fi
   -1  3711  else
   -1  3712     pkg_failed=untried
   -1  3713 fi
   -1  3714 if test -n "$MAD_LIBS"; then
   -1  3715     pkg_cv_MAD_LIBS="$MAD_LIBS"
   -1  3716  elif test -n "$PKG_CONFIG"; then
   -1  3717     if test -n "$PKG_CONFIG" && \
   -1  3718     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mad\""; } >&5
   -1  3719   ($PKG_CONFIG --exists --print-errors "mad") 2>&5
   -1  3720   ac_status=$?
   -1  3721   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   -1  3722   test $ac_status = 0; }; then
   -1  3723   pkg_cv_MAD_LIBS=`$PKG_CONFIG --libs "mad" 2>/dev/null`
   -1  3724 else
   -1  3725   pkg_failed=yes
   -1  3726 fi
   -1  3727  else
   -1  3728     pkg_failed=untried
   -1  3729 fi
   -1  3730 
   -1  3731 
   -1  3732 
   -1  3733 if test $pkg_failed = yes; then
   -1  3734    	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3735 $as_echo "no" >&6; }
   -1  3736 
   -1  3737 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
   -1  3738         _pkg_short_errors_supported=yes
   -1  3739 else
   -1  3740         _pkg_short_errors_supported=no
   -1  3741 fi
   -1  3742         if test $_pkg_short_errors_supported = yes; then
   -1  3743 	        MAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mad" 2>&1`
   -1  3744         else
   -1  3745 	        MAD_PKG_ERRORS=`$PKG_CONFIG --print-errors "mad" 2>&1`
   -1  3746         fi
   -1  3747 	# Put the nasty error message in config.log where it belongs
   -1  3748 	echo "$MAD_PKG_ERRORS" >&5
   -1  3749 
   -1  3750 
   -1  3751 	_CFLAGS="$_CFLAGS -UENABLE_MP3"
   -1  3752 	echo "  Compiling without mp3 support!"
   -1  3753 
   -1  3754 elif test $pkg_failed = untried; then
   -1  3755      	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   -1  3756 $as_echo "no" >&6; }
   -1  3757 
   -1  3758 	_CFLAGS="$_CFLAGS -UENABLE_MP3"
   -1  3759 	echo "  Compiling without mp3 support!"
   -1  3760 
   -1  3761 else
   -1  3762 	MAD_CFLAGS=$pkg_cv_MAD_CFLAGS
   -1  3763 	MAD_LIBS=$pkg_cv_MAD_LIBS
   -1  3764         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   -1  3765 $as_echo "yes" >&6; }
   -1  3766 
   -1  3767 	_CFLAGS="$_CFLAGS -DENABLE_MP3"
   -1  3768 #	_PKGC="$_PKGC rubberband"
   -1  3769 	 echo "  Compiling with mp3 support"
   -1  3770 fi
   -1  3771 
   -1  3772 # Checks for typedefs, structures, and compiler characteristics.
   -1  3773 
   -1  3774 ac_ext=c
   -1  3775 ac_cpp='$CPP $CPPFLAGS'
   -1  3776 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   -1  3777 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   -1  3778 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   -1  3779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
   -1  3780 $as_echo_n "checking how to run the C preprocessor... " >&6; }
   -1  3781 # On Suns, sometimes $CPP names a directory.
   -1  3782 if test -n "$CPP" && test -d "$CPP"; then
   -1  3783   CPP=
   -1  3784 fi
   -1  3785 if test -z "$CPP"; then
   -1  3786   if test "${ac_cv_prog_CPP+set}" = set; then :
   -1  3787   $as_echo_n "(cached) " >&6
   -1  3788 else
   -1  3789       # Double quotes because CPP needs to be expanded
   -1  3790     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
   -1  3791     do
   -1  3792       ac_preproc_ok=false
   -1  3793 for ac_c_preproc_warn_flag in '' yes
   -1  3794 do
   -1  3795   # Use a header file that comes with gcc, so configuring glibc
   -1  3796   # with a fresh cross-compiler works.
   -1  3797   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   -1  3798   # <limits.h> exists even on freestanding compilers.
   -1  3799   # On the NeXT, cc -E runs the code through the compiler's parser,
   -1  3800   # not just through cpp. "Syntax error" is here to catch this case.
   -1  3801   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  3802 /* end confdefs.h.  */
   -1  3803 #ifdef __STDC__
   -1  3804 # include <limits.h>
   -1  3805 #else
   -1  3806 # include <assert.h>
   -1  3807 #endif
   -1  3808 		     Syntax error
   -1  3809 _ACEOF
   -1  3810 if ac_fn_c_try_cpp "$LINENO"; then :
   -1  3811 
   -1  3812 else
   -1  3813   # Broken: fails on valid input.
   -1  3814 continue
   -1  3815 fi
   -1  3816 rm -f conftest.err conftest.i conftest.$ac_ext
   -1  3817 
   -1  3818   # OK, works on sane cases.  Now check whether nonexistent headers
   -1  3819   # can be detected and how.
   -1  3820   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  3821 /* end confdefs.h.  */
   -1  3822 #include <ac_nonexistent.h>
   -1  3823 _ACEOF
   -1  3824 if ac_fn_c_try_cpp "$LINENO"; then :
   -1  3825   # Broken: success on invalid input.
   -1  3826 continue
   -1  3827 else
   -1  3828   # Passes both tests.
   -1  3829 ac_preproc_ok=:
   -1  3830 break
   -1  3831 fi
   -1  3832 rm -f conftest.err conftest.i conftest.$ac_ext
   -1  3833 
   -1  3834 done
   -1  3835 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   -1  3836 rm -f conftest.i conftest.err conftest.$ac_ext
   -1  3837 if $ac_preproc_ok; then :
   -1  3838   break
   -1  3839 fi
   -1  3840 
   -1  3841     done
   -1  3842     ac_cv_prog_CPP=$CPP
   -1  3843 
   -1  3844 fi
   -1  3845   CPP=$ac_cv_prog_CPP
   -1  3846 else
   -1  3847   ac_cv_prog_CPP=$CPP
   -1  3848 fi
   -1  3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
   -1  3850 $as_echo "$CPP" >&6; }
   -1  3851 ac_preproc_ok=false
   -1  3852 for ac_c_preproc_warn_flag in '' yes
   -1  3853 do
   -1  3854   # Use a header file that comes with gcc, so configuring glibc
   -1  3855   # with a fresh cross-compiler works.
   -1  3856   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   -1  3857   # <limits.h> exists even on freestanding compilers.
   -1  3858   # On the NeXT, cc -E runs the code through the compiler's parser,
   -1  3859   # not just through cpp. "Syntax error" is here to catch this case.
   -1  3860   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  3861 /* end confdefs.h.  */
   -1  3862 #ifdef __STDC__
   -1  3863 # include <limits.h>
   -1  3864 #else
   -1  3865 # include <assert.h>
   -1  3866 #endif
   -1  3867 		     Syntax error
   -1  3868 _ACEOF
   -1  3869 if ac_fn_c_try_cpp "$LINENO"; then :
   -1  3870 
   -1  3871 else
   -1  3872   # Broken: fails on valid input.
   -1  3873 continue
   -1  3874 fi
   -1  3875 rm -f conftest.err conftest.i conftest.$ac_ext
   -1  3876 
   -1  3877   # OK, works on sane cases.  Now check whether nonexistent headers
   -1  3878   # can be detected and how.
   -1  3879   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  3880 /* end confdefs.h.  */
   -1  3881 #include <ac_nonexistent.h>
   -1  3882 _ACEOF
   -1  3883 if ac_fn_c_try_cpp "$LINENO"; then :
   -1  3884   # Broken: success on invalid input.
   -1  3885 continue
   -1  3886 else
   -1  3887   # Passes both tests.
   -1  3888 ac_preproc_ok=:
   -1  3889 break
   -1  3890 fi
   -1  3891 rm -f conftest.err conftest.i conftest.$ac_ext
   -1  3892 
   -1  3893 done
   -1  3894 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   -1  3895 rm -f conftest.i conftest.err conftest.$ac_ext
   -1  3896 if $ac_preproc_ok; then :
   -1  3897 
   -1  3898 else
   -1  3899   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   -1  3900 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   -1  3901 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
   -1  3902 See \`config.log' for more details" "$LINENO" 5 ; }
   -1  3903 fi
   -1  3904 
   -1  3905 ac_ext=c
   -1  3906 ac_cpp='$CPP $CPPFLAGS'
   -1  3907 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   -1  3908 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   -1  3909 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   -1  3910 
   -1  3911 
   -1  3912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
   -1  3913 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
   -1  3914 if test "${ac_cv_path_GREP+set}" = set; then :
   -1  3915   $as_echo_n "(cached) " >&6
   -1  3916 else
   -1  3917   if test -z "$GREP"; then
   -1  3918   ac_path_GREP_found=false
   -1  3919   # Loop through the user's path and test for each of PROGNAME-LIST
   -1  3920   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  3921 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   -1  3922 do
   -1  3923   IFS=$as_save_IFS
   -1  3924   test -z "$as_dir" && as_dir=.
   -1  3925     for ac_prog in grep ggrep; do
   -1  3926     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  3927       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
   -1  3928       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
   -1  3929 # Check for GNU ac_path_GREP and select it if it is found.
   -1  3930   # Check for GNU $ac_path_GREP
   -1  3931 case `"$ac_path_GREP" --version 2>&1` in
   -1  3932 *GNU*)
   -1  3933   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
   -1  3934 *)
   -1  3935   ac_count=0
   -1  3936   $as_echo_n 0123456789 >"conftest.in"
   -1  3937   while :
   -1  3938   do
   -1  3939     cat "conftest.in" "conftest.in" >"conftest.tmp"
   -1  3940     mv "conftest.tmp" "conftest.in"
   -1  3941     cp "conftest.in" "conftest.nl"
   -1  3942     $as_echo 'GREP' >> "conftest.nl"
   -1  3943     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   -1  3944     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   -1  3945     as_fn_arith $ac_count + 1 && ac_count=$as_val
   -1  3946     if test $ac_count -gt ${ac_path_GREP_max-0}; then
   -1  3947       # Best one so far, save it but keep looking for a better one
   -1  3948       ac_cv_path_GREP="$ac_path_GREP"
   -1  3949       ac_path_GREP_max=$ac_count
   -1  3950     fi
   -1  3951     # 10*(2^10) chars as input seems more than enough
   -1  3952     test $ac_count -gt 10 && break
   -1  3953   done
   -1  3954   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   -1  3955 esac
   -1  3956 
   -1  3957       $ac_path_GREP_found && break 3
   -1  3958     done
   -1  3959   done
   -1  3960   done
   -1  3961 IFS=$as_save_IFS
   -1  3962   if test -z "$ac_cv_path_GREP"; then
   -1  3963     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   -1  3964   fi
   -1  3965 else
   -1  3966   ac_cv_path_GREP=$GREP
   -1  3967 fi
   -1  3968 
   -1  3969 fi
   -1  3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
   -1  3971 $as_echo "$ac_cv_path_GREP" >&6; }
   -1  3972  GREP="$ac_cv_path_GREP"
   -1  3973 
   -1  3974 
   -1  3975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
   -1  3976 $as_echo_n "checking for egrep... " >&6; }
   -1  3977 if test "${ac_cv_path_EGREP+set}" = set; then :
   -1  3978   $as_echo_n "(cached) " >&6
   -1  3979 else
   -1  3980   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
   -1  3981    then ac_cv_path_EGREP="$GREP -E"
   -1  3982    else
   -1  3983      if test -z "$EGREP"; then
   -1  3984   ac_path_EGREP_found=false
   -1  3985   # Loop through the user's path and test for each of PROGNAME-LIST
   -1  3986   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  3987 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   -1  3988 do
   -1  3989   IFS=$as_save_IFS
   -1  3990   test -z "$as_dir" && as_dir=.
   -1  3991     for ac_prog in egrep; do
   -1  3992     for ac_exec_ext in '' $ac_executable_extensions; do
   -1  3993       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
   -1  3994       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
   -1  3995 # Check for GNU ac_path_EGREP and select it if it is found.
   -1  3996   # Check for GNU $ac_path_EGREP
   -1  3997 case `"$ac_path_EGREP" --version 2>&1` in
   -1  3998 *GNU*)
   -1  3999   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
   -1  4000 *)
   -1  4001   ac_count=0
   -1  4002   $as_echo_n 0123456789 >"conftest.in"
   -1  4003   while :
   -1  4004   do
   -1  4005     cat "conftest.in" "conftest.in" >"conftest.tmp"
   -1  4006     mv "conftest.tmp" "conftest.in"
   -1  4007     cp "conftest.in" "conftest.nl"
   -1  4008     $as_echo 'EGREP' >> "conftest.nl"
   -1  4009     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   -1  4010     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   -1  4011     as_fn_arith $ac_count + 1 && ac_count=$as_val
   -1  4012     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
   -1  4013       # Best one so far, save it but keep looking for a better one
   -1  4014       ac_cv_path_EGREP="$ac_path_EGREP"
   -1  4015       ac_path_EGREP_max=$ac_count
   -1  4016     fi
   -1  4017     # 10*(2^10) chars as input seems more than enough
   -1  4018     test $ac_count -gt 10 && break
   -1  4019   done
   -1  4020   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   -1  4021 esac
   -1  4022 
   -1  4023       $ac_path_EGREP_found && break 3
   -1  4024     done
   -1  4025   done
   -1  4026   done
   -1  4027 IFS=$as_save_IFS
   -1  4028   if test -z "$ac_cv_path_EGREP"; then
   -1  4029     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   -1  4030   fi
   -1  4031 else
   -1  4032   ac_cv_path_EGREP=$EGREP
   -1  4033 fi
   -1  4034 
   -1  4035    fi
   -1  4036 fi
   -1  4037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
   -1  4038 $as_echo "$ac_cv_path_EGREP" >&6; }
   -1  4039  EGREP="$ac_cv_path_EGREP"
   -1  4040 
   -1  4041 
   -1  4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
   -1  4043 $as_echo_n "checking for ANSI C header files... " >&6; }
   -1  4044 if test "${ac_cv_header_stdc+set}" = set; then :
   -1  4045   $as_echo_n "(cached) " >&6
   -1  4046 else
   -1  4047   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  4048 /* end confdefs.h.  */
   -1  4049 #include <stdlib.h>
   -1  4050 #include <stdarg.h>
   -1  4051 #include <string.h>
   -1  4052 #include <float.h>
   -1  4053 
   -1  4054 int
   -1  4055 main ()
   -1  4056 {
   -1  4057 
   -1  4058   ;
   -1  4059   return 0;
   -1  4060 }
   -1  4061 _ACEOF
   -1  4062 if ac_fn_c_try_compile "$LINENO"; then :
   -1  4063   ac_cv_header_stdc=yes
   -1  4064 else
   -1  4065   ac_cv_header_stdc=no
   -1  4066 fi
   -1  4067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  4068 
   -1  4069 if test $ac_cv_header_stdc = yes; then
   -1  4070   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   -1  4071   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  4072 /* end confdefs.h.  */
   -1  4073 #include <string.h>
   -1  4074 
   -1  4075 _ACEOF
   -1  4076 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   -1  4077   $EGREP "memchr" >/dev/null 2>&1; then :
   -1  4078 
   -1  4079 else
   -1  4080   ac_cv_header_stdc=no
   -1  4081 fi
   -1  4082 rm -f conftest*
   -1  4083 
   -1  4084 fi
   -1  4085 
   -1  4086 if test $ac_cv_header_stdc = yes; then
   -1  4087   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   -1  4088   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  4089 /* end confdefs.h.  */
   -1  4090 #include <stdlib.h>
   -1  4091 
   -1  4092 _ACEOF
   -1  4093 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   -1  4094   $EGREP "free" >/dev/null 2>&1; then :
   -1  4095 
   -1  4096 else
   -1  4097   ac_cv_header_stdc=no
   -1  4098 fi
   -1  4099 rm -f conftest*
   -1  4100 
   -1  4101 fi
   -1  4102 
   -1  4103 if test $ac_cv_header_stdc = yes; then
   -1  4104   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
   -1  4105   if test "$cross_compiling" = yes; then :
   -1  4106   :
   -1  4107 else
   -1  4108   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  4109 /* end confdefs.h.  */
   -1  4110 #include <ctype.h>
   -1  4111 #include <stdlib.h>
   -1  4112 #if ((' ' & 0x0FF) == 0x020)
   -1  4113 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
   -1  4114 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
   -1  4115 #else
   -1  4116 # define ISLOWER(c) \
   -1  4117 		   (('a' <= (c) && (c) <= 'i') \
   -1  4118 		     || ('j' <= (c) && (c) <= 'r') \
   -1  4119 		     || ('s' <= (c) && (c) <= 'z'))
   -1  4120 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
   -1  4121 #endif
   -1  4122 
   -1  4123 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
   -1  4124 int
   -1  4125 main ()
   -1  4126 {
   -1  4127   int i;
   -1  4128   for (i = 0; i < 256; i++)
   -1  4129     if (XOR (islower (i), ISLOWER (i))
   -1  4130 	|| toupper (i) != TOUPPER (i))
   -1  4131       return 2;
   -1  4132   return 0;
   -1  4133 }
   -1  4134 _ACEOF
   -1  4135 if ac_fn_c_try_run "$LINENO"; then :
   -1  4136 
   -1  4137 else
   -1  4138   ac_cv_header_stdc=no
   -1  4139 fi
   -1  4140 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   -1  4141   conftest.$ac_objext conftest.beam conftest.$ac_ext
   -1  4142 fi
   -1  4143 
   -1  4144 fi
   -1  4145 fi
   -1  4146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
   -1  4147 $as_echo "$ac_cv_header_stdc" >&6; }
   -1  4148 if test $ac_cv_header_stdc = yes; then
   -1  4149 
   -1  4150 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
   -1  4151 
   -1  4152 fi
   -1  4153 
   -1  4154 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
   -1  4155 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
   -1  4156 		  inttypes.h stdint.h unistd.h
   -1  4157 do :
   -1  4158   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   -1  4159 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
   -1  4160 "
   -1  4161 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   -1  4162   cat >>confdefs.h <<_ACEOF
   -1  4163 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   -1  4164 _ACEOF
   -1  4165 
   -1  4166 fi
   -1  4167 
   -1  4168 done
   -1  4169 
   -1  4170 
   -1  4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
   -1  4172 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
   -1  4173 if test "${ac_cv_header_stdbool_h+set}" = set; then :
   -1  4174   $as_echo_n "(cached) " >&6
   -1  4175 else
   -1  4176   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   -1  4177 /* end confdefs.h.  */
   -1  4178 
   -1  4179 #include <stdbool.h>
   -1  4180 #ifndef bool
   -1  4181  "error: bool is not defined"
   -1  4182 #endif
   -1  4183 #ifndef false
   -1  4184  "error: false is not defined"
   -1  4185 #endif
   -1  4186 #if false
   -1  4187  "error: false is not 0"
   -1  4188 #endif
   -1  4189 #ifndef true
   -1  4190  "error: true is not defined"
   -1  4191 #endif
   -1  4192 #if true != 1
   -1  4193  "error: true is not 1"
   -1  4194 #endif
   -1  4195 #ifndef __bool_true_false_are_defined
   -1  4196  "error: __bool_true_false_are_defined is not defined"
   -1  4197 #endif
   -1  4198 
   -1  4199 	struct s { _Bool s: 1; _Bool t; } s;
   -1  4200 
   -1  4201 	char a[true == 1 ? 1 : -1];
   -1  4202 	char b[false == 0 ? 1 : -1];
   -1  4203 	char c[__bool_true_false_are_defined == 1 ? 1 : -1];
   -1  4204 	char d[(bool) 0.5 == true ? 1 : -1];
   -1  4205 	bool e = &s;
   -1  4206 	char f[(_Bool) 0.0 == false ? 1 : -1];
   -1  4207 	char g[true];
   -1  4208 	char h[sizeof (_Bool)];
   -1  4209 	char i[sizeof s.t];
   -1  4210 	enum { j = false, k = true, l = false * true, m = true * 256 };
   -1  4211 	/* The following fails for
   -1  4212 	   HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
   -1  4213 	_Bool n[m];
   -1  4214 	char o[sizeof n == m * sizeof n[0] ? 1 : -1];
   -1  4215 	char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
   -1  4216 #	if defined __xlc__ || defined __GNUC__
   -1  4217 	 /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
   -1  4218 	    reported by James Lemley on 2005-10-05; see
   -1  4219 	    http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
   -1  4220 	    This test is not quite right, since xlc is allowed to
   -1  4221 	    reject this program, as the initializer for xlcbug is
   -1  4222 	    not one of the forms that C requires support for.
   -1  4223 	    However, doing the test right would require a runtime
   -1  4224 	    test, and that would make cross-compilation harder.
   -1  4225 	    Let us hope that IBM fixes the xlc bug, and also adds
   -1  4226 	    support for this kind of constant expression.  In the
   -1  4227 	    meantime, this test will reject xlc, which is OK, since
   -1  4228 	    our stdbool.h substitute should suffice.  We also test
   -1  4229 	    this with GCC, where it should work, to detect more
   -1  4230 	    quickly whether someone messes up the test in the
   -1  4231 	    future.  */
   -1  4232 	 char digs[] = "0123456789";
   -1  4233 	 int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
   -1  4234 #	endif
   -1  4235 	/* Catch a bug in an HP-UX C compiler.  See
   -1  4236 	   http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
   -1  4237 	   http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
   -1  4238 	 */
   -1  4239 	_Bool q = true;
   -1  4240 	_Bool *pq = &q;
   -1  4241 
   -1  4242 int
   -1  4243 main ()
   -1  4244 {
   -1  4245 
   -1  4246 	*pq |= q;
   -1  4247 	*pq |= ! q;
   -1  4248 	/* Refer to every declared value, to avoid compiler optimizations.  */
   -1  4249 	return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
   -1  4250 		+ !m + !n + !o + !p + !q + !pq);
   -1  4251 
   -1  4252   ;
   -1  4253   return 0;
   -1  4254 }
   -1  4255 _ACEOF
   -1  4256 if ac_fn_c_try_compile "$LINENO"; then :
   -1  4257   ac_cv_header_stdbool_h=yes
   -1  4258 else
   -1  4259   ac_cv_header_stdbool_h=no
   -1  4260 fi
   -1  4261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   -1  4262 fi
   -1  4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
   -1  4264 $as_echo "$ac_cv_header_stdbool_h" >&6; }
   -1  4265 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
   -1  4266 if test "x$ac_cv_type__Bool" = x""yes; then :
   -1  4267 
   -1  4268 cat >>confdefs.h <<_ACEOF
   -1  4269 #define HAVE__BOOL 1
   -1  4270 _ACEOF
   -1  4271 
   -1  4272 
   -1  4273 fi
   -1  4274 
   -1  4275 if test $ac_cv_header_stdbool_h = yes; then
   -1  4276 
   -1  4277 $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
   -1  4278 
   -1  4279 fi
   -1  4280 
   -1  4281 
   -1  4282 ac_config_files="$ac_config_files makefile src/gui/retimer_wx.cpp xiretimer.desktop README"
   -1  4283 
   -1  4284 cat >confcache <<\_ACEOF
   -1  4285 # This file is a shell script that caches the results of configure
   -1  4286 # tests run on this system so they can be shared between configure
   -1  4287 # scripts and configure runs, see configure's option --config-cache.
   -1  4288 # It is not useful on other systems.  If it contains results you don't
   -1  4289 # want to keep, you may remove or edit it.
   -1  4290 #
   -1  4291 # config.status only pays attention to the cache file if you give it
   -1  4292 # the --recheck option to rerun configure.
   -1  4293 #
   -1  4294 # `ac_cv_env_foo' variables (set or unset) will be overridden when
   -1  4295 # loading this file, other *unset* `ac_cv_foo' will be assigned the
   -1  4296 # following values.
   -1  4297 
   -1  4298 _ACEOF
   -1  4299 
   -1  4300 # The following way of writing the cache mishandles newlines in values,
   -1  4301 # but we know of no workaround that is simple, portable, and efficient.
   -1  4302 # So, we kill variables containing newlines.
   -1  4303 # Ultrix sh set writes to stderr and can't be redirected directly,
   -1  4304 # and sets the high bit in the cache file unless we assign to the vars.
   -1  4305 (
   -1  4306   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
   -1  4307     eval ac_val=\$$ac_var
   -1  4308     case $ac_val in #(
   -1  4309     *${as_nl}*)
   -1  4310       case $ac_var in #(
   -1  4311       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   -1  4312 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   -1  4313       esac
   -1  4314       case $ac_var in #(
   -1  4315       _ | IFS | as_nl) ;; #(
   -1  4316       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   -1  4317       *) { eval $ac_var=; unset $ac_var;} ;;
   -1  4318       esac ;;
   -1  4319     esac
   -1  4320   done
   -1  4321 
   -1  4322   (set) 2>&1 |
   -1  4323     case $as_nl`(ac_space=' '; set) 2>&1` in #(
   -1  4324     *${as_nl}ac_space=\ *)
   -1  4325       # `set' does not quote correctly, so add quotes: double-quote
   -1  4326       # substitution turns \\\\ into \\, and sed turns \\ into \.
   -1  4327       sed -n \
   -1  4328 	"s/'/'\\\\''/g;
   -1  4329 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   -1  4330       ;; #(
   -1  4331     *)
   -1  4332       # `set' quotes correctly as required by POSIX, so do not add quotes.
   -1  4333       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   -1  4334       ;;
   -1  4335     esac |
   -1  4336     sort
   -1  4337 ) |
   -1  4338   sed '
   -1  4339      /^ac_cv_env_/b end
   -1  4340      t clear
   -1  4341      :clear
   -1  4342      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
   -1  4343      t end
   -1  4344      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
   -1  4345      :end' >>confcache
   -1  4346 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   -1  4347   if test -w "$cache_file"; then
   -1  4348     test "x$cache_file" != "x/dev/null" &&
   -1  4349       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
   -1  4350 $as_echo "$as_me: updating cache $cache_file" >&6;}
   -1  4351     cat confcache >$cache_file
   -1  4352   else
   -1  4353     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
   -1  4354 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   -1  4355   fi
   -1  4356 fi
   -1  4357 rm -f confcache
   -1  4358 
   -1  4359 test "x$prefix" = xNONE && prefix=$ac_default_prefix
   -1  4360 # Let make expand exec_prefix.
   -1  4361 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   -1  4362 
   -1  4363 # Transform confdefs.h into DEFS.
   -1  4364 # Protect against shell expansion while executing Makefile rules.
   -1  4365 # Protect against Makefile macro expansion.
   -1  4366 #
   -1  4367 # If the first sed substitution is executed (which looks for macros that
   -1  4368 # take arguments), then branch to the quote section.  Otherwise,
   -1  4369 # look for a macro that doesn't take arguments.
   -1  4370 ac_script='
   -1  4371 :mline
   -1  4372 /\\$/{
   -1  4373  N
   -1  4374  s,\\\n,,
   -1  4375  b mline
   -1  4376 }
   -1  4377 t clear
   -1  4378 :clear
   -1  4379 s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
   -1  4380 t quote
   -1  4381 s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
   -1  4382 t quote
   -1  4383 b any
   -1  4384 :quote
   -1  4385 s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
   -1  4386 s/\[/\\&/g
   -1  4387 s/\]/\\&/g
   -1  4388 s/\$/$$/g
   -1  4389 H
   -1  4390 :any
   -1  4391 ${
   -1  4392 	g
   -1  4393 	s/^\n//
   -1  4394 	s/\n/ /g
   -1  4395 	p
   -1  4396 }
   -1  4397 '
   -1  4398 DEFS=`sed -n "$ac_script" confdefs.h`
   -1  4399 
   -1  4400 
   -1  4401 ac_libobjs=
   -1  4402 ac_ltlibobjs=
   -1  4403 U=
   -1  4404 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   -1  4405   # 1. Remove the extension, and $U if already installed.
   -1  4406   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   -1  4407   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
   -1  4408   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
   -1  4409   #    will be set to the directory where LIBOBJS objects are built.
   -1  4410   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
   -1  4411   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
   -1  4412 done
   -1  4413 LIBOBJS=$ac_libobjs
   -1  4414 
   -1  4415 LTLIBOBJS=$ac_ltlibobjs
   -1  4416 
   -1  4417 
   -1  4418 
   -1  4419 : ${CONFIG_STATUS=./config.status}
   -1  4420 ac_write_fail=0
   -1  4421 ac_clean_files_save=$ac_clean_files
   -1  4422 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   -1  4423 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
   -1  4424 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
   -1  4425 as_write_fail=0
   -1  4426 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
   -1  4427 #! $SHELL
   -1  4428 # Generated by $as_me.
   -1  4429 # Run this file to recreate the current configuration.
   -1  4430 # Compiler output produced by configure, useful for debugging
   -1  4431 # configure, is in config.log if it exists.
   -1  4432 
   -1  4433 debug=false
   -1  4434 ac_cs_recheck=false
   -1  4435 ac_cs_silent=false
   -1  4436 
   -1  4437 SHELL=\${CONFIG_SHELL-$SHELL}
   -1  4438 export SHELL
   -1  4439 _ASEOF
   -1  4440 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
   -1  4441 ## -------------------- ##
   -1  4442 ## M4sh Initialization. ##
   -1  4443 ## -------------------- ##
   -1  4444 
   -1  4445 # Be more Bourne compatible
   -1  4446 DUALCASE=1; export DUALCASE # for MKS sh
   -1  4447 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
   -1  4448   emulate sh
   -1  4449   NULLCMD=:
   -1  4450   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   -1  4451   # is contrary to our usage.  Disable this feature.
   -1  4452   alias -g '${1+"$@"}'='"$@"'
   -1  4453   setopt NO_GLOB_SUBST
   -1  4454 else
   -1  4455   case `(set -o) 2>/dev/null` in #(
   -1  4456   *posix*) :
   -1  4457     set -o posix ;; #(
   -1  4458   *) :
   -1  4459      ;;
   -1  4460 esac
   -1  4461 fi
   -1  4462 
   -1  4463 
   -1  4464 as_nl='
   -1  4465 '
   -1  4466 export as_nl
   -1  4467 # Printing a long string crashes Solaris 7 /usr/bin/printf.
   -1  4468 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   -1  4469 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
   -1  4470 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
   -1  4471 # Prefer a ksh shell builtin over an external printf program on Solaris,
   -1  4472 # but without wasting forks for bash or zsh.
   -1  4473 if test -z "$BASH_VERSION$ZSH_VERSION" \
   -1  4474     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
   -1  4475   as_echo='print -r --'
   -1  4476   as_echo_n='print -rn --'
   -1  4477 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
   -1  4478   as_echo='printf %s\n'
   -1  4479   as_echo_n='printf %s'
   -1  4480 else
   -1  4481   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
   -1  4482     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
   -1  4483     as_echo_n='/usr/ucb/echo -n'
   -1  4484   else
   -1  4485     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
   -1  4486     as_echo_n_body='eval
   -1  4487       arg=$1;
   -1  4488       case $arg in #(
   -1  4489       *"$as_nl"*)
   -1  4490 	expr "X$arg" : "X\\(.*\\)$as_nl";
   -1  4491 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
   -1  4492       esac;
   -1  4493       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
   -1  4494     '
   -1  4495     export as_echo_n_body
   -1  4496     as_echo_n='sh -c $as_echo_n_body as_echo'
   -1  4497   fi
   -1  4498   export as_echo_body
   -1  4499   as_echo='sh -c $as_echo_body as_echo'
   -1  4500 fi
   -1  4501 
   -1  4502 # The user is always right.
   -1  4503 if test "${PATH_SEPARATOR+set}" != set; then
   -1  4504   PATH_SEPARATOR=:
   -1  4505   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
   -1  4506     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
   -1  4507       PATH_SEPARATOR=';'
   -1  4508   }
   -1  4509 fi
   -1  4510 
   -1  4511 
   -1  4512 # IFS
   -1  4513 # We need space, tab and new line, in precisely that order.  Quoting is
   -1  4514 # there to prevent editors from complaining about space-tab.
   -1  4515 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   -1  4516 # splitting by setting IFS to empty value.)
   -1  4517 IFS=" ""	$as_nl"
   -1  4518 
   -1  4519 # Find who we are.  Look in the path if we contain no directory separator.
   -1  4520 case $0 in #((
   -1  4521   *[\\/]* ) as_myself=$0 ;;
   -1  4522   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   -1  4523 for as_dir in $PATH
   -1  4524 do
   -1  4525   IFS=$as_save_IFS
   -1  4526   test -z "$as_dir" && as_dir=.
   -1  4527     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   -1  4528   done
   -1  4529 IFS=$as_save_IFS
   -1  4530 
   -1  4531      ;;
   -1  4532 esac
   -1  4533 # We did not find ourselves, most probably we were run as `sh COMMAND'
   -1  4534 # in which case we are not to be found in the path.
   -1  4535 if test "x$as_myself" = x; then
   -1  4536   as_myself=$0
   -1  4537 fi
   -1  4538 if test ! -f "$as_myself"; then
   -1  4539   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   -1  4540   exit 1
   -1  4541 fi
   -1  4542 
   -1  4543 # Unset variables that we do not need and which cause bugs (e.g. in
   -1  4544 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   -1  4545 # suppresses any "Segmentation fault" message there.  '((' could
   -1  4546 # trigger a bug in pdksh 5.2.14.
   -1  4547 for as_var in BASH_ENV ENV MAIL MAILPATH
   -1  4548 do eval test x\${$as_var+set} = xset \
   -1  4549   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   -1  4550 done
   -1  4551 PS1='$ '
   -1  4552 PS2='> '
   -1  4553 PS4='+ '
   -1  4554 
   -1  4555 # NLS nuisances.
   -1  4556 LC_ALL=C
   -1  4557 export LC_ALL
   -1  4558 LANGUAGE=C
   -1  4559 export LANGUAGE
   -1  4560 
   -1  4561 # CDPATH.
   -1  4562 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   -1  4563 
   -1  4564 
   -1  4565 # as_fn_error STATUS ERROR [LINENO LOG_FD]
   -1  4566 # ----------------------------------------
   -1  4567 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   -1  4568 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   -1  4569 # script with STATUS, using 1 if that was 0.
   -1  4570 as_fn_error ()
   -1  4571 {
   -1  4572   as_status=$1; test $as_status -eq 0 && as_status=1
   -1  4573   if test "$4"; then
   -1  4574     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   -1  4575     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   -1  4576   fi
   -1  4577   $as_echo "$as_me: error: $2" >&2
   -1  4578   as_fn_exit $as_status
   -1  4579 } # as_fn_error
   -1  4580 
   -1  4581 
   -1  4582 # as_fn_set_status STATUS
   -1  4583 # -----------------------
   -1  4584 # Set $? to STATUS, without forking.
   -1  4585 as_fn_set_status ()
   -1  4586 {
   -1  4587   return $1
   -1  4588 } # as_fn_set_status
   -1  4589 
   -1  4590 # as_fn_exit STATUS
   -1  4591 # -----------------
   -1  4592 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   -1  4593 as_fn_exit ()
   -1  4594 {
   -1  4595   set +e
   -1  4596   as_fn_set_status $1
   -1  4597   exit $1
   -1  4598 } # as_fn_exit
   -1  4599 
   -1  4600 # as_fn_unset VAR
   -1  4601 # ---------------
   -1  4602 # Portably unset VAR.
   -1  4603 as_fn_unset ()
   -1  4604 {
   -1  4605   { eval $1=; unset $1;}
   -1  4606 }
   -1  4607 as_unset=as_fn_unset
   -1  4608 # as_fn_append VAR VALUE
   -1  4609 # ----------------------
   -1  4610 # Append the text in VALUE to the end of the definition contained in VAR. Take
   -1  4611 # advantage of any shell optimizations that allow amortized linear growth over
   -1  4612 # repeated appends, instead of the typical quadratic growth present in naive
   -1  4613 # implementations.
   -1  4614 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   -1  4615   eval 'as_fn_append ()
   -1  4616   {
   -1  4617     eval $1+=\$2
   -1  4618   }'
   -1  4619 else
   -1  4620   as_fn_append ()
   -1  4621   {
   -1  4622     eval $1=\$$1\$2
   -1  4623   }
   -1  4624 fi # as_fn_append
   -1  4625 
   -1  4626 # as_fn_arith ARG...
   -1  4627 # ------------------
   -1  4628 # Perform arithmetic evaluation on the ARGs, and store the result in the
   -1  4629 # global $as_val. Take advantage of shells that can avoid forks. The arguments
   -1  4630 # must be portable across $(()) and expr.
   -1  4631 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   -1  4632   eval 'as_fn_arith ()
   -1  4633   {
   -1  4634     as_val=$(( $* ))
   -1  4635   }'
   -1  4636 else
   -1  4637   as_fn_arith ()
   -1  4638   {
   -1  4639     as_val=`expr "$@" || test $? -eq 1`
   -1  4640   }
   -1  4641 fi # as_fn_arith
   -1  4642 
   -1  4643 
   -1  4644 if expr a : '\(a\)' >/dev/null 2>&1 &&
   -1  4645    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   -1  4646   as_expr=expr
   -1  4647 else
   -1  4648   as_expr=false
   -1  4649 fi
   -1  4650 
   -1  4651 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   -1  4652   as_basename=basename
   -1  4653 else
   -1  4654   as_basename=false
   -1  4655 fi
   -1  4656 
   -1  4657 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   -1  4658   as_dirname=dirname
   -1  4659 else
   -1  4660   as_dirname=false
   -1  4661 fi
   -1  4662 
   -1  4663 as_me=`$as_basename -- "$0" ||
   -1  4664 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   -1  4665 	 X"$0" : 'X\(//\)$' \| \
   -1  4666 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   -1  4667 $as_echo X/"$0" |
   -1  4668     sed '/^.*\/\([^/][^/]*\)\/*$/{
   -1  4669 	    s//\1/
   -1  4670 	    q
   -1  4671 	  }
   -1  4672 	  /^X\/\(\/\/\)$/{
   -1  4673 	    s//\1/
   -1  4674 	    q
   -1  4675 	  }
   -1  4676 	  /^X\/\(\/\).*/{
   -1  4677 	    s//\1/
   -1  4678 	    q
   -1  4679 	  }
   -1  4680 	  s/.*/./; q'`
   -1  4681 
   -1  4682 # Avoid depending upon Character Ranges.
   -1  4683 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   -1  4684 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   -1  4685 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   -1  4686 as_cr_digits='0123456789'
   -1  4687 as_cr_alnum=$as_cr_Letters$as_cr_digits
   -1  4688 
   -1  4689 ECHO_C= ECHO_N= ECHO_T=
   -1  4690 case `echo -n x` in #(((((
   -1  4691 -n*)
   -1  4692   case `echo 'xy\c'` in
   -1  4693   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   -1  4694   xy)  ECHO_C='\c';;
   -1  4695   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   -1  4696        ECHO_T='	';;
   -1  4697   esac;;
   -1  4698 *)
   -1  4699   ECHO_N='-n';;
   -1  4700 esac
   -1  4701 
   -1  4702 rm -f conf$$ conf$$.exe conf$$.file
   -1  4703 if test -d conf$$.dir; then
   -1  4704   rm -f conf$$.dir/conf$$.file
   -1  4705 else
   -1  4706   rm -f conf$$.dir
   -1  4707   mkdir conf$$.dir 2>/dev/null
   -1  4708 fi
   -1  4709 if (echo >conf$$.file) 2>/dev/null; then
   -1  4710   if ln -s conf$$.file conf$$ 2>/dev/null; then
   -1  4711     as_ln_s='ln -s'
   -1  4712     # ... but there are two gotchas:
   -1  4713     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   -1  4714     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   -1  4715     # In both cases, we have to default to `cp -p'.
   -1  4716     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   -1  4717       as_ln_s='cp -p'
   -1  4718   elif ln conf$$.file conf$$ 2>/dev/null; then
   -1  4719     as_ln_s=ln
   -1  4720   else
   -1  4721     as_ln_s='cp -p'
   -1  4722   fi
   -1  4723 else
   -1  4724   as_ln_s='cp -p'
   -1  4725 fi
   -1  4726 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   -1  4727 rmdir conf$$.dir 2>/dev/null
   -1  4728 
   -1  4729 
   -1  4730 # as_fn_mkdir_p
   -1  4731 # -------------
   -1  4732 # Create "$as_dir" as a directory, including parents if necessary.
   -1  4733 as_fn_mkdir_p ()
   -1  4734 {
   -1  4735 
   -1  4736   case $as_dir in #(
   -1  4737   -*) as_dir=./$as_dir;;
   -1  4738   esac
   -1  4739   test -d "$as_dir" || eval $as_mkdir_p || {
   -1  4740     as_dirs=
   -1  4741     while :; do
   -1  4742       case $as_dir in #(
   -1  4743       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   -1  4744       *) as_qdir=$as_dir;;
   -1  4745       esac
   -1  4746       as_dirs="'$as_qdir' $as_dirs"
   -1  4747       as_dir=`$as_dirname -- "$as_dir" ||
   -1  4748 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   -1  4749 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   -1  4750 	 X"$as_dir" : 'X\(//\)$' \| \
   -1  4751 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   -1  4752 $as_echo X"$as_dir" |
   -1  4753     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   -1  4754 	    s//\1/
   -1  4755 	    q
   -1  4756 	  }
   -1  4757 	  /^X\(\/\/\)[^/].*/{
   -1  4758 	    s//\1/
   -1  4759 	    q
   -1  4760 	  }
   -1  4761 	  /^X\(\/\/\)$/{
   -1  4762 	    s//\1/
   -1  4763 	    q
   -1  4764 	  }
   -1  4765 	  /^X\(\/\).*/{
   -1  4766 	    s//\1/
   -1  4767 	    q
   -1  4768 	  }
   -1  4769 	  s/.*/./; q'`
   -1  4770       test -d "$as_dir" && break
   -1  4771     done
   -1  4772     test -z "$as_dirs" || eval "mkdir $as_dirs"
   -1  4773   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   -1  4774 
   -1  4775 
   -1  4776 } # as_fn_mkdir_p
   -1  4777 if mkdir -p . 2>/dev/null; then
   -1  4778   as_mkdir_p='mkdir -p "$as_dir"'
   -1  4779 else
   -1  4780   test -d ./-p && rmdir ./-p
   -1  4781   as_mkdir_p=false
   -1  4782 fi
   -1  4783 
   -1  4784 if test -x / >/dev/null 2>&1; then
   -1  4785   as_test_x='test -x'
   -1  4786 else
   -1  4787   if ls -dL / >/dev/null 2>&1; then
   -1  4788     as_ls_L_option=L
   -1  4789   else
   -1  4790     as_ls_L_option=
   -1  4791   fi
   -1  4792   as_test_x='
   -1  4793     eval sh -c '\''
   -1  4794       if test -d "$1"; then
   -1  4795 	test -d "$1/.";
   -1  4796       else
   -1  4797 	case $1 in #(
   -1  4798 	-*)set "./$1";;
   -1  4799 	esac;
   -1  4800 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
   -1  4801 	???[sx]*):;;*)false;;esac;fi
   -1  4802     '\'' sh
   -1  4803   '
   -1  4804 fi
   -1  4805 as_executable_p=$as_test_x
   -1  4806 
   -1  4807 # Sed expression to map a string onto a valid CPP name.
   -1  4808 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   -1  4809 
   -1  4810 # Sed expression to map a string onto a valid variable name.
   -1  4811 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   -1  4812 
   -1  4813 
   -1  4814 exec 6>&1
   -1  4815 ## ----------------------------------- ##
   -1  4816 ## Main body of $CONFIG_STATUS script. ##
   -1  4817 ## ----------------------------------- ##
   -1  4818 _ASEOF
   -1  4819 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
   -1  4820 
   -1  4821 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   -1  4822 # Save the log message, to keep $0 and so on meaningful, and to
   -1  4823 # report actual input values of CONFIG_FILES etc. instead of their
   -1  4824 # values after options handling.
   -1  4825 ac_log="
   -1  4826 This file was extended by retimer $as_me 0.2, which was
   -1  4827 generated by GNU Autoconf 2.67.  Invocation command line was
   -1  4828 
   -1  4829   CONFIG_FILES    = $CONFIG_FILES
   -1  4830   CONFIG_HEADERS  = $CONFIG_HEADERS
   -1  4831   CONFIG_LINKS    = $CONFIG_LINKS
   -1  4832   CONFIG_COMMANDS = $CONFIG_COMMANDS
   -1  4833   $ $0 $@
   -1  4834 
   -1  4835 on `(hostname || uname -n) 2>/dev/null | sed 1q`
   -1  4836 "
   -1  4837 
   -1  4838 _ACEOF
   -1  4839 
   -1  4840 case $ac_config_files in *"
   -1  4841 "*) set x $ac_config_files; shift; ac_config_files=$*;;
   -1  4842 esac
   -1  4843 
   -1  4844 
   -1  4845 
   -1  4846 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   -1  4847 # Files that config.status was made for.
   -1  4848 config_files="$ac_config_files"
   -1  4849 
   -1  4850 _ACEOF
   -1  4851 
   -1  4852 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   -1  4853 ac_cs_usage="\
   -1  4854 \`$as_me' instantiates files and other configuration actions
   -1  4855 from templates according to the current configuration.  Unless the files
   -1  4856 and actions are specified as TAGs, all are instantiated by default.
   -1  4857 
   -1  4858 Usage: $0 [OPTION]... [TAG]...
   -1  4859 
   -1  4860   -h, --help       print this help, then exit
   -1  4861   -V, --version    print version number and configuration settings, then exit
   -1  4862       --config     print configuration, then exit
   -1  4863   -q, --quiet, --silent
   -1  4864                    do not print progress messages
   -1  4865   -d, --debug      don't remove temporary files
   -1  4866       --recheck    update $as_me by reconfiguring in the same conditions
   -1  4867       --file=FILE[:TEMPLATE]
   -1  4868                    instantiate the configuration file FILE
   -1  4869 
   -1  4870 Configuration files:
   -1  4871 $config_files
   -1  4872 
   -1  4873 Report bugs to the package provider."
   -1  4874 
   -1  4875 _ACEOF
   -1  4876 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   -1  4877 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   -1  4878 ac_cs_version="\\
   -1  4879 retimer config.status 0.2
   -1  4880 configured by $0, generated by GNU Autoconf 2.67,
   -1  4881   with options \\"\$ac_cs_config\\"
   -1  4882 
   -1  4883 Copyright (C) 2010 Free Software Foundation, Inc.
   -1  4884 This config.status script is free software; the Free Software Foundation
   -1  4885 gives unlimited permission to copy, distribute and modify it."
   -1  4886 
   -1  4887 ac_pwd='$ac_pwd'
   -1  4888 srcdir='$srcdir'
   -1  4889 test -n "\$AWK" || AWK=awk
   -1  4890 _ACEOF
   -1  4891 
   -1  4892 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   -1  4893 # The default lists apply if the user does not specify any file.
   -1  4894 ac_need_defaults=:
   -1  4895 while test $# != 0
   -1  4896 do
   -1  4897   case $1 in
   -1  4898   --*=?*)
   -1  4899     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   -1  4900     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   -1  4901     ac_shift=:
   -1  4902     ;;
   -1  4903   --*=)
   -1  4904     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   -1  4905     ac_optarg=
   -1  4906     ac_shift=:
   -1  4907     ;;
   -1  4908   *)
   -1  4909     ac_option=$1
   -1  4910     ac_optarg=$2
   -1  4911     ac_shift=shift
   -1  4912     ;;
   -1  4913   esac
   -1  4914 
   -1  4915   case $ac_option in
   -1  4916   # Handling of the options.
   -1  4917   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
   -1  4918     ac_cs_recheck=: ;;
   -1  4919   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
   -1  4920     $as_echo "$ac_cs_version"; exit ;;
   -1  4921   --config | --confi | --conf | --con | --co | --c )
   -1  4922     $as_echo "$ac_cs_config"; exit ;;
   -1  4923   --debug | --debu | --deb | --de | --d | -d )
   -1  4924     debug=: ;;
   -1  4925   --file | --fil | --fi | --f )
   -1  4926     $ac_shift
   -1  4927     case $ac_optarg in
   -1  4928     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   -1  4929     '') as_fn_error $? "missing file argument" ;;
   -1  4930     esac
   -1  4931     as_fn_append CONFIG_FILES " '$ac_optarg'"
   -1  4932     ac_need_defaults=false;;
   -1  4933   --he | --h |  --help | --hel | -h )
   -1  4934     $as_echo "$ac_cs_usage"; exit ;;
   -1  4935   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   -1  4936   | -silent | --silent | --silen | --sile | --sil | --si | --s)
   -1  4937     ac_cs_silent=: ;;
   -1  4938 
   -1  4939   # This is an error.
   -1  4940   -*) as_fn_error $? "unrecognized option: \`$1'
   -1  4941 Try \`$0 --help' for more information." ;;
   -1  4942 
   -1  4943   *) as_fn_append ac_config_targets " $1"
   -1  4944      ac_need_defaults=false ;;
   -1  4945 
   -1  4946   esac
   -1  4947   shift
   -1  4948 done
   -1  4949 
   -1  4950 ac_configure_extra_args=
   -1  4951 
   -1  4952 if $ac_cs_silent; then
   -1  4953   exec 6>/dev/null
   -1  4954   ac_configure_extra_args="$ac_configure_extra_args --silent"
   -1  4955 fi
   -1  4956 
   -1  4957 _ACEOF
   -1  4958 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   -1  4959 if \$ac_cs_recheck; then
   -1  4960   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   -1  4961   shift
   -1  4962   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
   -1  4963   CONFIG_SHELL='$SHELL'
   -1  4964   export CONFIG_SHELL
   -1  4965   exec "\$@"
   -1  4966 fi
   -1  4967 
   -1  4968 _ACEOF
   -1  4969 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   -1  4970 exec 5>>config.log
   -1  4971 {
   -1  4972   echo
   -1  4973   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
   -1  4974 ## Running $as_me. ##
   -1  4975 _ASBOX
   -1  4976   $as_echo "$ac_log"
   -1  4977 } >&5
   -1  4978 
   -1  4979 _ACEOF
   -1  4980 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   -1  4981 _ACEOF
   -1  4982 
   -1  4983 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   -1  4984 
   -1  4985 # Handling of arguments.
   -1  4986 for ac_config_target in $ac_config_targets
   -1  4987 do
   -1  4988   case $ac_config_target in
   -1  4989     "makefile") CONFIG_FILES="$CONFIG_FILES makefile" ;;
   -1  4990     "src/gui/retimer_wx.cpp") CONFIG_FILES="$CONFIG_FILES src/gui/retimer_wx.cpp" ;;
   -1  4991     "xiretimer.desktop") CONFIG_FILES="$CONFIG_FILES xiretimer.desktop" ;;
   -1  4992     "README") CONFIG_FILES="$CONFIG_FILES README" ;;
   -1  4993 
   -1  4994   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
   -1  4995   esac
   -1  4996 done
   -1  4997 
   -1  4998 
   -1  4999 # If the user did not use the arguments to specify the items to instantiate,
   -1  5000 # then the envvar interface is used.  Set only those that are not.
   -1  5001 # We use the long form for the default assignment because of an extremely
   -1  5002 # bizarre bug on SunOS 4.1.3.
   -1  5003 if $ac_need_defaults; then
   -1  5004   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   -1  5005 fi
   -1  5006 
   -1  5007 # Have a temporary directory for convenience.  Make it in the build tree
   -1  5008 # simply because there is no reason against having it here, and in addition,
   -1  5009 # creating and moving files from /tmp can sometimes cause problems.
   -1  5010 # Hook for its removal unless debugging.
   -1  5011 # Note that there is a small window in which the directory will not be cleaned:
   -1  5012 # after its creation but before its name has been assigned to `$tmp'.
   -1  5013 $debug ||
   -1  5014 {
   -1  5015   tmp=
   -1  5016   trap 'exit_status=$?
   -1  5017   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
   -1  5018 ' 0
   -1  5019   trap 'as_fn_exit 1' 1 2 13 15
   -1  5020 }
   -1  5021 # Create a (secure) tmp directory for tmp files.
   -1  5022 
   -1  5023 {
   -1  5024   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   -1  5025   test -n "$tmp" && test -d "$tmp"
   -1  5026 }  ||
   -1  5027 {
   -1  5028   tmp=./conf$$-$RANDOM
   -1  5029   (umask 077 && mkdir "$tmp")
   -1  5030 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
   -1  5031 
   -1  5032 # Set up the scripts for CONFIG_FILES section.
   -1  5033 # No need to generate them if there are no CONFIG_FILES.
   -1  5034 # This happens for instance with `./config.status config.h'.
   -1  5035 if test -n "$CONFIG_FILES"; then
   -1  5036 
   -1  5037 
   -1  5038 ac_cr=`echo X | tr X '\015'`
   -1  5039 # On cygwin, bash can eat \r inside `` if the user requested igncr.
   -1  5040 # But we know of no other shell where ac_cr would be empty at this
   -1  5041 # point, so we can use a bashism as a fallback.
   -1  5042 if test "x$ac_cr" = x; then
   -1  5043   eval ac_cr=\$\'\\r\'
   -1  5044 fi
   -1  5045 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
   -1  5046 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   -1  5047   ac_cs_awk_cr='\\r'
   -1  5048 else
   -1  5049   ac_cs_awk_cr=$ac_cr
   -1  5050 fi
   -1  5051 
   -1  5052 echo 'BEGIN {' >"$tmp/subs1.awk" &&
   -1  5053 _ACEOF
   -1  5054 
   -1  5055 
   -1  5056 {
   -1  5057   echo "cat >conf$$subs.awk <<_ACEOF" &&
   -1  5058   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   -1  5059   echo "_ACEOF"
   -1  5060 } >conf$$subs.sh ||
   -1  5061   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   -1  5062 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
   -1  5063 ac_delim='%!_!# '
   -1  5064 for ac_last_try in false false false false false :; do
   -1  5065   . ./conf$$subs.sh ||
   -1  5066     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   -1  5067 
   -1  5068   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   -1  5069   if test $ac_delim_n = $ac_delim_num; then
   -1  5070     break
   -1  5071   elif $ac_last_try; then
   -1  5072     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   -1  5073   else
   -1  5074     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   -1  5075   fi
   -1  5076 done
   -1  5077 rm -f conf$$subs.sh
   -1  5078 
   -1  5079 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   -1  5080 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
   -1  5081 _ACEOF
   -1  5082 sed -n '
   -1  5083 h
   -1  5084 s/^/S["/; s/!.*/"]=/
   -1  5085 p
   -1  5086 g
   -1  5087 s/^[^!]*!//
   -1  5088 :repl
   -1  5089 t repl
   -1  5090 s/'"$ac_delim"'$//
   -1  5091 t delim
   -1  5092 :nl
   -1  5093 h
   -1  5094 s/\(.\{148\}\)..*/\1/
   -1  5095 t more1
   -1  5096 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
   -1  5097 p
   -1  5098 n
   -1  5099 b repl
   -1  5100 :more1
   -1  5101 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   -1  5102 p
   -1  5103 g
   -1  5104 s/.\{148\}//
   -1  5105 t nl
   -1  5106 :delim
   -1  5107 h
   -1  5108 s/\(.\{148\}\)..*/\1/
   -1  5109 t more2
   -1  5110 s/["\\]/\\&/g; s/^/"/; s/$/"/
   -1  5111 p
   -1  5112 b
   -1  5113 :more2
   -1  5114 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   -1  5115 p
   -1  5116 g
   -1  5117 s/.\{148\}//
   -1  5118 t delim
   -1  5119 ' <conf$$subs.awk | sed '
   -1  5120 /^[^""]/{
   -1  5121   N
   -1  5122   s/\n//
   -1  5123 }
   -1  5124 ' >>$CONFIG_STATUS || ac_write_fail=1
   -1  5125 rm -f conf$$subs.awk
   -1  5126 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   -1  5127 _ACAWK
   -1  5128 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
   -1  5129   for (key in S) S_is_set[key] = 1
   -1  5130   FS = ""
   -1  5131 
   -1  5132 }
   -1  5133 {
   -1  5134   line = $ 0
   -1  5135   nfields = split(line, field, "@")
   -1  5136   substed = 0
   -1  5137   len = length(field[1])
   -1  5138   for (i = 2; i < nfields; i++) {
   -1  5139     key = field[i]
   -1  5140     keylen = length(key)
   -1  5141     if (S_is_set[key]) {
   -1  5142       value = S[key]
   -1  5143       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
   -1  5144       len += length(value) + length(field[++i])
   -1  5145       substed = 1
   -1  5146     } else
   -1  5147       len += 1 + keylen
   -1  5148   }
   -1  5149 
   -1  5150   print line
   -1  5151 }
   -1  5152 
   -1  5153 _ACAWK
   -1  5154 _ACEOF
   -1  5155 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   -1  5156 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
   -1  5157   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
   -1  5158 else
   -1  5159   cat
   -1  5160 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
   -1  5161   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
   -1  5162 _ACEOF
   -1  5163 
   -1  5164 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
   -1  5165 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
   -1  5166 # trailing colons and then remove the whole line if VPATH becomes empty
   -1  5167 # (actually we leave an empty line to preserve line numbers).
   -1  5168 if test "x$srcdir" = x.; then
   -1  5169   ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
   -1  5170 h
   -1  5171 s///
   -1  5172 s/^/:/
   -1  5173 s/[	 ]*$/:/
   -1  5174 s/:\$(srcdir):/:/g
   -1  5175 s/:\${srcdir}:/:/g
   -1  5176 s/:@srcdir@:/:/g
   -1  5177 s/^:*//
   -1  5178 s/:*$//
   -1  5179 x
   -1  5180 s/\(=[	 ]*\).*/\1/
   -1  5181 G
   -1  5182 s/\n//
   -1  5183 s/^[^=]*=[	 ]*$//
   -1  5184 }'
   -1  5185 fi
   -1  5186 
   -1  5187 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   -1  5188 fi # test -n "$CONFIG_FILES"
   -1  5189 
   -1  5190 
   -1  5191 eval set X "  :F $CONFIG_FILES      "
   -1  5192 shift
   -1  5193 for ac_tag
   -1  5194 do
   -1  5195   case $ac_tag in
   -1  5196   :[FHLC]) ac_mode=$ac_tag; continue;;
   -1  5197   esac
   -1  5198   case $ac_mode$ac_tag in
   -1  5199   :[FHL]*:*);;
   -1  5200   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
   -1  5201   :[FH]-) ac_tag=-:-;;
   -1  5202   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   -1  5203   esac
   -1  5204   ac_save_IFS=$IFS
   -1  5205   IFS=:
   -1  5206   set x $ac_tag
   -1  5207   IFS=$ac_save_IFS
   -1  5208   shift
   -1  5209   ac_file=$1
   -1  5210   shift
   -1  5211 
   -1  5212   case $ac_mode in
   -1  5213   :L) ac_source=$1;;
   -1  5214   :[FH])
   -1  5215     ac_file_inputs=
   -1  5216     for ac_f
   -1  5217     do
   -1  5218       case $ac_f in
   -1  5219       -) ac_f="$tmp/stdin";;
   -1  5220       *) # Look for the file first in the build tree, then in the source tree
   -1  5221 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
   -1  5222 	 # because $ac_f cannot contain `:'.
   -1  5223 	 test -f "$ac_f" ||
   -1  5224 	   case $ac_f in
   -1  5225 	   [\\/$]*) false;;
   -1  5226 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   -1  5227 	   esac ||
   -1  5228 	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
   -1  5229       esac
   -1  5230       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
   -1  5231       as_fn_append ac_file_inputs " '$ac_f'"
   -1  5232     done
   -1  5233 
   -1  5234     # Let's still pretend it is `configure' which instantiates (i.e., don't
   -1  5235     # use $as_me), people would be surprised to read:
   -1  5236     #    /* config.h.  Generated by config.status.  */
   -1  5237     configure_input='Generated from '`
   -1  5238 	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
   -1  5239 	`' by configure.'
   -1  5240     if test x"$ac_file" != x-; then
   -1  5241       configure_input="$ac_file.  $configure_input"
   -1  5242       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
   -1  5243 $as_echo "$as_me: creating $ac_file" >&6;}
   -1  5244     fi
   -1  5245     # Neutralize special characters interpreted by sed in replacement strings.
   -1  5246     case $configure_input in #(
   -1  5247     *\&* | *\|* | *\\* )
   -1  5248        ac_sed_conf_input=`$as_echo "$configure_input" |
   -1  5249        sed 's/[\\\\&|]/\\\\&/g'`;; #(
   -1  5250     *) ac_sed_conf_input=$configure_input;;
   -1  5251     esac
   -1  5252 
   -1  5253     case $ac_tag in
   -1  5254     *:-:* | *:-) cat >"$tmp/stdin" \
   -1  5255       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
   -1  5256     esac
   -1  5257     ;;
   -1  5258   esac
   -1  5259 
   -1  5260   ac_dir=`$as_dirname -- "$ac_file" ||
   -1  5261 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   -1  5262 	 X"$ac_file" : 'X\(//\)[^/]' \| \
   -1  5263 	 X"$ac_file" : 'X\(//\)$' \| \
   -1  5264 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
   -1  5265 $as_echo X"$ac_file" |
   -1  5266     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   -1  5267 	    s//\1/
   -1  5268 	    q
   -1  5269 	  }
   -1  5270 	  /^X\(\/\/\)[^/].*/{
   -1  5271 	    s//\1/
   -1  5272 	    q
   -1  5273 	  }
   -1  5274 	  /^X\(\/\/\)$/{
   -1  5275 	    s//\1/
   -1  5276 	    q
   -1  5277 	  }
   -1  5278 	  /^X\(\/\).*/{
   -1  5279 	    s//\1/
   -1  5280 	    q
   -1  5281 	  }
   -1  5282 	  s/.*/./; q'`
   -1  5283   as_dir="$ac_dir"; as_fn_mkdir_p
   -1  5284   ac_builddir=.
   -1  5285 
   -1  5286 case "$ac_dir" in
   -1  5287 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   -1  5288 *)
   -1  5289   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   -1  5290   # A ".." for each directory in $ac_dir_suffix.
   -1  5291   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   -1  5292   case $ac_top_builddir_sub in
   -1  5293   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   -1  5294   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   -1  5295   esac ;;
   -1  5296 esac
   -1  5297 ac_abs_top_builddir=$ac_pwd
   -1  5298 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   -1  5299 # for backward compatibility:
   -1  5300 ac_top_builddir=$ac_top_build_prefix
   -1  5301 
   -1  5302 case $srcdir in
   -1  5303   .)  # We are building in place.
   -1  5304     ac_srcdir=.
   -1  5305     ac_top_srcdir=$ac_top_builddir_sub
   -1  5306     ac_abs_top_srcdir=$ac_pwd ;;
   -1  5307   [\\/]* | ?:[\\/]* )  # Absolute name.
   -1  5308     ac_srcdir=$srcdir$ac_dir_suffix;
   -1  5309     ac_top_srcdir=$srcdir
   -1  5310     ac_abs_top_srcdir=$srcdir ;;
   -1  5311   *) # Relative name.
   -1  5312     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   -1  5313     ac_top_srcdir=$ac_top_build_prefix$srcdir
   -1  5314     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   -1  5315 esac
   -1  5316 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   -1  5317 
   -1  5318 
   -1  5319   case $ac_mode in
   -1  5320   :F)
   -1  5321   #
   -1  5322   # CONFIG_FILE
   -1  5323   #
   -1  5324 
   -1  5325 _ACEOF
   -1  5326 
   -1  5327 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   -1  5328 # If the template does not know about datarootdir, expand it.
   -1  5329 # FIXME: This hack should be removed a few years after 2.60.
   -1  5330 ac_datarootdir_hack=; ac_datarootdir_seen=
   -1  5331 ac_sed_dataroot='
   -1  5332 /datarootdir/ {
   -1  5333   p
   -1  5334   q
   -1  5335 }
   -1  5336 /@datadir@/p
   -1  5337 /@docdir@/p
   -1  5338 /@infodir@/p
   -1  5339 /@localedir@/p
   -1  5340 /@mandir@/p'
   -1  5341 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
   -1  5342 *datarootdir*) ac_datarootdir_seen=yes;;
   -1  5343 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
   -1  5344   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
   -1  5345 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
   -1  5346 _ACEOF
   -1  5347 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   -1  5348   ac_datarootdir_hack='
   -1  5349   s&@datadir@&$datadir&g
   -1  5350   s&@docdir@&$docdir&g
   -1  5351   s&@infodir@&$infodir&g
   -1  5352   s&@localedir@&$localedir&g
   -1  5353   s&@mandir@&$mandir&g
   -1  5354   s&\\\${datarootdir}&$datarootdir&g' ;;
   -1  5355 esac
   -1  5356 _ACEOF
   -1  5357 
   -1  5358 # Neutralize VPATH when `$srcdir' = `.'.
   -1  5359 # Shell code in configure.ac might set extrasub.
   -1  5360 # FIXME: do we really want to maintain this feature?
   -1  5361 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   -1  5362 ac_sed_extra="$ac_vpsub
   -1  5363 $extrasub
   -1  5364 _ACEOF
   -1  5365 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   -1  5366 :t
   -1  5367 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   -1  5368 s|@configure_input@|$ac_sed_conf_input|;t t
   -1  5369 s&@top_builddir@&$ac_top_builddir_sub&;t t
   -1  5370 s&@top_build_prefix@&$ac_top_build_prefix&;t t
   -1  5371 s&@srcdir@&$ac_srcdir&;t t
   -1  5372 s&@abs_srcdir@&$ac_abs_srcdir&;t t
   -1  5373 s&@top_srcdir@&$ac_top_srcdir&;t t
   -1  5374 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
   -1  5375 s&@builddir@&$ac_builddir&;t t
   -1  5376 s&@abs_builddir@&$ac_abs_builddir&;t t
   -1  5377 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
   -1  5378 $ac_datarootdir_hack
   -1  5379 "
   -1  5380 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
   -1  5381   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   -1  5382 
   -1  5383 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   -1  5384   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   -1  5385   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
   -1  5386   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   -1  5387 which seems to be undefined.  Please make sure it is defined" >&5
   -1  5388 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   -1  5389 which seems to be undefined.  Please make sure it is defined" >&2;}
   -1  5390 
   -1  5391   rm -f "$tmp/stdin"
   -1  5392   case $ac_file in
   -1  5393   -) cat "$tmp/out" && rm -f "$tmp/out";;
   -1  5394   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
   -1  5395   esac \
   -1  5396   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   -1  5397  ;;
   -1  5398 
   -1  5399 
   -1  5400 
   -1  5401   esac
   -1  5402 
   -1  5403 done # for ac_tag
   -1  5404 
   -1  5405 
   -1  5406 as_fn_exit 0
   -1  5407 _ACEOF
   -1  5408 ac_clean_files=$ac_clean_files_save
   -1  5409 
   -1  5410 test $ac_write_fail = 0 ||
   -1  5411   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
   -1  5412 
   -1  5413 
   -1  5414 # configure is writing to config.log, and then calls config.status.
   -1  5415 # config.status does its own redirection, appending to config.log.
   -1  5416 # Unfortunately, on DOS this fails, as config.log is still kept open
   -1  5417 # by configure, so config.status won't be able to write to it; its
   -1  5418 # output is simply discarded.  So we exec the FD to /dev/null,
   -1  5419 # effectively closing config.log, so it can be properly (re)opened and
   -1  5420 # appended to by config.status.  When coming back to configure, we
   -1  5421 # need to make the FD available again.
   -1  5422 if test "$no_create" != yes; then
   -1  5423   ac_cs_success=:
   -1  5424   ac_config_status_args=
   -1  5425   test "$silent" = yes &&
   -1  5426     ac_config_status_args="$ac_config_status_args --quiet"
   -1  5427   exec 5>/dev/null
   -1  5428   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   -1  5429   exec 5>>config.log
   -1  5430   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   -1  5431   # would make configure fail if this is the last instruction.
   -1  5432   $ac_cs_success || as_fn_exit 1
   -1  5433 fi
   -1  5434 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   -1  5435   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
   -1  5436 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
   -1  5437 fi
   -1  5438 
   -1  5439 

diff --git a/configure.ac b/configure.ac

@@ -77,6 +77,7 @@ AC_HEADER_STDBOOL
   77    77 AC_CONFIG_FILES([makefile
   78    78 	src/gui/retimer_wx.cpp
   79    79 	xiretimer.desktop
   -1    80 	README
   80    81 	])
   81    82 AC_OUTPUT
   82    83