From 0139d1718cc2a8d0c58ee450c0181ba7de14ff03 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Tue, 11 May 2010 11:10:36 -0700 Subject: [PATCH] Improve Erlang documentation. * doc/autoconf.texi (Erlang Libraries): Document actual default values. * THANKS: Update. Signed-off-by: Eric Blake --- ChangeLog | 7 +++++++ THANKS | 1 + doc/autoconf.texi | 3 +-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d640563..d05a82ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-05-11 David Reiss (tiny change) + + Improve Erlang documentation. + * doc/autoconf.texi (Erlang Libraries): Document actual default + values. + * THANKS: Update. + 2010-05-11 Eric Blake Fix typo in previous patch. diff --git a/THANKS b/THANKS index 2d0cf0e3..218a5c9b 100644 --- a/THANKS +++ b/THANKS @@ -101,6 +101,7 @@ David Fang fang@csl.cornell.edu David J. MacKenzie djm@uunet.uu.net David M. Lloyd dmlloyd@tds.net David Morgan dmorgan@symark.com +Davie Reiss dreiss@facebook.com David Relson relson@osagesoftware.com Dennis J. Linse ? Derek R. Price derek.price@openavenue.com diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 0feb7d06..39e11a50 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}) -- 2.11.4.GIT