summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2008-02-08Merge branch 'master' into vlowther-even-simpler-sleep-modulesVictor Lowther1-0/+1
2008-02-07Even simpler modularization of sleep methods.Victor Lowther1-0/+1
This splits the actual functions that perform the sleep/wakeup into a file which is sourced, adds an environment variable which controls which module is sourced, moves the check functions into the sleep module, modifies pm-action and pm-is-supported to take these changes into account, and modifies the automake machinery to take these changes into account.
2008-02-06pkg-config file to support 3rd party programsDan Nicholson1-0/+1
A pkg-config file has been added to allow 3rd party programs to find out about the user's pm-utils installation. This means they can make an informed decision about where to install a sleep hook, for instance.
2008-01-26rename hooks into sleep.d -- this is something we have wanted toRichard Hughes1-1/+1
do for a long time, but CVS made it hard
2007-09-10- bump minor revpm-utils-0.99.4Peter Jones1-1/+1
2007-03-26- bump version, add changelogpm-utils-0.99.3Peter Jones1-1/+1
2007-03-13- er, make it .2pm-utils-0.99.2Peter Jones1-1/+1
2007-03-13- bump versionPeter Jones1-1/+1
2007-03-06- er, get the version number bit right ;)Peter Jones1-1/+1
2007-02-20- bump version for prereleasepm-utils-0.99.0Peter Jones1-1/+1
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-1/+0
* configure.in: * pm/Makefile.am: Create /etc/pm/config.d on package install as this is an empty directory for custom configs. * src/Makefile.am: Build the src, and install the scripts. TODO: symlink the pm-* scripts.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+50
* Makefile: Remove old build system, as Makefile is now autogenerated. * Makefile.am: * configure.in: Add in master build files for the autotooled build system.