libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.10-136-g7f41a19


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-136-g7f41a19
Date: Sun, 29 Aug 2010 16:21:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  7f41a19bc95d266cf0761bdad21e1821335cd442 (commit)
      from  957541fbe23db58feaf554a68a852c99839a19f3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7f41a19bc95d266cf0761bdad21e1821335cd442
Author: Peter Rosin <address@hidden>
Date:   Sun Aug 29 18:17:45 2010 +0200

    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 <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 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  <address@hidden>
+
+       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  <address@hidden>
 
        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"


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]