summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* post release version bumpWilliam Jon McCann2007-09-171-1/+1
|
* Add FreeBSD native backend (untested)Florent Thoumie2007-08-251-0/+8
| | | | | | | | | | - Add Marcus' FreeBSD backend for ConsoleKit. Compiles fine but test-vt-monitor doesn't seem to work correctly. - Remove TODO entry. Submitted by: marcus Signed-off-by: Florent Thoumie <flz@FreeBSD.org>
* move peercred stuff into sysdeps. add solaris support.William Jon McCann2007-08-161-0/+2
|
* add some solaris supportWilliam Jon McCann2007-08-141-0/+2
| | | | Based on a patch from Brian Cameron.
* print out tools libs after configureWilliam Jon McCann2007-08-081-0/+1
|
* bump versionWilliam Jon McCann2007-04-101-1/+1
|
* disable static libsWilliam Jon McCann2007-04-101-0/+1
|
* use inotify to detect activity on tty when possibleWilliam Jon McCann2007-04-051-5/+21
|
* bump the ac_prereq and use the docdir varWilliam Jon McCann2007-04-031-15/+1
|
* autoconf fixes, separate pamlibdir variable, path expansion at make timeMichael Biebl2007-04-021-75/+77
| | | | | | | | | | | | | | | | | | The attached patch does the following: - Use a separate $pam-module-dir variable for the pam module - Instead of defining a custom $slibdir variable, just use the standard $libdir variable specified by autoconf - Use the standard autoconf $docdir variable (Add AC_PREREQ(2.59) for that). - Drop AS_AC_EXPAND macro and remove AC_DEFINE_UNQUOTED for dir variables. + Build the init script at make time using sed + Use defines in src/Makefile.am to pass the variables to gcc at make time - Consistently use AC_HELP_STRING everywhere - Remove/Replace deprecated macros: + AM_INIT_AUTOMAKE takes the package name and version number from AC_INIT + AM_CONFIG_HEADER -> AC_CONFIG_HEADERS + AC_OUTPUT -> AC_CONFIG_FILES Patch is tested and make distcheck works.
* use xlib directly instead of via gdkWilliam Jon McCann2007-03-261-2/+3
|
* fix missed pam_syslog changeWilliam Jon McCann2007-03-151-3/+2
| | | | Also make the configure checks simpler.
* fix building pam module on debian systemsWilliam Jon McCann2007-03-151-0/+3
| | | | | Only include what is available. Use a alternative to pam_syslog if it isn't available.
* bump versionWilliam Jon McCann2007-03-141-2/+2
|
* bump the version arbitrarilyWilliam Jon McCann2007-03-141-2/+2
|
* add a new configure option --with-slibdir to use for connectorWilliam Jon McCann2007-03-131-0/+15
| | | | Turns out that just using libdir breaks the .pc file install.
* add a stub for docbook documentationWilliam Jon McCann2007-03-081-30/+72
|
* use paths.h if availableWilliam Jon McCann2007-03-061-0/+2
|
* add linux backends for collecting session informationWilliam Jon McCann2007-03-021-0/+5
| | | | | These tools will be used to generate and verify the parameters used to open a session.
* add a test program for the PAM moduleWilliam Jon McCann2007-03-011-0/+4
| | | | | Basically this is a mini login. It authenticates, opens a session, sleeps 20 seconds, and then closes the session.
* add a connector library and (reluctantly) a PAM moduleDavid Zeuthen2007-02-281-0/+29
| | | | | | | | | | | Here are some patches to add one library and one PAM module so other programs (apart from gdm) can easily interact with ConsoleKit. It's mainly going to be used, I think, by login(1) and xinit(1). I'm not super happy about doing a PAM module but the Fedora util-linux package maintainer seems to be insist on this instead of just patching login(1). The PAM module isn't built by default. Both pieces of code are licensed under the MIT license as god knows what might want to use them. Sounds good to you?
* add framework for backend toolsWilliam Jon McCann2007-02-281-0/+23
| | | | System dependent tools will be built in subdirectories under tools.
* post release version bumpWilliam Jon McCann2007-02-261-2/+2
|
* post release version bumpWilliam Jon McCann2007-02-121-2/+2
|
* add more warnings when building from git0.1.1William Jon McCann2007-02-121-2/+1
|
* Change a console-kit to ConsoleKit in a few placesWilliam Jon McCann2007-01-121-5/+6
|
* Post release version bumpWilliam Jon McCann2007-01-111-1/+1
|
* Update for 0.1.0 release0.1.0William Jon McCann2007-01-111-1/+1
|
* Dist the ChangeLog, sigh.William Jon McCann2006-11-171-1/+1
|
* Automatically generate ChangeLog. Fix autogen. Remove translation stuff.William Jon McCann2006-11-171-2/+0
|
* Actually remove files and remember to use commit -a.William Jon McCann2006-10-271-1/+1
|
* Bump version for git.William Jon McCann2006-10-251-1/+1
|
* Initial importWilliam Jon McCann2006-10-251-0/+236