|
From: <br...@us...> - 2012-04-26 22:52:35
|
Revision: 4259
http://openvrml.svn.sourceforge.net/openvrml/?rev=4259&view=rev
Author: braden
Date: 2012-04-26 22:52:29 +0000 (Thu, 26 Apr 2012)
Log Message:
-----------
Symlinks don't work well if the source directory is shared by multiple hosts.
Modified Paths:
--------------
trunk/bootstrap
Modified: trunk/bootstrap
===================================================================
--- trunk/bootstrap 2012-04-26 06:57:32 UTC (rev 4258)
+++ trunk/bootstrap 2012-04-26 22:52:29 UTC (rev 4259)
@@ -1,2 +1,2 @@
#!/bin/sh
-autoreconf --install --symlink
+autoreconf --install
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|