From a5cf3cf61e96e0db9ffe433402783e1ddbb2fbc3 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Fri, 12 May 2000 18:52:11 +0000 Subject: [PATCH] indent libtool options, and document them a _bit_ better on the --with-libtool line. --- configure | 14 +++++++------- configure.in | 4 ++-- libtool.m4 | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/configure b/configure index be9355e3f4..915f7b18d9 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.130 +# From configure.in Revision: 1.131 @@ -116,17 +116,17 @@ 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]" + --enable-shared[=PKGS] build shared libraries [default=yes]" ac_help="$ac_help - --enable-static[=PKGS] build static libraries [default=yes]" + --enable-static[=PKGS] build static libraries [default=yes]" ac_help="$ac_help - --enable-fast-install[=PKGS] optimize for fast installation [default=yes]" + --enable-fast-install[=PKGS] optimize for fast installation [default=yes]" ac_help="$ac_help - --with-gnu-ld assume the C compiler uses GNU ld [default=no]" + --with-gnu-ld assume the C compiler uses GNU ld [default=no]" ac_help="$ac_help - --disable-libtool-lock avoid locking (might break parallel builds)" + --disable-libtool-lock avoid locking (might break parallel builds)" ac_help="$ac_help --enable-ipv6 use IPv6 [default=autodetect]" ac_help="$ac_help diff --git a/configure.in b/configure.in index 278e001f48..3269fff143 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/libtool.m4 b/libtool.m4 index 2ad32064dd..0cfc80b540 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -78,7 +78,7 @@ ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN], ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL], [libtool_flags="$libtool_flags --enable-win32-dll"]) AC_ARG_ENABLE(libtool-lock, - [ --disable-libtool-lock avoid locking (might break parallel builds)]) + [ --disable-libtool-lock avoid locking (might break parallel builds)]) test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock" test x"$silent" = xyes && libtool_flags="$libtool_flags --silent" @@ -140,7 +140,7 @@ AC_DEFUN(AC_ENABLE_SHARED, [dnl define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE(shared, changequote(<<, >>)dnl -<< --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT], +<< --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT], changequote([, ])dnl [p=${PACKAGE-default} case "$enableval" in @@ -173,7 +173,7 @@ AC_DEFUN(AC_ENABLE_STATIC, [dnl define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE(static, changequote(<<, >>)dnl -<< --enable-static[=PKGS] build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT], +<< --enable-static[=PKGS] build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT], changequote([, ])dnl [p=${PACKAGE-default} case "$enableval" in @@ -207,7 +207,7 @@ AC_DEFUN(AC_ENABLE_FAST_INSTALL, [dnl define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE(fast-install, changequote(<<, >>)dnl -<< --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT], +<< --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT], changequote([, ])dnl [p=${PACKAGE-default} case "$enableval" in @@ -235,7 +235,7 @@ AC_ENABLE_FAST_INSTALL(no)]) # AC_PROG_LD - find the path to the GNU or non-GNU linker AC_DEFUN(AC_PROG_LD, [AC_ARG_WITH(gnu-ld, -[ --with-gnu-ld assume the C compiler uses GNU ld [default=no]], +[ --with-gnu-ld assume the C compiler uses GNU ld [default=no]], test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no) AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl