summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* * Sneakily update tags/release-0.2 with a couple minor fixes.tags/release-0.2Trent Lloyd2005-08-281-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/tags/release-0.2@486 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* integrate the service type database into the build systemLennart Poettering2005-08-271-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@454 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add strncasecmp to functions to check for in configure.acLennart Poettering2005-08-251-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@440 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * avahi-bookmarks: Mention twisted.web in twisted error messageTrent Lloyd2005-08-241-3/+11
| | | | | | | | | | * bootstrap.sh: Change interpreter to #!/bin/sh * configure.ac: - Allow --with-distro=none to bypass check for supported distro - Add check for the pkg-config binary git-svn-id: file:///home/lennart/svn/public/avahi/trunk@436 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * avahi-client/Trent Lloyd2005-08-231-17/+28
| | | | | | | | | | | | | | | | | | | | | | - Create a new function avahi_dbus_bus_get which acts like dbus_bus_get but instead gets a private connection, this solves the bug where you can't have more than one AvahiClient at once because each successive AvahiClient stepped on the DBusWatch handling of the previous due to libdbus liking to recycle its connections. Introduced a new configure option --with-dbus-system-address= if you set this, you likely want it set to unix:path=/some/socket/here The default is /var/run/dbus/system_socket_address, because this path is hard coded into D-BUS itself, and the DBUS_SYSTEM_BUS_ADDRESS environment variable is now supported to change this at runtime which is inline with libdbus. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@432 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Re-indent configure.ac to four spacesTrent Lloyd2005-08-231-38/+38
| | | | | | | * Make all python programs that use DBUS only install if compiling with DBUS support (avahi-utils/Makefile.am, man/Makefile.am) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@431 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Some configure cleanupsLennart Poettering2005-08-231-7/+6
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@423 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Bump version number in configure.ac to 0.2Trent Lloyd2005-08-231-18/+30
| | | | | | | | | | | | | * 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 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@417 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Re-enable use of gentoo initscriptsTrent Lloyd2005-08-231-3/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@416 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Yeh, so we wanted /etc/arch-release not /etc/arch-version.Trent Lloyd2005-08-231-2/+2
| | | | | | | * Fix syntax in the archlinux init script git-svn-id: file:///home/lennart/svn/public/avahi/trunk@412 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Check if the manpages have been generated, if not error about missing ↵Trent Lloyd2005-08-231-0/+4
| | | | | | xmltoman rather than warning git-svn-id: file:///home/lennart/svn/public/avahi/trunk@410 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Another fix to the archlinux stuff.Trent Lloyd2005-08-231-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@409 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * generate initscript/archlinux/MakefileTrent Lloyd2005-08-231-2/+3
| | | | | | | | * Fix archlinux CFLAG err, fix. * Rename the initscript dirs to all lowercase. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@407 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Clean up init script handling stuffTrent Lloyd2005-08-231-34/+38
| | | | | | | * Add archlinux support git-svn-id: file:///home/lennart/svn/public/avahi/trunk@406 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Mention a 'none' option to --with-distro for distributions that are not ↵Trent Lloyd2005-08-231-1/+1
| | | | | | | | | known. * Add a return 0 to the glib integration example, better make good code examples I suppose. :) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@405 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Exclude Gentoo, SUSE from configure.ac. Makes distcheck pass.Trent Lloyd2005-08-211-2/+0
| | | | | | | * Update AUTHORS file git-svn-id: file:///home/lennart/svn/public/avahi/trunk@384 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Detect usable compiler flags automatically (Thanks, Ikke!)Lennart Poettering2005-08-211-9/+24
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@374 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* show whether libavahi-client is builtLennart Poettering2005-08-151-2/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@342 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add check for putenvLennart Poettering2005-08-151-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@341 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix python autoconf checkLennart Poettering2005-08-151-7/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@340 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* improve configure even moreLennart Poettering2005-08-151-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@339 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix configureLennart Poettering2005-08-151-6/+7
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@338 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix typoLennart Poettering2005-08-151-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@337 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * cleanup build system a littleLennart Poettering2005-08-151-92/+153
| | | | | | | | * strip remaining glib usage * -fPIC build fix for x86-64 (thanks tvainika) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@336 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Add pkg-config files for avahi-glib/avahi-clientLennart Poettering2005-08-151-1/+0
| | | | | | | | * Generate .pc files with sed * use libtool for building libdbus-watch-glue git-svn-id: file:///home/lennart/svn/public/avahi/trunk@335 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * implement ini file parserLennart Poettering2005-08-151-1/+1
| | | | | | | | * strip glib usage from avahi-daemon * make dbus-watch-glue a static library so that both avahi-client and avahi-daemon can make use of it git-svn-id: file:///home/lennart/svn/public/avahi/trunk@327 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)Trent Lloyd2005-08-141-2/+3
| | | | | | | | | | * Put -DDBUS_API_SUBJECT_TO_CHANGE in DBUS_CFLAGS and remove from individual files * Add avahi-client to the C++ test runs, compile with DBUS flags * Fix avahi-client to compile with C++ compilers. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@323 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add C++ testLennart Poettering2005-08-141-1/+5
| | | | | | | * add more autoconf checks git-svn-id: file:///home/lennart/svn/public/avahi/trunk@313 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* implement new main loop abstraction layerLennart Poettering2005-08-121-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@305 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add some quoting to configure.acLennart Poettering2005-08-101-8/+8
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@287 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* rename --enable to --disable in some casesLennart Poettering2005-08-081-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@273 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * added --disable-python in configure.acSebastien Estienne2005-08-071-11/+11
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@255 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * added a .desktop for avahi-discoverSebastien Estienne2005-08-071-1/+18
| | | | | | | | * added macro for checking python modules in common/python.m4 * check for python modules gtk and dbus git-svn-id: file:///home/lennart/svn/public/avahi/trunk@254 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Man page for avahi-browseLennart Poettering2005-08-061-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@250 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * some cleanupsLennart Poettering2005-08-061-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@249 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * added support for XMLTOMAN in configure.ac (fetched from ifplugd)Sebastien Estienne2005-08-061-0/+22
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@248 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* preliminary mn page workLennart Poettering2005-08-061-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@247 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Require automake 1.9Lennart Poettering2005-08-061-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@241 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * remove pygtk checks and put it back like rev 217Sebastien Estienne2005-08-041-37/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@228 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * don't use autoconf to replace paths in avahi-utils. Use sed insteadLennart Poettering2005-08-041-38/+34
| | | | | | | * comment out sebest's pygtk stuff in configure.ac for now git-svn-id: file:///home/lennart/svn/public/avahi/trunk@227 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * renamed avahi-discover to avahi-discover-standaloneSebastien Estienne2005-08-041-1/+1
| | | | | | | | * install python avahi-discover * added missing file acinclude.m4 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@225 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add some autoconf check for pygtk and gtk.gladeSebastien Estienne2005-08-041-1/+54
| | | | | | | | * moved autoconf/automake doxygen macro in common/ * remove autogenerated py-compile git-svn-id: file:///home/lennart/svn/public/avahi/trunk@224 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * drop AVAHI_ENTRY_GROUP_SLEEPINGLennart Poettering2005-08-031-1/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@218 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Don't require python for buildLennart Poettering2005-08-031-2/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@217 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add C examplesLennart Poettering2005-08-031-2/+3
| | | | | | | | | | * change doxygen to output stuff in "doxygen/" instead of "doxygen-doc/" * implement avahi_entry_group_{reset,is_empty}() and make everyone use it * move holdoff (SLEEPING) time checking from server to entry group * add preliminary error codes git-svn-id: file:///home/lennart/svn/public/avahi/trunk@216 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Require Python 2.4 for buildLennart Poettering2005-08-031-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@214 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add avahi-utils in autoconfSebastien Estienne2005-08-021-0/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@211 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * autodetect doxygen based on http://ben-kiki.org/oren/doxample/Sebastien Estienne2005-07-281-12/+9
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@182 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * cleaned configure.acSebastien Estienne2005-07-061-12/+5
| | | | | | | | * fix Avahi runtime dir * use AM_CFLAGS instead of config.h.in to define paths (interfaces, socket, pid) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@165 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Make the configure script just not install init scripts or dbus config if ↵Trent Lloyd2005-07-051-3/+3
| | | | | | | | | the distribution isn't supported (rather than error out) * Import SUSE init script, still uses suse specific functions, we can change this later if we want git-svn-id: file:///home/lennart/svn/public/avahi/trunk@163 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe