From: Richard W.M. Jones Date: Thu, 21 Jul 2011 07:32:54 +0000 (+0100) Subject: debian: Check for gawk. X-Git-Tag: 3.8~4 X-Git-Url: http://git.annexia.org/?p=febootstrap.git;a=commitdiff_plain;h=43cff1a90af236958347223708b76831656ea44b debian: Check for gawk. --- diff --git a/configure.ac b/configure.ac index 1e748ab..5d3ddd3 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,11 @@ AC_CHECK_HEADER([ext2fs/ext2fs.h],[],[ AC_MSG_FAILURE([Header not found (part of e2fsprogs)]) ]) +AC_CHECK_PROG(GAWK,[gawk],[gawk],[no]) +if test "x$GAWK" = "xno" ; then + AC_MSG_FAILURE([gawk (GNU awk) not found]) +fi + AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([config.ml debian/changelog