summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/mkjobtexmf/configure.ac
blob: 26c5292df04e7e8ff6440d2223ce43dbd32a03c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dnl configure.ac
dnl
dnl Copyright 2007 by Heiko Oberdiek.
dnl
dnl The file is part of project mkjobtexmf.
dnl It's free software; you may redistribute it and/or
dnl modify it under the same terms as Perl itself
dnl (Perl Artistic License/GNU General Public License, version 2).
dnl
AC_INIT(mkjobtexmf, 0.5, oberdiek@uni-freiburg.de)

AC_CONFIG_FILES(Makefile)

AC_PROG_INSTALL

AC_OUTPUT