summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-05 10:54:19 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-05 12:34:11 +0100
commit60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6 (patch)
tree0f01fd4273e22f3a7153f3f88470f601de0690b9 /m4
parent0d13b052635c24919b1a42d00f20154526c25e96 (diff)
downloadlibguestfs-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 'm4')
-rw-r--r--m4/.gitignore39
1 files changed, 39 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore
index 6cc68d9a..e7227ed2 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -199,3 +199,42 @@ xsize.m4
/ungetc.m4
/wcrtomb.m4
/wctomb.m4
+/byteswap.m4
+/clock_time.m4
+/fnmatch.m4
+/fsusage.m4
+/futimens.m4
+/getaddrinfo.m4
+/getdelim.m4
+/getline.m4
+/getlogin_r.m4
+/gettime.m4
+/gettimeofday.m4
+/glob.m4
+/hostent.m4
+/inet_ntop.m4
+/inet_pton.m4
+/ioctl.m4
+/mbsrtowcs.m4
+/mkdtemp.m4
+/netdb_h.m4
+/perror.m4
+/pipe.m4
+/pread.m4
+/read-file.m4
+/select.m4
+/servent.m4
+/socketlib.m4
+/sockets.m4
+/strerror_r.m4
+/symlinkat.m4
+/sys_ioctl_h.m4
+/sys_select_h.m4
+/sys_time_h.m4
+/sys_wait_h.m4
+/tempname.m4
+/timespec.m4
+/utimbuf.m4
+/utimecmp.m4
+/utimens.m4
+/utimes.m4