+2004-01-18 Simon Josefsson <jas@extundo.com>
+
+ * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
+
2004-02-18 Bruno Haible <bruno@clisp.org>
* xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
-# strdup.m4 serial 2
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# strdup.m4 serial 3
+dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
fi
])
-# Prerequisites of lib/strdup.c.
+# Prerequisites of lib/strdup.h and lib/strdup.c.
AC_DEFUN([gl_PREREQ_STRDUP], [
- :
+ AC_CHECK_DECLS(strdup)
])
-