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.62-18-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-18-g822c5bb
Date: Mon, 12 May 2008 12:44:50 +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=822c5bbf02bc5f86db975014e27958b5bda6e054

The branch, master has been updated
       via  822c5bbf02bc5f86db975014e27958b5bda6e054 (commit)
      from  684d299c1df696fbca13143097d35da1acb528cc (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 822c5bbf02bc5f86db975014e27958b5bda6e054
Author: Keith Marshall <address@hidden>
Date:   Mon May 12 06:41:51 2008 -0600

    Avoid case-insensitive `make install' vs. `INSTALL' conflict.
    
    * Makefile.am ($(srcdir)/INSTALL): Replace all references...
    ($(abs_srcdir)/INSTALL): ...with this.

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

Summary of changes:
 ChangeLog   |    6 ++++++
 Makefile.am |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e812c9f..41716a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-08  Keith Marshall  <address@hidden>  (tiny change)
+
+       Avoid case-insensitive `make install' vs. `INSTALL' conflict.
+       * Makefile.am ($(srcdir)/INSTALL): Replace all references...
+       ($(abs_srcdir)/INSTALL): ...with this.
+
 2008-05-06  Eric Blake  <address@hidden>
 
        Fix typo.
diff --git a/Makefile.am b/Makefile.am
index 7f8bbfe..4682297 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,15 +30,15 @@ EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
             build-aux/announce-gen build-aux/gnupload \
             .prev-version .version
 
-MAINTAINERCLEANFILES = $(srcdir)/INSTALL
+MAINTAINERCLEANFILES = $(abs_srcdir)/INSTALL
 
 ## --------- ##
 ## INSTALL.  ##
 ## --------- ##
 
-pkgdata_DATA = $(srcdir)/INSTALL
+pkgdata_DATA = $(abs_srcdir)/INSTALL
 AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
-$(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
+$(abs_srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
        $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -o $@ \
          $(top_srcdir)/doc/install.texi
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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