diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-05 10:54:19 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-05 12:34:11 +0100 |
commit | 60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6 (patch) | |
tree | 0f01fd4273e22f3a7153f3f88470f601de0690b9 /bootstrap | |
parent | 0d13b052635c24919b1a42d00f20154526c25e96 (diff) | |
download | libguestfs-60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6.tar.gz libguestfs-60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6.tar.xz libguestfs-60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6.zip |
daemon: Remove separate configure of daemon subdirectory.
Combine the two Gnulib instances together.
Add checks from old daemon/configure.ac into configure.ac.
Fix daemon/Makefile.am so it is like a normal subdirectory
Makefile.am.
Because we are now using the replacement strerror_r function from
Gnulib (instead of the one from glibc directly), this requires a small
change to src/guestfs.c.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -45,14 +45,21 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool modules=' arpa_inet +byteswap c-ctype closeout +connect error filevercmp +fsusage fts full-read full-write +futimens +getaddrinfo +getline gitlog-to-changelog +glob gnu-make gnumakefile hash @@ -62,12 +69,25 @@ ignore-value lock maintainer-makefile manywarnings +mkdtemp +netdb netinet_in +openat +perror +pread progname +read-file +readlink +select setenv +sleep +socket strchrnul strerror strndup +symlinkat +sys_select +sys_wait vasprintf vc-list-files warnings |