gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, xgawk, updated. c30225e9a828bb8d5245e0c6


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, xgawk, updated. c30225e9a828bb8d5245e0c648f08ec8bb165321
Date: Thu, 22 Mar 2012 02:15:40 +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, xgawk has been updated
       via  c30225e9a828bb8d5245e0c648f08ec8bb165321 (commit)
      from  700b6ddbe8f6c0a84cb61abac6fd94a4fe9221ca (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=c30225e9a828bb8d5245e0c648f08ec8bb165321

commit c30225e9a828bb8d5245e0c648f08ec8bb165321
Author: Andrew J. Schorr <address@hidden>
Date:   Wed Mar 21 22:15:06 2012 -0400

    Minor fix to extension/Makefile.am

diff --git a/extension/ChangeLog b/extension/ChangeLog
index 251f86c..ddaec90 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-21         Andrew J. Schorr     <address@hidden>
+
+       * Makefile.am (INCLUDES): Remove -I$(top_srcdir)/intl.
+
 2012-03-20         Andrew J. Schorr     <address@hidden>
 
        * Makefile.am: New file to build and install shared libraries.
diff --git a/extension/Makefile.am b/extension/Makefile.am
index 27bdff4..fc80679 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -23,7 +23,7 @@
 
 ## Process this file with automake to produce Makefile.in.
 
-INCLUDES = -I.. -I$(top_srcdir) -I$(top_srcdir)/intl 
+INCLUDES = -I.. -I$(top_srcdir)
 
 lib_LTLIBRARIES =      \
        libarrayparm.la \

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

Summary of changes:
 extension/ChangeLog   |    4 ++++
 extension/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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