Make gnulib a submodule.

* gnulib: New.
	* .gitmodules (gnulib): New.
This commit is contained in:
Akim Demaille
2008-10-28 17:05:48 +01:00
parent 0f0e1ace60
commit 9f467b7d84
4 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "gnulib"]
path = gnulib
url = git://git.savannah.gnu.org/gnulib.git
+6
View File
@@ -1,3 +1,9 @@
2008-10-28 Akim Demaille <[email protected]>
Make gnulib a submodule.
* gnulib: New.
* .gitmodules (gnulib): New.
2008-10-18 Joel E. Denny <[email protected]> 2008-10-18 Joel E. Denny <[email protected]>
Fix yyerror_range for user-defined location type in C++. Reported by Fix yyerror_range for user-defined location type in C++. Reported by
+1
View File
@@ -0,0 +1 @@
external: gnulib
Submodule
+1
Submodule gnulib added at 7714a49bb7