PAC_PROG_MAKE_HAS_PATTERN_RULES

Determine if the make program supports pattern rules

Synopsis

PAC_PROG_MAKE_HAS_PATTERN_RULES([action if true],[action if false])

Output Effect

Executes the first argument if patterns of the form
   prefix%suffix: prefix%suffix
are supported by make (gnumake and Solaris make are known to support this form of target). If patterns are not supported, executes the second argument.

See Also

PAC_PROG_MAKE