]> git.ipfire.org Git - thirdparty/bind9.git/commit
Update how we build bind.keys.h (both POSIX and Windows)
authorOndřej Surý <ondrej@isc.org>
Thu, 21 May 2020 09:50:56 +0000 (11:50 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 28 May 2020 06:07:57 +0000 (08:07 +0200)
commitbbd54bdfa9724c7e5a800594a87ea2ddec6331d4
tree4d7c1d6667a6e12b53b498ce3c482c77ab454863
parent4c8765e31d39536c052b5a3e806c4f3081808db6
Update how we build bind.keys.h (both POSIX and Windows)

The code in util/bindkeys.pl was overly complicated and it could not be
reused on Windows because redirecting stdin and stdout at the same time
from perl is overly complicated.

Now the util/bindkeys.pl accepts the input file as the first and only
argument and prints the header file to stdout.  This allows the same
utility to be used from automake and win32/Configure script.
Makefile.am
util/bindkeys.pl
win32utils/Configure