v0.6.20
* Bump version number in configure.ac to 0.2 * Move a few dir definitions in Makefile.am's do that autotools doesn't create empty directories * Uncomment AM_CONDITIONAL for TARGET_GENTOO which broke the build * Add missing introspect files to EXTRA_DIST in avahi-daemon/Makefile.am, makes distcheck pass again. * Remove the ugly archlinux specific -std=c99 hack * Replace it with a much more elegant test to see if rtnetlink.h will compile w ith -std=c99 and disable it if it will not
fix build on MacOSX (patch from Sjoerd Simmons, closes #51)
Merge patch from Frederic Peters, fixing doxygen.m4 for newer autoconf versions (closes #42)
regenerate doxygen when a header or an example file is modified
Disable SSP on archs that don't support it. (Patch idead from Sjoerd Simons; Closes #137)
* added a .desktop for avahi-discover * added macro for checking python modules in common/python.m4 * check for python modules gtk and dbus