AX_SUBMODULE: only check submodule status in git repository
commit3f17e4d8dbe8717ff6f915df9a13cb3371b2388f
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 2 Jun 2017 09:32:40 +0000 (2 11:32 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 2 Jun 2017 13:02:37 +0000 (2 15:02 +0200)
tree76073a1a6aabe89937a6538cecdf7ced91d17421
parent3c9ba4b4b5ce64e09e03a2206eaf1d074c0f9166
AX_SUBMODULE: only check submodule status in git repository

Commit 5bd2d70c3d (AX_SUBMODULE: allow .git file in submodule,
Wed Dec 4 16:03:53 2013 +0100) changed the way an initialized
submodule is detected, but it did so in a way that can only
be applied when the toplevel is a git repository.
Applied it outside a git repository does not affect the outcome,
but it does result in the error message
"fatal: Not a git repository (or any of the parent directories): .git".
Only perform this check after checking that the toplevel is a git repository.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
m4/ax_submodule.m4