Paul Eggert wrote:
> I installed the attached patches. The first patch merely fixes some
> longstanding quoting problems.
Oh, one needs to look into the generated configure script, in order to
understand the problem.
I view this as an Autoconf documentation bug:
https://savannah.gnu.org/support/
On 7/14/21 8:51 AM, 林宏雄 wrote:
We expect that configure should not use the included regex.c
on the system with up-to-date glibc.
Recently that has not been the case, as glibc has been trailing behind
Gnulib a bit. At some point I hope they will become more in sync.
Returning 0 by re_compile
I'm importing the regex module of Gnulib to Universal ctags.
https://github.com/universal-ctags/ctags/pull/3054
>From the comment of regex.m4
# If the system regex support is good enough that it passes the
# following run test, then default to *not* using the included regex.c.
We expect t