From 0a6d02ec781a1b0b49b1c69d53b35a69ba109927 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 29 Aug 2015 09:38:59 -0400 Subject: autogen: Fix git submodules We don't have bsdiff here. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index f207af5..14a7e83 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ fi touch INSTALL cd "$olddir" -if ! test -f libglnx/README.md || ! test -f bsdiff/README.md; then +if ! test -f libglnx/README.md; then git submodule update --init fi # Workaround automake bug with subdir-objects and computed paths -- cgit v1.2.1