SableVM SDK - simplified check to commit
David Bélanger <[email protected]> Fri, 27 May 2005 00:07:58 -0400
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Greg, Please commit attached patch to: /sablevm-sdk/trunk David --- David Bélanger Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt _______________________________________________ SableVM-devel mailing list [email protected] http://sablevm.org/lists/control/listinfo/sablevm-devel
gentoo.patch
(text/plain, 723 B)
Index: configure.in
===================================================================
--- configure.in (revision 4038)
+++ configure.in (working copy)
@@ -20,11 +20,7 @@
dnl
dnl If one of the svn, grep or cut command is missing, the script assumes
dnl that the version is OK.
-dnl
-dnl If $HOME/.subversion does not exist on Gentoo, we skipped the script.
-dnl Portage uses a sanboxed environment for building software and svn
-dnl will write outside the sandbox.
-if test ! -e /etc/gentoo-release -o -e $HOME/.subversion ; then
+if test -d .svn ; then
SVN_URL=`svn info | grep ^URL\: | cut -c6- | grep -v '/sablevm-sdk/trunk$' | grep -v '/tags/'`
if test "x$SVN_URL" != "x" ; then
case $PACKAGE_VERSION in