X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=0e968cd822ee54cafb3aed69bda513dad8c9776f;hb=2ee0a93e8763dd6aef0545ca35d5f2a6f9e52e82;hp=d603587cdc34d020b5a958fe39aa81db5ae8490d;hpb=aa01437f249012ee464a23346fed533f223e6124;p=samples%2Fgenericsolver.git diff --git a/configure.ac b/configure.ac index d603587..0e968cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 EDF R&D +# Copyright (C) 2009-2012 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 @@ -20,7 +20,7 @@ # AC_PREREQ(2.50) -AC_INIT([Salome GENERICSOLVER module],[6.3.0],[webmaster.salome@opencascade.com],[SalomeGENERICSOLVER]) +AC_INIT([Salome GENERICSOLVER module],[6.6.0],[webmaster.salome@opencascade.com],[SalomeGENERICSOLVER]) AC_CONFIG_AUX_DIR(salome_adm/unix/config_files) AC_CANONICAL_HOST AC_CANONICAL_TARGET @@ -176,10 +176,6 @@ echo generating Makefiles and configure files echo --------------------------------------------- echo -AC_CONFIG_COMMANDS([default-1],[[ \ - chmod +x ./bin/*; \ -]],[[]]) - # This list is initiated using autoscan and must be updated manually # when adding a new file .in to manage. When you execute # autoscan, the Makefile list is generated in the output file configure.scan. @@ -194,6 +190,7 @@ AC_CONFIG_FILES([ \ src/GENERICSOLVERGUI/Makefile \ resources/Makefile \ resources/GENERICSOLVERCatalog.xml \ + resources/SalomeApp.xml \ idl/Makefile \ Makefile \ ])