[SCM] GNU Autoconf source repository branch, master, updated. v2.65-68-g0139d17
"Eric Blake" <[email protected]> Tue, 11 May 2010 20:39:16 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=0139d1718cc2a8d0c58ee450c0181ba7de14ff03
The branch, master has been updated
via 0139d1718cc2a8d0c58ee450c0181ba7de14ff03 (commit)
from 9254d2978b8f805681c19f7bcb64c18fb02e387d (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 -----------------------------------------------------------------
commit 0139d1718cc2a8d0c58ee450c0181ba7de14ff03
Author: David Reiss <[email protected]>
Date: Tue May 11 11:10:36 2010 -0700
Improve Erlang documentation.
* doc/autoconf.texi (Erlang Libraries): Document actual default
values.
* THANKS: Update.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
THANKS | 1 +
doc/autoconf.texi | 3 +--
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6d64056..d05a82c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-11 David Reiss <[email protected]> (tiny change)
+
+ Improve Erlang documentation.
+ * doc/autoconf.texi (Erlang Libraries): Document actual default
+ values.
+ * THANKS: Update.
+
2010-05-11 Eric Blake <[email protected]>
Fix typo in previous patch.
diff --git a/THANKS b/THANKS
index 2d0cf0e..218a5c9 100644
--- a/THANKS
+++ b/THANKS
@@ -101,6 +101,7 @@ David Fang [email protected]
David J. MacKenzie [email protected]
David M. Lloyd [email protected]
David Morgan [email protected]
+Davie Reiss [email protected]
David Relson [email protected]
Dennis J. Linse ?
Derek R. Price [email protected]
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 0feb7d0..39e11a5 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -8360,8 +8360,7 @@ Set the @code{ERLANG_INSTALL_LIB_DIR} output variable to the directory into
which every built Erlang library should be installed in a separate
subdirectory.
If this variable is not set in the environment when @command{configure} runs,
-its default value is @code{$ERLANG_LIB_DIR}, which value is set by the
-@code{AC_ERLANG_SUBST_LIB_DIR} macro.
+its default value is @code{$@{libdir@}/erlang/lib}.
@end defmac
@defmac AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (@var{library}, @var{version})
hooks/post-receive
--
GNU Autoconf source repository