Print

Print


Commit in SimDist/build on MAIN
cvs.m4-181.1 removed
platform.m4-691.2 removed
-87
2 removed files


SimDist/build
cvs.m4 removed after 1.1
diff -N cvs.m4
--- cvs.m4	28 Jan 2006 01:32:20 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-AC_DEFUN(WITH_CVSUSER, [
-
-AC_MSG_CHECKING(for SLAC CVS user)
-
-AC_ARG_WITH(cvsuser,
-	AC_HELP_STRING([--with-cvsuser=<path>], [SLAC CVS user name.  (Default is anonymous)]),
-	[cvsuser=$with_cvsuser],
-	[cvsuser=anonymous])
-
-AC_MSG_RESULT([$cvsuser])
-
-cvsroot=:pserver:[log in to unmask]:/cvs/lcd
-
-AC_MSG_CHECKING(for CVSROOT)
-
-AC_MSG_RESULT($cvsroot)
-
-])
\ No newline at end of file

SimDist/build
platform.m4 removed after 1.2
diff -N platform.m4
--- platform.m4	22 Feb 2006 06:52:21 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,69 +0,0 @@
-dnl macro to set the variable which OS uses for locating shared libs at runtime
-AC_DEFUN(OS_SHARED_LIBS_VAR, [
-
-if test $host_os == "Linux"
-then
-  os_shared_libs_var=LD_LIBRARY_PATH
-elif test $host_os == "WIN32"
-then
-  os_shared_libs_var=PATH
-elif test $host_os == "Darwin"
-then
-  os_shared_libs_var=DYLD_LIBRARY_PATH
-fi
-
-AC_SUBST(os_shared_libs_var)
-
-])
-
-dnl macro to set string of host OS
-AC_DEFUN(CONFIG_HOST_OS, [
-
-AC_MSG_CHECKING(for supported OS)
-
-dnl to lowercase
-host_os=`uname | tr [[:upper:]] [[:lower:]]`
-supported_os=yes
-
-dnl The host_os var is designed to match Geant4's conventions.
-case "$host_os" in
-
-dnl Linux flavor
-linux*            ) host_os="Linux";;
-dnl Cygwin which is only supported Windows platform
-cygwin*           ) host_os="WIN32";;
-dnl Mac OSX
-darwin*           ) host_os="Darwin";;
-*                 ) supported_os=no;;
-
-esac
-
-if test "$supported_os" = "no"; then
-  AC_MSG_ERROR( [$host_os is not in the list of supported operating systems] )
-else
-  AC_MSG_RESULT([$host_os])
-fi
-
-AC_SUBST(host_os)
-
-if test $host_os == "WIN32"
-then
-  slic_binname=slic.exe
-else
-  slic_binname=slic
-fi
-
-AC_SUBST(slic_binname)
-
-])
-
-dnl macro to set the platform=os"-"compiler
-AC_DEFUN(CONFIG_PLATFORM, [
-
-platform=${host_os}"-"${CXX}
-
-AC_SUBST(platform)
-
-AC_SUBST(compiler, ${CXX})
-
-])
CVSspam 0.2.8