summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* bump sonamesv0.6.23Lennart Poettering2008-06-241-4/+4
|
* bump versionLennart Poettering2008-06-241-1/+1
|
* Hide everything except for the avahi_qt_poll_get symbol if possible in the ↵Sjoerd Simons2008-06-241-0/+3
| | | | qt bindings
* Disable AC_FUNC_MALLOC and AC_FUNC_REALLOCTed Percival2008-04-261-2/+4
| | | | | | | | | because they cause unnecessary build failures Closes #196 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1780 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Avoid using AC_CHECK_FILE when cross-compilingTed Percival2008-04-261-15/+19
| | | | | | | because it causes configure to abort git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1779 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* build avahi-gobject only when avahi-client is also builtLennart Poettering2008-01-031-1/+6
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1670 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bump version and sonameLennart Poettering2007-12-171-5/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1600 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add i18n supportLennart Poettering2007-12-171-0/+13
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1593 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* properly initialize CFLAGS for expatLennart Poettering2007-12-161-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1587 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix bash compatibilityLennart Poettering2007-12-161-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1586 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Allow compilation against bsdxml instead of Expat. Patch from zml. (Closes #159)Lennart Poettering2007-12-161-17/+49
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1585 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* split off libavahi-gobject into its own directoryLennart Poettering2007-10-281-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1564 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* split of libavahi-gobject, since people already starting complaining about ↵Lennart Poettering2007-10-281-1/+23
| | | | | | the additional dependencies it pulls in for libavahi-glib: libgobject, libavahi-client, libdbus git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1563 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* generate devhelp index fileLennart Poettering2007-10-271-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1562 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix build order for avahi-glibLennart Poettering2007-10-241-33/+33
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1558 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add AM_PROG_CC_C_O to configure.acTed Percival2007-10-191-0/+2
| | | | | | | automake wants it for avahi-autoipd/Makefile.am:36 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1550 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Move SimpleGladeApp.py into avahi-discover, so that avahi-python doesn't ↵Sjoerd Simons2007-09-231-0/+1
| | | | | | need to depend on python anymore git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1539 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update sonamesLennart Poettering2007-08-121-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1515 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add new API function avahi_server_set_browse_domains() to avahi-coreLennart Poettering2007-08-121-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1513 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Change _XOPEN_SOURCE to 500Lennart Poettering2007-07-111-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1498 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add FreeBSD kqueue support for watching for configuration file changes, much ↵Lennart Poettering2007-07-101-0/+9
| | | | | | the same way we currently have for Linux with inotify. (Patch supplied by marcus, but autoconf check reversed, re #149) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1495 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bump versionLennart Poettering2007-06-221-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1490 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* use libdaemon's new daemon_close_all() function to close all fds when ↵Lennart Poettering2007-06-111-1/+1
| | | | | | daemonizing. This requires libdaemon 0.11 (not yet released) to work, hence also bump the dep. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1487 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Some additional solaris portability issues. (Patch from trs80) (re #145)Lennart Poettering2007-06-111-0/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1486 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bumping version and sonamesLennart Poettering2007-05-091-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1474 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Disable SSP on archs that don't support it. (Patch idead from Sjoerd Simons; ↵Lennart Poettering2007-05-081-1/+1
| | | | | | Closes #137) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1462 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add avahi-ui-sharpJames Willcox2007-04-191-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1444 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Yes, I suck. This commit contains two totally unrelated changes and I reallyLennart Poettering2007-04-181-0/+77
| | | | | | | | | | | | | | should commit them seperately, but I am ignoring my own rules, and do it in a single commit. I suck. I really do. I am sorry. Please don't try this at home. And please don't tell your children! * Show properly that avahi-autoipd is not built if libdaemon is missing (Closes #133) * Enable stack-smashing protection if available and wokring. Patch from tedp. (Closes #105) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1440 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bump version number and libtool revisionLennart Poettering2007-04-171-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1432 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add inotify support for /ect/avahi/services and /etc/avahi/hosts. Based on a ↵Lennart Poettering2007-04-151-0/+11
| | | | | | patch from "behanw". (Closes #95, #33) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1426 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix a typo in configure.ac. found by tedp. closes #109Lennart Poettering2007-04-121-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1418 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix a typo in configure.ac. Patch from ahanke. Closes #112Lennart Poettering2007-04-121-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1415 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* always build with -fPIC to allow address space randomizationLennart Poettering2007-04-121-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1410 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Commit first version of avahi-ui and zsshLennart Poettering2007-02-071-0/+7
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1388 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bump version number and SONAMESLennart Poettering2007-01-051-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1367 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Modify C++ testing code to pass when CXXFLAGS contains -Werror. (Closes #75) ↵Lennart Poettering2007-01-011-1/+1
| | | | | | (BTW, -Werror is a call for trouble anyway due to differring gcc versions) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1362 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Check for a working C++ compiler in configure.ac (Closes #75) Thanks, tedp!Lennart Poettering2006-12-311-0/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1356 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add a comment so that #87 is not repeatedLennart Poettering2006-12-311-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1355 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Un-bump DNS-SD soname, we are following apple's version so we Trent Lloyd2006-12-291-1/+1
| | | | | | | | shouldn't bump it (woops) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1354 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Bump version to 0.6.16Trent Lloyd2006-12-281-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1348 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Bump SONAME version of libdns_sdTrent Lloyd2006-12-281-2/+2
| | | | | | | | * Bump SONAME version of avahi-core (Closes #76) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1346 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix specifying priviliged access group (Closes: #85)Trent Lloyd2006-12-111-2/+2
| | | | | | | | | | | | Thanks to delphinidae * Fix incorrect manual reference (Closes: #83) Thanks to delphinidae * Fix incorrect assert() in client-publish-service.c (Closes: #79) Thanks to tedp * Fix builds on < 2.6.19 (temporary fix, pending possible "better" solution) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1337 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix a bug where Avahi does not verify the source of netlink messages Trent Lloyd2006-11-061-1/+1
| | | | | | | | (Closes #69) Update NEWS/configure for 0.6.15 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1331 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix build on NetBSD. Patch contributed by Daniel S. Haischt (closes #59)Lennart Poettering2006-09-211-0/+16
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1328 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bump version number and sonamesLennart Poettering2006-09-131-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1325 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* autoconf love: Lennart Poettering2006-08-311-20/+44
| | | | | | | | | | | | | | | * use autoconf to check whether dbus_connection_close() is available and use it if it is, don't do those checks based on the D-Bus version. * Make use of dbus_bus_get_private() if it is available. * Since D-Bus agreeed on a cononical way to write their name, use that way in configure.ac. * Add configure options to define the UNIX user/group for avahi-autoipd git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1295 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add initial version of a RFC3927/IPv4LL implementationLennart Poettering2006-08-301-0/+16
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1286 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bump sonamesLennart Poettering2006-08-241-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1273 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* - allow access to the DBUS SetHostName method only to users in the group ↵Lennart Poettering2006-08-231-28/+38
| | | | | | | | | "netdev" (and make that group name configurable on ./configure - bump version number git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1265 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* build docs for avahi-core only if --enable-core-docs was passed to ↵Lennart Poettering2006-08-211-0/+11
| | | | | | configure. Build GLIb docs only when glib is enabled, same for qt3/qt4 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1253 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe