]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Fix warnings emitted by autoconf-2.69d.
authorBruno Haible <bruno@clisp.org>
Sat, 14 Nov 2020 13:53:19 +0000 (14:53 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Sep 2022 10:26:30 +0000 (12:26 +0200)
commit6d2833c41e965db2957721dbcec1612c2614bbc7
tree017d9006e884b469cb283e5fcdfedbc116a1aabd
parentd1f98d0e4f03987a5770942d28ed41c27e203099
build: Fix warnings emitted by autoconf-2.69d.

* gettext-tools/configure.ac: Use AC_LINK_IFELSE instead of AC_TRY_LINK. Don't
invoke AC_FUNC_VFORK.
* gettext-tools/m4/exported.m4 (gt_GLOBAL_SYMBOL_PIPE): Require LT_PATH_NM
instead of AC_PROG_NM.
* gnulib-local/m4/libxml.m4 (gl_LIBXML): Use AC_LINK_IFELSE instead of
AC_TRY_LINK. Use AC_PREPROC_IFELSE instead of AC_TRY_CPP.
* libtextstyle/configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
* libtextstyle/gnulib-local/m4/libcroco.m4 (gl_LIBCROCO): Use AC_LINK_IFELSE
instead of AC_TRY_LINK.
* libtextstyle/gnulib-local/m4/libglib.m4 (gl_LIBGLIB): Use AC_LINK_IFELSE
instead of AC_TRY_LINK. Require AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE.
* libtextstyle/gnulib-local/m4/termcap.m4 (gl_TERMCAP_BODY): Use AC_LINK_IFELSE
instead of AC_TRY_LINK.
* libtextstyle/gnulib-local/m4/terminfo.m4 (gl_TERMINFO_BODY): Use
AC_LINK_IFELSE instead of AC_TRY_LINK.
* m4/woe32-dll.m4 (gl_WOE32_DLL): Use AC_LINK_IFELSE instead of AC_TRY_LINK.
gettext-tools/configure.ac
gettext-tools/m4/exported.m4
gnulib-local/m4/libxml.m4
libtextstyle/configure.ac
libtextstyle/gnulib-local/m4/libcroco.m4
libtextstyle/gnulib-local/m4/libglib.m4
libtextstyle/gnulib-local/m4/termcap.m4
libtextstyle/gnulib-local/m4/terminfo.m4
m4/woe32-dll.m4