]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix bootstrap with older libtool.m4 in reach of aclocal.
authorAkim Demaille <demaille@gostai.com>
Thu, 29 Jan 2009 22:43:25 +0000 (23:43 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 29 Jan 2009 22:48:20 +0000 (23:48 +0100)
* libltdl/m4/lt~obsolete.m4: Add stub definitions for
_LT_REQUIRED_DARWIN_CHECKS and _LT_AC_PROG_CXXCPP.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
libltdl/m4/lt~obsolete.m4

index df36a1676c0e0f67731f081acf3514629a3ee10c..135229c1ef57dc7889bce1f7309cfe60f87f63e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-01-29  Akim Demaille  <demaille@gostai.com>
 
+       Fix bootstrap with older libtool.m4 in reach of aclocal.
+       * libltdl/m4/lt~obsolete.m4: Add stub definitions for
+       _LT_REQUIRED_DARWIN_CHECKS and _LT_AC_PROG_CXXCPP.
+
        Fix func_exec_init.
        * tests/defs.m4sh (func_exec_init): Instead of using the undefined
        my_dir, call func_dirname_and_basename and use its result.
index 637bb2066c425f79faecd6cc9e4e6b5074c6b55c..b60bbd2a9ce9b720554321c8123f878320488de6 100644 (file)
@@ -1,6 +1,6 @@
 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 #
-#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
+#   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
 #   Written by Scott James Remnant, 2004.
 #
 # This file is free software; the Free Software Foundation gives
@@ -90,3 +90,5 @@ m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
 m4_ifndef([_LT_AC_LANG_RC_CONFIG],     [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
 m4_ifndef([AC_LIBTOOL_CONFIG],         [AC_DEFUN([AC_LIBTOOL_CONFIG])])
 m4_ifndef([_LT_AC_FILE_LTDLL_C],       [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
+m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS],        [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
+m4_ifndef([_LT_AC_PROG_CXXCPP],                [AC_DEFUN([_LT_AC_PROG_CXXCPP])])