Salome HOME
Merge from BR_V5_DEV 17Feb09
[samples/light.git] / configure.ac
index 65cdb6104ad78a04de2b14a194cb0cd458812f25..eb3a54363ee5695eb232090b9f5b4057a37d8205 100644 (file)
@@ -1,21 +1,32 @@
+#  Copyright (C) 2005-2008  OPEN CASCADE
 #
-#  PLEASE DO NOT MODIFY configure.in FILE
+#  This library is free software; you can redistribute it and/or
+#  modify it under the terms of the GNU Lesser General Public
+#  License as published by the Free Software Foundation; either
+#  version 2.1 of the License.
 #
-#  ALL CHANGES WILL BE DISCARDED BY THE NEXT
-#  build_configure COMMAND
+#  This library is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#  Lesser General Public License for more details.
 #
-#  CHANGES MUST BE MADE IN configure.in.base FILE
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with this library; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
+#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+#  PLEASE DO NOT MODIFY configure.in FILE
+#  ALL CHANGES WILL BE DISCARDED BY THE NEXT
+#  build_configure COMMAND
+#  CHANGES MUST BE MADE IN configure.in.base FILE
 # Author : Marc Tajchman (CEA)
 # Date : 28/06/2001
 # Modified by : Patrick GOLDBRONN (CEA)
 # Modified by : Marc Tajchman (CEA)
-#
 # Created from configure.in.base
 #
-
-AC_INIT([Salome2 Project LIGHT module],[4.1.1], [webmaster.salome@opencascade.com], [salome])
+AC_INIT([Salome2 Project LIGHT module], [5.1.0], [webmaster.salome@opencascade.com], [SalomeLIGHT])
 AC_CONFIG_AUX_DIR(salome_adm/unix/config_files)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -201,35 +212,6 @@ echo
 
 ENABLE_PTHREADS
 
-#echo
-#echo ---------------------------------------------
-#echo testing omniORB
-#echo ---------------------------------------------
-#echo
-#
-#CHECK_OMNIORB
-
-dnl echo
-dnl echo ---------------------------------------------
-dnl echo testing mico
-dnl echo ---------------------------------------------
-dnl echo
-
-dnl CHECK_MICO
-
-#echo
-#echo ---------------------------------------------
-#echo default ORB : omniORB
-#echo ---------------------------------------------
-#echo
-
-#DEFAULT_ORB=omniORB
-#CHECK_CORBA
-
-#AC_SUBST_FILE(CORBA)
-#corba=make_$ORB
-#CORBA=adm_local/unix/$corba
-
 echo
 echo ---------------------------------------------
 echo testing openGL
@@ -246,14 +228,6 @@ echo
 
 CHECK_QT
 
-echo
-echo ---------------------------------------------
-echo testing MSG2QM
-echo ---------------------------------------------
-echo
-
-CHECK_MSG2QM
-
 echo
 echo ---------------------------------------------
 echo testing VTK
@@ -309,7 +283,6 @@ echo ---------------------------------------------
 echo
 
 echo Configure
-#variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok occ_ok doxygen_ok graphviz_ok Kernel_ok SalomeGUI_ok"
 variables="cc_ok lex_yacc_ok python_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok occ_ok doxygen_ok graphviz_ok Kernel_ok SalomeGUI_ok"
 
 for var in $variables
@@ -318,10 +291,6 @@ do
    eval echo \$$var
 done
 
-echo
-echo "Default ORB   : $DEFAULT_ORB"
-echo
-
 dnl We don t need to say when we re entering directories if we re using
 dnl GNU make becuase make does it for us.
 if test "X$GMAKE" = "Xyes"; then
@@ -353,5 +322,6 @@ AC_OUTPUT([ \
   ./src/Makefile \
   ./src/LIGHTGUI/Makefile \
   ./resources/Makefile \
+  ./LIGHT_version.h \
   Makefile \
 ])