summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-12-07 09:11:30 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-12-07 09:11:30 -0500
commit029ac8cdd0a9b7c97ab3a7d7b99fe40609e58f1b (patch)
treecb5bd5e5dd36bd5e7f05f5f0ae5b6586a7d690bc
parent193b0d81d1fc85eb2d51847e90b0098e8a111988 (diff)
downloadgst-libav-029ac8cdd0a9b7c97ab3a7d7b99fe40609e58f1b.tar.gz
Automatic update of common submodule
From b319909 to 86e4663
-rwxr-xr-xautogen.sh6
m---------common0
2 files changed, 5 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1d44f5e..995151f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,7 +37,11 @@ fi
if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \);
then
rm -f .git/hooks/pre-commit
- ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
+ if ! ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit 2> /dev/null
+ then
+ echo "Failed to create commit hook symlink, copying instead ..."
+ cp common/hooks/pre-commit.hook .git/hooks/pre-commit
+ fi
fi
# GNU gettext automake support doesn't get along with git.
diff --git a/common b/common
-Subproject b3199090fa16a545d585a54deaa61b687ac369e
+Subproject 86e46630ed8af8d94796859db550a9c3d89c9f6