epiphany-extensions r1749 - trunk



Author: chpe
Date: Wed Sep  3 20:49:48 2008
New Revision: 1749
URL: http://svn.gnome.org/viewvc/epiphany-extensions?rev=1749&view=rev

Log:
Fix distcheck with intltool 0.40.0

Modified:
   trunk/Makefile.am
   trunk/autogen.sh

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Wed Sep  3 20:49:48 2008
@@ -13,18 +13,12 @@
 	README 			\
 	TODO 			\
 	ephy-extension.symbols	\
-	intltool-extract.in 	\
-	intltool-merge.in 	\
-	intltool-update.in	\
 	gnome-doc-utils.make	\
 	tools/copy-template	\
 	doc/writing-epiphany-extensions.xml	\
 	$(NULL)
 
 DISTCLEANFILES = 		\
-	intltool-extract 	\
-	intltool-merge 		\
-	intltool-update		\
 	gnome-doc-utils.make	\
 	$(NULL)
 

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Wed Sep  3 20:49:48 2008
@@ -16,4 +16,6 @@
     echo "You need to install gnome-common from the GNOME CVS"
     exit 1
 }
-REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh
+REQUIRED_INTLTOOL_VERSION=0.40.0
+REQUIRED_AUTOMAKE_VERSION=1.9 
+. gnome-autogen.sh



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