tools/missing-macros: bump version of makeinfo alternative script
authorMichael Pratt <mcpratt@pm.me>
Thu, 23 Mar 2023 07:42:04 +0000 (03:42 -0400)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:27 +0000 (06:07 +0200)
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 <mcpratt@pm.me>
tools/missing-macros/src/bin/makeinfo

index e163cba0843defef35847013ff267a767eb0b8f4..d698f7b79c5d589b7e98fbfeb151fc917c5310cd 100755 (executable)
@@ -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;
 }