summaryrefslogtreecommitdiffstats
path: root/daemon/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-03 11:44:51 +0100
committerJim Meyering <meyering@redhat.com>2009-08-06 12:28:04 +0200
commite05ddc70f1fa6d1e8253d69c5d17e69bfad2be90 (patch)
tree88929a6e0a1ae0a79e575deebd9604ab8016fa74 /daemon/.gitignore
parent315b3069a083c89921f8ee44de19c53cea7e3b11 (diff)
downloadlibguestfs-e05ddc70f1fa6d1e8253d69c5d17e69bfad2be90.tar.gz
libguestfs-e05ddc70f1fa6d1e8253d69c5d17e69bfad2be90.tar.xz
libguestfs-e05ddc70f1fa6d1e8253d69c5d17e69bfad2be90.zip
daemon: use gnulib
* daemon/Makefile.am (SUBDIRS): Define. (AM_CPPFLAGS): Define, to include from gnulib's lib/ (LDADD): Define, to link with gnulib's libgnu.a. * daemon/configure.ac: Use AC_CONFIG_AUX_DIR([build-aux]), gl_EARLY and gl_INIT. (AC_CONFIG_FILES): Add lib/Makefile and tests/Makefile * daemon/m4/gnulib-cache.m4: New file, generated by running ../.gnulib/gnulib-tool --import --with-tests hash * daemon/.gitignore: Ignore all of the imported files. build: tell bootstrap about daemon/ * bootstrap: Run gnulib-tool --update in daemon/. Remove bootstrap's --gnulib-srcdir option, because it probably didn't work, and even if it did, we've discovered that using a separate git repo like that can lead to subtle mix-ups.
Diffstat (limited to 'daemon/.gitignore')
-rw-r--r--daemon/.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/daemon/.gitignore b/daemon/.gitignore
new file mode 100644
index 00000000..7f60fafe
--- /dev/null
+++ b/daemon/.gitignore
@@ -0,0 +1,29 @@
+build-aux
+lib
+link-warning.h
+m4/00gnulib.m4
+m4/errno_h.m4
+m4/error.m4
+m4/exitfail.m4
+m4/extensions.m4
+m4/gnulib-common.m4
+m4/gnulib-comp.m4
+m4/gnulib-tool.m4
+m4/hash.m4
+m4/include_next.m4
+m4/inline.m4
+m4/inttostr.m4
+m4/longlong.m4
+m4/multiarch.m4
+m4/onceonly.m4
+m4/stdbool.m4
+m4/stdint.m4
+m4/stdlib_h.m4
+m4/strerror.m4
+m4/string_h.m4
+m4/unistd_h.m4
+m4/wchar.m4
+m4/wchar_t.m4
+m4/wint_t.m4
+m4/xalloc.m4
+tests