]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/double_build/configure
rename double_build -> split_build
[cran2deb.git] / branch / double_build / configure
diff --git a/branch/double_build/configure b/branch/double_build/configure
deleted file mode 100755 (executable)
index fa1a12a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-#
-# We are tricking the builds process into executing this so that we can
-# extract an svn revision number from the source directory
-
-# do nothing if we are not in a svn repository
-if [ ! -d .svn ]; then
-    exit 
-fi
-
-svnrev=$(svnversion | cut -f1 -d:)
-
-cat <<EOF > R/svnversion.R
-# Autogenerated by configure. Do not edit.
-svnversion <- function() {
-  return("$svnrev")
-}
-EOF
-