libtool-patches
[Top][All Lists]
Advanced

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

[patch] libtool.m4


From: Lars J. Aas
Subject: [patch] libtool.m4
Date: Mon, 29 Jan 2001 17:01:06 +0100
User-agent: Mutt/1.2.5i

2001-01-29  Lars J. Aas  <address@hidden>

        * libtool.m4 (_LT_AC_LTCONFIG_HACK): clear $CYGWIN variable
        on cygpath invokation to avoid garbage output (depending on
        the setting of $CYGWIN) when the "$srcdir" argument is the
        empty string.

Index: libtool.m4
===================================================================
RCS file: /cvs/libtool/libtool.m4,v
retrieving revision 1.142
diff -u -r1.142 libtool.m4
--- libtool.m4  2001/01/27 19:19:05     1.142
+++ libtool.m4  2001/01/29 15:54:52
@@ -1437,7 +1437,7 @@
     old_archive_from_new_cmds='true'
     # FIXME: Should let the user specify the lib program.
     old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
-    fix_srcfile_path='`cygpath -w "$srcfile"`'
+    fix_srcfile_path='`CYGWIN= cygpath -w "$srcfile"`'
     ;;
 
   darwin* | rhapsody*)



reply via email to

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