diff --git a/configure b/configure index f2a9be9679..cfcf6ef0ae 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# From configure.in Revision: 1.184 +# From configure.in Revision: 1.185 ## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*- ## Copyright (C) 1996-1999 Free Software Foundation, Inc. @@ -2788,7 +2788,7 @@ else # "prototyped function redeclared without prototype" # and 11 instances of # "variable ... was set but never used" - # from lib/dns/sec/{dnssafe,openssl}. + # from lib/dns/sec/openssl. # IRIX_DNSSEC_WARNINGS_HACK="-woff 1692,1552" ;; @@ -4592,7 +4592,6 @@ trap 'rm -fr `echo "make/rules lib/dns/sec/openssl/Makefile lib/dns/sec/openssl/include/Makefile lib/dns/sec/openssl/include/openssl/Makefile - lib/dns/sec/dnssafe/Makefile lib/dns/sec/dst/Makefile lib/dns/sec/dst/include/Makefile lib/dns/sec/dst/include/dst/Makefile @@ -4833,7 +4832,6 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules lib/dns/sec/openssl/Makefile lib/dns/sec/openssl/include/Makefile lib/dns/sec/openssl/include/openssl/Makefile - lib/dns/sec/dnssafe/Makefile lib/dns/sec/dst/Makefile lib/dns/sec/dst/include/Makefile lib/dns/sec/dst/include/dst/Makefile diff --git a/configure.in b/configure.in index 56f80f4c75..b30649a220 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.184 $) +AC_REVISION($Revision: 1.185 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -536,7 +536,7 @@ else # "prototyped function redeclared without prototype" # and 11 instances of # "variable ... was set but never used" - # from lib/dns/sec/{dnssafe,openssl}. + # from lib/dns/sec/openssl. # IRIX_DNSSEC_WARNINGS_HACK="-woff 1692,1552" ;; @@ -1153,7 +1153,6 @@ AC_OUTPUT( lib/dns/sec/openssl/Makefile lib/dns/sec/openssl/include/Makefile lib/dns/sec/openssl/include/openssl/Makefile - lib/dns/sec/dnssafe/Makefile lib/dns/sec/dst/Makefile lib/dns/sec/dst/include/Makefile lib/dns/sec/dst/include/dst/Makefile