Hello,

On Wed, Nov 09, 2005 at 04:05:59PM -0800, Manish Marathe wrote:
> How do i use m4_pattern_allow when I do autoconf ?

m4_pattern_allow([^MY_WORD$])

to allow a particular word.

or

m4_pattern_allow([^UFF_])

to allow everything with prefix "UFF_"

HTH,
        Stepan


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to