blob: 1c0834981fe59992f93133c88119a8a0e67d7aa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
dnl configure.ac
dnl
dnl Copyright 2007, 2008 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.7, oberdiek@uni-freiburg.de)
AC_CONFIG_FILES(Makefile)
AC_PROG_INSTALL
AC_OUTPUT
|