From: Michael Pratt Date: Thu, 23 Mar 2023 07:42:04 +0000 (-0400) Subject: tools/missing-macros: bump version of makeinfo alternative script X-Git-Tag: v23.05.0-rc1~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39c6cd29b212a6ad5d864893c7687f976600dd4;p=thirdparty%2Fopenwrt.git tools/missing-macros: bump version of makeinfo alternative script Some new releases of GNU tools are checking for a higher version of makeinfo than what our scripted alternative shows when working with checked-out sources instead of releases. Since this is a "fake" makeinfo we can also just fake the version. Signed-off-by: Michael Pratt --- diff --git a/tools/missing-macros/src/bin/makeinfo b/tools/missing-macros/src/bin/makeinfo index e163cba0843..d698f7b79c5 100755 --- a/tools/missing-macros/src/bin/makeinfo +++ b/tools/missing-macros/src/bin/makeinfo @@ -26,7 +26,7 @@ Getopt::Long::GetOptions( if ($version) { - print "makeinfo (OpenWrt stub) 4.13\n"; + print "makeinfo (OpenWrt stub) 9.99\n"; exit 0; }