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

gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-3-g0fc9025)



The branch, master has been updated
       via  0fc90255d0bba10031606afaaad06c84191ecc44 (commit)
      from  ab617ca6c2cf704e932a6179601942cf6b949761 (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
=========

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit 0fc90255d0bba10031606afaaad06c84191ecc44
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    If GAF_CONFIGURE_OPTS is set in the environment, pass it down to configure.
    
    If GAF_CONFIGURE_OPTS is set in the environment, pass it down
    to each of the configure scripts.  This makes it easier to
    do things like set the install prefix without having to edit
    a file which is under source control.

:100644 100644 558c0b3... 9d1f18b... M	Makefile

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

commit 0fc90255d0bba10031606afaaad06c84191ecc44
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    If GAF_CONFIGURE_OPTS is set in the environment, pass it down to configure.
    
    If GAF_CONFIGURE_OPTS is set in the environment, pass it down
    to each of the configure scripts.  This makes it easier to
    do things like set the install prefix without having to edit
    a file which is under source control.

diff --git a/Makefile b/Makefile
index 558c0b3..9d1f18b 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ prefix?=$(HOME)/geda
 #             --disable-update-mime-database
 #             --disable-update-desktop-database
 #
-opts=--with-xdgdatadir=$(HOME)/.local/share --with-kdedatadir=$(HOME)/.kde/share
+opts=${GAF_CONFIGURE_OPTS} --with-xdgdatadir=$(HOME)/.local/share --with-kdedatadir=$(HOME)/.kde/share
 
 #
 # Set this to the shell that you want the various commands to run in.




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