This pulls in some extra modules that we need:sys_stat (provides things like the S_* permissions flags which are missing under Windows)
vasprintf (asprintf implementation) stdndup strsep poll gettext (portable gettext and <libintl.h> support) getpass (discussed previously) Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 03798903
Index: bootstrap =================================================================== RCS file: /data/cvs/libvirt/bootstrap,v retrieving revision 1.1 diff -u -r1.1 bootstrap --- bootstrap 5 Dec 2007 21:31:07 -0000 1.1 +++ bootstrap 7 Dec 2007 10:38:32 -0000 @@ -95,6 +95,11 @@ --avoid=snprintf-tests --avoid=vasnprintf-tests --avoid=alloca-opt-tests + --avoid=vasprintf-tests + --avoid=fseeko-tests + --avoid=getdelim-tests + --avoid=getline-tests + --avoid=lseek-tests ' $gnulib_tool \ @@ -104,7 +109,9 @@ --m4-base=gnulib/m4 \ --source-base=gnulib/lib \ --tests-base=gnulib/tests \ - --import physmem getaddrinfo + --import physmem getaddrinfo \ + sys_stat vasprintf strndup \ + strsep poll gettext getpass rm -f \ .gitignore \
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list