diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-25 14:40:39 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-25 16:28:26 +0000 |
commit | b20a0916d8711fd3fb448dc5d4febee9d7a6331c (patch) | |
tree | f1cb380ea2a617d275d865846374caeae10e102e /daemon/m4 | |
parent | 579465ec1f4fdb1789bf94ac7356a3c961f3ae93 (diff) | |
download | libguestfs-b20a0916d8711fd3fb448dc5d4febee9d7a6331c.tar.gz libguestfs-b20a0916d8711fd3fb448dc5d4febee9d7a6331c.tar.xz libguestfs-b20a0916d8711fd3fb448dc5d4febee9d7a6331c.zip |
daemon/Win32: Use gnulib getaddrinfo module.
Diffstat (limited to 'daemon/m4')
-rw-r--r-- | daemon/m4/gnulib-cache.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/m4/gnulib-cache.m4 b/daemon/m4/gnulib-cache.m4 index a9b19e94..0518e850 100644 --- a/daemon/m4/gnulib-cache.m4 +++ b/daemon/m4/gnulib-cache.m4 @@ -15,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=gl c-ctype fsusage futimens getline glob hash ignore-value manywarnings mkdtemp netdb openat readlink select sleep strchrnul strndup sys_select sys_wait vasprintf warnings +# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=gl c-ctype fsusage futimens getaddrinfo getline glob hash ignore-value manywarnings mkdtemp netdb openat readlink select sleep strchrnul strndup sys_select sys_wait vasprintf warnings # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) @@ -23,6 +23,7 @@ gl_MODULES([ c-ctype fsusage futimens + getaddrinfo getline glob hash |