From: sbkelley Date: Sat, 6 Jun 2026 22:39:30 +0000 (-0400) Subject: Git versioning in configure.ac X-Git-Tag: 1.6.1-roc-jun26~4 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=8fad2c7c1af7f1dd3038eb242d185fb0b88d0c67;p=dgamelaunch Git versioning in configure.ac (cherry picked from commit b0dfd901f3b9aafdf89e8d7f93e00e43e948b1a4) --- diff --git a/configure.ac b/configure.ac index a75d2c9..41a01d4 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],[1.6.0-roc]) +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])