2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-04 00:25:29 +00:00

indent libtool options, and document them a _bit_ better on the --with-libtool line.

This commit is contained in:
Michael Graff
2000-05-12 18:52:11 +00:00
parent 9fe3676b84
commit a5cf3cf61e
3 changed files with 14 additions and 14 deletions

4
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /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 ac_help="$ac_help
--with-ptl2 use the ptl2 thread library" --with-ptl2 use the ptl2 thread library"
ac_help="$ac_help ac_help="$ac_help
--with-libtool use GNU libtool" --with-libtool use GNU libtool (following indented options supported)"
ac_help="$ac_help ac_help="$ac_help
--enable-shared[=PKGS] build shared libraries [default=yes]" --enable-shared[=PKGS] build shared libraries [default=yes]"
ac_help="$ac_help ac_help="$ac_help

View File

@@ -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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE. dnl SOFTWARE.
AC_REVISION($Revision: 1.130 $) AC_REVISION($Revision: 1.131 $)
AC_PREREQ(2.13) AC_PREREQ(2.13)
@@ -578,7 +578,7 @@ found_rt_iflist
# GNU libtool support # GNU libtool support
# #
AC_ARG_WITH(libtool, AC_ARG_WITH(libtool,
[ --with-libtool use GNU libtool], [ --with-libtool use GNU libtool (following indented options supported)],
use_libtool="$withval", use_libtool="no") use_libtool="$withval", use_libtool="no")
case $use_libtool in case $use_libtool in