From: Ari Johnson Date: Tue, 26 Apr 2011 16:48:44 +0000 (-0400) Subject: Check for sed in configure.ac X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=e368a56595338490b76014a8757fe5d567576162;p=cobramush.git Check for sed in configure.ac --- diff --git a/configure.ac b/configure.ac index ba9ad41..212b174 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,7 @@ AC_LANG(C) ### Programs +AC_PROG_SED AC_PATH_PROG(CAT, cat) AC_PROG_CC AC_PROG_CC_C99