rep-gtk r365 - trunk



Author: chrisb
Date: Fri Aug  8 20:39:18 2008
New Revision: 365
URL: http://svn.gnome.org/viewvc/rep-gtk?rev=365&view=rev

Log:
fix the autotools


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

Modified: trunk/Makefile.in
==============================================================================
--- trunk/Makefile.in	(original)
+++ trunk/Makefile.in	Fri Aug  8 20:39:18 2008
@@ -29,7 +29,7 @@
 SHELL=/bin/sh
 
 repexecdir= REP_EXECDIR@
--include $(repexecdir)/rules.mk
+include $(repexecdir)/rules.mk
 
 CC= CC@
 CPPFLAGS= CPPFLAGS@

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Aug  8 20:39:18 2008
@@ -18,6 +18,8 @@
 dnl  along with Jade; see the file COPYING.  If not, write to
 dnl  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+m4_pattern_allow
+
 AC_REVISION($Revision: 1.44 $)
 
 AC_INIT(rep-gtk.h)
@@ -49,7 +51,7 @@
 fi
 
 dnl Check for librep
-PKG_CHECK_MODULES(LIBREP, librep >= 0.14)
+AM_PATH_REP(0.14)
 
 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]