* m4/gnulib-common.m4 (AC_PROG_SED): Fix AC_CACHE_CHECK invocation.
+2017-02-25 Bruno Haible <bruno@clisp.org>
+
+ 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 <eggert@cs.ucla.edu>
ftoastr: port to -Wdouble-promotion
-# 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,
else
ac_cv_path_SED=$SED
fi
+ ])
SED="$ac_cv_path_SED"
AC_SUBST([SED])dnl
rm -f conftest.sed
-])])])
+])
+])