From: sbkelley Date: Sat, 6 Jun 2026 23:55:02 +0000 (-0400) Subject: Fix git versioning X-Git-Tag: 1.6.1-roc-jun26~3 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=fb0a41102c90101e265d9d81fd3f6165361de0e6;p=dgamelaunch Fix git versioning (cherry picked from commit 29c087e0a47e04638528851eac63afb9444af2c6) --- 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])