summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-06-13 17:23:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 19:20:25 +0200
commit2566e0b5fbbda18a6cf771b1db1d1a132981a430 (patch)
tree917d80a8a0c3dae3dba1fa9dfbd06910ed38817b /configure.ac
parent26e6bae73dbe768d0db1ae18004db8533e33aaac (diff)
downloadptxdist-2566e0b5fbbda18a6cf771b1db1d1a132981a430.tar.gz
ptxdist-2566e0b5fbbda18a6cf771b1db1d1a132981a430.tar.xz
Find: ensure the 'file' command is always found
Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e76f60cfc..3d027b082 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,6 +280,7 @@ AC_PATH_PROGS(FILE, file,, $PATH)
if test -z "$FILE"; then
AC_MSG_ERROR([file could not be found, please install])
fi
+AC_SUBST([PTXDIST_FILE], [$FILE])
dnl Check for msgfmt
AC_PATH_PROGS(MSGFMT, msgfmt,, $PATH)