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

gEDA-cvs: CVS update: ChangeLog



  User: peterb  
  Date: 07/05/28 17:24:19

  Modified:    .        ChangeLog configure.ac
  Log:
  Require Guile 1.8.x
  
  
  
  Guile 1.8.x is the current stable series, and 1.6.x is getting old.
  
  Require 1.8.x for libgeda.
  
  
  
  
  Revision  Changes    Path
  1.407                eda/geda/gaf/libgeda/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
  retrieving revision 1.406
  retrieving revision 1.407
  diff -u -b -r1.406 -r1.407
  --- ChangeLog	28 May 2007 08:13:50 -0000	1.406
  +++ ChangeLog	28 May 2007 21:24:19 -0000	1.407
  @@ -1,5 +1,10 @@
   2007-05-28 Peter Brett <peter@xxxxxxxxxxxxx>
   
  +	* configure.ac: Require Guile 1.8.x
  +
  +	  Guile 1.8.x is the current stable series, and 1.6.x is getting
  +	  old.  Require 1.8.x for libgeda.
  +	
   	* src/g_rc.c, src/s_clib.c: Component library documentation
   	  updates.
   
  
  
  
  1.45                 eda/geda/gaf/libgeda/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/configure.ac,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -b -r1.44 -r1.45
  --- configure.ac	26 May 2007 04:07:52 -0000	1.44
  +++ configure.ac	28 May 2007 21:24:19 -0000	1.45
  @@ -1,4 +1,4 @@
  -# $Id: configure.ac,v 1.44 2007-05-26 04:07:52 ahvezda Exp $
  +# $Id: configure.ac,v 1.45 2007-05-28 21:24:19 peterb Exp $
   #
   # Process this file with autoconf to produce a configure script.
   AC_INIT
  @@ -97,36 +97,16 @@
      AC_MSG_RESULT(yes) ], [AC_MSG_RESULT(no)])
   CFLAGS="${saved_CFLAGS}"
   
  -# Check that scm_make_smob_type exist
  -AC_CHECK_LIB(guile, scm_make_smob_type,,
  -   [AC_MSG_ERROR([Upgrade Guile, At least version >= 1.3.2])],
  -   $GUILE_LDFLAGS)
  +# Check some Guile functions are available
  +AC_CHECK_LIB(guile, scm_init_guile)
   
  -# Restore LIBS. Apperantly AC_CHECK_LIB destroys it.
  -LIBS="$ac_save_LIBS"
  -
  -# Check that scm_set_smob_mark exist
  -AC_CHECK_LIB(guile, scm_set_smob_mark,,
  -   [AC_MSG_ERROR([Upgrade Guile, At least version >= 1.3.2])],
  -   $GUILE_LDFLAGS)
  -
  -# Restore LIBS. Apperantly AC_CHECK_LIB destroys it.
  -LIBS="$ac_save_LIBS"
  -
  -# Check that scm_set_smob_free exist
  -AC_CHECK_LIB(guile, scm_set_smob_free,,
  -   [AC_MSG_ERROR([Upgrade Guile, At least version >= 1.3.2])],
  -   $GUILE_LDFLAGS)
  -
  -# Restore LIBS. Apperantly AC_CHECK_LIB destroys it.
  -LIBS="$ac_save_LIBS"
  +AC_CHECK_FUNCS([scm_make_smob_type scm_set_smob_mark scm_set_smob_free scm_set_smob_print],,
  +	       [AC_MSG_ERROR([Upgrade Guile, at least version >= 1.8.0])])
   
  -# Check that scm_set_smob_print exist
  -AC_CHECK_LIB(guile, scm_set_smob_print,,
  -   [AC_MSG_ERROR([Upgrade Guile, At least version >= 1.3.2])],
  -   $GUILE_LDFLAGS)
  +AC_CHECK_FUNCS([scm_from_locale_string],,
  +               [AC_MSG_ERROR([Upgrade Guile, at least version >= 1.8.0])])
   
  -# Restore LIBS. Apperantly AC_CHECK_LIB destroys it.
  +# Restore LIBS. Apparently AC_CHECK_LIB destroys it.
   LIBS="$ac_save_LIBS"
   
   GUILE_VERSION=`$GUILE_CONFIG info guileversion`
  
  
  


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