Den 2010-08-28 08:57 skrev Charles Wilson:
>     Rename file/path conversion functions
> 
>     * TODO: Document QoI issue with file name conversion functions.
>     * Makefile.am (TESTS_ENVIRONMENT): Renamed cache variable
>     lt_cv_to_host_path_cmd to lt_cv_to_host_file_cmd; Renamed
>     environment variable to_host_path_cmd to to_host_file_cmd.
>     * tests/testsuite.at: Ditto.

You missed one instance here. Pushed the attached as obvious...

Cheers,
Peter
From 7f41a19bc95d266cf0761bdad21e1821335cd442 Mon Sep 17 00:00:00 2001
From: Peter Rosin <peda@lysator.liu.se>
Date: Sun, 29 Aug 2010 18:17:45 +0200
Subject: [PATCH] Fix typo when renaming path conversion functions.

* tests/testsuite.at: Ensure to_host_file_cmd is passed as a
variable setting on the configure line for (new testsuite) tests.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
---
 ChangeLog          |    6 ++++++
 tests/testsuite.at |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6650889..c6c2447 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-29  Peter Rosin  <peda@lysator.liu.se>
+
+	Fix typo when renaming path conversion functions.
+	* tests/testsuite.at: Ensure to_host_file_cmd is passed as a
+	variable setting on the configure line for (new testsuite) tests.
+
 2010-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
 	Work around yet another shell quoting portability issue.
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 5818060..a20e074 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -37,7 +37,7 @@ for tool in ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE AUTORECONF; do
 done
 export ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE AUTORECONF
 eval `$LIBTOOL --config | grep '^EGREP='`
-eval `$LIBTOOL --config | $EGREP '^(host|host_os|host_alias|build|build_alias|to_host_path_cmd)='`
+eval `$LIBTOOL --config | $EGREP '^(host|host_os|host_alias|build|build_alias|to_host_file_cmd)='`
 configure_options=--prefix=/nonexistent
 if test -n "$host_alias"; then
   configure_options="$configure_options --host $host_alias"
-- 
1.7.1

Reply via email to