Make gnulib a submodule.

* gnulib: New.
	* .gitmodules (gnulib): New.
This commit is contained in:
Akim Demaille
2008-08-25 17:04:30 +02:00
parent 0f0e1ace60
commit 9f467b7d84
4 changed files with 11 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "gnulib"]
path = gnulib
url = git://git.savannah.gnu.org/gnulib.git

View File

@@ -1,3 +1,9 @@
2008-10-28 Akim Demaille <demaille@gostai.com>
Make gnulib a submodule.
* gnulib: New.
* .gitmodules (gnulib): New.
2008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
Fix yyerror_range for user-defined location type in C++. Reported by

1
externals/bootstrap.cfg vendored Normal file
View File

@@ -0,0 +1 @@
external: gnulib

1
gnulib Submodule

Submodule gnulib added at 7714a49bb7