mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/options (Link): New section. * modules/options-tests (Makefile.am): Link test-options and test-options-prog with LIBINTL.
28 lines
286 B
Plaintext
28 lines
286 B
Plaintext
Description:
|
|
Parsing program options.
|
|
|
|
Files:
|
|
lib/options.h
|
|
lib/options.c
|
|
|
|
Depends-on:
|
|
getopt-gnu
|
|
stdcountof-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += options.c
|
|
|
|
Include:
|
|
"options.h"
|
|
|
|
Link:
|
|
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|