From 691f9f5ec0832bb17b8ff90f4776c618dfaf1ae7 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Sat, 18 Sep 2021 23:56:23 +0200 Subject: [PATCH] build: Allow the version to be determined when using a shallow clone --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 084cb06..71ad264 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT(mdio-tools, m4_esyscmd_s(git describe --always --dirty), +AC_INIT(mdio-tools, m4_esyscmd_s(git describe --always --dirty --tags), https://github.com/wkz/mdio-tools/issues) AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE(1.11 foreign subdir-objects)