Salome HOME
merge from V3_2_0_maintenance 17mar08
[modules/eficas.git] / configure.in.base
index b145014addaf14036fe94eb6c2629c7c30f4d49c..ff85c761e52950fd334b4cef2166e38b9e0641a0 100644 (file)
@@ -22,8 +22,14 @@ AC_CANONICAL_HOST
 PACKAGE=salome
 AC_SUBST(PACKAGE)
 
-VERSION=0.0.1
+VERSION=3.2.3
+XVERSION=0x030203
 AC_SUBST(VERSION)
+AC_SUBST(XVERSION)
+
+# set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
+MODULE_NAME=eficas
+AC_SUBST(MODULE_NAME)
 
 dnl
 dnl Initialize source and build root directories
@@ -215,7 +221,7 @@ else
 fi
 
 # make other build directories
-for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources share/salome/doc idl
+for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources/${MODULE_NAME} share/salome/doc idl
 do
 #   if test ! -d $rep ; then
 #      eval mkdir $rep