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

Package:
zsh
Source:
zsh
Description:
shell with lots of features
Submitter:
"Jean-Luc Coulon (f5ibh)"
Date:
2012-12-20 23:48:03 UTC
Severity:
wishlist
#284191#5
Date:
2004-12-04 12:22:25 UTC
From:
To:
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.

Regards

Jean-Luc

#284191#8
Date:
2004-12-04 18:05:53 UTC
From:
To:
So, zsh could parse the autogen.sh file, look for an invocation of
"configure", then do completion based on the output of configure
--help.