#237 Typo in conf_macros.m4
Closed: Fixed Opened 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 1aff8e43 fixes this issue

Metadata
Related Pull Requests