gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. 06b33e787f779251ab35840


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. 06b33e787f779251ab35840c21d3c0f5a7650f32
Date: Thu, 18 Apr 2013 06:15:36 +0000

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 "gawk".

The branch, master has been updated
       via  06b33e787f779251ab35840c21d3c0f5a7650f32 (commit)
      from  7bba43aaf10a4b275c845fe6df02011828aa9c1a (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 -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=06b33e787f779251ab35840c21d3c0f5a7650f32

commit 06b33e787f779251ab35840c21d3c0f5a7650f32
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Apr 18 09:15:21 2013 +0300

    Typo fix.

diff --git a/ChangeLog b/ChangeLog
index a131f4a..0fd34dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-18         Arnold D. Robbins     <address@hidden>
+
+       * configure.ac: Fix a typo.
+
 2013-04-17         Corinna Vinschen      <address@hidden>
 
        * configure.ac: Remove special casing for cygwin for libiconv
diff --git a/configure b/configure
index 8fef5bf..6214def 100755
--- a/configure
+++ b/configure
@@ -10139,7 +10139,7 @@ else
   gawk_have_dlopen=no
 fi
 
-       # Only do DYNAMIC if we have the lip. z/OS (some versions) have
+       # Only do DYNAMIC if we have the lib. z/OS (some versions) have
        # the header but not the lib, apparently
        if test "$gawk_have_dlopen" = yes
        then
diff --git a/configure.ac b/configure.ac
index 80de87b..6ef92f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -294,7 +294,7 @@ AC_CHECK_HEADER(dlfcn.h,
        # in libc. Notably freebsd and cygwin.
        # HP-NSK has it in zrldsrl
        AC_SEARCH_LIBS(dlopen, dl zrldsrl, gawk_have_dlopen=yes, 
gawk_have_dlopen=no)
-       # Only do DYNAMIC if we have the lip. z/OS (some versions) have
+       # Only do DYNAMIC if we have the lib. z/OS (some versions) have
        # the header but not the lib, apparently
        if test "$gawk_have_dlopen" = yes
        then

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    4 ++++
 configure    |    2 +-
 configure.ac |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]