argz if the system argz_add or argz_count are missing.
Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
+2008-02-29 Gary V. Vaughan <gary@gnu.org>
+
+ * libltdl/m4/argz.m4 (AC_CHECK_FUNCS): Also use our replacement
+ argz if the system argz_add or argz_count are missing.
+ Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
+
2008-02-26 Karl Berry <karl@freefriends.org>
* libltdl/argz.c (argz_add, argz_count): New functions.
#endif])
ARGZ_H=
-AC_CHECK_FUNCS([argz_append argz_create_sep argz_insert argz_next \
- argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
+AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
+ argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
dnl if have system argz functions, allow forced use of
dnl libltdl-supplied implementation (and default to do so