1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/canon-host
Bruno Haible 294d3b8cc9 canon-host: Move AC_LIBOBJ invocations to module description.
* m4/canon-host.m4 (gl_CANON_HOST): Remove macro.
* modules/canon-host (configure.ac): Invoke gl_PREREQ_CANON_HOST
instead of gl_CANON_HOST.
(Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:17 +02:00

31 lines
385 B
Plaintext

Description:
Canonicalize a host name: return a name other hosts can understand, i.e.
usually the host name including FQDN.
Files:
lib/canon-host.c
lib/canon-host.h
m4/canon-host.m4
Depends-on:
getaddrinfo
strdup
configure.ac:
gl_PREREQ_CANON_HOST
Makefile.am:
lib_SOURCES += canon-host.c
Include:
"canon-host.h"
Link:
$(GETADDRINFO_LIB)
License:
LGPL
Maintainer:
Jim Meyering