diff options
Diffstat (limited to 'Build/source/texk/kpathsea/configure.in')
-rw-r--r-- | Build/source/texk/kpathsea/configure.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/configure.in b/Build/source/texk/kpathsea/configure.in new file mode 100644 index 00000000000..c37074f465c --- /dev/null +++ b/Build/source/texk/kpathsea/configure.in @@ -0,0 +1,11 @@ +dnl Process this file with autoconf to produce a configure script. +AC_INIT(pathsearch.c) + +KPSEVERSION=3.5.5 +AC_SUBST(KPSEVERSION) +AC_DEFINE_UNQUOTED(KPSEVERSION, "kpathsea version $KPSEVERSION") + +sinclude(common.ac) + +KPSE_CONFIG_FILES([Makefile]) +AC_OUTPUT |