zsh-users
 help / color / mirror / code / Atom feed
* configure --with- completion
@ 2015-09-04  8:40 Vincent Lefevre
  0 siblings, 0 replies; only message in thread
From: Vincent Lefevre @ 2015-09-04  8:40 UTC (permalink / raw)
  To: zsh-users

In MPFR, I can do:

  ./configure --with-gmp=[TAB]
  ./configure --with-gmp-include=[TAB]
  ./configure --with-gmp-lib=[TAB]

and complete with directory names, but

  ./configure --with-gmp-build=[TAB]

doesn't allow me to complete with directory names.

FYI, "./configure --with-[TAB]" outputs:

Completing option
--with-gmp              -- GMP install directory
--with-gmp-build        -- GMP build directory (please read INSTALL file)
--with-gmp-include      -- GMP include directory
--with-gmp-lib          -- GMP lib directory
--with-gnu-ld           -- assume the C compiler uses GNU ld (default=no)
--with-mulhigh-size     -- internal threshold table for mulhigh
--with-pic              -- try to use only PIC/non-PIC objects (default=use
--with-sysroot          -- Search for dependent libraries within DIR
--without-gmp           -- GMP install directory
--without-gmp-build     -- GMP build directory (please read INSTALL file)
--without-gmp-include   -- GMP include directory
--without-gmp-lib       -- GMP lib directory
--without-gnu-ld        -- assume the C compiler uses GNU ld (default=no)
--without-mulhigh-size  -- internal threshold table for mulhigh
--without-pic           -- try to use only PIC/non-PIC objects (default=use
--without-sysroot       -- Search for dependent libraries within DIR

and "./configure --help" outputs:

[...]
  --with-gmp-include=DIR  GMP include directory
  --with-gmp-lib=DIR      GMP lib directory
  --with-gmp=DIR          GMP install directory
  --with-gmp-build=DIR    GMP build directory (please read INSTALL file)
[...]

Is there something missing in zsh completion?

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-04  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-04  8:40 configure --with- completion Vincent Lefevre

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).