]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Improve Erlang documentation.
authorDavid Reiss <dreiss@facebook.com>
Tue, 11 May 2010 18:10:36 +0000 (11:10 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 11 May 2010 20:32:02 +0000 (14:32 -0600)
* doc/autoconf.texi (Erlang Libraries): Document actual default
values.
* THANKS: Update.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
THANKS
doc/autoconf.texi

index 6d640563960e35370ac79f0f79650e8b290cffb4..d05a82ca412fd13afaa3b654bc1c59680147b3e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-11  David Reiss  <dreiss@facebook.com>  (tiny change)
+
+       Improve Erlang documentation.
+       * doc/autoconf.texi (Erlang Libraries): Document actual default
+       values.
+       * THANKS: Update.
+
 2010-05-11  Eric Blake  <eblake@redhat.com>
 
        Fix typo in previous patch.
diff --git a/THANKS b/THANKS
index 2d0cf0e3cc525e7e7bd6b8f8d56c0808ca71157f..218a5c9bd238f4868b045586bf0f2c686a31b353 100644 (file)
--- 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
index 0feb7d06608b5e98bf1ef4485caf0df9e5c6be4e..39e11a50cbf4853bd420a96daefe2f82b1e2dca0 100644 (file)
@@ -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})