]> git.draconx.ca Git - dxcommon.git/commit
help: Allow tests to build/run without <getopt.h>
authorNick Bowler <nbowler@draconx.ca>
Fri, 17 Nov 2023 02:29:27 +0000 (21:29 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 18 Nov 2023 21:39:51 +0000 (16:39 -0500)
commit7b34413e9942b5777aed4fd3dc9c261214981e74
treef63162bdd96601d43daae3c7848812548157c8a3
parent476f42d951d7e9f9f30e1a6acb34982466936490
help: Allow tests to build/run without <getopt.h>

We only need a suitable definition of struct option in order to build
the tests; this can be provided by a stub header if the system does not
provide it.
Makefile.am
configure.ac
t/getopt/getopt.h [new file with mode: 0644]