[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 58af02b57c4d2cc732fea0f5ed86e02789d92438 |
Date: |
Fri, 06 Jan 2012 14:55:49 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 58af02b57c4d2cc732fea0f5ed86e02789d92438 (commit)
from 648c015ca70b15edf41d80aa87314ade3252d140 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=58af02b57c4d2cc732fea0f5ed86e02789d92438
commit 58af02b57c4d2cc732fea0f5ed86e02789d92438
Author: David Levine <address@hidden>
Date: Fri Jan 6 08:55:39 2012 -0600
Added datarootdir definitions to silence warnings from configure.
diff --git a/Makefile.in b/Makefile.in
index 39e027b..d83cff3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10,6 +10,7 @@ SHELL = /bin/sh
srcdir = @srcdir@
abs_srcdir = @abs_srcdir@
+datarootdir = @datarootdir@
VPATH = @srcdir@
# ========== USER CONFIGURATION SECTION ==========
diff --git a/docs/Makefile.in b/docs/Makefile.in
index c9c0346..5fb1341 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -7,6 +7,7 @@ SHELL = /bin/sh
top_srcdir = @top_srcdir@
srcdir = @srcdir@
docdir = @docdir@
+datarootdir = @datarootdir@
VPATH = @srcdir@
# files included in distribution
diff --git a/man/Makefile.in b/man/Makefile.in
index 75eb9c1..c489f5f 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -15,6 +15,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
+datarootdir = @datarootdir@
etcdir = @sysconfdir@
mandir = @mandir@
manext1 = 1
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 1 +
docs/Makefile.in | 1 +
man/Makefile.in | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 58af02b57c4d2cc732fea0f5ed86e02789d92438,
David Levine <=