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 "GNU M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=c14be5a3908e29ead827f6bb049e48ddc2ef22a9

The branch, branch-1_4 has been updated
       via  c14be5a3908e29ead827f6bb049e48ddc2ef22a9 (commit)
       via  1308438714d707a32c924ebab3a2719a9d06fc03 (commit)
      from  951a0fb343bc2dc1d20109fc532a7af320ff70e0 (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 -----------------------------------------------------------------
commit c14be5a3908e29ead827f6bb049e48ddc2ef22a9
Author: Ralf Wildenhues <[EMAIL PROTECTED]>
Date:   Wed Jan 30 17:00:49 2008 -0700

    Fix checks/Makefile.
    
    * checks/Makefile.in: Use @SET_MAKE@, and use @SHELL@ rather
    than hard-coding /bin/sh.
    * THANKS: Update.
    Reported by Lawson Chan.

commit 1308438714d707a32c924ebab3a2719a9d06fc03
Author: Eric Blake <[EMAIL PROTECTED]>
Date:   Tue Jan 29 20:02:49 2008 -0700

    Ignore Windows executables.
    
    Signed-off-by: Eric Blake <[EMAIL PROTECTED]>

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

Summary of changes:
 ChangeLog          |    7 +++++++
 THANKS             |    1 +
 checks/Makefile.in |    6 ++++--
 src/.cvsignore     |    1 +
 src/.gitignore     |    1 +
 5 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3ffea53..816df4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-31  Ralf Wildenhues  <[EMAIL PROTECTED]>
+
+       * checks/Makefile.in: Use @SET_MAKE@, and use @SHELL@ rather
+       than hard-coding /bin/sh.
+       * THANKS: Update.
+       Reported by Lawson Chan.
+
 2008-01-27  Eric Blake  <[EMAIL PROTECTED]>
 
        Stage 13: push composite text tokens.
diff --git a/THANKS b/THANKS
index 15876b9..01c560f 100644
--- a/THANKS
+++ b/THANKS
@@ -60,6 +60,7 @@ Kaveh R. Ghazi                [EMAIL PROTECTED]
 Konrad Schwarz         [EMAIL PROTECTED]
 Kristine Lund          [EMAIL PROTECTED]
 Krste Asanovic         [EMAIL PROTECTED]
+Lawson Chan            [EMAIL PROTECTED]
 Marion Hakanson                [EMAIL PROTECTED]
 Mark Seiden            [EMAIL PROTECTED]
 Martin Koeppe          [EMAIL PROTECTED]
diff --git a/checks/Makefile.in b/checks/Makefile.in
index 6d93144..d06da72 100644
--- a/checks/Makefile.in
+++ b/checks/Makefile.in
@@ -1,6 +1,7 @@
 ## Makefile.in - template for building Makefile for M4 testsuite.
 ##
-## Copyright (C) 1992, 1993, 1994, 2006, 2007 Free Software Foundation, Inc.
+## Copyright (C) 1992, 1993, 1994, 2006, 2007, 2008 Free Software
+## Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
@@ -17,10 +18,11 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
[EMAIL PROTECTED]@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 bindir = @bindir@
 exec_prefix = @exec_prefix@
diff --git a/src/.cvsignore b/src/.cvsignore
index a4438e6..9b593c0 100644
--- a/src/.cvsignore
+++ b/src/.cvsignore
@@ -3,3 +3,4 @@
 Makefile.in
 Makefile
 m4
+m4.exe
diff --git a/src/.gitignore b/src/.gitignore
index a4438e6..9b593c0 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -3,3 +3,4 @@
 Makefile.in
 Makefile
 m4
+m4.exe


hooks/post-receive
--
GNU M4 source repository


Reply via email to