libtool-patches
[Top][All Lists]
Advanced

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

more typos: LT_LIBTOOL_INIT


From: Ralf Wildenhues
Subject: more typos: LT_LIBTOOL_INIT
Date: Sun, 7 Nov 2004 00:19:43 +0100
User-agent: Mutt/1.5.6+20040722i

LT_LIBTOOL_INIT is LT_INIT.  OK to apply to HEAD and branch-2-0?

2004-11-07  Ralf Wildenhues <address@hidden>

        * m4/ltoptions.m4: Change all references of LT_LIBTOOL_INIT
        to LT_INIT.


Index: m4/ltoptions.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/ltoptions.m4,v
retrieving revision 1.7
diff -u -r1.7 ltoptions.m4
--- m4/ltoptions.m4     4 Nov 2004 11:57:41 -0000       1.7
+++ m4/ltoptions.m4     6 Nov 2004 23:15:07 -0000
@@ -86,9 +86,9 @@
 ])# _LT_SET_OPTIONS
 
 
-## ----------------------------------------- ##
-## Macros to handle LT_INIT_LIBTOOL options. ##
-## ----------------------------------------- ##
+## --------------------------------- ##
+## Macros to handle LT_INIT options. ##
+## --------------------------------- ##
 
 m4_define([_LT_MANGLE_DEFUN],
 [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1]), [[^A-Z0-9_]], [_])])
@@ -109,7 +109,7 @@
 [_LT_SET_OPTION([dlopen])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the `dlopen' option into LT_LIBTOOL_INIT's first parameter.])
+put the `dlopen' option into LT_INIT's first parameter.])
 ])
 
 
@@ -141,14 +141,14 @@
 [_LT_SET_OPTION([win32-dll])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the `win32-dll' option into LT_LIBTOOL_INIT's first parameter.])
+put the `win32-dll' option into LT_INIT's first parameter.])
 ])
 
 
 # _LT_ENABLE_SHARED([DEFAULT])
 # ----------------------------
 # implement the --enable-shared flag, and supports the `shared' and
-# `disable-shared' LT_INIT_LIBTOOL options.
+# `disable-shared' LT_INIT options.
 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 m4_define([_LT_ENABLE_SHARED],
 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
@@ -186,35 +186,35 @@
 [_LT_SET_OPTION([shared])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the `shared' option into LT_LIBTOOL_INIT's first parameter.])
+put the `shared' option into LT_INIT's first parameter.])
 ])
 
 AU_DEFUN([AM_ENABLE_SHARED],
 [_LT_SET_OPTION([shared])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the `shared' option into LT_LIBTOOL_INIT's first parameter.])
+put the `shared' option into LT_INIT's first parameter.])
 ])
 
 AU_DEFUN([AC_DISABLE_SHARED],
 [_LT_SET_OPTION([disable-shared])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the `disable-shared' option into LT_LIBTOOL_INIT's first parameter.])
+the `disable-shared' option into LT_INIT's first parameter.])
 ])
 
 AU_DEFUN([AM_DISABLE_SHARED],
 [_LT_SET_OPTION([disable-shared])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the `disable-shared' option into LT_LIBTOOL_INIT's first parameter.])
+the `disable-shared' option into LT_INIT's first parameter.])
 ])
 
 
 # _LT_ENABLE_STATIC([DEFAULT])
 # ----------------------------
 # implement the --enable-static flag, and support the `static' and
-# `disable-static' LT_INIT_LIBTOOL options.
+# `disable-static' LT_INIT options.
 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 m4_define([_LT_ENABLE_STATIC],
 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
@@ -252,35 +252,35 @@
 [_LT_SET_OPTION([static])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the `static' option into LT_LIBTOOL_INIT's first parameter.])
+put the `static' option into LT_INIT's first parameter.])
 ])
 
 AU_DEFUN([AM_ENABLE_STATIC],
 [_LT_SET_OPTION([static])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the `static' option into LT_LIBTOOL_INIT's first parameter.])
+put the `static' option into LT_INIT's first parameter.])
 ])
 
 AU_DEFUN([AC_DISABLE_STATIC],
 [_LT_SET_OPTION([disable-static])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the `disable-static' option into LT_LIBTOOL_INIT's first parameter.])
+the `disable-static' option into LT_INIT's first parameter.])
 ])
 
 AU_DEFUN([AM_DISABLE_STATIC],
 [_LT_SET_OPTION([disable-static])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the `disable-static' option into LT_LIBTOOL_INIT's first parameter.])
+the `disable-static' option into LT_INIT's first parameter.])
 ])
 
 
 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
 # ----------------------------------
 # implement the --enable-fast-install flag, and support the `fast-install'
-# and `disable-fast-install' LT_INIT_LIBTOOL options.
+# and `disable-fast-install' LT_INIT options.
 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 m4_define([_LT_ENABLE_FAST_INSTALL],
 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
@@ -318,21 +318,21 @@
 [_LT_SET_OPTION([fast-install])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the `fast-install' option into LT_LIBTOOL_INIT's first parameter.])
+the `fast-install' option into LT_INIT's first parameter.])
 ])
 
 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
 [_LT_SET_OPTION([disable-fast-install])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the `disable-fast-install' option into LT_LIBTOOL_INIT's first parameter.])
+the `disable-fast-install' option into LT_INIT's first parameter.])
 ])
 
 
 # _LT_WITH_PIC([MODE])
 # --------------------
 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
-# LT_INIT_LIBTOOL options.
+# LT_INIT options.
 # MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
 m4_define([_LT_WITH_PIC],
 [AC_ARG_WITH([pic],
@@ -354,5 +354,5 @@
 [_LT_SET_OPTION([pic-only])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the `pic-only' option into LT_LIBTOOL_INIT's first parameter.])
+put the `pic-only' option into LT_INIT's first parameter.])
 ])




reply via email to

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