From: Ralf Wildenhues Date: Thu, 9 Feb 2006 16:04:01 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (AC_PROG_SED): m4_defun this rather X-Git-Tag: release-2-1b~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba62bd35bab6dc837a36f07156c439f31eb8b38;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (AC_PROG_SED): m4_defun this rather than AC_DEFUN, so that old aclocal does not pick this up. --- diff --git a/ChangeLog b/ChangeLog index a26ad207d..8a02295de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-02-09 Ralf Wildenhues + * libltdl/m4/libtool.m4 (AC_PROG_SED): m4_defun this rather + than AC_DEFUN, so that old aclocal does not pick this up. + * Makefile.am ($(TESTSUITE)): Also depend on `Makefile.am'. Write to temporary file and rename. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 51ea4e33f..7a73b8381 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -6730,7 +6730,7 @@ m4_ifndef([AC_PROG_SED], [ # macro and use it instead. # ############################################################ -AC_DEFUN([AC_PROG_SED], +m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed.