chiark / gitweb /
m4/mdw-auto-version.m4: Delete the bizarre pre-definition.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 11:07:11 +0000 (12:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 12:27:43 +0000 (13:27 +0100)
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

index 5ea1041bdc2cf5d3c979dbc94e7d43f3577f185b..c133a67da9a0f6c3651c56f6baa3ff57266403f5 100644 (file)
@@ -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