#237 Typo in conf_macros.m4
Closed: Fixed 5 years ago Opened 5 years ago by slev.

There is a typo about pid-file:

./configure --help | grep pid
  --with-id-file=PATH     Name of the GSS Proxy pid file

If I try to configure with pointing to my pid file path:

configure: WARNING: unrecognized options: --with-id-file

The reason is a typo in conf_macros.m4.
The actual name of configure option is '--with-pid-file'.


Commit 1aff8e4 fixes this issue

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #238 Merged 5 years ago