]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Quote argument to avoid error
authorMorten Eriksen <mortene@sim.no>
Wed, 1 Nov 2000 00:16:59 +0000 (00:16 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 1 Nov 2000 00:16:59 +0000 (00:16 +0000)
output from cygpath when $srcdir is empty.

ChangeLog
libtool.m4

index 51b74cc8d18460b2d084a762e36e0f0c80f5634c..f13970003d08fe44d7013157e588aaa817020cd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-31  Morten Eriksen  <mortene@sim.no>
+
+       * libtool.m4 (_LT_AC_LTCONFIG_HACK): Quote argument to avoid error      
+       output from cygpath when $srcdir is empty.       
+
 2000-10-31  Gary V. Vaughan  <gvv@techie.com>
 
        * bootstrap:  rm Makefiles to prevent infinite loop during
index 706e194af26f3708f51702aac0470091dc4ae4ec..4f702f082fa64e2de22ce1f0533dfe13b23b6f89 100644 (file)
@@ -1238,7 +1238,7 @@ else
     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='`cygpath -w "$srcfile"`'
     ;;
 
   freebsd1*)