(MU_HEADER,MU_FINISH_LINKS): New macros
Showing
1 changed file
with
10 additions
and
0 deletions
... | @@ -29,3 +29,13 @@ AC_DEFUN(MU_CHECK_FUNCS,[ | ... | @@ -29,3 +29,13 @@ AC_DEFUN(MU_CHECK_FUNCS,[ |
29 | do | 29 | do |
30 | MU_CHECK_FUNC($mu_func) | 30 | MU_CHECK_FUNC($mu_func) |
31 | done]) | 31 | done]) |
32 | |||
33 | AC_SUBST(GNU_INCLS) | ||
34 | AC_DEFUN(MU_HEADER,[ | ||
35 | mu_header_list="$mu_header_list include/mailutils/gnu/$1:headers/$1" | ||
36 | GNU_INCLS="$GNU_INCLS $1" | ||
37 | ]) | ||
38 | |||
39 | AC_DEFUN(MU_FINISH_LINKS,[ | ||
40 | AC_CONFIG_LINKS([$mu_header_list]) | ||
41 | ]) | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment