]> skyeroc.xyz Git - dgamelaunch/commitdiff
Fix git versioning
authorsbkelley <sb24kelley@gmail.com>
Sat, 6 Jun 2026 23:55:02 +0000 (19:55 -0400)
committersbkelley <sb24kelley@gmail.com>
Sat, 6 Jun 2026 23:55:02 +0000 (19:55 -0400)
configure.ac

index 41a01d4e4c3c9d60649ec5d3e38967caf15ccf13..7b109e46ec74971aff44da367da2c2448565a423 100644 (file)
@@ -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])