AC_CANONICAL_*

2001-02-09 Thread Derek R. Price
Why do the AC_CANONICAL_* functions no longer set *_alias? There's a FIXME comment and fixing it would be a matter of removing the 'dnl', as far as I can see and the CVS Automake is still expecting *_alias to be set: # _AC_CANONICAL_SPLIT(THING) # -- # Generate the variab

Re: autoconf bug?

2001-02-09 Thread Tomas Berndtsson
Akim Demaille <[EMAIL PROTECTED]> writes: > > > As said by Alexandre, this is incorrect, underquoted. But even quoted > > > 2.13 fails. Yep, that's a bug in 2.13, which was vastly mixing > > > overquotation, and underquotation. CVS Autoconf is fixed. > > > > Ok, thanks. Do you know if a new r

Re: autoconf bug?

2001-02-09 Thread Akim Demaille
Tomas Berndtsson <[EMAIL PROTECTED]> writes: > Akim Demaille <[EMAIL PROTECTED]> writes: > > > Tomas Berndtsson <[EMAIL PROTECTED]> writes: > > > > > My autoconf version is 2.13. m4 is GNU m4 1.4. > > > > > > I have the following in my configure.in: > > > > > > AC_CHECK_FUNCS(dlopen, , AC_CH

Re: autoconf bug?

2001-02-09 Thread Tomas Berndtsson
Akim Demaille <[EMAIL PROTECTED]> writes: > Tomas Berndtsson <[EMAIL PROTECTED]> writes: > > > My autoconf version is 2.13. m4 is GNU m4 1.4. > > > > I have the following in my configure.in: > > > > AC_CHECK_FUNCS(dlopen, , AC_CHECK_LIB(dl,dlopen, , > > [AC_MSG_ERROR([ > > *** Zen does no

Re: autoconf bug?

2001-02-09 Thread Akim Demaille
Tomas Berndtsson <[EMAIL PROTECTED]> writes: > My autoconf version is 2.13. m4 is GNU m4 1.4. > > I have the following in my configure.in: > > AC_CHECK_FUNCS(dlopen, , AC_CHECK_LIB(dl,dlopen, , > [AC_MSG_ERROR([ > *** Zen does not function properly without dlopen, sorry.])])) As said by A

Re: autoconf bug?

2001-02-09 Thread Tomas Berndtsson
Cc:ing to [EMAIL PROTECTED] too. "Lars J. Aas" <[EMAIL PROTECTED]> writes: > : > : AC_CHECK_FUNCS(dlopen, , [AC_CHECK_LIB(dl,dlopen, , > : > : [AC_MSG_ERROR([ > : > : *** Zen does not function properly without dlopen, sorry.])])]) > : > : > : > : which gave exactly the same error as before

autoconf bug?

2001-02-09 Thread Tomas Berndtsson
My autoconf version is 2.13. m4 is GNU m4 1.4. I have the following in my configure.in: AC_CHECK_FUNCS(dlopen, , AC_CHECK_LIB(dl,dlopen, , [AC_MSG_ERROR([ *** Zen does not function properly without dlopen, sorry.])])) The idea is to check for dlopen, and if it's not found, check for it in