autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-266


From: Jim Meyering
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-266-g727b3ef
Date: Sun, 11 Nov 2007 07:48:09 +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 "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=727b3efa933f9a2822603721de55666edee3aef9

The branch, master has been updated
       via  727b3efa933f9a2822603721de55666edee3aef9 (commit)
      from  feef9e7e7e1c9380ca04fb119b9ff2ed8bfb4ee3 (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 727b3efa933f9a2822603721de55666edee3aef9
Author: Paul Eggert <address@hidden>
Date:   Sun Nov 11 08:47:46 2007 +0100

    * GNUmakefile (PATH): Remove stray apostrophes; they become
    
    part of PATH, which isn't wanted here.

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

Summary of changes:
 ChangeLog   |    5 +++++
 GNUmakefile |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9e6cb21..98a2e2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-09  Paul Eggert  <address@hidden>
+
+       * GNUmakefile (PATH): Remove stray apostrophes; they become
+       part of PATH, which isn't wanted here.
+
 2007-11-09  Ralf Wildenhues  <address@hidden>
 
        New config files output variable `top_build_prefix'.
diff --git a/GNUmakefile b/GNUmakefile
index 79ad492..652d015 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -39,7 +39,7 @@ ifeq ($(have-Makefile),yes)
 export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
 
 # Build with our own versions of these tools, when possible.
-export PATH = '$(shell echo "`pwd`/tests:$$PATH")'
+export PATH = $(shell echo "`pwd`/tests:$$PATH")
 
 include Makefile
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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