Magellan Linux

Diff of /branches/R11-unstable/include/multilib.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4780 by niro, Sun Dec 27 23:16:16 2009 UTC revision 4783 by niro, Sun Dec 27 23:35:37 2009 UTC
# Line 194  if [[ ! -z $(typeset -f mconfigure) ]] Line 194  if [[ ! -z $(typeset -f mconfigure) ]]
194  then  then
195   # rename the old one   # rename the old one
196   old_mconfigure=old$(typeset -f mconfigure)   old_mconfigure=old$(typeset -f mconfigure)
197   eval ${old_mconfigure}   eval "${old_mconfigure}"
198  fi  fi
199  mconfigure()  mconfigure()
200  {  {
# Line 211  mconfigure() Line 211  mconfigure()
211   done   done
212  }  }
213    
   
214  if [[ ! -z $(typeset -f cmake_configure) ]]  if [[ ! -z $(typeset -f cmake_configure) ]]
215  then  then
216   # rename the old one   # rename the old one
217   old_cmake_configure=old$(typeset -f cmake_configure)   old_cmake_configure=old$(typeset -f cmake_configure)
218   eval ${old_cmake_configure}   eval "${old_cmake_configure}"
219  fi  fi
220  cmake_configure()  cmake_configure()
221  {  {

Legend:
Removed from v.4780  
changed lines
  Added in v.4783