libtool
[Top][All Lists]
Advanced

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

Re: bug in libtool --mode=install with EXEEXT


From: Charles Wilson
Subject: Re: bug in libtool --mode=install with EXEEXT
Date: Thu, 27 Feb 2003 22:37:21 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

This is obviously correct; please check in. I'm sorry I missed this, when I submitted the original patch. I'll go hide, now.

--Chuck


Schleicher Ralph (LLI) wrote:

2003-02-27  Ralph Schleicher  <address@hidden>

        * ltmain.in: Only append a dot to the wrapper script when
        building on cygwin/MSYS (check for $build, not $host).


diff -u libtool-20030219/ltmain.in.orig libtool-20030219/ltmain.in
--- libtool-20030219/ltmain.in.orig     Tue Feb 18 18:12:39 2003
+++ libtool-20030219/ltmain.in  Thu Feb 27 14:35:29 2003
@@ -5379,7 +5379,7 @@
          # To insure that "foo" is sourced, and not "foo.exe",
          # finese the cygwin/MSYS system by explicitly sourcing "foo."
          # which disallows the automatic-append-.exe behavior.
-         case $host in
+         case $build in
          *cygwin* | *mingw*) wrapperdot=${wrapper}. ;;
          *) wrapperdot=${wrapper} ;;
          esac
@@ -5417,7 +5417,7 @@
          # To insure that "foo" is sourced, and not "foo.exe",
          # finese the cygwin/MSYS system by explicitly sourcing "foo."
          # which disallows the automatic-append-.exe behavior.
-         case $host in
+         case $build in
          *cygwin* | *mingw*) wrapperdot=${wrapper}. ;;
          *) wrapperdot=${wrapper} ;;
          esac








reply via email to

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