diff options
author | Peter Simons <simons@cryp.to> | 2014-10-15 17:06:38 +0200 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2014-10-15 17:06:38 +0200 |
commit | 7f56aaabdac6dc45ee083c6f3afdfc412a600124 (patch) | |
tree | 81e963baa008046cd77cf9d85ad10a7330d4b9ab | |
parent | 5284f9fe22110624006c2d8b12b6fc97e2687584 (diff) | |
download | autoconf-archive-2014.10.15.tar.gz |
configure.ac: recent versions of gnulib require $SED definedv2014.10.15
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e51a6c1..49b9191 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,8 @@ AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([doc/autoconf-archive.texi]) AC_MSG_NOTICE([$PACKAGE_STRING]) +AC_PROG_SED + M4FILES="m4_esyscmd([echo -n m4/*.m4])" AC_SUBST([M4FILES]) |