Re: [PATCH] compress use of AC_CHECK_* macros

2002-10-17 Thread Jeff Trawick
Joe Orton <[EMAIL PROTECTED]> writes: > This patch compresses a few expansions of AC_CHECK_{FUNCS,HEADERS} into > single expansions, since both these macros are implemented as for loops; > this reduces the size of the generated configure script (possibly making > it faster). committed, thanks! -

[PATCH] compress use of AC_CHECK_* macros

2002-10-16 Thread Joe Orton
This patch compresses a few expansions of AC_CHECK_{FUNCS,HEADERS} into single expansions, since both these macros are implemented as for loops; this reduces the size of the generated configure script (possibly making it faster). --- configure.in16 Oct 2002 12:49:18 - 1.488 +++ co