From 70ed6be2bbe0bd7a12f3451dc4bd2ec221a73e24 Mon Sep 17 00:00:00 2001 From: abd Date: Tue, 24 Jul 2007 04:38:18 +0000 Subject: [PATCH] Improvement of configure.ac files: - calculation of XVERSION - correct mail address of support --- configure.ac | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 0b2d4fc0c..3dbe78f4b 100644 --- a/configure.ac +++ b/configure.ac @@ -7,20 +7,13 @@ # # Created from configure.in.base # - - -AC_INIT([Salome2 Project GUI module], [3.2.2], [gboulant@CS], [salome]) +AC_INIT([Salome2 Project GUI 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.) -- 2.39.2