summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Rosin <peda@lysator.liu.se>2010-09-06 08:23:52 +0200
committerPeter Rosin <peda@lysator.liu.se>2010-09-06 08:23:52 +0200
commit375a576d095b69bfeb11d5b560201d65ce70e132 (patch)
tree02b01f92b615d1cdb351b055c0a4bc5a68769960 /configure.ac
parent0f052db3b89835904b95d8336b2491e7b8eef8f7 (diff)
downloadlibtool-375a576d095b69bfeb11d5b560201d65ce70e132.tar.gz
Add file name conversion from $build to toolchain.
* configure.ac: Ensure to_tool_file_cmd is available to Makefile. * libltdl/m4/libtool.m4 (_LT_PATH_CONVERSION_FUNCTIONS): Add cache variable lt_cv_to_tool_file_cmd that describes how to convert file names from $build to toolchain format. * libltdl/config/ltmain.m4sh (func_to_tool_file): New function that utilizes the above. * Makefile.am: Ensure to_tool_file_cmd is included in TEST_ENVIRONMENT so that it is passed to (old testsuite) tests. * testsuite.at: Ensure to_tool_file_cmd is passed as a variable setting on the configure line for (new testsuite) tests. * doc/libtool.texi (libtool script content): Update with to_tool_file_cmd description. (Cygwin to MinGW Cross): Update to mention lt_cv_to_tool_file_cmd. Signed-off-by: Peter Rosin <peda@lysator.liu.se>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index aaa946f7..d36addeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,6 +203,7 @@ LT_LANG(Windows Resource)
# Ensure the correct file name (and path) conversion function
# is available to the test suite.
AC_SUBST([to_host_file_cmd])dnl
+AC_SUBST([to_tool_file_cmd])dnl
## --------------------------- ##
## Work out which tests to run ##