summaryrefslogtreecommitdiff
path: root/common/dhash/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-07-13Build all SSSD components with warnings enabledStephen Gallagher1-0/+2
Previously, only the SSSD server components were being built with compile-time warnings enabled. This patch will ensure that all components in common and sss_client are also built the same way.
2009-06-02Enable quiet build for automake >= 1.11Stephen Gallagher1-0/+3
If automake 1.11 or higher is available, use of the configure option '--enable-silent-rules' will suppress most build messages and replace them with lines such as CC sysdb.o This affects libtool as well.
2009-05-26more autotools cleanupSumit Bose1-1/+1
2009-05-19Fix RPM generation issues with sssdStephen Gallagher1-2/+2
Ensures that the common libraries build statically. Also ensures that the sssd.spec creates the SYSV init script with the appropriate permissions. Cleans up the useless rpmdist target that was obsolete. Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files were dangling symlinks.
2009-05-14Enable modular build of common SSSD librariesStephen Gallagher1-0/+20
Allow configuration and build of individual SSSD utility libraries from their own subdirectories. Building all utilities is still possible recursively from the common root.