Print

Print


Commit in SimDist on MAIN
aclocal.m4+11.21 -> 1.22
configure[binary]1.109 -> 1.110
build/packages.m4+5-21.48 -> 1.49
+6-2
3 modified files
add enable-slic-debug to turn slic's log system on or off

SimDist
aclocal.m4 1.21 -> 1.22
diff -u -r1.21 -r1.22
--- aclocal.m4	8 Sep 2010 23:04:05 -0000	1.21
+++ aclocal.m4	13 Jul 2012 21:30:13 -0000	1.22
@@ -4,3 +4,4 @@
 builtin(include, build/clhep.m4)
 builtin(include, build/ogl.m4)
 builtin(include, build/qt.m4)
+builtin(include, build/slic.m4)

SimDist/build
packages.m4 1.48 -> 1.49
diff -u -r1.48 -r1.49
--- packages.m4	23 Aug 2011 22:38:23 -0000	1.48
+++ packages.m4	13 Jul 2012 21:30:13 -0000	1.49
@@ -276,13 +276,16 @@
 dnl
 AC_DEFUN(AC_SLIC_PACKAGE, [
 
-dnl Choose shared or static libs.
+dnl Variable for slic's configure command options.
 SLIC_CONFIG_OPTS=
+
+dnl Choose shared or static libs.
 if test "${SIMDIST_ENABLE_SHARED}" == "1"; then
   SLIC_CONFIG_OPTS="--enable-shared=yes"
 fi
 
-dnl TODO: Add additional SLIC config opt selections here: debug build, etc.
+dnl Config slic logging system.
+SLIC_ENABLE_LOG
 
 dnl save this for dist tarball naming
 SLIC_VERSION=${package_version}
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1