libtool
[Top][All Lists]
Advanced

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

Re: Some fixes for cygwin


From: Charles Wilson
Subject: Re: Some fixes for cygwin
Date: Wed, 08 May 2002 01:55:56 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2

And one more....

This patch fixes a problem where 'a.exe' is left behind after a libtoolized configure script has finished.

--Chuck
Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.254
diff -u -r1.254 libtool.m4
--- libtool.m4  2 May 2002 14:22:51 -0000       1.254
+++ libtool.m4  8 May 2002 05:52:09 -0000
@@ -3147,7 +3147,7 @@
   done
 
   # Clean up.
-  rm -f a.out
+  rm -f a.out a.exe
 else
   echo "libtool.m4: error: problem compiling C++ test program"
 fi

reply via email to

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