From 204396a0c8787635800f7023a1f8d9045b4311b0 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Wed, 5 Apr 2006 13:36:42 +0000 Subject: re-added checks for bunzip2, gunzip and readlink git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5360 33e552b5-05e3-0310-8538-816dae2090ed --- configure.ac | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8b83e70f6..6d3b6db85 100644 --- a/configure.ac +++ b/configure.ac @@ -64,9 +64,10 @@ version of bash from ftp.gnu.org ]) fi +dnl dnl Check for sed -dnl FIXME: which version do we need and how do we find out if it -dnl supports inplace? +dnl FIXME: we need sed >= 4.0 which supports inplace +dnl AC_ARG_WITH(sed, AC_HELP_STRING( [--with-sed], [name of the sed executable to use]), [ @@ -78,6 +79,15 @@ AC_ARG_WITH(sed, AC_HELP_STRING( AC_SUBST(SED) ]) +dnl Check for bunzip2 +AC_PATH_PROGS(bunzip2, bunzip2, , $PATH) + +dnl Check for gunzip +AC_PATH_PROGS(gunzip, gunzip, , $PATH) + +dnl Check for readlink +AC_PATH_PROGS(readlink, readlink, , $PATH) + dnl Check for awk AC_ARG_WITH(awk, AC_HELP_STRING( [--with-awk], [name of the awk executable to use]), -- cgit v1.2.3