mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* 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:
parent
fe383f1e57
commit
bba62bd35b
@ -1,5 +1,8 @@
|
|||||||
2006-02-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
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'.
|
* Makefile.am ($(TESTSUITE)): Also depend on `Makefile.am'.
|
||||||
Write to temporary file and rename.
|
Write to temporary file and rename.
|
||||||
|
|
||||||
|
2
libltdl/m4/libtool.m4
vendored
2
libltdl/m4/libtool.m4
vendored
@ -6730,7 +6730,7 @@ m4_ifndef([AC_PROG_SED], [
|
|||||||
# macro and use it instead. #
|
# 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_MSG_CHECKING([for a sed that does not truncate output])
|
||||||
AC_CACHE_VAL(lt_cv_path_SED,
|
AC_CACHE_VAL(lt_cv_path_SED,
|
||||||
[# Loop through the user's path and test for sed and gsed.
|
[# Loop through the user's path and test for sed and gsed.
|
||||||
|
Loading…
Reference in New Issue
Block a user