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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Jul 01 07:57:48 2006
This archive was generated by hypermail 2.1.8 : 2006-07-01 07:58:14 EST