]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4: Removed AC_BEFORE references to AC_LIBTOOL_SETUP
authorScott James Remnant <scott@netsplit.com>
Wed, 17 Mar 2004 23:32:37 +0000 (23:32 +0000)
committerScott James Remnant <scott@netsplit.com>
Wed, 17 Mar 2004 23:32:37 +0000 (23:32 +0000)
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.

ChangeLog
m4/libtool.m4
m4/lt~obsolete.m4

index 3f825d340f67562f80db8edee6fc5c70b940033a..bf45f138d11ae57da42b5207b57b9b8ed7d9f036 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-17  Scott James Remnant  <scott@netsplit.com>
+
+       * 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.
+
 2004-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * m4/libtool.m4: Remove newlines from lt_ld_extra, so
index 152929391851918eea802d4da8a829515ff4e461..6b8eca630316a57d41b0680761ddd74c2270f4ac 100644 (file)
@@ -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])
index ddb07afebac7fe8e9d104dc6b18feda19497e237..d753ba7ae24e4574b6e25f48ff510bc6bff845cc 100644 (file)
@@ -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])])