blob: 137855cc2cf97fbdf6adcb63f7c802ade02ee46d (
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.6
AC_SUBST(KPSEVERSION)
AC_DEFINE_UNQUOTED(KPSEVERSION, "kpathsea version $KPSEVERSION")
sinclude(common.ac)
KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT
|