At 01:58 AM 8/24/2005, Howard Chu wrote:I'm looking into getting the --help output straight. Unfortunately it looks like autoconf now groups all AC_ARG_ENABLEs together, followed by all AC_ARG_WITHs, instead of leaving them in the order in which they're written in configure.in. This particularly messes up --enable-ldbm / --with-ldbm-api in the help output.
Anyway, after fixing the OL_PTHREAD_TRY macro it appears that this configure script runs OK on my SuSE 9.2 x86_64 system. make test is running now, looks OK.
./configure --help shows that there is a problem with $ol_dflt_overlays that needs to be worked out. I think that use of a shell variable here is likely quite inappropriate. Should be a static string.
-- -- Howard Chu Chief Architect, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc OpenLDAP Core Team http://www.openldap.org/project/