mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Improvement of configure.ac files:
- calculation of XVERSION - correct mail address of support
This commit is contained in:
parent
2c6ed295c9
commit
644774359b
@ -9,18 +9,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
AC_INIT([Salome2 Project GEOM module], [4.0.0], [gboulant@CS], [salome])
|
AC_INIT([Salome2 Project GEOM module], [4.0.0], [webmaster.salome@opencascade.com], [salome])
|
||||||
AC_CONFIG_AUX_DIR(salome_adm/unix/config_files)
|
AC_CONFIG_AUX_DIR(salome_adm/unix/config_files)
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
PACKAGE=salome
|
XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
|
||||||
AC_SUBST(PACKAGE)
|
|
||||||
|
|
||||||
VERSION=4.0.0
|
|
||||||
XVERSION=0x040000
|
|
||||||
AC_SUBST(VERSION)
|
|
||||||
AC_SUBST(XVERSION)
|
AC_SUBST(XVERSION)
|
||||||
|
|
||||||
# set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
|
# set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
|
||||||
|
Loading…
Reference in New Issue
Block a user