diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-03 05:18:10 -0400 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-03 15:14:30 +0200 |
commit | 480a489ee4c31cb2f9c9f45941645f05b5f74c67 (patch) | |
tree | f5c37d526739c71d36499e3dc9294e3bb5199e06 /.gitmodules | |
parent | 3572996364d9d24406241dee5155048440053ecf (diff) | |
download | libguestfs-480a489ee4c31cb2f9c9f45941645f05b5f74c67.tar.gz libguestfs-480a489ee4c31cb2f9c9f45941645f05b5f74c67.tar.xz libguestfs-480a489ee4c31cb2f9c9f45941645f05b5f74c67.zip |
maint: use a git submodule for gnulib
* .gitmodules: New file, to track gnulib.
* .gnulib: Submodule directory.
* Makefile.am (EXTRA_DIST): Don't list config.rpath or
gitlog-to-changelog.
* autogen.sh: Adapt to use the new submodule.
* cfg.mk: New file.
(SUBDIRS): Add gnulib/lib and gnulib/tests.
(dist-hook): Reflect new location of getlog-to-changelog.
* configure.ac: Set build-aux/ as AUX_DIR.
Invoke gl_EARLY and gl_INIT.
(AC_CONFIG_FILES): Add gnulib/lib/Makefile and gnulib/tests/Makefile.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..7acb1ea1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "gnulib"] + path = .gnulib + url = git://git.sv.gnu.org/gnulib.git |