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

gEDA-cvs: CVS update: configure.ac



  User: danmc   
  Date: 07/04/24 18:13:49

  Modified:    .        configure.ac
  Log:
  if pkg-config fails for glib, print the pkg-config error output
  
  
  Revision  Changes    Path
  1.43      +5 -2      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.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- configure.ac	21 Apr 2007 17:22:10 -0000	1.42
  +++ configure.ac	24 Apr 2007 22:13:48 -0000	1.43
  @@ -1,4 +1,4 @@
  -# $Id: configure.ac,v 1.42 2007/04/21 17:22:10 cnieves Exp $
  +# $Id: configure.ac,v 1.43 2007/04/24 22:13:48 danmc Exp $
   #
   # Process this file with autoconf to produce a configure script.
   AC_INIT
  @@ -236,7 +236,10 @@
      PKG_CHECK_MODULES(GLIB24, glib-2.0 >= 2.4.0, GLIB24="yes", no_GLIB24="yes")
      if test "$GLIB24" != "yes"
      then
  -       AC_MSG_ERROR([Cannot find glib 2.4.x, install it and rerun ./configure.])
  +       AC_MSG_ERROR([Cannot find glib 2.4.x, install it and rerun ./configure.
  +You may find the following error output (if any) useful:
  +$GLIB24_PKG_ERRORS
  +])
      fi
      GLIB_CFLAGS=$GLIB24_CFLAGS
      GLIB_LIBS=$GLIB24_LIBS
  
  
  


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