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

Diff of /mailutils/m4/mu_libobj.m4

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

revision 1.2 by gray, Sat Sep 20 15:20:12 2003 UTC revision 1.3 by gray, Mon Oct 6 13:11:04 2003 UTC
# Line 32  AC_DEFUN(MU_CHECK_FUNCS,[ Line 32  AC_DEFUN(MU_CHECK_FUNCS,[
32    
33  AC_SUBST(GNU_INCLS)  AC_SUBST(GNU_INCLS)
34  AC_DEFUN(MU_HEADER,[  AC_DEFUN(MU_HEADER,[
35   mu_header_list="$mu_header_list include/mailutils/gnu/$1:headers/$1"   pushdef([mu_upcase],translit($1,[a-z-],[A-Z_]))
36   GNU_INCLS="$GNU_INCLS $1"   pushdef([mu_cache_var],[mu_cv_header_]translit($1,[-./],[___]))
37    
38     if test x"[$]mu_cache_var" != xyes; then
39       mu_header_list="$mu_header_list include/mailutils/gnu/$1:headers/$1"
40       GNU_INCLS="$GNU_INCLS $1"
41       mu_cache_var=yes
42     fi
43    
44     popdef([mu_upcase])
45     popdef([mu_cache_var])
46  ])  ])
47    
48  AC_DEFUN(MU_FINISH_LINKS,[  AC_DEFUN(MU_FINISH_LINKS,[

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

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