[Phylobase-commits] r466 - branches/fm-branch/src/ncl

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 18 18:38:06 CEST 2009


Author: pdc
Date: 2009-08-18 18:38:03 +0200 (Tue, 18 Aug 2009)
New Revision: 466

Modified:
   branches/fm-branch/src/ncl/configure.ac
Log:
revert change to ncl configure file, causes a build failure on my mac

Modified: branches/fm-branch/src/ncl/configure.ac
===================================================================
--- branches/fm-branch/src/ncl/configure.ac	2009-08-17 13:21:42 UTC (rev 465)
+++ branches/fm-branch/src/ncl/configure.ac	2009-08-18 16:38:03 UTC (rev 466)
@@ -77,12 +77,12 @@
 
 AC_CONFIG_FILES([					\
 	Makefile 						\
-	# example/Makefile				\
-	# example/ncltest/Makefile		\
-	# example/nclsimplest/Makefile	\
-	# example/basiccmdline/Makefile	\
-	# example/normalizer/Makefile		\
+	example/Makefile				\
+	example/ncltest/Makefile		\
+	example/nclsimplest/Makefile	\
+	example/basiccmdline/Makefile	\
+	example/normalizer/Makefile		\
 	ncl/Makefile					\
-	# test/Makefile
+	test/Makefile
 	])
 AC_OUTPUT



More information about the Phylobase-commits mailing list