[farsight2/master] Add new m4 file to configure, etc

Olivier Crête olivier.crete at collabora.co.uk
Tue Feb 17 12:04:14 PST 2009


---
 Makefile.am    |    8 +++++---
 configure.ac   |    1 +
 m4/Makefile.am |    2 ++
 3 files changed, 8 insertions(+), 3 deletions(-)
 create mode 100644 m4/Makefile.am

diff --git a/Makefile.am b/Makefile.am
index 383b5a8..13a165a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,8 @@ SUBDIRS = 			\
 	tests 			\
 	docs			\
 	common			\
-	common-modified
+	common-modified		\
+	m4
 #	pkgconfig
 
 DIST_SUBDIRS = 			\
@@ -25,14 +26,15 @@ DIST_SUBDIRS = 			\
 	tests 			\
 	docs			\
 	common			\
-	common-modified
+	common-modified		\
+	m4
 #	pkgconfig
 
 EXTRA_DIST = \
 	AUTHORS COPYING NEWS README ChangeLog autogen.sh \
 	$(pcinfiles)
 
-ACLOCAL_AMFLAGS = -I common/m4
+ACLOCAL_AMFLAGS = -I m4 -I common/m4
 
 check-valgrind:
 	cd tests/check && make check-valgrind
diff --git a/configure.ac b/configure.ac
index 31069b2..b0715e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -420,6 +420,7 @@ docs/libs/Makefile
 docs/plugins/Makefile
 docs/version.entities
 python/Makefile
+m4/Makefile
 dnl docs/plugins/Makefile
 )
 AC_OUTPUT
diff --git a/m4/Makefile.am b/m4/Makefile.am
new file mode 100644
index 0000000..ad0c1ae
--- /dev/null
+++ b/m4/Makefile.am
@@ -0,0 +1,2 @@
+EXTRA_DIST = \
+	as-check-python-headers.m4
-- 
1.5.6.5




More information about the farsight-commits mailing list