TheGOro / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

please convert AC_PATH_PROG to AC_PATH_TOOL #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the AC_PATH_PROG helper does not work well with cross-compiling as it will only 
search for "gtest-config".  the AC_PATH_TOOL however will additionally search 
for "<host>-gtest-config" before "gtest-config".  so please update the 
configure script to use that.

sed -i /GTEST_CONFIG/s:AC_PATH_PROG:AC_PATH_TOOL: configure.ac

Original issue reported on code.google.com by vap...@google.com on 15 Nov 2011 at 9:21

GoogleCodeExporter commented 9 years ago
We no longer plan to support autotools.

Original comment by w...@google.com on 8 Mar 2013 at 5:30