libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: libtool--devo--1.0--patch-164


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-164
Date: Fri, 3 Sep 2004 02:55:36 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBN88YFRMICSmD1gYRAuG7AKCnPMiQNyDU//TlCdYl/ncUmEzN5QCgm2hc
IhcJnBgK02JyRYeLwyiTOw4=
=V7Ff
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-163 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-163
M  ChangeLog
M  TODO
M  m4/libtool.m4
M  m4/ltdl.m4
M  m4/ltoptions.m4

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        From Martin Quinson <address@hidden>
        * m4/libtool.m4 (_LT_SETUP, _LT_ENABLE_LOCK, LT_PATH_LD): Use
        AS_HELP_STRING to get rid of autoconf -Wobsolete warning
        messages.
        * m4/ltdl.m4 (LT_WITH_LTDL, _LT_ENABLE_INSTALL): Ditto.
        * m4/ltoptions.m4 (_LT_ENABLE_SHARED, _LT_ENABLE_STATIC)
        (_LT_ENABLE_FAST_INSTALL, _LT_WITH_PIC): Ditto.
        * TODO: Updated

--- orig/TODO
+++ mod/TODO
@@ -11,6 +11,11 @@
   file and substitute the contents into all of our shell scripts at
   bootstrap, to avoid any synchronisation issues.
 
+* Eliminate the warnings from autoconf -Wobsolete.
+
+* Hook the various language dependencies into the autoconf _AC_LANG
+  framework.
+
 * We could have an option to hardcode paths into libraries, as well as
   binaries: `... -Wl,-soname -Wl,/tmp/libtest.so.0 ...'.  This is not
   possible on all platforms, and is in part obviated by the ability of


--- orig/m4/libtool.m4
+++ mod/m4/libtool.m4
@@ -186,7 +186,7 @@
 esac
 
 AC_ARG_ENABLE([libtool-lock],
-    [AC_HELP_STRING([--disable-libtool-lock],
+    [AS_HELP_STRING([--disable-libtool-lock],
        [avoid locking (might break parallel builds)])])
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
@@ -834,7 +834,7 @@
 m4_defun([_LT_ENABLE_LOCK],
 [AC_REQUIRE([AC_OBJEXT])dnl
 AC_ARG_ENABLE([libtool-lock],
-  [AC_HELP_STRING([--disable-libtool-lock],
+  [AS_HELP_STRING([--disable-libtool-lock],
     [avoid locking (might break parallel builds)])])
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
@@ -2250,7 +2250,7 @@
 m4_require([_LT_DECL_EGREP])dnl
 
 AC_ARG_WITH([gnu-ld],
-    [AC_HELP_STRING([--with-gnu-ld],
+    [AS_HELP_STRING([--with-gnu-ld],
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
     [test "$withval" = no || with_gnu_ld=yes],
     [with_gnu_ld=no])dnl


--- orig/m4/ltdl.m4
+++ mod/m4/ltdl.m4
@@ -29,7 +29,7 @@
 # version of the library.
 AC_DEFUN([LT_WITH_LTDL],
 [AC_ARG_WITH([included_ltdl],
-    [AC_HELP_STRING([--with-included-ltdl],
+    [AS_HELP_STRING([--with-included-ltdl],
                     [use the GNU ltdl sources included here])])
 
 if test "x$with_included_ltdl" != xyes; then
@@ -192,7 +192,7 @@
 # ------------------
 m4_defun([_LT_ENABLE_INSTALL],
 [AC_ARG_ENABLE([ltdl-install],
-    [AC_HELP_STRING([--enable-ltdl-install], [install libltdl])])
+    [AS_HELP_STRING([--enable-ltdl-install], [install libltdl])])
 
 AM_CONDITIONAL(INSTALL_LTDL, test x"${enable_ltdl_install-no}" != xno)
 AM_CONDITIONAL(CONVENIENCE_LTDL, test x"${enable_ltdl_convenience-no}" != xno)


--- orig/m4/ltoptions.m4
+++ mod/m4/ltoptions.m4
@@ -153,7 +153,7 @@
 m4_define([_LT_ENABLE_SHARED],
 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
 AC_ARG_ENABLE([shared],
-    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
+    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
        [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
     [p=${PACKAGE-default}
     case $enableval in
@@ -219,7 +219,7 @@
 m4_define([_LT_ENABLE_STATIC],
 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
 AC_ARG_ENABLE([static],
-    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
+    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
        [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
     [p=${PACKAGE-default}
     case $enableval in
@@ -285,7 +285,7 @@
 m4_define([_LT_ENABLE_FAST_INSTALL],
 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
 AC_ARG_ENABLE([fast-install],
-    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
+    [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
     [optimize for fast installation 
@<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
     [p=${PACKAGE-default}
     case $enableval in
@@ -336,7 +336,7 @@
 # MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
 m4_define([_LT_WITH_PIC],
 [AC_ARG_WITH([pic],
-    [AC_HELP_STRING([--with-pic],
+    [AS_HELP_STRING([--with-pic],
        [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
     [pic_mode="$withval"],
     [pic_mode=default])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]