summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-09 23:57:56 +0000
committerKarl Berry <karl@freefriends.org>2011-06-09 23:57:56 +0000
commitcf3d9fa147bda55f948e8a79430e82b0c60364be (patch)
tree678162741fcee4ae4a4c802809d0003feca64950 /Build/source/texk/kpathsea/configure.ac
parent75ce3bbe9bfddedca688a41bb2c3c6e6e3a6bdf3 (diff)
use autoconf-chosen awk, to avoid broken solaris awk
git-svn-id: svn://tug.org/texlive/trunk@22899 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/configure.ac')
-rw-r--r--Build/source/texk/kpathsea/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/configure.ac b/Build/source/texk/kpathsea/configure.ac
index 4b9dd2bb023..df14e5abc9b 100644
--- a/Build/source/texk/kpathsea/configure.ac
+++ b/Build/source/texk/kpathsea/configure.ac
@@ -47,6 +47,9 @@ m4_foreach([Kpse_Mktex], [kpse_mktex_opts],
[m4_ifset([Kpse_Mktex],
[KPSE_MKTEX_DEFINE(Kpse_Mktex)])])[]dnl
+# So we can use reasonable awk in the Makefile.
+AC_PROG_AWK
+
dnl Replacement functions that may be required on ancient broken system.
AC_CHECK_DECLS([putenv, strstr])
AC_REPLACE_FUNCS([putenv strcasecmp strtol strstr])