Fix memmem test for mingw.
authorEric Blake <ebb9@byu.net>
Sat, 5 Jan 2008 11:47:05 +0000 (04:47 -0700)
committerEric Blake <ebb9@byu.net>
Sat, 5 Jan 2008 11:47:05 +0000 (04:47 -0700)
commitb25c432e30d9e69a81cfaeab355c4bdd0c20eb80
tree98273277efd479071a78dbb562aabb16544a7807
parentd3ff1565de2e647e3a6f04b0fde83f7ef405b3c7
Fix memmem test for mingw.

* modules/memmem-tests (configure.ac): Check for alarm.
* tests/test-memmem.c (main): Avoid alarm on platforms that lack
it.
* doc/functions/memmem.texi: New file.
* doc/gnulib.texi (Function Substitutes): Add memmem.
Reported by Bruno Haible.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/functions/memmem.texi [new file with mode: 0644]
doc/gnulib.texi
modules/memmem-tests
tests/test-memmem.c