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 + for shared libraries
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 ---------------------------------------------
98 echo ---------------------------------------------
100 echo ---------------------------------------------
106 echo ---------------------------------------------
107 echo default ORB : omniORB
108 echo ---------------------------------------------
116 CORBA=adm_local/unix/$corba
119 echo ---------------------------------------------
121 echo ---------------------------------------------
127 echo ---------------------------------------------
129 echo ---------------------------------------------
135 echo ---------------------------------------------
137 echo ---------------------------------------------
141 variables="python_ok omniORB_ok msg2qm_ok Kernel_ok"
143 for var in $variables
145 printf " %10s : " `echo \$var | sed -e "s,_ok,,"`
150 echo "Default ORB : $DEFAULT_ORB"
153 dnl generals files which could be included in every makefile
155 AC_SUBST_FILE(COMMENCE) COMMENCE=adm_local/unix/make_commence
156 AC_SUBST_FILE(CONCLUDE) CONCLUDE=salome_adm/unix/make_conclude
157 AC_SUBST_FILE(MODULE) MODULE=salome_adm/unix/make_module
160 AC_SUBST_FILE(DEPEND) DEPEND=salome_adm/unix/depend
162 dnl We don t need to say when we re entering directories if we re using
163 dnl GNU make becuase make does it for us.
164 if test "X$GMAKE" = "Xyes"; then
165 AC_SUBST(SETX) SETX=":"
167 AC_SUBST(SETX) SETX="set -x"
170 # make other build directories
171 for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources share/salome/doc idl
177 echo ---------------------------------------------
178 echo copying resource files, shell scripts, and
180 echo ---------------------------------------------
183 dnl copy shells and utilities contained in the bin directory
184 dnl excluding .in files (treated in AC-OUTPUT below) and CVS
188 for i in $ROOT_SRCDIR/bin/*
190 local_bin=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
194 *) ln -fs $i; echo $local_bin ;;
199 AC_SUBST_FILE(ENVSCRIPT) ENVSCRIPT=salome_adm/unix/envScript
202 echo ---------------------------------------------
203 echo generating Makefiles and configure files
204 echo ---------------------------------------------
207 AC_OUTPUT_COMMANDS([ \
211 ## do not delete this line