mailer | 7 Oct 01:02
Favicon

amiconn: r18723 - trunk/tools

Date: 2008-10-07 01:04:31 +0200 (Tue, 07 Oct 2008)
New Revision: 18723

Log Message:
Let 'configure' figure out the full path to the various tools if possible. This has the advantage that the
toolchain doesn't need to be in the path at build time if it was in the path at configure time, and at the same
time it speeds up the build (to a varying degree - most noticeable on Cygwin and Interix).

Modified:
   trunk/tools/configure

Modified: trunk/tools/configure
===================================================================
--- trunk/tools/configure	2008-10-06 22:19:54 UTC (rev 18722)
+++ trunk/tools/configure	2008-10-06 23:04:31 UTC (rev 18723)
@@ -64,6 +64,10 @@
       return
     fi
   done
+  # check whether caller wants literal return value if not found
+  if [ "$2" = "--lit" ]; then
+    echo "$file"
+  fi
 }

 # parse the argument list, returns the value after the = in case of a
@@ -2149,6 +2153,19 @@
   fi
 fi

(Continue reading)


Gmane