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
fe26a0f9
...
fe26a0f98d643d7a518aa389bf9ecd1bd5ca90cf
authored
2001-10-22 15:01:44 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Build updated
1 parent
3764454a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
ChangeLog
doc/texinfo/Makefile.am
guimb/Makefile.am
libmu_scm/Makefile.am
ChangeLog
View file @
fe26a0f
2001-10-22 Jeff Bailey <jbailey@outpost.dnsalias.org>
* doc/texinfo/Makefile.am: Remove version.texi, it's implied.
* libmu_scm/Makefile.am: Clean @GUILE_PROCEDURES_TXT@
* guimb/Makefile.am: Clean @GUILE_PROCEDURES_TXT@
2001-10-21 Sergey Poznyakoff
Changes for compatibility with automake 1.5:
...
...
doc/texinfo/Makefile.am
View file @
fe26a0f
...
...
@@ -32,8 +32,7 @@ mailutils_TEXINFOS = \
sfrom.c.texi
\
smtp.texi
\
stream.texi
\
url.texi
\
version.texi
url.texi
## Sam, the examples dir is not part of the distribution so this will not work
## but we should probably have a "addrmsg" program and reenable this.
...
...
guimb/Makefile.am
View file @
fe26a0f
...
...
@@ -15,7 +15,7 @@ DOT_X_FILES=run_scm.x
DOT_DOC_FILES
=
run_scm.doc
BUILT_SOURCES
=
@GUILE_BUILT_SOURCES@
DISTCLEANFILES
=
$(DOT_X_FILES)
$(DOT_DOC_FILES)
DISTCLEANFILES
=
$(DOT_X_FILES)
$(DOT_DOC_FILES)
@GUILE_PROCEDURES_TXT@
CPPFLAGS
=
-DDATADIR
=
\"
$(pkgdatadir)
\"
...
...
libmu_scm/Makefile.am
View file @
fe26a0f
...
...
@@ -21,7 +21,7 @@ DOT_DOC_FILES=mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc \
mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc
BUILT_SOURCES
=
@GUILE_BUILT_SOURCES@
DISTCLEANFILES
=
$(DOT_X_FILES)
$(DOT_DOC_FILES)
DISTCLEANFILES
=
$(DOT_X_FILES)
$(DOT_DOC_FILES)
@GUILE_PROCEDURES_TXT@
CPPFLAGS
=
-DDATADIR
=
\"
$(pkgdatadir)
\"
ETAGS_ARGS
=
--regex
=
'/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/'
\
...
...
Please
register
or
sign in
to post a comment