summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-08-29 09:38:59 -0400
committerAlexander Larsson <alexl@redhat.com>2015-08-31 09:40:45 +0200
commit0a6d02ec781a1b0b49b1c69d53b35a69ba109927 (patch)
treecf7246485a269108a99598035538138ebc86ae16 /autogen.sh
parentf6657901c4c7b7d1b0ed11f24dac3a521a60889b (diff)
downloadxdg-app-0a6d02ec781a1b0b49b1c69d53b35a69ba109927.tar.gz
autogen: Fix git submodules
We don't have bsdiff here.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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