autoconf: modernize and modularize
[tftp-hpa.git] / autoconf / m4 / pa_arg_disabled.m4
blob42f4ce8362a194ced7273d3631cacb3cc838aedc
1 dnl --------------------------------------------------------------------------
2 dnl PA_ARG_DISABLED(option,helptext,disabled_action,enabled_action)
3 dnl --------------------------------------------------------------------------
4 AC_DEFUN([PA_ARG_DISABLED],[PA_ARG_BOOL([$1],[$2],yes,[$4],[$3])])