2001-01-29  Lars J. Aas  <[EMAIL PROTECTED]>

        * 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*)

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to