Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
60c18442
...
60c18442b7e9f9b96ca1ebb8aa8c9805883875ee
authored
2003-09-20 15:20:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(MU_HEADER,MU_FINISH_LINKS): New macros
1 parent
c8e186be
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
m4/mu_libobj.m4
m4/mu_libobj.m4
View file @
60c1844
...
...
@@ -29,3 +29,13 @@ AC_DEFUN(MU_CHECK_FUNCS,[
do
MU_CHECK_FUNC($mu_func)
done])
AC_SUBST(GNU_INCLS)
AC_DEFUN(MU_HEADER,[
mu_header_list="$mu_header_list include/mailutils/gnu/$1:headers/$1"
GNU_INCLS="$GNU_INCLS $1"
])
AC_DEFUN(MU_FINISH_LINKS,[
AC_CONFIG_LINKS([$mu_header_list])
])
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment