[Rcpp-devel] [Rcpp-commits] r315 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 8 14:06:34 CET 2010


Author: edd
Date: 2010-01-08 14:06:33 +0100 (Fri, 08 Jan 2010)
New Revision: 315

Modified:
   pkg/cleanup
   pkg/configure
   pkg/configure.in
Log:
tweaks to configure messages, minor cleanup fix

Modified: pkg/cleanup
===================================================================
--- pkg/cleanup	2010-01-08 12:59:02 UTC (rev 314)
+++ pkg/cleanup	2010-01-08 13:06:33 UTC (rev 315)
@@ -10,8 +10,8 @@
 	inst/doc/*.Rd inst/doc/*.aux inst/doc/*.log inst/doc/*.tex \
 	inst/doc/latex/*.aux inst/doc/latex/*.log \
 	inst/doc/auto \
-	src/Makedeps \
-	autom4te.cache
+	src/Makedeps 
+rm -rf	autom4te.cache
 test -d inst/lib/Rcpp && rmdir inst/lib/Rcpp
 test -d inst/lib && rmdir inst/lib
 find . -name \*~ -exec rm {} \;

Modified: pkg/configure
===================================================================
--- pkg/configure	2010-01-08 12:59:02 UTC (rev 314)
+++ pkg/configure	2010-01-08 13:06:33 UTC (rev 315)
@@ -2666,8 +2666,8 @@
 	     has44=no
         ;;
         4.2.*)
-	     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: With g++ version 4.2 core functionality should be stable." >&5
-$as_echo "$as_me: WARNING: With g++ version 4.2 core functionality should be stable." >&2;}
+	     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: With g++ version 4.2 core functionality should be stable -- but no C++0x features though." >&5
+$as_echo "$as_me: WARNING: With g++ version 4.2 core functionality should be stable -- but no C++0x features though." >&2;}
 	     has43=no
 	     has44=no
         ;;
@@ -2684,15 +2684,15 @@
 	     has44=yes
         ;;
         *)
-	     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Hm, not sure what g++ version you have. Using minimal features" >&5
-$as_echo "$as_me: WARNING: Hm, not sure what g++ version you have. Using minimal features" >&2;}
+	     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Hm, not sure what g++ version you have, so using minimal features and no C++0x." >&5
+$as_echo "$as_me: WARNING: Hm, not sure what g++ version you have, so using minimal features and no C++0x." >&2;}
 	     has43=no
 	     has44=no
         ;;
     esac
 else
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Hm, not sure what compiler you. Using minimal features" >&5
-$as_echo "$as_me: WARNING: Hm, not sure what compiler you. Using minimal features" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Hm, not sure what C++ compiler you have, so using minimal features and no C++0x." >&5
+$as_echo "$as_me: WARNING: Hm, not sure what C++ compiler you have, so using minimal features and no C++0x." >&2;}
     has43=no
     has44=no
 fi

Modified: pkg/configure.in
===================================================================
--- pkg/configure.in	2010-01-08 12:59:02 UTC (rev 314)
+++ pkg/configure.in	2010-01-08 13:06:33 UTC (rev 315)
@@ -50,7 +50,7 @@
 	     has44=no
         ;;
         4.2.*)
-	     AC_MSG_WARN([With g++ version 4.2 core functionality should be stable.])
+	     AC_MSG_WARN([With g++ version 4.2 core functionality should be stable -- but no C++0x features though].)
 	     has43=no
 	     has44=no
         ;;
@@ -65,13 +65,13 @@
 	     has44=yes
         ;;
         *)
-	     AC_MSG_WARN([Hm, not sure what g++ version you have. Using minimal features])
+	     AC_MSG_WARN([Hm, not sure what g++ version you have, so using minimal features and no C++0x.])
 	     has43=no
 	     has44=no
         ;;
     esac
 else
-    AC_MSG_WARN([Hm, not sure what compiler you. Using minimal features])
+    AC_MSG_WARN([Hm, not sure what C++ compiler you have, so using minimal features and no C++0x.])
     has43=no
     has44=no
 fi

_______________________________________________
Rcpp-commits mailing list
Rcpp-commits at lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-commits


More information about the Rcpp-devel mailing list