daemon: Remove separate configure of daemon subdirectory.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 5 Aug 2011 09:54:19 +0000 (10:54 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 5 Aug 2011 11:34:11 +0000 (12:34 +0100)
commit60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6
tree0f01fd4273e22f3a7153f3f88470f601de0690b9
parent0d13b052635c24919b1a42d00f20154526c25e96
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.
bootstrap
configure.ac
daemon/.gitignore [deleted file]
daemon/Makefile.am
daemon/README [deleted file]
daemon/configure.ac [deleted file]
daemon/m4/gnulib-cache.m4 [deleted file]
m4/.gitignore
src/guestfs.c