summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Unset release flag, and start NEWS for 0.82.5Simon McVittie2007-12-101-1/+1
* Version 0.82.4dbus-python-0.82.4Simon McVittie2007-12-101-2/+2
* Don't try to make dbus/Makefile from dbus/Makefile.in; the fix for #12741 rem...Simon McVittie2007-10-121-1/+0
* Unset dbus_python_released following releaseSimon McVittie2007-09-271-1/+1
* Version 0.82.3Simon McVittie2007-09-271-2/+2
* Unset dbus_python_releasedSimon McVittie2007-08-011-1/+1
* Release 0.82.2Simon McVittie2007-08-011-2/+2
* Check for epydoc version >= 3, and default to building API docs if availableSimon McVittie2007-08-011-2/+15
* Bump version to 0.82.1.YYYYMMDDSimon McVittie2007-07-121-1/+1
* NEWS, configure.ac: 0.82.1, the "double precision" releaseSimon McVittie2007-07-111-2/+2
* Unset dbus_python_releasedSimon McVittie2007-07-031-1/+1
* Avoid using deprecated dbus_watch_get_fd()Simon McVittie2007-06-211-0/+6
* Version 0.82.0Simon McVittie2007-06-191-3/+3
* Unset dbus_python_releasedSimon McVittie2007-06-151-1/+1
* Version 0.81.1Simon McVittie2007-06-041-2/+2
* configure.ac: Reset released flag to 0Simon McVittie2007-05-161-1/+1
* Increment version to 0.81.0Simon McVittie2007-05-091-3/+3
* Stop tutorial.txt being generated by ./configure - not worthwhile just for a ...Simon McVittie2007-05-071-1/+0
* Add optional checks for coding style (mainly whitespace at the moment).Simon McVittie2007-04-241-1/+16
* Refactor build system:Simon McVittie2007-04-241-4/+3
* configure.ac: untabifySimon McVittie2007-04-241-6/+6
* Set released flag back to 0Simon McVittie2007-02-131-1/+1
* Release version 0.80.2Simon McVittie2007-02-131-3/+3
* configure.ac: Only use -Werror if user passes --enable-Werror to configure.Simon McVittie2007-01-251-3/+8
* Use AC_PREREQ(2.59c) to make sure we can use docdir, which is relatively newSimon McVittie2007-01-241-1/+1
* Reset released flagSimon McVittie2007-01-241-1/+1
* Version 0.80.1, the "oops" release. Install dbus/_version.py so dbus.__versio...Simon McVittie2007-01-241-2/+2
* Clear "released" flag after releaseSimon McVittie2007-01-241-1/+1
* Relax dbus requirement to 0.93, to be nice to Ubuntu 6.10 and Fedora Core 6 u...Simon McVittie2007-01-241-5/+5
* Remove unnecessary "..." in AC_MSG_CHECKING; correct quoting in AC_MSG_RESULT...Simon McVittie2007-01-241-7/+7
* Clear "released" flag. Improve checking for rst2html and epydoc.Simon McVittie2007-01-241-9/+39
* Automatically detect whether various desirable rst2html options are actually ...Simon McVittie2007-01-241-6/+29
* Build pre-release version 0.79.94 (= 0.80rc4)Simon McVittie2007-01-221-2/+2
* Alter Makefile.am, configure.ac to recurse into subdirs for previous change t...Simon McVittie2007-01-221-0/+5
* configure.ac: When building a non-release version, compile with -WerrorSimon McVittie2007-01-221-1/+4
* Add a "released" flag to configure.ac: if not 1, append the date to the version.Simon McVittie2007-01-191-1/+7
* Correctly don't build HTML docs if rst2html is not foundSimon McVittie2007-01-161-1/+1
* Generate HTML docs from reStructuredText if rst2html is availableSimon McVittie2007-01-161-1/+6
* configure.ac: don't divert autotools cruft into autotools/, it's probably mor...Simon McVittie2007-01-151-1/+0
* Stop trying to get macros from the autotools directory (no longer needed)Simon McVittie2007-01-091-2/+0
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-0/+83