doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / fnmatch-gnu
index 212bbf2..cf2fe1f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+fnmatch() function: wildcard matching, with GNU extensions.
 
 Files:
 
@@ -7,9 +8,19 @@ fnmatch
 
 configure.ac:
 gl_FUNC_FNMATCH_GNU
+if test -n "$FNMATCH_H"; then
+  AC_LIBOBJ([fnmatch])
+  gl_PREREQ_FNMATCH
+fi
 
 Makefile.am:
 
 Include:
 "fnmatch.h"
 
+License:
+LGPLv2+
+
+Maintainer:
+all
+