]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1909] EXTRA_DIST the m4 files
authorMukund Sivaraman <muks@isc.org>
Thu, 2 May 2013 02:59:43 +0000 (08:29 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 2 May 2013 02:59:55 +0000 (08:29 +0530)
... in case someone wants to autoreconf from a tarball.

Makefile.am
configure.ac
m4macros/Makefile.am [new file with mode: 0644]

index 8e01f4aa617b3c7e26bfd9b39df09a718af01dd6..6ef95bc010aa0346d716e28b96b53829055e0628 100644 (file)
@@ -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@
index 8e1a0d87bb793a79f64a39176028f82389324c44..3e62279982413554632b2bd4bca8e238dfac0139 100644 (file)
@@ -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 (file)
index 0000000..eeae7f9
--- /dev/null
@@ -0,0 +1,2 @@
+EXTRA_DIST  = ax_boost_for_bind10.m4
+EXTRA_DIST += ax_sqlite3_for_bind10.m4