summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Default ident (log tag) to program_invocation_short_nameMiloslav Trmač2012-07-301-1/+3
| | | | | | | This is a glibc variable, so leave the "program" field missing on platforms that don't support it. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* configure.ac: Remove obsolete AC_PROG_RANLIBGergely Nagy2012-07-281-1/+0
| | | | | | | We don't use ranlib directly, libtool can - and does - do the check if it needs to. This stops autoreconf -i from warning about it. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Leave printf format parsing to glibc if possible.Gergely Nagy2012-07-191-1/+1
| | | | | | | | | | | | | Call glibc's parse_printf_format() to gather information about argument types. This automatically handles positional parameters and user-defined printf formats for ordinary parameter types; it doesn't handle user-defined printf parameter types (such as defined by libdfp for decimal floating-point). Also add a (non-comprehensive) test. Signed-off-by: Miloslav Trmač <mitr@redhat.com> Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Move the "foreign" option into configure.acMiloslav Trmač2012-06-221-1/+1
| | | | | | This makes it possible to use autoreconf(1) instead of autogen.sh Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* Generate the manual page if rst2man is presentGergely Nagy2012-04-291-0/+2
| | | | | | | If rst2man is present at configure time, generate the manual page with it, which is to be included in the dist tarball too. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* Convert the test suite to CheckGergely Nagy2012-04-291-1/+4
| | | | | | | | | | | While assert() is a neat tool, it is not really suitable for testing, as it gives hardly any indication on what part of the test suite failed, and why. For this purpose, an existing testing library, such as Check is a much better option, so lets use that! Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* Preparations for 0.2.1Gergely Nagy2012-04-281-1/+1
| | | | | | | Bump software and library interface versions, and start adding NEWS entries. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* configure.ac: Bump version to 0.2.0libumberlog-0.2.0Gergely Nagy2012-04-161-1/+1
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* configure updatesGergely Nagy2012-04-131-2/+5
| | | | | | Check for a few more headers, functions and types. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Make json-c optional.Gergely Nagy2012-04-131-1/+3
| | | | | | | When json-c is not found, instead of failing at configure time, continue, but disable the test suite. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* configure.ac: Bump version to 0.1.2.libumberlog-0.1.2Gergely Nagy2012-04-081-1/+1
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Add the logo to the source tree.libumberlog-0.1.1Gergely Nagy2012-04-021-0/+1
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* 0.1.1 release notes.Gergely Nagy2012-04-021-1/+1
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Override __syslog_chk if present, always.Gergely Nagy2012-04-021-1/+1
| | | | | | | Always override __syslog_chk if it is supported by the system, instead of only overriding it if using fortification. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* More portability fixesGergely Nagy2012-03-241-0/+12
| | | | | | | | | | While on glibc-based systems, we need -ldl (for dlopen) and -lrt (for clock_gettime), FreeBSD has both in libc, and does not have these extra libraries. Teach configure about this. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Rename the project to libumberlogGergely Nagy2012-03-231-2/+2
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Add the timestamp to the JSON payload too.Gergely Nagy2012-03-211-1/+1
| | | | | | Add high-precision timestamp to the JSON payload (unless disabled). Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* configure: Update with a few more checks.Gergely Nagy2012-03-211-2/+4
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Implement a test suite.Gergely Nagy2012-03-201-0/+1
| | | | | | | | The test suite uses cee_format() to format the messages, and parses the resulting string back into JSON, and verifies that certain key values are what we expect them to be. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Initial import.Gergely Nagy2012-03-191-0/+61