From f8e602a972e393cdacadd9852e0965bf1105dc7b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 2 Sep 1999 07:02:50 +0000 Subject: [PATCH] Add lib/dns/config to "configure" phase of build. --- configure | 1 + configure.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 75844461b2..eb36c0ddee 100755 --- a/configure +++ b/configure @@ -3070,6 +3070,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules lib/dns/sec/dst/Makefile lib/dns/sec/dst/include/Makefile lib/dns/sec/dst/include/dst/Makefile + lib/dns/config/Makefile lib/tests/Makefile lib/tests/include/Makefile lib/tests/include/tests/Makefile diff --git a/configure.in b/configure.in index ae2fd9e1ff..d3bdfef790 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS dnl SOFTWARE. -AC_REVISION($Revision: 1.52 $) +AC_REVISION($Revision: 1.53 $) AC_PREREQ(2.13) @@ -411,6 +411,7 @@ AC_OUTPUT( lib/dns/sec/dst/Makefile lib/dns/sec/dst/include/Makefile lib/dns/sec/dst/include/dst/Makefile + lib/dns/config/Makefile lib/tests/Makefile lib/tests/include/Makefile lib/tests/include/tests/Makefile