[lttng-dev] [PATCH lttng-tools] Fix: missing $ in SED variable
Jérémie Galarneau
jeremie.galarneau at efficios.com
Thu Jan 14 11:59:26 EST 2016
Merged, thanks!
Jérémie
On Wed, Jan 6, 2016 at 12:31 PM, Michael Jeanson <mjeanson at efficios.com> wrote:
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 5537c15..f851be8 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -90,7 +90,7 @@ AS_IF([test "x$libtool_fixup" = "xyes"],
> [
> AC_MSG_RESULT([$libtool_flag_pattern_count])
> AC_MSG_WARN([the detected libtool will not link all dependencies, forcing link_all_deplibs = unknown])
> - SED -i "s/\($libtool_flag_pattern\)\s*=\s*no/\1=unknown/g" $libtool_m4
> + $SED -i "s/\($libtool_flag_pattern\)\s*=\s*no/\1=unknown/g" $libtool_m4
> ],
> [
> AC_MSG_RESULT([none])
> --
> 2.7.0.rc3
>
--
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list