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
dc05d669
...
dc05d669a7582ceb66ac41393b8f19a83abb7004
authored
2006-01-20 16:51:48 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed
1 parent
8c890fa4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
m4/gnulib.m4
m4/xstrtol.m4
mailbox/Makefile.am
m4/gnulib.m4
View file @
dc05d66
...
...
@@ -39,6 +39,9 @@ gl_FUNC_SNPRINTF
# vasprintf
gl_FUNC_VASPRINTF
# xstrtol
gl_XSTRTOL
# xalloc-die
# xsize
...
...
m4/xstrtol.m4
View file @
dc05d66
...
...
@@ -6,9 +6,9 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_XSTRTOL],
[
MU
_LIBSOURCES([xstrtol.c, xstrtol.h, xstrtoul.c, intprops.h])
MU
_LIBOBJ([xstrtol])
MU
_LIBOBJ([xstrtoul])
AC
_LIBSOURCES([xstrtol.c, xstrtol.h, xstrtoul.c, intprops.h])
AC
_LIBOBJ([xstrtol])
AC
_LIBOBJ([xstrtoul])
AC_REQUIRE([gl_PREREQ_XSTRTOL])
AC_REQUIRE([gl_PREREQ_XSTRTOUL])
...
...
mailbox/Makefile.am
View file @
dc05d66
...
...
@@ -222,4 +222,4 @@ libmailutils_la_SOURCES += vsnprintf.h
libmailutils_la_SOURCES
+=
xsize.h
EXTRA_DIST
+=
dirname.c dirname.h dirname.c strcasecmp.c strncasecmp.c unlocked-io.h getndelim2.c xstrtol.c xstrtol.h xstrtoul.c intprops.h xstrtol.c xstrtoul.c fnmatch.c getdelim.c getdelim.h getdelim.c getopt.c getopt1.c mbchar.c memchr.c mempcpy.c mempcpy.h mempcpy.c getlogin_r.c getlogin_r.c inttostr.c inttostr.h intprops.h imaxtostr.c offtostr.c umaxtostr.c imaxtostr.c offtostr.c umaxtostr.c regex.c stat-macros.h strchrnul.c strdup.c strdup.h strdup.c strndup.c strndup.h strndup.c strnlen.c strnlen.h strnlen.c strtok_r.c vasnprintf.c
printf
-args.c
printf
-parse.c asnprintf.c vsnprintf.c getline.c getline.c getline.h getline.c glob.c glob_.h glob-libc.h glob.c md5.c md5.h md5.c
EXTRA_DIST
+=
unlocked-io.h getndelim2.c fnmatch.c getdelim.c getdelim.h getdelim.c getopt.c getopt1.c mbchar.c mempcpy.c mempcpy.h mempcpy.c regex.c strcasecmp.c strncasecmp.c getlogin_r.c getlogin_r.c inttostr.c inttostr.h intprops.h imaxtostr.c offtostr.c umaxtostr.c imaxtostr.c offtostr.c umaxtostr.c strchrnul.c strdup.c strdup.h strdup.c strndup.c strndup.h strndup.c strnlen.c strnlen.h strnlen.c strtok_r.c vasnprintf.c
printf
-args.c
printf
-parse.c asnprintf.c vsnprintf.c getline.c getline.c getline.h getline.c glob.c glob_.h glob-libc.h glob.c md5.c md5.h md5.c memchr.c stat-macros.h
...
...
Please
register
or
sign in
to post a comment