summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-08-18 17:07:50 +0200
committerBruno Haible <bruno@clisp.org>2019-08-18 17:07:50 +0200
commit75a8f0bc81125f401e6222b3d0679fb8656e9a2c (patch)
tree76e38967a9378abdf17d477994b52060db9a2dca
parentc5b665df10effdd8680c9e37fe73c9171ad1bee2 (diff)
downloadlibunistring-75a8f0bc81125f401e6222b3d0679fb8656e9a2c.tar.gz
build: Don't use an obsolete libtool macro.
* m4/exported.m4 (gt_GLOBAL_SYMBOL_PIPE): Require _LT_CMD_GLOBAL_SYMBOLS, not AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE.
-rw-r--r--m4/exported.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/exported.m4 b/m4/exported.m4
index fc37923..be30ec9 100644
--- a/m4/exported.m4
+++ b/m4/exported.m4
@@ -1,5 +1,5 @@
-# exported.m4 serial 1 (gettext-0.18)
-dnl Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+# exported.m4 serial 2 (gettext-0.21)
+dnl Copyright (C) 2006, 2009, 2019 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -9,7 +9,7 @@ dnl Check for nm output filter that yields the exported symbols.
AC_DEFUN([gt_GLOBAL_SYMBOL_PIPE], [
AC_REQUIRE([AC_PROG_NM]) dnl provided by libtool.m4
AC_SUBST([NM])
- AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE]) dnl provided by libtool.m4
+ AC_REQUIRE([_LT_CMD_GLOBAL_SYMBOLS]) dnl provided by libtool.m4
GLOBAL_SYMBOL_PIPE=$lt_cv_sys_global_symbol_pipe
AC_SUBST([GLOBAL_SYMBOL_PIPE])
if test -n "$GLOBAL_SYMBOL_PIPE"; then