summaryrefslogtreecommitdiff
path: root/m4/glibc21.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-04 16:57:45 +0000
committerJim Meyering <jim@meyering.net>2001-08-04 16:57:45 +0000
commit98185c32854f2a7aec8ef4d7907eebf1761c309f (patch)
tree7d1ccde8f355f0f7104697c61381053c7e9ede71 /m4/glibc21.m4
parentb225f0052cf45bcfcdba95141a10896126cc15ae (diff)
downloadcoreutils-98185c32854f2a7aec8ef4d7907eebf1761c309f.tar.xz
(jm_GLIBC21): Quote first arg of AC_DEFUN.
Diffstat (limited to 'm4/glibc21.m4')
-rw-r--r--m4/glibc21.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/glibc21.m4 b/m4/glibc21.m4
index 9fd45663b..75f069035 100644
--- a/m4/glibc21.m4
+++ b/m4/glibc21.m4
@@ -1,9 +1,9 @@
-#serial 2
+#serial 3
# Test for the GNU C Library, version 2.1 or newer.
# From Bruno Haible.
-AC_DEFUN(jm_GLIBC21,
+AC_DEFUN([jm_GLIBC21],
[
AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
ac_cv_gnu_library_2_1,