You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2009/05/01 19:49:30 UTC

[jira] Updated: (ZOOKEEPER-292) commit configure scripts (autotools) to svn for c projects and include in release

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-292:
-----------------------------------

    Attachment: ZOOKEEPER-292.patch

After reviewing the autotools typical practices wrt commit to SCCS it looks like a number of projects don't commit this. However they do include the configure script (etc) in the release package.

I've updated build.xml tar/package targets to:

1) build the configure script in src/c
2) include the configure scripts in the release tar
3) set the "x" (executable) flag in the tar

This will fail hudson bot due to no tests changed.

This is blocked by ZOOKEEPER-376 (needs a change made there).

make patch avail after 376 goes in.


> commit configure scripts (autotools) to svn for c projects and include in release
> ---------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-292
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-292
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: c client, contrib-zkfuse
>            Reporter: Patrick Hunt
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-292.patch
>
>
> We currently don't include configure scripts, just the .ac file itself. This means that users are required
> to run "autoreconf; ./configure" rather than just configure.
> We should commit the configure script(s) to svn (hadoop core does this btw) for our autotools based projects (currently c client api and zkfuse).
> Also these should be included in the build.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.