2 # PLEASE DO NOT MODIFY configure.in FILE
4 # ALL CHANGES WILL BE DISCARDED BY THE NEXT
5 # build_configure COMMAND
7 # CHANGES MUST BE MADE IN configure.in.base FILE
10 # Author : Marc Tajchman (CEA)
12 # Modified by : Patrick GOLDBRONN (CEA)
13 # Modified by : Marc Tajchman (CEA)
15 # Created from configure.in.base
19 AC_CONFIG_AUX_DIR(${KERNEL_ROOT_DIR}/salome_adm/unix/config_files)
29 dnl Initialize source and build root directories
33 ROOT_SRCDIR=`echo $0 | sed -e "s,[[^/]]*$,,;s,/$,,;s,^$,.,"`
39 AC_SUBST(ROOT_BUILDDIR)
42 echo Source root directory : $ROOT_SRCDIR
43 echo Build root directory : $ROOT_BUILDDIR
47 if test -z "$AR"; then
48 AC_CHECK_PROGS(AR,ar xar,:,$PATH)
52 dnl Export the AR macro so that it will be placed in the libtool file
57 echo ---------------------------------------------
59 echo ---------------------------------------------
65 dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + pour les librairies dynamiques !
70 echo ---------------------------------------------
72 echo ---------------------------------------------
74 dnl first, we set static to no!
75 dnl if we want it, use --enable-static
81 dnl Fix up the INSTALL macro if it s a relative path. We want the
82 dnl full-path to the binary instead.
85 INSTALL='\${KERNEL_ROOT_DIR}'/salome_adm/unix/config_files/install-sh
90 echo ---------------------------------------------
92 echo ---------------------------------------------
96 dnl inutil car libtool
100 # AC_CC_WARNINGS([ansi])
104 AC_CHECK_LIB(dl,dlopen)
106 dnl add library libm :
110 dnl Well we use sstream which is not in gcc pre-2.95.3
111 dnl We must test if it exists. If not, add it in include !
117 dnl ---------------------------------------------
119 dnl ---------------------------------------------
125 echo ---------------------------------------------
126 echo testing LEX \& YACC
127 echo ---------------------------------------------
136 echo ---------------------------------------------
138 echo ---------------------------------------------
144 dnl echo ---------------------------------------------
145 dnl echo testing java
146 dnl echo ---------------------------------------------
152 echo ---------------------------------------------
154 echo ---------------------------------------------
160 echo ---------------------------------------------
162 echo ---------------------------------------------
168 echo ---------------------------------------------
170 echo ---------------------------------------------
176 dnl echo ---------------------------------------------
177 dnl echo testing mico
178 dnl echo ---------------------------------------------
184 echo ---------------------------------------------
185 echo default ORB : omniORB
186 echo ---------------------------------------------
194 CORBA=adm_local/unix/$corba
197 echo ---------------------------------------------
199 echo ---------------------------------------------
205 echo ---------------------------------------------
207 echo ---------------------------------------------
213 echo ---------------------------------------------
215 echo ---------------------------------------------
221 echo ---------------------------------------------
223 echo ---------------------------------------------
229 echo ---------------------------------------------
231 echo ---------------------------------------------
237 echo ---------------------------------------------
239 echo ---------------------------------------------
245 echo ---------------------------------------------
246 echo Testing OpenCascade
247 echo ---------------------------------------------
253 echo ---------------------------------------------
254 echo Testing html generators
255 echo ---------------------------------------------
258 CHECK_HTML_GENERATORS
262 echo ---------------------------------------------
264 echo ---------------------------------------------
270 echo ---------------------------------------------
271 echo Testing full GUI
272 echo ---------------------------------------------
276 if test "x${CORBA_IN_GUI}" != "xyes"; then
277 echo "failed : For configure SUPERV module necessary full GUI !"
281 echo ---------------------------------------------
283 echo ---------------------------------------------
289 echo ---------------------------------------------
291 echo ---------------------------------------------
295 variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok boost_ok occ_ok doxygen_ok graphviz_ok Kernel_ok"
297 for var in $variables
299 printf " %10s : " `echo \$var | sed -e "s,_ok,,"`
304 echo "Default ORB : $DEFAULT_ORB"
307 dnl generals files which could be included in every makefile
309 AC_SUBST_FILE(COMMENCE) COMMENCE=adm_local/unix/make_commence
310 AC_SUBST_FILE(CONCLUDE) CONCLUDE=salome_adm/unix/make_conclude
311 AC_SUBST_FILE(MODULE) MODULE=salome_adm/unix/make_module
314 AC_SUBST_FILE(DEPEND) DEPEND=salome_adm/unix/depend
316 dnl We don t need to say when we re entering directories if we re using
317 dnl GNU make becuase make does it for us.
318 if test "X$GMAKE" = "Xyes"; then
319 AC_SUBST(SETX) SETX=":"
321 AC_SUBST(SETX) SETX="set -x"
324 # make other build directories
325 for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources idl
327 # if test ! -d $rep ; then
334 echo ---------------------------------------------
335 echo copying resource files, shell scripts, and
337 echo ---------------------------------------------
341 dnl copy resources directories
343 #for i in `find $ROOT_SRCDIR -name 'resources' -print`
345 # local_res=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
346 # local_res_dir=`echo $local_res | sed -e "s,[[^/]]*$,,;s,/$,,;s,^$,.,"`
347 # mkdir -p $local_res_dir
354 dnl copy shells and utilities contained in the bin directory
355 dnl excluding .in files (treated in AC-OUTPUT below) and CVS
360 for i in $ROOT_SRCDIR/bin/*
362 local_bin=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
365 ./bin/CVS | ./bin/salome) ;;
366 *) /usr/bin/install $i .; echo $local_bin ;;
371 AC_SUBST_FILE(ENVSCRIPT) ENVSCRIPT=salome_adm/unix/envScript
373 dnl copy xml files to the build tree (lib directory)
377 #for i in `find $ROOT_SRCDIR -name "*.xml" -print`
380 # echo `echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
386 echo ---------------------------------------------
387 echo generating Makefiles and configure files
388 echo ---------------------------------------------
391 AC_OUTPUT_COMMANDS([ \
395 ## do not delete this line