From fb0a41102c90101e265d9d81fd3f6165361de0e6 Mon Sep 17 00:00:00 2001 From: sbkelley Date: Sat, 6 Jun 2026 19:55:02 -0400 Subject: [PATCH] Fix git versioning (cherry picked from commit 29c087e0a47e04638528851eac63afb9444af2c6) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 41a01d4..7b109e4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Use autoconf 2.71 dnl (Things tend to break across versions, they're neither upwards nor dnl downward compatible. Blame GNU.) -AC_INIT([dgamelaunch],m4_esyscmd_s([`git describe --abbrev=7 --dirty --always | tr -d '\n'`])) +AC_INIT([dgamelaunch],m4_esyscmd_s([git describe --abbrev=7 --dirty --always | tr -d '\n'])) AC_PREREQ([2.71]) AC_CONFIG_SRCDIR([dgamelaunch.c]) AC_CONFIG_HEADERS([config.h]) -- 2.47.3