summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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.0Stephen Gallagher2009-08-241-1/+1
| | | | Update gettext strings
* Update version to 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.