summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlisu2011-04-26 11:46:35 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit037b8cffd2086811eb7904138293d633c0bcbb18 (patch)
tree49bc4b2ccae5d14dd851b03e1643a2764f1c515d
parent35ad2379dc4e2ae30e3a9974f353e0c930ad3910 (diff)
downloadR-037b8cffd2086811eb7904138293d633c0bcbb18.zip
R-037b8cffd2086811eb7904138293d633c0bcbb18.tar.gz
- reverse if condition to avoid errorsauto/ti/R-2_13_0-1auto/th/R-2_13_0-1
Changed files: R-install.patch -> 1.1
-rw-r--r--R-install.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/R-install.patch b/R-install.patch
new file mode 100644
index 0000000..22c1ee2
--- /dev/null
+++ b/R-install.patch
@@ -0,0 +1,14 @@
+--- R-2.13.0/configure.ac~ 2011-03-31 00:05:02.000000000 +0200
++++ R-2.13.0/configure.ac 2011-04-26 11:11:24.466666842 +0200
+@@ -538,9 +538,9 @@
+ AC_PATH_PROG(GETWD, pwd, pwd)
+ AC_MSG_CHECKING([whether builddir is srcdir])
+ if test "`cd \"${srcdir}\" && ${GETWD}`" = "`${GETWD}`"; then
+- BUILDDIR_IS_SRCDIR=yes
+-else
+ BUILDDIR_IS_SRCDIR=no
++else
++ BUILDDIR_IS_SRCDIR=yes
+ fi
+ AC_SUBST(BUILDDIR_IS_SRCDIR)
+ AC_MSG_RESULT([${BUILDDIR_IS_SRCDIR}])