mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Merge branch '1970-fix-libtool-initialization' into 'main'
Fix libtool initialization Closes #1970 See merge request isc-projects/bind9!3742
This commit is contained in:
@@ -181,7 +181,6 @@ stages:
|
|||||||
--disable-maintainer-mode \
|
--disable-maintainer-mode \
|
||||||
--enable-developer \
|
--enable-developer \
|
||||||
--with-libtool \
|
--with-libtool \
|
||||||
--disable-static \
|
|
||||||
--with-cmocka \
|
--with-cmocka \
|
||||||
--with-libxml2 \
|
--with-libxml2 \
|
||||||
--with-json-c \
|
--with-json-c \
|
||||||
|
@@ -110,7 +110,7 @@ AC_PROG_MAKE_SET
|
|||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # call AM_PROG_AR only if available
|
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # call AM_PROG_AR only if available
|
||||||
|
|
||||||
AC_PROG_LIBTOOL
|
AC_PATH_PROG([LIBTOOL], [libtool])
|
||||||
AS_IF([test -z "$LIBTOOL"],
|
AS_IF([test -z "$LIBTOOL"],
|
||||||
[AC_MSG_ERROR([The libtool script could not be found.])])
|
[AC_MSG_ERROR([The libtool script could not be found.])])
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
Reference in New Issue
Block a user