epiphany-extensions r1748 - branches/gnome-2-24



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

Log:
Fix distcheck with intltool 0.40.0

Modified:
   branches/gnome-2-24/Makefile.am
   branches/gnome-2-24/autogen.sh

Modified: branches/gnome-2-24/Makefile.am
==============================================================================
--- branches/gnome-2-24/Makefile.am	(original)
+++ branches/gnome-2-24/Makefile.am	Wed Sep  3 20:47:10 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: branches/gnome-2-24/autogen.sh
==============================================================================
--- branches/gnome-2-24/autogen.sh	(original)
+++ branches/gnome-2-24/autogen.sh	Wed Sep  3 20:47:10 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]