common/autoconf/generated-configure.sh
changeset 14280 7d8ad47b2dbf
parent 14112 1b447f5cb0d1
child 14378 0ef5d942b98e
equal deleted inserted replaced
14279:1c596d0f411c 14280:7d8ad47b2dbf
  3663 # definitions. It is replaced with custom functionality when building
  3663 # definitions. It is replaced with custom functionality when building
  3664 # custom sources.
  3664 # custom sources.
  3665 #CUSTOM_AUTOCONF_INCLUDE
  3665 #CUSTOM_AUTOCONF_INCLUDE
  3666 
  3666 
  3667 # Do not change or remove the following line, it is needed for consistency checks:
  3667 # Do not change or remove the following line, it is needed for consistency checks:
  3668 DATE_WHEN_GENERATED=1351539315
  3668 DATE_WHEN_GENERATED=1351854415
  3669 
  3669 
  3670 ###############################################################################
  3670 ###############################################################################
  3671 #
  3671 #
  3672 # Initialization / Boot-strapping
  3672 # Initialization / Boot-strapping
  3673 #
  3673 #
  7601 
  7601 
  7602     if test ! -e "$OUTPUT_ROOT/spec.gmk"; then
  7602     if test ! -e "$OUTPUT_ROOT/spec.gmk"; then
  7603       # If we have a spec.gmk, we have run here before and we are OK. Otherwise, check for
  7603       # If we have a spec.gmk, we have run here before and we are OK. Otherwise, check for
  7604       # other files
  7604       # other files
  7605       files_present=`$LS $OUTPUT_ROOT`
  7605       files_present=`$LS $OUTPUT_ROOT`
  7606       if test "x$files_present" != x; then
  7606       # Configure has already touched config.log and confdefs.h in the current dir when this check
       
  7607       # is performed.
       
  7608       filtered_files=`$ECHO "$files_present" | $SED -e 's/config.log//g' -e 's/confdefs.h//g' -e 's/ //g' \
       
  7609                                              | $TR -d '\n'`
       
  7610       if test "x$filtered_files" != x; then
  7607         { $as_echo "$as_me:${as_lineno-$LINENO}: Current directory is $CURDIR." >&5
  7611         { $as_echo "$as_me:${as_lineno-$LINENO}: Current directory is $CURDIR." >&5
  7608 $as_echo "$as_me: Current directory is $CURDIR." >&6;}
  7612 $as_echo "$as_me: Current directory is $CURDIR." >&6;}
  7609         { $as_echo "$as_me:${as_lineno-$LINENO}: Since this is not the source root, configure will output the configuration here" >&5
  7613         { $as_echo "$as_me:${as_lineno-$LINENO}: Since this is not the source root, configure will output the configuration here" >&5
  7610 $as_echo "$as_me: Since this is not the source root, configure will output the configuration here" >&6;}
  7614 $as_echo "$as_me: Since this is not the source root, configure will output the configuration here" >&6;}
  7611         { $as_echo "$as_me:${as_lineno-$LINENO}: (as opposed to creating a configuration in <src_root>/build/<conf-name>)." >&5
  7615         { $as_echo "$as_me:${as_lineno-$LINENO}: (as opposed to creating a configuration in <src_root>/build/<conf-name>)." >&5
  7887   # unix format.
  7891   # unix format.
  7888   new_path=`$CYGPATH -u "$path"`
  7892   new_path=`$CYGPATH -u "$path"`
  7889 
  7893 
  7890   # Now try to locate executable using which
  7894   # Now try to locate executable using which
  7891   new_path=`$WHICH "$new_path" 2> /dev/null`
  7895   new_path=`$WHICH "$new_path" 2> /dev/null`
       
  7896   # bat and cmd files are not always considered executable in cygwin causing which
       
  7897   # to not find them
       
  7898   if test "x$new_path" = x \
       
  7899            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  7900            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  7901     new_path=`$CYGPATH -u "$path"`
       
  7902   fi
  7892   if test "x$new_path" = x; then
  7903   if test "x$new_path" = x; then
  7893     # Oops. Which didn't find the executable.
  7904     # Oops. Which didn't find the executable.
  7894     # The splitting of arguments from the executable at a space might have been incorrect,
  7905     # The splitting of arguments from the executable at a space might have been incorrect,
  7895     # since paths with space are more likely in Windows. Give it another try with the whole
  7906     # since paths with space are more likely in Windows. Give it another try with the whole
  7896     # argument.
  7907     # argument.
  7897     path="$complete"
  7908     path="$complete"
  7898     arguments="EOL"
  7909     arguments="EOL"
  7899     new_path=`$CYGPATH -u "$path"`
  7910     new_path=`$CYGPATH -u "$path"`
  7900     new_path=`$WHICH "$new_path" 2> /dev/null`
  7911     new_path=`$WHICH "$new_path" 2> /dev/null`
       
  7912     # bat and cmd files are not always considered executable in cygwin causing which
       
  7913     # to not find them
       
  7914     if test "x$new_path" = x \
       
  7915              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  7916              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  7917       new_path=`$CYGPATH -u "$path"`
       
  7918     fi
  7901     if test "x$new_path" = x; then
  7919     if test "x$new_path" = x; then
  7902       # It's still not found. Now this is an unrecoverable error.
  7920       # It's still not found. Now this is an unrecoverable error.
  7903       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  7921       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  7904 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  7922 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  7905       has_space=`$ECHO "$complete" | $GREP " "`
  7923       has_space=`$ECHO "$complete" | $GREP " "`
  8219   # unix format.
  8237   # unix format.
  8220   new_path=`$CYGPATH -u "$path"`
  8238   new_path=`$CYGPATH -u "$path"`
  8221 
  8239 
  8222   # Now try to locate executable using which
  8240   # Now try to locate executable using which
  8223   new_path=`$WHICH "$new_path" 2> /dev/null`
  8241   new_path=`$WHICH "$new_path" 2> /dev/null`
       
  8242   # bat and cmd files are not always considered executable in cygwin causing which
       
  8243   # to not find them
       
  8244   if test "x$new_path" = x \
       
  8245            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  8246            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  8247     new_path=`$CYGPATH -u "$path"`
       
  8248   fi
  8224   if test "x$new_path" = x; then
  8249   if test "x$new_path" = x; then
  8225     # Oops. Which didn't find the executable.
  8250     # Oops. Which didn't find the executable.
  8226     # The splitting of arguments from the executable at a space might have been incorrect,
  8251     # The splitting of arguments from the executable at a space might have been incorrect,
  8227     # since paths with space are more likely in Windows. Give it another try with the whole
  8252     # since paths with space are more likely in Windows. Give it another try with the whole
  8228     # argument.
  8253     # argument.
  8229     path="$complete"
  8254     path="$complete"
  8230     arguments="EOL"
  8255     arguments="EOL"
  8231     new_path=`$CYGPATH -u "$path"`
  8256     new_path=`$CYGPATH -u "$path"`
  8232     new_path=`$WHICH "$new_path" 2> /dev/null`
  8257     new_path=`$WHICH "$new_path" 2> /dev/null`
       
  8258     # bat and cmd files are not always considered executable in cygwin causing which
       
  8259     # to not find them
       
  8260     if test "x$new_path" = x \
       
  8261              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  8262              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  8263       new_path=`$CYGPATH -u "$path"`
       
  8264     fi
  8233     if test "x$new_path" = x; then
  8265     if test "x$new_path" = x; then
  8234       # It's still not found. Now this is an unrecoverable error.
  8266       # It's still not found. Now this is an unrecoverable error.
  8235       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  8267       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  8236 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  8268 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  8237       has_space=`$ECHO "$complete" | $GREP " "`
  8269       has_space=`$ECHO "$complete" | $GREP " "`
  8548   # unix format.
  8580   # unix format.
  8549   new_path=`$CYGPATH -u "$path"`
  8581   new_path=`$CYGPATH -u "$path"`
  8550 
  8582 
  8551   # Now try to locate executable using which
  8583   # Now try to locate executable using which
  8552   new_path=`$WHICH "$new_path" 2> /dev/null`
  8584   new_path=`$WHICH "$new_path" 2> /dev/null`
       
  8585   # bat and cmd files are not always considered executable in cygwin causing which
       
  8586   # to not find them
       
  8587   if test "x$new_path" = x \
       
  8588            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  8589            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  8590     new_path=`$CYGPATH -u "$path"`
       
  8591   fi
  8553   if test "x$new_path" = x; then
  8592   if test "x$new_path" = x; then
  8554     # Oops. Which didn't find the executable.
  8593     # Oops. Which didn't find the executable.
  8555     # The splitting of arguments from the executable at a space might have been incorrect,
  8594     # The splitting of arguments from the executable at a space might have been incorrect,
  8556     # since paths with space are more likely in Windows. Give it another try with the whole
  8595     # since paths with space are more likely in Windows. Give it another try with the whole
  8557     # argument.
  8596     # argument.
  8558     path="$complete"
  8597     path="$complete"
  8559     arguments="EOL"
  8598     arguments="EOL"
  8560     new_path=`$CYGPATH -u "$path"`
  8599     new_path=`$CYGPATH -u "$path"`
  8561     new_path=`$WHICH "$new_path" 2> /dev/null`
  8600     new_path=`$WHICH "$new_path" 2> /dev/null`
       
  8601     # bat and cmd files are not always considered executable in cygwin causing which
       
  8602     # to not find them
       
  8603     if test "x$new_path" = x \
       
  8604              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  8605              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  8606       new_path=`$CYGPATH -u "$path"`
       
  8607     fi
  8562     if test "x$new_path" = x; then
  8608     if test "x$new_path" = x; then
  8563       # It's still not found. Now this is an unrecoverable error.
  8609       # It's still not found. Now this is an unrecoverable error.
  8564       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  8610       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  8565 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  8611 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  8566       has_space=`$ECHO "$complete" | $GREP " "`
  8612       has_space=`$ECHO "$complete" | $GREP " "`
  8882   # unix format.
  8928   # unix format.
  8883   new_path=`$CYGPATH -u "$path"`
  8929   new_path=`$CYGPATH -u "$path"`
  8884 
  8930 
  8885   # Now try to locate executable using which
  8931   # Now try to locate executable using which
  8886   new_path=`$WHICH "$new_path" 2> /dev/null`
  8932   new_path=`$WHICH "$new_path" 2> /dev/null`
       
  8933   # bat and cmd files are not always considered executable in cygwin causing which
       
  8934   # to not find them
       
  8935   if test "x$new_path" = x \
       
  8936            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  8937            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  8938     new_path=`$CYGPATH -u "$path"`
       
  8939   fi
  8887   if test "x$new_path" = x; then
  8940   if test "x$new_path" = x; then
  8888     # Oops. Which didn't find the executable.
  8941     # Oops. Which didn't find the executable.
  8889     # The splitting of arguments from the executable at a space might have been incorrect,
  8942     # The splitting of arguments from the executable at a space might have been incorrect,
  8890     # since paths with space are more likely in Windows. Give it another try with the whole
  8943     # since paths with space are more likely in Windows. Give it another try with the whole
  8891     # argument.
  8944     # argument.
  8892     path="$complete"
  8945     path="$complete"
  8893     arguments="EOL"
  8946     arguments="EOL"
  8894     new_path=`$CYGPATH -u "$path"`
  8947     new_path=`$CYGPATH -u "$path"`
  8895     new_path=`$WHICH "$new_path" 2> /dev/null`
  8948     new_path=`$WHICH "$new_path" 2> /dev/null`
       
  8949     # bat and cmd files are not always considered executable in cygwin causing which
       
  8950     # to not find them
       
  8951     if test "x$new_path" = x \
       
  8952              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  8953              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  8954       new_path=`$CYGPATH -u "$path"`
       
  8955     fi
  8896     if test "x$new_path" = x; then
  8956     if test "x$new_path" = x; then
  8897       # It's still not found. Now this is an unrecoverable error.
  8957       # It's still not found. Now this is an unrecoverable error.
  8898       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  8958       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  8899 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  8959 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  8900       has_space=`$ECHO "$complete" | $GREP " "`
  8960       has_space=`$ECHO "$complete" | $GREP " "`
  9210   # unix format.
  9270   # unix format.
  9211   new_path=`$CYGPATH -u "$path"`
  9271   new_path=`$CYGPATH -u "$path"`
  9212 
  9272 
  9213   # Now try to locate executable using which
  9273   # Now try to locate executable using which
  9214   new_path=`$WHICH "$new_path" 2> /dev/null`
  9274   new_path=`$WHICH "$new_path" 2> /dev/null`
       
  9275   # bat and cmd files are not always considered executable in cygwin causing which
       
  9276   # to not find them
       
  9277   if test "x$new_path" = x \
       
  9278            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  9279            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  9280     new_path=`$CYGPATH -u "$path"`
       
  9281   fi
  9215   if test "x$new_path" = x; then
  9282   if test "x$new_path" = x; then
  9216     # Oops. Which didn't find the executable.
  9283     # Oops. Which didn't find the executable.
  9217     # The splitting of arguments from the executable at a space might have been incorrect,
  9284     # The splitting of arguments from the executable at a space might have been incorrect,
  9218     # since paths with space are more likely in Windows. Give it another try with the whole
  9285     # since paths with space are more likely in Windows. Give it another try with the whole
  9219     # argument.
  9286     # argument.
  9220     path="$complete"
  9287     path="$complete"
  9221     arguments="EOL"
  9288     arguments="EOL"
  9222     new_path=`$CYGPATH -u "$path"`
  9289     new_path=`$CYGPATH -u "$path"`
  9223     new_path=`$WHICH "$new_path" 2> /dev/null`
  9290     new_path=`$WHICH "$new_path" 2> /dev/null`
       
  9291     # bat and cmd files are not always considered executable in cygwin causing which
       
  9292     # to not find them
       
  9293     if test "x$new_path" = x \
       
  9294              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
  9295              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
  9296       new_path=`$CYGPATH -u "$path"`
       
  9297     fi
  9224     if test "x$new_path" = x; then
  9298     if test "x$new_path" = x; then
  9225       # It's still not found. Now this is an unrecoverable error.
  9299       # It's still not found. Now this is an unrecoverable error.
  9226       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  9300       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&5
  9227 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  9301 $as_echo "$as_me: The path of FOUND_MAKE, which resolves as \"$complete\", is not found." >&6;}
  9228       has_space=`$ECHO "$complete" | $GREP " "`
  9302       has_space=`$ECHO "$complete" | $GREP " "`
 15961   # unix format.
 16035   # unix format.
 15962   new_path=`$CYGPATH -u "$path"`
 16036   new_path=`$CYGPATH -u "$path"`
 15963 
 16037 
 15964   # Now try to locate executable using which
 16038   # Now try to locate executable using which
 15965   new_path=`$WHICH "$new_path" 2> /dev/null`
 16039   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 16040   # bat and cmd files are not always considered executable in cygwin causing which
       
 16041   # to not find them
       
 16042   if test "x$new_path" = x \
       
 16043            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 16044            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 16045     new_path=`$CYGPATH -u "$path"`
       
 16046   fi
 15966   if test "x$new_path" = x; then
 16047   if test "x$new_path" = x; then
 15967     # Oops. Which didn't find the executable.
 16048     # Oops. Which didn't find the executable.
 15968     # The splitting of arguments from the executable at a space might have been incorrect,
 16049     # The splitting of arguments from the executable at a space might have been incorrect,
 15969     # since paths with space are more likely in Windows. Give it another try with the whole
 16050     # since paths with space are more likely in Windows. Give it another try with the whole
 15970     # argument.
 16051     # argument.
 15971     path="$complete"
 16052     path="$complete"
 15972     arguments="EOL"
 16053     arguments="EOL"
 15973     new_path=`$CYGPATH -u "$path"`
 16054     new_path=`$CYGPATH -u "$path"`
 15974     new_path=`$WHICH "$new_path" 2> /dev/null`
 16055     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 16056     # bat and cmd files are not always considered executable in cygwin causing which
       
 16057     # to not find them
       
 16058     if test "x$new_path" = x \
       
 16059              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 16060              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 16061       new_path=`$CYGPATH -u "$path"`
       
 16062     fi
 15975     if test "x$new_path" = x; then
 16063     if test "x$new_path" = x; then
 15976       # It's still not found. Now this is an unrecoverable error.
 16064       # It's still not found. Now this is an unrecoverable error.
 15977       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of VS_ENV_CMD, which resolves as \"$complete\", is not found." >&5
 16065       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of VS_ENV_CMD, which resolves as \"$complete\", is not found." >&5
 15978 $as_echo "$as_me: The path of VS_ENV_CMD, which resolves as \"$complete\", is not found." >&6;}
 16066 $as_echo "$as_me: The path of VS_ENV_CMD, which resolves as \"$complete\", is not found." >&6;}
 15979       has_space=`$ECHO "$complete" | $GREP " "`
 16067       has_space=`$ECHO "$complete" | $GREP " "`
 16535   # unix format.
 16623   # unix format.
 16536   new_path=`$CYGPATH -u "$path"`
 16624   new_path=`$CYGPATH -u "$path"`
 16537 
 16625 
 16538   # Now try to locate executable using which
 16626   # Now try to locate executable using which
 16539   new_path=`$WHICH "$new_path" 2> /dev/null`
 16627   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 16628   # bat and cmd files are not always considered executable in cygwin causing which
       
 16629   # to not find them
       
 16630   if test "x$new_path" = x \
       
 16631            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 16632            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 16633     new_path=`$CYGPATH -u "$path"`
       
 16634   fi
 16540   if test "x$new_path" = x; then
 16635   if test "x$new_path" = x; then
 16541     # Oops. Which didn't find the executable.
 16636     # Oops. Which didn't find the executable.
 16542     # The splitting of arguments from the executable at a space might have been incorrect,
 16637     # The splitting of arguments from the executable at a space might have been incorrect,
 16543     # since paths with space are more likely in Windows. Give it another try with the whole
 16638     # since paths with space are more likely in Windows. Give it another try with the whole
 16544     # argument.
 16639     # argument.
 16545     path="$complete"
 16640     path="$complete"
 16546     arguments="EOL"
 16641     arguments="EOL"
 16547     new_path=`$CYGPATH -u "$path"`
 16642     new_path=`$CYGPATH -u "$path"`
 16548     new_path=`$WHICH "$new_path" 2> /dev/null`
 16643     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 16644     # bat and cmd files are not always considered executable in cygwin causing which
       
 16645     # to not find them
       
 16646     if test "x$new_path" = x \
       
 16647              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 16648              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 16649       new_path=`$CYGPATH -u "$path"`
       
 16650     fi
 16549     if test "x$new_path" = x; then
 16651     if test "x$new_path" = x; then
 16550       # It's still not found. Now this is an unrecoverable error.
 16652       # It's still not found. Now this is an unrecoverable error.
 16551       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of BUILD_CC, which resolves as \"$complete\", is not found." >&5
 16653       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of BUILD_CC, which resolves as \"$complete\", is not found." >&5
 16552 $as_echo "$as_me: The path of BUILD_CC, which resolves as \"$complete\", is not found." >&6;}
 16654 $as_echo "$as_me: The path of BUILD_CC, which resolves as \"$complete\", is not found." >&6;}
 16553       has_space=`$ECHO "$complete" | $GREP " "`
 16655       has_space=`$ECHO "$complete" | $GREP " "`
 16821   # unix format.
 16923   # unix format.
 16822   new_path=`$CYGPATH -u "$path"`
 16924   new_path=`$CYGPATH -u "$path"`
 16823 
 16925 
 16824   # Now try to locate executable using which
 16926   # Now try to locate executable using which
 16825   new_path=`$WHICH "$new_path" 2> /dev/null`
 16927   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 16928   # bat and cmd files are not always considered executable in cygwin causing which
       
 16929   # to not find them
       
 16930   if test "x$new_path" = x \
       
 16931            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 16932            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 16933     new_path=`$CYGPATH -u "$path"`
       
 16934   fi
 16826   if test "x$new_path" = x; then
 16935   if test "x$new_path" = x; then
 16827     # Oops. Which didn't find the executable.
 16936     # Oops. Which didn't find the executable.
 16828     # The splitting of arguments from the executable at a space might have been incorrect,
 16937     # The splitting of arguments from the executable at a space might have been incorrect,
 16829     # since paths with space are more likely in Windows. Give it another try with the whole
 16938     # since paths with space are more likely in Windows. Give it another try with the whole
 16830     # argument.
 16939     # argument.
 16831     path="$complete"
 16940     path="$complete"
 16832     arguments="EOL"
 16941     arguments="EOL"
 16833     new_path=`$CYGPATH -u "$path"`
 16942     new_path=`$CYGPATH -u "$path"`
 16834     new_path=`$WHICH "$new_path" 2> /dev/null`
 16943     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 16944     # bat and cmd files are not always considered executable in cygwin causing which
       
 16945     # to not find them
       
 16946     if test "x$new_path" = x \
       
 16947              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 16948              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 16949       new_path=`$CYGPATH -u "$path"`
       
 16950     fi
 16835     if test "x$new_path" = x; then
 16951     if test "x$new_path" = x; then
 16836       # It's still not found. Now this is an unrecoverable error.
 16952       # It's still not found. Now this is an unrecoverable error.
 16837       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of BUILD_CXX, which resolves as \"$complete\", is not found." >&5
 16953       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of BUILD_CXX, which resolves as \"$complete\", is not found." >&5
 16838 $as_echo "$as_me: The path of BUILD_CXX, which resolves as \"$complete\", is not found." >&6;}
 16954 $as_echo "$as_me: The path of BUILD_CXX, which resolves as \"$complete\", is not found." >&6;}
 16839       has_space=`$ECHO "$complete" | $GREP " "`
 16955       has_space=`$ECHO "$complete" | $GREP " "`
 17102   # unix format.
 17218   # unix format.
 17103   new_path=`$CYGPATH -u "$path"`
 17219   new_path=`$CYGPATH -u "$path"`
 17104 
 17220 
 17105   # Now try to locate executable using which
 17221   # Now try to locate executable using which
 17106   new_path=`$WHICH "$new_path" 2> /dev/null`
 17222   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 17223   # bat and cmd files are not always considered executable in cygwin causing which
       
 17224   # to not find them
       
 17225   if test "x$new_path" = x \
       
 17226            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 17227            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 17228     new_path=`$CYGPATH -u "$path"`
       
 17229   fi
 17107   if test "x$new_path" = x; then
 17230   if test "x$new_path" = x; then
 17108     # Oops. Which didn't find the executable.
 17231     # Oops. Which didn't find the executable.
 17109     # The splitting of arguments from the executable at a space might have been incorrect,
 17232     # The splitting of arguments from the executable at a space might have been incorrect,
 17110     # since paths with space are more likely in Windows. Give it another try with the whole
 17233     # since paths with space are more likely in Windows. Give it another try with the whole
 17111     # argument.
 17234     # argument.
 17112     path="$complete"
 17235     path="$complete"
 17113     arguments="EOL"
 17236     arguments="EOL"
 17114     new_path=`$CYGPATH -u "$path"`
 17237     new_path=`$CYGPATH -u "$path"`
 17115     new_path=`$WHICH "$new_path" 2> /dev/null`
 17238     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 17239     # bat and cmd files are not always considered executable in cygwin causing which
       
 17240     # to not find them
       
 17241     if test "x$new_path" = x \
       
 17242              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 17243              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 17244       new_path=`$CYGPATH -u "$path"`
       
 17245     fi
 17116     if test "x$new_path" = x; then
 17246     if test "x$new_path" = x; then
 17117       # It's still not found. Now this is an unrecoverable error.
 17247       # It's still not found. Now this is an unrecoverable error.
 17118       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of BUILD_LD, which resolves as \"$complete\", is not found." >&5
 17248       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of BUILD_LD, which resolves as \"$complete\", is not found." >&5
 17119 $as_echo "$as_me: The path of BUILD_LD, which resolves as \"$complete\", is not found." >&6;}
 17249 $as_echo "$as_me: The path of BUILD_LD, which resolves as \"$complete\", is not found." >&6;}
 17120       has_space=`$ECHO "$complete" | $GREP " "`
 17250       has_space=`$ECHO "$complete" | $GREP " "`
 17619   # unix format.
 17749   # unix format.
 17620   new_path=`$CYGPATH -u "$path"`
 17750   new_path=`$CYGPATH -u "$path"`
 17621 
 17751 
 17622   # Now try to locate executable using which
 17752   # Now try to locate executable using which
 17623   new_path=`$WHICH "$new_path" 2> /dev/null`
 17753   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 17754   # bat and cmd files are not always considered executable in cygwin causing which
       
 17755   # to not find them
       
 17756   if test "x$new_path" = x \
       
 17757            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 17758            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 17759     new_path=`$CYGPATH -u "$path"`
       
 17760   fi
 17624   if test "x$new_path" = x; then
 17761   if test "x$new_path" = x; then
 17625     # Oops. Which didn't find the executable.
 17762     # Oops. Which didn't find the executable.
 17626     # The splitting of arguments from the executable at a space might have been incorrect,
 17763     # The splitting of arguments from the executable at a space might have been incorrect,
 17627     # since paths with space are more likely in Windows. Give it another try with the whole
 17764     # since paths with space are more likely in Windows. Give it another try with the whole
 17628     # argument.
 17765     # argument.
 17629     path="$complete"
 17766     path="$complete"
 17630     arguments="EOL"
 17767     arguments="EOL"
 17631     new_path=`$CYGPATH -u "$path"`
 17768     new_path=`$CYGPATH -u "$path"`
 17632     new_path=`$WHICH "$new_path" 2> /dev/null`
 17769     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 17770     # bat and cmd files are not always considered executable in cygwin causing which
       
 17771     # to not find them
       
 17772     if test "x$new_path" = x \
       
 17773              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 17774              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 17775       new_path=`$CYGPATH -u "$path"`
       
 17776     fi
 17633     if test "x$new_path" = x; then
 17777     if test "x$new_path" = x; then
 17634       # It's still not found. Now this is an unrecoverable error.
 17778       # It's still not found. Now this is an unrecoverable error.
 17635       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of CC, which resolves as \"$complete\", is not found." >&5
 17779       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of CC, which resolves as \"$complete\", is not found." >&5
 17636 $as_echo "$as_me: The path of CC, which resolves as \"$complete\", is not found." >&6;}
 17780 $as_echo "$as_me: The path of CC, which resolves as \"$complete\", is not found." >&6;}
 17637       has_space=`$ECHO "$complete" | $GREP " "`
 17781       has_space=`$ECHO "$complete" | $GREP " "`
 18026   # unix format.
 18170   # unix format.
 18027   new_path=`$CYGPATH -u "$path"`
 18171   new_path=`$CYGPATH -u "$path"`
 18028 
 18172 
 18029   # Now try to locate executable using which
 18173   # Now try to locate executable using which
 18030   new_path=`$WHICH "$new_path" 2> /dev/null`
 18174   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 18175   # bat and cmd files are not always considered executable in cygwin causing which
       
 18176   # to not find them
       
 18177   if test "x$new_path" = x \
       
 18178            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 18179            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 18180     new_path=`$CYGPATH -u "$path"`
       
 18181   fi
 18031   if test "x$new_path" = x; then
 18182   if test "x$new_path" = x; then
 18032     # Oops. Which didn't find the executable.
 18183     # Oops. Which didn't find the executable.
 18033     # The splitting of arguments from the executable at a space might have been incorrect,
 18184     # The splitting of arguments from the executable at a space might have been incorrect,
 18034     # since paths with space are more likely in Windows. Give it another try with the whole
 18185     # since paths with space are more likely in Windows. Give it another try with the whole
 18035     # argument.
 18186     # argument.
 18036     path="$complete"
 18187     path="$complete"
 18037     arguments="EOL"
 18188     arguments="EOL"
 18038     new_path=`$CYGPATH -u "$path"`
 18189     new_path=`$CYGPATH -u "$path"`
 18039     new_path=`$WHICH "$new_path" 2> /dev/null`
 18190     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 18191     # bat and cmd files are not always considered executable in cygwin causing which
       
 18192     # to not find them
       
 18193     if test "x$new_path" = x \
       
 18194              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 18195              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 18196       new_path=`$CYGPATH -u "$path"`
       
 18197     fi
 18040     if test "x$new_path" = x; then
 18198     if test "x$new_path" = x; then
 18041       # It's still not found. Now this is an unrecoverable error.
 18199       # It's still not found. Now this is an unrecoverable error.
 18042       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of PROPER_COMPILER_CC, which resolves as \"$complete\", is not found." >&5
 18200       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of PROPER_COMPILER_CC, which resolves as \"$complete\", is not found." >&5
 18043 $as_echo "$as_me: The path of PROPER_COMPILER_CC, which resolves as \"$complete\", is not found." >&6;}
 18201 $as_echo "$as_me: The path of PROPER_COMPILER_CC, which resolves as \"$complete\", is not found." >&6;}
 18044       has_space=`$ECHO "$complete" | $GREP " "`
 18202       has_space=`$ECHO "$complete" | $GREP " "`
 19074   # unix format.
 19232   # unix format.
 19075   new_path=`$CYGPATH -u "$path"`
 19233   new_path=`$CYGPATH -u "$path"`
 19076 
 19234 
 19077   # Now try to locate executable using which
 19235   # Now try to locate executable using which
 19078   new_path=`$WHICH "$new_path" 2> /dev/null`
 19236   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 19237   # bat and cmd files are not always considered executable in cygwin causing which
       
 19238   # to not find them
       
 19239   if test "x$new_path" = x \
       
 19240            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 19241            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 19242     new_path=`$CYGPATH -u "$path"`
       
 19243   fi
 19079   if test "x$new_path" = x; then
 19244   if test "x$new_path" = x; then
 19080     # Oops. Which didn't find the executable.
 19245     # Oops. Which didn't find the executable.
 19081     # The splitting of arguments from the executable at a space might have been incorrect,
 19246     # The splitting of arguments from the executable at a space might have been incorrect,
 19082     # since paths with space are more likely in Windows. Give it another try with the whole
 19247     # since paths with space are more likely in Windows. Give it another try with the whole
 19083     # argument.
 19248     # argument.
 19084     path="$complete"
 19249     path="$complete"
 19085     arguments="EOL"
 19250     arguments="EOL"
 19086     new_path=`$CYGPATH -u "$path"`
 19251     new_path=`$CYGPATH -u "$path"`
 19087     new_path=`$WHICH "$new_path" 2> /dev/null`
 19252     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 19253     # bat and cmd files are not always considered executable in cygwin causing which
       
 19254     # to not find them
       
 19255     if test "x$new_path" = x \
       
 19256              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 19257              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 19258       new_path=`$CYGPATH -u "$path"`
       
 19259     fi
 19088     if test "x$new_path" = x; then
 19260     if test "x$new_path" = x; then
 19089       # It's still not found. Now this is an unrecoverable error.
 19261       # It's still not found. Now this is an unrecoverable error.
 19090       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of CXX, which resolves as \"$complete\", is not found." >&5
 19262       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of CXX, which resolves as \"$complete\", is not found." >&5
 19091 $as_echo "$as_me: The path of CXX, which resolves as \"$complete\", is not found." >&6;}
 19263 $as_echo "$as_me: The path of CXX, which resolves as \"$complete\", is not found." >&6;}
 19092       has_space=`$ECHO "$complete" | $GREP " "`
 19264       has_space=`$ECHO "$complete" | $GREP " "`
 19481   # unix format.
 19653   # unix format.
 19482   new_path=`$CYGPATH -u "$path"`
 19654   new_path=`$CYGPATH -u "$path"`
 19483 
 19655 
 19484   # Now try to locate executable using which
 19656   # Now try to locate executable using which
 19485   new_path=`$WHICH "$new_path" 2> /dev/null`
 19657   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 19658   # bat and cmd files are not always considered executable in cygwin causing which
       
 19659   # to not find them
       
 19660   if test "x$new_path" = x \
       
 19661            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 19662            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 19663     new_path=`$CYGPATH -u "$path"`
       
 19664   fi
 19486   if test "x$new_path" = x; then
 19665   if test "x$new_path" = x; then
 19487     # Oops. Which didn't find the executable.
 19666     # Oops. Which didn't find the executable.
 19488     # The splitting of arguments from the executable at a space might have been incorrect,
 19667     # The splitting of arguments from the executable at a space might have been incorrect,
 19489     # since paths with space are more likely in Windows. Give it another try with the whole
 19668     # since paths with space are more likely in Windows. Give it another try with the whole
 19490     # argument.
 19669     # argument.
 19491     path="$complete"
 19670     path="$complete"
 19492     arguments="EOL"
 19671     arguments="EOL"
 19493     new_path=`$CYGPATH -u "$path"`
 19672     new_path=`$CYGPATH -u "$path"`
 19494     new_path=`$WHICH "$new_path" 2> /dev/null`
 19673     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 19674     # bat and cmd files are not always considered executable in cygwin causing which
       
 19675     # to not find them
       
 19676     if test "x$new_path" = x \
       
 19677              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 19678              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 19679       new_path=`$CYGPATH -u "$path"`
       
 19680     fi
 19495     if test "x$new_path" = x; then
 19681     if test "x$new_path" = x; then
 19496       # It's still not found. Now this is an unrecoverable error.
 19682       # It's still not found. Now this is an unrecoverable error.
 19497       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of PROPER_COMPILER_CXX, which resolves as \"$complete\", is not found." >&5
 19683       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of PROPER_COMPILER_CXX, which resolves as \"$complete\", is not found." >&5
 19498 $as_echo "$as_me: The path of PROPER_COMPILER_CXX, which resolves as \"$complete\", is not found." >&6;}
 19684 $as_echo "$as_me: The path of PROPER_COMPILER_CXX, which resolves as \"$complete\", is not found." >&6;}
 19499       has_space=`$ECHO "$complete" | $GREP " "`
 19685       has_space=`$ECHO "$complete" | $GREP " "`
 20353   # unix format.
 20539   # unix format.
 20354   new_path=`$CYGPATH -u "$path"`
 20540   new_path=`$CYGPATH -u "$path"`
 20355 
 20541 
 20356   # Now try to locate executable using which
 20542   # Now try to locate executable using which
 20357   new_path=`$WHICH "$new_path" 2> /dev/null`
 20543   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 20544   # bat and cmd files are not always considered executable in cygwin causing which
       
 20545   # to not find them
       
 20546   if test "x$new_path" = x \
       
 20547            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 20548            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 20549     new_path=`$CYGPATH -u "$path"`
       
 20550   fi
 20358   if test "x$new_path" = x; then
 20551   if test "x$new_path" = x; then
 20359     # Oops. Which didn't find the executable.
 20552     # Oops. Which didn't find the executable.
 20360     # The splitting of arguments from the executable at a space might have been incorrect,
 20553     # The splitting of arguments from the executable at a space might have been incorrect,
 20361     # since paths with space are more likely in Windows. Give it another try with the whole
 20554     # since paths with space are more likely in Windows. Give it another try with the whole
 20362     # argument.
 20555     # argument.
 20363     path="$complete"
 20556     path="$complete"
 20364     arguments="EOL"
 20557     arguments="EOL"
 20365     new_path=`$CYGPATH -u "$path"`
 20558     new_path=`$CYGPATH -u "$path"`
 20366     new_path=`$WHICH "$new_path" 2> /dev/null`
 20559     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 20560     # bat and cmd files are not always considered executable in cygwin causing which
       
 20561     # to not find them
       
 20562     if test "x$new_path" = x \
       
 20563              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 20564              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 20565       new_path=`$CYGPATH -u "$path"`
       
 20566     fi
 20367     if test "x$new_path" = x; then
 20567     if test "x$new_path" = x; then
 20368       # It's still not found. Now this is an unrecoverable error.
 20568       # It's still not found. Now this is an unrecoverable error.
 20369       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of OBJC, which resolves as \"$complete\", is not found." >&5
 20569       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of OBJC, which resolves as \"$complete\", is not found." >&5
 20370 $as_echo "$as_me: The path of OBJC, which resolves as \"$complete\", is not found." >&6;}
 20570 $as_echo "$as_me: The path of OBJC, which resolves as \"$complete\", is not found." >&6;}
 20371       has_space=`$ECHO "$complete" | $GREP " "`
 20571       has_space=`$ECHO "$complete" | $GREP " "`
 20709   # unix format.
 20909   # unix format.
 20710   new_path=`$CYGPATH -u "$path"`
 20910   new_path=`$CYGPATH -u "$path"`
 20711 
 20911 
 20712   # Now try to locate executable using which
 20912   # Now try to locate executable using which
 20713   new_path=`$WHICH "$new_path" 2> /dev/null`
 20913   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 20914   # bat and cmd files are not always considered executable in cygwin causing which
       
 20915   # to not find them
       
 20916   if test "x$new_path" = x \
       
 20917            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 20918            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 20919     new_path=`$CYGPATH -u "$path"`
       
 20920   fi
 20714   if test "x$new_path" = x; then
 20921   if test "x$new_path" = x; then
 20715     # Oops. Which didn't find the executable.
 20922     # Oops. Which didn't find the executable.
 20716     # The splitting of arguments from the executable at a space might have been incorrect,
 20923     # The splitting of arguments from the executable at a space might have been incorrect,
 20717     # since paths with space are more likely in Windows. Give it another try with the whole
 20924     # since paths with space are more likely in Windows. Give it another try with the whole
 20718     # argument.
 20925     # argument.
 20719     path="$complete"
 20926     path="$complete"
 20720     arguments="EOL"
 20927     arguments="EOL"
 20721     new_path=`$CYGPATH -u "$path"`
 20928     new_path=`$CYGPATH -u "$path"`
 20722     new_path=`$WHICH "$new_path" 2> /dev/null`
 20929     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 20930     # bat and cmd files are not always considered executable in cygwin causing which
       
 20931     # to not find them
       
 20932     if test "x$new_path" = x \
       
 20933              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 20934              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 20935       new_path=`$CYGPATH -u "$path"`
       
 20936     fi
 20723     if test "x$new_path" = x; then
 20937     if test "x$new_path" = x; then
 20724       # It's still not found. Now this is an unrecoverable error.
 20938       # It's still not found. Now this is an unrecoverable error.
 20725       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of AR, which resolves as \"$complete\", is not found." >&5
 20939       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of AR, which resolves as \"$complete\", is not found." >&5
 20726 $as_echo "$as_me: The path of AR, which resolves as \"$complete\", is not found." >&6;}
 20940 $as_echo "$as_me: The path of AR, which resolves as \"$complete\", is not found." >&6;}
 20727       has_space=`$ECHO "$complete" | $GREP " "`
 20941       has_space=`$ECHO "$complete" | $GREP " "`
 21031   # unix format.
 21245   # unix format.
 21032   new_path=`$CYGPATH -u "$path"`
 21246   new_path=`$CYGPATH -u "$path"`
 21033 
 21247 
 21034   # Now try to locate executable using which
 21248   # Now try to locate executable using which
 21035   new_path=`$WHICH "$new_path" 2> /dev/null`
 21249   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 21250   # bat and cmd files are not always considered executable in cygwin causing which
       
 21251   # to not find them
       
 21252   if test "x$new_path" = x \
       
 21253            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 21254            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 21255     new_path=`$CYGPATH -u "$path"`
       
 21256   fi
 21036   if test "x$new_path" = x; then
 21257   if test "x$new_path" = x; then
 21037     # Oops. Which didn't find the executable.
 21258     # Oops. Which didn't find the executable.
 21038     # The splitting of arguments from the executable at a space might have been incorrect,
 21259     # The splitting of arguments from the executable at a space might have been incorrect,
 21039     # since paths with space are more likely in Windows. Give it another try with the whole
 21260     # since paths with space are more likely in Windows. Give it another try with the whole
 21040     # argument.
 21261     # argument.
 21041     path="$complete"
 21262     path="$complete"
 21042     arguments="EOL"
 21263     arguments="EOL"
 21043     new_path=`$CYGPATH -u "$path"`
 21264     new_path=`$CYGPATH -u "$path"`
 21044     new_path=`$WHICH "$new_path" 2> /dev/null`
 21265     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 21266     # bat and cmd files are not always considered executable in cygwin causing which
       
 21267     # to not find them
       
 21268     if test "x$new_path" = x \
       
 21269              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 21270              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 21271       new_path=`$CYGPATH -u "$path"`
       
 21272     fi
 21045     if test "x$new_path" = x; then
 21273     if test "x$new_path" = x; then
 21046       # It's still not found. Now this is an unrecoverable error.
 21274       # It's still not found. Now this is an unrecoverable error.
 21047       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of WINLD, which resolves as \"$complete\", is not found." >&5
 21275       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of WINLD, which resolves as \"$complete\", is not found." >&5
 21048 $as_echo "$as_me: The path of WINLD, which resolves as \"$complete\", is not found." >&6;}
 21276 $as_echo "$as_me: The path of WINLD, which resolves as \"$complete\", is not found." >&6;}
 21049       has_space=`$ECHO "$complete" | $GREP " "`
 21277       has_space=`$ECHO "$complete" | $GREP " "`
 21343   # unix format.
 21571   # unix format.
 21344   new_path=`$CYGPATH -u "$path"`
 21572   new_path=`$CYGPATH -u "$path"`
 21345 
 21573 
 21346   # Now try to locate executable using which
 21574   # Now try to locate executable using which
 21347   new_path=`$WHICH "$new_path" 2> /dev/null`
 21575   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 21576   # bat and cmd files are not always considered executable in cygwin causing which
       
 21577   # to not find them
       
 21578   if test "x$new_path" = x \
       
 21579            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 21580            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 21581     new_path=`$CYGPATH -u "$path"`
       
 21582   fi
 21348   if test "x$new_path" = x; then
 21583   if test "x$new_path" = x; then
 21349     # Oops. Which didn't find the executable.
 21584     # Oops. Which didn't find the executable.
 21350     # The splitting of arguments from the executable at a space might have been incorrect,
 21585     # The splitting of arguments from the executable at a space might have been incorrect,
 21351     # since paths with space are more likely in Windows. Give it another try with the whole
 21586     # since paths with space are more likely in Windows. Give it another try with the whole
 21352     # argument.
 21587     # argument.
 21353     path="$complete"
 21588     path="$complete"
 21354     arguments="EOL"
 21589     arguments="EOL"
 21355     new_path=`$CYGPATH -u "$path"`
 21590     new_path=`$CYGPATH -u "$path"`
 21356     new_path=`$WHICH "$new_path" 2> /dev/null`
 21591     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 21592     # bat and cmd files are not always considered executable in cygwin causing which
       
 21593     # to not find them
       
 21594     if test "x$new_path" = x \
       
 21595              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 21596              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 21597       new_path=`$CYGPATH -u "$path"`
       
 21598     fi
 21357     if test "x$new_path" = x; then
 21599     if test "x$new_path" = x; then
 21358       # It's still not found. Now this is an unrecoverable error.
 21600       # It's still not found. Now this is an unrecoverable error.
 21359       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of MT, which resolves as \"$complete\", is not found." >&5
 21601       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of MT, which resolves as \"$complete\", is not found." >&5
 21360 $as_echo "$as_me: The path of MT, which resolves as \"$complete\", is not found." >&6;}
 21602 $as_echo "$as_me: The path of MT, which resolves as \"$complete\", is not found." >&6;}
 21361       has_space=`$ECHO "$complete" | $GREP " "`
 21603       has_space=`$ECHO "$complete" | $GREP " "`
 21639   # unix format.
 21881   # unix format.
 21640   new_path=`$CYGPATH -u "$path"`
 21882   new_path=`$CYGPATH -u "$path"`
 21641 
 21883 
 21642   # Now try to locate executable using which
 21884   # Now try to locate executable using which
 21643   new_path=`$WHICH "$new_path" 2> /dev/null`
 21885   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 21886   # bat and cmd files are not always considered executable in cygwin causing which
       
 21887   # to not find them
       
 21888   if test "x$new_path" = x \
       
 21889            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 21890            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 21891     new_path=`$CYGPATH -u "$path"`
       
 21892   fi
 21644   if test "x$new_path" = x; then
 21893   if test "x$new_path" = x; then
 21645     # Oops. Which didn't find the executable.
 21894     # Oops. Which didn't find the executable.
 21646     # The splitting of arguments from the executable at a space might have been incorrect,
 21895     # The splitting of arguments from the executable at a space might have been incorrect,
 21647     # since paths with space are more likely in Windows. Give it another try with the whole
 21896     # since paths with space are more likely in Windows. Give it another try with the whole
 21648     # argument.
 21897     # argument.
 21649     path="$complete"
 21898     path="$complete"
 21650     arguments="EOL"
 21899     arguments="EOL"
 21651     new_path=`$CYGPATH -u "$path"`
 21900     new_path=`$CYGPATH -u "$path"`
 21652     new_path=`$WHICH "$new_path" 2> /dev/null`
 21901     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 21902     # bat and cmd files are not always considered executable in cygwin causing which
       
 21903     # to not find them
       
 21904     if test "x$new_path" = x \
       
 21905              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 21906              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 21907       new_path=`$CYGPATH -u "$path"`
       
 21908     fi
 21653     if test "x$new_path" = x; then
 21909     if test "x$new_path" = x; then
 21654       # It's still not found. Now this is an unrecoverable error.
 21910       # It's still not found. Now this is an unrecoverable error.
 21655       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of RC, which resolves as \"$complete\", is not found." >&5
 21911       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of RC, which resolves as \"$complete\", is not found." >&5
 21656 $as_echo "$as_me: The path of RC, which resolves as \"$complete\", is not found." >&6;}
 21912 $as_echo "$as_me: The path of RC, which resolves as \"$complete\", is not found." >&6;}
 21657       has_space=`$ECHO "$complete" | $GREP " "`
 21913       has_space=`$ECHO "$complete" | $GREP " "`
 21988   # unix format.
 22244   # unix format.
 21989   new_path=`$CYGPATH -u "$path"`
 22245   new_path=`$CYGPATH -u "$path"`
 21990 
 22246 
 21991   # Now try to locate executable using which
 22247   # Now try to locate executable using which
 21992   new_path=`$WHICH "$new_path" 2> /dev/null`
 22248   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 22249   # bat and cmd files are not always considered executable in cygwin causing which
       
 22250   # to not find them
       
 22251   if test "x$new_path" = x \
       
 22252            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 22253            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 22254     new_path=`$CYGPATH -u "$path"`
       
 22255   fi
 21993   if test "x$new_path" = x; then
 22256   if test "x$new_path" = x; then
 21994     # Oops. Which didn't find the executable.
 22257     # Oops. Which didn't find the executable.
 21995     # The splitting of arguments from the executable at a space might have been incorrect,
 22258     # The splitting of arguments from the executable at a space might have been incorrect,
 21996     # since paths with space are more likely in Windows. Give it another try with the whole
 22259     # since paths with space are more likely in Windows. Give it another try with the whole
 21997     # argument.
 22260     # argument.
 21998     path="$complete"
 22261     path="$complete"
 21999     arguments="EOL"
 22262     arguments="EOL"
 22000     new_path=`$CYGPATH -u "$path"`
 22263     new_path=`$CYGPATH -u "$path"`
 22001     new_path=`$WHICH "$new_path" 2> /dev/null`
 22264     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 22265     # bat and cmd files are not always considered executable in cygwin causing which
       
 22266     # to not find them
       
 22267     if test "x$new_path" = x \
       
 22268              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 22269              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 22270       new_path=`$CYGPATH -u "$path"`
       
 22271     fi
 22002     if test "x$new_path" = x; then
 22272     if test "x$new_path" = x; then
 22003       # It's still not found. Now this is an unrecoverable error.
 22273       # It's still not found. Now this is an unrecoverable error.
 22004       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of WINAR, which resolves as \"$complete\", is not found." >&5
 22274       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of WINAR, which resolves as \"$complete\", is not found." >&5
 22005 $as_echo "$as_me: The path of WINAR, which resolves as \"$complete\", is not found." >&6;}
 22275 $as_echo "$as_me: The path of WINAR, which resolves as \"$complete\", is not found." >&6;}
 22006       has_space=`$ECHO "$complete" | $GREP " "`
 22276       has_space=`$ECHO "$complete" | $GREP " "`
 22269   # unix format.
 22539   # unix format.
 22270   new_path=`$CYGPATH -u "$path"`
 22540   new_path=`$CYGPATH -u "$path"`
 22271 
 22541 
 22272   # Now try to locate executable using which
 22542   # Now try to locate executable using which
 22273   new_path=`$WHICH "$new_path" 2> /dev/null`
 22543   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 22544   # bat and cmd files are not always considered executable in cygwin causing which
       
 22545   # to not find them
       
 22546   if test "x$new_path" = x \
       
 22547            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 22548            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 22549     new_path=`$CYGPATH -u "$path"`
       
 22550   fi
 22274   if test "x$new_path" = x; then
 22551   if test "x$new_path" = x; then
 22275     # Oops. Which didn't find the executable.
 22552     # Oops. Which didn't find the executable.
 22276     # The splitting of arguments from the executable at a space might have been incorrect,
 22553     # The splitting of arguments from the executable at a space might have been incorrect,
 22277     # since paths with space are more likely in Windows. Give it another try with the whole
 22554     # since paths with space are more likely in Windows. Give it another try with the whole
 22278     # argument.
 22555     # argument.
 22279     path="$complete"
 22556     path="$complete"
 22280     arguments="EOL"
 22557     arguments="EOL"
 22281     new_path=`$CYGPATH -u "$path"`
 22558     new_path=`$CYGPATH -u "$path"`
 22282     new_path=`$WHICH "$new_path" 2> /dev/null`
 22559     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 22560     # bat and cmd files are not always considered executable in cygwin causing which
       
 22561     # to not find them
       
 22562     if test "x$new_path" = x \
       
 22563              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 22564              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 22565       new_path=`$CYGPATH -u "$path"`
       
 22566     fi
 22283     if test "x$new_path" = x; then
 22567     if test "x$new_path" = x; then
 22284       # It's still not found. Now this is an unrecoverable error.
 22568       # It's still not found. Now this is an unrecoverable error.
 22285       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of DUMPBIN, which resolves as \"$complete\", is not found." >&5
 22569       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of DUMPBIN, which resolves as \"$complete\", is not found." >&5
 22286 $as_echo "$as_me: The path of DUMPBIN, which resolves as \"$complete\", is not found." >&6;}
 22570 $as_echo "$as_me: The path of DUMPBIN, which resolves as \"$complete\", is not found." >&6;}
 22287       has_space=`$ECHO "$complete" | $GREP " "`
 22571       has_space=`$ECHO "$complete" | $GREP " "`
 22655   # unix format.
 22939   # unix format.
 22656   new_path=`$CYGPATH -u "$path"`
 22940   new_path=`$CYGPATH -u "$path"`
 22657 
 22941 
 22658   # Now try to locate executable using which
 22942   # Now try to locate executable using which
 22659   new_path=`$WHICH "$new_path" 2> /dev/null`
 22943   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 22944   # bat and cmd files are not always considered executable in cygwin causing which
       
 22945   # to not find them
       
 22946   if test "x$new_path" = x \
       
 22947            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 22948            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 22949     new_path=`$CYGPATH -u "$path"`
       
 22950   fi
 22660   if test "x$new_path" = x; then
 22951   if test "x$new_path" = x; then
 22661     # Oops. Which didn't find the executable.
 22952     # Oops. Which didn't find the executable.
 22662     # The splitting of arguments from the executable at a space might have been incorrect,
 22953     # The splitting of arguments from the executable at a space might have been incorrect,
 22663     # since paths with space are more likely in Windows. Give it another try with the whole
 22954     # since paths with space are more likely in Windows. Give it another try with the whole
 22664     # argument.
 22955     # argument.
 22665     path="$complete"
 22956     path="$complete"
 22666     arguments="EOL"
 22957     arguments="EOL"
 22667     new_path=`$CYGPATH -u "$path"`
 22958     new_path=`$CYGPATH -u "$path"`
 22668     new_path=`$WHICH "$new_path" 2> /dev/null`
 22959     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 22960     # bat and cmd files are not always considered executable in cygwin causing which
       
 22961     # to not find them
       
 22962     if test "x$new_path" = x \
       
 22963              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 22964              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 22965       new_path=`$CYGPATH -u "$path"`
       
 22966     fi
 22669     if test "x$new_path" = x; then
 22967     if test "x$new_path" = x; then
 22670       # It's still not found. Now this is an unrecoverable error.
 22968       # It's still not found. Now this is an unrecoverable error.
 22671       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of CPP, which resolves as \"$complete\", is not found." >&5
 22969       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of CPP, which resolves as \"$complete\", is not found." >&5
 22672 $as_echo "$as_me: The path of CPP, which resolves as \"$complete\", is not found." >&6;}
 22970 $as_echo "$as_me: The path of CPP, which resolves as \"$complete\", is not found." >&6;}
 22673       has_space=`$ECHO "$complete" | $GREP " "`
 22971       has_space=`$ECHO "$complete" | $GREP " "`
 23030   # unix format.
 23328   # unix format.
 23031   new_path=`$CYGPATH -u "$path"`
 23329   new_path=`$CYGPATH -u "$path"`
 23032 
 23330 
 23033   # Now try to locate executable using which
 23331   # Now try to locate executable using which
 23034   new_path=`$WHICH "$new_path" 2> /dev/null`
 23332   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 23333   # bat and cmd files are not always considered executable in cygwin causing which
       
 23334   # to not find them
       
 23335   if test "x$new_path" = x \
       
 23336            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 23337            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 23338     new_path=`$CYGPATH -u "$path"`
       
 23339   fi
 23035   if test "x$new_path" = x; then
 23340   if test "x$new_path" = x; then
 23036     # Oops. Which didn't find the executable.
 23341     # Oops. Which didn't find the executable.
 23037     # The splitting of arguments from the executable at a space might have been incorrect,
 23342     # The splitting of arguments from the executable at a space might have been incorrect,
 23038     # since paths with space are more likely in Windows. Give it another try with the whole
 23343     # since paths with space are more likely in Windows. Give it another try with the whole
 23039     # argument.
 23344     # argument.
 23040     path="$complete"
 23345     path="$complete"
 23041     arguments="EOL"
 23346     arguments="EOL"
 23042     new_path=`$CYGPATH -u "$path"`
 23347     new_path=`$CYGPATH -u "$path"`
 23043     new_path=`$WHICH "$new_path" 2> /dev/null`
 23348     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 23349     # bat and cmd files are not always considered executable in cygwin causing which
       
 23350     # to not find them
       
 23351     if test "x$new_path" = x \
       
 23352              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 23353              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 23354       new_path=`$CYGPATH -u "$path"`
       
 23355     fi
 23044     if test "x$new_path" = x; then
 23356     if test "x$new_path" = x; then
 23045       # It's still not found. Now this is an unrecoverable error.
 23357       # It's still not found. Now this is an unrecoverable error.
 23046       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of CXXCPP, which resolves as \"$complete\", is not found." >&5
 23358       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of CXXCPP, which resolves as \"$complete\", is not found." >&5
 23047 $as_echo "$as_me: The path of CXXCPP, which resolves as \"$complete\", is not found." >&6;}
 23359 $as_echo "$as_me: The path of CXXCPP, which resolves as \"$complete\", is not found." >&6;}
 23048       has_space=`$ECHO "$complete" | $GREP " "`
 23360       has_space=`$ECHO "$complete" | $GREP " "`
 23334   # unix format.
 23646   # unix format.
 23335   new_path=`$CYGPATH -u "$path"`
 23647   new_path=`$CYGPATH -u "$path"`
 23336 
 23648 
 23337   # Now try to locate executable using which
 23649   # Now try to locate executable using which
 23338   new_path=`$WHICH "$new_path" 2> /dev/null`
 23650   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 23651   # bat and cmd files are not always considered executable in cygwin causing which
       
 23652   # to not find them
       
 23653   if test "x$new_path" = x \
       
 23654            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 23655            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 23656     new_path=`$CYGPATH -u "$path"`
       
 23657   fi
 23339   if test "x$new_path" = x; then
 23658   if test "x$new_path" = x; then
 23340     # Oops. Which didn't find the executable.
 23659     # Oops. Which didn't find the executable.
 23341     # The splitting of arguments from the executable at a space might have been incorrect,
 23660     # The splitting of arguments from the executable at a space might have been incorrect,
 23342     # since paths with space are more likely in Windows. Give it another try with the whole
 23661     # since paths with space are more likely in Windows. Give it another try with the whole
 23343     # argument.
 23662     # argument.
 23344     path="$complete"
 23663     path="$complete"
 23345     arguments="EOL"
 23664     arguments="EOL"
 23346     new_path=`$CYGPATH -u "$path"`
 23665     new_path=`$CYGPATH -u "$path"`
 23347     new_path=`$WHICH "$new_path" 2> /dev/null`
 23666     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 23667     # bat and cmd files are not always considered executable in cygwin causing which
       
 23668     # to not find them
       
 23669     if test "x$new_path" = x \
       
 23670              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 23671              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 23672       new_path=`$CYGPATH -u "$path"`
       
 23673     fi
 23348     if test "x$new_path" = x; then
 23674     if test "x$new_path" = x; then
 23349       # It's still not found. Now this is an unrecoverable error.
 23675       # It's still not found. Now this is an unrecoverable error.
 23350       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of AS, which resolves as \"$complete\", is not found." >&5
 23676       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of AS, which resolves as \"$complete\", is not found." >&5
 23351 $as_echo "$as_me: The path of AS, which resolves as \"$complete\", is not found." >&6;}
 23677 $as_echo "$as_me: The path of AS, which resolves as \"$complete\", is not found." >&6;}
 23352       has_space=`$ECHO "$complete" | $GREP " "`
 23678       has_space=`$ECHO "$complete" | $GREP " "`
 23626   # unix format.
 23952   # unix format.
 23627   new_path=`$CYGPATH -u "$path"`
 23953   new_path=`$CYGPATH -u "$path"`
 23628 
 23954 
 23629   # Now try to locate executable using which
 23955   # Now try to locate executable using which
 23630   new_path=`$WHICH "$new_path" 2> /dev/null`
 23956   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 23957   # bat and cmd files are not always considered executable in cygwin causing which
       
 23958   # to not find them
       
 23959   if test "x$new_path" = x \
       
 23960            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 23961            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 23962     new_path=`$CYGPATH -u "$path"`
       
 23963   fi
 23631   if test "x$new_path" = x; then
 23964   if test "x$new_path" = x; then
 23632     # Oops. Which didn't find the executable.
 23965     # Oops. Which didn't find the executable.
 23633     # The splitting of arguments from the executable at a space might have been incorrect,
 23966     # The splitting of arguments from the executable at a space might have been incorrect,
 23634     # since paths with space are more likely in Windows. Give it another try with the whole
 23967     # since paths with space are more likely in Windows. Give it another try with the whole
 23635     # argument.
 23968     # argument.
 23636     path="$complete"
 23969     path="$complete"
 23637     arguments="EOL"
 23970     arguments="EOL"
 23638     new_path=`$CYGPATH -u "$path"`
 23971     new_path=`$CYGPATH -u "$path"`
 23639     new_path=`$WHICH "$new_path" 2> /dev/null`
 23972     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 23973     # bat and cmd files are not always considered executable in cygwin causing which
       
 23974     # to not find them
       
 23975     if test "x$new_path" = x \
       
 23976              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 23977              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 23978       new_path=`$CYGPATH -u "$path"`
       
 23979     fi
 23640     if test "x$new_path" = x; then
 23980     if test "x$new_path" = x; then
 23641       # It's still not found. Now this is an unrecoverable error.
 23981       # It's still not found. Now this is an unrecoverable error.
 23642       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of NM, which resolves as \"$complete\", is not found." >&5
 23982       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of NM, which resolves as \"$complete\", is not found." >&5
 23643 $as_echo "$as_me: The path of NM, which resolves as \"$complete\", is not found." >&6;}
 23983 $as_echo "$as_me: The path of NM, which resolves as \"$complete\", is not found." >&6;}
 23644       has_space=`$ECHO "$complete" | $GREP " "`
 23984       has_space=`$ECHO "$complete" | $GREP " "`
 23907   # unix format.
 24247   # unix format.
 23908   new_path=`$CYGPATH -u "$path"`
 24248   new_path=`$CYGPATH -u "$path"`
 23909 
 24249 
 23910   # Now try to locate executable using which
 24250   # Now try to locate executable using which
 23911   new_path=`$WHICH "$new_path" 2> /dev/null`
 24251   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 24252   # bat and cmd files are not always considered executable in cygwin causing which
       
 24253   # to not find them
       
 24254   if test "x$new_path" = x \
       
 24255            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 24256            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 24257     new_path=`$CYGPATH -u "$path"`
       
 24258   fi
 23912   if test "x$new_path" = x; then
 24259   if test "x$new_path" = x; then
 23913     # Oops. Which didn't find the executable.
 24260     # Oops. Which didn't find the executable.
 23914     # The splitting of arguments from the executable at a space might have been incorrect,
 24261     # The splitting of arguments from the executable at a space might have been incorrect,
 23915     # since paths with space are more likely in Windows. Give it another try with the whole
 24262     # since paths with space are more likely in Windows. Give it another try with the whole
 23916     # argument.
 24263     # argument.
 23917     path="$complete"
 24264     path="$complete"
 23918     arguments="EOL"
 24265     arguments="EOL"
 23919     new_path=`$CYGPATH -u "$path"`
 24266     new_path=`$CYGPATH -u "$path"`
 23920     new_path=`$WHICH "$new_path" 2> /dev/null`
 24267     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 24268     # bat and cmd files are not always considered executable in cygwin causing which
       
 24269     # to not find them
       
 24270     if test "x$new_path" = x \
       
 24271              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 24272              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 24273       new_path=`$CYGPATH -u "$path"`
       
 24274     fi
 23921     if test "x$new_path" = x; then
 24275     if test "x$new_path" = x; then
 23922       # It's still not found. Now this is an unrecoverable error.
 24276       # It's still not found. Now this is an unrecoverable error.
 23923       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of STRIP, which resolves as \"$complete\", is not found." >&5
 24277       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of STRIP, which resolves as \"$complete\", is not found." >&5
 23924 $as_echo "$as_me: The path of STRIP, which resolves as \"$complete\", is not found." >&6;}
 24278 $as_echo "$as_me: The path of STRIP, which resolves as \"$complete\", is not found." >&6;}
 23925       has_space=`$ECHO "$complete" | $GREP " "`
 24279       has_space=`$ECHO "$complete" | $GREP " "`
 24188   # unix format.
 24542   # unix format.
 24189   new_path=`$CYGPATH -u "$path"`
 24543   new_path=`$CYGPATH -u "$path"`
 24190 
 24544 
 24191   # Now try to locate executable using which
 24545   # Now try to locate executable using which
 24192   new_path=`$WHICH "$new_path" 2> /dev/null`
 24546   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 24547   # bat and cmd files are not always considered executable in cygwin causing which
       
 24548   # to not find them
       
 24549   if test "x$new_path" = x \
       
 24550            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 24551            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 24552     new_path=`$CYGPATH -u "$path"`
       
 24553   fi
 24193   if test "x$new_path" = x; then
 24554   if test "x$new_path" = x; then
 24194     # Oops. Which didn't find the executable.
 24555     # Oops. Which didn't find the executable.
 24195     # The splitting of arguments from the executable at a space might have been incorrect,
 24556     # The splitting of arguments from the executable at a space might have been incorrect,
 24196     # since paths with space are more likely in Windows. Give it another try with the whole
 24557     # since paths with space are more likely in Windows. Give it another try with the whole
 24197     # argument.
 24558     # argument.
 24198     path="$complete"
 24559     path="$complete"
 24199     arguments="EOL"
 24560     arguments="EOL"
 24200     new_path=`$CYGPATH -u "$path"`
 24561     new_path=`$CYGPATH -u "$path"`
 24201     new_path=`$WHICH "$new_path" 2> /dev/null`
 24562     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 24563     # bat and cmd files are not always considered executable in cygwin causing which
       
 24564     # to not find them
       
 24565     if test "x$new_path" = x \
       
 24566              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 24567              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 24568       new_path=`$CYGPATH -u "$path"`
       
 24569     fi
 24202     if test "x$new_path" = x; then
 24570     if test "x$new_path" = x; then
 24203       # It's still not found. Now this is an unrecoverable error.
 24571       # It's still not found. Now this is an unrecoverable error.
 24204       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of MCS, which resolves as \"$complete\", is not found." >&5
 24572       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of MCS, which resolves as \"$complete\", is not found." >&5
 24205 $as_echo "$as_me: The path of MCS, which resolves as \"$complete\", is not found." >&6;}
 24573 $as_echo "$as_me: The path of MCS, which resolves as \"$complete\", is not found." >&6;}
 24206       has_space=`$ECHO "$complete" | $GREP " "`
 24574       has_space=`$ECHO "$complete" | $GREP " "`
 24522   # unix format.
 24890   # unix format.
 24523   new_path=`$CYGPATH -u "$path"`
 24891   new_path=`$CYGPATH -u "$path"`
 24524 
 24892 
 24525   # Now try to locate executable using which
 24893   # Now try to locate executable using which
 24526   new_path=`$WHICH "$new_path" 2> /dev/null`
 24894   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 24895   # bat and cmd files are not always considered executable in cygwin causing which
       
 24896   # to not find them
       
 24897   if test "x$new_path" = x \
       
 24898            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 24899            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 24900     new_path=`$CYGPATH -u "$path"`
       
 24901   fi
 24527   if test "x$new_path" = x; then
 24902   if test "x$new_path" = x; then
 24528     # Oops. Which didn't find the executable.
 24903     # Oops. Which didn't find the executable.
 24529     # The splitting of arguments from the executable at a space might have been incorrect,
 24904     # The splitting of arguments from the executable at a space might have been incorrect,
 24530     # since paths with space are more likely in Windows. Give it another try with the whole
 24905     # since paths with space are more likely in Windows. Give it another try with the whole
 24531     # argument.
 24906     # argument.
 24532     path="$complete"
 24907     path="$complete"
 24533     arguments="EOL"
 24908     arguments="EOL"
 24534     new_path=`$CYGPATH -u "$path"`
 24909     new_path=`$CYGPATH -u "$path"`
 24535     new_path=`$WHICH "$new_path" 2> /dev/null`
 24910     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 24911     # bat and cmd files are not always considered executable in cygwin causing which
       
 24912     # to not find them
       
 24913     if test "x$new_path" = x \
       
 24914              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 24915              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 24916       new_path=`$CYGPATH -u "$path"`
       
 24917     fi
 24536     if test "x$new_path" = x; then
 24918     if test "x$new_path" = x; then
 24537       # It's still not found. Now this is an unrecoverable error.
 24919       # It's still not found. Now this is an unrecoverable error.
 24538       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of NM, which resolves as \"$complete\", is not found." >&5
 24920       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of NM, which resolves as \"$complete\", is not found." >&5
 24539 $as_echo "$as_me: The path of NM, which resolves as \"$complete\", is not found." >&6;}
 24921 $as_echo "$as_me: The path of NM, which resolves as \"$complete\", is not found." >&6;}
 24540       has_space=`$ECHO "$complete" | $GREP " "`
 24922       has_space=`$ECHO "$complete" | $GREP " "`
 24855   # unix format.
 25237   # unix format.
 24856   new_path=`$CYGPATH -u "$path"`
 25238   new_path=`$CYGPATH -u "$path"`
 24857 
 25239 
 24858   # Now try to locate executable using which
 25240   # Now try to locate executable using which
 24859   new_path=`$WHICH "$new_path" 2> /dev/null`
 25241   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 25242   # bat and cmd files are not always considered executable in cygwin causing which
       
 25243   # to not find them
       
 25244   if test "x$new_path" = x \
       
 25245            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 25246            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 25247     new_path=`$CYGPATH -u "$path"`
       
 25248   fi
 24860   if test "x$new_path" = x; then
 25249   if test "x$new_path" = x; then
 24861     # Oops. Which didn't find the executable.
 25250     # Oops. Which didn't find the executable.
 24862     # The splitting of arguments from the executable at a space might have been incorrect,
 25251     # The splitting of arguments from the executable at a space might have been incorrect,
 24863     # since paths with space are more likely in Windows. Give it another try with the whole
 25252     # since paths with space are more likely in Windows. Give it another try with the whole
 24864     # argument.
 25253     # argument.
 24865     path="$complete"
 25254     path="$complete"
 24866     arguments="EOL"
 25255     arguments="EOL"
 24867     new_path=`$CYGPATH -u "$path"`
 25256     new_path=`$CYGPATH -u "$path"`
 24868     new_path=`$WHICH "$new_path" 2> /dev/null`
 25257     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 25258     # bat and cmd files are not always considered executable in cygwin causing which
       
 25259     # to not find them
       
 25260     if test "x$new_path" = x \
       
 25261              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 25262              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 25263       new_path=`$CYGPATH -u "$path"`
       
 25264     fi
 24869     if test "x$new_path" = x; then
 25265     if test "x$new_path" = x; then
 24870       # It's still not found. Now this is an unrecoverable error.
 25266       # It's still not found. Now this is an unrecoverable error.
 24871       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of STRIP, which resolves as \"$complete\", is not found." >&5
 25267       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of STRIP, which resolves as \"$complete\", is not found." >&5
 24872 $as_echo "$as_me: The path of STRIP, which resolves as \"$complete\", is not found." >&6;}
 25268 $as_echo "$as_me: The path of STRIP, which resolves as \"$complete\", is not found." >&6;}
 24873       has_space=`$ECHO "$complete" | $GREP " "`
 25269       has_space=`$ECHO "$complete" | $GREP " "`
 25201   # unix format.
 25597   # unix format.
 25202   new_path=`$CYGPATH -u "$path"`
 25598   new_path=`$CYGPATH -u "$path"`
 25203 
 25599 
 25204   # Now try to locate executable using which
 25600   # Now try to locate executable using which
 25205   new_path=`$WHICH "$new_path" 2> /dev/null`
 25601   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 25602   # bat and cmd files are not always considered executable in cygwin causing which
       
 25603   # to not find them
       
 25604   if test "x$new_path" = x \
       
 25605            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 25606            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 25607     new_path=`$CYGPATH -u "$path"`
       
 25608   fi
 25206   if test "x$new_path" = x; then
 25609   if test "x$new_path" = x; then
 25207     # Oops. Which didn't find the executable.
 25610     # Oops. Which didn't find the executable.
 25208     # The splitting of arguments from the executable at a space might have been incorrect,
 25611     # The splitting of arguments from the executable at a space might have been incorrect,
 25209     # since paths with space are more likely in Windows. Give it another try with the whole
 25612     # since paths with space are more likely in Windows. Give it another try with the whole
 25210     # argument.
 25613     # argument.
 25211     path="$complete"
 25614     path="$complete"
 25212     arguments="EOL"
 25615     arguments="EOL"
 25213     new_path=`$CYGPATH -u "$path"`
 25616     new_path=`$CYGPATH -u "$path"`
 25214     new_path=`$WHICH "$new_path" 2> /dev/null`
 25617     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 25618     # bat and cmd files are not always considered executable in cygwin causing which
       
 25619     # to not find them
       
 25620     if test "x$new_path" = x \
       
 25621              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 25622              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 25623       new_path=`$CYGPATH -u "$path"`
       
 25624     fi
 25215     if test "x$new_path" = x; then
 25625     if test "x$new_path" = x; then
 25216       # It's still not found. Now this is an unrecoverable error.
 25626       # It's still not found. Now this is an unrecoverable error.
 25217       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of OBJCOPY, which resolves as \"$complete\", is not found." >&5
 25627       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of OBJCOPY, which resolves as \"$complete\", is not found." >&5
 25218 $as_echo "$as_me: The path of OBJCOPY, which resolves as \"$complete\", is not found." >&6;}
 25628 $as_echo "$as_me: The path of OBJCOPY, which resolves as \"$complete\", is not found." >&6;}
 25219       has_space=`$ECHO "$complete" | $GREP " "`
 25629       has_space=`$ECHO "$complete" | $GREP " "`
 25546   # unix format.
 25956   # unix format.
 25547   new_path=`$CYGPATH -u "$path"`
 25957   new_path=`$CYGPATH -u "$path"`
 25548 
 25958 
 25549   # Now try to locate executable using which
 25959   # Now try to locate executable using which
 25550   new_path=`$WHICH "$new_path" 2> /dev/null`
 25960   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 25961   # bat and cmd files are not always considered executable in cygwin causing which
       
 25962   # to not find them
       
 25963   if test "x$new_path" = x \
       
 25964            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 25965            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 25966     new_path=`$CYGPATH -u "$path"`
       
 25967   fi
 25551   if test "x$new_path" = x; then
 25968   if test "x$new_path" = x; then
 25552     # Oops. Which didn't find the executable.
 25969     # Oops. Which didn't find the executable.
 25553     # The splitting of arguments from the executable at a space might have been incorrect,
 25970     # The splitting of arguments from the executable at a space might have been incorrect,
 25554     # since paths with space are more likely in Windows. Give it another try with the whole
 25971     # since paths with space are more likely in Windows. Give it another try with the whole
 25555     # argument.
 25972     # argument.
 25556     path="$complete"
 25973     path="$complete"
 25557     arguments="EOL"
 25974     arguments="EOL"
 25558     new_path=`$CYGPATH -u "$path"`
 25975     new_path=`$CYGPATH -u "$path"`
 25559     new_path=`$WHICH "$new_path" 2> /dev/null`
 25976     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 25977     # bat and cmd files are not always considered executable in cygwin causing which
       
 25978     # to not find them
       
 25979     if test "x$new_path" = x \
       
 25980              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 25981              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 25982       new_path=`$CYGPATH -u "$path"`
       
 25983     fi
 25560     if test "x$new_path" = x; then
 25984     if test "x$new_path" = x; then
 25561       # It's still not found. Now this is an unrecoverable error.
 25985       # It's still not found. Now this is an unrecoverable error.
 25562       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of OBJDUMP, which resolves as \"$complete\", is not found." >&5
 25986       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of OBJDUMP, which resolves as \"$complete\", is not found." >&5
 25563 $as_echo "$as_me: The path of OBJDUMP, which resolves as \"$complete\", is not found." >&6;}
 25987 $as_echo "$as_me: The path of OBJDUMP, which resolves as \"$complete\", is not found." >&6;}
 25564       has_space=`$ECHO "$complete" | $GREP " "`
 25988       has_space=`$ECHO "$complete" | $GREP " "`
 25830   # unix format.
 26254   # unix format.
 25831   new_path=`$CYGPATH -u "$path"`
 26255   new_path=`$CYGPATH -u "$path"`
 25832 
 26256 
 25833   # Now try to locate executable using which
 26257   # Now try to locate executable using which
 25834   new_path=`$WHICH "$new_path" 2> /dev/null`
 26258   new_path=`$WHICH "$new_path" 2> /dev/null`
       
 26259   # bat and cmd files are not always considered executable in cygwin causing which
       
 26260   # to not find them
       
 26261   if test "x$new_path" = x \
       
 26262            && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 26263            && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 26264     new_path=`$CYGPATH -u "$path"`
       
 26265   fi
 25835   if test "x$new_path" = x; then
 26266   if test "x$new_path" = x; then
 25836     # Oops. Which didn't find the executable.
 26267     # Oops. Which didn't find the executable.
 25837     # The splitting of arguments from the executable at a space might have been incorrect,
 26268     # The splitting of arguments from the executable at a space might have been incorrect,
 25838     # since paths with space are more likely in Windows. Give it another try with the whole
 26269     # since paths with space are more likely in Windows. Give it another try with the whole
 25839     # argument.
 26270     # argument.
 25840     path="$complete"
 26271     path="$complete"
 25841     arguments="EOL"
 26272     arguments="EOL"
 25842     new_path=`$CYGPATH -u "$path"`
 26273     new_path=`$CYGPATH -u "$path"`
 25843     new_path=`$WHICH "$new_path" 2> /dev/null`
 26274     new_path=`$WHICH "$new_path" 2> /dev/null`
       
 26275     # bat and cmd files are not always considered executable in cygwin causing which
       
 26276     # to not find them
       
 26277     if test "x$new_path" = x \
       
 26278              && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
       
 26279              && test "x`$LS \"$path\" 2>/dev/null`" != x; then
       
 26280       new_path=`$CYGPATH -u "$path"`
       
 26281     fi
 25844     if test "x$new_path" = x; then
 26282     if test "x$new_path" = x; then
 25845       # It's still not found. Now this is an unrecoverable error.
 26283       # It's still not found. Now this is an unrecoverable error.
 25846       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of LIPO, which resolves as \"$complete\", is not found." >&5
 26284       { $as_echo "$as_me:${as_lineno-$LINENO}: The path of LIPO, which resolves as \"$complete\", is not found." >&5
 25847 $as_echo "$as_me: The path of LIPO, which resolves as \"$complete\", is not found." >&6;}
 26285 $as_echo "$as_me: The path of LIPO, which resolves as \"$complete\", is not found." >&6;}
 25848       has_space=`$ECHO "$complete" | $GREP " "`
 26286       has_space=`$ECHO "$complete" | $GREP " "`
 29024 LIBS=$ac_check_lib_save_LIBS
 29462 LIBS=$ac_check_lib_save_LIBS
 29025 fi
 29463 fi
 29026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
 29464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
 29027 $as_echo "$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
 29465 $as_echo "$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
 29028 if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = x""yes; then :
 29466 if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = x""yes; then :
 29029   cat >>confdefs.h <<_ACEOF
 29467   FREETYPE2_FOUND=true
 29030 #define HAVE_LIBFREETYPE 1
       
 29031 _ACEOF
       
 29032 
       
 29033   LIBS="-lfreetype $LIBS"
       
 29034 
       
 29035 else
 29468 else
 29036   as_fn_error $? "Could not find freetype2! $HELP_MSG " "$LINENO" 5
 29469   as_fn_error $? "Could not find freetype2! $HELP_MSG " "$LINENO" 5
 29037 fi
 29470 fi
 29038 
 29471 
 29039             LDFLAGS="$PREV_LDFLAGS"
 29472             LDFLAGS="$PREV_LDFLAGS"