libtool-patches
[Top][All Lists]
Advanced

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

[FYI] Remove AC_LIBTOOL_SETUP and _AC_PROG_LIBTOOL references


From: Scott James Remnant
Subject: [FYI] Remove AC_LIBTOOL_SETUP and _AC_PROG_LIBTOOL references
Date: Wed, 17 Mar 2004 20:30:23 +0000

Both of these macros are gone entirely, so remove lingering references
to them -- including lt~obsolete.m4's.

Applied to HEAD.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

diff -ruNp libtool-CVS~/ChangeLog libtool-CVS/ChangeLog
--- libtool-CVS~/ChangeLog      2004-03-17 20:27:48.000000000 +0000
+++ libtool-CVS/ChangeLog       2004-03-17 20:28:15.000000000 +0000
@@ -0,0 +1,7 @@
+2004-03-17  Scott James Remnant  <address@hidden>
+
+       * m4/libtool.m4: Removed AC_BEFORE references to AC_LIBTOOL_SETUP
+       which is no more.
+       * m4/lt~obsolete.m4: As AC_LIBTOOL_SETUP is no longer referenced,
+       it can be removed from this file.  Remove _AC_PROG_LIBTOOL also.
+
diff -ruNp libtool-CVS~/m4/libtool.m4 libtool-CVS/m4/libtool.m4
--- libtool-CVS~/m4/libtool.m4  2004-03-17 20:27:48.000000000 +0000
+++ libtool-CVS/m4/libtool.m4   2004-03-17 20:25:50.000000000 +0000
@@ -2613,8 +2613,7 @@ esac
 # flat and you're not using automake, define top_builddir and
 # top_srcdir appropriately in the Makefiles.
 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
-  case $enable_ltdl_convenience in
+[case $enable_ltdl_convenience in
   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
   "") enable_ltdl_convenience=yes
       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
@@ -2639,8 +2638,7 @@ AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
 # define top_builddir and top_srcdir appropriately in the Makefiles.
 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
 AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
-  AC_CHECK_LIB(ltdl, lt_dlinit,
+[AC_CHECK_LIB(ltdl, lt_dlinit,
   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
   [if test x"$enable_ltdl_install" = xno; then
      AC_MSG_WARN([libltdl not installed, but installation disabled])
diff -ruNp libtool-CVS~/m4/lt~obsolete.m4 libtool-CVS/m4/lt~obsolete.m4
--- libtool-CVS~/m4/lt~obsolete.m4      2004-03-17 20:27:48.000000000 +0000
+++ libtool-CVS/m4/lt~obsolete.m4       2004-03-17 20:27:39.000000000 +0000
@@ -46,9 +46,7 @@
 
 m4_ifdef([AC_LIBTOOL_CONFIG],,         [AU_DEFUN([AC_LIBTOOL_CONFIG])])
 m4_ifdef([AC_LIBTOOL_LINKER_OPTION],,  [AU_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
-m4_ifdef([AC_LIBTOOL_SETUP],,          [AU_DEFUN([AC_LIBTOOL_SETUP])])
 m4_ifdef([AC_PROG_EGREP],,             [AU_DEFUN([AC_PROG_EGREP])])
-m4_ifdef([_AC_PROG_LIBTOOL],,          [AU_DEFUN([_AC_PROG_LIBTOOL])])
 m4_ifdef([_LT_AC_LANG_C_CONFIG],,      [AU_DEFUN([_LT_AC_LANG_C_CONFIG])])
 m4_ifdef([_LT_AC_LANG_GCJ_CONFIG],,    [AU_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
 m4_ifdef([_LT_AC_LANG_RC_CONFIG],,     [AU_DEFUN([_LT_AC_LANG_RC_CONFIG])])

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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