1config BR2_PACKAGE_ARGP_STANDALONE
2 bool "argp-standalone"
3 # glibc provides its own argp implementation.
4 depends on !BR2_TOOLCHAIN_USES_GLIBC
5 help
6 Glibc hierarchical argument parsing standalone library.
7
8 http://www.lysator.liu.se/~nisse/misc/
9