Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/servent @ 15043:0527dd6759fc
memset: Move AC_LIBOBJ invocations to module description.
* m4/memset.m4 (gl_FUNC_MEMSET): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMSET invocations from
here...
* modules/memset (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 15:28:17 +0200 |
parents | a672954bb892 |
children |
rev | line source |
---|---|
10812 | 1 Description: |
2 Library containing getservent(), setservent(), endservent(), getservbyname(), | |
3 getservbyport(), getprotoent(), setprotoent(), endprotoent(), getprotobyname(), | |
4 getprotobynumber(). | |
5 | |
6 Files: | |
7 m4/servent.m4 | |
8 | |
9 Depends-on: | |
10 sys_socket | |
11 | |
12 configure.ac: | |
13 gl_SERVENT | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 <netdb.h> | |
19 | |
20 Link: | |
21 $(SERVENT_LIB) | |
22 | |
23 License: | |
24 LGPLv2+ | |
25 | |
26 Maintainer: | |
27 Bruno Haible, Simon Josefsson | |
28 |