libtool-patches
[Top][All Lists]
Advanced

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

FYI: automake-1.4 compatibility [libtool--release--2.0--patch-67]


From: Gary V. Vaughan
Subject: FYI: automake-1.4 compatibility [libtool--release--2.0--patch-67]
Date: Wed, 10 Nov 2004 13:19:50 +0000 (GMT)
User-agent: mailnotify/0.6

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

Applied to branch-2-0.

  * looking for address@hidden/libtool--release--2.0--patch-66 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-66
  M  ChangeLog
  M  m4/libtool.m4
  M  m4/ltdl.m4
  M  m4/ltoptions.m4
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        From James Henstridge <address@hidden>:
        * m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4: Added commented out
        empty macro definitions to match each AU_DEFUN to help aclocal
        from automake-1.4 regexps find the right libtool macro files.
  
  --- orig/m4/libtool.m4
  +++ mod/m4/libtool.m4
  @@ -75,6 +75,9 @@
   # Old names:
   AU_DEFUN([AC_PROG_LIBTOOL], [LT_INIT])
   AU_DEFUN([AM_PROG_LIBTOOL], [LT_INIT])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
  +dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
   
   
   # _LT_SETUP
  @@ -619,10 +622,14 @@
     [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
   ])# _LT_LANG_DEFAULT_CONFIG
   
  -# Obsolete macros
  +# Obsolete macros:
   AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
   AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
   AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
  +dnl AC_DEFUN([AC_LIBTOOL_F77], [])
  +dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
   
   
   # _LT_TAG_COMPILER
  @@ -1043,6 +1050,8 @@
   
   # Old name:
   AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
   
   
   # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
  @@ -1078,6 +1087,8 @@
   
   # Old name:
   AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
   
   
   # LT_CMD_MAX_LEN
  @@ -1174,6 +1185,8 @@
   
   # Old name:
   AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
   
   
   # _LT_HEADER_DLFCN
  @@ -1392,6 +1405,8 @@
   
   # Old name:
   AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
   
   
   # _LT_COMPILER_C_O([TAGNAME])
  @@ -2248,6 +2263,8 @@
   
   # Old name:
   AU_DEFUN([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
   
   
   # _LT_PATH_MAGIC
  @@ -2358,6 +2375,9 @@
   # Old names:
   AU_DEFUN([AM_PROG_LD], [LT_PATH_LD])
   AU_DEFUN([AC_PROG_LD], [LT_PATH_LD])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AM_PROG_LD], [])
  +dnl AC_DEFUN([AC_PROG_LD], [])
   
   
   # _LT_PATH_LD_GNU
  @@ -2644,6 +2664,9 @@
   # Old names:
   AU_DEFUN([AM_PROG_NM], [LT_PATH_NM])
   AU_DEFUN([AC_PROG_NM], [LT_PATH_NM])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AM_PROG_NM], [])
  +dnl AC_DEFUN([AC_PROG_NM], [])
   
   
   # LT_LIB_M
  @@ -2669,6 +2692,8 @@
   
   # Old name:
   AU_DEFUN([AC_CHECK_LIBM], [LT_LIB_M])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_CHECK_LIBM], [])
   
   
   # _LT_COMPILER_NO_RTTI([TAGNAME])
  @@ -5813,6 +5838,8 @@
   
   # Old name:
   AU_DEFUN([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
   
   
   # LT_PROG_RC
  @@ -5823,6 +5850,8 @@
   
   # Old name:
   AU_DEFUN([LT_AC_PROG_RC], [LT_PROG_RC])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([LT_AC_PROG_RC], [])
   
   
   # _LT_DECL_EGREP
  
  
  --- orig/m4/ltdl.m4
  +++ mod/m4/ltdl.m4
  @@ -68,6 +68,8 @@
   
   # Old name:
   AU_DEFUN([AC_WITH_LTDL], [LT_WITH_LTDL])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_WITH_LTDL], [])
   
   
   # LTDL_CONVENIENCE([DIRECTORY])
  @@ -100,6 +102,8 @@
   
   # Old name:
   AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [LTDL_CONVENIENCE])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [])
   
   
   # LTDL_INSTALLABLE([DIRECTORY])
  @@ -143,6 +147,8 @@
   
   # Old name:
   AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [LTDL_INSTALLABLE])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [])
   
   
   # LTDL_INIT
  @@ -186,6 +192,8 @@
   
   # Old name:
   AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIB_LTDL], [])
   
   
   # _LT_ENABLE_INSTALL
  @@ -285,6 +293,8 @@
   
   # Old name:
   AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [])
   
   
   # LT_SYS_MODULE_EXT
  @@ -306,6 +316,8 @@
   
   # Old name:
   AU_DEFUN([AC_LTDL_SHLIBEXT], [LT_SYS_MODULE_EXT])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LTDL_SHLIBEXT], [])
   
   
   # LT_SYS_MODULE_PATH
  @@ -323,6 +335,8 @@
   
   # Old name:
   AU_DEFUN([AC_LTDL_SHLIBPATH], [LT_SYS_MODULE_PATH])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LTDL_SHLIBPATH], [])
   
   
   # LT_SYS_DLSEARCH_PATH
  @@ -349,6 +363,8 @@
   
   # Old name:
   AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [LT_SYS_DLSEARCH_PATH])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [])
   
   
   # _LT_CHECK_DLPREOPEN
  @@ -457,6 +473,8 @@
   
   # Old name:
   AU_DEFUN([AC_LTDL_DLLIB], [LT_LIB_DLLOAD])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LTDL_DLLIB], [])
   
   
   # LT_SYS_SYMBOL_USCORE
  @@ -500,6 +518,8 @@
   
   # Old name:
   AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [])
   
   
   # LT_FUNC_DLSYM_USCORE
  @@ -530,3 +550,5 @@
   
   # Old name:
   AU_DEFUN([AC_LTDL_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE])
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LTDL_DLSYM_USCORE], [])
  
  
  --- orig/m4/ltoptions.m4
  +++ mod/m4/ltoptions.m4
  @@ -112,6 +112,9 @@
   put the `dlopen' option into LT_INIT's first parameter.])
   ])
   
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
  +
   
   # win32-dll
   # ---------
  @@ -144,6 +147,9 @@
   put the `win32-dll' option into LT_INIT's first parameter.])
   ])
   
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
  +
   
   # _LT_ENABLE_SHARED([DEFAULT])
   # ----------------------------
  @@ -210,6 +216,13 @@
   the `disable-shared' option into LT_INIT's first parameter.])
   ])
   
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_ENABLE_SHARED], [])
  +dnl AC_DEFUN([AM_ENABLE_SHARED], [])
  +dnl AC_DEFUN([AC_DISABLE_SHARED], [])
  +dnl AC_DEFUN([AM_DISABLE_SHARED], [])
  +
  +
   
   # _LT_ENABLE_STATIC([DEFAULT])
   # ----------------------------
  @@ -276,6 +289,13 @@
   the `disable-static' option into LT_INIT's first parameter.])
   ])
   
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_ENABLE_STATIC], [])
  +dnl AC_DEFUN([AM_ENABLE_STATIC], [])
  +dnl AC_DEFUN([AC_DISABLE_STATIC], [])
  +dnl AC_DEFUN([AM_DISABLE_STATIC], [])
  +
  +
   
   # _LT_ENABLE_FAST_INSTALL([DEFAULT])
   # ----------------------------------
  @@ -328,6 +348,10 @@
   the `disable-fast-install' option into LT_INIT's first parameter.])
   ])
   
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
  +dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
  +
   
   # _LT_WITH_PIC([MODE])
   # --------------------
  @@ -356,3 +380,6 @@
   [$0: Remove this warning and the call to _LT_SET_OPTION when you
   put the `pic-only' option into LT_INIT's first parameter.])
   ])
  +
  +dnl aclocal-1.4 backwards compatibility:
  +dnl AC_DEFUN([AC_LIBTOOL_PIC_MODE], [])
  
  
  
- -- 
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.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBkhV1FRMICSmD1gYRAqfCAJ4g8V8LJekmf+i48APDxum3q90newCeIDPF
C7cDeKdb9SmzpnTXKDH2dTU=
=oAMA
-----END PGP SIGNATURE-----




reply via email to

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