summaryrefslogtreecommitdiff
path: root/m4/getline.m4
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-01-24 10:46:53 +0800
committerPo Lu <luangruo@yahoo.com>2023-01-24 10:46:53 +0800
commit3267a2d6d2b1f5b62f12f849712ead7016e71976 (patch)
treefd90ea113e3e043c4c1c90401d5d4bd38de344a9 /m4/getline.m4
parent2b00f66926ac954d0250202d3086f29866163d96 (diff)
downloademacs-3267a2d6d2b1f5b62f12f849712ead7016e71976.tar.gz
Update from gnulib
Update from gnulib. In addition, * admin/merge-gnulib: Fix paths for rename.
Diffstat (limited to 'm4/getline.m4')
-rw-r--r--m4/getline.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/getline.m4 b/m4/getline.m4
index f68fa3a1acf..1f2825c3361 100644
--- a/m4/getline.m4
+++ b/m4/getline.m4
@@ -1,4 +1,4 @@
-# getline.m4 serial 31
+# getline.m4 serial 32
dnl Copyright (C) 1998-2003, 2005-2007, 2009-2023 Free Software Foundation,
dnl Inc.
@@ -84,6 +84,9 @@ AC_DEFUN([gl_FUNC_GETLINE],
])
else
am_cv_func_working_getline=no
+ case "$gl_cv_onwards_func_getline" in
+ future*) REPLACE_GETLINE=1 ;;
+ esac
fi
if test $ac_cv_have_decl_getline = no; then