--- ./config/scripts/make-macros-autotools.orig 2009-02-22 07:08:33.000000000 +0100 +++ ./config/scripts/make-macros-autotools 2009-03-25 22:34:01.000000000 +0100 @@ -413,7 +413,7 @@ now = strftime("%Y/%m/%d %H:%M:%S +0000",gmtime()) # Get Autotools versions -(m4_ret,m4_version) = commands.getstatusoutput("m4 --version") +(m4_ret,m4_version) = commands.getstatusoutput("gm4 --version") (ac_ret,ac_version) = commands.getstatusoutput("autoconf --version") (am_ret,am_version) = commands.getstatusoutput("automake --version") (lt_ret,lt_version) = commands.getstatusoutput("libtool --version")