summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2017-06-20fix: fix compiling on FreeBSDEric Koegel1-1/+1
And remove -Wredundant-decls from build warnings
2017-05-28chore: add CONSOLEKIT_DEBUGGING support back inEric Koegel1-1/+1
when compiling with --enable-debug=full
2017-05-21feat: introduce libconsolekitEric Koegel1-0/+96
Create a libconsolekit helper library for developers to ease working with ConsoleKit2. The library is exported using GObject Introspection so there's bindings to other languages.
2017-05-21chore: simplify configure.acEric Koegel2-0/+555
Pull in the m4 macros from the xfce4-dev-tools so we have ways to simplify and shorten the configure.ac file.