mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
289 B
Plaintext
27 lines
289 B
Plaintext
Description:
|
|
compare version strings and version-containing file names
|
|
|
|
Files:
|
|
lib/filevercmp.h
|
|
lib/filevercmp.c
|
|
|
|
Depends-on:
|
|
c-ctype
|
|
stdbool
|
|
string
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += filevercmp.c
|
|
|
|
Include:
|
|
"filevercmp.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|