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-25-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-25-gd4c52d5
Date: Tue, 03 Jun 2008 19:29:53 +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=d4c52d5b1584aa51707127e3768074dddf314e18

The branch, master has been updated
       via  d4c52d5b1584aa51707127e3768074dddf314e18 (commit)
      from  f15bc5b04c7acc65f321ed3875e741000d0ce409 (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 d4c52d5b1584aa51707127e3768074dddf314e18
Author: Eric Blake <address@hidden>
Date:   Tue Jun 3 13:24:37 2008 -0600

    Fix 'make dist' regression from 2008-05-08.
    
    * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
    GNUmakefile's _autoconf rule removes INSTALL.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 5d2c610..76340a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-03  Eric Blake  <address@hidden>
+
+       Fix 'make dist' regression from 2008-05-08.
+       * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
+       GNUmakefile's _autoconf rule removes INSTALL.
+
 2008-05-27  Eric Blake  <address@hidden>
 
        Document Solaris /bin/sh redirection pitfall.
diff --git a/Makefile.am b/Makefile.am
index 4682297..3ccaf2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,11 @@ MAINTAINERCLEANFILES = $(abs_srcdir)/INSTALL
 ## INSTALL.  ##
 ## --------- ##
 
+## abs_srcdir is necessary for case-insensitive make to distinguish from
+## 'make install'.  But automake also insists that the plain target INSTALL
+## exist prior to 'make dist'.
+INSTALL: $(abs_srcdir)/INSTALL
+
 pkgdata_DATA = $(abs_srcdir)/INSTALL
 AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
 $(abs_srcdir)/INSTALL: $(top_srcdir)/doc/install.texi


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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