]> git.ipfire.org Git - thirdparty/xz.git/commit
Build: Allow forcing the use of the replacement getopt_long
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 17 Feb 2025 16:11:58 +0000 (18:11 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 17 Feb 2025 16:11:58 +0000 (18:11 +0200)
commit03c23a4952bce1b50a1d213ca2d1c15acd76a489
tree56c89509347ace2a338bb4eaeee6ce1d3c218ecd
parentc23b837d15960ecc0d537f0260f389904e1e7f02
Build: Allow forcing the use of the replacement getopt_long

Now one can pass gl_replace_getopt=yes to configure to force the use
of GNU getopt_long from the lib directory. This only checks that the
value of gl_replace_getopt is non-empty, so one cannot force the
replacement to be disabled.

Closes: https://github.com/tukaani-project/xz/pull/166
m4/getopt.m4