Hi, Phil Edwards <[EMAIL PROTECTED]> writes:
> Two problems with m4_pattern_forbid (or rather, with my understanding of > how it's meant to be used) follow: > > Uses of $target_alias keep sneaking back into libstdc++'s configury, which > is generally a Very Bad Thing for a GCC target library. So I thought I'd > play with m4_pattern_forbid to try and prevent mistakes before they happen. > > This > > m4_pattern_forbid([target_alias],[informative message goes here]) > > triggers > > configure.in:44: error: target alias is not what you think it is > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. Try m4_pattern_forbid([target][_alias],...) to break up any literal grepping of the file. I don't know if it'll work, but it's worth a try. - Hari -- Raja R Harinath ------------------------------ [EMAIL PROTECTED]
