This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils requirement


> Aha.  Are the patterns in AC_CHECK_PROG_VER anchored to the beginning
> of the \(\) region?  My guess is no; I was using binutils 2.12.1, which
> matches "2.1[3-9]*" (the second 2).

config.log will show you what the regexp matched.
That string is matched using `case' (i.e. fnmatch).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]