Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Module config



> To remeber - something like:
> 
> --enable-modules='zsh/zle=link=static zsh/stat=load=auto'
> 
> i.e. just to enable setting the same parameters as in config.modules on
> command line.

That should be possible just by changing configure.in.  In the loop over
.mdd files,

  case $enable_modules in
     $name=*|*' '$name=*) # use sed to get stuff out of $enable_modules
     ;;
  esac
  # normal processing on link, load etc.

auto=no should probably override the --enable-modules setting, since the
latter could come from config.status --recheck.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070



Messages sorted by: Reverse Date, Date, Thread, Author