From 92fef9a62133ce8e4de81d5099d16f479eb23f66 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sun, 1 Aug 2004 09:06:00 +0000 Subject: [PATCH] * m4/libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as well. --- ChangeLog | 5 +++++ m4/libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 514dcf1c7..9afd82704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-01 Maciej W. Rozycki + + * m4/libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as + well. + 2004-07-31 Gary V. Vaughan Although libtool is optimised to not need to subconfigure libltdl, diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 05f607447..c6b1986d7 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -5817,9 +5817,9 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do fi done done +]) SED=$lt_cv_path_SED AC_SUBST([SED]) -]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef -- 2.47.2