]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Improve compatibility with older automake
authorCharles Wilson <libtool@cwilson.fastmail.fm>
Sun, 29 Mar 2009 23:25:35 +0000 (19:25 -0400)
committerCharles Wilson <libtool@cwilson.fastmail.fm>
Mon, 30 Mar 2009 01:26:30 +0000 (21:26 -0400)
* libltdl/m4/lt~obsolete.m4: Add AC_DEFUNs for
_LT_PREPARE_SED_QUOTE_VARS and _LT_PROG_ECHO_BACKSLASH.
Report by Yaakov Selkowitz.

ChangeLog
libltdl/m4/lt~obsolete.m4

index 0a4ef3143015c3bba63ce5495c09b43f86b5c84e..bd09879b2cb2dd150eddd8c6b6976406465e52f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-29  Charles Wilson  <libtool@cwilson.fastmail.fm>
+
+       Improve compatibility with older automake
+       * libltdl/m4/lt~obsolete.m4: Add AC_DEFUNs for
+       _LT_PREPARE_SED_QUOTE_VARS and _LT_PROG_ECHO_BACKSLASH.
+       Report by Yaakov Selkowitz.
+
 2009-03-20  Peter Rosin  <peda@lysator.liu.se>
 
        LT_OUTPUT should always create the libtool script.
index b60bbd2a9ce9b720554321c8123f878320488de6..5f6a9567120286c42fecdb39f2495bfae007448a 100644 (file)
@@ -92,3 +92,5 @@ 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])])
+m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS],        [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
+m4_ifndef([_LT_PROG_ECHO_BACKSLASH],   [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])