Author: xclaesse
Date: Fri Jan 18 00:52:28 2008
New Revision: 575
URL: http://svn.gnome.org/viewvc/empathy?rev=575&view=rev
Log:
Include m4 files and autogen.sh in tarballs
Modified:
trunk/Makefile.am
trunk/configure.ac
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Fri Jan 18 00:52:28 2008
@@ -16,6 +16,8 @@
SUBDIRS += tests
endif
+ACLOCAL_AMFLAGS = -I m4
+
DISTCHECK_CONFIGURE_FLAGS = \
--disable-scrollkeeper \
--enable-gtk-doc
@@ -30,6 +32,7 @@
ChangeLog.old \
README \
CONTRIBUTORS \
+ autogen.sh \
$(INTLTOOL)
DISTCLEANFILES = \
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Jan 18 00:52:28 2008
@@ -40,8 +40,12 @@
# AC_DEFINE(LIBTELEPATHY_DISABLE_DEPRECATED, 1, [Disable deprecated
libtelepathy symbols])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR(.)
-AM_CONFIG_HEADER(config.h)
+
+GNOME_COMMON_INIT
+
AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define)
AM_MAINTAINER_MODE
AC_ISC_POSIX
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.