X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=0e968cd822ee54cafb3aed69bda513dad8c9776f;hb=2ee0a93e8763dd6aef0545ca35d5f2a6f9e52e82;hp=45f3449f3614e42d6d35ce8acfca23dbc255976a;hpb=1dd662a35fbe893cf0ced9a8493066c1e307c285;p=samples%2Fgenericsolver.git diff --git a/configure.ac b/configure.ac index 45f3449..0e968cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 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 @@ -19,7 +19,8 @@ # $Id$ # -AC_INIT([Salome GENERICSOLVER module],[5.1.5],[webmaster.salome@opencascade.com],[SalomeGENERICSOLVER]) +AC_PREREQ(2.50) +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 @@ -175,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. @@ -193,6 +190,7 @@ AC_CONFIG_FILES([ \ src/GENERICSOLVERGUI/Makefile \ resources/Makefile \ resources/GENERICSOLVERCatalog.xml \ + resources/SalomeApp.xml \ idl/Makefile \ Makefile \ ])