summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 7.4.4 releasev7.4.4Rainer Gerhards2013-09-031-1/+1
|
* make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-031-2/+4
|
* backport patch to fix configure setsid testRainer Gerhards2013-08-261-1/+1
|
* prepare for 7.4.3 releasev7.4.3Rainer Gerhards2013-07-181-1/+1
|
* prepare for 7.4.2 releaseRainer Gerhards2013-07-041-1/+1
|
* Add missing testMichael Biebl2013-06-201-1/+1
| | | | | Fixes ./configure: line 18474: xno: command not found
* prepare for 7.4.1 releasev7.4.1Rainer Gerhards2013-06-171-1/+1
|
* prepare for 7.4.0 releasev7.4.0Rainer Gerhards2013-06-051-1/+1
|
* build: don't check for libs that are not neededTomas Heinrich2013-06-031-7/+1
|
* add --enable-cached-man-pages ./configure optionRainer Gerhards2013-05-261-1/+16
| | | | | | | permits to build rsyslog on a system where rst2man is not installed. In that case, cached versions of the man pages are used (they were built during "make dist", so they should be current for the version in question.
* Revert "bugfix: problem in build system (especially when cross-compiling)"Tomas Heinrich2013-05-201-2/+2
| | | | | | | This reverts commit 813c9c7f524976ef598864afbb729bca31557c32. Removing references to libee.h in the previous commit solves the build issue so the cflag shoudn't be needed after all.
* prepare for 7.3.15 releasev7.3.15Rainer Gerhards2013-05-141-1/+1
|
* bugfix: problem in build system (especially when cross-compiling)Winfried2013-05-141-2/+2
| | | | | Thanks to Tomas Heinrich and winfried_mb2@xmsnet.nl for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=445
* Add a check for the rst2man binaryTomas Heinrich2013-05-141-1/+11
| | | | Called when either libgcrypt or GuardTime is enabled.
* prepare for 7.3.14 releasev7.3.14Rainer Gerhards2013-05-061-1/+1
|
* prepare for 7.3.13 releaseRainer Gerhards2013-04-291-1/+1
|
* add omrabbitmqvtomec2013-04-291-0/+22
|
* build: fix build if libgcrypt support is disabledMichael Biebl2013-04-261-0/+2
| | | | | | We don't want to hard-code `libgcrypt-config --libs` at various. Also, make sure LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS are correctly substituted.
* typo fixJohn Lyman2013-04-261-1/+1
|
* prepare for 7.3.12 releasev7.3.12Rainer Gerhards2013-04-261-1/+1
|
* typo fixRainer Gerhards2013-04-251-1/+1
| | | | Thanks to Michael Biebl for spotting it.
* rewording ./configure output for more clarityRainer Gerhards2013-04-241-4/+4
| | | | thanks to Michael Biebl for suggesting
* Merge branch 'master' into master-imjournalRainer Gerhards2013-04-171-4/+70
|\
| * Merge branch 'v7-stable'Rainer Gerhards2013-04-171-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | * prepare for 7.2.7 releasev7.2.7Rainer Gerhards2013-04-171-1/+1
| | |
| * | Merge branch 'master-crypto'Rainer Gerhards2013-04-171-0/+33
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | log encryption: initial PoC implementationRainer Gerhards2013-04-051-1/+1
| | | | | | | | | | | | | | | | rough baseline, needs to be extended for actual use.
| | * | add configure check for libgcryptRainer Gerhards2013-04-021-0/+33
| | | |
| * | | prepare for 7.3.10 releasev7.3.10Rainer Gerhards2013-04-101-1/+1
| | | |
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-04-101-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Set pkgconfig variables for libuuid on SolarisMartin Carpenter2013-04-091-0/+4
| | | |
| * | | Merge branch 'c7' into tmpRainer Gerhards2013-04-091-1/+1
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac runtime/queue.c
| | * | omrelp: add ability to specify session timeoutRainer Gerhards2013-04-081-1/+1
| | |/
| * | logsig: minimal end-user docv7.3.9Rainer Gerhards2013-03-261-1/+1
| | |
| * | Check libsocket for getifaddrs()Martin Carpenter2013-03-261-1/+4
| | |
| * | doc: add doc for rsgtutilRainer Gerhards2013-03-221-0/+1
| | |
| * | Merge branch 'master' into master-gtRainer Gerhards2013-03-221-7/+47
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac runtime/rsyslog.h
| | * | Merge branch 'v7-stable'Rainer Gerhards2013-03-221-0/+2
| | |\|
| | | * Merge branch 'v6-stable' into v7-stableRainer Gerhards2013-03-221-0/+2
| | | |\
| | | | * Merge branch 'v5-stable' into v6-stableRainer Gerhards2013-03-221-0/+2
| | | | |\
| | | | | * Fix linking for recent sd-daemon.c updateMartin Pitt2013-03-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The recent update of sd-daemon.c introduced the usage of mq_getattr(), which is shipped in -lrt (but clock_gettime isn't any more in glibc 2.17). Also check for mq_getattr() in the rt library to fix linking with glibc 2.17. http://bugzilla.adiscon.com/show_bug.cgi?id=428
| | | | | * preparing for 5.10.1v5.10.1Rainer Gerhards2012-10-171-1/+1
| | | | | |
| | | | * | preparing for 6.6.0v6.6.0Rainer Gerhards2012-10-221-1/+1
| | | | | |
| | | | * | preparing for 6.5.1 releasev6.5.1Rainer Gerhards2012-10-111-1/+1
| | | | | |
| | | | * | Merge branch 'v6-stable' into v6-develRainer Gerhards2012-10-041-17/+0
| | | | |\ \
| | * | | | | keep omlibdbi usable with older libdbi without transaction supportRainer Gerhards2013-03-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in that case, omlibdbi gracefully degrades to non-transaction mode but emits a warning message during build, so that one knows an update of libdbi makes sense.
| | * | | | | Fix for glob(3)s that lack GLOB_NOMAGICMartin Carpenter2013-03-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| | * | | | | Merge branch 'v7-stable' into tmpRainer Gerhards2013-03-201-1/+1
| | |\| | | |
| | | * | | | require newer libestr due to a bug in itRainer Gerhards2013-03-191-1/+1
| | | | | | |
| | | * | | | preparing for 7.2.6 releasev7.2.6Rainer Gerhards2013-03-051-1/+1
| | | | | | |