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

Re: Bug#284191: zsh: would like autocompletion for autogen.sh (like ./configure)



> Hi,
> 
> Some tarballs uses an autogen.sh script.
> This script, after creation of the configure and Makefile calls configure with
> the parameter he got from the command line.
> 
> The same kind of autocompletaion as for configure (at least for --prefix= )
> should be nice.

So, zsh could parse the autogen.sh file, look for an invocation of
"configure", then do completion based on the output of configure
--help.



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