Use the `$(VAR)' notation for AC_REPLACED variable names, rather than @VAR@.
[gnulib.git] / modules / fnmatch
1 Description:
2 GNU fnmatch() implementation.
3
4 Files:
5 lib/fnmatch_.h
6 lib/fnmatch.c
7 lib/fnmatch_loop.c
8 m4/mbstate_t.m4
9 m4/fnmatch.m4
10
11 Depends-on:
12 alloca
13
14 configure.ac:
15 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
16
17 Makefile.am:
18 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
19
20 # We need the following in order to create an <fnmatch.h> when the system
21 # doesn't have one that supports the required API.
22 all-local $(lib_OBJECTS): $(FNMATCH_H)
23 fnmatch.h: fnmatch_.h
24         cp $(srcdir)/fnmatch_.h $@-t
25         mv $@-t $@
26 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
27
28 Include:
29 <fnmatch.h>
30
31 Maintainer:
32 all, glibc