]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Remove redundant -I options from AM_CPPFLAGS.
authorBruno Haible <bruno@clisp.org>
Sun, 1 Oct 2023 18:16:36 +0000 (20:16 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Oct 2023 14:25:03 +0000 (16:25 +0200)
commit1123b123dde7bdcd907196cf4607050234908fea
treed7640b3c685b74914f602ba5e5e55b1401e9c4ba
parent599c8ac2b5cc6a6988e1a9dd1731caf28ee29b50
build: Remove redundant -I options from AM_CPPFLAGS.

https://www.gnu.org/software/automake/manual/html_node/Program-Variables.html
documents that -I. -I$(srcdir) and -I$(top_builddir) (for config.h)
are already part of Automake's $(DEFAULT_INCLUDES), which is used
before $(AM_CPPFLAGS).

* gettext-runtime/src/Makefile.am (AM_CPPFLAGS): Remove redundant -I options.
* gettext-tools/gnulib-lib/Makefile.am (AM_CPPFLAGS): Likewise.
* gettext-tools/libgettextpo/Makefile.am (AM_CPPFLAGS): Likewise.
* gettext-tools/libgrep/Makefile.am (AM_CPPFLAGS): Likewise.
* gettext-tools/src/Makefile.am (AM_CPPFLAGS): Likewise.
* gettext-tools/system-tests/Makefile.am (AM_CPPFLAGS): Likewise.
* gettext-tools/tests/Makefile.am (AM_CPPFLAGS): Likewise.
* libtextstyle/adhoc-tests/Makefile.am (AM_CPPFLAGS): Likewise.
* libtextstyle/lib/Makefile.am (AM_CPPFLAGS): Likewise.
* gettext-runtime/intl/Makefile.am (AM_CPPFLAGS): Add comment.
* gettext-runtime/libasprintf/Makefile.am (AM_CPPFLAGS): Likewise.
gettext-runtime/intl/Makefile.am
gettext-runtime/libasprintf/Makefile.am
gettext-runtime/src/Makefile.am
gettext-tools/gnulib-lib/Makefile.am
gettext-tools/libgettextpo/Makefile.am
gettext-tools/libgrep/Makefile.am
gettext-tools/src/Makefile.am
gettext-tools/system-tests/Makefile.am
gettext-tools/tests/Makefile.am
libtextstyle/adhoc-tests/Makefile.am
libtextstyle/lib/Makefile.am