(AC_CHECK_DECLS): Add strndup.
authorJim Meyering <jim@meyering.net>
Wed, 3 May 2000 08:37:03 +0000 (08:37 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 May 2000 08:37:03 +0000 (08:37 +0000)
m4/check-decl.m4

index f9202ea..e301e44 100644 (file)
@@ -1,4 +1,4 @@
-#serial 10
+#serial 11
 
 dnl This is just a wrapper function to encapsulate this kludge.
 dnl Putting it in a separate file like this helps share it between
@@ -55,6 +55,7 @@ AC_DEFUN(jm_CHECK_DECLS,
     nanosleep,
     realloc,
     stpcpy,
+    strndup,
     strstr,
     strtoul,
     strtoull,