summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/configure.in
blob: c37074f465cd922f4405d5f5e3720a5292746116 (plain)
1
2
3
4
5
6
7
8
9
10
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