summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Use AC_PROG_CC_C99 to discover C99-compliant compiler.Diego 'Flameeyes' Pettenò2008-08-071-3/+2
| | | | | | | | | Instead of just checking if the compiler supports -std=gnu99 option, make use of the autoconf macro for discovering C99. This way other non-GCC compiler could be used in C99 mode too. If the compiler does not support gnu99 it falls back to c99, giving more chances that it would work than leaving it to default.
* Create the m4 directory to host M4 macro files.Diego 'Flameeyes' Pettenò2008-08-071-0/+1
| | | | | Make it known to autoconf and aclocal, add ignore file for libtool 2.2 macro files.
* Check for assert.h header and allow to disable assertions.Diego 'Flameeyes' Pettenò2008-08-071-0/+1
| | | | | | | In recent versions of autoconf, the AC_HEADER_ASSERT check not only makes sure that the assert.h header is found but it also allows the user to decide whether to enable or disable assertions at ./configure (rather than having to pass -DNDEBUG manually).
* Execute autoupdate.Diego 'Flameeyes' Pettenò2008-08-071-2/+2
| | | | | Replaces AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS and AC_HELP_STRING with AS_HELP_STRING (and quotes its parameters).
* Bump autoconf requirement to 2.62 (latest released version).Diego 'Flameeyes' Pettenò2008-08-071-1/+1
|
* make building of examples optionalLennart Poettering2008-07-301-0/+5
|
* bump soname/versionLennart Poettering2008-07-291-2/+2
|
* update licenses/file headersLennart Poettering2008-07-281-7/+6
|
* don't look for spec file from configure.acLennart Poettering2008-07-281-1/+1
|
* modernize build systemLennart Poettering2008-07-281-24/+28
|
* Use asprintf() to set the path of the pidfile rather than using a 4KB static ↵Lennart Poettering2008-03-261-1/+1
| | | | | | buffer. Modified patch from Flameeyes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@136 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* Discover presence of lynx, rather than error out if not present and ↵Lennart Poettering2008-03-261-5/+5
| | | | | | --disable-lynx not given. Patch from Flameeyes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@134 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* bump version and sonameLennart Poettering2007-07-101-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@128 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* bump soname and package versionLennart Poettering2007-06-111-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@122 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* allow automatic detection of lynx support. Closes PulseAudio bug #64.Lennart Poettering2007-05-231-5/+5
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@114 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* bump version and sonameLennart Poettering2005-11-241-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@108 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* * Change license to LGPLLennart Poettering2005-11-181-9/+11
| | | | | | | | * Update README * make use of autoconf macro AM_GNU_SOURCE git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@101 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* fixes needed for windows and solarisSebastien Estienne2005-10-281-1/+20
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@94 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* * bump version numberLennart Poettering2005-08-241-2/+2
| | | | | | | | * require automake 1.9 * small cleanups git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@88 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* * implement proper PID file lockingLennart Poettering2005-06-041-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@79 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* rename src/ to libdaemon/Lennart Poettering2004-12-181-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@71 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* * don't build doxygen docs by defaultLennart Poettering2004-12-181-19/+0
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@70 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* * build system updateLennart Poettering2004-12-181-4/+11
| | | | | | | | | | | * doxygen update * add some SVN tags to some files * gcc 2.95 compatiblity * remove some compilation warnings * fix testd git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@69 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* detach from controlling ttyLennart Poettering2004-03-151-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@61 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* Signal fixesLennart Poettering2004-02-081-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@56 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* fixLennart Poettering2004-01-111-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@54 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* Ready for 0.4Lennart Poettering2004-01-101-5/+5
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@50 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* some last minute changesLennart Poettering2004-01-101-7/+9
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@49 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* may changesLennart Poettering2003-12-111-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@47 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* commit release 0.3Lennart Poettering2003-10-201-3/+7
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@41 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* Moved to trunkLennart Poettering2003-07-311-0/+97
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@38 153bfa13-eec0-0310-be40-b0cb6a0e1b4b