BIND 10 master, updated. f9d8efd545fb5bdb5bbab14eac2111ae4e47f75f [master] Put libtool macros in m4macros/

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Apr 30 04:03:10 UTC 2012


The branch, master has been updated
       via  f9d8efd545fb5bdb5bbab14eac2111ae4e47f75f (commit)
      from  e63005a633e4f62a5e359ac26ba1704ff55a734c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f9d8efd545fb5bdb5bbab14eac2111ae4e47f75f
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Apr 30 09:32:17 2012 +0530

    [master] Put libtool macros in m4macros/

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am         |    4 ++++
 configure.ac        |    1 +
 m4macros/.gitignore |    5 +++++
 3 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 m4macros/.gitignore

-----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 55a28aa..c90453a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,7 @@
+ACLOCAL_AMFLAGS = -I m4macros ${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
 USE_LCOV=@USE_LCOV@
 LCOV=@LCOV@
diff --git a/configure.ac b/configure.ac
index a35da4c..56d2618 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
 AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4macros])
 
 # Checks for programs.
 AC_PROG_CXX
diff --git a/m4macros/.gitignore b/m4macros/.gitignore
new file mode 100644
index 0000000..464ba5c
--- /dev/null
+++ b/m4macros/.gitignore
@@ -0,0 +1,5 @@
+libtool.m4
+lt~obsolete.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4



More information about the bind10-changes mailing list