summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Update polarssl.m4Michael Steinert2013-04-091-6/+21
| | | | | | | | 1. Update license to match the rest of the project 2. Update library check (similar to previous change in popt.m4) Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Implement SSL/TLS over CyaSSL, GnuTLS, OpenSSL & PolarSSL backendsMichael Steinert2013-04-091-0/+60
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Adding autotools support for Python3 codegenAlan Antonuk2012-10-051-0/+49
|
* Fix check for PoptMichael Steinert2012-05-231-3/+3
| | | | | | | | AC_SEARCH_LIBS was adding `-lpopt` to the LIBS variable, resulting in librabbitmq.so being linked with Popt. Switching to AC_CHECK_LIB fixes the problem. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Make configure options more sensibleMichael Steinert2012-05-171-0/+73
| | | | | | | | | | | | | | `--disable-tools` will disable the AMQP tools. `--disable-docs` will disable the AMQP tools documentation. The `XMLTO` environment variable can be used to override the location of the `xmlto` command at configure time. The `POPT_CFLAGS` & `POPT_LIBS` environment variables can be used to influence Libpopt configuration. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Add -Wall, -Wextra & -pedantic by defaultMichael Steinert2012-05-172-0/+117
| | | | | | | This change also adds a couple small autoconf macros to make it easier to deal with compiler options. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Add a .gitignore fileMichael Steinert2012-05-172-0/+5
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Store macros in m4 sub-directoryMichael Steinert2012-05-171-0/+0
This is a recommended practice for Automake. The correct macros will be distributed with the source tarball making it easier for users to regenerate configure/Makefile if they wish. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>