Hi, While compiling the Hurd in a freshly installed system I found out that the build failed because the awk command (in mawk package) did not implent strtonum function, which is required by a script in console-client.
This patch checks whether awk provides such function, whenever XKB is enabled, producing an error message to notify the user and aborting the configuration process. Regards, Diego -- Diego Nieto Cid (1): Check AWK usability when XKB is enabled configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.1.4