X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrverscmp;h=be0291fece902eb3e2050b7ce5c5abcba26b78d0;hb=e1c466d11a91615c413789ea8bc3ec358f2c6aa9;hp=c6acf5bea6c1675d4c5af82c9cdfc4e5f2f49f9a;hpb=32865888475678304ea91322b587eee043bb06ad;p=gnulib.git diff --git a/modules/strverscmp b/modules/strverscmp index c6acf5bea..be0291fec 100644 --- a/modules/strverscmp +++ b/modules/strverscmp @@ -2,22 +2,28 @@ Description: Compare strings holding version numbers. Files: -lib/strverscmp.h lib/strverscmp.c m4/strverscmp.m4 Depends-on: +extensions +string configure.ac: gl_FUNC_STRVERSCMP +if test $HAVE_STRVERSCMP = 0; then + AC_LIBOBJ([strverscmp]) + gl_PREREQ_STRVERSCMP +fi +gl_STRING_MODULE_INDICATOR([strverscmp]) Makefile.am: Include: -"strverscmp.h" + License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, glibc