From: David Reiss Date: Tue, 11 May 2010 18:10:36 +0000 (-0700) Subject: Improve Erlang documentation. X-Git-Tag: v2.66~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0139d1718cc2a8d0c58ee450c0181ba7de14ff03;p=thirdparty%2Fautoconf.git Improve Erlang documentation. * doc/autoconf.texi (Erlang Libraries): Document actual default values. * THANKS: Update. Signed-off-by: Eric Blake --- 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})