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
5bf74ddf
...
5bf74ddf6cc3de922a1b221311f871c9409029fa
authored
2005-08-16 14:50:11 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix
1 parent
de67b700
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
configure.ac
scripts/gnulib-sync
configure.ac
View file @
5bf74dd
...
...
@@ -356,13 +356,13 @@ AC_DEFUN([AC_REPLACE_FUNCS],
[AC_CHECK_FUNCS([$1], , [MU_LIBOBJ($ac_func)])
])
libmail
box
_GNULIB
libmail
utils
_GNULIB
dnl Restore overridden defuns
m4_copy([MU_SAVE_AC_REPLACE_FUNCS],[AC_REPLACE_FUNCS])
m4_copy([MU_SAVE_AC_LIBOBJ],[AC_LIBOBJ])
libm
ailutils
_GNULIB
libm
uaux
_GNULIB
AC_FUNC_MMAP
...
...
scripts/gnulib-sync
View file @
5bf74dd
...
...
@@ -298,7 +298,7 @@ expand_modules muaux_modules
expand_modules mailutils_modules
MODLIST
=
for
mod
in
$
lib
_modules
for
mod
in
$
muaux
_modules
do
if
echo
"
$mailutils_modules
"
| grep -q
"
$mod
"
-;
then
:
...
...
Please
register
or
sign in
to post a comment