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

gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-207-ge061c8e)



The branch, master has been updated
       via  e061c8ea2a955d2eeb03da65c33945c30f821043 (commit)
       via  1f06f3a27656ced3d56dbc55391fc97ec28b2611 (commit)
      from  e0e40c710281628213e55c432da6bf3783f7f3c1 (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-gattrib.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


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

commit 1f06f3a27656ced3d56dbc55391fc97ec28b2611
Author: Dan McMahill <mcmahill@holding.(none)>
Commit: Dan McMahill <mcmahill@holding.(none)>

    Add a missing AC_REQUIRE([PKG_PROG_PKG_CONFIG]) in AX_OPTION_GATTRIB
    
    Since the AX_OPTION_GATTRIB macro uses the result of the pkg-config
    check, require that macro.

:100644 100644 aaa20a8... 3df9dcc... M	m4/geda-gattrib.m4

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

commit 1f06f3a27656ced3d56dbc55391fc97ec28b2611
Author: Dan McMahill <mcmahill@holding.(none)>
Commit: Dan McMahill <mcmahill@holding.(none)>

    Add a missing AC_REQUIRE([PKG_PROG_PKG_CONFIG]) in AX_OPTION_GATTRIB
    
    Since the AX_OPTION_GATTRIB macro uses the result of the pkg-config
    check, require that macro.

diff --git a/m4/geda-gattrib.m4 b/m4/geda-gattrib.m4
index aaa20a8..3df9dcc 100644
--- a/m4/geda-gattrib.m4
+++ b/m4/geda-gattrib.m4
@@ -22,6 +22,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 AC_DEFUN([AX_OPTION_GATTRIB],
 [
   AC_PREREQ([2.60])dnl
+  AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
   AC_MSG_CHECKING([whether to enable gattrib])
   AC_ARG_ENABLE([gattrib],




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