C client's package name
-----------------------

                 Key: ZOOKEEPER-1211
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1211
             Project: ZooKeeper
          Issue Type: Bug
          Components: c client
    Affects Versions: 3.3.3
         Environment: centos 5
            Reporter: June Fang
            Priority: Trivial


the package name of c client is "c-client-src",
which lead the include file to be installed to /usr/local/include/c-client-src.

it's a bit annoying since user need to manual rename it to zookeeper.

i think there are two fix,
1) change autoconf package name to "zookeeper", then the header will be 
installed to
   zookeeper subdir, which is consistent with the README;
2) change pkginclude_HEADER to include_HEADER, which will install headers to 
/usr/local/include.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to