From: abd Date: Tue, 24 Jul 2007 04:40:42 +0000 (+0000) Subject: Improvement of configure.ac files: X-Git-Tag: V4_1_0a1~32 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=497b2d0467653075e01941d2dc5050c976b60ea0;hp=700a886ff576114d1773aa59f2303c237292bbb8 Improvement of configure.ac files: - calculation of XVERSION - correct mail address of support --- diff --git a/configure.ac b/configure.ac index b4585ccc7..b2799afe1 100644 --- a/configure.ac +++ b/configure.ac @@ -9,18 +9,13 @@ # -AC_INIT([Salome2 Project SMESH module], [4.0.0], [gboulant@CS], [salome]) +AC_INIT([Salome2 Project SMESH 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.)