]> SALOME platform Git repositories - modules/geom.git/blobdiff - configure.in.base
Salome HOME
PAL12557: Documentation for scripts is not up to date.
[modules/geom.git] / configure.in.base
index 33bb2f013b408e051595547dfd20d2cdff885edb..9ffc3e63dc141248b86fe02f46e18733ea4f3f2a 100644 (file)
@@ -23,8 +23,14 @@ AC_CANONICAL_HOST
 PACKAGE=salome
 AC_SUBST(PACKAGE)
 
-VERSION=0.0.1
+VERSION=3.2.1
+XVERSION=0x030201
 AC_SUBST(VERSION)
+AC_SUBST(XVERSION)
+
+# set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
+MODULE_NAME=geom
+AC_SUBST(MODULE_NAME)
 
 dnl
 dnl Initialize source and build root directories
@@ -323,7 +329,7 @@ else
 fi
 
 # make other build directories
-for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources idl
+for rep in salome_adm adm_local doc bin/salome include/salome lib${LIB_LOCATION_SUFFIX}/salome share/salome/resources/${MODULE_NAME} idl
 do
 #   if test ! -d $rep ; then
 #      eval mkdir $rep