]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix typo when renaming path conversion functions.
authorPeter Rosin <peda@lysator.liu.se>
Sun, 29 Aug 2010 16:17:45 +0000 (18:17 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Sun, 29 Aug 2010 16:17:45 +0000 (18:17 +0200)
* 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
tests/testsuite.at

index 66508899815a23c286370ecf798f91227019ed6e..c6c24478597d01ae96b38f70d182c1ec5d02c066 100644 (file)
--- 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.
index 58180600dfec895f92c68fc8a51ab6b37e99cf5f..a20e0749b6cac7418a8ed963d2b14ca33e7b8591 100644 (file)
@@ -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"