diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-11-14 11:42:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-11-14 16:59:25 +0100 |
commit | c2be4e891c8cc085c4eb3f68125c95d86fae856c (patch) | |
tree | d2b978dde03009eefed423ca989666a258dcdfe1 | |
parent | d61e866c764ba94dd55c4ca5d5a73f25a8f04437 (diff) | |
download | guile-c2be4e891c8cc085c4eb3f68125c95d86fae856c.tar.gz |
Explicitly require `sed'.
* configure.ac: Use `AC_PROG_SED'.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 87710777a..0912f9d41 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,7 @@ AC_PROG_INSTALL AC_PROG_CC gl_EARLY AC_PROG_CPP +AC_PROG_SED AC_PROG_AWK dnl Gnulib. |