On Wednesday 10 October 2007, Michael Halcrow wrote:
> I have made some modifications to configure.ac so that the build
> environment does not depend on certain library-specific m4
> macros. Also, in order to maintain compatibility with current distro
> build processes, I have the OpenSSL key module building by
> default. This will probably change in future distro packages as the
> package metadata gets updated.

Hello,

Another update to build system. Am am available for you, please free to
ask any question regarding the autoconf/automake I will try my best to
provide solutions for any issue you have.

 1. Reverted and updated the OpenSSL detection.
 2. Added config.h support, as it allows rebuilding the system if
    configure is used with different variables, and shorten command-line.
 3. Added --with-ecryptfskeymoddir it is handy for debugging in-place.
 4. Some misc fixes.

I see you created the 26 package not in autoconf spirit... Many files that 
should
not be distributed (including binaries) and wrong version code. In the future,
please follow the following procedure:

 1. Check out.
 2. Update configure.ac AC_INIT() second argument to meet your version id.
 3. Execute
        $ autoreconf -i -v -f
        $ ./configure --enable-docs-gen
        $ make dist
 4. Distrubute ecryptfs-utils-<version>.tar.bz2

If this package missing some files, please tell me so I can fix it.

Best Regards,
Alon Bar-Lev

---

http://alon.barlev.googlepages.com/ecryptfs-utils-26-alon-patches.tar.bz2
0000-ecryptfs-utils-26-build.patch

A sample package is available at:
http://alon.barlev.googlepages.com/ecryptfs-utils-27_beta1.tar.bz2

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
eCryptfs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecryptfs-devel

Reply via email to