[Rd] Typo in src/scripts/config

2015-04-21 Thread Tim Keitt
Was writing a short R script to modify compile flags and saw this typo:

Index: config
===
--- config (revision 68217)
+++ config (working copy)
@@ -61,7 +61,7 @@
   CXX1X C++ compiler command for C++11 code
   CXX1XSTD  flag used to enable C++11 support
   CXX1XFLAGSC++11 compiler flags
-  CXX1XXPICFLAGS
+  CXX1XPICFLAGS
 special flags for compiling C++11 code to be turned into
 a shared library
   DYLIB_EXT file extension (including '.') for dynamic libraries

-- 
http://www.keittlab.org/

[[alternative HTML version deleted]]

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] Typo in src/scripts/config

2015-04-21 Thread peter dalgaard
Fixed in R-patched and R-devel. Thanks.

(In case it wasn't obvious, the typo was in the usage output; there was no 
actual malfunction.)

-pd

> On 21 Apr 2015, at 19:53 , Tim Keitt  wrote:
> 
> Was writing a short R script to modify compile flags and saw this typo:
> 
> Index: config
> ===
> --- config (revision 68217)
> +++ config (working copy)
> @@ -61,7 +61,7 @@
>   CXX1X C++ compiler command for C++11 code
>   CXX1XSTD  flag used to enable C++11 support
>   CXX1XFLAGSC++11 compiler flags
> -  CXX1XXPICFLAGS
> +  CXX1XPICFLAGS
> special flags for compiling C++11 code to be turned into
> a shared library
>   DYLIB_EXT file extension (including '.') for dynamic libraries
> 
> -- 
> http://www.keittlab.org/
> 
>   [[alternative HTML version deleted]]
> 
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel

-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk  Priv: pda...@gmail.com

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel