mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
indent libtool options, and document them a _bit_ better on the --with-libtool line.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
# From configure.in Revision: 1.130
|
||||
# From configure.in Revision: 1.131
|
||||
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ ac_help="$ac_help
|
||||
ac_help="$ac_help
|
||||
--with-ptl2 use the ptl2 thread library"
|
||||
ac_help="$ac_help
|
||||
--with-libtool use GNU libtool"
|
||||
--with-libtool use GNU libtool (following indented options supported)"
|
||||
ac_help="$ac_help
|
||||
--enable-shared[=PKGS] build shared libraries [default=yes]"
|
||||
ac_help="$ac_help
|
||||
|
@@ -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.130 $)
|
||||
AC_REVISION($Revision: 1.131 $)
|
||||
|
||||
AC_PREREQ(2.13)
|
||||
|
||||
@@ -578,7 +578,7 @@ found_rt_iflist
|
||||
# GNU libtool support
|
||||
#
|
||||
AC_ARG_WITH(libtool,
|
||||
[ --with-libtool use GNU libtool],
|
||||
[ --with-libtool use GNU libtool (following indented options supported)],
|
||||
use_libtool="$withval", use_libtool="no")
|
||||
|
||||
case $use_libtool in
|
||||
|
Reference in New Issue
Block a user