summaryrefslogtreecommitdiff
path: root/modules/verror
blob: 16ad0c59613f75e1cda1c36b3036eb01e7f56334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
verror and verror_at_line functions: Error reporting with va_list.

Files:
lib/verror.h
lib/verror.c

Depends-on:
stdio
error
xvasprintf

configure.ac:
m4_ifdef([AM_XGETTEXT_OPTION],
  [AM_][XGETTEXT_OPTION([--flag=verror:3:c-format])
   AM_][XGETTEXT_OPTION([--flag=verror_at_line:5:c-format])])

Makefile.am:
lib_SOURCES += verror.h verror.c

Include:
"verror.h"

License:
GPL

Maintainer:
Eric Blake