[Vm-dev] [commit][3599] Fix bug in unix configure script.

commits at squeakvm.org commits at squeakvm.org
Sun Feb 14 21:23:37 UTC 2016


Revision: 3599
Author:   eliot
Date:     2016-02-14 13:23:37 -0800 (Sun, 14 Feb 2016)
Log Message:
-----------
Fix bug in unix configure script.  ./getversion must be ${blddir}/getversion.

Modified Paths:
--------------
    branches/Cog/platforms/unix/config/configure
    branches/Cog/platforms/unix/config/configure.ac

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Sun Feb 14 11:18:17 PST 2016
   + Sun Feb 14 13:22:13 PST 2016

Modified: branches/Cog/platforms/unix/config/configure
===================================================================
--- branches/Cog/platforms/unix/config/configure	2016-02-14 19:20:23 UTC (rev 3598)
+++ branches/Cog/platforms/unix/config/configure	2016-02-14 21:23:37 UTC (rev 3599)
@@ -1689,7 +1689,7 @@
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 imgdir=`eval echo ${libdir}/squeak`
 expanded_relative_imgdir=`eval echo lib/squeak/${VM_VERSION}`
-plgdir='${imgdir}/`./getversion VERSION_TAG`'
+plgdir='${imgdir}/`${blddir}/getversion VERSION_TAG`'
 
 
 

Modified: branches/Cog/platforms/unix/config/configure.ac
===================================================================
--- branches/Cog/platforms/unix/config/configure.ac	2016-02-14 19:20:23 UTC (rev 3598)
+++ branches/Cog/platforms/unix/config/configure.ac	2016-02-14 21:23:37 UTC (rev 3599)
@@ -138,7 +138,7 @@
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 imgdir=`eval echo ${libdir}/squeak`
 expanded_relative_imgdir=`eval echo lib/squeak/${VM_VERSION}`
-plgdir='${imgdir}/`./getversion VERSION_TAG`'
+plgdir='${imgdir}/`${blddir}/getversion VERSION_TAG`'
 
 AC_SUBST(imgdir)
 AC_SUBST(expanded_relative_imgdir)



More information about the Vm-dev mailing list