Print

Print


Commit in slic on MAIN
GNUmakefile.local.in+1-11.5 -> 1.6
aclocal.m4+3-31.13 -> 1.14
configure+2-281.27 -> 1.28
+6-32
3 modified files


slic
GNUmakefile.local.in 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- GNUmakefile.local.in	25 Oct 2005 21:10:11 -0000	1.5
+++ GNUmakefile.local.in	25 Oct 2005 22:14:16 -0000	1.6
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/GNUmakefile.local.in,v 1.5 2005/10/25 21:10:11 jeremy Exp $
+# $Header: /cvs/lcd/slic/GNUmakefile.local.in,v 1.6 2005/10/25 22:14:16 jeremy Exp $
 #
 # Local build settings generated by configure
 #

slic
aclocal.m4 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- aclocal.m4	25 Oct 2005 21:10:11 -0000	1.13
+++ aclocal.m4	25 Oct 2005 22:14:16 -0000	1.14
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/aclocal.m4,v 1.13 2005/10/25 21:10:11 jeremy Exp $
+# $Header: /cvs/lcd/slic/aclocal.m4,v 1.14 2005/10/25 22:14:16 jeremy Exp $
 #
 # local m4 macros for SLIC autoconf
 #
@@ -181,9 +181,9 @@
 
   if $host_os == "CYGWIN"
   then
-    g4system_os="WIN32"
+    g4system_os=WIN32
   else 
-    g4system_os=$host_os
+    g4system_os=`uname`
   fi
 
   g4system_compiler=${CXX}

slic
configure 1.27 -> 1.28
diff -u -r1.27 -r1.28
--- configure	25 Oct 2005 21:10:11 -0000	1.27
+++ configure	25 Oct 2005 22:14:16 -0000	1.28
@@ -2729,9 +2729,9 @@
 
   if $host_os == "CYGWIN"
   then
-    g4system_os="WIN32"
+    g4system_os=WIN32
   else
-    g4system_os=$host_os
+    g4system_os=`uname`
   fi
 
   g4system_compiler=${CXX}
@@ -2904,32 +2904,6 @@
 
 
 
-#AC_MSG_CHECKING(for GDML PLATFORM variable)
-
-# platform
-#AC_ARG_WITH(gdml-platform,
-#	AC_HELP_STRING([--with-gdml-platform=<platform description>], [description of platform for GDML, e.g. Linux_gcc323.[[PLATFORM]] ]),
-#	[GDML_PLATFORM=${with_gdml_platform}])
-
-#if test -z "${with_gdml_platform}"; then
-#  if test -n "$PLATFORM"; then
-#    GDML_PLATFORM=${PLATFORM} # env
-#  else
-#    GDML_PLATFORM=${host_os}"-"${CXX}
-#  fi
-#fi
-
-#AC_MSG_RESULT($GDML_PLATFORM)
-
-#AC_SUBST(GDML_PLATFORM)
-
-# site
-#AC_ARG_WITH(gdml-site,
-#	AC_HELP_STRING([--with-gdml-site=<site description>], [description of site, e.g. SLAC. [[SITE]] ]),
-#	[GDML_SITE=${with_gdml_site}])
-
-#AC_SUBST(GDML_SITE)
-
 
 
 # LCDD
CVSspam 0.2.8