summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: change license to MITHEADmasterBrandon Philips2012-09-031-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the spirit of 70df7aaa lets change the license again, this time to MIT! Context: On 23:15 Tue 10 Apr 2012, Lennart Poettering wrote: > On Mon, 09.04.12 14:51, Brandon Philips (brandon@ifup.org) wrote: > > I am working on a daemon and it would be great to use libdaemon. > > However, the project is Apache licensed and I have no idea how they > > interact. Is it at all possible to dual license LGPL/BSD or LGPL/Apache? > > > > https://github.com/racker/virgo > > heya. I am not such a big fan of the BSD licenses myself, but I guess in > this case it is OK. Yea :-/ > The only major other contributor seems to be Diego Pettenò who should be > OK with such a change. I'll ask him. Great, thank you. > Would you be OK with MIT as well? Yes, the MIT license works too.
* build-sys: various build system updatesLennart Poettering2009-10-171-3/+10
|
* If the linker suppors it, ensure that the library has no undefinedDiego E. 'Flameeyes' Pettenò2008-11-191-0/+2
| | | | | | | references. This is important to make sure that no bugs are introduced that breaks when using --as-needed.
* Update the attributes.m4 macro file from xine-lib/lscube.Diego E. 'Flameeyes' Pettenò2008-11-191-5/+1
| | | | | Also use the new CC_CHECK_CFLAGS_APPEND macro instead of doing the for loop manually.
* Bumping version (and version info for the library).Diego 'Flameeyes' Pettenò2008-10-021-2/+2
| | | | | This will allow to explicitly check for support of the new extensions (like verbosity).
* Create an -uninstalled variant of the pkg-config file.Diego 'Flameeyes' Pettenò2008-10-011-1/+1
| | | | | With this variant, it's possible to build against a live tree of libdaemon to test in-development features.
* Split out the lynx documentation generation autoconf code to an m4 macro.Diego 'Flameeyes' Pettenò2008-08-071-18/+1
| | | | | As many 0pointer projects use the same code, move it out on its own macro, and use that. The macro can then be shared across projects.
* Replace the CFLAGS-checking code with a common macro from xine-lib.Diego 'Flameeyes' Pettenò2008-08-071-23/+5
| | | | | | | | | | | | | | Instead of writing custom code to check for cflags checking, import a copy of attributes.m4 from xine-lib's repository and use the CC_CHECK_CFLAGS macro. The advantage lies not only in being able to reduce the custom code in configure.ac, but also in the fact that the CC_CHECK_CFLAGS macro caches the results, making ./configure -C quite faster on second run. Check for the CFLAGS for any compiler and not just GCC, if the compiler does support the flag it is better to u se it anyway, otherwise it will be skipped.
* Don't check for the C++ compiler, as there are no C++ source files.Diego 'Flameeyes' Pettenò2008-08-071-1/+0
| | | | | | | Older versions of libtool (pre-2.2) made this change unimportant as C++ and Fortran compilers were always checked for. Newer libtool versions solve this problem, so it makes configure faster not to check for it.
* 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