]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
Improvement of configure.ac files:
authorabd <abd@opencascade.com>
Tue, 24 Jul 2007 04:38:02 +0000 (04:38 +0000)
committerabd <abd@opencascade.com>
Tue, 24 Jul 2007 04:38:02 +0000 (04:38 +0000)
- calculation of XVERSION
- correct mail address of support

configure.ac

index bcf6c3565a4ba300e927df542ad9eb16d5cff2f9..a9bac89c6a05c183fec22f21dec9263e456401f3 100644 (file)
 # Created from configure.in.base
 #
 
-AC_INIT([Salome2 Project GHS3DPLUGIN module], [4.0.0], [gboulant@CS], [salome])
+AC_INIT([Salome2 Project GHS3DPLUGIN module],[4.0.0], [webmaster.salome@opencascade.com], [salome])
 AC_CONFIG_AUX_DIR(salome_adm/unix/config_files)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 
-PACKAGE=salome
-AC_SUBST(PACKAGE)
-
-VERSION=4.0.0
-XVERSION=0x040000
-AC_SUBST(VERSION)
+XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
 AC_SUBST(XVERSION)
 
 # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)