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 08:10:16 +0000 (UTC)

branch: master
commit 3d51f9853fe3998090eaa4378bb49981c59c226a
Author: Mohammad Akhlaghi <address@hidden>
Date:   Fri May 20 17:01:25 2016 +0900

    Tags prefixed with gnuastro_v
    
    In a previous commit (122597e: Tags are now prefixed with v), the common
    `v' prefix for tags. However, cgit was able to recognize this and
    internally removed the `v' to make the tar.gz. So after some tests, a new
    format was chosen: `gnuastro_vX.X', where the two Xs are the major and
    minor version number. As explained in the new tag, with this format, cgit
    will make a reasonably informative, somehow similar, but clearly different
    tarball (`gnuastro_v0.0.tar.gz' instead of `gnuastro-0.0.tar.gz' which is
    used in the FTP server).
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1efde92..cbc0082 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]),
+                        .tarball-version --prefix "gnuastro_v"]),
         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]