From 93fa849d24a7ab19811b3b43a9f32f9e02cf018c Mon Sep 17 00:00:00 2001 Message-Id: <93fa849d24a7ab19811b3b43a9f32f9e02cf018c.1717001453.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 9 Aug 2020 12:07:11 +0100 Subject: [PATCH] m4/mdw-auto-version.m4: Delete the bizarre pre-definition. Organization: Straylight/Edgeware From: Mark Wooding Not really sure what this was for, but this hack has always been there in some form since the macro was introduced. It doesn't seem necessary now, certainly. --- m4/mdw-auto-version.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/m4/mdw-auto-version.m4 b/m4/mdw-auto-version.m4 index 5ea1041..c133a67 100644 --- a/m4/mdw-auto-version.m4 +++ b/m4/mdw-auto-version.m4 @@ -53,8 +53,7 @@ dnl -*-autoconf-*- ### exception to the GPL to apply to your modified version as well. # serial 1 -AC_DEFUN([mdw_AUTO_VERSION], [nobody cares...]) -m4_define([mdw_AUTO_VERSION], [m4_define([AUTO_VERSION], m4_esyscmd([ +AC_DEFUN([mdw_AUTO_VERSION], [m4_define([AUTO_VERSION], m4_esyscmd([ ver=UNKNOWN for pre in ./ config/; do for post in "" .in; do -- [mdw]