[rkward-cvs] rkward/rkward/rbackend Makefile.am,1.10,1.11

Thomas Friedrichsmeier tfry at users.sourceforge.net
Tue Feb 21 13:26:21 UTC 2006


Update of /cvsroot/rkward/rkward/rkward/rbackend
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25052/rkward/rbackend

Modified Files:
	Makefile.am 
Log Message:
Autodetection of R_HOME, R_SHARE_DIR, etc. during configure. Should fix compilation/run-time issues with recent debian versions of R

Index: Makefile.am
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile.am	10 Nov 2005 21:22:38 -0000	1.10
--- Makefile.am	21 Feb 2006 13:26:19 -0000	1.11
***************
*** 2,6 ****
  METASOURCES = AUTO
  
! AM_CPPFLAGS = -I$(R_HOMEDIR)/include
  
  noinst_LIBRARIES =  librbackend.a
--- 2,6 ----
  METASOURCES = AUTO
  
! AM_CPPFLAGS = -I$(R_INCLUDEDIR)
  
  noinst_LIBRARIES =  librbackend.a





More information about the rkward-tracker mailing list