evolution-rss r157 - trunk



Author: lucilanga
Date: Wed Feb 13 06:21:12 2008
New Revision: 157
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=157&view=rev

Log:
autoreconf fixes

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

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Wed Feb 13 06:21:12 2008
@@ -1,10 +1,14 @@
 SUBDIRS = pixmaps po src
 
-## We dist autogen.sh since this is an example program
-## Real-world programs do not need to distribute autogen.sh
-## But there is no harm in it, and you probably should.
+ACLOCAL_AMFLAGS = -I m4
+
+INTLTOOL =                      \
+        intltool-extract.in     \
+        intltool-merge.in       \
+        intltool-update.in
 
 EXTRA_DIST = \
+	$(INTLTOOL)		\
 	autogen.sh		\
 	intltool-extract.in	\
 	intltool-merge.in	\

Modified: trunk/Makefile.in
==============================================================================
--- trunk/Makefile.in	(original)
+++ trunk/Makefile.in	Wed Feb 13 06:21:12 2008
@@ -73,7 +73,7 @@
 distuninstallcheck_listfiles = find . -type f -print
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
-ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ACLOCAL_AMFLAGS = -I m4
 ALL_LINGUAS = @ALL_LINGUAS@
 AMTAR = @AMTAR@
 AR = @AR@
@@ -271,7 +271,13 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = pixmaps po src
+INTLTOOL = \
+        intltool-extract.in     \
+        intltool-merge.in       \
+        intltool-update.in
+
 EXTRA_DIST = \
+	$(INTLTOOL)		\
 	autogen.sh		\
 	intltool-extract.in	\
 	intltool-merge.in	\



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