* libltdl/m4/libtool.m4 (AC_PROG_SED): m4_defun this rather

than AC_DEFUN, so that old aclocal does not pick this up.
This commit is contained in:
Ralf Wildenhues 2006-02-09 16:04:01 +00:00
parent fe383f1e57
commit bba62bd35b
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-02-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* 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.

View File

@ -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.