daemon: use gnulib
authorJim Meyering <meyering@redhat.com>
Mon, 3 Aug 2009 10:44:51 +0000 (11:44 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 6 Aug 2009 10:28:04 +0000 (12:28 +0200)
commite05ddc70f1fa6d1e8253d69c5d17e69bfad2be90
tree88929a6e0a1ae0a79e575deebd9604ab8016fa74
parent315b3069a083c89921f8ee44de19c53cea7e3b11
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.
bootstrap
daemon/.gitignore [new file with mode: 0644]
daemon/Makefile.am
daemon/configure.ac
daemon/m4/gnulib-cache.m4 [new file with mode: 0644]