From: Mark Wooding Date: Sun, 9 Aug 2020 11:07:11 +0000 (+0100) Subject: m4/mdw-auto-version.m4: Delete the bizarre pre-definition. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/93fa849d24a7ab19811b3b43a9f32f9e02cf018c m4/mdw-auto-version.m4: Delete the bizarre pre-definition. 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. --- 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