[rkward-cvs] rkward acinclude.m4,1.13,1.14 aclocal.m4,1.13,1.14 configure,1.43,1.44

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun May 7 11:53:22 UTC 2006


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

Modified Files:
	acinclude.m4 aclocal.m4 configure 
Log Message:
clean up configure message

Index: configure
===================================================================
RCS file: /cvsroot/rkward/rkward/configure,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** configure	7 May 2006 11:47:50 -0000	1.43
--- configure	7 May 2006 11:53:19 -0000	1.44
***************
*** 28994,29001 ****
  echo $ECHO_N "checking whether we should link against libRlapack.so... $ECHO_C" >&6
  if test -f "$R_HOMEDIR/lib/libRlapack.so"; then
!    echo "$as_me:$LINENO: result: $R_HOMEDIR/lib/libRlapack.so exists" >&5
! echo "${ECHO_T}$R_HOMEDIR/lib/libRlapack.so exists" >&6
     R_LAPACK_FLAG="-lRlapack"
  else
     R_LAPACK_FLAG=""
  fi
--- 28994,29003 ----
  echo $ECHO_N "checking whether we should link against libRlapack.so... $ECHO_C" >&6
  if test -f "$R_HOMEDIR/lib/libRlapack.so"; then
!    echo "$as_me:$LINENO: result: yes $R_HOMEDIR/lib/libRlapack.so exists" >&5
! echo "${ECHO_T}yes $R_HOMEDIR/lib/libRlapack.so exists" >&6
     R_LAPACK_FLAG="-lRlapack"
  else
+    echo "$as_me:$LINENO: result: no $R_HOMEDIR/lib/libRlapack.so does not exist" >&5
+ echo "${ECHO_T}no $R_HOMEDIR/lib/libRlapack.so does not exist" >&6
     R_LAPACK_FLAG=""
  fi
***************
*** 29092,29096 ****
    for j in $kde_check_header;
    do
!     echo "configure: 29094: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
--- 29094,29098 ----
    for j in $kde_check_header;
    do
!     echo "configure: 29096: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
***************
*** 29122,29126 ****
    for j in $kde_check_lib;
    do
!     echo "configure: 29124: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
--- 29124,29128 ----
    for j in $kde_check_lib;
    do
!     echo "configure: 29126: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
***************
*** 29140,29144 ****
    for j in "kde3/plugins/designer/kdewidgets.la";
    do
!     echo "configure: 29142: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
--- 29142,29146 ----
    for j in "kde3/plugins/designer/kdewidgets.la";
    do
!     echo "configure: 29144: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
***************
*** 30532,30536 ****
    for j in apps/ksgmltools2/customization/kde-chunk.xsl;
    do
!     echo "configure: 30534: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
--- 30534,30538 ----
    for j in apps/ksgmltools2/customization/kde-chunk.xsl;
    do
!     echo "configure: 30536: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5

Index: acinclude.m4
===================================================================
RCS file: /cvsroot/rkward/rkward/acinclude.m4,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** acinclude.m4	7 May 2006 11:47:50 -0000	1.13
--- acinclude.m4	7 May 2006 11:53:19 -0000	1.14
***************
*** 1909,1915 ****
  AC_MSG_CHECKING(whether we should link against libRlapack.so)
  if test -f "$R_HOMEDIR/lib/libRlapack.so"; then
!    AC_MSG_RESULT($R_HOMEDIR/lib/libRlapack.so exists, so we'll link against it)
     R_LAPACK_FLAG="-lRlapack"
  else
     R_LAPACK_FLAG=""
  fi
--- 1909,1916 ----
  AC_MSG_CHECKING(whether we should link against libRlapack.so)
  if test -f "$R_HOMEDIR/lib/libRlapack.so"; then
!    AC_MSG_RESULT(yes $R_HOMEDIR/lib/libRlapack.so exists)
     R_LAPACK_FLAG="-lRlapack"
  else
+    AC_MSG_RESULT(no $R_HOMEDIR/lib/libRlapack.so does not exist)
     R_LAPACK_FLAG=""
  fi

Index: aclocal.m4
===================================================================
RCS file: /cvsroot/rkward/rkward/aclocal.m4,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** aclocal.m4	7 May 2006 11:47:50 -0000	1.13
--- aclocal.m4	7 May 2006 11:53:19 -0000	1.14
***************
*** 1921,1927 ****
  AC_MSG_CHECKING(whether we should link against libRlapack.so)
  if test -f "$R_HOMEDIR/lib/libRlapack.so"; then
!    AC_MSG_RESULT($R_HOMEDIR/lib/libRlapack.so exists, so we'll link against it)
     R_LAPACK_FLAG="-lRlapack"
  else
     R_LAPACK_FLAG=""
  fi
--- 1921,1928 ----
  AC_MSG_CHECKING(whether we should link against libRlapack.so)
  if test -f "$R_HOMEDIR/lib/libRlapack.so"; then
!    AC_MSG_RESULT(yes $R_HOMEDIR/lib/libRlapack.so exists)
     R_LAPACK_FLAG="-lRlapack"
  else
+    AC_MSG_RESULT(no $R_HOMEDIR/lib/libRlapack.so does not exist)
     R_LAPACK_FLAG=""
  fi





More information about the rkward-tracker mailing list