project-street

Top_Secret :P
git clone git://archive.git.mtrnord.blog/MTRNord/project-street.git
Log | Files | Refs | README | LICENSE

configure (136101B)


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