Hi Jakub, On Fri, 2006-06-30 at 23:45 +0200, Jakub Narebski wrote: > I'm not autoconf/m4 expert: could anyone tell me how to uppercase > PACKAGE name, so one could write MY_PARSE_WITH(openssl)? I don't quite understand what you want, but you could check m4_toupper. > How to add [=PATH] to --with-PACKAGE option description in a way > which does not screw up AS_HELP_WITH calculations. I could use > @<:@=PATH@:>@ which transforms to [=PATH], but AS_HELP_WITH counts > number of characters in source I think. Try another pair of square brackets as quotes for literal contents. In this case, use [[=PATH]] > +# MY_PARSE_WITH(PACKAGE) By the way, it's better to use a prefix other than MY. I thing GIT_PARSE_WITH would be great. -- Regards, Pavel Roskin - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html