gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] (no subject)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] (no subject)
Date: Fri, 20 May 2016 07:19:44 +0000 (UTC)

branch: master
commit 122597ec243da5e1dd8af2f1fedf5794038d6512
Author: Mohammad Akhlaghi <address@hidden>
Date:   Fri May 20 16:00:25 2016 +0900

    Tags are now prefixed with v
    
    Previously the tags were just the major and minor version number (for
    example 0.0). Savannah's cgit web interface will create a tarball for each
    tag point and keep it on the top page. So for example the tarball of the
    0.0 tag would be: gnuastro-0.0.tar.gz. Note that this tarball is not
    bootstrapped, it only contains the version controlled files.
    
    This will cause confusion later. Because the bootstrapped tarball that is
    ready for configuration will also have exactly the same name! Since the
    cgit interface uses the exact tag string, this problem can be fixed if a
    `v' is prefixed to the tag. So the tarball that is downloaded from there
    will be gnuastro-v0.0.tar.gz. This will fix the problem. Also, it appears
    to be very common to use the `v' prefix for tags, such that Gnulib's
    git-version-gen script assumes a `v' prefix by default. So the `--prefix
    ""' option that was given to it in `configure.ac' is no longer necessary.
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 144d65e..1efde92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ i# Process this file with autoconf to produce a configure 
script.
 AC_PREREQ([2.69])
 AC_INIT([GNU Astronomy Utilities],
          m4_esyscmd([bootstrapped/build-aux/git-version-gen    \
-                                  .tarball-version --prefix ""]),
+                                  .tarball-version]),
         address@hidden, [gnuastro],
         [http://www.gnu.org/software/gnuastro/])
 AC_CONFIG_AUX_DIR([bootstrapped/build-aux])



reply via email to

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