]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: Fix AC_PROG_SED with autoconf cache.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2017 21:54:53 +0000 (22:54 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2017 21:55:49 +0000 (22:55 +0100)
* m4/gnulib-common.m4 (AC_PROG_SED): Fix AC_CACHE_CHECK invocation.

ChangeLog
m4/gnulib-common.m4

index a6f6b8bda00173d759de89cb14df614a82addb37..c46dba74ad41be1e8251b4524f8c1fc3af00a196 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 7d9b40b79b83ec84d70fbcfda52ddf58dcdc3bea..7b957f8a59dae34cda6c54254e77c4d2dadef2b9 100644 (file)
@@ -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
-])])])
+])
+])