changeset 21681:894b440027fa

fix help string about installing build logs Change I was confused by the meaning, since "e.g." suggests that something other than config.log would be installed. It should be "i.e.", since that is not the case. configure.ac (install-build-logs): Fix help string.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 08 May 2016 10:49:38 -0400
parents 318883c78fd3
children 02101d8c11f5
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri May 06 17:12:21 2016 -0400
+++ b/configure.ac	Sun May 08 10:49:38 2016 -0400
@@ -3290,7 +3290,7 @@
 install_build_logs=no
 AC_ARG_ENABLE([install-build-logs],
   [AS_HELP_STRING([--enable-install-build-logs],
-    [install build logs (e.g. config.log) with Octave])],
+    [install build logs (i.e. config.log) with Octave])],
   [if test "$enableval" = yes; then install_build_logs=yes; fi])
 AM_CONDITIONAL([AMCOND_INSTALL_BUILD_LOGS], [test $install_build_logs = yes])