gnulib: Add module strverscmp.
* lib/strverscmp.c, m4/strverscmp.m4: New files. * lib/Makefile.am, m4/gnulib-cache.m4, m4/gnulib-comp.m4: Update.
This commit is contained in:
parent
b486d4f1dc
commit
1f384c2c63
5 changed files with 174 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
# the same distribution terms as the rest of that program.
|
||||
#
|
||||
# Generated by gnulib-tool.
|
||||
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=tools --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files argmatch argp error gethrxtime isatty mkstemp mkstemps progname stpcpy sys_wait
|
||||
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=tools --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files argmatch argp error gethrxtime isatty mkstemp mkstemps progname stpcpy strverscmp sys_wait
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.9.6 gnits
|
||||
|
||||
|
|
@ -1253,6 +1253,15 @@ EXTRA_libgnu_la_SOURCES += strnlen.c
|
|||
|
||||
## end gnulib module strnlen
|
||||
|
||||
## begin gnulib module strverscmp
|
||||
|
||||
|
||||
EXTRA_DIST += strverscmp.c
|
||||
|
||||
EXTRA_libgnu_la_SOURCES += strverscmp.c
|
||||
|
||||
## end gnulib module strverscmp
|
||||
|
||||
## begin gnulib module sys_stat
|
||||
|
||||
BUILT_SOURCES += sys/stat.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue