>>>>> "AD" == Akim Demaille <[EMAIL PROTECTED]> writes:
AD> Your AC_OUTPUT section is frightening...
AD> Well, I realize the copy I have is dead broken:
AD> echo " Athena header include path: $athena=
AD> _h_path"
AD> fi
AD> test "$with_dnet" =3D yes && echo " Compiling in support for DNET."
AD> I used wget on cvsweb though :( Any better means to get a correct
AD> configure.in? Anyway, thanks François for `recode /qp' :)
This will probably be fixed medium term by moving our CVS repository
to SourceForge.
AD> You've done something which is now illegal: using `define' with
AD> another quoting system than [, ]:
AD> (I don't want to criticize, but frankly, by defining a macro inside a
AD> call to AC_OUTPUT, you are looking for troubles).
You don't get to be a free software maintainer if you don't welcome criticism.
I think you should try to maintain compatibility here. Bug reports to follow.
AD> So I pulled out the definition of the macro out of AC_OUTPUT, removed
AD> the useless (or have I missed something) changequote (changequote is
AD> *hell*), and it works.
Not for me.