]> git.ipfire.org Git - thirdparty/openvpn.git/commit
configure: Allow to detect git checkout if .git is not a directory
authorFrank Lichtenheld <frank@lichtenheld.com>
Fri, 6 Sep 2024 17:21:12 +0000 (19:21 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 6 Sep 2024 20:07:18 +0000 (22:07 +0200)
commitdac076fe406adace826766f6cc3cfdadc5f06be4
tree9531f4d2ab204abe60ab87b9046498ae7c457086
parent233e10aeec7de02d34fa5c517b44612d38ccc00f
configure: Allow to detect git checkout if .git is not a directory

E.g. if you use openvpn as a git submodule, it can be a
file that points to the parent's git directory.

The changes to Makefile.am are not strictly required, they
still work with that case, but I wanted to keep the usage
consistent.

Change-Id: I9b7a3df012e7606ddb04a944e3fa33247180e8dd
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Acked-by: Yuriy Darnobyt <yura.uddr@gmail.com>
Message-Id: <20240906172112.87148-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg29092.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Makefile.am
configure.ac