summaryrefslogtreecommitdiffstats
path: root/sss_client/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* add a man page for pam_sssSumit Bose2009-09-231-23/+11
|
* configure cleanupsSumit Bose2009-09-031-1/+3
| | | | | - replaced mailing list address - let sssd base components read version from VERSION
* add configure check for errno_tSumit Bose2009-08-281-0/+2
|
* Support gettext >= 0.14 instead of 0.17Stephen Gallagher2009-08-201-1/+1
| | | | | | This is needed for support of RHEL5 Adding the assignment of $(localedir) was necessary, as gettext 0.14 does not include automatically assign it.
* Make socket paths a compile-time optionStephen Gallagher2009-08-111-0/+19
| | | | | | Previously, we had hardcoded the paths for the NSS, PAM and private PAM sockets to /var/lib/sss/pipes. With this patch, we will specify the sockets with --with-pipe-path.
* Build all SSSD components with warnings enabledStephen Gallagher2009-07-131-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.
* Add --with-aux-info config option to SSS clientStephen Gallagher2009-06-161-0/+8
|
* Enable quiet build for automake >= 1.11Stephen Gallagher2009-06-021-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.
* gettext cleanupsSumit Bose2009-05-281-3/+4
| | | | | | | This patch removes a couple of files which can be created by autopoint automatically. The pot file now contains no changes compared to the output of xgettext. This should help to avoid unnecesary changes to the pot or po files during a 'make dist' or similar calls.
* Initial gettext framework for sss_clientsStephen Gallagher2009-05-261-1/+2
|
* Clean up automake build to work on older versions of libtoolStephen Gallagher2009-05-261-1/+2
| | | | | | | | | | | | | | LT_INIT is supported only on Libtool >= 2.0, so I reverted it to using AC_PROG_LIBTOOL. Also reorganized how the common libraries were being built. Now they are treated as libtool convenience libraries instead of installable libraries (the --with-singlelib configure flag can still be used to generate a combined, installable DSO) I cleaned up the set of files being installed by automake, so the list of things we need to remove before packaging the RPM is now only the .la files associated with our own plugins.
* Fix RPM generation issues with sssdStephen Gallagher2009-05-191-1/+1
| | | | | | | | | | | 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.
* Use freeipa-devel@redhat.com for bug reportsStephen Gallagher2009-05-191-1/+1
|
* Enable automake builds for sss_clientStephen Gallagher2009-05-191-9/+22
|
* Update sss_client configure.ac tooSimo Sorce2009-04-271-1/+1
|
* sssd 0.3.2sssd-0_3_2Jakub Hrozek2009-04-201-1/+1
|
* Bump up to 0.3.1sssd-0_3_1Simo Sorce2009-04-131-1/+1
|
* Remove unexisting left over headersssd-0_2_1Simo Sorce2009-03-101-1/+1
| | | | Also bump up the version as this error prevented a successful build of 0.2.0
* Bump up to version 0.2.0sssd-0_2_0Simo Sorce2009-03-101-1/+1
| | | | Change version after changes in protocol and MPG behavior.
* Add PAM clientSumit Bose2009-02-241-0/+13
Also rename nss_client to sss_client and reuse the same pipe protocol for both the NSS and PAM client libraries. Signed-off-by: Simo Sorce <ssorce@redhat.com>