guix-commits
[Top][All Lists]
Advanced

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

04/07: maint: Support running `./bootstrap' from a tarball.


From: guix-commits
Subject: 04/07: maint: Support running `./bootstrap' from a tarball.
Date: Fri, 19 Apr 2024 10:47:51 -0400 (EDT)

janneke pushed a commit to branch master
in repository guix.

commit a47f2288615099d7cc25f833a0e9a60b27c4ea79
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Apr 19 16:17:36 2024 +0200

    maint: Support running `./bootstrap' from a tarball.
    
    This fixes VERSION being empty in ./configure, which may to documentation
    having empty version strings.
    
    * Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen.
    
    Change-Id: If127519811b25e2df0f5caa6a83a4f860fd34eb2
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index af08bc546f..4f0ddf1933 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -724,6 +724,7 @@ EXTRA_DIST +=                                               
\
   build-aux/config.rpath                               \
   build-aux/convert-xref.scm                           \
   build-aux/generate-authors.scm                       \
+  build-aux/git-version-gen                            \
   build-aux/test-driver.scm                            \
   build-aux/update-NEWS.scm                            \
   build-aux/update-guix-package.scm                    \



reply via email to

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