From a7c0c973afa3658784be567158e582aef516d7ce Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 25 Feb 2017 22:54:53 +0100 Subject: [PATCH] maintainer-makefile: Fix AC_PROG_SED with autoconf cache. * m4/gnulib-common.m4 (AC_PROG_SED): Fix AC_CACHE_CHECK invocation. --- ChangeLog | 5 +++++ m4/gnulib-common.m4 | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a6f6b8bda0..c46dba74ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-02-25 Bruno Haible + + maintainer-makefile: Fix AC_PROG_SED with autoconf cache. + * m4/gnulib-common.m4 (AC_PROG_SED): Fix AC_CACHE_CHECK invocation. + 2017-02-24 Paul Eggert ftoastr: port to -Wdouble-promotion diff --git a/m4/gnulib-common.m4 b/m4/gnulib-common.m4 index 7d9b40b79b..7b957f8a59 100644 --- a/m4/gnulib-common.m4 +++ b/m4/gnulib-common.m4 @@ -1,4 +1,4 @@ -# gnulib-common.m4 serial 36 +# gnulib-common.m4 serial 37 dnl Copyright (C) 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -456,7 +456,9 @@ m4_ifndef([AC_PROG_SED], else ac_cv_path_SED=$SED fi + ]) SED="$ac_cv_path_SED" AC_SUBST([SED])dnl rm -f conftest.sed -])])]) +]) +]) -- 2.39.5