Print

Print


Commit in slic on MAIN
aclocal.m4+13-131.16 -> 1.17


slic
aclocal.m4 1.16 -> 1.17
diff -u -r1.16 -r1.17
--- aclocal.m4	30 Nov 2005 01:06:08 -0000	1.16
+++ aclocal.m4	1 Dec 2005 18:30:29 -0000	1.17
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/aclocal.m4,v 1.16 2005/11/30 01:06:08 jeremy Exp $
+# $Header: /cvs/lcd/slic/aclocal.m4,v 1.17 2005/12/01 18:30:29 jeremy Exp $
 #
 # local m4 macros for SLIC autoconf
 #
@@ -15,7 +15,7 @@
 if ! test -e ${SLIC_TEST_FILE}; then
   AC_MSG_ERROR(Not a valid SLIC installation at $SLIC_PREFIX)
 else
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
 fi
 
 AC_SUBST(SLIC_PREFIX)
@@ -32,7 +32,7 @@
 
 # default to non-debug mode
 if test -n "${SLIC_DEBUG_ENABLE}" && test "${SLIC_DEBUG_ENABLE}" != "no"; then
-    AC_MSG_RESULT(Yes)
+    AC_MSG_RESULT(yes)
 
     # GNUmakefile vars
     G4DEBUG_SET="G4DEBUG_SET=1"
@@ -61,7 +61,7 @@
 
 # yes or null (not specified) then set verbose system to on
 if test "${SLIC_VERBOSE_ENABLE}" = "yes" || test -z "${SLIC_VERBOSE_ENABLE}"; then
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
 
   # compiler defines
   AC_DEFINE(G4VERBOSE)
@@ -91,7 +91,7 @@
 # specified and not = no
 if test -n "${SLIC_COMPILE_VERBOSE_ENABLE}" && test "${SLIC_COMPILE_VERBOSE_ENABLE}" != "no"; then
 
-    AC_MSG_RESULT(Yes)
+    AC_MSG_RESULT(yes)
 
     # verbose compiler commands into cpp flags
     CXXFLAGS="${CXXFLAGS} -Wall -v -Wl,--verbose"
@@ -124,7 +124,7 @@
 LCIO_TEST_FILE=${LCIO_PREFIX}/src/aid/EVENT/LCEvent.aid
 
 if test -e ${LCIO_TEST_FILE}; then
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
   echo "found valid LCIO installation at ${LCIO_PREFIX}."
 else
   AC_MSG_RESULT(No)
@@ -157,7 +157,7 @@
 G4_TEST_FILE=${G4_PREFIX}/Configure
 
 if test -e ${G4_TEST_FILE}; then
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
   echo "found valid Geant4 installation at ${G4_PREFIX}"
 else
   AC_MSG_ERROR(invalid Geant4 installation at ${G4_PREFIX})
@@ -198,7 +198,7 @@
     AC_MSG_ERROR([G4SYSTEM=${g4system} does not appear to be setup on your system.])
   fi
 else
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
 fi
 
 AC_SUBST(G4SYSTEM)
@@ -228,7 +228,7 @@
 CLHEP_TEST_FILE=${CLHEP_PREFIX}/include/CLHEP/Evaluator/Evaluator.h
 
 if test -e ${CLHEP_TEST_FILE}; then
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
   echo "found valid CLHEP installation at ${CLHEP_PREFIX}"
 else
   AC_MSG_ERROR(invalid CLHEP installation at ${CLHEP_PREFIX})
@@ -261,7 +261,7 @@
 LCDD_TEST_FILE=${LCDD_PREFIX}/src/LCDDDetectorConstruction.cc
 
 if test -e ${LCDD_TEST_FILE}; then
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
   echo "found valid LCDD installation at ${LCDD_PREFIX}"
 else
   AC_MSG_ERROR(invalid LCDD installation at ${LCDD_PREFIX})
@@ -328,7 +328,7 @@
 XERCES_TEST_FILE=${XERCES_PREFIX}/include/xercesc/dom/DOM.hpp
 
 if test -e "${XERCES_TEST_FILE}"; then
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
   echo "found valid Xerces installation at ${XERCES_PREFIX}"
 else
   AC_MSG_ERROR(invalid Xerces installation at ${XERCES_PREFIX})
@@ -359,7 +359,7 @@
 LCPHYS_TEST_FILE=${LCPHYS_PREFIX}/include/LCPhysicsList.hh
 
 if test -e "${LCPHYS_TEST_FILE}"; then
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
   echo "found valid LCPhys installation at ${LCPHYS_PREFIX}"
 else
   AC_MSG_ERROR(invalid LCPhys installation at ${LCPHYS_PREFIX})
@@ -392,7 +392,7 @@
 GDML_TEST_FILE=${GDML_PREFIX}/Common/Saxana/src/SAXProcessor.cpp
 
 if test -e "${GDML_TEST_FILE}"; then
-  AC_MSG_RESULT(Yes)
+  AC_MSG_RESULT(yes)
   echo "found valid GDML installation at ${GDML_PREFIX}"
 else
   AC_MSG_ERROR(invalid GDML installation at ${GDML_PREFIX})
CVSspam 0.2.8