diff options
author | taesub kim <taesub.kim@samsung.com> | 2017-03-28 13:01:36 +0900 |
---|---|---|
committer | taesub kim <taesub.kim@samsung.com> | 2017-03-28 13:02:08 +0900 |
commit | 97014ed0c6db196bca17bcd6c22766f6c27e88bf (patch) | |
tree | e258e7f913bb7025e42066ff0e0e375dc2492364 /aclocal.m4 | |
parent | 2c7220fdd70e8ad63d58f80f78937d8f660b14a0 (diff) | |
download | bind-97014ed0c6db196bca17bcd6c22766f6c27e88bf.tar.gz bind-97014ed0c6db196bca17bcd6c22766f6c27e88bf.tar.bz2 bind-97014ed0c6db196bca17bcd6c22766f6c27e88bf.zip |
Imported Upstream version 9.11.0upstream/9.11.0
Change-Id: I9862c8cce19b946c136679f28ba5ecbf59eed586
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 00000000..a7ee5314 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,17 @@ +sinclude(libtool.m4/libtool.m4)dnl +sinclude(libtool.m4/ltoptions.m4)dnl +sinclude(libtool.m4/ltsugar.m4)dnl +sinclude(libtool.m4/ltversion.m4)dnl +sinclude(libtool.m4/lt~obsolete.m4)dnl + +m4_divert_text(HELP_CANON, [[ + NOTE: If PREFIX is not set, then the default values for --sysconfdir + and --localstatedir are /etc and /var, respectively.]]) +m4_divert_text(HELP_END, [[ +Professional support for BIND is provided by Internet Systems Consortium, +Inc. Information about paid support and training options is available at +https://www.isc.org/support. + +Help can also often be found on the BIND Users mailing list +(https://lists.isc.org/mailman/listinfo/bind-users) or in the #bind +channel of the Freenode IRC service.]]) |