Exploit git submodule by adding appropriate symlinks.
commitae0a52f330cb47dede83368613390facbac0e917
authorEric Blake <ebb9@byu.net>
Wed, 18 Mar 2009 16:40:34 +0000 (18 10:40 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 20 Mar 2009 04:16:30 +0000 (19 22:16 -0600)
tree82576cee9db8da0d25423face6d5b98446dba48b
parent6942f58cb5bb624a28672658a4369b85bce77783
Exploit git submodule by adding appropriate symlinks.

* bootstrap: No longer copy files from gnulib.
* COPYING: Change to symlink pointing into gnulib.
* INSTALL: Likewise.
* build-aux/compile: Likewise.
* build-aux/config.guess: Likewise.
* build-aux/config.sub: Likewise.
* build-aux/depcomp: Likewise.
* build-aux/install-sh: Likewise.
* build-aux/mdate-sh: Likewise.
* build-aux/missing: Likewise.
* build-aux/texinfo.tex: Likewise.
* .cvsignore: Reflect these changes.
* .gitignore: Likewise.
* build-aux/.cvsignore: New file.
* build-aux/.gitignore: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 files changed:
.cvsignore
.gitignore
COPYING [changed from file to symlink]
ChangeLog
INSTALL [new symlink]
bootstrap
build-aux/.cvsignore [new file with mode: 0644]
build-aux/.gitignore [new file with mode: 0644]
build-aux/compile [new symlink]
build-aux/config.guess [new symlink]
build-aux/config.sub [new symlink]
build-aux/depcomp [new symlink]
build-aux/install-sh [new symlink]
build-aux/mdate-sh [new symlink]
build-aux/missing [new symlink]
build-aux/texinfo.tex [new symlink]