From: Frank M. <no...@gi...> - 2019-03-25 13:30:21
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: fc9277b778a6bc914b2baaf9c13580baa99ddd0f https://github.com/OpenSC/OpenSC/commit/fc9277b778a6bc914b2baaf9c13580baa99ddd0f Author: Frank Morgner <fra...@gm...> Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M appveyor.yml M configure.ac A m4/m4_ax_func_getopt_long.m4 M src/Makefile.mak M src/common/compat_getopt.h M src/tests/sc-test.c M src/tools/Makefile.am M src/tools/egk-tool-cmdline.c M src/tools/eidenv.c M src/tools/goid-tool-cmdline.c M src/tools/netkey-tool.c M src/tools/npa-tool-cmdline.c M src/tools/openpgp-tool.c M src/tools/opensc-asn1-cmdline.c M src/tools/opensc-explorer.c M src/tools/opensc-notify-cmdline.c M src/tools/util.h Log Message: ----------- use compat_getopt_long if getopt_long is not available uses the autoconf way for replacing getopt.h fixes https://github.com/OpenSC/OpenSC/issues/1527 Commit: 2f4df1b93e4573deff0fa2b2363bd9a008a47696 https://github.com/OpenSC/OpenSC/commit/2f4df1b93e4573deff0fa2b2363bd9a008a47696 Author: Frank Morgner <fra...@gm...> Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/tools/Makefile.am Log Message: ----------- tools: unified handling of gengetopt Compare: https://github.com/OpenSC/OpenSC/compare/7ae54f490d91...2f4df1b93e45 |