mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
cut-and-paste-o
This commit is contained in:
parent
5440ab6629
commit
b1e8b7fd92
2 changed files with 4 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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.242
|
||||
# From configure.in Revision: 1.243
|
||||
|
||||
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
|
||||
## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
|
||||
|
|
@ -5291,7 +5291,7 @@ BIND9_VERSION="VERSION=${MAJORVER}.${MINORVER}.${PATCHVER}${RELEASETYPE}${RELEAS
|
|||
LIBISC_API=$srcdir/lib/isc/api
|
||||
|
||||
|
||||
LIBISCCFG_API=$srcdir/lib/isccc/api
|
||||
LIBISCCC_API=$srcdir/lib/isccc/api
|
||||
|
||||
|
||||
LIBISCCFG_API=$srcdir/lib/isccfg/api
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.242 $)
|
||||
AC_REVISION($Revision: 1.243 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -1442,7 +1442,7 @@ AC_SUBST_FILE(LIBISC_API)
|
|||
LIBISC_API=$srcdir/lib/isc/api
|
||||
|
||||
AC_SUBST_FILE(LIBISCCC_API)
|
||||
LIBISCCFG_API=$srcdir/lib/isccc/api
|
||||
LIBISCCC_API=$srcdir/lib/isccc/api
|
||||
|
||||
AC_SUBST_FILE(LIBISCCFG_API)
|
||||
LIBISCCFG_API=$srcdir/lib/isccfg/api
|
||||
|
|
|
|||
Loading…
Reference in a new issue