Magellan Linux

Diff of /branches/magellan-next/include/multilib.sminc

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

revision 9332 by niro, Thu Jul 14 21:43:24 2011 UTC revision 9333 by niro, Sat Nov 26 13:31:10 2011 UTC
# Line 388  mlibtoolize() Line 388  mlibtoolize()
388   done   done
389  }  }
390    
391    if [[ ! -z $(typeset -f minstalldocs) ]]
392    then
393     # rename the old one
394     old_minstalldocs=old$(typeset -f minstalldocs)
395     eval "${old_minstalldocs}"
396    fi
397  minstalldocs()  minstalldocs()
398  {  {
399   local abi   local abi

Legend:
Removed from v.9332  
changed lines
  Added in v.9333