1Description: 2fnmatch() function: wildcard matching, with GNU extensions. 3 4Files: 5 6Depends-on: 7fnmatch 8 9configure.ac: 10gl_FUNC_FNMATCH_GNU 11if test -n "$FNMATCH_H"; then 12 AC_LIBOBJ([fnmatch]) 13 gl_PREREQ_FNMATCH 14fi 15 16Makefile.am: 17 18Include: 19"fnmatch.h" 20 21License: 22LGPLv2+ 23 24Maintainer: 25all 26 27