rep-gtk r392 - trunk



Author: chrisb
Date: Thu Dec 18 18:59:01 2008
New Revision: 392
URL: http://svn.gnome.org/viewvc/rep-gtk?rev=392&view=rev

Log:
updated man/news.texi


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Dec 18 18:59:01 2008
@@ -1,5 +1,6 @@
 0.18.4:
 	- small code cleanup
+	- updated configure.in since rep.m4 has been dropped
 
 0.18.3:
 	- fixed the broken GtkCombo() Widgets

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Dec 18 18:59:01 2008
@@ -51,7 +51,12 @@
 fi
 
 dnl Check for librep
-AM_PATH_REP(0.14)
+PKG_CHECK_MODULES(LIBREP, librep >= 0.17.3)
+REP_EXECDIR="`pkg-config --variable=repcommonexecdir librep`"
+REP_CFLAGS="`pkg-config --cflags librep`"
+
+AC_SUBST(REP_EXECDIR)
+AC_SUBST(REP_CFLAGS)
 
 dnl Check for glib
 PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.6)



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