[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-184-gd833395)



The branch, master has been updated
       via  d83339599e717c9eeb04fd3e8924e8e7654b7b1e (commit)
      from  6af98c549937a2671eeedeb6f744b39a101779c8 (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.


=========
 Summary
=========

 m4/geda-git-version.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit d83339599e717c9eeb04fd3e8924e8e7654b7b1e
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    build-sys: Correct git version checking.
    
    AX_GIT_VERSION does sanity checking to make sure that the version
    specified in configure.ac matches the latest tag in git.  This check
    is disabled if there is no annotated tag available by calling git
    describe. This patch makes sure that configure cd's to the source
    directory before running git describe.

:100644 100644 a0d707f... ad16213... M	m4/geda-git-version.m4

=========
 Changes
=========

commit d83339599e717c9eeb04fd3e8924e8e7654b7b1e
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    build-sys: Correct git version checking.
    
    AX_GIT_VERSION does sanity checking to make sure that the version
    specified in configure.ac matches the latest tag in git.  This check
    is disabled if there is no annotated tag available by calling git
    describe. This patch makes sure that configure cd's to the source
    directory before running git describe.

diff --git a/m4/geda-git-version.m4 b/m4/geda-git-version.m4
index a0d707f..ad16213 100644
--- a/m4/geda-git-version.m4
+++ b/m4/geda-git-version.m4
@@ -44,7 +44,7 @@ changequote([,])
 
   # If there's an annotated tag available, test that the git version
   # and AC_INIT versions agree.
-  if git describe > /dev/null; then
+  if (cd $srcdir && git describe > /dev/null); then
 changequote(,)
     git_sed_pattern="^\([^-]*\)-\([^-]*\).*"
 changequote([,])




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs