X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fdouble_build%2Fconfigure;fp=branch%2Fdouble_build%2Fconfigure;h=0000000000000000000000000000000000000000;hb=42bff07893104a11db95c8d65fe518a336463351;hp=fa1a12aec7a961015396be81abcea4a1d99fc414;hpb=f0817a2fbc3df0f5daad0a9e1a11d9f295218c0a;p=cran2deb.git diff --git a/branch/double_build/configure b/branch/double_build/configure deleted file mode 100755 index fa1a12a..0000000 --- a/branch/double_build/configure +++ /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 < R/svnversion.R -# Autogenerated by configure. Do not edit. -svnversion <- function() { - return("$svnrev") -} -EOF -