summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Package systemd unit fileJakub Hrozek2010-09-021-1/+2
| | | | | | | So far, the systemd unit file is only packaged but not used in any of the packaged spec files. Fixes: #483
* Add gentoo-specific init dirMaxim2010-09-021-1/+3
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Add custom pam module dirMaxim2010-09-021-0/+7
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Rewrite toplevel MakefileStephen Gallagher2010-08-191-5/+159
| | | | | | There is no longer a need to have nested Makefiles and configure scripts. This patch combines the src/ Makefile and configure.ac into the root.
* Remove common directoryStephen Gallagher2010-08-191-1/+1
| | | | | | | All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git
* Rename server/ directory to src/Stephen Gallagher2010-02-181-1/+1
| | | | Also update BUILD.txt
* Eliminate separate build tree for sss_clientStephen Gallagher2010-02-181-1/+1
|
* Remove replaceSumit Bose2010-02-161-1/+1
|
* Add 'prerelease-srpms' target to MakefileStephen Gallagher2010-01-211-0/+2
| | | | | | | This target is available only if building from a git checkout. It will automatically populate the PRERELEASE_VERSION in version.m4 with the current datestamp and git commit id for creating an SRPM.
* Use version.m4 for setting the SSSD versionStephen Gallagher2010-01-211-9/+3
| | | | | | | | This is the preferred way of setting the version in a file, as autotools will properly monitor this file for changes and rerun autoconf/configure when necessary to update the version. This means that we don't need to manually perform an autoreconf in order to build a new RPM
* Add PRERELEASE_VERSION variable for use in sssd.spec.inStephen Gallagher2009-09-151-0/+10
| | | | | | This will add a second, optional line to the VERSION file that will be used by the automated build scripts to create snapshot versions.
* configure cleanupsSumit Bose2009-09-031-1/+3
| | | | | - replaced mailing list address - let sssd base components read version from VERSION
* Move RPM specfiles into contrib/Stephen Gallagher2009-09-021-1/+1
| | | | Support RHEL 5 in the spec file
* Update version to 0.5.0sssd-0_5_0Stephen Gallagher2009-08-241-1/+1
| | | | Update gettext strings
* Update version to 0.4.1sssd-0_4_1Stephen Gallagher2009-06-081-1/+1
|
* Use freeipa-devel@redhat.com for bug reportsStephen Gallagher2009-05-191-1/+1
|
* Convert top-level of SSSD to automake.Stephen Gallagher2009-05-191-0/+11
Also update RPM spec and build procedures.