Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
configure --with- completion
- X-seq: zsh-users 20507
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: configure --with- completion
- Date: Fri, 4 Sep 2015 10:40:27 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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@xxxxxxxxxx> - 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)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author