From: Mukund Sivaraman Date: Thu, 2 May 2013 02:59:43 +0000 (+0530) Subject: [1909] EXTRA_DIST the m4 files X-Git-Tag: bind10-1.1.0beta2-release~8^2^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d6493eb98994ac01c4305d12a148d78d048b681;p=thirdparty%2Fkea.git [1909] EXTRA_DIST the m4 files ... in case someone wants to autoreconf from a tarball. --- diff --git a/Makefile.am b/Makefile.am index 8e01f4aa61..6ef95bc010 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4macros -I examples/m4 ${ACLOCAL_FLAGS} # ^^^^^^^^ This has to be the first line and cannot come later in this # Makefile.am due to some bork in some versions of autotools. -SUBDIRS = compatcheck doc . src tests +SUBDIRS = compatcheck doc . src tests m4macros USE_LCOV=@USE_LCOV@ LCOV=@LCOV@ GENHTML=@GENHTML@ diff --git a/configure.ac b/configure.ac index 8e1a0d87bb..3e62279982 100644 --- a/configure.ac +++ b/configure.ac @@ -1325,6 +1325,7 @@ AC_CONFIG_FILES([Makefile tests/tools/perfdhcp/Makefile tests/tools/perfdhcp/tests/Makefile tests/tools/perfdhcp/tests/testdata/Makefile + m4macros/Makefile dns++.pc ]) AC_OUTPUT([doc/version.ent diff --git a/m4macros/Makefile.am b/m4macros/Makefile.am new file mode 100644 index 0000000000..eeae7f9063 --- /dev/null +++ b/m4macros/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST = ax_boost_for_bind10.m4 +EXTRA_DIST += ax_sqlite3_for_bind10.m4