[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] 1.5.6: Set SED when run from cache correctly
From: |
Maciej W. Rozycki |
Subject: |
[patch] 1.5.6: Set SED when run from cache correctly |
Date: |
Fri, 30 Jul 2004 16:41:29 +0200 (CEST) |
Hello,
Due to a bug in LT_AC_PROG_SED, when run from cache the SED variable is
left unset, ignoring the lt_cv_path_SED variable. Here is a fix.
2004-07-30 Maciej W. Rozycki <address@hidden>
* libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as
well.
It was created for 1.5.2, but it's still needed. Please apply.
Maciej
libtool-1.5.2-sed.patch
diff -up --recursive --new-file libtool-1.5.2.macro/tagdemo/acinclude.m4
libtool-1.5.2/tagdemo/acinclude.m4
--- libtool-1.5.2.macro/tagdemo/acinclude.m4 2004-01-25 12:38:11.000000000
+0000
+++ libtool-1.5.2/tagdemo/acinclude.m4 2004-01-31 21:07:44.000000000 +0000
@@ -5937,7 +5937,7 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xp
fi
done
done
-SED=$lt_cv_path_SED
])
+SED=$lt_cv_path_SED
AC_MSG_RESULT([$SED])
])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [patch] 1.5.6: Set SED when run from cache correctly,
Maciej W. Rozycki <=