Skip to content

Commit e0548a0

Browse files
author
Matthias Koeppe
committed
build/pkgs/r/spkg-configure.m4: Reindent, suppress some whitespace
1 parent b2268fb commit e0548a0

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

build/pkgs/r/spkg-configure.m4

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
SAGE_SPKG_CONFIGURE([r], [
2-
dnl https://rpy2.github.io/doc/v3.4.x/html/overview.html#requirements
3-
m4_pushdef([SAGE_R_MINVER],["3.5"])
4-
PKG_CHECK_MODULES([R], [libR >= SAGE_R_MINVER], [
5-
AC_PATH_PROG([R], [R])
6-
AS_IF([test "x$R" = x], [
7-
AC_MSG_NOTICE([R is not found])
8-
sage_spkg_install_r=yes
9-
], [
10-
dnl TODO: check that versions of R and libR match
11-
sage_spkg_install_r=no
12-
])
13-
], [sage_spkg_install_r=yes])
14-
m4_popdef([SAGE_R_MINVER])
1+
SAGE_SPKG_CONFIGURE([r], [dnl
2+
dnl https://rpy2.github.io/doc/v3.4.x/html/overview.html#requirements
3+
m4_pushdef([SAGE_R_MINVER], ["3.5"])
4+
PKG_CHECK_MODULES([R], [libR >= SAGE_R_MINVER], [dnl
5+
AC_PATH_PROG([R], [R])
6+
AS_IF([test "x$R" = x], [dnl
7+
AC_MSG_NOTICE([R is not found])
8+
sage_spkg_install_r=yes
9+
], [dnl TODO: check that versions of R and libR match
10+
sage_spkg_install_r=no
11+
])
12+
], [sage_spkg_install_r=yes])
13+
m4_popdef([SAGE_R_MINVER])
1514
])

0 commit comments

Comments
 (0)