summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* prepare release 0.8v0.8Lennart Poettering2009-10-151-1/+1
|
* make things clean for -Wstrict-aliasingLennart Poettering2009-10-151-1/+1
|
* minor build system updatesLennart Poettering2009-10-151-2/+7
|
* Check if the linker has an option to refuse undefined references.Diego E. 'Flameeyes' Pettenò2008-11-191-0/+2
| | | | | This ensures that hte library will be built in a way that will not fail when --as-needed is used.
* Use dnl instead of # for comments.Diego 'Flameeyes' Pettenò2008-10-281-24/+24
| | | | This way they don't get added to the generated configure script.
* Use the new CC_CHECK_CFLAGS_APPEND macro instead of a custom for.Diego 'Flameeyes' Pettenò2008-10-281-5/+1
|
* Create an improved function search macro, and use it to look for res_query.Diego 'Flameeyes' Pettenò2008-10-281-14/+6
| | | | | | | | | | Instead of using AC_SEARCH_LIBS or AC_CHECK_LIB, create a new macro to search for function in different libraries; this is needed since the function name might just be a (preprocessor) macro for another symbol. The new macro is released under GPL2 (or later) + exception, and allows to provide a custom source code to use to test for the function.
* bump versionsLennart Poettering2008-10-281-2/+2
|
* Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering2008-10-281-43/+11
|\ | | | | | | | | Conflicts: configure.ac
| * Split out the lynx documentation generation autoconf code to an m4 macro.Diego 'Flameeyes' Pettenò2008-08-261-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-261-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.
| * Use AC_PROG_CC_C99 to discover C99-compliant compiler.Diego 'Flameeyes' Pettenò2008-08-261-1/+2
| | | | | | | | | | | | Instead of just checking if the compiler supports -std=c99 option, make use of the autoconf macro for discovering C99. This way other non-GCC compiler could be used in C99 mode too.
| * Move ACX_PTHREAD macro from acinclude.m4 to m4/ directory.Diego 'Flameeyes' Pettenò2008-08-261-0/+1
| | | | | | | | | | | | | | | | | | Make this change because recent versions of libtool (2.2 series) copy over their m4 macro files if an m4/ directory is present, and because futher m4/ macro files might be added too. Also make sure the macro directory is announced to autoconf and is picked up by aclocal.
| * Check for assert.h header and allow to disable assertions.Diego 'Flameeyes' Pettenò2008-08-261-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-261-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-261-1/+1
| |
* | Patch for asyncns.c on Mac OS XMikael Hallendal2008-10-261-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, The asyncns-test.c file needed the same fix but 'make check' still fails with the following error: Undefined symbols: "_res_9_dn_expand", referenced from: _main in asyncns-test.o _main in asyncns-test.o _main in asyncns-test.o ld: symbol(s) not found I haven't looked into where they are supposed to be defined though (about to run off for dinner here). Attaching small patch for async-test.c (also moved the header check into your already existing AC_CHECK_HEADERS). Cheers, Micke Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | add missing check for arpa/nameser_compat.h on MacOSXLennart Poettering2008-10-261-0/+2
| |
* | prepare 0.6v0.6Lennart Poettering2008-10-241-2/+2
|/
* prepare v0.5v0.5Lennart Poettering2008-08-181-2/+2
|
* bump revisionLennart Poettering2008-07-271-1/+1
|
* bump sonameLennart Poettering2008-07-271-1/+1
|
* a few minor updates to configure.acLennart Poettering2008-07-271-10/+9
|
* update licenses/file headersLennart Poettering2008-07-271-10/+10
|
* fix typoLennart Poettering2007-02-201-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@35 cc0fb855-19ed-0310-866e-8c1d96e4abae
* comment yet another macroLennart Poettering2007-02-201-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@34 cc0fb855-19ed-0310-866e-8c1d96e4abae
* don't make use of a few newer autoconf macros whose result we don't use anywayLennart Poettering2007-02-201-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@33 cc0fb855-19ed-0310-866e-8c1d96e4abae
* bump version numberLennart Poettering2007-02-201-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@32 cc0fb855-19ed-0310-866e-8c1d96e4abae
* Fix res_query() check to work on AMD64. Patch from Sjoerd Simons, for more ↵Lennart Poettering2007-02-201-2/+10
| | | | | | info see Debian bug #411582 git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@31 cc0fb855-19ed-0310-866e-8c1d96e4abae
* assorted build system updatesLennart Poettering2007-02-161-18/+38
| | | | git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@28 cc0fb855-19ed-0310-866e-8c1d96e4abae
* Merge res_query patch from Sjoerd SimonsLennart Poettering2007-02-161-0/+7
| | | | git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@23 cc0fb855-19ed-0310-866e-8c1d96e4abae
* pthread compatLennart Poettering2005-01-081-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@14 cc0fb855-19ed-0310-866e-8c1d96e4abae
* * Solaris 2.8 compatLennart Poettering2005-01-071-0/+3
| | | | | | | * C++ compat git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@11 cc0fb855-19ed-0310-866e-8c1d96e4abae
* * add documentationLennart Poettering2005-01-071-4/+20
| | | | | | | | | | | | | | * add SVN ids * add doxygen stuff * gcc 2.95 compat * add LICENSE * complete autoconf/autotools setup * cleanup example * fix asyncns_wait() * cope with prctl() failing git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@10 cc0fb855-19ed-0310-866e-8c1d96e4abae
* make the stuff compile with autoconf/automakeLennart Poettering2005-01-071-115/+3
| | | | git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@8 cc0fb855-19ed-0310-866e-8c1d96e4abae
* rename libaar to libasyncnsLennart Poettering2005-01-071-0/+191
git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@4 cc0fb855-19ed-0310-866e-8c1d96e4abae