summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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)