Revision
102430
Author
raimue@macports.org
Date
2013-02-02 11:08:15 -0800 (Sat, 02 Feb 2013)

Log Message

Add portutil::autoconf::find_path,
addition was missing from r101662, closes #37902

Modified Paths

Diff

Modified: trunk/base/src/port1.0/port_autoconf.tcl.in (102429 => 102430)


--- trunk/base/src/port1.0/port_autoconf.tcl.in	2013-02-02 18:37:12 UTC (rev 102429)
+++ trunk/base/src/port1.0/port_autoconf.tcl.in	2013-02-02 19:08:15 UTC (rev 102430)
@@ -40,6 +40,7 @@
 	variable diff_path "@DIFF@"
 	variable dscl_path "@DSCL@"
 	variable file_path "@FILE@"
+	variable find_path "@FIND@"
 	variable bzr_path "@BZR@"
 	variable cvs_path "@CVS@"
 	variable svn_path "@SVN@"