From eb0b55aa4ea037ebbe76c5820c3b1f4be30fcd33 Mon Sep 17 00:00:00 2001 From: Dirk Wallenstein Date: Tue, 5 Apr 2011 09:58:28 +0200 Subject: Use an absolute URL for the m4 submodule A relative submodule URL requires m4 duplicates relative to every fork or local mirror of this module. To select a different protocol with an absolute submodule URL, the url..insteadOf configuration option can be used. Signed-off-by: Dirk Wallenstein Reviewed-by: Arnaud Fontaine Reviewed-by: Gaetan Nadon --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 459533d..cff1b86 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "m4"] path = m4 - url = ../util-common-m4.git + url = git://anongit.freedesktop.org/xcb/util-common-m4.git -- cgit v1.2.3