From: Mark Wooding Date: Wed, 17 Dec 2008 12:12:03 +0000 (+0000) Subject: aclocal/mdw_AUTO_VERSION: Tweak unpleasant AC_DEFUN hack. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/commitdiff_plain/a518f63fa0cc139ea006bfb23452fe93abb70964?hp=a518f63fa0cc139ea006bfb23452fe93abb70964 aclocal/mdw_AUTO_VERSION: Tweak unpleasant AC_DEFUN hack. Later versions (1.10.1, for example) of aclocal don't notice AC_DEFUNs which are commented out. Simple answer: don't comment it, just override it immediately. This seems to work. ---