]> git.pld-linux.org Git - packages/R.git/blob - R-install.patch
- rel 2
[packages/R.git] / R-install.patch
1 --- R-2.13.0/configure.ac~      2011-03-31 00:05:02.000000000 +0200
2 +++ R-2.13.0/configure.ac       2011-04-26 11:11:24.466666842 +0200
3 @@ -538,9 +538,9 @@
4  AC_PATH_PROG(GETWD, pwd, pwd)
5  AC_MSG_CHECKING([whether builddir is srcdir])
6  if test "`cd \"${srcdir}\" && ${GETWD}`" = "`${GETWD}`"; then
7 -  BUILDDIR_IS_SRCDIR=yes
8 -else
9    BUILDDIR_IS_SRCDIR=no
10 +else
11 +  BUILDDIR_IS_SRCDIR=yes
12  fi
13  AC_SUBST(BUILDDIR_IS_SRCDIR)
14  AC_MSG_RESULT([${BUILDDIR_IS_SRCDIR}])
This page took 0.038828 seconds and 3 git commands to generate.