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-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d39c6cd29b212a6ad5d864893c7687f976600dd4;p=openwrt%2Fstaging%2Fthess.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 e163cba084..d698f7b79c 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; }