1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

Avoid warnings from 'aclocal' when AM_XGETTEXT_OPTION is not defined.

This commit is contained in:
Bruno Haible
2009-08-09 19:58:07 +02:00
parent 47aaecc85c
commit 76ce132758
8 changed files with 28 additions and 15 deletions

View File

@@ -1,3 +1,16 @@
2009-08-09 Bruno Haible <bruno@clisp.org>
Avoid warnings from 'aclocal' that are due to a use of macro name
AM_XGETTEXT_OPTION that is not defined in automake.
* modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
automake.
* modules/error (configure.ac): Likewise.
* modules/propername (configure.ac): Likewise.
* modules/vasprintf (configure.ac): Likewise.
* modules/verror (configure.ac): Likewise.
* modules/xprintf (configure.ac): Likewise.
* modules/xvasprintf (configure.ac): Likewise.
2009-08-08 Bruno Haible <bruno@clisp.org>
Avoid compilation error in C++ mode.

View File

@@ -42,8 +42,8 @@ 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])])
[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 \

View File

@@ -17,8 +17,8 @@ strerror
configure.ac:
gl_ERROR
m4_ifdef([AM_XGETTEXT_OPTION],
[AM_XGETTEXT_OPTION([--flag=error:3:c-format])
AM_XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
[AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
Makefile.am:

View File

@@ -26,8 +26,8 @@ gettext-h
configure.ac:
m4_ifdef([AM_XGETTEXT_OPTION],
[AM_XGETTEXT_OPTION([--keyword='proper_name:1,\"This is a proper name. See the gettext manual, section Names.\"'])
AM_XGETTEXT_OPTION([--keyword='proper_name_utf8:1,\"This is a proper name. See the gettext manual, section Names.\"'])])
[AM_][XGETTEXT_OPTION([--keyword='proper_name:1,\"This is a proper name. See the gettext manual, section Names.\"'])
AM_][XGETTEXT_OPTION([--keyword='proper_name_utf8:1,\"This is a proper name. See the gettext manual, section Names.\"'])])
Makefile.am:
lib_SOURCES += propername.h propername.c

View File

@@ -21,8 +21,8 @@ configure.ac:
gl_FUNC_VASPRINTF
gl_STDIO_MODULE_INDICATOR([vasprintf])
m4_ifdef([AM_XGETTEXT_OPTION],
[AM_XGETTEXT_OPTION([--flag=asprintf:2:c-format])
AM_XGETTEXT_OPTION([--flag=vasprintf:2:c-format])])
[AM_][XGETTEXT_OPTION([--flag=asprintf:2:c-format])
AM_][XGETTEXT_OPTION([--flag=vasprintf:2:c-format])])
Makefile.am:

View File

@@ -16,8 +16,8 @@ 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])])
[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

View File

@@ -20,10 +20,10 @@ stdio
configure.ac:
m4_ifdef([AM_XGETTEXT_OPTION],
[AM_XGETTEXT_OPTION([--flag=xprintf:1:c-format])
AM_XGETTEXT_OPTION([--flag=xvprintf:1:c-format])
AM_XGETTEXT_OPTION([--flag=xfprintf:2:c-format])
AM_XGETTEXT_OPTION([--flag=xvfprintf:2:c-format])])
[AM_][XGETTEXT_OPTION([--flag=xprintf:1:c-format])
AM_][XGETTEXT_OPTION([--flag=xvprintf:1:c-format])
AM_][XGETTEXT_OPTION([--flag=xfprintf:2:c-format])
AM_][XGETTEXT_OPTION([--flag=xvfprintf:2:c-format])])
Makefile.am:
lib_SOURCES += xprintf.h xprintf.c

View File

@@ -22,7 +22,7 @@ errno
configure.ac:
gl_XVASPRINTF
m4_ifdef([AM_XGETTEXT_OPTION],
[AM_XGETTEXT_OPTION([--flag=xasprintf:1:c-format])])
[AM_][XGETTEXT_OPTION([--flag=xasprintf:1:c-format])])
Makefile.am:
lib_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c