From: abd Date: Tue, 24 Jul 2007 04:40:58 +0000 (+0000) Subject: Improvement of configure.ac files: X-Git-Tag: Before_Merging_With_T32x_16Aug2007_16h00m~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7e8dd891b69caf86c0e0817bdbe3925fad52fa07;p=modules%2Fvisu.git Improvement of configure.ac files: - calculation of XVERSION - correct mail address of support --- diff --git a/configure.ac b/configure.ac index cb5d6e32..ccb755e8 100644 --- a/configure.ac +++ b/configure.ac @@ -6,18 +6,13 @@ # -AC_INIT([Salome2 Project VISU module], [4.0.0], [gboulant@CS], [salome]) +AC_INIT([Salome2 Project VISU 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.)