/[mailutils]/mailutils/m4/enable.m4
ViewVC logotype

Diff of /mailutils/m4/enable.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jbailey, Fri Nov 1 17:20:33 2002 UTC revision 1.4 by gray, Mon Nov 4 17:32:42 2002 UTC
# Line 19  dnl Line 19  dnl
19  dnl MU_ENABLE_SUPPORT(feature, [action-if-true], [action-if-false])  dnl MU_ENABLE_SUPPORT(feature, [action-if-true], [action-if-false])
20    
21  AC_DEFUN([MU_ENABLE_SUPPORT], [  AC_DEFUN([MU_ENABLE_SUPPORT], [
22          pushdef([mu_upcase],translit($1,[a-z],[A-Z]))          pushdef([mu_upcase],translit($1,[a-z-],[A-Z_]))
23          pushdef([mu_cache_var],[mu_cv_enable_]$1)          pushdef([mu_cache_var],[mu_cv_enable_]translit($1,[-],[_]))
24    
25          AC_ARG_ENABLE($1,          AC_ARG_ENABLE($1,
26                        AC_HELP_STRING([--disable-]$1,                        AC_HELP_STRING([--disable-]$1,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26