Add support for platforms without fnmatch.
authorJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 7 Jan 2009 17:17:10 +0000 (17:17 +0000)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 7 Jan 2009 17:17:10 +0000 (17:17 +0000)
commit1d58c0b201b4a9120042889b46a24778cb61c576
treee40d07370f99faa5a4f8f4a868f6478c067393c8
parentc8dfa611cf8707ed55f6e9e83f04ce6138bf5c24
Add support for platforms without fnmatch.

This uses gnulib so you will need to have a copy in order
to run autogen.sh (but not to build from a tarball). Either
arrange for gnulib-tool to be in your path or set the
environment variable GNULIB_TOOL to point to its location.
.gitignore
Makefile.am
autogen.sh
configure.ac
gl/.gitignore [new file with mode: 0644]
gl/m4/.gitignore [new file with mode: 0644]
gl/m4/gnulib-cache.m4 [new file with mode: 0644]
librazor/Makefile.am