Salome HOME
Search runSalome.py instead of runSalome for KERNEL detection
[modules/yacs.git] / configure.in.base
index dd65c68f429f701b5d533caa0c487be5fb821ef3..85ef94023e73882a4084ef558bbf5d168044d80e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2006-2013  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,8 @@
 # --
 # -----------------------------------------------------------------------------
 #
-AC_INIT([Salome2 Project], [7.0.0], [paul.rascle@edf.fr], [SalomeYacs])
+AC_INIT([Salome2 Project], [7.2.0], [paul.rascle@edf.fr], [SalomeYacs])
+AC_CONFIG_AUX_DIR(adm/unix/config_files)
 AM_INIT_AUTOMAKE([tar-pax])
 AC_CONFIG_HEADER(yacs_config.h)
 
@@ -34,6 +35,8 @@ SHORT_VERSION=`echo $VERSION | awk -F. '{printf("%d.%d",$1,$2)}'`
 AC_SUBST(SHORT_VERSION)
 XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
 AC_SUBST(XVERSION)
+VERSION_DEV=0
+AC_SUBST(VERSION_DEV)
 
 RELEASE=$VERSION
 AC_SUBST(RELEASE)
@@ -165,6 +168,7 @@ fi
 
 AC_OUTPUT([ \
   Makefile \
+  YACS_version.h \
   Demo/Makefile \
   doc/Makefile \
   idl/Makefile \
@@ -204,5 +208,6 @@ AC_OUTPUT([ \
   src/salomegui/resources/SalomeApp.xml \
   doc/Doxyfile \
   doc/conf.py \
+  doc/sources/header.html \
 ])