summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-1/+0
|
* buildsys: various buildsystem updatesLennart Poettering2009-11-141-1/+1
|
* Patch from Padraig O'Briain <Padraig.Obriain@sun.com> to build avahi on SolarisSebastien Estienne2006-05-021-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1206 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* revert to 1189Sebastien Estienne2006-04-231-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1191 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* adding --enable-foo=auto , only for qt3 / qt4 for reviewSebastien Estienne2006-04-231-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1190 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Update static hosts, fix a missing fclose(), free some leaked memory and ↵Trent Lloyd2006-02-201-2/+2
| | | | | | | | | fix indenting. * Update my bootstrap.sh magic git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1147 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Include some new files from docs/ into the tarballs (incl API-CHANGES-0.6)Trent Lloyd2005-11-231-1/+1
| | | | | | | * Update my personal flags git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1023 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add support for other os in --with-distro (darwin/netbsd/freebsd), we can ↵Sebastien Estienne2005-11-141-3/+3
| | | | | | now make initscripts git-svn-id: file:///home/lennart/svn/public/avahi/trunk@962 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * many small fixes for NetBSDSebastien Estienne2005-10-311-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@911 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * many trivial fix to make avahi compile on OpenBSDSebastien Estienne2005-10-281-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@903 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * use which in autogen.sh instead of type -pSebastien Estienne2005-10-241-0/+7
| | | | | | | | | * add NetBSD support in bootstrap.sh * Netbsd doesn t have RLIMIT_AS -> ifdef * reorder an include in dnsconfd/main.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@862 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * bug fix in run_versionedSebastien Estienne2005-10-201-3/+14
| | | | | | | | * bug fix in socket.c and cosmectic change * use uname instead of MACHTYPE in bootstrap.sh git-svn-id: file:///home/lennart/svn/public/avahi/trunk@830 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * remove some --disable in boostrap.sh for osxSebastien Estienne2005-10-191-1/+1
| | | | | | | | | * added a missing include in dus-protocol.h * remove getinterface in a-d-s replaced by if_indextoname * avahi-discover-standalone is now working on osx git-svn-id: file:///home/lennart/svn/public/avahi/trunk@826 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * bootstrap for MacOsX tigerSebastien Estienne2005-10-191-2/+16
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@825 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * pass --enable-tests --enable-compat-howl --enable-compat-libdns_sd to ↵Lennart Poettering2005-10-191-1/+1
| | | | | | | | | | configure in bootstrap.sh * drop platform testing in configure.ac * add some more function/header checks to configure.ac git-svn-id: file:///home/lennart/svn/public/avahi/trunk@820 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-171-1/+10
| | | | | | | | | | | | * Add new constant AVAHI_ADDRESS_STR_MAX for use with avahi_address_snprint arr ays * Update all our code to use AVAHI_ADDRESS_STR_MAX * Add avahi_client_add_address to avahi-client * Add avahi_client_add_address test to avahi-client git-svn-id: file:///home/lennart/svn/public/avahi/trunk@800 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* use exec for starting autogen.sh from bootstrap.shLennart Poettering2005-08-291-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@492 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Split bootstrap.sh into autogen.sh which configures with no extra flagsTrent Lloyd2005-08-291-29/+1
| | | | | | | | * bootstrap.sh now calls autogen.sh with the extra CFLAGS and options This is to help support building avahi with jhbuild for targetting GNOME git-svn-id: file:///home/lennart/svn/public/avahi/trunk@491 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Re-order the calls in bootstrap.sh to make it more sane and fasterTrent Lloyd2005-08-291-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@490 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* small bootstrap improvementLennart Poettering2005-08-251-3/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@438 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * avahi-bookmarks: Mention twisted.web in twisted error messageTrent Lloyd2005-08-241-1/+1
| | | | | | | | | | * 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
* Require automake 1.9Lennart Poettering2005-08-061-3/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@241 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add some autoconf check for pygtk and gtk.gladeSebastien Estienne2005-08-041-1/+1
| | | | | | | | * 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
* * Don't require python for buildLennart Poettering2005-08-031-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@217 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering2005-08-021-1/+1
| | | | | | | * fix some warnings (and some real errors) found when compiling avahi with excessive GCC warnings git-svn-id: file:///home/lennart/svn/public/avahi/trunk@209 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix build system for build without gtk and dbusLennart Poettering2005-06-211-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@137 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * move socket and pid file to its own directory /var/run/avahiLennart Poettering2005-06-211-1/+1
| | | | | | | * create /var/run/avahi securely git-svn-id: file:///home/lennart/svn/public/avahi/trunk@133 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* autotoolizeLennart Poettering2005-05-061-0/+48
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@51 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe