[Rcpp-commits] r2240 - pkg/RcppGSL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 29 03:18:07 CEST 2010


Author: edd
Date: 2010-09-29 03:18:07 +0200 (Wed, 29 Sep 2010)
New Revision: 2240

Modified:
   pkg/RcppGSL/configure.in
Log:
old minor change I had hanging around


Modified: pkg/RcppGSL/configure.in
===================================================================
--- pkg/RcppGSL/configure.in	2010-09-29 01:16:58 UTC (rev 2239)
+++ pkg/RcppGSL/configure.in	2010-09-29 01:18:07 UTC (rev 2240)
@@ -1,13 +1,13 @@
 
-# Process this file with autoconf to produce a configure script.
-#
-# Configure.in for RcppGSL
-#
-# Copyright (C) 2010 Romain Francois and Dirk Eddelbuettel
-# Licensed under GNU GPL 2 or later
+## Process this file with autoconf to produce a configure script.
+##
+## Configure.in for RcppGSL
+##
+## Copyright (C) 2010 Romain Francois and Dirk Eddelbuettel
+## Licensed under GNU GPL 2 or later
 
 # The version set here will propagate to other files from here
-AC_INIT(RcppGSL, 0.1.0)
+AC_INIT([RcppGSL], 0.1.0)
 
 # Checks for common programs using default macros
 AC_PROG_CC



More information about the Rcpp-commits mailing list