openat: provide more convenience names
[pspp] / modules / argp
index 7c5066d169cf697e85a56993a70c7a959e583b22..e772b3e6bc922ec1d06b74d8b86147725bf95c15 100644 (file)
@@ -1,6 +1,11 @@
 Description:
 Hierarchical processing of command line arguments.
 
+Notice:
+If you are using GNU gettext version 0.16.1 or older, add the following options
+to XGETTEXT_OPTIONS in your po/Makevars:
+  --flag=argp_error:2:c-format --flag=argp_failure:4:c-format
+
 Files:
 lib/argp.h
 lib/argp-ba.c
@@ -20,18 +25,25 @@ m4/argp.m4
 Depends-on:
 alloca
 dirname
-getopt
+getopt-gnu
 strchrnul
 sysexits
+malloc
 mempcpy
 strndup
-restrict
 strcase
 extensions
 vsnprintf
+sleep
+strerror
+memchr
+memmove
 
 configure.ac:
 gl_ARGP
+m4_ifdef([AM_XGETTEXT_OPTION],
+  [AM_][XGETTEXT_OPTION([--flag=argp_error:2:c-format])
+   AM_][XGETTEXT_OPTION([--flag=argp_failure:4:c-format])])
 
 Makefile.am:
 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \