xiRetimer

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

commit
e278cdb8c47a16a11bbeab90dbaea41a3fc35ddb
parent
2f39327f9149fcc26bb6efebeda1ebf7bd80e983
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-01-26 15:16
rm compiled files from repo

Diffstat

M .gitignore 6 ++++++
D README 14 --------------
D configure 5439 ------------------------------------------------------------
D makefile 19 -------------------
D src/gui/retimer_wx.cpp 283 ------------------------------------------------------------
D xiRetimer 0
D xiretimer.desktop 18 ------------------

7 files changed, 6 insertions, 5773 deletions


diff --git a/.gitignore b/.gitignore

@@ -3,3 +3,9 @@ src/gui/*.gch
    3     3 aclocal.m4
    4     4 *.cache
    5     5 config.log
   -1     6 xiRetimer
   -1     7 configure
   -1     8 README
   -1     9 xiretimer.desktop
   -1    10 src/gui/retimer_wx.cpp
   -1    11 makefile

diff --git a/README b/README

@@ -1,14 +0,0 @@
    1    -1 xiRetimer v 0.2
    2    -1 
    3    -1 Tool to fit recordet Audio to a tempo.
    4    -1 
    5    -1 playback - sdl
    6    -1 gui - wxwidgets
    7    -1 timestretch - rubberband (optional)
    8    -1 
    9    -1 TODO
   10    -1 beats
   11    -1 libmad
   12    -1 exits with error
   13    -1 soundtouch
   14    -1 bugtracking

diff --git a/configure b/configure

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

diff --git a/makefile b/makefile

@@ -1,19 +0,0 @@
    1    -1 CC      = /usr/bin/g++
    2    -1 CFLAGS  =  -DICONS_GNOME -DMODE_RUBBERBAND -UENABLE_MP3 -DVERSION=\"0.2\" `sdl-config --cflags` `pkg-config --cflags sndfile  rubberband` `wx-config --cppflags`
    3    -1 LDFLAGS = `sdl-config --libs` `pkg-config --libs sndfile  rubberband` `wx-config --libs`
    4    -1 
    5    -1 xiRetimer: .gui .back
    6    -1 	$(CC) -o xiRetimer *.o $(LDFLAGS)
    7    -1 
    8    -1 .gui: src/gui/*.cpp src/gui/*.h
    9    -1 	$(CC) $(CFLAGS) -c src/gui/*.cpp src/gui/*.h
   10    -1 	touch .gui
   11    -1 
   12    -1 .back: src/*.cpp src/*.h
   13    -1 	$(CC) $(CFLAGS) -c src/*.cpp src/*.h
   14    -1 	touch .back
   15    -1 
   16    -1 .PHONY: clean
   17    -1 clean:
   18    -1 	rm -f *.o src/*.gch src/gui/*.gch .gui .back
   19    -1 

diff --git a/src/gui/retimer_wx.cpp b/src/gui/retimer_wx.cpp

@@ -1,283 +0,0 @@
    1    -1 ///////////////////////////////////////////////////////////////////////////
    2    -1 // C++ code generated with wxFormBuilder (version Dec 21 2009)
    3    -1 // http://www.wxformbuilder.org/
    4    -1 //
    5    -1 // PLEASE DO "NOT" EDIT THIS FILE!
    6    -1 ///////////////////////////////////////////////////////////////////////////
    7    -1 // sorry guys, I edited it
    8    -1 
    9    -1 #include "retimer_wx.h"
   10    -1 
   11    -1 ///////////////////////////////////////////////////////////////////////////
   12    -1 
   13    -1 MainFrame::MainFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) : wxFrame(parent, id, title, pos, size, style) {
   14    -1 	wxInitAllImageHandlers();
   15    -1 	this->SetSizeHints(wxDefaultSize, wxDefaultSize);
   16    -1 
   17    -1 	wxBoxSizer* bSizer3;
   18    -1 	bSizer3 = new wxBoxSizer(wxVERTICAL);
   19    -1 
   20    -1 	this->SetSizer(bSizer3);
   21    -1 	this->Layout();
   22    -1 	m_statusBar1 = this->CreateStatusBar(1, wxST_SIZEGRIP, wxID_ANY);
   23    -1 	m_menubar3 = new wxMenuBar(0);
   24    -1 	m_file = new wxMenu();
   25    -1 	wxMenuItem* m_open;
   26    -1 	m_open = new wxMenuItem(m_file, wxID_ANY, wxString(wxT("open")) + wxT('\t') + wxT("CTRL+f"), wxEmptyString, wxITEM_NORMAL);
   27    -1 	#ifdef ICONS_GNOME
   28    -1 	m_open->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/fileopen.png"), wxBITMAP_TYPE_ANY));
   29    -1 	#endif
   30    -1 	m_file->Append(m_open);
   31    -1 
   32    -1 	wxMenuItem* m_export;
   33    -1 	m_export = new wxMenuItem(m_file, wxID_ANY, wxString(wxT("export")) + wxT('\t') + wxT("CTRL+s"), wxEmptyString, wxITEM_NORMAL);
   34    -1 	#ifdef ICONS_GNOME
   35    -1 	m_export->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/document-save.png"), wxBITMAP_TYPE_ANY));
   36    -1 	#endif
   37    -1 	m_file->Append(m_export);
   38    -1 
   39    -1 	wxMenuItem* m_separator6;
   40    -1 	m_separator6 = m_file->AppendSeparator();
   41    -1 
   42    -1 	wxMenuItem* m_prefs;
   43    -1 	m_prefs = new wxMenuItem(m_file, wxID_ANY, wxString(wxT("preferences")) + wxT('\t') + wxT("F5"), wxEmptyString, wxITEM_NORMAL);
   44    -1 	#ifdef ICONS_GNOME
   45    -1 	m_prefs->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/document-properties.png"), wxBITMAP_TYPE_ANY));
   46    -1 	#endif
   47    -1 	m_file->Append(m_prefs);
   48    -1 
   49    -1 	wxMenuItem* m_separator7;
   50    -1 	m_separator7 = m_file->AppendSeparator();
   51    -1 
   52    -1 	wxMenuItem* b_exit;
   53    -1 	b_exit = new wxMenuItem(m_file, wxID_ANY, wxString(wxT("Exit")) , wxEmptyString, wxITEM_NORMAL);
   54    -1 	#ifdef ICONS_GNOME
   55    -1 	b_exit->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/window-close.png"), wxBITMAP_TYPE_ANY));
   56    -1 	#endif
   57    -1 	m_file->Append(b_exit);
   58    -1 
   59    -1 	m_menubar3->Append(m_file, wxT("File"));
   60    -1 
   61    -1 	m_edit = new wxMenu();
   62    -1 	wxMenuItem* m_play;
   63    -1 	m_play = new wxMenuItem(m_edit, wxID_ANY, wxString(wxT("play/pause")) + wxT('\t') + wxT("SPACE"), wxEmptyString, wxITEM_NORMAL);
   64    -1 	#ifdef ICONS_GNOME
   65    -1 	m_play->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/media-playback-start.png"), wxBITMAP_TYPE_ANY));
   66    -1 	#endif
   67    -1 	m_edit->Append(m_play);
   68    -1 
   69    -1 	wxMenuItem* m_start;
   70    -1 	m_start = new wxMenuItem(m_edit, wxID_ANY, wxString(wxT("start")) + wxT('\t') + wxT("CTRL+LEFT"), wxEmptyString, wxITEM_NORMAL);
   71    -1 	#ifdef ICONS_GNOME
   72    -1 	m_start->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/media-skip-backward.png"), wxBITMAP_TYPE_ANY));
   73    -1 	#endif
   74    -1 	m_edit->Append(m_start);
   75    -1 
   76    -1 	wxMenuItem* m_separator8;
   77    -1 	m_separator8 = m_edit->AppendSeparator();
   78    -1 
   79    -1 	wxMenuItem* m_clear;
   80    -1 	m_clear = new wxMenuItem(m_edit, wxID_ANY, wxString(wxT("clear markers")) + wxT('\t') + wxT("CTRL+c"), wxEmptyString, wxITEM_NORMAL);
   81    -1 	#ifdef ICONS_GNOME
   82    -1 	m_clear->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/edit-clear.png"), wxBITMAP_TYPE_ANY));
   83    -1 	#endif
   84    -1 	m_edit->Append(m_clear);
   85    -1 
   86    -1 	wxMenuItem* m_process;
   87    -1 	m_process = new wxMenuItem(m_edit, wxID_ANY, wxString(wxT("update audio data")) + wxT('\t') + wxT("CTRL+u"), wxEmptyString, wxITEM_NORMAL);
   88    -1 	#ifdef ICONS_GNOME
   89    -1 	m_process->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/stock_refresh.png"), wxBITMAP_TYPE_ANY));
   90    -1 	#endif
   91    -1 	m_edit->Append(m_process);
   92    -1 
   93    -1 	m_menubar3->Append(m_edit, wxT("Edit"));
   94    -1 
   95    -1 	m_help = new wxMenu();
   96    -1 	wxMenuItem* m_about;
   97    -1 	m_about = new wxMenuItem(m_help, wxID_ANY, wxString(wxT("about")) + wxT('\t') + wxT("F1"), wxEmptyString, wxITEM_NORMAL);
   98    -1 	#ifdef ICONS_GNOME
   99    -1 	m_about->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/help-about.png"), wxBITMAP_TYPE_ANY));
  100    -1 	#endif
  101    -1 	m_help->Append(m_about);
  102    -1 
  103    -1 	m_menubar3->Append(m_help, wxT("Help"));
  104    -1 
  105    -1 	this->SetMenuBar(m_menubar3);
  106    -1 
  107    -1 
  108    -1 	// Connect Events
  109    -1 	this->Connect(wxEVT_LEFT_DCLICK, wxMouseEventHandler(MainFrame::OnLeftDClick));
  110    -1 	this->Connect(wxEVT_LEFT_DOWN, wxMouseEventHandler(MainFrame::OnLeftDown));
  111    -1 	this->Connect(wxEVT_LEFT_UP, wxMouseEventHandler(MainFrame::OnLeftUp));
  112    -1 	this->Connect(wxEVT_MOTION, wxMouseEventHandler(MainFrame::OnMotion));
  113    -1 	this->Connect(wxEVT_PAINT, wxPaintEventHandler(MainFrame::OnPaint));
  114    -1 	this->Connect(wxEVT_SIZE, wxSizeEventHandler(MainFrame::OnSize));
  115    -1 	this->Connect(m_open->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnOpenClick));
  116    -1 	this->Connect(m_export->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnExportClick));
  117    -1 	this->Connect(m_prefs->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnPrefsClick));
  118    -1 	this->Connect(b_exit->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnExitClick));
  119    -1 	this->Connect(m_play->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnPlayClick));
  120    -1 	this->Connect(m_start->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnStartClick));
  121    -1 	this->Connect(m_clear->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnClearClick));
  122    -1 	this->Connect(m_process->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnProcessClick));
  123    -1 	this->Connect(m_about->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnHelpClick));
  124    -1 }
  125    -1 
  126    -1 MainFrame::~MainFrame() {
  127    -1 	// Disconnect Events
  128    -1 	this->Disconnect(wxEVT_LEFT_DCLICK, wxMouseEventHandler(MainFrame::OnLeftDClick));
  129    -1 	this->Disconnect(wxEVT_LEFT_DOWN, wxMouseEventHandler(MainFrame::OnLeftDown));
  130    -1 	this->Disconnect(wxEVT_LEFT_UP, wxMouseEventHandler(MainFrame::OnLeftUp));
  131    -1 	this->Disconnect(wxEVT_MOTION, wxMouseEventHandler(MainFrame::OnMotion));
  132    -1 	this->Disconnect(wxEVT_PAINT, wxPaintEventHandler(MainFrame::OnPaint));
  133    -1 	this->Disconnect(wxEVT_SIZE, wxSizeEventHandler(MainFrame::OnSize));
  134    -1 	this->Disconnect(wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnOpenClick));
  135    -1 	this->Disconnect(wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnExportClick));
  136    -1 	this->Disconnect(wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnPrefsClick));
  137    -1 	this->Disconnect(wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnExitClick));
  138    -1 	this->Disconnect(wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnPlayClick));
  139    -1 	this->Disconnect(wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnStartClick));
  140    -1 	this->Disconnect(wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnClearClick));
  141    -1 	this->Disconnect(wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnProcessClick));
  142    -1 	this->Disconnect(wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrame::OnHelpClick));
  143    -1 }
  144    -1 
  145    -1 AboutDialog::AboutDialog(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) : wxDialog(parent, id, title, pos, size, style) {
  146    -1 	this->SetSizeHints(wxDefaultSize, wxDefaultSize);
  147    -1 
  148    -1 	wxBoxSizer* bSizer4;
  149    -1 	bSizer4 = new wxBoxSizer(wxVERTICAL);
  150    -1 
  151    -1 	wxBoxSizer* bSizer14;
  152    -1 	bSizer14 = new wxBoxSizer(wxVERTICAL);
  153    -1 
  154    -1 	m_staticText7 = new wxStaticText(this, wxID_ANY, wxT("xiRetimer v0.2"), wxDefaultPosition, wxDefaultSize, 0);
  155    -1 	m_staticText7->Wrap(-1);
  156    -1 	bSizer14->Add(m_staticText7, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5);
  157    -1 
  158    -1 	m_staticText1 = new wxStaticText(this, wxID_ANY, wxT("Created by xi."), wxDefaultPosition, wxDefaultSize, 0);
  159    -1 	m_staticText1->Wrap(-1);
  160    -1 	bSizer14->Add(m_staticText1, 0, wxALIGN_CENTER|wxALL, 5);
  161    -1 
  162    -1 	m_staticText2 = new wxStaticText(this, wxID_ANY, wxT("www.github.com/xi"), wxDefaultPosition, wxDefaultSize, 0);
  163    -1 	m_staticText2->Wrap(-1);
  164    -1 	bSizer14->Add(m_staticText2, 0, wxALIGN_CENTER|wxALL, 5);
  165    -1 
  166    -1 	bSizer4->Add(bSizer14, 1, wxEXPAND, 5);
  167    -1 
  168    -1 	wxBoxSizer* bSizer7;
  169    -1 	bSizer7 = new wxBoxSizer(wxVERTICAL);
  170    -1 
  171    -1 	m_button1 = new wxButton(this, wxID_ANY, wxT("OK"), wxDefaultPosition, wxDefaultSize, 0);
  172    -1 	bSizer7->Add(m_button1, 0, wxALIGN_CENTER|wxALL, 5);
  173    -1 
  174    -1 	bSizer4->Add(bSizer7, 0, wxEXPAND, 5);
  175    -1 
  176    -1 	this->SetSizer(bSizer4);
  177    -1 	this->Layout();
  178    -1 
  179    -1 	// Connect Events
  180    -1 	m_button1->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(AboutDialog::OnOKClick), NULL, this);
  181    -1 }
  182    -1 
  183    -1 AboutDialog::~AboutDialog() {
  184    -1 	// Disconnect Events
  185    -1 	m_button1->Disconnect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(AboutDialog::OnOKClick), NULL, this);
  186    -1 }
  187    -1 
  188    -1 PrefsDialog::PrefsDialog(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) : wxDialog(parent, id, title, pos, size, style) {
  189    -1 	this->SetSizeHints(wxDefaultSize, wxDefaultSize);
  190    -1 
  191    -1 	wxBoxSizer* bSizer5;
  192    -1 	bSizer5 = new wxBoxSizer(wxVERTICAL);
  193    -1 
  194    -1 	wxFlexGridSizer* fgSizer4;
  195    -1 	fgSizer4 = new wxFlexGridSizer(2, 2, 0, 0);
  196    -1 	fgSizer4->AddGrowableCol(1);
  197    -1 	fgSizer4->SetFlexibleDirection(wxBOTH);
  198    -1 	fgSizer4->SetNonFlexibleGrowMode(wxFLEX_GROWMODE_SPECIFIED);
  199    -1 
  200    -1 	l_intmode = new wxStaticText(this, wxID_ANY, wxT("Interpolation Mode"), wxDefaultPosition, wxDefaultSize, 0);
  201    -1 	l_intmode->Wrap(-1);
  202    -1 	fgSizer4->Add(l_intmode, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5);
  203    -1 
  204    -1 	wxString c_intmodeChoices[] = { wxT("Linear"), wxT("Polynominal") };
  205    -1 	int c_intmodeNChoices = sizeof(c_intmodeChoices) / sizeof(wxString);
  206    -1 	c_intmode = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, c_intmodeNChoices, c_intmodeChoices, 0);
  207    -1 	c_intmode->SetSelection(0);
  208    -1 	fgSizer4->Add(c_intmode, 1, wxALL|wxEXPAND|wxALIGN_CENTER_VERTICAL, 5);
  209    -1 
  210    -1 	l_showint = new wxStaticText(this, wxID_ANY, wxT("show interpolation curve"), wxDefaultPosition, wxDefaultSize, 0);
  211    -1 	l_showint->Wrap(-1);
  212    -1 	fgSizer4->Add(l_showint, 0, wxALL, 5);
  213    -1 
  214    -1 	m_showint = new wxCheckBox(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0);
  215    -1 	fgSizer4->Add(m_showint, 0, wxALL, 5);
  216    -1 
  217    -1 	l_stretchmode = new wxStaticText(this, wxID_ANY, wxT("Stretch Mode"), wxDefaultPosition, wxDefaultSize, 0);
  218    -1 	l_stretchmode->Wrap(-1);
  219    -1 	fgSizer4->Add(l_stretchmode, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5);
  220    -1 
  221    -1 	// TODO
  222    -1 #ifdef MODE_RUBBERBAND
  223    -1 	wxString c_stretchmodeChoices[] = { wxT("none"), wxT("RubberBand")};
  224    -1 #else
  225    -1 	wxString c_stretchmodeChoices[] = { wxT("none"), wxT("RubberBand (disabled)")};
  226    -1 #endif
  227    -1 
  228    -1 	int c_stretchmodeNChoices = sizeof(c_stretchmodeChoices) / sizeof(wxString);
  229    -1 	c_stretchmode = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, c_stretchmodeNChoices, c_stretchmodeChoices, 0);
  230    -1 	c_stretchmode->SetSelection(0);
  231    -1 	fgSizer4->Add(c_stretchmode, 1, wxALL|wxEXPAND|wxALIGN_CENTER_VERTICAL, 5);
  232    -1 
  233    -1 	l_tempo = new wxStaticText(this, wxID_ANY, wxT("Tempo"), wxDefaultPosition, wxDefaultSize, 0);
  234    -1 	l_tempo->Wrap(-1);
  235    -1 	fgSizer4->Add(l_tempo, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5);
  236    -1 
  237    -1 	t_tempo = new wxTextCtrl(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_PROCESS_ENTER|wxTE_RIGHT);
  238    -1 	fgSizer4->Add(t_tempo, 1, wxALL|wxEXPAND|wxALIGN_CENTER_VERTICAL, 5);
  239    -1 
  240    -1 	l_beatres = new wxStaticText(this, wxID_ANY, wxT("Beat Resolution"), wxDefaultPosition, wxDefaultSize, 0);
  241    -1 	l_beatres->Wrap(-1);
  242    -1 	fgSizer4->Add(l_beatres, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5);
  243    -1 
  244    -1 	t_beatres = new wxTextCtrl(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_PROCESS_ENTER|wxTE_RIGHT);
  245    -1 	fgSizer4->Add(t_beatres, 1, wxALL|wxEXPAND|wxALIGN_CENTER_VERTICAL, 5);
  246    -1 
  247    -1 	bSizer5->Add(fgSizer4, 1, wxEXPAND, 5);
  248    -1 
  249    -1 	wxBoxSizer* bSizer15;
  250    -1 	bSizer15 = new wxBoxSizer(wxHORIZONTAL);
  251    -1 
  252    -1 	b_OK = new wxButton(this, wxID_ANY, wxT("OK"), wxDefaultPosition, wxDefaultSize, 0);
  253    -1 	bSizer15->Add(b_OK, 0, wxALL|wxALIGN_BOTTOM|wxALIGN_RIGHT, 5);
  254    -1 
  255    -1 	b_Cancel = new wxButton(this, wxID_ANY, wxT("Cancel"), wxDefaultPosition, wxDefaultSize, 0);
  256    -1 	b_Cancel->SetToolTip(wxT("Escape"));
  257    -1 
  258    -1 	bSizer15->Add(b_Cancel, 0, wxALIGN_BOTTOM|wxALIGN_RIGHT|wxALL, 5);
  259    -1 
  260    -1 	bSizer5->Add(bSizer15, 0, wxALIGN_RIGHT, 5);
  261    -1 
  262    -1 	this->SetSizer(bSizer5);
  263    -1 	this->Layout();
  264    -1 
  265    -1 	// Connect Events
  266    -1 	c_intmode->Connect(wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler(PrefsDialog::OnIntModeChange), NULL, this);
  267    -1 	m_showint->Connect(wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler(PrefsDialog::OnCheckShowInt), NULL, this);
  268    -1 	c_stretchmode->Connect(wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler(PrefsDialog::OnStretchModeChange), NULL, this);
  269    -1 	t_tempo->Connect(wxEVT_COMMAND_TEXT_ENTER, wxCommandEventHandler(PrefsDialog::OnTempoEnter), NULL, this);
  270    -1 	t_beatres->Connect(wxEVT_COMMAND_TEXT_ENTER, wxCommandEventHandler(PrefsDialog::OnBeatResEnter), NULL, this);
  271    -1 	b_OK->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(PrefsDialog::OnOKClick), NULL, this);
  272    -1 	b_Cancel->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(PrefsDialog::OnCancelClick), NULL, this);
  273    -1 }
  274    -1 
  275    -1 PrefsDialog::~PrefsDialog() {
  276    -1 	// Disconnect Events
  277    -1 	c_intmode->Disconnect(wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler(PrefsDialog::OnIntModeChange), NULL, this);
  278    -1 	c_stretchmode->Disconnect(wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler(PrefsDialog::OnStretchModeChange), NULL, this);
  279    -1 	t_tempo->Disconnect(wxEVT_COMMAND_TEXT_ENTER, wxCommandEventHandler(PrefsDialog::OnTempoEnter), NULL, this);
  280    -1 	t_beatres->Disconnect(wxEVT_COMMAND_TEXT_ENTER, wxCommandEventHandler(PrefsDialog::OnBeatResEnter), NULL, this);
  281    -1 	b_OK->Disconnect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(PrefsDialog::OnOKClick), NULL, this);
  282    -1 	b_Cancel->Disconnect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(PrefsDialog::OnCancelClick), NULL, this);
  283    -1 }

diff --git a/xiRetimer b/xiRetimer

Binary files differ.

diff --git a/xiretimer.desktop b/xiretimer.desktop

@@ -1,18 +0,0 @@
    1    -1 [Desktop Entry]
    2    -1 Name=xiRetimer
    3    -1 Comment[en]=warp audio files
    4    -1 
    5    -1 GenericName=retimer
    6    -1 
    7    -1 Version=0.2
    8    -1 
    9    -1 Type=Application
   10    -1 Categories=AudioVideo;Audio;
   11    -1 
   12    -1 MimeType=text/xml;
   13    -1 
   14    -1 Exec=xiRetimer
   15    -1 Terminal=false
   16    -1 StartupNotify=false
   17    -1 
   18    -1 Icon=stock_refresh