X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=0e968cd822ee54cafb3aed69bda513dad8c9776f;hb=2ee0a93e8763dd6aef0545ca35d5f2a6f9e52e82;hp=61ea209a1b06eed439bb1f49adc10f5c730f9b3b;hpb=4a890ef78d8733d7a2b57ecc2012f7b0d8a63ea4;p=samples%2Fgenericsolver.git diff --git a/configure.ac b/configure.ac index 61ea209..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. @@ -188,12 +185,12 @@ AC_CONFIG_FILES([ \ adm_local/Makefile \ adm_local/unix/Makefile \ adm_local/unix/config_files/Makefile \ - doc/Makefile \ src/Makefile \ src/GENERICSOLVER/Makefile \ src/GENERICSOLVERGUI/Makefile \ resources/Makefile \ resources/GENERICSOLVERCatalog.xml \ + resources/SalomeApp.xml \ idl/Makefile \ Makefile \ ])