]> git.ipfire.org Git - thirdparty/mtr.git/commit
build-sys: use system getopt_long() when it is available
authorSami Kerola <kerolasa@iki.fi>
Sun, 21 Aug 2016 18:32:38 +0000 (19:32 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 21 Aug 2016 19:10:43 +0000 (20:10 +0100)
commit9c6fe5e6dc6635fbafffd6ba1aaea72c31f2e31d
tree2799d245fafda3ba9250673558bd508188218fed
parentd27cc759ccd977816f1f32a89dd6d27cc6772b22
build-sys: use system getopt_long() when it is available

And move the getopt sources to portability support directory.
Makefile.am
configure.ac
mtr.c
portability/getopt.c [moved from getopt.c with 100% similarity]
portability/getopt.h [moved from getopt.h with 100% similarity]
portability/getopt1.c [moved from getopt1.c with 100% similarity]