Re: fnmatch: remove incompatibility between fnmatch-posix and fnmatch-gnu

2009-05-04 Thread Simon Josefsson
Simon Josefsson writes: > Bruno Haible writes: > >> Simon Josefsson wrote: >>> Please install as far as I'm concerned. >> >> Done. Thanks also for your fnmatch.m4 fix. > > I also noticed there were no self-test for fnmatch. Pushed. Same for glob. Also pushed. /Simon >From e30d02286081804e8e

Re: fnmatch: remove incompatibility between fnmatch-posix and fnmatch-gnu

2009-05-03 Thread Simon Josefsson
Bruno Haible writes: > Simon Josefsson wrote: >> Please install as far as I'm concerned. > > Done. Thanks also for your fnmatch.m4 fix. I also noticed there were no self-test for fnmatch. Pushed. /Simon >From 19b2a30859ba963627fb42987944efd35599dc75 Mon Sep 17 00:00:00 2001 From: Simon Josefs

Re: fnmatch: remove incompatibility between fnmatch-posix and fnmatch-gnu

2009-05-03 Thread Bruno Haible
Simon Josefsson wrote: > Please install as far as I'm concerned. Done. Thanks also for your fnmatch.m4 fix. Bruno

Re: fnmatch: remove incompatibility between fnmatch-posix and fnmatch-gnu

2009-05-03 Thread Simon Josefsson
Bruno Haible writes: > We had a long-standing incompatibility between the modules fnmatch-gnu and > fnmatch-posix: It was not possible to both in the same configure.ac. This > fixes it. It fails to build because config.h contains: #define fnmatch ${gl_fnmatch_required_lowercase}_fnmatch I've p

Re: fnmatch: remove incompatibility between fnmatch-posix and fnmatch-gnu

2009-05-03 Thread Simon Josefsson
Bruno Haible writes: > And here's a proposed simplification: Deprecate the 'fnmatch-posix' > module, and let the 'fnmatch' module take over its role. (Like we do > for the 'getpass' vs. 'getpass-gnu' modules.) > > Any objections? Please install as far as I'm concerned. Fixing the glob module pr

Re: fnmatch: remove incompatibility between fnmatch-posix and fnmatch-gnu

2009-05-02 Thread Bruno Haible
And here's a proposed simplification: Deprecate the 'fnmatch-posix' module, and let the 'fnmatch' module take over its role. (Like we do for the 'getpass' vs. 'getpass-gnu' modules.) Any objections? 2009-05-02 Bruno Haible * modules/fnmatch (Description, configure.ac): Taken from

fnmatch: remove incompatibility between fnmatch-posix and fnmatch-gnu

2009-05-02 Thread Bruno Haible
We had a long-standing incompatibility between the modules fnmatch-gnu and fnmatch-posix: It was not possible to both in the same configure.ac. This fixes it. 2009-05-02 Bruno Haible Remove incompatibility between modules fnmatch-posix and fnmatch-gnu. * m4/fnmatch.m4 (gl_FUNC_