summaryrefslogtreecommitdiff
path: root/Build/source/utils/mkjobtexmf/configure.ac
blob: 17cbf64521b253cee78d42d85b228aaa045b1ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl Public domain, written by Norbert Preining.
dnl
dnl Do not specify the actual version number here, since we don't use
dnl the PACKAGE_VERSION or PACKAGE_STRING macros, and it seems pointless
dnl to have to update this file with every release.
AC_INIT(mkjobtexmf, rel, tex-live@tug.org)

AC_CONFIG_AUX_DIR(../../config)
AC_CONFIG_FILES(Makefile)

AC_PROG_INSTALL

AC_OUTPUT