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


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-33-gb077f0d
Date: Thu, 19 Jun 2008 05:13:04 +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=b077f0d2d6ac103f1e9349e7ac41e3dc27774603

The branch, master has been updated
       via  b077f0d2d6ac103f1e9349e7ac41e3dc27774603 (commit)
      from  ea2e96c4ac585e6d8457e9f01af6dc53ea1be4aa (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 b077f0d2d6ac103f1e9349e7ac41e3dc27774603
Author: Eric Blake <address@hidden>
Date:   Wed Jun 18 23:10:59 2008 -0600

    Resync with gnulib.
    
    * GNUmakefile: Grab from upstream, to fix VPATH 'make dist' bug.
    Reported by Stepan Kasal.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 6a2fe71..75cde7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-19  Eric Blake  <address@hidden>
+
+       Resync with gnulib.
+       * GNUmakefile: Grab from upstream, to fix VPATH 'make dist' bug.
+       Reported by Stepan Kasal.
+
 2008-06-18  Ralf Wildenhues  <address@hidden>
 
        Reorganize autotest files, factorize for parallel execution.
diff --git a/GNUmakefile b/GNUmakefile
index 0c1bc38..31bd873 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -56,12 +56,16 @@ ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
   _is-dist-target = $(filter-out %clean, \
     $(filter maintainer-% dist% alpha beta major,$(MAKECMDGOALS)))
   ifneq (,$(_is-dist-target))
-    _curr-ver := $(shell cd $(srcdir) && ./$(_build-aux)/git-version-gen \
-                   $(srcdir)/.tarball-version)
+    _curr-ver := $(shell cd $(srcdir) \
+                   && $(_build-aux)/git-version-gen .tarball-version)
     ifneq ($(_curr-ver),$(VERSION))
-      $(info INFO: running autoreconf for new version string: $(_curr-ver))
-      _dummy := $(shell cd $(srcdir) && rm -rf autom4te.cache .version \
-        && $(_autoreconf))
+      ifeq ($(_curr-ver),UNKNOWN)
+        $(info WARNING: unable to verify if $(VERSION) is correct version)
+      else
+        $(info INFO: running autoreconf for new version string: $(_curr-ver))
+        _dummy := $(shell cd $(srcdir) && rm -rf autom4te.cache .version \
+          && $(_autoreconf))
+      endif
     endif
   endif
 endif


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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