Magellan Linux

Diff of /trunk/include/multilib.sminc

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

revision 4782 by niro, Sun Dec 27 23:21:20 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 215  if [[ ! -z $(typeset -f cmake_configure) Line 215  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.4782  
changed lines
  Added in v.4783