Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ./MED_SRC_3.2.6/build_configure.org 2007-04-24 18:40:51.000000000 +0200
0
++ ./MED_SRC_3.2.6/build_configure     2008-01-04 15:14:30.000000000 +0100
Lines 174-180 Link Here
174
# make a link allowing AC_OUTPUT to find the salome_adm/.../*.in  files
174
# make a link allowing AC_OUTPUT to find the salome_adm/.../*.in  files
175
echo ""                                                          >> configure.in_tmp1
175
echo ""                                                          >> configure.in_tmp1
176
echo 'if test ${MED_WITH_KERNEL} = yes; then'                    >> configure.in_tmp1
176
echo 'if test ${MED_WITH_KERNEL} = yes; then'                    >> configure.in_tmp1
177
echo '    ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1
177
echo '    cp -prf ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1
178
echo 'else'                                                      >> configure.in_tmp1
178
echo 'else'                                                      >> configure.in_tmp1
179
echo '    ln -fsn ${ROOT_SRCDIR}/adm_local_without_kernel ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1
179
echo '    ln -fsn ${ROOT_SRCDIR}/adm_local_without_kernel ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1
180
echo 'fi'                                                        >> configure.in_tmp1
180
echo 'fi'                                                        >> configure.in_tmp1

Return to bug 155974