[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Check AWK usability when XKB is enabled
From: |
Diego Nieto Cid |
Subject: |
[PATCH] Check AWK usability when XKB is enabled |
Date: |
Fri, 5 Jun 2015 00:28:18 -0300 |
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
- [PATCH] Check AWK usability when XKB is enabled,
Diego Nieto Cid <=