2007-02-08 15:40:29 +00:00
|
|
|
--- libtool-1.5.22/libltdl/ltdl.c.relativepath 2007-02-08 09:20:54.000000000 -0500
|
|
|
|
+++ libtool-1.5.22/libltdl/ltdl.c 2007-02-08 09:46:41.000000000 -0500
|
|
|
|
@@ -3203,9 +3203,10 @@
|
2007-01-23 09:49:21 +00:00
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
2007-02-08 15:40:29 +00:00
|
|
|
- if (!file)
|
|
|
|
+ if (!file)
|
2007-01-23 09:49:21 +00:00
|
|
|
{
|
2007-02-08 15:40:29 +00:00
|
|
|
- file = fopen (filename, LT_READTEXT_MODE);
|
|
|
|
+ if(strstr(filename,"/") || strcmp((filename + strlen(filename) - 3), ".la") != 0)
|
|
|
|
+ file = fopen (filename, LT_READTEXT_MODE);
|
2007-01-23 09:49:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* If we didn't find the file by now, it really isn't there. Set
|