- 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.22 -13 -1 Tool to fit recordet Audio to a tempo.4 -15 -1 playback - sdl6 -1 gui - wxwidgets7 -1 timestretch - rubberband (optional)8 -19 -1 TODO10 -1 beats11 -1 libmad12 -1 exits with error13 -1 soundtouch14 -1 bugtracking
diff --git a/configure b/configure
@@ -1,5439 +0,0 @@1 -1 #! /bin/sh2 -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 Software8 -1 # Foundation, Inc.9 -1 #10 -1 #11 -1 # This configure script is free software; the Free Software Foundation12 -1 # gives unlimited permission to copy, distribute and modify it.13 -1 ## -------------------- ##14 -1 ## M4sh Initialization. ##15 -1 ## -------------------- ##16 -117 -1 # Be more Bourne compatible18 -1 DUALCASE=1; export DUALCASE # for MKS sh19 -1 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :20 -1 emulate sh21 -1 NULLCMD=:22 -1 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which23 -1 # is contrary to our usage. Disable this feature.24 -1 alias -g '${1+"$@"}'='"$@"'25 -1 setopt NO_GLOB_SUBST26 -1 else27 -1 case `(set -o) 2>/dev/null` in #(28 -1 *posix*) :29 -1 set -o posix ;; #(30 -1 *) :31 -1 ;;32 -1 esac33 -1 fi34 -135 -136 -1 as_nl='37 -1 '38 -1 export as_nl39 -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_echo42 -1 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo43 -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; then47 -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; then50 -1 as_echo='printf %s\n'51 -1 as_echo_n='printf %s'52 -1 else53 -1 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 -1 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 -1 as_echo_n='/usr/ucb/echo -n'56 -1 else57 -1 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 -1 as_echo_n_body='eval59 -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_body68 -1 as_echo_n='sh -c $as_echo_n_body as_echo'69 -1 fi70 -1 export as_echo_body71 -1 as_echo='sh -c $as_echo_body as_echo'72 -1 fi73 -174 -1 # The user is always right.75 -1 if test "${PATH_SEPARATOR+set}" != set; then76 -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 fi82 -183 -184 -1 # IFS85 -1 # We need space, tab and new line, in precisely that order. Quoting is86 -1 # there to prevent editors from complaining about space-tab.87 -1 # (If _AS_PATH_WALK were called with IFS unset, it would disable word88 -1 # splitting by setting IFS to empty value.)89 -1 IFS=" "" $as_nl"90 -191 -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_SEPARATOR95 -1 for as_dir in $PATH96 -1 do97 -1 IFS=$as_save_IFS98 -1 test -z "$as_dir" && as_dir=.99 -1 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break100 -1 done101 -1 IFS=$as_save_IFS102 -1103 -1 ;;104 -1 esac105 -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; then108 -1 as_myself=$0109 -1 fi110 -1 if test ! -f "$as_myself"; then111 -1 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2112 -1 exit 1113 -1 fi114 -1115 -1 # Unset variables that we do not need and which cause bugs (e.g. in116 -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. '((' could118 -1 # trigger a bug in pdksh 5.2.14.119 -1 for as_var in BASH_ENV ENV MAIL MAILPATH120 -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 done123 -1 PS1='$ '124 -1 PS2='> '125 -1 PS4='+ '126 -1127 -1 # NLS nuisances.128 -1 LC_ALL=C129 -1 export LC_ALL130 -1 LANGUAGE=C131 -1 export LANGUAGE132 -1133 -1 # CDPATH.134 -1 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH135 -1136 -1 if test "x$CONFIG_SHELL" = x; then137 -1 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :138 -1 emulate sh139 -1 NULLCMD=:140 -1 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which141 -1 # is contrary to our usage. Disable this feature.142 -1 alias -g '\${1+\"\$@\"}'='\"\$@\"'143 -1 setopt NO_GLOB_SUBST144 -1 else145 -1 case \`(set -o) 2>/dev/null\` in #(146 -1 *posix*) :147 -1 set -o posix ;; #(148 -1 *) :149 -1 ;;150 -1 esac151 -1 fi152 -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 -1159 -1 exitcode=0160 -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 -1166 -1 else167 -1 exitcode=1; echo positional parameters were not saved.168 -1 fi169 -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=\$LINENO171 -1 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO172 -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 1174 -1 test \$(( 1 + 1 )) = 2 || exit 1"175 -1 if (eval "$as_required") 2>/dev/null; then :176 -1 as_have_required=yes177 -1 else178 -1 as_have_required=no179 -1 fi180 -1 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :181 -1182 -1 else183 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR184 -1 as_found=false185 -1 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH186 -1 do187 -1 IFS=$as_save_IFS188 -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; do193 -1 # Try only shells that exist, to save several forks.194 -1 as_shell=$as_dir/$as_base195 -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=yes198 -1 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :199 -1 break 2200 -1 fi201 -1 fi202 -1 done;;203 -1 esac204 -1 as_found=false205 -1 done206 -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=yes209 -1 fi; }210 -1 IFS=$as_save_IFS211 -1212 -1213 -1 if test "x$CONFIG_SHELL" != x; then :214 -1 # We cannot yet assume a decent shell, so we have to provide a215 -1 # neutralization value for shells without unset; and this also216 -1 # works around shells that cannot unset nonexistent variables.217 -1 BASH_ENV=/dev/null218 -1 ENV=/dev/null219 -1 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV220 -1 export CONFIG_SHELL221 -1 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}222 -1 fi223 -1224 -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 ; then228 -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 else231 -1 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,232 -1 $0: including any error possibly output before this233 -1 $0: message. Then install a modern shell, or manually run234 -1 $0: the script under such a shell if you do have one."235 -1 fi236 -1 exit 1237 -1 fi238 -1 fi239 -1 fi240 -1 SHELL=${CONFIG_SHELL-/bin/sh}241 -1 export SHELL242 -1 # Unset more variables known to interfere with behavior of common tools.243 -1 CLICOLOR_FORCE= GREP_OPTIONS=244 -1 unset CLICOLOR_FORCE GREP_OPTIONS245 -1246 -1 ## --------------------- ##247 -1 ## M4sh Shell Functions. ##248 -1 ## --------------------- ##249 -1 # as_fn_unset VAR250 -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_unset257 -1258 -1 # as_fn_set_status STATUS259 -1 # -----------------------260 -1 # Set $? to STATUS, without forking.261 -1 as_fn_set_status ()262 -1 {263 -1 return $1264 -1 } # as_fn_set_status265 -1266 -1 # as_fn_exit STATUS267 -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 +e272 -1 as_fn_set_status $1273 -1 exit $1274 -1 } # as_fn_exit275 -1276 -1 # as_fn_mkdir_p277 -1 # -------------278 -1 # Create "$as_dir" as a directory, including parents if necessary.279 -1 as_fn_mkdir_p ()280 -1 {281 -1282 -1 case $as_dir in #(283 -1 -*) as_dir=./$as_dir;;284 -1 esac285 -1 test -d "$as_dir" || eval $as_mkdir_p || {286 -1 as_dirs=287 -1 while :; do288 -1 case $as_dir in #(289 -1 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(290 -1 *) as_qdir=$as_dir;;291 -1 esac292 -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 q302 -1 }303 -1 /^X\(\/\/\)[^/].*/{304 -1 s//\1/305 -1 q306 -1 }307 -1 /^X\(\/\/\)$/{308 -1 s//\1/309 -1 q310 -1 }311 -1 /^X\(\/\).*/{312 -1 s//\1/313 -1 q314 -1 }315 -1 s/.*/./; q'`316 -1 test -d "$as_dir" && break317 -1 done318 -1 test -z "$as_dirs" || eval "mkdir $as_dirs"319 -1 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"320 -1321 -1322 -1 } # as_fn_mkdir_p323 -1 # as_fn_append VAR VALUE324 -1 # ----------------------325 -1 # Append the text in VALUE to the end of the definition contained in VAR. Take326 -1 # advantage of any shell optimizations that allow amortized linear growth over327 -1 # repeated appends, instead of the typical quadratic growth present in naive328 -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+=\$2333 -1 }'334 -1 else335 -1 as_fn_append ()336 -1 {337 -1 eval $1=\$$1\$2338 -1 }339 -1 fi # as_fn_append340 -1341 -1 # as_fn_arith ARG...342 -1 # ------------------343 -1 # Perform arithmetic evaluation on the ARGs, and store the result in the344 -1 # global $as_val. Take advantage of shells that can avoid forks. The arguments345 -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 else352 -1 as_fn_arith ()353 -1 {354 -1 as_val=`expr "$@" || test $? -eq 1`355 -1 }356 -1 fi # as_fn_arith357 -1358 -1359 -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 are362 -1 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the363 -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=1367 -1 if test "$4"; then368 -1 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack369 -1 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4370 -1 fi371 -1 $as_echo "$as_me: error: $2" >&2372 -1 as_fn_exit $as_status373 -1 } # as_fn_error374 -1375 -1 if expr a : '\(a\)' >/dev/null 2>&1 &&376 -1 test "X`expr 00001 : '.*\(...\)'`" = X001; then377 -1 as_expr=expr378 -1 else379 -1 as_expr=false380 -1 fi381 -1382 -1 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then383 -1 as_basename=basename384 -1 else385 -1 as_basename=false386 -1 fi387 -1388 -1 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then389 -1 as_dirname=dirname390 -1 else391 -1 as_dirname=false392 -1 fi393 -1394 -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 q402 -1 }403 -1 /^X\/\(\/\/\)$/{404 -1 s//\1/405 -1 q406 -1 }407 -1 /^X\/\(\/\).*/{408 -1 s//\1/409 -1 q410 -1 }411 -1 s/.*/./; q'`412 -1413 -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_LETTERS417 -1 as_cr_digits='0123456789'418 -1 as_cr_alnum=$as_cr_Letters$as_cr_digits419 -1420 -1421 -1 as_lineno_1=$LINENO as_lineno_1a=$LINENO422 -1 as_lineno_2=$LINENO as_lineno_2a=$LINENO423 -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 p428 -1 /[$]LINENO/=429 -1 ' <$as_myself |430 -1 sed '431 -1 s/[$]LINENO.*/&-/432 -1 t lineno433 -1 b434 -1 :lineno435 -1 N436 -1 :loop437 -1 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/438 -1 t loop439 -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 -1444 -1 # Don't try to exec as it changes $[0], causing all sort of problems445 -1 # (the dirname of $[0] is not the place where we might find the446 -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 exit450 -1 }451 -1452 -1 ECHO_C= ECHO_N= ECHO_T=453 -1 case `echo -n x` in #(((((454 -1 -n*)455 -1 case `echo 'xy\c'` in456 -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/null459 -1 ECHO_T=' ';;460 -1 esac;;461 -1 *)462 -1 ECHO_N='-n';;463 -1 esac464 -1465 -1 rm -f conf$$ conf$$.exe conf$$.file466 -1 if test -d conf$$.dir; then467 -1 rm -f conf$$.dir/conf$$.file468 -1 else469 -1 rm -f conf$$.dir470 -1 mkdir conf$$.dir 2>/dev/null471 -1 fi472 -1 if (echo >conf$$.file) 2>/dev/null; then473 -1 if ln -s conf$$.file conf$$ 2>/dev/null; then474 -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; then482 -1 as_ln_s=ln483 -1 else484 -1 as_ln_s='cp -p'485 -1 fi486 -1 else487 -1 as_ln_s='cp -p'488 -1 fi489 -1 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file490 -1 rmdir conf$$.dir 2>/dev/null491 -1492 -1 if mkdir -p . 2>/dev/null; then493 -1 as_mkdir_p='mkdir -p "$as_dir"'494 -1 else495 -1 test -d ./-p && rmdir ./-p496 -1 as_mkdir_p=false497 -1 fi498 -1499 -1 if test -x / >/dev/null 2>&1; then500 -1 as_test_x='test -x'501 -1 else502 -1 if ls -dL / >/dev/null 2>&1; then503 -1 as_ls_L_option=L504 -1 else505 -1 as_ls_L_option=506 -1 fi507 -1 as_test_x='508 -1 eval sh -c '\''509 -1 if test -d "$1"; then510 -1 test -d "$1/.";511 -1 else512 -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;fi517 -1 '\'' sh518 -1 '519 -1 fi520 -1 as_executable_p=$as_test_x521 -1522 -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 -1525 -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 -1528 -1529 -1 test -n "$DJDIR" || exec 7<&0 </dev/null530 -1 exec 6>&1531 -1532 -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 -1537 -1 #538 -1 # Initializations.539 -1 #540 -1 ac_default_prefix=/usr/local541 -1 ac_clean_files=542 -1 ac_config_libobj_dir=.543 -1 LIBOBJS=544 -1 cross_compiling=no545 -1 subdirs=546 -1 MFLAGS=547 -1 MAKEFLAGS=548 -1549 -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 -1557 -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_H562 -1 # include <sys/types.h>563 -1 #endif564 -1 #ifdef HAVE_SYS_STAT_H565 -1 # include <sys/stat.h>566 -1 #endif567 -1 #ifdef STDC_HEADERS568 -1 # include <stdlib.h>569 -1 # include <stddef.h>570 -1 #else571 -1 # ifdef HAVE_STDLIB_H572 -1 # include <stdlib.h>573 -1 # endif574 -1 #endif575 -1 #ifdef HAVE_STRING_H576 -1 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H577 -1 # include <memory.h>578 -1 # endif579 -1 # include <string.h>580 -1 #endif581 -1 #ifdef HAVE_STRINGS_H582 -1 # include <strings.h>583 -1 #endif584 -1 #ifdef HAVE_INTTYPES_H585 -1 # include <inttypes.h>586 -1 #endif587 -1 #ifdef HAVE_STDINT_H588 -1 # include <stdint.h>589 -1 #endif590 -1 #ifdef HAVE_UNISTD_H591 -1 # include <unistd.h>592 -1 #endif"593 -1594 -1 ac_subst_vars='LTLIBOBJS595 -1 LIBOBJS596 -1 EGREP597 -1 GREP598 -1 CPP599 -1 MAD_LIBS600 -1 MAD_CFLAGS601 -1 RubberBand_LIBS602 -1 RubberBand_CFLAGS603 -1 SNDFILE_LIBS604 -1 SNDFILE_CFLAGS605 -1 PKG_CONFIG_LIBDIR606 -1 PKG_CONFIG_PATH607 -1 PKG_CONFIG608 -1 HAVE_SDL_CONFIG609 -1 HAVE_WX_CONFIG610 -1 HAVE_PKG_CONFIG611 -1 _PKGC612 -1 _CFLAGS613 -1 ac_ct_CC614 -1 CFLAGS615 -1 CC616 -1 OBJEXT617 -1 EXEEXT618 -1 ac_ct_CXX619 -1 CPPFLAGS620 -1 LDFLAGS621 -1 CXXFLAGS622 -1 CXX623 -1 NAME624 -1 VERSION625 -1 target_alias626 -1 host_alias627 -1 build_alias628 -1 LIBS629 -1 ECHO_T630 -1 ECHO_N631 -1 ECHO_C632 -1 DEFS633 -1 mandir634 -1 localedir635 -1 libdir636 -1 psdir637 -1 pdfdir638 -1 dvidir639 -1 htmldir640 -1 infodir641 -1 docdir642 -1 oldincludedir643 -1 includedir644 -1 localstatedir645 -1 sharedstatedir646 -1 sysconfdir647 -1 datadir648 -1 datarootdir649 -1 libexecdir650 -1 sbindir651 -1 bindir652 -1 program_transform_name653 -1 prefix654 -1 exec_prefix655 -1 PACKAGE_URL656 -1 PACKAGE_BUGREPORT657 -1 PACKAGE_STRING658 -1 PACKAGE_VERSION659 -1 PACKAGE_TARNAME660 -1 PACKAGE_NAME661 -1 PATH_SEPARATOR662 -1 SHELL'663 -1 ac_subst_files=''664 -1 ac_user_opts='665 -1 enable_option_checking666 -1 '667 -1 ac_precious_vars='build_alias668 -1 host_alias669 -1 target_alias670 -1 CXX671 -1 CXXFLAGS672 -1 LDFLAGS673 -1 LIBS674 -1 CPPFLAGS675 -1 CCC676 -1 CC677 -1 CFLAGS678 -1 PKG_CONFIG679 -1 PKG_CONFIG_PATH680 -1 PKG_CONFIG_LIBDIR681 -1 SNDFILE_CFLAGS682 -1 SNDFILE_LIBS683 -1 RubberBand_CFLAGS684 -1 RubberBand_LIBS685 -1 MAD_CFLAGS686 -1 MAD_LIBS687 -1 CPP'688 -1689 -1690 -1 # Initialize some variables set by options.691 -1 ac_init_help=692 -1 ac_init_version=false693 -1 ac_unrecognized_opts=694 -1 ac_unrecognized_sep=695 -1 # The variables have the same names as the options, with696 -1 # dashes changed to underlines.697 -1 cache_file=/dev/null698 -1 exec_prefix=NONE699 -1 no_create=700 -1 no_recursion=701 -1 prefix=NONE702 -1 program_prefix=NONE703 -1 program_suffix=NONE704 -1 program_transform_name=s,x,x,705 -1 silent=706 -1 site=707 -1 srcdir=708 -1 verbose=709 -1 x_includes=NONE710 -1 x_libraries=NONE711 -1712 -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_prefix715 -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 -1738 -1 ac_prev=739 -1 ac_dashdash=740 -1 for ac_option741 -1 do742 -1 # If the previous option needs an argument, assign it.743 -1 if test -n "$ac_prev"; then744 -1 eval $ac_prev=\$ac_option745 -1 ac_prev=746 -1 continue747 -1 fi748 -1749 -1 case $ac_option in750 -1 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;751 -1 *=) ac_optarg= ;;752 -1 *) ac_optarg=yes ;;753 -1 esac754 -1755 -1 # Accept the important Cygnus configure options, so we can diagnose typos.756 -1757 -1 case $ac_dashdash$ac_option in758 -1 --)759 -1 ac_dashdash=yes ;;760 -1761 -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 -1766 -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 -1771 -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 -1778 -1 --config-cache | -C)779 -1 cache_file=config.cache ;;780 -1781 -1 -datadir | --datadir | --datadi | --datad)782 -1 ac_prev=datadir ;;783 -1 -datadir=* | --datadir=* | --datadi=* | --datad=*)784 -1 datadir=$ac_optarg ;;785 -1786 -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 -1793 -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_useropt799 -1 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`800 -1 case $ac_user_opts in801 -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 esac807 -1 eval enable_$ac_useropt=no ;;808 -1809 -1 -docdir | --docdir | --docdi | --doc | --do)810 -1 ac_prev=docdir ;;811 -1 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)812 -1 docdir=$ac_optarg ;;813 -1814 -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 -1819 -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_useropt825 -1 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`826 -1 case $ac_user_opts in827 -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 esac833 -1 eval enable_$ac_useropt=\$ac_optarg ;;834 -1835 -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 -1844 -1 -gas | --gas | --ga | --g)845 -1 # Obsolete; use --with-gas.846 -1 with_gas=yes ;;847 -1848 -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 -1855 -1 -host | --host | --hos | --ho)856 -1 ac_prev=host_alias ;;857 -1 -host=* | --host=* | --hos=* | --ho=*)858 -1 host_alias=$ac_optarg ;;859 -1860 -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 -1866 -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 -1873 -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 -1878 -1 -libdir | --libdir | --libdi | --libd)879 -1 ac_prev=libdir ;;880 -1 -libdir=* | --libdir=* | --libdi=* | --libd=*)881 -1 libdir=$ac_optarg ;;882 -1883 -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 -1890 -1 -localedir | --localedir | --localedi | --localed | --locale)891 -1 ac_prev=localedir ;;892 -1 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)893 -1 localedir=$ac_optarg ;;894 -1895 -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 -1902 -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 -1907 -1 -nfp | --nfp | --nf)908 -1 # Obsolete; use --without-fp.909 -1 with_fp=no ;;910 -1911 -1 -no-create | --no-create | --no-creat | --no-crea | --no-cre \912 -1 | --no-cr | --no-c | -n)913 -1 no_create=yes ;;914 -1915 -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 -1919 -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 -1928 -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 -1933 -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 -1940 -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 -1947 -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 -1964 -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 -1969 -1 -psdir | --psdir | --psdi | --psd | --ps)970 -1 ac_prev=psdir ;;971 -1 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)972 -1 psdir=$ac_optarg ;;973 -1974 -1 -q | -quiet | --quiet | --quie | --qui | --qu | --q \975 -1 | -silent | --silent | --silen | --sile | --sil)976 -1 silent=yes ;;977 -1978 -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 -1984 -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 -1995 -1 -site | --site | --sit)996 -1 ac_prev=site ;;997 -1 -site=* | --site=* | --sit=*)998 -1 site=$ac_optarg ;;999 -11000 -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 -11005 -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 -11012 -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 -11017 -1 -v | -verbose | --verbose | --verbos | --verbo | --verb)1018 -1 verbose=yes ;;1019 -11020 -1 -version | --version | --versio | --versi | --vers | -V)1021 -1 ac_init_version=: ;;1022 -11023 -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_useropt1029 -1 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1030 -1 case $ac_user_opts in1031 -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 esac1037 -1 eval with_$ac_useropt=\$ac_optarg ;;1038 -11039 -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_useropt1045 -1 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1046 -1 case $ac_user_opts in1047 -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 esac1053 -1 eval with_$ac_useropt=no ;;1054 -11055 -1 --x)1056 -1 # Obsolete; use --with-x.1057 -1 with_x=yes ;;1058 -11059 -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 -11066 -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 -11073 -1 -*) as_fn_error $? "unrecognized option: \`$ac_option'1074 -1 Try \`$0 --help' for more information"1075 -1 ;;1076 -11077 -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 esac1084 -1 eval $ac_envvar=\$ac_optarg1085 -1 export $ac_envvar ;;1086 -11087 -1 *)1088 -1 # FIXME: should be removed in autoconf 3.0.1089 -1 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21090 -1 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&1091 -1 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21092 -1 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}1093 -1 ;;1094 -11095 -1 esac1096 -1 done1097 -11098 -1 if test -n "$ac_prev"; then1099 -1 ac_option=--`echo $ac_prev | sed 's/_/-/g'`1100 -1 as_fn_error $? "missing argument to $ac_option"1101 -1 fi1102 -11103 -1 if test -n "$ac_unrecognized_opts"; then1104 -1 case $enable_option_checking in1105 -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 esac1109 -1 fi1110 -11111 -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 mandir1116 -1 do1117 -1 eval ac_val=\$$ac_var1118 -1 # Remove trailing slashes.1119 -1 case $ac_val in1120 -1 */ )1121 -1 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1122 -1 eval $ac_var=\$ac_val;;1123 -1 esac1124 -1 # Be sure to have absolute directory names.1125 -1 case $ac_val in1126 -1 [\\/$]* | ?:[\\/]* ) continue;;1127 -1 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;1128 -1 esac1129 -1 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"1130 -1 done1131 -11132 -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_alias1136 -1 host=$host_alias1137 -1 target=$target_alias1138 -11139 -1 # FIXME: To remove some day.1140 -1 if test "x$host_alias" != x; then1141 -1 if test "x$build_alias" = x; then1142 -1 cross_compiling=maybe1143 -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" >&21145 -1 elif test "x$build_alias" != "x$host_alias"; then1146 -1 cross_compiling=yes1147 -1 fi1148 -1 fi1149 -11150 -1 ac_tool_prefix=1151 -1 test -n "$host_alias" && ac_tool_prefix=$host_alias-1152 -11153 -1 test "$silent" = yes && exec 6>/dev/null1154 -11155 -11156 -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 -11163 -11164 -1 # Find the source files, if location was not specified.1165 -1 if test -z "$srcdir"; then1166 -1 ac_srcdir_defaulted=yes1167 -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 q1177 -1 }1178 -1 /^X\(\/\/\)[^/].*/{1179 -1 s//\1/1180 -1 q1181 -1 }1182 -1 /^X\(\/\/\)$/{1183 -1 s//\1/1184 -1 q1185 -1 }1186 -1 /^X\(\/\).*/{1187 -1 s//\1/1188 -1 q1189 -1 }1190 -1 s/.*/./; q'`1191 -1 srcdir=$ac_confdir1192 -1 if test ! -r "$srcdir/$ac_unique_file"; then1193 -1 srcdir=..1194 -1 fi1195 -1 else1196 -1 ac_srcdir_defaulted=no1197 -1 fi1198 -1 if test ! -r "$srcdir/$ac_unique_file"; then1199 -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 fi1202 -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"; then1208 -1 srcdir=.1209 -1 fi1210 -1 # Remove unnecessary trailing slashes from srcdir.1211 -1 # Double slashes in file names in object file debugging info1212 -1 # mess up M-x gdb in Emacs.1213 -1 case $srcdir in1214 -1 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;1215 -1 esac1216 -1 for ac_var in $ac_precious_vars; do1217 -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 done1222 -11223 -1 #1224 -1 # Report the --help message.1225 -1 #1226 -1 if test "$ac_init_help" = "long"; then1227 -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 <<_ACEOF1230 -1 \`configure' configures retimer 0.2 to adapt to many kinds of systems.1231 -11232 -1 Usage: $0 [OPTION]... [VAR=VALUE]...1233 -11234 -1 To assign environment variables (e.g., CC, CFLAGS...), specify them as1235 -1 VAR=VALUE. See below for descriptions of some of the useful variables.1236 -11237 -1 Defaults for the options are specified in brackets.1238 -11239 -1 Configuration:1240 -1 -h, --help display this help and exit1241 -1 --help=short display options specific to this package1242 -1 --help=recursive display the short help of all the included packages1243 -1 -V, --version display version information and exit1244 -1 -q, --quiet, --silent do not print \`checking ...' messages1245 -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 files1248 -1 --srcdir=DIR find the sources in DIR [configure dir or \`..']1249 -11250 -1 Installation directories:1251 -1 --prefix=PREFIX install architecture-independent files in PREFIX1252 -1 [$ac_default_prefix]1253 -1 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX1254 -1 [PREFIX]1255 -11256 -1 By default, \`make install' will install all the files in1257 -1 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify1258 -1 an installation prefix other than \`$ac_default_prefix' using \`--prefix',1259 -1 for instance \`--prefix=\$HOME'.1260 -11261 -1 For better control, use the options below.1262 -11263 -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 _ACEOF1284 -11285 -1 cat <<\_ACEOF1286 -1 _ACEOF1287 -1 fi1288 -11289 -1 if test -n "$ac_init_help"; then1290 -1 case $ac_init_help in1291 -1 short | recursive ) echo "Configuration of retimer 0.2:";;1292 -1 esac1293 -1 cat <<\_ACEOF1294 -11295 -1 Some influential environment variables:1296 -1 CXX C++ compiler command1297 -1 CXXFLAGS C++ compiler flags1298 -1 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a1299 -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> if1302 -1 you have headers in a nonstandard directory <include dir>1303 -1 CC C compiler command1304 -1 CFLAGS C compiler flags1305 -1 PKG_CONFIG path to pkg-config utility1306 -1 PKG_CONFIG_PATH1307 -1 directories to add to pkg-config's search path1308 -1 PKG_CONFIG_LIBDIR1309 -1 path overriding pkg-config's built-in search path1310 -1 SNDFILE_CFLAGS1311 -1 C compiler flags for SNDFILE, overriding pkg-config1312 -1 SNDFILE_LIBS1313 -1 linker flags for SNDFILE, overriding pkg-config1314 -1 RubberBand_CFLAGS1315 -1 C compiler flags for RubberBand, overriding pkg-config1316 -1 RubberBand_LIBS1317 -1 linker flags for RubberBand, overriding pkg-config1318 -1 MAD_CFLAGS C compiler flags for MAD, overriding pkg-config1319 -1 MAD_LIBS linker flags for MAD, overriding pkg-config1320 -1 CPP C preprocessor1321 -11322 -1 Use these variables to override the choices made by `configure' or to help1323 -1 it to find libraries and programs with nonstandard names/locations.1324 -11325 -1 Report bugs to the package provider.1326 -1 _ACEOF1327 -1 ac_status=$?1328 -1 fi1329 -11330 -1 if test "$ac_init_help" = "recursive"; then1331 -1 # If there are subdirs, report their specific --help.1332 -1 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue1333 -1 test -d "$ac_dir" ||1334 -1 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||1335 -1 continue1336 -1 ac_builddir=.1337 -11338 -1 case "$ac_dir" in1339 -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 in1345 -1 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;1346 -1 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;1347 -1 esac ;;1348 -1 esac1349 -1 ac_abs_top_builddir=$ac_pwd1350 -1 ac_abs_builddir=$ac_pwd$ac_dir_suffix1351 -1 # for backward compatibility:1352 -1 ac_top_builddir=$ac_top_build_prefix1353 -11354 -1 case $srcdir in1355 -1 .) # We are building in place.1356 -1 ac_srcdir=.1357 -1 ac_top_srcdir=$ac_top_builddir_sub1358 -1 ac_abs_top_srcdir=$ac_pwd ;;1359 -1 [\\/]* | ?:[\\/]* ) # Absolute name.1360 -1 ac_srcdir=$srcdir$ac_dir_suffix;1361 -1 ac_top_srcdir=$srcdir1362 -1 ac_abs_top_srcdir=$srcdir ;;1363 -1 *) # Relative name.1364 -1 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix1365 -1 ac_top_srcdir=$ac_top_build_prefix$srcdir1366 -1 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;1367 -1 esac1368 -1 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix1369 -11370 -1 cd "$ac_dir" || { ac_status=$?; continue; }1371 -1 # Check for guested configure.1372 -1 if test -f "$ac_srcdir/configure.gnu"; then1373 -1 echo &&1374 -1 $SHELL "$ac_srcdir/configure.gnu" --help=recursive1375 -1 elif test -f "$ac_srcdir/configure"; then1376 -1 echo &&1377 -1 $SHELL "$ac_srcdir/configure" --help=recursive1378 -1 else1379 -1 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21380 -1 fi || ac_status=$?1381 -1 cd "$ac_pwd" || { ac_status=$?; break; }1382 -1 done1383 -1 fi1384 -11385 -1 test -n "$ac_init_help" && exit $ac_status1386 -1 if $ac_init_version; then1387 -1 cat <<\_ACEOF1388 -1 retimer configure 0.21389 -1 generated by GNU Autoconf 2.671390 -11391 -1 Copyright (C) 2010 Free Software Foundation, Inc.1392 -1 This configure script is free software; the Free Software Foundation1393 -1 gives unlimited permission to copy, distribute and modify it.1394 -1 _ACEOF1395 -1 exit1396 -1 fi1397 -11398 -1 ## ------------------------ ##1399 -1 ## Autoconf initialization. ##1400 -1 ## ------------------------ ##1401 -11402 -1 # ac_fn_cxx_try_compile LINENO1403 -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_stack1408 -1 rm -f conftest.$ac_objext1409 -1 if { { ac_try="$ac_compile"1410 -1 case "(($ac_try" in1411 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1412 -1 *) ac_try_echo=$ac_try;;1413 -1 esac1414 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1415 -1 $as_echo "$ac_try_echo"; } >&51416 -1 (eval "$ac_compile") 2>conftest.err1417 -1 ac_status=$?1418 -1 if test -s conftest.err; then1419 -1 grep -v '^ *+' conftest.err >conftest.er11420 -1 cat conftest.er1 >&51421 -1 mv -f conftest.er1 conftest.err1422 -1 fi1423 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51424 -1 test $ac_status = 0; } && {1425 -1 test -z "$ac_cxx_werror_flag" ||1426 -1 test ! -s conftest.err1427 -1 } && test -s conftest.$ac_objext; then :1428 -1 ac_retval=01429 -1 else1430 -1 $as_echo "$as_me: failed program was:" >&51431 -1 sed 's/^/| /' conftest.$ac_ext >&51432 -11433 -1 ac_retval=11434 -1 fi1435 -1 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1436 -1 as_fn_set_status $ac_retval1437 -11438 -1 } # ac_fn_cxx_try_compile1439 -11440 -1 # ac_fn_c_try_compile LINENO1441 -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_stack1446 -1 rm -f conftest.$ac_objext1447 -1 if { { ac_try="$ac_compile"1448 -1 case "(($ac_try" in1449 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1450 -1 *) ac_try_echo=$ac_try;;1451 -1 esac1452 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1453 -1 $as_echo "$ac_try_echo"; } >&51454 -1 (eval "$ac_compile") 2>conftest.err1455 -1 ac_status=$?1456 -1 if test -s conftest.err; then1457 -1 grep -v '^ *+' conftest.err >conftest.er11458 -1 cat conftest.er1 >&51459 -1 mv -f conftest.er1 conftest.err1460 -1 fi1461 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51462 -1 test $ac_status = 0; } && {1463 -1 test -z "$ac_c_werror_flag" ||1464 -1 test ! -s conftest.err1465 -1 } && test -s conftest.$ac_objext; then :1466 -1 ac_retval=01467 -1 else1468 -1 $as_echo "$as_me: failed program was:" >&51469 -1 sed 's/^/| /' conftest.$ac_ext >&51470 -11471 -1 ac_retval=11472 -1 fi1473 -1 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1474 -1 as_fn_set_status $ac_retval1475 -11476 -1 } # ac_fn_c_try_compile1477 -11478 -1 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES1479 -1 # -------------------------------------------1480 -1 # Tests whether TYPE exists after having included INCLUDES, setting cache1481 -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_stack1485 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51486 -1 $as_echo_n "checking for $2... " >&6; }1487 -1 if eval "test \"\${$3+set}\"" = set; then :1488 -1 $as_echo_n "(cached) " >&61489 -1 else1490 -1 eval "$3=no"1491 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1492 -1 /* end confdefs.h. */1493 -1 $41494 -1 int1495 -1 main ()1496 -1 {1497 -1 if (sizeof ($2))1498 -1 return 0;1499 -1 ;1500 -1 return 0;1501 -1 }1502 -1 _ACEOF1503 -1 if ac_fn_c_try_compile "$LINENO"; then :1504 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1505 -1 /* end confdefs.h. */1506 -1 $41507 -1 int1508 -1 main ()1509 -1 {1510 -1 if (sizeof (($2)))1511 -1 return 0;1512 -1 ;1513 -1 return 0;1514 -1 }1515 -1 _ACEOF1516 -1 if ac_fn_c_try_compile "$LINENO"; then :1517 -11518 -1 else1519 -1 eval "$3=yes"1520 -1 fi1521 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext1522 -1 fi1523 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext1524 -1 fi1525 -1 eval ac_res=\$$31526 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51527 -1 $as_echo "$ac_res" >&6; }1528 -1 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1529 -11530 -1 } # ac_fn_c_check_type1531 -11532 -1 # ac_fn_c_try_cpp LINENO1533 -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_stack1538 -1 if { { ac_try="$ac_cpp conftest.$ac_ext"1539 -1 case "(($ac_try" in1540 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1541 -1 *) ac_try_echo=$ac_try;;1542 -1 esac1543 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1544 -1 $as_echo "$ac_try_echo"; } >&51545 -1 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err1546 -1 ac_status=$?1547 -1 if test -s conftest.err; then1548 -1 grep -v '^ *+' conftest.err >conftest.er11549 -1 cat conftest.er1 >&51550 -1 mv -f conftest.er1 conftest.err1551 -1 fi1552 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51553 -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.err1556 -1 }; then :1557 -1 ac_retval=01558 -1 else1559 -1 $as_echo "$as_me: failed program was:" >&51560 -1 sed 's/^/| /' conftest.$ac_ext >&51561 -11562 -1 ac_retval=11563 -1 fi1564 -1 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1565 -1 as_fn_set_status $ac_retval1566 -11567 -1 } # ac_fn_c_try_cpp1568 -11569 -1 # ac_fn_c_try_run LINENO1570 -1 # ----------------------1571 -1 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes1572 -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_stack1576 -1 if { { ac_try="$ac_link"1577 -1 case "(($ac_try" in1578 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1579 -1 *) ac_try_echo=$ac_try;;1580 -1 esac1581 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1582 -1 $as_echo "$ac_try_echo"; } >&51583 -1 (eval "$ac_link") 2>&51584 -1 ac_status=$?1585 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51586 -1 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'1587 -1 { { case "(($ac_try" in1588 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1589 -1 *) ac_try_echo=$ac_try;;1590 -1 esac1591 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1592 -1 $as_echo "$ac_try_echo"; } >&51593 -1 (eval "$ac_try") 2>&51594 -1 ac_status=$?1595 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51596 -1 test $ac_status = 0; }; }; then :1597 -1 ac_retval=01598 -1 else1599 -1 $as_echo "$as_me: program exited with status $ac_status" >&51600 -1 $as_echo "$as_me: failed program was:" >&51601 -1 sed 's/^/| /' conftest.$ac_ext >&51602 -11603 -1 ac_retval=$ac_status1604 -1 fi1605 -1 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1606 -1 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1607 -1 as_fn_set_status $ac_retval1608 -11609 -1 } # ac_fn_c_try_run1610 -11611 -1 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES1612 -1 # -------------------------------------------------------1613 -1 # Tests whether HEADER exists and can be compiled using the include files in1614 -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_stack1618 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51619 -1 $as_echo_n "checking for $2... " >&6; }1620 -1 if eval "test \"\${$3+set}\"" = set; then :1621 -1 $as_echo_n "(cached) " >&61622 -1 else1623 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1624 -1 /* end confdefs.h. */1625 -1 $41626 -1 #include <$2>1627 -1 _ACEOF1628 -1 if ac_fn_c_try_compile "$LINENO"; then :1629 -1 eval "$3=yes"1630 -1 else1631 -1 eval "$3=no"1632 -1 fi1633 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext1634 -1 fi1635 -1 eval ac_res=\$$31636 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51637 -1 $as_echo "$ac_res" >&6; }1638 -1 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1639 -11640 -1 } # ac_fn_c_check_header_compile1641 -1 cat >config.log <<_ACEOF1642 -1 This file contains any messages produced by compilers while1643 -1 running configure, to aid debugging if configure makes a mistake.1644 -11645 -1 It was created by retimer $as_me 0.2, which was1646 -1 generated by GNU Autoconf 2.67. Invocation command line was1647 -11648 -1 $ $0 $@1649 -11650 -1 _ACEOF1651 -1 exec 5>>config.log1652 -1 {1653 -1 cat <<_ASUNAME1654 -1 ## --------- ##1655 -1 ## Platform. ##1656 -1 ## --------- ##1657 -11658 -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 -11664 -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 -11667 -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 -11675 -1 _ASUNAME1676 -11677 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1678 -1 for as_dir in $PATH1679 -1 do1680 -1 IFS=$as_save_IFS1681 -1 test -z "$as_dir" && as_dir=.1682 -1 $as_echo "PATH: $as_dir"1683 -1 done1684 -1 IFS=$as_save_IFS1685 -11686 -1 } >&51687 -11688 -1 cat >&5 <<_ACEOF1689 -11690 -11691 -1 ## ----------- ##1692 -1 ## Core tests. ##1693 -1 ## ----------- ##1694 -11695 -1 _ACEOF1696 -11697 -11698 -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=false1707 -1 for ac_pass in 1 21708 -1 do1709 -1 for ac_arg1710 -1 do1711 -1 case $ac_arg in1712 -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 esac1719 -1 case $ac_pass in1720 -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; then1724 -1 ac_must_keep_next=false # Got value, back to normal.1725 -1 else1726 -1 case $ac_arg in1727 -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 " in1732 -1 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;1733 -1 esac1734 -1 ;;1735 -1 -* ) ac_must_keep_next=true ;;1736 -1 esac1737 -1 fi1738 -1 as_fn_append ac_configure_args " '$ac_arg'"1739 -1 ;;1740 -1 esac1741 -1 done1742 -1 done1743 -1 { ac_configure_args0=; unset ac_configure_args0;}1744 -1 { ac_configure_args1=; unset ac_configure_args1;}1745 -11746 -1 # When interrupted or exit'd, cleanup temporary files, and complete1747 -1 # config.log. We remove comments because anyway the quotes in there1748 -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 echo1755 -11756 -1 $as_echo "## ---------------- ##1757 -1 ## Cache variables. ##1758 -1 ## ---------------- ##"1759 -1 echo1760 -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'\''`; do1763 -1 eval ac_val=\$$ac_var1764 -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" >&51768 -1 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1769 -1 esac1770 -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 esac1776 -1 done1777 -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 sort1789 -1 )1790 -1 echo1791 -11792 -1 $as_echo "## ----------------- ##1793 -1 ## Output variables. ##1794 -1 ## ----------------- ##"1795 -1 echo1796 -1 for ac_var in $ac_subst_vars1797 -1 do1798 -1 eval ac_val=\$$ac_var1799 -1 case $ac_val in1800 -1 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1801 -1 esac1802 -1 $as_echo "$ac_var='\''$ac_val'\''"1803 -1 done | sort1804 -1 echo1805 -11806 -1 if test -n "$ac_subst_files"; then1807 -1 $as_echo "## ------------------- ##1808 -1 ## File substitutions. ##1809 -1 ## ------------------- ##"1810 -1 echo1811 -1 for ac_var in $ac_subst_files1812 -1 do1813 -1 eval ac_val=\$$ac_var1814 -1 case $ac_val in1815 -1 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1816 -1 esac1817 -1 $as_echo "$ac_var='\''$ac_val'\''"1818 -1 done | sort1819 -1 echo1820 -1 fi1821 -11822 -1 if test -s confdefs.h; then1823 -1 $as_echo "## ----------- ##1824 -1 ## confdefs.h. ##1825 -1 ## ----------- ##"1826 -1 echo1827 -1 cat confdefs.h1828 -1 echo1829 -1 fi1830 -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 } >&51834 -1 rm -f core *.core core.conftest.* &&1835 -1 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&1836 -1 exit $exit_status1837 -1 ' 01838 -1 for ac_signal in 1 2 13 15; do1839 -1 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal1840 -1 done1841 -1 ac_signal=01842 -11843 -1 # confdefs.h avoids OS command line length limits that DEFS can exceed.1844 -1 rm -f -r conftest* confdefs.h1845 -11846 -1 $as_echo "/* confdefs.h */" > confdefs.h1847 -11848 -1 # Predefined preprocessor variables.1849 -11850 -1 cat >>confdefs.h <<_ACEOF1851 -1 #define PACKAGE_NAME "$PACKAGE_NAME"1852 -1 _ACEOF1853 -11854 -1 cat >>confdefs.h <<_ACEOF1855 -1 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"1856 -1 _ACEOF1857 -11858 -1 cat >>confdefs.h <<_ACEOF1859 -1 #define PACKAGE_VERSION "$PACKAGE_VERSION"1860 -1 _ACEOF1861 -11862 -1 cat >>confdefs.h <<_ACEOF1863 -1 #define PACKAGE_STRING "$PACKAGE_STRING"1864 -1 _ACEOF1865 -11866 -1 cat >>confdefs.h <<_ACEOF1867 -1 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"1868 -1 _ACEOF1869 -11870 -1 cat >>confdefs.h <<_ACEOF1871 -1 #define PACKAGE_URL "$PACKAGE_URL"1872 -1 _ACEOF1873 -11874 -11875 -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=NONE1878 -1 ac_site_file2=NONE1879 -1 if test -n "$CONFIG_SITE"; then1880 -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 esac1886 -1 elif test "x$prefix" != xNONE; then1887 -1 ac_site_file1=$prefix/share/config.site1888 -1 ac_site_file2=$prefix/etc/config.site1889 -1 else1890 -1 ac_site_file1=$ac_default_prefix/share/config.site1891 -1 ac_site_file2=$ac_default_prefix/etc/config.site1892 -1 fi1893 -1 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1894 -1 do1895 -1 test "x$ac_site_file" = xNONE && continue1896 -1 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then1897 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&51898 -1 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1899 -1 sed 's/^/| /' "$ac_site_file" >&51900 -1 . "$ac_site_file" \1901 -1 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&51902 -1 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}1903 -1 as_fn_error $? "failed to load site script $ac_site_file1904 -1 See \`config.log' for more details" "$LINENO" 5 ; }1905 -1 fi1906 -1 done1907 -11908 -1 if test -r "$cache_file"; then1909 -1 # Some versions of bash will fail to source /dev/null (special files1910 -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"; then1912 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&51913 -1 $as_echo "$as_me: loading cache $cache_file" >&6;}1914 -1 case $cache_file in1915 -1 [\\/]* | ?:[\\/]* ) . "$cache_file";;1916 -1 *) . "./$cache_file";;1917 -1 esac1918 -1 fi1919 -1 else1920 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&51921 -1 $as_echo "$as_me: creating cache $cache_file" >&6;}1922 -1 >$cache_file1923 -1 fi1924 -11925 -1 # Check that the precious variables saved in the cache have kept the same1926 -1 # value.1927 -1 ac_cache_corrupted=false1928 -1 for ac_var in $ac_precious_vars; do1929 -1 eval ac_old_set=\$ac_cv_env_${ac_var}_set1930 -1 eval ac_new_set=\$ac_env_${ac_var}_set1931 -1 eval ac_old_val=\$ac_cv_env_${ac_var}_value1932 -1 eval ac_new_val=\$ac_env_${ac_var}_value1933 -1 case $ac_old_set,$ac_new_set in1934 -1 set,)1935 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51936 -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" >&51940 -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"; then1945 -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"; then1949 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&51950 -1 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}1951 -1 ac_cache_corrupted=:1952 -1 else1953 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&51954 -1 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}1955 -1 eval $ac_var=\$ac_old_val1956 -1 fi1957 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&51958 -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'" >&51960 -1 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}1961 -1 fi;;1962 -1 esac1963 -1 # Pass precious variables to config.status.1964 -1 if test "$ac_new_set" = set; then1965 -1 case $ac_new_val in1966 -1 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1967 -1 *) ac_arg=$ac_var=$ac_new_val ;;1968 -1 esac1969 -1 case " $ac_configure_args " in1970 -1 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.1971 -1 *) as_fn_append ac_configure_args " '$ac_arg'" ;;1972 -1 esac1973 -1 fi1974 -1 done1975 -1 if $ac_cache_corrupted; then1976 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&51977 -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" >&51979 -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" 51981 -1 fi1982 -1 ## -------------------- ##1983 -1 ## Main body of script. ##1984 -1 ## -------------------- ##1985 -11986 -1 ac_ext=c1987 -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_gnu1991 -11992 -11993 -11994 -11995 -1 VERSION=0.21996 -1 NAME=xiRetimer1997 -11998 -11999 -12000 -1 # Checks for programs.2001 -1 ac_ext=cpp2002 -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_gnu2006 -1 if test -z "$CXX"; then2007 -1 if test -n "$CCC"; then2008 -1 CXX=$CCC2009 -1 else2010 -1 if test -n "$ac_tool_prefix"; then2011 -1 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC2012 -1 do2013 -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=$22015 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52016 -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) " >&62019 -1 else2020 -1 if test -n "$CXX"; then2021 -1 ac_cv_prog_CXX="$CXX" # Let the user override the test.2022 -1 else2023 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2024 -1 for as_dir in $PATH2025 -1 do2026 -1 IFS=$as_save_IFS2027 -1 test -z "$as_dir" && as_dir=.2028 -1 for ac_exec_ext in '' $ac_executable_extensions; do2029 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2030 -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" >&52032 -1 break 22033 -1 fi2034 -1 done2035 -1 done2036 -1 IFS=$as_save_IFS2037 -12038 -1 fi2039 -1 fi2040 -1 CXX=$ac_cv_prog_CXX2041 -1 if test -n "$CXX"; then2042 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&52043 -1 $as_echo "$CXX" >&6; }2044 -1 else2045 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52046 -1 $as_echo "no" >&6; }2047 -1 fi2048 -12049 -12050 -1 test -n "$CXX" && break2051 -1 done2052 -1 fi2053 -1 if test -z "$CXX"; then2054 -1 ac_ct_CXX=$CXX2055 -1 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC2056 -1 do2057 -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=$22059 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52060 -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) " >&62063 -1 else2064 -1 if test -n "$ac_ct_CXX"; then2065 -1 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.2066 -1 else2067 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2068 -1 for as_dir in $PATH2069 -1 do2070 -1 IFS=$as_save_IFS2071 -1 test -z "$as_dir" && as_dir=.2072 -1 for ac_exec_ext in '' $ac_executable_extensions; do2073 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2074 -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" >&52076 -1 break 22077 -1 fi2078 -1 done2079 -1 done2080 -1 IFS=$as_save_IFS2081 -12082 -1 fi2083 -1 fi2084 -1 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX2085 -1 if test -n "$ac_ct_CXX"; then2086 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&52087 -1 $as_echo "$ac_ct_CXX" >&6; }2088 -1 else2089 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52090 -1 $as_echo "no" >&6; }2091 -1 fi2092 -12093 -12094 -1 test -n "$ac_ct_CXX" && break2095 -1 done2096 -12097 -1 if test "x$ac_ct_CXX" = x; then2098 -1 CXX="g++"2099 -1 else2100 -1 case $cross_compiling:$ac_tool_warned in2101 -1 yes:)2102 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&52103 -1 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}2104 -1 ac_tool_warned=yes ;;2105 -1 esac2106 -1 CXX=$ac_ct_CXX2107 -1 fi2108 -1 fi2109 -12110 -1 fi2111 -1 fi2112 -1 # Provide some information about the compiler.2113 -1 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&52114 -1 set X $ac_compile2115 -1 ac_compiler=$22116 -1 for ac_option in --version -v -V -qversion; do2117 -1 { { ac_try="$ac_compiler $ac_option >&5"2118 -1 case "(($ac_try" in2119 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2120 -1 *) ac_try_echo=$ac_try;;2121 -1 esac2122 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2123 -1 $as_echo "$ac_try_echo"; } >&52124 -1 (eval "$ac_compiler $ac_option >&5") 2>conftest.err2125 -1 ac_status=$?2126 -1 if test -s conftest.err; then2127 -1 sed '10a\2128 -1 ... rest of stderr output deleted ...2129 -1 10q' conftest.err >conftest.er12130 -1 cat conftest.er1 >&52131 -1 fi2132 -1 rm -f conftest.er1 conftest.err2133 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52134 -1 test $ac_status = 0; }2135 -1 done2136 -12137 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2138 -1 /* end confdefs.h. */2139 -12140 -1 int2141 -1 main ()2142 -1 {2143 -12144 -1 ;2145 -1 return 0;2146 -1 }2147 -1 _ACEOF2148 -1 ac_clean_files_save=$ac_clean_files2149 -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 intuition2152 -1 # of exeext.2153 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&52154 -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 -12157 -1 # The possible output files:2158 -1 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"2159 -12160 -1 ac_rmfiles=2161 -1 for ac_file in $ac_files2162 -1 do2163 -1 case $ac_file in2164 -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 esac2167 -1 done2168 -1 rm -f $ac_rmfiles2169 -12170 -1 if { { ac_try="$ac_link_default"2171 -1 case "(($ac_try" in2172 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2173 -1 *) ac_try_echo=$ac_try;;2174 -1 esac2175 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2176 -1 $as_echo "$ac_try_echo"; } >&52177 -1 (eval "$ac_link_default") 2>&52178 -1 ac_status=$?2179 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52180 -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 to2185 -1 # Autoconf.2186 -1 for ac_file in $ac_files ''2187 -1 do2188 -1 test -f "$ac_file" || continue2189 -1 case $ac_file in2190 -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 most2194 -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 :; else2199 -1 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`2200 -1 fi2201 -1 # We set ac_cv_exeext here because the later test for it is not2202 -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 of2205 -1 # actually working.2206 -1 break;;2207 -1 * )2208 -1 break;;2209 -1 esac2210 -1 done2211 -1 test "$ac_cv_exeext" = no && ac_cv_exeext=2212 -12213 -1 else2214 -1 ac_file=''2215 -1 fi2216 -1 if test -z "$ac_file"; then :2217 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52218 -1 $as_echo "no" >&6; }2219 -1 $as_echo "$as_me: failed program was:" >&52220 -1 sed 's/^/| /' conftest.$ac_ext >&52221 -12222 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52223 -1 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}2224 -1 as_fn_error 77 "C++ compiler cannot create executables2225 -1 See \`config.log' for more details" "$LINENO" 5 ; }2226 -1 else2227 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&52228 -1 $as_echo "yes" >&6; }2229 -1 fi2230 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&52231 -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" >&52233 -1 $as_echo "$ac_file" >&6; }2234 -1 ac_exeext=$ac_cv_exeext2235 -12236 -1 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out2237 -1 ac_clean_files=$ac_clean_files_save2238 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&52239 -1 $as_echo_n "checking for suffix of executables... " >&6; }2240 -1 if { { ac_try="$ac_link"2241 -1 case "(($ac_try" in2242 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2243 -1 *) ac_try_echo=$ac_try;;2244 -1 esac2245 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2246 -1 $as_echo "$ac_try_echo"; } >&52247 -1 (eval "$ac_link") 2>&52248 -1 ac_status=$?2249 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52250 -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' will2253 -1 # work properly (i.e., refer to `conftest.exe'), while it won't with2254 -1 # `rm'.2255 -1 for ac_file in conftest.exe conftest conftest.*; do2256 -1 test -f "$ac_file" || continue2257 -1 case $ac_file in2258 -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 esac2263 -1 done2264 -1 else2265 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52266 -1 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}2267 -1 as_fn_error $? "cannot compute suffix of executables: cannot compile and link2268 -1 See \`config.log' for more details" "$LINENO" 5 ; }2269 -1 fi2270 -1 rm -f conftest conftest$ac_cv_exeext2271 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&52272 -1 $as_echo "$ac_cv_exeext" >&6; }2273 -12274 -1 rm -f conftest.$ac_ext2275 -1 EXEEXT=$ac_cv_exeext2276 -1 ac_exeext=$EXEEXT2277 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2278 -1 /* end confdefs.h. */2279 -1 #include <stdio.h>2280 -1 int2281 -1 main ()2282 -1 {2283 -1 FILE *f = fopen ("conftest.out", "w");2284 -1 return ferror (f) || fclose (f) != 0;2285 -12286 -1 ;2287 -1 return 0;2288 -1 }2289 -1 _ACEOF2290 -1 ac_clean_files="$ac_clean_files conftest.out"2291 -1 # Check that the compiler produces executables we can run. If not, either2292 -1 # the compiler is broken, or we cross compile.2293 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&52294 -1 $as_echo_n "checking whether we are cross compiling... " >&6; }2295 -1 if test "$cross_compiling" != yes; then2296 -1 { { ac_try="$ac_link"2297 -1 case "(($ac_try" in2298 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2299 -1 *) ac_try_echo=$ac_try;;2300 -1 esac2301 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2302 -1 $as_echo "$ac_try_echo"; } >&52303 -1 (eval "$ac_link") 2>&52304 -1 ac_status=$?2305 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52306 -1 test $ac_status = 0; }2307 -1 if { ac_try='./conftest$ac_cv_exeext'2308 -1 { { case "(($ac_try" in2309 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2310 -1 *) ac_try_echo=$ac_try;;2311 -1 esac2312 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2313 -1 $as_echo "$ac_try_echo"; } >&52314 -1 (eval "$ac_try") 2>&52315 -1 ac_status=$?2316 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52317 -1 test $ac_status = 0; }; }; then2318 -1 cross_compiling=no2319 -1 else2320 -1 if test "$cross_compiling" = maybe; then2321 -1 cross_compiling=yes2322 -1 else2323 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52324 -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 fi2329 -1 fi2330 -1 fi2331 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&52332 -1 $as_echo "$cross_compiling" >&6; }2333 -12334 -1 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out2335 -1 ac_clean_files=$ac_clean_files_save2336 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&52337 -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) " >&62340 -1 else2341 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2342 -1 /* end confdefs.h. */2343 -12344 -1 int2345 -1 main ()2346 -1 {2347 -12348 -1 ;2349 -1 return 0;2350 -1 }2351 -1 _ACEOF2352 -1 rm -f conftest.o conftest.obj2353 -1 if { { ac_try="$ac_compile"2354 -1 case "(($ac_try" in2355 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2356 -1 *) ac_try_echo=$ac_try;;2357 -1 esac2358 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2359 -1 $as_echo "$ac_try_echo"; } >&52360 -1 (eval "$ac_compile") 2>&52361 -1 ac_status=$?2362 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52363 -1 test $ac_status = 0; }; then :2364 -1 for ac_file in conftest.o conftest.obj conftest.*; do2365 -1 test -f "$ac_file" || continue;2366 -1 case $ac_file in2367 -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 esac2371 -1 done2372 -1 else2373 -1 $as_echo "$as_me: failed program was:" >&52374 -1 sed 's/^/| /' conftest.$ac_ext >&52375 -12376 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52377 -1 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}2378 -1 as_fn_error $? "cannot compute suffix of object files: cannot compile2379 -1 See \`config.log' for more details" "$LINENO" 5 ; }2380 -1 fi2381 -1 rm -f conftest.$ac_cv_objext conftest.$ac_ext2382 -1 fi2383 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&52384 -1 $as_echo "$ac_cv_objext" >&6; }2385 -1 OBJEXT=$ac_cv_objext2386 -1 ac_objext=$OBJEXT2387 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&52388 -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) " >&62391 -1 else2392 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2393 -1 /* end confdefs.h. */2394 -12395 -1 int2396 -1 main ()2397 -1 {2398 -1 #ifndef __GNUC__2399 -1 choke me2400 -1 #endif2401 -12402 -1 ;2403 -1 return 0;2404 -1 }2405 -1 _ACEOF2406 -1 if ac_fn_cxx_try_compile "$LINENO"; then :2407 -1 ac_compiler_gnu=yes2408 -1 else2409 -1 ac_compiler_gnu=no2410 -1 fi2411 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2412 -1 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu2413 -12414 -1 fi2415 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&52416 -1 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }2417 -1 if test $ac_compiler_gnu = yes; then2418 -1 GXX=yes2419 -1 else2420 -1 GXX=2421 -1 fi2422 -1 ac_test_CXXFLAGS=${CXXFLAGS+set}2423 -1 ac_save_CXXFLAGS=$CXXFLAGS2424 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&52425 -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) " >&62428 -1 else2429 -1 ac_save_cxx_werror_flag=$ac_cxx_werror_flag2430 -1 ac_cxx_werror_flag=yes2431 -1 ac_cv_prog_cxx_g=no2432 -1 CXXFLAGS="-g"2433 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2434 -1 /* end confdefs.h. */2435 -12436 -1 int2437 -1 main ()2438 -1 {2439 -12440 -1 ;2441 -1 return 0;2442 -1 }2443 -1 _ACEOF2444 -1 if ac_fn_cxx_try_compile "$LINENO"; then :2445 -1 ac_cv_prog_cxx_g=yes2446 -1 else2447 -1 CXXFLAGS=""2448 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2449 -1 /* end confdefs.h. */2450 -12451 -1 int2452 -1 main ()2453 -1 {2454 -12455 -1 ;2456 -1 return 0;2457 -1 }2458 -1 _ACEOF2459 -1 if ac_fn_cxx_try_compile "$LINENO"; then :2460 -12461 -1 else2462 -1 ac_cxx_werror_flag=$ac_save_cxx_werror_flag2463 -1 CXXFLAGS="-g"2464 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2465 -1 /* end confdefs.h. */2466 -12467 -1 int2468 -1 main ()2469 -1 {2470 -12471 -1 ;2472 -1 return 0;2473 -1 }2474 -1 _ACEOF2475 -1 if ac_fn_cxx_try_compile "$LINENO"; then :2476 -1 ac_cv_prog_cxx_g=yes2477 -1 fi2478 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2479 -1 fi2480 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2481 -1 fi2482 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2483 -1 ac_cxx_werror_flag=$ac_save_cxx_werror_flag2484 -1 fi2485 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&52486 -1 $as_echo "$ac_cv_prog_cxx_g" >&6; }2487 -1 if test "$ac_test_CXXFLAGS" = set; then2488 -1 CXXFLAGS=$ac_save_CXXFLAGS2489 -1 elif test $ac_cv_prog_cxx_g = yes; then2490 -1 if test "$GXX" = yes; then2491 -1 CXXFLAGS="-g -O2"2492 -1 else2493 -1 CXXFLAGS="-g"2494 -1 fi2495 -1 else2496 -1 if test "$GXX" = yes; then2497 -1 CXXFLAGS="-O2"2498 -1 else2499 -1 CXXFLAGS=2500 -1 fi2501 -1 fi2502 -1 ac_ext=c2503 -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_gnu2507 -12508 -1 ac_ext=c2509 -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_gnu2513 -1 if test -n "$ac_tool_prefix"; then2514 -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=$22516 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52517 -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) " >&62520 -1 else2521 -1 if test -n "$CC"; then2522 -1 ac_cv_prog_CC="$CC" # Let the user override the test.2523 -1 else2524 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2525 -1 for as_dir in $PATH2526 -1 do2527 -1 IFS=$as_save_IFS2528 -1 test -z "$as_dir" && as_dir=.2529 -1 for ac_exec_ext in '' $ac_executable_extensions; do2530 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2531 -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" >&52533 -1 break 22534 -1 fi2535 -1 done2536 -1 done2537 -1 IFS=$as_save_IFS2538 -12539 -1 fi2540 -1 fi2541 -1 CC=$ac_cv_prog_CC2542 -1 if test -n "$CC"; then2543 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&52544 -1 $as_echo "$CC" >&6; }2545 -1 else2546 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52547 -1 $as_echo "no" >&6; }2548 -1 fi2549 -12550 -12551 -1 fi2552 -1 if test -z "$ac_cv_prog_CC"; then2553 -1 ac_ct_CC=$CC2554 -1 # Extract the first word of "gcc", so it can be a program name with args.2555 -1 set dummy gcc; ac_word=$22556 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52557 -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) " >&62560 -1 else2561 -1 if test -n "$ac_ct_CC"; then2562 -1 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.2563 -1 else2564 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2565 -1 for as_dir in $PATH2566 -1 do2567 -1 IFS=$as_save_IFS2568 -1 test -z "$as_dir" && as_dir=.2569 -1 for ac_exec_ext in '' $ac_executable_extensions; do2570 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2571 -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" >&52573 -1 break 22574 -1 fi2575 -1 done2576 -1 done2577 -1 IFS=$as_save_IFS2578 -12579 -1 fi2580 -1 fi2581 -1 ac_ct_CC=$ac_cv_prog_ac_ct_CC2582 -1 if test -n "$ac_ct_CC"; then2583 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&52584 -1 $as_echo "$ac_ct_CC" >&6; }2585 -1 else2586 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52587 -1 $as_echo "no" >&6; }2588 -1 fi2589 -12590 -1 if test "x$ac_ct_CC" = x; then2591 -1 CC=""2592 -1 else2593 -1 case $cross_compiling:$ac_tool_warned in2594 -1 yes:)2595 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&52596 -1 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}2597 -1 ac_tool_warned=yes ;;2598 -1 esac2599 -1 CC=$ac_ct_CC2600 -1 fi2601 -1 else2602 -1 CC="$ac_cv_prog_CC"2603 -1 fi2604 -12605 -1 if test -z "$CC"; then2606 -1 if test -n "$ac_tool_prefix"; then2607 -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=$22609 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52610 -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) " >&62613 -1 else2614 -1 if test -n "$CC"; then2615 -1 ac_cv_prog_CC="$CC" # Let the user override the test.2616 -1 else2617 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2618 -1 for as_dir in $PATH2619 -1 do2620 -1 IFS=$as_save_IFS2621 -1 test -z "$as_dir" && as_dir=.2622 -1 for ac_exec_ext in '' $ac_executable_extensions; do2623 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2624 -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" >&52626 -1 break 22627 -1 fi2628 -1 done2629 -1 done2630 -1 IFS=$as_save_IFS2631 -12632 -1 fi2633 -1 fi2634 -1 CC=$ac_cv_prog_CC2635 -1 if test -n "$CC"; then2636 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&52637 -1 $as_echo "$CC" >&6; }2638 -1 else2639 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52640 -1 $as_echo "no" >&6; }2641 -1 fi2642 -12643 -12644 -1 fi2645 -1 fi2646 -1 if test -z "$CC"; then2647 -1 # Extract the first word of "cc", so it can be a program name with args.2648 -1 set dummy cc; ac_word=$22649 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52650 -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) " >&62653 -1 else2654 -1 if test -n "$CC"; then2655 -1 ac_cv_prog_CC="$CC" # Let the user override the test.2656 -1 else2657 -1 ac_prog_rejected=no2658 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2659 -1 for as_dir in $PATH2660 -1 do2661 -1 IFS=$as_save_IFS2662 -1 test -z "$as_dir" && as_dir=.2663 -1 for ac_exec_ext in '' $ac_executable_extensions; do2664 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2665 -1 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then2666 -1 ac_prog_rejected=yes2667 -1 continue2668 -1 fi2669 -1 ac_cv_prog_CC="cc"2670 -1 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52671 -1 break 22672 -1 fi2673 -1 done2674 -1 done2675 -1 IFS=$as_save_IFS2676 -12677 -1 if test $ac_prog_rejected = yes; then2678 -1 # We found a bogon in the path, so make sure we never use it.2679 -1 set dummy $ac_cv_prog_CC2680 -1 shift2681 -1 if test $# != 0; then2682 -1 # We chose a different compiler from the bogus one.2683 -1 # However, it has the same basename, so the bogon will be chosen2684 -1 # first if we set CC to just the basename; use the full file name.2685 -1 shift2686 -1 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"2687 -1 fi2688 -1 fi2689 -1 fi2690 -1 fi2691 -1 CC=$ac_cv_prog_CC2692 -1 if test -n "$CC"; then2693 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&52694 -1 $as_echo "$CC" >&6; }2695 -1 else2696 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52697 -1 $as_echo "no" >&6; }2698 -1 fi2699 -12700 -12701 -1 fi2702 -1 if test -z "$CC"; then2703 -1 if test -n "$ac_tool_prefix"; then2704 -1 for ac_prog in cl.exe2705 -1 do2706 -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=$22708 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52709 -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) " >&62712 -1 else2713 -1 if test -n "$CC"; then2714 -1 ac_cv_prog_CC="$CC" # Let the user override the test.2715 -1 else2716 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2717 -1 for as_dir in $PATH2718 -1 do2719 -1 IFS=$as_save_IFS2720 -1 test -z "$as_dir" && as_dir=.2721 -1 for ac_exec_ext in '' $ac_executable_extensions; do2722 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2723 -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" >&52725 -1 break 22726 -1 fi2727 -1 done2728 -1 done2729 -1 IFS=$as_save_IFS2730 -12731 -1 fi2732 -1 fi2733 -1 CC=$ac_cv_prog_CC2734 -1 if test -n "$CC"; then2735 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&52736 -1 $as_echo "$CC" >&6; }2737 -1 else2738 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52739 -1 $as_echo "no" >&6; }2740 -1 fi2741 -12742 -12743 -1 test -n "$CC" && break2744 -1 done2745 -1 fi2746 -1 if test -z "$CC"; then2747 -1 ac_ct_CC=$CC2748 -1 for ac_prog in cl.exe2749 -1 do2750 -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=$22752 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52753 -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) " >&62756 -1 else2757 -1 if test -n "$ac_ct_CC"; then2758 -1 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.2759 -1 else2760 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2761 -1 for as_dir in $PATH2762 -1 do2763 -1 IFS=$as_save_IFS2764 -1 test -z "$as_dir" && as_dir=.2765 -1 for ac_exec_ext in '' $ac_executable_extensions; do2766 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2767 -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" >&52769 -1 break 22770 -1 fi2771 -1 done2772 -1 done2773 -1 IFS=$as_save_IFS2774 -12775 -1 fi2776 -1 fi2777 -1 ac_ct_CC=$ac_cv_prog_ac_ct_CC2778 -1 if test -n "$ac_ct_CC"; then2779 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&52780 -1 $as_echo "$ac_ct_CC" >&6; }2781 -1 else2782 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52783 -1 $as_echo "no" >&6; }2784 -1 fi2785 -12786 -12787 -1 test -n "$ac_ct_CC" && break2788 -1 done2789 -12790 -1 if test "x$ac_ct_CC" = x; then2791 -1 CC=""2792 -1 else2793 -1 case $cross_compiling:$ac_tool_warned in2794 -1 yes:)2795 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&52796 -1 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}2797 -1 ac_tool_warned=yes ;;2798 -1 esac2799 -1 CC=$ac_ct_CC2800 -1 fi2801 -1 fi2802 -12803 -1 fi2804 -12805 -12806 -1 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52807 -1 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}2808 -1 as_fn_error $? "no acceptable C compiler found in \$PATH2809 -1 See \`config.log' for more details" "$LINENO" 5 ; }2810 -12811 -1 # Provide some information about the compiler.2812 -1 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&52813 -1 set X $ac_compile2814 -1 ac_compiler=$22815 -1 for ac_option in --version -v -V -qversion; do2816 -1 { { ac_try="$ac_compiler $ac_option >&5"2817 -1 case "(($ac_try" in2818 -1 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2819 -1 *) ac_try_echo=$ac_try;;2820 -1 esac2821 -1 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2822 -1 $as_echo "$ac_try_echo"; } >&52823 -1 (eval "$ac_compiler $ac_option >&5") 2>conftest.err2824 -1 ac_status=$?2825 -1 if test -s conftest.err; then2826 -1 sed '10a\2827 -1 ... rest of stderr output deleted ...2828 -1 10q' conftest.err >conftest.er12829 -1 cat conftest.er1 >&52830 -1 fi2831 -1 rm -f conftest.er1 conftest.err2832 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52833 -1 test $ac_status = 0; }2834 -1 done2835 -12836 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&52837 -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) " >&62840 -1 else2841 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2842 -1 /* end confdefs.h. */2843 -12844 -1 int2845 -1 main ()2846 -1 {2847 -1 #ifndef __GNUC__2848 -1 choke me2849 -1 #endif2850 -12851 -1 ;2852 -1 return 0;2853 -1 }2854 -1 _ACEOF2855 -1 if ac_fn_c_try_compile "$LINENO"; then :2856 -1 ac_compiler_gnu=yes2857 -1 else2858 -1 ac_compiler_gnu=no2859 -1 fi2860 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2861 -1 ac_cv_c_compiler_gnu=$ac_compiler_gnu2862 -12863 -1 fi2864 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&52865 -1 $as_echo "$ac_cv_c_compiler_gnu" >&6; }2866 -1 if test $ac_compiler_gnu = yes; then2867 -1 GCC=yes2868 -1 else2869 -1 GCC=2870 -1 fi2871 -1 ac_test_CFLAGS=${CFLAGS+set}2872 -1 ac_save_CFLAGS=$CFLAGS2873 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&52874 -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) " >&62877 -1 else2878 -1 ac_save_c_werror_flag=$ac_c_werror_flag2879 -1 ac_c_werror_flag=yes2880 -1 ac_cv_prog_cc_g=no2881 -1 CFLAGS="-g"2882 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2883 -1 /* end confdefs.h. */2884 -12885 -1 int2886 -1 main ()2887 -1 {2888 -12889 -1 ;2890 -1 return 0;2891 -1 }2892 -1 _ACEOF2893 -1 if ac_fn_c_try_compile "$LINENO"; then :2894 -1 ac_cv_prog_cc_g=yes2895 -1 else2896 -1 CFLAGS=""2897 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2898 -1 /* end confdefs.h. */2899 -12900 -1 int2901 -1 main ()2902 -1 {2903 -12904 -1 ;2905 -1 return 0;2906 -1 }2907 -1 _ACEOF2908 -1 if ac_fn_c_try_compile "$LINENO"; then :2909 -12910 -1 else2911 -1 ac_c_werror_flag=$ac_save_c_werror_flag2912 -1 CFLAGS="-g"2913 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2914 -1 /* end confdefs.h. */2915 -12916 -1 int2917 -1 main ()2918 -1 {2919 -12920 -1 ;2921 -1 return 0;2922 -1 }2923 -1 _ACEOF2924 -1 if ac_fn_c_try_compile "$LINENO"; then :2925 -1 ac_cv_prog_cc_g=yes2926 -1 fi2927 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2928 -1 fi2929 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2930 -1 fi2931 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2932 -1 ac_c_werror_flag=$ac_save_c_werror_flag2933 -1 fi2934 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&52935 -1 $as_echo "$ac_cv_prog_cc_g" >&6; }2936 -1 if test "$ac_test_CFLAGS" = set; then2937 -1 CFLAGS=$ac_save_CFLAGS2938 -1 elif test $ac_cv_prog_cc_g = yes; then2939 -1 if test "$GCC" = yes; then2940 -1 CFLAGS="-g -O2"2941 -1 else2942 -1 CFLAGS="-g"2943 -1 fi2944 -1 else2945 -1 if test "$GCC" = yes; then2946 -1 CFLAGS="-O2"2947 -1 else2948 -1 CFLAGS=2949 -1 fi2950 -1 fi2951 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&52952 -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) " >&62955 -1 else2956 -1 ac_cv_prog_cc_c89=no2957 -1 ac_save_CC=$CC2958 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2959 -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 -12983 -1 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has2984 -1 function prototypes and stuff, but not '\xHH' hex character constants.2985 -1 These don't provoke an error unfortunately, instead are silently treated2986 -1 as 'x'. The following induces an error, until -std is added to get2987 -1 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an2988 -1 array size at least. It's necessary to write '\x00'==0 to get something2989 -1 that's true only with -std. */2990 -1 int osf4_cc_array ['\x00' == 0 ? 1 : -1];2991 -12992 -1 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters2993 -1 inside strings and character constants. */2994 -1 #define FOO(x) 'x'2995 -1 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];2996 -12997 -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 int3004 -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 _ACEOF3011 -1 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \3012 -1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"3013 -1 do3014 -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_arg3017 -1 fi3018 -1 rm -f core conftest.err conftest.$ac_objext3019 -1 test "x$ac_cv_prog_cc_c89" != "xno" && break3020 -1 done3021 -1 rm -f conftest.$ac_ext3022 -1 CC=$ac_save_CC3023 -13024 -1 fi3025 -1 # AC_CACHE_VAL3026 -1 case "x$ac_cv_prog_cc_c89" in3027 -1 x)3028 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&53029 -1 $as_echo "none needed" >&6; } ;;3030 -1 xno)3031 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&53032 -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" >&53036 -1 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;3037 -1 esac3038 -1 if test "x$ac_cv_prog_cc_c89" != xno; then :3039 -13040 -1 fi3041 -13042 -1 ac_ext=c3043 -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_gnu3047 -13048 -13049 -13050 -13051 -13052 -1 # check files3053 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/fileopen.png" >&53054 -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) " >&63057 -1 else3058 -1 test "$cross_compiling" = yes &&3059 -1 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 53060 -1 if test -r "/usr/share/icons/gnome/16x16/actions/fileopen.png"; then3061 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_fileopen_png=yes3062 -1 else3063 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_fileopen_png=no3064 -1 fi3065 -1 fi3066 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_fileopen_png" >&53067 -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 -13070 -1 cat >>confdefs.h <<_ACEOF3071 -1 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_FILEOPEN_PNG 13072 -1 _ACEOF3073 -13074 -1 else3075 -1 icons="error"3076 -1 fi3077 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/document-save.png" >&53078 -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) " >&63081 -1 else3082 -1 test "$cross_compiling" = yes &&3083 -1 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 53084 -1 if test -r "/usr/share/icons/gnome/16x16/actions/document-save.png"; then3085 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_document_save_png=yes3086 -1 else3087 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_document_save_png=no3088 -1 fi3089 -1 fi3090 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_document_save_png" >&53091 -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 -13094 -1 cat >>confdefs.h <<_ACEOF3095 -1 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_DOCUMENT_SAVE_PNG 13096 -1 _ACEOF3097 -13098 -1 else3099 -1 icons="error"3100 -1 fi3101 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/document-properties.png" >&53102 -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) " >&63105 -1 else3106 -1 test "$cross_compiling" = yes &&3107 -1 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 53108 -1 if test -r "/usr/share/icons/gnome/16x16/actions/document-properties.png"; then3109 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_document_properties_png=yes3110 -1 else3111 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_document_properties_png=no3112 -1 fi3113 -1 fi3114 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_document_properties_png" >&53115 -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 -13118 -1 cat >>confdefs.h <<_ACEOF3119 -1 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_DOCUMENT_PROPERTIES_PNG 13120 -1 _ACEOF3121 -13122 -1 else3123 -1 icons="error"3124 -1 fi3125 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/window-close.png" >&53126 -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) " >&63129 -1 else3130 -1 test "$cross_compiling" = yes &&3131 -1 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 53132 -1 if test -r "/usr/share/icons/gnome/16x16/actions/window-close.png"; then3133 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_window_close_png=yes3134 -1 else3135 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_window_close_png=no3136 -1 fi3137 -1 fi3138 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_window_close_png" >&53139 -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 -13142 -1 cat >>confdefs.h <<_ACEOF3143 -1 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_WINDOW_CLOSE_PNG 13144 -1 _ACEOF3145 -13146 -1 else3147 -1 icons="error"3148 -1 fi3149 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/media-playback-start.png" >&53150 -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) " >&63153 -1 else3154 -1 test "$cross_compiling" = yes &&3155 -1 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 53156 -1 if test -r "/usr/share/icons/gnome/16x16/actions/media-playback-start.png"; then3157 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_media_playback_start_png=yes3158 -1 else3159 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_media_playback_start_png=no3160 -1 fi3161 -1 fi3162 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_media_playback_start_png" >&53163 -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 -13166 -1 cat >>confdefs.h <<_ACEOF3167 -1 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_MEDIA_PLAYBACK_START_PNG 13168 -1 _ACEOF3169 -13170 -1 else3171 -1 icons="error"3172 -1 fi3173 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/media-skip-backward.png" >&53174 -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) " >&63177 -1 else3178 -1 test "$cross_compiling" = yes &&3179 -1 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 53180 -1 if test -r "/usr/share/icons/gnome/16x16/actions/media-skip-backward.png"; then3181 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_media_skip_backward_png=yes3182 -1 else3183 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_media_skip_backward_png=no3184 -1 fi3185 -1 fi3186 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_media_skip_backward_png" >&53187 -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 -13190 -1 cat >>confdefs.h <<_ACEOF3191 -1 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_MEDIA_SKIP_BACKWARD_PNG 13192 -1 _ACEOF3193 -13194 -1 else3195 -1 icons="error"3196 -1 fi3197 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/edit-clear.png" >&53198 -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) " >&63201 -1 else3202 -1 test "$cross_compiling" = yes &&3203 -1 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 53204 -1 if test -r "/usr/share/icons/gnome/16x16/actions/edit-clear.png"; then3205 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_edit_clear_png=yes3206 -1 else3207 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_edit_clear_png=no3208 -1 fi3209 -1 fi3210 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_edit_clear_png" >&53211 -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 -13214 -1 cat >>confdefs.h <<_ACEOF3215 -1 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_EDIT_CLEAR_PNG 13216 -1 _ACEOF3217 -13218 -1 else3219 -1 icons="error"3220 -1 fi3221 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/stock_refresh.png" >&53222 -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) " >&63225 -1 else3226 -1 test "$cross_compiling" = yes &&3227 -1 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 53228 -1 if test -r "/usr/share/icons/gnome/16x16/actions/stock_refresh.png"; then3229 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_stock_refresh_png=yes3230 -1 else3231 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_stock_refresh_png=no3232 -1 fi3233 -1 fi3234 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_stock_refresh_png" >&53235 -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 -13238 -1 cat >>confdefs.h <<_ACEOF3239 -1 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_STOCK_REFRESH_PNG 13240 -1 _ACEOF3241 -13242 -1 else3243 -1 icons="error"3244 -1 fi3245 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/icons/gnome/16x16/actions/help-about.png" >&53246 -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) " >&63249 -1 else3250 -1 test "$cross_compiling" = yes &&3251 -1 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 53252 -1 if test -r "/usr/share/icons/gnome/16x16/actions/help-about.png"; then3253 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_help_about_png=yes3254 -1 else3255 -1 ac_cv_file__usr_share_icons_gnome_16x16_actions_help_about_png=no3256 -1 fi3257 -1 fi3258 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_icons_gnome_16x16_actions_help_about_png" >&53259 -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 -13262 -1 cat >>confdefs.h <<_ACEOF3263 -1 #define HAVE__USR_SHARE_ICONS_GNOME_16X16_ACTIONS_HELP_ABOUT_PNG 13264 -1 _ACEOF3265 -13266 -1 else3267 -1 icons="error"3268 -1 fi3269 -13270 -1 if test "x$icons" = "x" ; then3271 -1 _CFLAGS="$_CFLAGS -DICONS_GNOME"3272 -1 echo " Compiling with Gnome icons"3273 -1 else3274 -1 _CFLAGS="$_CFLAGS -UICONS_GNOME"3275 -1 echo " Compiling without Gnome icons!"3276 -1 fi3277 -13278 -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=$23281 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53282 -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) " >&63285 -1 else3286 -1 if test -n "$HAVE_PKG_CONFIG"; then3287 -1 ac_cv_prog_HAVE_PKG_CONFIG="$HAVE_PKG_CONFIG" # Let the user override the test.3288 -1 else3289 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3290 -1 for as_dir in $PATH3291 -1 do3292 -1 IFS=$as_save_IFS3293 -1 test -z "$as_dir" && as_dir=.3294 -1 for ac_exec_ext in '' $ac_executable_extensions; do3295 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3296 -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" >&53298 -1 break 23299 -1 fi3300 -1 done3301 -1 done3302 -1 IFS=$as_save_IFS3303 -13304 -1 test -z "$ac_cv_prog_HAVE_PKG_CONFIG" && ac_cv_prog_HAVE_PKG_CONFIG="no"3305 -1 fi3306 -1 fi3307 -1 HAVE_PKG_CONFIG=$ac_cv_prog_HAVE_PKG_CONFIG3308 -1 if test -n "$HAVE_PKG_CONFIG"; then3309 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_PKG_CONFIG" >&53310 -1 $as_echo "$HAVE_PKG_CONFIG" >&6; }3311 -1 else3312 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53313 -1 $as_echo "no" >&6; }3314 -1 fi3315 -13316 -13317 -1 if test x$HAVE_PKG_CONFIG = xno ; then3318 -1 as_fn_error $? "pkg-config is required for compilation!" "$LINENO" 53319 -1 fi3320 -13321 -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=$23323 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53324 -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) " >&63327 -1 else3328 -1 if test -n "$HAVE_WX_CONFIG"; then3329 -1 ac_cv_prog_HAVE_WX_CONFIG="$HAVE_WX_CONFIG" # Let the user override the test.3330 -1 else3331 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3332 -1 for as_dir in $PATH3333 -1 do3334 -1 IFS=$as_save_IFS3335 -1 test -z "$as_dir" && as_dir=.3336 -1 for ac_exec_ext in '' $ac_executable_extensions; do3337 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3338 -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" >&53340 -1 break 23341 -1 fi3342 -1 done3343 -1 done3344 -1 IFS=$as_save_IFS3345 -13346 -1 test -z "$ac_cv_prog_HAVE_WX_CONFIG" && ac_cv_prog_HAVE_WX_CONFIG="no"3347 -1 fi3348 -1 fi3349 -1 HAVE_WX_CONFIG=$ac_cv_prog_HAVE_WX_CONFIG3350 -1 if test -n "$HAVE_WX_CONFIG"; then3351 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_WX_CONFIG" >&53352 -1 $as_echo "$HAVE_WX_CONFIG" >&6; }3353 -1 else3354 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53355 -1 $as_echo "no" >&6; }3356 -1 fi3357 -13358 -13359 -1 if test x$HAVE_WX_CONFIG = xno ; then3360 -1 as_fn_error $? "wx-config is required for compilation! Is wxWidgets installed?" "$LINENO" 53361 -1 fi3362 -13363 -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=$23365 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53366 -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) " >&63369 -1 else3370 -1 if test -n "$HAVE_SDL_CONFIG"; then3371 -1 ac_cv_prog_HAVE_SDL_CONFIG="$HAVE_SDL_CONFIG" # Let the user override the test.3372 -1 else3373 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3374 -1 for as_dir in $PATH3375 -1 do3376 -1 IFS=$as_save_IFS3377 -1 test -z "$as_dir" && as_dir=.3378 -1 for ac_exec_ext in '' $ac_executable_extensions; do3379 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3380 -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" >&53382 -1 break 23383 -1 fi3384 -1 done3385 -1 done3386 -1 IFS=$as_save_IFS3387 -13388 -1 test -z "$ac_cv_prog_HAVE_SDL_CONFIG" && ac_cv_prog_HAVE_SDL_CONFIG="no"3389 -1 fi3390 -1 fi3391 -1 HAVE_SDL_CONFIG=$ac_cv_prog_HAVE_SDL_CONFIG3392 -1 if test -n "$HAVE_SDL_CONFIG"; then3393 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_SDL_CONFIG" >&53394 -1 $as_echo "$HAVE_SDL_CONFIG" >&6; }3395 -1 else3396 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53397 -1 $as_echo "no" >&6; }3398 -1 fi3399 -13400 -13401 -1 if test x$HAVE_SDL_CONFIG = xno ; then3402 -1 as_fn_error $? "sdl-config is required for compilation! Is SDL installed?" "$LINENO" 53403 -1 fi3404 -13405 -13406 -13407 -13408 -13409 -13410 -13411 -1 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then3412 -1 if test -n "$ac_tool_prefix"; then3413 -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=$23415 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53416 -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) " >&63419 -1 else3420 -1 case $PKG_CONFIG in3421 -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_SEPARATOR3426 -1 for as_dir in $PATH3427 -1 do3428 -1 IFS=$as_save_IFS3429 -1 test -z "$as_dir" && as_dir=.3430 -1 for ac_exec_ext in '' $ac_executable_extensions; do3431 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3432 -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" >&53434 -1 break 23435 -1 fi3436 -1 done3437 -1 done3438 -1 IFS=$as_save_IFS3439 -13440 -1 ;;3441 -1 esac3442 -1 fi3443 -1 PKG_CONFIG=$ac_cv_path_PKG_CONFIG3444 -1 if test -n "$PKG_CONFIG"; then3445 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&53446 -1 $as_echo "$PKG_CONFIG" >&6; }3447 -1 else3448 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53449 -1 $as_echo "no" >&6; }3450 -1 fi3451 -13452 -13453 -1 fi3454 -1 if test -z "$ac_cv_path_PKG_CONFIG"; then3455 -1 ac_pt_PKG_CONFIG=$PKG_CONFIG3456 -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=$23458 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53459 -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) " >&63462 -1 else3463 -1 case $ac_pt_PKG_CONFIG in3464 -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_SEPARATOR3469 -1 for as_dir in $PATH3470 -1 do3471 -1 IFS=$as_save_IFS3472 -1 test -z "$as_dir" && as_dir=.3473 -1 for ac_exec_ext in '' $ac_executable_extensions; do3474 -1 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3475 -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" >&53477 -1 break 23478 -1 fi3479 -1 done3480 -1 done3481 -1 IFS=$as_save_IFS3482 -13483 -1 ;;3484 -1 esac3485 -1 fi3486 -1 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG3487 -1 if test -n "$ac_pt_PKG_CONFIG"; then3488 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&53489 -1 $as_echo "$ac_pt_PKG_CONFIG" >&6; }3490 -1 else3491 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53492 -1 $as_echo "no" >&6; }3493 -1 fi3494 -13495 -1 if test "x$ac_pt_PKG_CONFIG" = x; then3496 -1 PKG_CONFIG=""3497 -1 else3498 -1 case $cross_compiling:$ac_tool_warned in3499 -1 yes:)3500 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&53501 -1 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}3502 -1 ac_tool_warned=yes ;;3503 -1 esac3504 -1 PKG_CONFIG=$ac_pt_PKG_CONFIG3505 -1 fi3506 -1 else3507 -1 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"3508 -1 fi3509 -13510 -1 fi3511 -1 if test -n "$PKG_CONFIG"; then3512 -1 _pkg_min_version=0.9.03513 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&53514 -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; then3516 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&53517 -1 $as_echo "yes" >&6; }3518 -1 else3519 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53520 -1 $as_echo "no" >&6; }3521 -1 PKG_CONFIG=""3522 -1 fi3523 -1 fi3524 -13525 -1 pkg_failed=no3526 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&53527 -1 $as_echo_n "checking for SNDFILE... " >&6; }3528 -13529 -1 if test -n "$SNDFILE_CFLAGS"; then3530 -1 pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"3531 -1 elif test -n "$PKG_CONFIG"; then3532 -1 if test -n "$PKG_CONFIG" && \3533 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile\""; } >&53534 -1 ($PKG_CONFIG --exists --print-errors "sndfile") 2>&53535 -1 ac_status=$?3536 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53537 -1 test $ac_status = 0; }; then3538 -1 pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile" 2>/dev/null`3539 -1 else3540 -1 pkg_failed=yes3541 -1 fi3542 -1 else3543 -1 pkg_failed=untried3544 -1 fi3545 -1 if test -n "$SNDFILE_LIBS"; then3546 -1 pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"3547 -1 elif test -n "$PKG_CONFIG"; then3548 -1 if test -n "$PKG_CONFIG" && \3549 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile\""; } >&53550 -1 ($PKG_CONFIG --exists --print-errors "sndfile") 2>&53551 -1 ac_status=$?3552 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53553 -1 test $ac_status = 0; }; then3554 -1 pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile" 2>/dev/null`3555 -1 else3556 -1 pkg_failed=yes3557 -1 fi3558 -1 else3559 -1 pkg_failed=untried3560 -1 fi3561 -13562 -13563 -13564 -1 if test $pkg_failed = yes; then3565 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53566 -1 $as_echo "no" >&6; }3567 -13568 -1 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then3569 -1 _pkg_short_errors_supported=yes3570 -1 else3571 -1 _pkg_short_errors_supported=no3572 -1 fi3573 -1 if test $_pkg_short_errors_supported = yes; then3574 -1 SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sndfile" 2>&1`3575 -1 else3576 -1 SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors "sndfile" 2>&1`3577 -1 fi3578 -1 # Put the nasty error message in config.log where it belongs3579 -1 echo "$SNDFILE_PKG_ERRORS" >&53580 -13581 -1 as_fn_error $? "Package requirements (sndfile) were not met:3582 -13583 -1 $SNDFILE_PKG_ERRORS3584 -13585 -1 Consider adjusting the PKG_CONFIG_PATH environment variable if you3586 -1 installed software in a non-standard prefix.3587 -13588 -1 Alternatively, you may set the environment variables SNDFILE_CFLAGS3589 -1 and SNDFILE_LIBS to avoid the need to call pkg-config.3590 -1 See the pkg-config man page for more details." "$LINENO" 53591 -1 elif test $pkg_failed = untried; then3592 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53593 -1 $as_echo "no" >&6; }3594 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53595 -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 it3597 -1 is in your PATH or set the PKG_CONFIG environment variable to the full3598 -1 path to pkg-config.3599 -13600 -1 Alternatively, you may set the environment variables SNDFILE_CFLAGS3601 -1 and SNDFILE_LIBS to avoid the need to call pkg-config.3602 -1 See the pkg-config man page for more details.3603 -13604 -1 To get pkg-config, see <http://pkg-config.freedesktop.org/>.3605 -1 See \`config.log' for more details" "$LINENO" 5 ; }3606 -1 else3607 -1 SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS3608 -1 SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS3609 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&53610 -1 $as_echo "yes" >&6; }3611 -13612 -1 fi3613 -13614 -13615 -1 pkg_failed=no3616 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RubberBand" >&53617 -1 $as_echo_n "checking for RubberBand... " >&6; }3618 -13619 -1 if test -n "$RubberBand_CFLAGS"; then3620 -1 pkg_cv_RubberBand_CFLAGS="$RubberBand_CFLAGS"3621 -1 elif test -n "$PKG_CONFIG"; then3622 -1 if test -n "$PKG_CONFIG" && \3623 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rubberband >= 1.4\""; } >&53624 -1 ($PKG_CONFIG --exists --print-errors "rubberband >= 1.4") 2>&53625 -1 ac_status=$?3626 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53627 -1 test $ac_status = 0; }; then3628 -1 pkg_cv_RubberBand_CFLAGS=`$PKG_CONFIG --cflags "rubberband >= 1.4" 2>/dev/null`3629 -1 else3630 -1 pkg_failed=yes3631 -1 fi3632 -1 else3633 -1 pkg_failed=untried3634 -1 fi3635 -1 if test -n "$RubberBand_LIBS"; then3636 -1 pkg_cv_RubberBand_LIBS="$RubberBand_LIBS"3637 -1 elif test -n "$PKG_CONFIG"; then3638 -1 if test -n "$PKG_CONFIG" && \3639 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rubberband >= 1.4\""; } >&53640 -1 ($PKG_CONFIG --exists --print-errors "rubberband >= 1.4") 2>&53641 -1 ac_status=$?3642 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53643 -1 test $ac_status = 0; }; then3644 -1 pkg_cv_RubberBand_LIBS=`$PKG_CONFIG --libs "rubberband >= 1.4" 2>/dev/null`3645 -1 else3646 -1 pkg_failed=yes3647 -1 fi3648 -1 else3649 -1 pkg_failed=untried3650 -1 fi3651 -13652 -13653 -13654 -1 if test $pkg_failed = yes; then3655 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53656 -1 $as_echo "no" >&6; }3657 -13658 -1 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then3659 -1 _pkg_short_errors_supported=yes3660 -1 else3661 -1 _pkg_short_errors_supported=no3662 -1 fi3663 -1 if test $_pkg_short_errors_supported = yes; then3664 -1 RubberBand_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "rubberband >= 1.4" 2>&1`3665 -1 else3666 -1 RubberBand_PKG_ERRORS=`$PKG_CONFIG --print-errors "rubberband >= 1.4" 2>&1`3667 -1 fi3668 -1 # Put the nasty error message in config.log where it belongs3669 -1 echo "$RubberBand_PKG_ERRORS" >&53670 -13671 -13672 -1 _CFLAGS="$_CFLAGS -UMODE_RUBBERBAND"3673 -1 echo " Compiling without RubberBand support!"3674 -13675 -1 elif test $pkg_failed = untried; then3676 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53677 -1 $as_echo "no" >&6; }3678 -13679 -1 _CFLAGS="$_CFLAGS -UMODE_RUBBERBAND"3680 -1 echo " Compiling without RubberBand support!"3681 -13682 -1 else3683 -1 RubberBand_CFLAGS=$pkg_cv_RubberBand_CFLAGS3684 -1 RubberBand_LIBS=$pkg_cv_RubberBand_LIBS3685 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&53686 -1 $as_echo "yes" >&6; }3687 -13688 -1 _CFLAGS="$_CFLAGS -DMODE_RUBBERBAND"3689 -1 _PKGC="$_PKGC rubberband"3690 -1 echo " Compiling with RubberBand support"3691 -1 fi3692 -13693 -13694 -1 pkg_failed=no3695 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAD" >&53696 -1 $as_echo_n "checking for MAD... " >&6; }3697 -13698 -1 if test -n "$MAD_CFLAGS"; then3699 -1 pkg_cv_MAD_CFLAGS="$MAD_CFLAGS"3700 -1 elif test -n "$PKG_CONFIG"; then3701 -1 if test -n "$PKG_CONFIG" && \3702 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mad\""; } >&53703 -1 ($PKG_CONFIG --exists --print-errors "mad") 2>&53704 -1 ac_status=$?3705 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53706 -1 test $ac_status = 0; }; then3707 -1 pkg_cv_MAD_CFLAGS=`$PKG_CONFIG --cflags "mad" 2>/dev/null`3708 -1 else3709 -1 pkg_failed=yes3710 -1 fi3711 -1 else3712 -1 pkg_failed=untried3713 -1 fi3714 -1 if test -n "$MAD_LIBS"; then3715 -1 pkg_cv_MAD_LIBS="$MAD_LIBS"3716 -1 elif test -n "$PKG_CONFIG"; then3717 -1 if test -n "$PKG_CONFIG" && \3718 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mad\""; } >&53719 -1 ($PKG_CONFIG --exists --print-errors "mad") 2>&53720 -1 ac_status=$?3721 -1 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53722 -1 test $ac_status = 0; }; then3723 -1 pkg_cv_MAD_LIBS=`$PKG_CONFIG --libs "mad" 2>/dev/null`3724 -1 else3725 -1 pkg_failed=yes3726 -1 fi3727 -1 else3728 -1 pkg_failed=untried3729 -1 fi3730 -13731 -13732 -13733 -1 if test $pkg_failed = yes; then3734 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53735 -1 $as_echo "no" >&6; }3736 -13737 -1 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then3738 -1 _pkg_short_errors_supported=yes3739 -1 else3740 -1 _pkg_short_errors_supported=no3741 -1 fi3742 -1 if test $_pkg_short_errors_supported = yes; then3743 -1 MAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mad" 2>&1`3744 -1 else3745 -1 MAD_PKG_ERRORS=`$PKG_CONFIG --print-errors "mad" 2>&1`3746 -1 fi3747 -1 # Put the nasty error message in config.log where it belongs3748 -1 echo "$MAD_PKG_ERRORS" >&53749 -13750 -13751 -1 _CFLAGS="$_CFLAGS -UENABLE_MP3"3752 -1 echo " Compiling without mp3 support!"3753 -13754 -1 elif test $pkg_failed = untried; then3755 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53756 -1 $as_echo "no" >&6; }3757 -13758 -1 _CFLAGS="$_CFLAGS -UENABLE_MP3"3759 -1 echo " Compiling without mp3 support!"3760 -13761 -1 else3762 -1 MAD_CFLAGS=$pkg_cv_MAD_CFLAGS3763 -1 MAD_LIBS=$pkg_cv_MAD_LIBS3764 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&53765 -1 $as_echo "yes" >&6; }3766 -13767 -1 _CFLAGS="$_CFLAGS -DENABLE_MP3"3768 -1 # _PKGC="$_PKGC rubberband"3769 -1 echo " Compiling with mp3 support"3770 -1 fi3771 -13772 -1 # Checks for typedefs, structures, and compiler characteristics.3773 -13774 -1 ac_ext=c3775 -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_gnu3779 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&53780 -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"; then3783 -1 CPP=3784 -1 fi3785 -1 if test -z "$CPP"; then3786 -1 if test "${ac_cv_prog_CPP+set}" = set; then :3787 -1 $as_echo_n "(cached) " >&63788 -1 else3789 -1 # Double quotes because CPP needs to be expanded3790 -1 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"3791 -1 do3792 -1 ac_preproc_ok=false3793 -1 for ac_c_preproc_warn_flag in '' yes3794 -1 do3795 -1 # Use a header file that comes with gcc, so configuring glibc3796 -1 # with a fresh cross-compiler works.3797 -1 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since3798 -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_ext3802 -1 /* end confdefs.h. */3803 -1 #ifdef __STDC__3804 -1 # include <limits.h>3805 -1 #else3806 -1 # include <assert.h>3807 -1 #endif3808 -1 Syntax error3809 -1 _ACEOF3810 -1 if ac_fn_c_try_cpp "$LINENO"; then :3811 -13812 -1 else3813 -1 # Broken: fails on valid input.3814 -1 continue3815 -1 fi3816 -1 rm -f conftest.err conftest.i conftest.$ac_ext3817 -13818 -1 # OK, works on sane cases. Now check whether nonexistent headers3819 -1 # can be detected and how.3820 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext3821 -1 /* end confdefs.h. */3822 -1 #include <ac_nonexistent.h>3823 -1 _ACEOF3824 -1 if ac_fn_c_try_cpp "$LINENO"; then :3825 -1 # Broken: success on invalid input.3826 -1 continue3827 -1 else3828 -1 # Passes both tests.3829 -1 ac_preproc_ok=:3830 -1 break3831 -1 fi3832 -1 rm -f conftest.err conftest.i conftest.$ac_ext3833 -13834 -1 done3835 -1 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.3836 -1 rm -f conftest.i conftest.err conftest.$ac_ext3837 -1 if $ac_preproc_ok; then :3838 -1 break3839 -1 fi3840 -13841 -1 done3842 -1 ac_cv_prog_CPP=$CPP3843 -13844 -1 fi3845 -1 CPP=$ac_cv_prog_CPP3846 -1 else3847 -1 ac_cv_prog_CPP=$CPP3848 -1 fi3849 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&53850 -1 $as_echo "$CPP" >&6; }3851 -1 ac_preproc_ok=false3852 -1 for ac_c_preproc_warn_flag in '' yes3853 -1 do3854 -1 # Use a header file that comes with gcc, so configuring glibc3855 -1 # with a fresh cross-compiler works.3856 -1 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since3857 -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_ext3861 -1 /* end confdefs.h. */3862 -1 #ifdef __STDC__3863 -1 # include <limits.h>3864 -1 #else3865 -1 # include <assert.h>3866 -1 #endif3867 -1 Syntax error3868 -1 _ACEOF3869 -1 if ac_fn_c_try_cpp "$LINENO"; then :3870 -13871 -1 else3872 -1 # Broken: fails on valid input.3873 -1 continue3874 -1 fi3875 -1 rm -f conftest.err conftest.i conftest.$ac_ext3876 -13877 -1 # OK, works on sane cases. Now check whether nonexistent headers3878 -1 # can be detected and how.3879 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext3880 -1 /* end confdefs.h. */3881 -1 #include <ac_nonexistent.h>3882 -1 _ACEOF3883 -1 if ac_fn_c_try_cpp "$LINENO"; then :3884 -1 # Broken: success on invalid input.3885 -1 continue3886 -1 else3887 -1 # Passes both tests.3888 -1 ac_preproc_ok=:3889 -1 break3890 -1 fi3891 -1 rm -f conftest.err conftest.i conftest.$ac_ext3892 -13893 -1 done3894 -1 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.3895 -1 rm -f conftest.i conftest.err conftest.$ac_ext3896 -1 if $ac_preproc_ok; then :3897 -13898 -1 else3899 -1 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53900 -1 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3901 -1 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check3902 -1 See \`config.log' for more details" "$LINENO" 5 ; }3903 -1 fi3904 -13905 -1 ac_ext=c3906 -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_gnu3910 -13911 -13912 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&53913 -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) " >&63916 -1 else3917 -1 if test -z "$GREP"; then3918 -1 ac_path_GREP_found=false3919 -1 # Loop through the user's path and test for each of PROGNAME-LIST3920 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3921 -1 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin3922 -1 do3923 -1 IFS=$as_save_IFS3924 -1 test -z "$as_dir" && as_dir=.3925 -1 for ac_prog in grep ggrep; do3926 -1 for ac_exec_ext in '' $ac_executable_extensions; do3927 -1 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3928 -1 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3929 -1 # Check for GNU ac_path_GREP and select it if it is found.3930 -1 # Check for GNU $ac_path_GREP3931 -1 case `"$ac_path_GREP" --version 2>&1` in3932 -1 *GNU*)3933 -1 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;3934 -1 *)3935 -1 ac_count=03936 -1 $as_echo_n 0123456789 >"conftest.in"3937 -1 while :3938 -1 do3939 -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 || break3944 -1 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break3945 -1 as_fn_arith $ac_count + 1 && ac_count=$as_val3946 -1 if test $ac_count -gt ${ac_path_GREP_max-0}; then3947 -1 # Best one so far, save it but keep looking for a better one3948 -1 ac_cv_path_GREP="$ac_path_GREP"3949 -1 ac_path_GREP_max=$ac_count3950 -1 fi3951 -1 # 10*(2^10) chars as input seems more than enough3952 -1 test $ac_count -gt 10 && break3953 -1 done3954 -1 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;3955 -1 esac3956 -13957 -1 $ac_path_GREP_found && break 33958 -1 done3959 -1 done3960 -1 done3961 -1 IFS=$as_save_IFS3962 -1 if test -z "$ac_cv_path_GREP"; then3963 -1 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 53964 -1 fi3965 -1 else3966 -1 ac_cv_path_GREP=$GREP3967 -1 fi3968 -13969 -1 fi3970 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&53971 -1 $as_echo "$ac_cv_path_GREP" >&6; }3972 -1 GREP="$ac_cv_path_GREP"3973 -13974 -13975 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&53976 -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) " >&63979 -1 else3980 -1 if echo a | $GREP -E '(a|b)' >/dev/null 2>&13981 -1 then ac_cv_path_EGREP="$GREP -E"3982 -1 else3983 -1 if test -z "$EGREP"; then3984 -1 ac_path_EGREP_found=false3985 -1 # Loop through the user's path and test for each of PROGNAME-LIST3986 -1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3987 -1 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin3988 -1 do3989 -1 IFS=$as_save_IFS3990 -1 test -z "$as_dir" && as_dir=.3991 -1 for ac_prog in egrep; do3992 -1 for ac_exec_ext in '' $ac_executable_extensions; do3993 -1 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3994 -1 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3995 -1 # Check for GNU ac_path_EGREP and select it if it is found.3996 -1 # Check for GNU $ac_path_EGREP3997 -1 case `"$ac_path_EGREP" --version 2>&1` in3998 -1 *GNU*)3999 -1 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;4000 -1 *)4001 -1 ac_count=04002 -1 $as_echo_n 0123456789 >"conftest.in"4003 -1 while :4004 -1 do4005 -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 || break4010 -1 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break4011 -1 as_fn_arith $ac_count + 1 && ac_count=$as_val4012 -1 if test $ac_count -gt ${ac_path_EGREP_max-0}; then4013 -1 # Best one so far, save it but keep looking for a better one4014 -1 ac_cv_path_EGREP="$ac_path_EGREP"4015 -1 ac_path_EGREP_max=$ac_count4016 -1 fi4017 -1 # 10*(2^10) chars as input seems more than enough4018 -1 test $ac_count -gt 10 && break4019 -1 done4020 -1 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;4021 -1 esac4022 -14023 -1 $ac_path_EGREP_found && break 34024 -1 done4025 -1 done4026 -1 done4027 -1 IFS=$as_save_IFS4028 -1 if test -z "$ac_cv_path_EGREP"; then4029 -1 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 54030 -1 fi4031 -1 else4032 -1 ac_cv_path_EGREP=$EGREP4033 -1 fi4034 -14035 -1 fi4036 -1 fi4037 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&54038 -1 $as_echo "$ac_cv_path_EGREP" >&6; }4039 -1 EGREP="$ac_cv_path_EGREP"4040 -14041 -14042 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&54043 -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) " >&64046 -1 else4047 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext4048 -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 -14054 -1 int4055 -1 main ()4056 -1 {4057 -14058 -1 ;4059 -1 return 0;4060 -1 }4061 -1 _ACEOF4062 -1 if ac_fn_c_try_compile "$LINENO"; then :4063 -1 ac_cv_header_stdc=yes4064 -1 else4065 -1 ac_cv_header_stdc=no4066 -1 fi4067 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext4068 -14069 -1 if test $ac_cv_header_stdc = yes; then4070 -1 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.4071 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext4072 -1 /* end confdefs.h. */4073 -1 #include <string.h>4074 -14075 -1 _ACEOF4076 -1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |4077 -1 $EGREP "memchr" >/dev/null 2>&1; then :4078 -14079 -1 else4080 -1 ac_cv_header_stdc=no4081 -1 fi4082 -1 rm -f conftest*4083 -14084 -1 fi4085 -14086 -1 if test $ac_cv_header_stdc = yes; then4087 -1 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.4088 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext4089 -1 /* end confdefs.h. */4090 -1 #include <stdlib.h>4091 -14092 -1 _ACEOF4093 -1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |4094 -1 $EGREP "free" >/dev/null 2>&1; then :4095 -14096 -1 else4097 -1 ac_cv_header_stdc=no4098 -1 fi4099 -1 rm -f conftest*4100 -14101 -1 fi4102 -14103 -1 if test $ac_cv_header_stdc = yes; then4104 -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 else4108 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext4109 -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 #else4116 -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 #endif4122 -14123 -1 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))4124 -1 int4125 -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 _ACEOF4135 -1 if ac_fn_c_try_run "$LINENO"; then :4136 -14137 -1 else4138 -1 ac_cv_header_stdc=no4139 -1 fi4140 -1 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \4141 -1 conftest.$ac_objext conftest.beam conftest.$ac_ext4142 -1 fi4143 -14144 -1 fi4145 -1 fi4146 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&54147 -1 $as_echo "$ac_cv_header_stdc" >&6; }4148 -1 if test $ac_cv_header_stdc = yes; then4149 -14150 -1 $as_echo "#define STDC_HEADERS 1" >>confdefs.h4151 -14152 -1 fi4153 -14154 -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.h4157 -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_default4160 -1 "4161 -1 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :4162 -1 cat >>confdefs.h <<_ACEOF4163 -1 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 14164 -1 _ACEOF4165 -14166 -1 fi4167 -14168 -1 done4169 -14170 -14171 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&54172 -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) " >&64175 -1 else4176 -1 cat confdefs.h - <<_ACEOF >conftest.$ac_ext4177 -1 /* end confdefs.h. */4178 -14179 -1 #include <stdbool.h>4180 -1 #ifndef bool4181 -1 "error: bool is not defined"4182 -1 #endif4183 -1 #ifndef false4184 -1 "error: false is not defined"4185 -1 #endif4186 -1 #if false4187 -1 "error: false is not 0"4188 -1 #endif4189 -1 #ifndef true4190 -1 "error: true is not defined"4191 -1 #endif4192 -1 #if true != 14193 -1 "error: true is not 1"4194 -1 #endif4195 -1 #ifndef __bool_true_false_are_defined4196 -1 "error: __bool_true_false_are_defined is not defined"4197 -1 #endif4198 -14199 -1 struct s { _Bool s: 1; _Bool t; } s;4200 -14201 -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 for4212 -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.04218 -1 reported by James Lemley on 2005-10-05; see4219 -1 http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html4220 -1 This test is not quite right, since xlc is allowed to4221 -1 reject this program, as the initializer for xlcbug is4222 -1 not one of the forms that C requires support for.4223 -1 However, doing the test right would require a runtime4224 -1 test, and that would make cross-compilation harder.4225 -1 Let us hope that IBM fixes the xlc bug, and also adds4226 -1 support for this kind of constant expression. In the4227 -1 meantime, this test will reject xlc, which is OK, since4228 -1 our stdbool.h substitute should suffice. We also test4229 -1 this with GCC, where it should work, to detect more4230 -1 quickly whether someone messes up the test in the4231 -1 future. */4232 -1 char digs[] = "0123456789";4233 -1 int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);4234 -1 # endif4235 -1 /* Catch a bug in an HP-UX C compiler. See4236 -1 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html4237 -1 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html4238 -1 */4239 -1 _Bool q = true;4240 -1 _Bool *pq = &q;4241 -14242 -1 int4243 -1 main ()4244 -1 {4245 -14246 -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 + !!l4250 -1 + !m + !n + !o + !p + !q + !pq);4251 -14252 -1 ;4253 -1 return 0;4254 -1 }4255 -1 _ACEOF4256 -1 if ac_fn_c_try_compile "$LINENO"; then :4257 -1 ac_cv_header_stdbool_h=yes4258 -1 else4259 -1 ac_cv_header_stdbool_h=no4260 -1 fi4261 -1 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext4262 -1 fi4263 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&54264 -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 -14268 -1 cat >>confdefs.h <<_ACEOF4269 -1 #define HAVE__BOOL 14270 -1 _ACEOF4271 -14272 -14273 -1 fi4274 -14275 -1 if test $ac_cv_header_stdbool_h = yes; then4276 -14277 -1 $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h4278 -14279 -1 fi4280 -14281 -14282 -1 ac_config_files="$ac_config_files makefile src/gui/retimer_wx.cpp xiretimer.desktop README"4283 -14284 -1 cat >confcache <<\_ACEOF4285 -1 # This file is a shell script that caches the results of configure4286 -1 # tests run on this system so they can be shared between configure4287 -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't4289 -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 it4292 -1 # the --recheck option to rerun configure.4293 -1 #4294 -1 # `ac_cv_env_foo' variables (set or unset) will be overridden when4295 -1 # loading this file, other *unset* `ac_cv_foo' will be assigned the4296 -1 # following values.4297 -14298 -1 _ACEOF4299 -14300 -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'`; do4307 -1 eval ac_val=\$$ac_var4308 -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" >&54312 -1 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;4313 -1 esac4314 -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 esac4320 -1 done4321 -14322 -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-quote4326 -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 sort4337 -1 ) |4338 -1 sed '4339 -1 /^ac_cv_env_/b end4340 -1 t clear4341 -1 :clear4342 -1 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/4343 -1 t end4344 -1 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/4345 -1 :end' >>confcache4346 -1 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else4347 -1 if test -w "$cache_file"; then4348 -1 test "x$cache_file" != "x/dev/null" &&4349 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&54350 -1 $as_echo "$as_me: updating cache $cache_file" >&6;}4351 -1 cat confcache >$cache_file4352 -1 else4353 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&54354 -1 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}4355 -1 fi4356 -1 fi4357 -1 rm -f confcache4358 -14359 -1 test "x$prefix" = xNONE && prefix=$ac_default_prefix4360 -1 # Let make expand exec_prefix.4361 -1 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'4362 -14363 -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 that4368 -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 :mline4372 -1 /\\$/{4373 -1 N4374 -1 s,\\\n,,4375 -1 b mline4376 -1 }4377 -1 t clear4378 -1 :clear4379 -1 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g4380 -1 t quote4381 -1 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g4382 -1 t quote4383 -1 b any4384 -1 :quote4385 -1 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g4386 -1 s/\[/\\&/g4387 -1 s/\]/\\&/g4388 -1 s/\$/$$/g4389 -1 H4390 -1 :any4391 -1 ${4392 -1 g4393 -1 s/^\n//4394 -1 s/\n/ /g4395 -1 p4396 -1 }4397 -1 '4398 -1 DEFS=`sed -n "$ac_script" confdefs.h`4399 -14400 -14401 -1 ac_libobjs=4402 -1 ac_ltlibobjs=4403 -1 U=4404 -1 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue4405 -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 LIBOBJDIR4409 -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 done4413 -1 LIBOBJS=$ac_libobjs4414 -14415 -1 LTLIBOBJS=$ac_ltlibobjs4416 -14417 -14418 -14419 -1 : ${CONFIG_STATUS=./config.status}4420 -1 ac_write_fail=04421 -1 ac_clean_files_save=$ac_clean_files4422 -1 ac_clean_files="$ac_clean_files $CONFIG_STATUS"4423 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&54424 -1 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}4425 -1 as_write_fail=04426 -1 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=14427 -1 #! $SHELL4428 -1 # Generated by $as_me.4429 -1 # Run this file to recreate the current configuration.4430 -1 # Compiler output produced by configure, useful for debugging4431 -1 # configure, is in config.log if it exists.4432 -14433 -1 debug=false4434 -1 ac_cs_recheck=false4435 -1 ac_cs_silent=false4436 -14437 -1 SHELL=\${CONFIG_SHELL-$SHELL}4438 -1 export SHELL4439 -1 _ASEOF4440 -1 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=14441 -1 ## -------------------- ##4442 -1 ## M4sh Initialization. ##4443 -1 ## -------------------- ##4444 -14445 -1 # Be more Bourne compatible4446 -1 DUALCASE=1; export DUALCASE # for MKS sh4447 -1 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :4448 -1 emulate sh4449 -1 NULLCMD=:4450 -1 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which4451 -1 # is contrary to our usage. Disable this feature.4452 -1 alias -g '${1+"$@"}'='"$@"'4453 -1 setopt NO_GLOB_SUBST4454 -1 else4455 -1 case `(set -o) 2>/dev/null` in #(4456 -1 *posix*) :4457 -1 set -o posix ;; #(4458 -1 *) :4459 -1 ;;4460 -1 esac4461 -1 fi4462 -14463 -14464 -1 as_nl='4465 -1 '4466 -1 export as_nl4467 -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_echo4470 -1 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo4471 -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; then4475 -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; then4478 -1 as_echo='printf %s\n'4479 -1 as_echo_n='printf %s'4480 -1 else4481 -1 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then4482 -1 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'4483 -1 as_echo_n='/usr/ucb/echo -n'4484 -1 else4485 -1 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'4486 -1 as_echo_n_body='eval4487 -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_body4496 -1 as_echo_n='sh -c $as_echo_n_body as_echo'4497 -1 fi4498 -1 export as_echo_body4499 -1 as_echo='sh -c $as_echo_body as_echo'4500 -1 fi4501 -14502 -1 # The user is always right.4503 -1 if test "${PATH_SEPARATOR+set}" != set; then4504 -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 fi4510 -14511 -14512 -1 # IFS4513 -1 # We need space, tab and new line, in precisely that order. Quoting is4514 -1 # there to prevent editors from complaining about space-tab.4515 -1 # (If _AS_PATH_WALK were called with IFS unset, it would disable word4516 -1 # splitting by setting IFS to empty value.)4517 -1 IFS=" "" $as_nl"4518 -14519 -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_SEPARATOR4523 -1 for as_dir in $PATH4524 -1 do4525 -1 IFS=$as_save_IFS4526 -1 test -z "$as_dir" && as_dir=.4527 -1 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break4528 -1 done4529 -1 IFS=$as_save_IFS4530 -14531 -1 ;;4532 -1 esac4533 -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; then4536 -1 as_myself=$04537 -1 fi4538 -1 if test ! -f "$as_myself"; then4539 -1 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&24540 -1 exit 14541 -1 fi4542 -14543 -1 # Unset variables that we do not need and which cause bugs (e.g. in4544 -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. '((' could4546 -1 # trigger a bug in pdksh 5.2.14.4547 -1 for as_var in BASH_ENV ENV MAIL MAILPATH4548 -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 done4551 -1 PS1='$ '4552 -1 PS2='> '4553 -1 PS4='+ '4554 -14555 -1 # NLS nuisances.4556 -1 LC_ALL=C4557 -1 export LC_ALL4558 -1 LANGUAGE=C4559 -1 export LANGUAGE4560 -14561 -1 # CDPATH.4562 -1 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH4563 -14564 -14565 -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 are4568 -1 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the4569 -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=14573 -1 if test "$4"; then4574 -1 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack4575 -1 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$44576 -1 fi4577 -1 $as_echo "$as_me: error: $2" >&24578 -1 as_fn_exit $as_status4579 -1 } # as_fn_error4580 -14581 -14582 -1 # as_fn_set_status STATUS4583 -1 # -----------------------4584 -1 # Set $? to STATUS, without forking.4585 -1 as_fn_set_status ()4586 -1 {4587 -1 return $14588 -1 } # as_fn_set_status4589 -14590 -1 # as_fn_exit STATUS4591 -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 +e4596 -1 as_fn_set_status $14597 -1 exit $14598 -1 } # as_fn_exit4599 -14600 -1 # as_fn_unset VAR4601 -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_unset4608 -1 # as_fn_append VAR VALUE4609 -1 # ----------------------4610 -1 # Append the text in VALUE to the end of the definition contained in VAR. Take4611 -1 # advantage of any shell optimizations that allow amortized linear growth over4612 -1 # repeated appends, instead of the typical quadratic growth present in naive4613 -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+=\$24618 -1 }'4619 -1 else4620 -1 as_fn_append ()4621 -1 {4622 -1 eval $1=\$$1\$24623 -1 }4624 -1 fi # as_fn_append4625 -14626 -1 # as_fn_arith ARG...4627 -1 # ------------------4628 -1 # Perform arithmetic evaluation on the ARGs, and store the result in the4629 -1 # global $as_val. Take advantage of shells that can avoid forks. The arguments4630 -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 else4637 -1 as_fn_arith ()4638 -1 {4639 -1 as_val=`expr "$@" || test $? -eq 1`4640 -1 }4641 -1 fi # as_fn_arith4642 -14643 -14644 -1 if expr a : '\(a\)' >/dev/null 2>&1 &&4645 -1 test "X`expr 00001 : '.*\(...\)'`" = X001; then4646 -1 as_expr=expr4647 -1 else4648 -1 as_expr=false4649 -1 fi4650 -14651 -1 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then4652 -1 as_basename=basename4653 -1 else4654 -1 as_basename=false4655 -1 fi4656 -14657 -1 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then4658 -1 as_dirname=dirname4659 -1 else4660 -1 as_dirname=false4661 -1 fi4662 -14663 -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 q4671 -1 }4672 -1 /^X\/\(\/\/\)$/{4673 -1 s//\1/4674 -1 q4675 -1 }4676 -1 /^X\/\(\/\).*/{4677 -1 s//\1/4678 -1 q4679 -1 }4680 -1 s/.*/./; q'`4681 -14682 -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_LETTERS4686 -1 as_cr_digits='0123456789'4687 -1 as_cr_alnum=$as_cr_Letters$as_cr_digits4688 -14689 -1 ECHO_C= ECHO_N= ECHO_T=4690 -1 case `echo -n x` in #(((((4691 -1 -n*)4692 -1 case `echo 'xy\c'` in4693 -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/null4696 -1 ECHO_T=' ';;4697 -1 esac;;4698 -1 *)4699 -1 ECHO_N='-n';;4700 -1 esac4701 -14702 -1 rm -f conf$$ conf$$.exe conf$$.file4703 -1 if test -d conf$$.dir; then4704 -1 rm -f conf$$.dir/conf$$.file4705 -1 else4706 -1 rm -f conf$$.dir4707 -1 mkdir conf$$.dir 2>/dev/null4708 -1 fi4709 -1 if (echo >conf$$.file) 2>/dev/null; then4710 -1 if ln -s conf$$.file conf$$ 2>/dev/null; then4711 -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; then4719 -1 as_ln_s=ln4720 -1 else4721 -1 as_ln_s='cp -p'4722 -1 fi4723 -1 else4724 -1 as_ln_s='cp -p'4725 -1 fi4726 -1 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file4727 -1 rmdir conf$$.dir 2>/dev/null4728 -14729 -14730 -1 # as_fn_mkdir_p4731 -1 # -------------4732 -1 # Create "$as_dir" as a directory, including parents if necessary.4733 -1 as_fn_mkdir_p ()4734 -1 {4735 -14736 -1 case $as_dir in #(4737 -1 -*) as_dir=./$as_dir;;4738 -1 esac4739 -1 test -d "$as_dir" || eval $as_mkdir_p || {4740 -1 as_dirs=4741 -1 while :; do4742 -1 case $as_dir in #(4743 -1 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(4744 -1 *) as_qdir=$as_dir;;4745 -1 esac4746 -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 q4756 -1 }4757 -1 /^X\(\/\/\)[^/].*/{4758 -1 s//\1/4759 -1 q4760 -1 }4761 -1 /^X\(\/\/\)$/{4762 -1 s//\1/4763 -1 q4764 -1 }4765 -1 /^X\(\/\).*/{4766 -1 s//\1/4767 -1 q4768 -1 }4769 -1 s/.*/./; q'`4770 -1 test -d "$as_dir" && break4771 -1 done4772 -1 test -z "$as_dirs" || eval "mkdir $as_dirs"4773 -1 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"4774 -14775 -14776 -1 } # as_fn_mkdir_p4777 -1 if mkdir -p . 2>/dev/null; then4778 -1 as_mkdir_p='mkdir -p "$as_dir"'4779 -1 else4780 -1 test -d ./-p && rmdir ./-p4781 -1 as_mkdir_p=false4782 -1 fi4783 -14784 -1 if test -x / >/dev/null 2>&1; then4785 -1 as_test_x='test -x'4786 -1 else4787 -1 if ls -dL / >/dev/null 2>&1; then4788 -1 as_ls_L_option=L4789 -1 else4790 -1 as_ls_L_option=4791 -1 fi4792 -1 as_test_x='4793 -1 eval sh -c '\''4794 -1 if test -d "$1"; then4795 -1 test -d "$1/.";4796 -1 else4797 -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;fi4802 -1 '\'' sh4803 -1 '4804 -1 fi4805 -1 as_executable_p=$as_test_x4806 -14807 -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 -14810 -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 -14813 -14814 -1 exec 6>&14815 -1 ## ----------------------------------- ##4816 -1 ## Main body of $CONFIG_STATUS script. ##4817 -1 ## ----------------------------------- ##4818 -1 _ASEOF4819 -1 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=14820 -14821 -1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=14822 -1 # Save the log message, to keep $0 and so on meaningful, and to4823 -1 # report actual input values of CONFIG_FILES etc. instead of their4824 -1 # values after options handling.4825 -1 ac_log="4826 -1 This file was extended by retimer $as_me 0.2, which was4827 -1 generated by GNU Autoconf 2.67. Invocation command line was4828 -14829 -1 CONFIG_FILES = $CONFIG_FILES4830 -1 CONFIG_HEADERS = $CONFIG_HEADERS4831 -1 CONFIG_LINKS = $CONFIG_LINKS4832 -1 CONFIG_COMMANDS = $CONFIG_COMMANDS4833 -1 $ $0 $@4834 -14835 -1 on `(hostname || uname -n) 2>/dev/null | sed 1q`4836 -1 "4837 -14838 -1 _ACEOF4839 -14840 -1 case $ac_config_files in *"4841 -1 "*) set x $ac_config_files; shift; ac_config_files=$*;;4842 -1 esac4843 -14844 -14845 -14846 -1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=14847 -1 # Files that config.status was made for.4848 -1 config_files="$ac_config_files"4849 -14850 -1 _ACEOF4851 -14852 -1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=14853 -1 ac_cs_usage="\4854 -1 \`$as_me' instantiates files and other configuration actions4855 -1 from templates according to the current configuration. Unless the files4856 -1 and actions are specified as TAGs, all are instantiated by default.4857 -14858 -1 Usage: $0 [OPTION]... [TAG]...4859 -14860 -1 -h, --help print this help, then exit4861 -1 -V, --version print version number and configuration settings, then exit4862 -1 --config print configuration, then exit4863 -1 -q, --quiet, --silent4864 -1 do not print progress messages4865 -1 -d, --debug don't remove temporary files4866 -1 --recheck update $as_me by reconfiguring in the same conditions4867 -1 --file=FILE[:TEMPLATE]4868 -1 instantiate the configuration file FILE4869 -14870 -1 Configuration files:4871 -1 $config_files4872 -14873 -1 Report bugs to the package provider."4874 -14875 -1 _ACEOF4876 -1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=14877 -1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"4878 -1 ac_cs_version="\\4879 -1 retimer config.status 0.24880 -1 configured by $0, generated by GNU Autoconf 2.67,4881 -1 with options \\"\$ac_cs_config\\"4882 -14883 -1 Copyright (C) 2010 Free Software Foundation, Inc.4884 -1 This config.status script is free software; the Free Software Foundation4885 -1 gives unlimited permission to copy, distribute and modify it."4886 -14887 -1 ac_pwd='$ac_pwd'4888 -1 srcdir='$srcdir'4889 -1 test -n "\$AWK" || AWK=awk4890 -1 _ACEOF4891 -14892 -1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=14893 -1 # The default lists apply if the user does not specify any file.4894 -1 ac_need_defaults=:4895 -1 while test $# != 04896 -1 do4897 -1 case $1 in4898 -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=$14910 -1 ac_optarg=$24911 -1 ac_shift=shift4912 -1 ;;4913 -1 esac4914 -14915 -1 case $ac_option in4916 -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_shift4927 -1 case $ac_optarg in4928 -1 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;4929 -1 '') as_fn_error $? "missing file argument" ;;4930 -1 esac4931 -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 -14939 -1 # This is an error.4940 -1 -*) as_fn_error $? "unrecognized option: \`$1'4941 -1 Try \`$0 --help' for more information." ;;4942 -14943 -1 *) as_fn_append ac_config_targets " $1"4944 -1 ac_need_defaults=false ;;4945 -14946 -1 esac4947 -1 shift4948 -1 done4949 -14950 -1 ac_configure_extra_args=4951 -14952 -1 if $ac_cs_silent; then4953 -1 exec 6>/dev/null4954 -1 ac_configure_extra_args="$ac_configure_extra_args --silent"4955 -1 fi4956 -14957 -1 _ACEOF4958 -1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=14959 -1 if \$ac_cs_recheck; then4960 -1 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion4961 -1 shift4962 -1 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&64963 -1 CONFIG_SHELL='$SHELL'4964 -1 export CONFIG_SHELL4965 -1 exec "\$@"4966 -1 fi4967 -14968 -1 _ACEOF4969 -1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=14970 -1 exec 5>>config.log4971 -1 {4972 -1 echo4973 -1 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX4974 -1 ## Running $as_me. ##4975 -1 _ASBOX4976 -1 $as_echo "$ac_log"4977 -1 } >&54978 -14979 -1 _ACEOF4980 -1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=14981 -1 _ACEOF4982 -14983 -1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=14984 -14985 -1 # Handling of arguments.4986 -1 for ac_config_target in $ac_config_targets4987 -1 do4988 -1 case $ac_config_target in4989 -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 -14994 -1 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;4995 -1 esac4996 -1 done4997 -14998 -14999 -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 extremely5002 -1 # bizarre bug on SunOS 4.1.3.5003 -1 if $ac_need_defaults; then5004 -1 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files5005 -1 fi5006 -15007 -1 # Have a temporary directory for convenience. Make it in the build tree5008 -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_status5018 -1 ' 05019 -1 trap 'as_fn_exit 1' 1 2 13 155020 -1 }5021 -1 # Create a (secure) tmp directory for tmp files.5022 -15023 -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$$-$RANDOM5029 -1 (umask 077 && mkdir "$tmp")5030 -1 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 55031 -15032 -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"; then5036 -15037 -15038 -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 this5041 -1 # point, so we can use a bashism as a fallback.5042 -1 if test "x$ac_cr" = x; then5043 -1 eval ac_cr=\$\'\\r\'5044 -1 fi5045 -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"; then5047 -1 ac_cs_awk_cr='\\r'5048 -1 else5049 -1 ac_cs_awk_cr=$ac_cr5050 -1 fi5051 -15052 -1 echo 'BEGIN {' >"$tmp/subs1.awk" &&5053 -1 _ACEOF5054 -15055 -15056 -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" 55062 -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 :; do5065 -1 . ./conf$$subs.sh ||5066 -1 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 55067 -15068 -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; then5070 -1 break5071 -1 elif $ac_last_try; then5072 -1 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 55073 -1 else5074 -1 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "5075 -1 fi5076 -1 done5077 -1 rm -f conf$$subs.sh5078 -15079 -1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=15080 -1 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&5081 -1 _ACEOF5082 -1 sed -n '5083 -1 h5084 -1 s/^/S["/; s/!.*/"]=/5085 -1 p5086 -1 g5087 -1 s/^[^!]*!//5088 -1 :repl5089 -1 t repl5090 -1 s/'"$ac_delim"'$//5091 -1 t delim5092 -1 :nl5093 -1 h5094 -1 s/\(.\{148\}\)..*/\1/5095 -1 t more15096 -1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/5097 -1 p5098 -1 n5099 -1 b repl5100 -1 :more15101 -1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/5102 -1 p5103 -1 g5104 -1 s/.\{148\}//5105 -1 t nl5106 -1 :delim5107 -1 h5108 -1 s/\(.\{148\}\)..*/\1/5109 -1 t more25110 -1 s/["\\]/\\&/g; s/^/"/; s/$/"/5111 -1 p5112 -1 b5113 -1 :more25114 -1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/5115 -1 p5116 -1 g5117 -1 s/.\{148\}//5118 -1 t delim5119 -1 ' <conf$$subs.awk | sed '5120 -1 /^[^""]/{5121 -1 N5122 -1 s/\n//5123 -1 }5124 -1 ' >>$CONFIG_STATUS || ac_write_fail=15125 -1 rm -f conf$$subs.awk5126 -1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=15127 -1 _ACAWK5128 -1 cat >>"\$tmp/subs1.awk" <<_ACAWK &&5129 -1 for (key in S) S_is_set[key] = 15130 -1 FS = ""5131 -15132 -1 }5133 -1 {5134 -1 line = $ 05135 -1 nfields = split(line, field, "@")5136 -1 substed = 05137 -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 = 15146 -1 } else5147 -1 len += 1 + keylen5148 -1 }5149 -15150 -1 print line5151 -1 }5152 -15153 -1 _ACAWK5154 -1 _ACEOF5155 -1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=15156 -1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then5157 -1 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"5158 -1 else5159 -1 cat5160 -1 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \5161 -1 || as_fn_error $? "could not setup config files machinery" "$LINENO" 55162 -1 _ACEOF5163 -15164 -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 and5166 -1 # trailing colons and then remove the whole line if VPATH becomes empty5167 -1 # (actually we leave an empty line to preserve line numbers).5168 -1 if test "x$srcdir" = x.; then5169 -1 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{5170 -1 h5171 -1 s///5172 -1 s/^/:/5173 -1 s/[ ]*$/:/5174 -1 s/:\$(srcdir):/:/g5175 -1 s/:\${srcdir}:/:/g5176 -1 s/:@srcdir@:/:/g5177 -1 s/^:*//5178 -1 s/:*$//5179 -1 x5180 -1 s/\(=[ ]*\).*/\1/5181 -1 G5182 -1 s/\n//5183 -1 s/^[^=]*=[ ]*$//5184 -1 }'5185 -1 fi5186 -15187 -1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=15188 -1 fi # test -n "$CONFIG_FILES"5189 -15190 -15191 -1 eval set X " :F $CONFIG_FILES "5192 -1 shift5193 -1 for ac_tag5194 -1 do5195 -1 case $ac_tag in5196 -1 :[FHLC]) ac_mode=$ac_tag; continue;;5197 -1 esac5198 -1 case $ac_mode$ac_tag in5199 -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 esac5204 -1 ac_save_IFS=$IFS5205 -1 IFS=:5206 -1 set x $ac_tag5207 -1 IFS=$ac_save_IFS5208 -1 shift5209 -1 ac_file=$15210 -1 shift5211 -15212 -1 case $ac_mode in5213 -1 :L) ac_source=$1;;5214 -1 :[FH])5215 -1 ac_file_inputs=5216 -1 for ac_f5217 -1 do5218 -1 case $ac_f in5219 -1 -) ac_f="$tmp/stdin";;5220 -1 *) # Look for the file first in the build tree, then in the source tree5221 -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 in5225 -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 esac5230 -1 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac5231 -1 as_fn_append ac_file_inputs " '$ac_f'"5232 -1 done5233 -15234 -1 # Let's still pretend it is `configure' which instantiates (i.e., don't5235 -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-; then5241 -1 configure_input="$ac_file. $configure_input"5242 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&55243 -1 $as_echo "$as_me: creating $ac_file" >&6;}5244 -1 fi5245 -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 esac5252 -15253 -1 case $ac_tag in5254 -1 *:-:* | *:-) cat >"$tmp/stdin" \5255 -1 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;5256 -1 esac5257 -1 ;;5258 -1 esac5259 -15260 -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 q5269 -1 }5270 -1 /^X\(\/\/\)[^/].*/{5271 -1 s//\1/5272 -1 q5273 -1 }5274 -1 /^X\(\/\/\)$/{5275 -1 s//\1/5276 -1 q5277 -1 }5278 -1 /^X\(\/\).*/{5279 -1 s//\1/5280 -1 q5281 -1 }5282 -1 s/.*/./; q'`5283 -1 as_dir="$ac_dir"; as_fn_mkdir_p5284 -1 ac_builddir=.5285 -15286 -1 case "$ac_dir" in5287 -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 in5293 -1 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;5294 -1 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;5295 -1 esac ;;5296 -1 esac5297 -1 ac_abs_top_builddir=$ac_pwd5298 -1 ac_abs_builddir=$ac_pwd$ac_dir_suffix5299 -1 # for backward compatibility:5300 -1 ac_top_builddir=$ac_top_build_prefix5301 -15302 -1 case $srcdir in5303 -1 .) # We are building in place.5304 -1 ac_srcdir=.5305 -1 ac_top_srcdir=$ac_top_builddir_sub5306 -1 ac_abs_top_srcdir=$ac_pwd ;;5307 -1 [\\/]* | ?:[\\/]* ) # Absolute name.5308 -1 ac_srcdir=$srcdir$ac_dir_suffix;5309 -1 ac_top_srcdir=$srcdir5310 -1 ac_abs_top_srcdir=$srcdir ;;5311 -1 *) # Relative name.5312 -1 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix5313 -1 ac_top_srcdir=$ac_top_build_prefix$srcdir5314 -1 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;5315 -1 esac5316 -1 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix5317 -15318 -15319 -1 case $ac_mode in5320 -1 :F)5321 -1 #5322 -1 # CONFIG_FILE5323 -1 #5324 -15325 -1 _ACEOF5326 -15327 -1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=15328 -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 p5334 -1 q5335 -1 }5336 -1 /@datadir@/p5337 -1 /@docdir@/p5338 -1 /@infodir@/p5339 -1 /@localedir@/p5340 -1 /@mandir@/p'5341 -1 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in5342 -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" >&55345 -1 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}5346 -1 _ACEOF5347 -1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=15348 -1 ac_datarootdir_hack='5349 -1 s&@datadir@&$datadir&g5350 -1 s&@docdir@&$docdir&g5351 -1 s&@infodir@&$infodir&g5352 -1 s&@localedir@&$localedir&g5353 -1 s&@mandir@&$mandir&g5354 -1 s&\\\${datarootdir}&$datarootdir&g' ;;5355 -1 esac5356 -1 _ACEOF5357 -15358 -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=15362 -1 ac_sed_extra="$ac_vpsub5363 -1 $extrasub5364 -1 _ACEOF5365 -1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=15366 -1 :t5367 -1 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b5368 -1 s|@configure_input@|$ac_sed_conf_input|;t t5369 -1 s&@top_builddir@&$ac_top_builddir_sub&;t t5370 -1 s&@top_build_prefix@&$ac_top_build_prefix&;t t5371 -1 s&@srcdir@&$ac_srcdir&;t t5372 -1 s&@abs_srcdir@&$ac_abs_srcdir&;t t5373 -1 s&@top_srcdir@&$ac_top_srcdir&;t t5374 -1 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t5375 -1 s&@builddir@&$ac_builddir&;t t5376 -1 s&@abs_builddir@&$ac_abs_builddir&;t t5377 -1 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t5378 -1 $ac_datarootdir_hack5379 -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" 55382 -15383 -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" >&55388 -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 -15391 -1 rm -f "$tmp/stdin"5392 -1 case $ac_file in5393 -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" 55397 -1 ;;5398 -15399 -15400 -15401 -1 esac5402 -15403 -1 done # for ac_tag5404 -15405 -15406 -1 as_fn_exit 05407 -1 _ACEOF5408 -1 ac_clean_files=$ac_clean_files_save5409 -15410 -1 test $ac_write_fail = 0 ||5411 -1 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 55412 -15413 -15414 -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 open5417 -1 # by configure, so config.status won't be able to write to it; its5418 -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 and5420 -1 # appended to by config.status. When coming back to configure, we5421 -1 # need to make the FD available again.5422 -1 if test "$no_create" != yes; then5423 -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/null5428 -1 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false5429 -1 exec 5>>config.log5430 -1 # Use ||, not &&, to avoid exiting from the if with $? = 1, which5431 -1 # would make configure fail if this is the last instruction.5432 -1 $ac_cs_success || as_fn_exit 15433 -1 fi5434 -1 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then5435 -1 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&55436 -1 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}5437 -1 fi5438 -15439 -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 -15 -1 xiRetimer: .gui .back6 -1 $(CC) -o xiRetimer *.o $(LDFLAGS)7 -18 -1 .gui: src/gui/*.cpp src/gui/*.h9 -1 $(CC) $(CFLAGS) -c src/gui/*.cpp src/gui/*.h10 -1 touch .gui11 -112 -1 .back: src/*.cpp src/*.h13 -1 $(CC) $(CFLAGS) -c src/*.cpp src/*.h14 -1 touch .back15 -116 -1 .PHONY: clean17 -1 clean:18 -1 rm -f *.o src/*.gch src/gui/*.gch .gui .back19 -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 it8 -19 -1 #include "retimer_wx.h"10 -111 -1 ///////////////////////////////////////////////////////////////////////////12 -113 -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 -117 -1 wxBoxSizer* bSizer3;18 -1 bSizer3 = new wxBoxSizer(wxVERTICAL);19 -120 -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_GNOME28 -1 m_open->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/fileopen.png"), wxBITMAP_TYPE_ANY));29 -1 #endif30 -1 m_file->Append(m_open);31 -132 -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_GNOME35 -1 m_export->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/document-save.png"), wxBITMAP_TYPE_ANY));36 -1 #endif37 -1 m_file->Append(m_export);38 -139 -1 wxMenuItem* m_separator6;40 -1 m_separator6 = m_file->AppendSeparator();41 -142 -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_GNOME45 -1 m_prefs->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/document-properties.png"), wxBITMAP_TYPE_ANY));46 -1 #endif47 -1 m_file->Append(m_prefs);48 -149 -1 wxMenuItem* m_separator7;50 -1 m_separator7 = m_file->AppendSeparator();51 -152 -1 wxMenuItem* b_exit;53 -1 b_exit = new wxMenuItem(m_file, wxID_ANY, wxString(wxT("Exit")) , wxEmptyString, wxITEM_NORMAL);54 -1 #ifdef ICONS_GNOME55 -1 b_exit->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/window-close.png"), wxBITMAP_TYPE_ANY));56 -1 #endif57 -1 m_file->Append(b_exit);58 -159 -1 m_menubar3->Append(m_file, wxT("File"));60 -161 -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_GNOME65 -1 m_play->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/media-playback-start.png"), wxBITMAP_TYPE_ANY));66 -1 #endif67 -1 m_edit->Append(m_play);68 -169 -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_GNOME72 -1 m_start->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/media-skip-backward.png"), wxBITMAP_TYPE_ANY));73 -1 #endif74 -1 m_edit->Append(m_start);75 -176 -1 wxMenuItem* m_separator8;77 -1 m_separator8 = m_edit->AppendSeparator();78 -179 -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_GNOME82 -1 m_clear->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/edit-clear.png"), wxBITMAP_TYPE_ANY));83 -1 #endif84 -1 m_edit->Append(m_clear);85 -186 -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_GNOME89 -1 m_process->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/stock_refresh.png"), wxBITMAP_TYPE_ANY));90 -1 #endif91 -1 m_edit->Append(m_process);92 -193 -1 m_menubar3->Append(m_edit, wxT("Edit"));94 -195 -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_GNOME99 -1 m_about->SetBitmap(wxBitmap(wxT("/usr/share/icons/gnome/16x16/actions/help-about.png"), wxBITMAP_TYPE_ANY));100 -1 #endif101 -1 m_help->Append(m_about);102 -1103 -1 m_menubar3->Append(m_help, wxT("Help"));104 -1105 -1 this->SetMenuBar(m_menubar3);106 -1107 -1108 -1 // Connect Events109 -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 -1126 -1 MainFrame::~MainFrame() {127 -1 // Disconnect Events128 -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 -1145 -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 -1148 -1 wxBoxSizer* bSizer4;149 -1 bSizer4 = new wxBoxSizer(wxVERTICAL);150 -1151 -1 wxBoxSizer* bSizer14;152 -1 bSizer14 = new wxBoxSizer(wxVERTICAL);153 -1154 -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 -1158 -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 -1162 -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 -1166 -1 bSizer4->Add(bSizer14, 1, wxEXPAND, 5);167 -1168 -1 wxBoxSizer* bSizer7;169 -1 bSizer7 = new wxBoxSizer(wxVERTICAL);170 -1171 -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 -1174 -1 bSizer4->Add(bSizer7, 0, wxEXPAND, 5);175 -1176 -1 this->SetSizer(bSizer4);177 -1 this->Layout();178 -1179 -1 // Connect Events180 -1 m_button1->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(AboutDialog::OnOKClick), NULL, this);181 -1 }182 -1183 -1 AboutDialog::~AboutDialog() {184 -1 // Disconnect Events185 -1 m_button1->Disconnect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(AboutDialog::OnOKClick), NULL, this);186 -1 }187 -1188 -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 -1191 -1 wxBoxSizer* bSizer5;192 -1 bSizer5 = new wxBoxSizer(wxVERTICAL);193 -1194 -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 -1200 -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 -1204 -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 -1210 -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 -1214 -1 m_showint = new wxCheckBox(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0);215 -1 fgSizer4->Add(m_showint, 0, wxALL, 5);216 -1217 -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 -1221 -1 // TODO222 -1 #ifdef MODE_RUBBERBAND223 -1 wxString c_stretchmodeChoices[] = { wxT("none"), wxT("RubberBand")};224 -1 #else225 -1 wxString c_stretchmodeChoices[] = { wxT("none"), wxT("RubberBand (disabled)")};226 -1 #endif227 -1228 -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 -1233 -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 -1237 -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 -1240 -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 -1244 -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 -1247 -1 bSizer5->Add(fgSizer4, 1, wxEXPAND, 5);248 -1249 -1 wxBoxSizer* bSizer15;250 -1 bSizer15 = new wxBoxSizer(wxHORIZONTAL);251 -1252 -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 -1255 -1 b_Cancel = new wxButton(this, wxID_ANY, wxT("Cancel"), wxDefaultPosition, wxDefaultSize, 0);256 -1 b_Cancel->SetToolTip(wxT("Escape"));257 -1258 -1 bSizer15->Add(b_Cancel, 0, wxALIGN_BOTTOM|wxALIGN_RIGHT|wxALL, 5);259 -1260 -1 bSizer5->Add(bSizer15, 0, wxALIGN_RIGHT, 5);261 -1262 -1 this->SetSizer(bSizer5);263 -1 this->Layout();264 -1265 -1 // Connect Events266 -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 -1275 -1 PrefsDialog::~PrefsDialog() {276 -1 // Disconnect Events277 -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=xiRetimer3 -1 Comment[en]=warp audio files4 -15 -1 GenericName=retimer6 -17 -1 Version=0.28 -19 -1 Type=Application10 -1 Categories=AudioVideo;Audio;11 -112 -1 MimeType=text/xml;13 -114 -1 Exec=xiRetimer15 -1 Terminal=false16 -1 StartupNotify=false17 -118 -1 Icon=stock_refresh